@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,400i,700,900);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);@import url(https://cdn.linearicons.com/free/1.0.0/icon-font.min.css);@import url(https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css);@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,400i,700,900);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);@import url(https://cdn.linearicons.com/free/1.0.0/icon-font.min.css);@import url(https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css);/* Off Canvas settings */
.off-canvas.position-right {
  border-left: 1px solid #ddd;
}
.nav.navbar-stacked {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  background: #fff;
}
.nav.navbar-stacked li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 15px 10px 15px 35px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.nav.navbar-stacked li a {
      padding: 10px 0 !important;
      color: #555 !important;
      text-indent: -40px;
      margin-left: 25px;
      display: block;
}
.nav.navbar-stacked li a span {
        color: #fff;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        margin: 0 10px 0 0;
        padding: 8px;
}
.nav.navbar-stacked li a i {
        color: #ccc;
        font-size: 10px !important;
        position: relative;
        left: -5px;
}
.nav.navbar-stacked li a small {
        text-align: right;
        background: #fff;
        color: #ccc;
        border: 1px solid #ddd;
        padding: 3px 7px;
        border-radius: 15px;
        margin: 0 0 0 7px;
        font-size: 10px;
}
.nav.navbar-stacked li a img {
        width: 95%;
        padding: 0;
        border-radius: 4px;
        margin: 10px 0;
}
.nav.navbar-stacked.sidebar-right-content {
    padding-bottom: 150px;
}

fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
.content {
margin-top: 0%!important;
margin-bottom: 0%!important;
min-height: 60vh!important;
}
.content-wrapper{
}
.formwidth{
  width: 100%;
}
.button-group, .play-area {
  border: 1px solid grey;
  padding: 1em 1%;
  margin-bottom: 1em;
}
.button {
  padding: 0.5em;
  margin-right: 1em;
}
.play-area-sub {
  width: 47%;
  padding: 1em 1%;
  display: inline-block;
  text-align: center;
}
#capture {
  display: none;
}
.face-capt{
  display: none;
}
.face-rfid{
  display: none;
}
.ratatengah {
  -ms-flex-pack: center;
      justify-content: center;-ms-flex-line-pack: center;align-content: center; display:-ms-flexbox; display:flex;
}

fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6
}
.multiselect--active{z-index:50
}
.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top
}
.multiselect__input:-ms-input-placeholder{color:#35495e
}
.multiselect__input::placeholder{color:#35495e
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:5px;margin-bottom:8px
}
.multiselect__tags-wrap{display:inline
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch
}
.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top
}
.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none
}
.multiselect__option--group{background:#ededed;color:#35495e
}
.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff
}
.multiselect__option--group.multiselect__option--highlight:after{background:#35495e
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede
}
.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top
}
[dir=rtl] .multiselect{text-align:right
}
[dir=rtl] .multiselect__select{right:auto;left:1px
}
[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px
}
[dir=rtl] .multiselect__content{text-align:right
}
[dir=rtl] .multiselect__option:after{right:auto;left:0
}
[dir=rtl] .multiselect__clear{right:auto;left:12px
}
[dir=rtl] .multiselect__spinner{right:auto;left:1px
}
@keyframes spinning{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
@charset "UTF-8";
html,
body {
  height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 14px !important;
  overflow-y: auto;
}

/* Layout */
.wrapper {
  height: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.wrapper:before {
    content: " ";
    display: table;
}
.wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
.content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
}
}
@media (min-width: 768px) {
.sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
}
}
@media (max-width: 767px) {
.sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    transform: translate(230px, 0);
}
.pull-left-search,
  .content-header > .breadcrumb {
    display: none !important;
}
.dashboard-wrapper {
    padding-top: 140px !important;
}
.main-sidebar,
  .left-side {
    padding-top: 60px !important;
}
.content {
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.content-header {
    padding: 160px 15px 30px 15px !important;
}
.content-header h1 {
      float: none !important;
}
.content-header h1 small {
        float: right;
}
.summary-border-left {
    border-left: none !important;
}
.bor-right {
    border-right: none !important;
}
.events-nest div h3 {
    font-size: 14px !important;
    margin-left: 60px;
}
.events-nest div p {
    margin-left: 60px;
}
.food {
    margin-bottom: 15px !important;
}
#graph {
    padding: 75px 27px 0px !important;
}
#weather .panelLeft {
    width: 100% !important;
    display: block !important;
}
#weather .panelRight {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}
.inbox-nest ul li small {
    font-size: 14px !important;
    float: left !important;
    padding: 0 10px !important;
    font-weight: normal !important;
    margin: 5px 0 !important;
}
}
.content-wrapper,
.right-side {
  min-height: 100%;
  z-index: 800;
}
.main-footer {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  padding: 15px 30px;
  position: relative !important;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.main-footer a {
    color: #fff;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
@media (max-width: 767px) {
.fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
}
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side {
  /* Fix for IE */
  transition: none;
}
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  transition: none;
}

/* Content */
.content {
  min-height: 100vh;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
}

/* General Links */
a {
  color: #3c8dbc;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none !important;
    color: #72afd2;
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/*
 * Skin: Dark
 * ----------
 */
.skin-dark .main-header .navbar {
  background-color: #fff;
}
.skin-dark .main-header .navbar .nav > li > a {
    color: #222;
}
.skin-dark .main-header .navbar .nav > li > a:hover, .skin-dark .main-header .navbar .nav > li > a:active, .skin-dark .main-header .navbar .nav > li > a:focus {
      background: rgba(0, 0, 0, 0.1);
      color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav .open > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav .open > a:hover, .skin-dark .main-header .navbar .nav .open > a:focus {
      background: rgba(0, 0, 0, 0.1);
      color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-dark .main-header .navbar .sidebar-toggle {
    color: #ccc;
}
.skin-dark .main-header .navbar .sidebar-toggle:hover {
      color: #222;
      background-color: #fff;
}
.skin-dark .main-header .logo {
  background-color: #333333;
  color: #fff;
  box-shadow: -5px 4px 20px -4px rgba(0, 0, 0, 0.5);
}
.skin-dark .main-header li.user-header {
  background-color: #fff;
}
.skin-dark .content-header {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.skin-dark .content-header .breadcrumb li a {
    color: #222;
}
.skin-dark .main-sidebar,
.skin-dark .left-side {
  background: #333333 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.skin-dark .content-wrapper {
  background: #eee;
}
.skin-dark .user-panel > .info {
  color: #fff;
}
.skin-dark .user-panel > .info > a {
    color: #fff;
}
.skin-dark .user-panel .bg-user {
  opacity: 0.1;
}
.skin-dark .sidebar-menu > li.header {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.skin-dark .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-dark .sidebar-menu > li:hover > a,
.skin-dark .sidebar-menu > li.active > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-left-color: #fff;
}
.skin-dark .sidebar-menu > li > .treeview-menu {
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}
.skin-dark .sidebar a {
  color: #fff;
}
.skin-dark .sidebar a:hover {
    text-decoration: none;
}
.skin-dark .treeview-menu > li > a {
  color: #fff;
}
.skin-dark .treeview-menu > li.active > a,
.skin-dark .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-dark .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-dark .sidebar-form input[type="text"],
  .skin-dark .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}
.skin-dark .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.skin-dark .sidebar-form input[type="text"]:focus {
      background-color: #fff;
      color: #666;
}
.skin-dark .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
        background-color: #fff;
        color: #666;
        border-left-color: #fff;
}
.skin-dark .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.skin-dark.layout-top-nav .main-header > .logo {
  background-color: #fff;
  color: #222;
  border-bottom: 0 solid transparent;
}
.skin-dark.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}
.skin-dark .main-footer {
  color: #333;
}
.skin-dark .main-footer a {
    color: #333;
}
@media (max-width: 767px) {
.skin-devin .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
}
.skin-devin .main-header .navbar .dropdown-menu li a {
    color: #fff;
}
.skin-devin .main-header .navbar .dropdown-menu li a:hover {
      background: #fff;
}
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu li:hover a {
  background: #111;
  color: #fff;
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu {
  background: #111;
  border: 1px solid #111;
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu li a {
    color: #fff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent !important;
}

/*
 * Component: Main Header
 * ----------------------
 */
.el-dropdown-menu {
  margin: 15px 0;
  box-shadow: 2px 0 20px -4px rgba(0, 0, 0, 0.2) !important;
}
.main-header {
  position: fixed;
  max-height: 100px;
  z-index: 1030;
  width: 100%;
  box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.1);
}
.main-header .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 65px;
    border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder, .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 5px 30px;
  font-family: 'themify';
  font-size: 18px;
  border-left: 1px solid #ddd;
  margin-top: 15px;
}
.main-header .sidebar-toggle:before {
    content: "\E68E";
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
    display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  text-align: center;
  width: 230px;
  padding: 0 15px 10px;
  font-weight: 400;
  overflow: hidden;
}
.main-header .logo .logo-lg {
    display: block;
    text-align: left;
    margin-right: 0;
}
.main-header .logo .logo-lg small {
      font-size: 12px;
}
.main-header .logo .logo-lg img {
      height: 35px;
      margin-right: 15px;
      padding: 0;
}
.main-header .logo .logo-mini {
    display: none;
}
.main-header .logo .logo-mini img {
      height: 25px;
}
.main-header .navbar-brand {
  color: #fff;
}
@media (max-width: 991px) {
.main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
}
}
@media (max-width: 767px) {
.main-header .navbar-right {
    float: none;
}
.navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
}
.main-header .navbar-right > li {
    color: inherit;
    border: 0;
}
}
.content-header {
  position: relative;
  padding: 80px 15px 30px 15px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.content-header > h1 {
    font-size: 14px;
    margin: -2px 15px 0px;
    padding: 10px 15px;
    float: right;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 30px;
    color: #fff;
}
.content-header > h1 > small {
      font-size: 12px;
      display: inline-block;
      padding-left: 4px;
      font-weight: 300;
      color: #fff;
      margin: 0 0 0 10px;
}
.content-header > h1 > small i {
        margin-right: 10px;
        cursor: pointer;
}
.content-header > h2 {
    float: left;
    color: #fff;
    padding: 0;
    margin: 30px 15px 0 0;
}
.content-header > .breadcrumb {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 17px;
    border-radius: 0;
    /* text-transform: uppercase;*/
}
.content-header > .breadcrumb .active {
      color: #fff;
}
.content-header > .breadcrumb > li > a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
      .content-header > .breadcrumb > li > a > .glyphicon,
      .content-header > .breadcrumb > li > a > .ion {
        margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
      content: '/';
}
@media (max-width: 991px) {
.content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
}
.content-header > .breadcrumb li:before {
      color: #97a0b3;
}
}
.navbar-toggle {
  color: #222;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
.navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
}
.navbar-custom-menu .navbar-nav > li {
      float: left;
}
.navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
}
}
@media (max-width: 767px) {
.main-header {
    position: fixed;
}
.main-header .logo {
      width: 100%;
      float: none;
}
.main-header .navbar {
      width: 100%;
      float: none;
      margin: 0;
}
.main-header .navbar-custom-menu {
      float: right;
}
}
@media (max-width: 991px) {
.navbar-collapse.pull-left {
    float: none !important;
}
.navbar-collapse.pull-left + .navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 40px;
}
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
    color: #777;
}
.dropdown-menu > li > a > .glyphicon,
    .dropdown-menu > li > a > .fa,
    .dropdown-menu > li > a > .ion {
      margin-right: 10px;
}
.dropdown-menu > li > a:hover {
      background-color: #e1e3e9;
      color: #333;
}
.dropdown-menu > .divider {
    background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
      color: #999999;
      font-size: 10px;
      position: absolute;
      top: 0;
      right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
    content: " ";
    display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table;
    clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
      z-index: 5;
      height: 90px;
      width: 90px;
      border: 3px solid;
      border-color: transparent;
      border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
      z-index: 5;
      color: #fff;
      color: rgba(255, 255, 255, 0.8);
      font-size: 17px;
      margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
        display: block;
        font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before {
      content: " ";
      display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
      content: " ";
      display: table;
      clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
      color: #444 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
      content: " ";
      display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
      content: " ";
      display: table;
      clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
      color: #666666;
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 991px) {
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
}
}
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
}
}
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
}
}
@media (max-width: 767px) {
.navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
}
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    transform: perspective(400px);
}
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
@media (max-width: 991px) {
.navbar-custom-menu > .navbar-nav {
    float: right;
}
.navbar-custom-menu > .navbar-nav > li {
      position: static;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
}
}

/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
  .nav-pills > li > a > .glyphicon,
  .nav-pills > li > a > .ion {
    margin-right: 5px;
}
.nav-pills > li.active > a {
  border-top-color: #3c8dbc;
  font-weight: 600;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
      border-top: 3px solid transparent;
      margin-bottom: -2px;
      margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
        color: #444;
        border-radius: 0;
        background: transparent;
        margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
          color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
          background: transparent;
          margin: 0;
          color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
        .nav-tabs-custom > .nav-tabs > li.active:hover > a {
          background-color: #fff;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
          border-top-color: transparent;
          border-left-color: #f4f4f4;
          border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
        margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
          border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
      float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
        float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
          margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
            border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
            border-left-color: #f4f4f4;
            border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
      line-height: 35px;
      padding: 0 10px;
      font-size: 20px;
      color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > {
        /*
 * Component: Main Header
 * ----------------------
 */
        /*
 * Component: Dropdown menus
 * -------------------------
 */
        /*Dropdowns in general*/
        /* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
        /* Fix dropdown menu in navbars */
        /*
 * Component: Nav
 * --------------
 */
        /* NAV PILLS */
        /* NAV STACKED */
        /* NAV TABS */
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header {
          position: fixed;
          max-height: 100px;
          z-index: 1030;
          width: 100%;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar {
            transition: margin-left 0.3s ease-in-out;
            margin-bottom: 0;
            margin-left: 230px;
            border: none;
            min-height: 65px;
            border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .layout-top-nav .main-header .navbar {
          margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control {
          background: rgba(255, 255, 255, 0.2);
          border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:focus, .nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:active {
            border-color: rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.9);
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control::-moz-placeholder {
            color: #ccc;
            opacity: 1;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:-ms-input-placeholder, .nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
            color: #ccc;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right {
          float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle {
          float: left;
          background-color: transparent;
          background-image: none;
          padding: 15px 15px;
          font-family: fontAwesome;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:before {
            content: "\F0C9";
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:hover {
            color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:focus, .nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:active {
            background: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle .icon-bar {
            display: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .fa,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .glyphicon,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .ion {
          margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li > a > .label {
          position: absolute;
          top: 9px;
          right: 7px;
          text-align: center;
          font-size: 9px;
          padding: 2px 3px;
          line-height: .9;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo {
          transition: width 0.3s ease-in-out;
          display: block;
          float: left;
          height: 65px;
          font-size: 20px;
          line-height: 65px;
          text-align: center;
          width: 230px;
          padding: 0 15px;
          font-weight: 300;
          overflow: hidden;
          border-bottom: 2px solid red;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-lg {
            display: block;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-lg img {
              margin-right: 15px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-mini {
            display: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-mini img {
              height: 25px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-brand {
          color: #fff;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu a,
          .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right a {
            color: inherit;
            background: transparent;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right {
            float: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse .main-header .navbar-right {
            margin: 7.5px -15px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right > li {
            color: inherit;
            border: 0;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header {
          position: relative;
          padding: 100px 15px 0 30px !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > h1 {
            margin: 0;
            font-size: 24px;
            color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > h1 > small {
              font-size: 15px;
              display: inline-block;
              padding-left: 4px;
              font-weight: 300;
              color: #fff !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb {
            float: left;
            background: transparent;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 12px;
            padding: 7px 5px;
            position: absolute;
            top: 120px;
            left: 10px;
            border-radius: 2px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a {
              color: #fff;
              text-decoration: none;
              display: inline-block;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .fa,
              .nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .glyphicon,
              .nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li + li:before {
              content: '>\A0';
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb {
            position: relative;
            margin-top: 5px;
            top: 0;
            right: 0;
            float: none;
            background: #d2d6de;
            padding-left: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb li:before {
              color: #97a0b3;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-toggle {
          color: #222;
          border: 0;
          margin: 0;
          padding: 15px 15px;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav {
            margin: 0;
            float: left;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav > li {
              float: left;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                line-height: 20px;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header {
            position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo {
              width: 100%;
              float: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar {
              width: 100%;
              float: none;
              margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu {
              float: right;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse.pull-left {
            float: none !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse.pull-left + .navbar-custom-menu {
              display: block;
              position: absolute;
              top: 0;
              right: 40px;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu {
          box-shadow: none;
          border-color: #eee;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a {
            color: #777;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .ion {
              margin-right: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a:hover {
              background-color: #e1e3e9;
              color: #333;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > .divider {
            background-color: #eee;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu {
          width: 280px;
          padding: 0 0 0 0;
          margin: 0;
          top: 100%;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li {
          position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          background-color: #ffffff;
          padding: 7px 10px;
          border-bottom: 1px solid #f4f4f4;
          color: #444444;
          font-size: 14px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 12px;
          background-color: #fff;
          padding: 7px 10px;
          border-bottom: 1px solid #eeeeee;
          color: #444 !important;
          text-align: center;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
          text-decoration: none;
          font-weight: normal;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
          max-height: 200px;
          margin: 0;
          padding: 0;
          list-style: none;
          overflow-x: hidden;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
          display: block;
          white-space: nowrap;
          /* Prevent text from breaking */
          border-bottom: 1px solid #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
          background: #f4f4f4;
          text-decoration: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
          color: #444444;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
            width: 20px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
          margin: 0;
          padding: 10px 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
            margin: auto 10px auto auto;
            width: 40px;
            height: 40px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
              color: #999999;
              font-size: 10px;
              position: absolute;
              top: 0;
              right: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
            content: " ";
            display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table;
            clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
          padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 14px;
            padding: 0;
            margin: 0 0 10px 0;
            color: #666666;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu {
          border-top-right-radius: 0;
          border-top-left-radius: 0;
          padding: 1px 0 0 0;
          border-top-width: 0;
          width: 280px;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 175px;
            padding: 10px;
            text-align: center;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
              z-index: 5;
              height: 90px;
              width: 90px;
              border: 3px solid;
              border-color: transparent;
              border-color: rgba(255, 255, 255, 0.2);
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
              z-index: 5;
              color: #fff;
              color: rgba(255, 255, 255, 0.8);
              font-size: 17px;
              margin-top: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                display: block;
                font-size: 12px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body:before {
              content: " ";
              display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
              content: " ";
              display: table;
              clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
              color: #444 !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
            background-color: #f9f9f9;
            padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
              content: " ";
              display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
              content: " ";
              display: table;
              clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
              color: #666666;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu .user-image {
          float: left;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          margin-right: 10px;
          margin-top: -2px;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            background: #fff !important;
            color: #444 !important;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
            background: #fff !important;
            color: #444 !important;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
            background-color: #f9f9f9;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu .user-image {
            float: none;
            margin-right: 0;
            margin-top: -8px;
            line-height: 10px;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .open:not(.dropup) > .animated-dropdown-menu {
          -webkit-backface-visibility: visible !important;
                  backface-visibility: visible !important;
          animation: flipInX 0.7s both;
}
@keyframes flipInX {
0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    transform: perspective(400px);
}
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li {
          position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
            position: absolute;
            right: 0;
            left: auto;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav {
            float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li {
              position: static;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:active, .nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:focus {
          color: #444;
          background: #f7f7f7;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a {
          border-radius: 0;
          border-top: 3px solid transparent;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .fa,
          .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .glyphicon,
          .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .ion {
            margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a {
          border-top-color: #3c8dbc;
          font-weight: 600;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a:focus {
            border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li > a {
          border-radius: 0;
          border-top: 0;
          border-left: 3px solid transparent;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.active > a {
          background: transparent;
          color: #444;
          border-top: 0;
          border-left-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.active > a:hover {
            background: transparent;
            color: #444;
            border-top: 0;
            border-left-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.header {
          border-bottom: 1px solid #ddd;
          color: #777;
          margin-bottom: 10px;
          padding: 5px 10px;
          text-transform: uppercase;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom {
          margin-bottom: 20px;
          background: #fff;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs {
            margin: 0;
            border-bottom-color: #f4f4f4;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li {
              border-top: 3px solid transparent;
              margin-bottom: -2px;
              margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
                background: transparent;
                margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                  color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a:hover {
                  background: transparent;
                  margin: 0;
                  color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                  background-color: #fff;
                  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active > a {
                  border-top-color: transparent;
                  border-left-color: #f4f4f4;
                  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right {
              float: none !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                    border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                    border-left-color: #f4f4f4;
                    border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header {
              line-height: 35px;
              padding: 0 10px;
              font-size: 20px;
              color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .fa,
              .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
              .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .tab-content {
            background: #fff;
            padding: 10px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom .dropdown.open > a:focus {
            background: transparent;
            color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
            border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-info > .nav-tabs > li.active {
            border-top-color: #00c0ef;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
            border-top-color: #dd4b39;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
            border-top-color: #f39c12;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-success > .nav-tabs > li.active {
            border-top-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-default > .nav-tabs > li.active {
            border-top-color: #d2d6de;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
        .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
        .nav-tabs-custom > .nav-tabs > li.header > .ion {
          margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/*DEVIN DROPDOWN*/
.header-dropdown-devin {
  position: relative;
  top: 15px;
  padding: 0 15px;
}
.header-dropdown-devin span i {
    font-size: 20px;
    color: #ccc;
}
.dropdown-menu-devin {
  max-width: 280px;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu-devin .header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    color: #444444;
    font-size: 14px;
}
.dropdown-menu-devin li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu-devin .footer {
    padding: 15px;
    text-align: right;
}
.dropdown-menu-devin .footer a {
      background: #ccc;
      color: #fff;
      padding: 5px 15px;
      border-radius: 30px;
      margin: 0;
      position: relative;
      top: 3px;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
    padding: 0 15px;
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
}
.menu li svg {
      stroke: red;
      height: 40px;
      width: 30px;
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      line-height: 30px;
      text-align: left;
      margin: 10px 10px 0 0;
      padding-bottom: 0;
      padding: 0;
      font-size: 16px;
      float: left;
}
.menu li i {
      height: 40px;
      width: 30px;
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      line-height: 30px;
      text-align: left;
      margin: 10px 10px 0 0;
      padding-bottom: 0;
      padding: 0;
      font-size: 16px;
      float: left;
}
.menu li a {
      color: #8c92a3 !important;
}
.menu li a h3 {
        font-size: 14px;
        margin: 0;
        padding: 10px 0 0;
        font-weight: bold;
        color: #8c92a3;
}
.menu li a h3 span {
          font-size: 11px;
          float: right;
          font-weight: 100;
          font-style: italic;
}
.menu li a p {
        margin: 0;
        padding: 5px 0 15px;
        color: #8c92a3;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Demo 2 */
.pull-left-search {
  float: none;
  position: absolute;
  top: 12px;
  left: 90px;
  z-index: 0;
}
.pull-left-search:after {
    content: "\E610";
    z-index: 0;
    display: block;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.devin-search {
  outline: none;
}
input.devin-search[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input.devin-search::-webkit-search-decoration, input.devin-search::-webkit-search-cancel-button {
    display: none;
}
input.devin-search[type=search] {
    background: #ddd;
    border: solid 0px #ddd;
    padding: 10px 10px 10px 32px;
    width: 55px;
    border-radius: 10em;
    transition: all .5s;
    position: relative;
}
input.devin-search[type=search]:focus {
      width: 130px;
      background-color: #eee;
      border: solid 1px #eee;
}
input.devin-search:-moz-placeholder, input.devin-search::-webkit-input-placeholder {
    color: #999;
}
#demo-2 input[type=search] {
  width: 20px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #ccc;
}
#demo-2 input[type=search]:focus {
    width: 330px;
    padding-left: 32px;
    color: #000;
    background-color: #eee;
    cursor: auto;
}
#demo-2 input:-moz-placeholder, #demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

/*
 * Component: Sidebar
 * ------------------
 */
.sidebar-collapse .treeview.active,
.sidebar-collapse .user-panel {
  width: 50px !important;
}
.sidebar-collapse .treeview {
  width: 50px !important;
}
.main-sidebar,
.left-side {
  position: fixed;
  top: 65px;
  left: 0;
  padding-top: 0;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
.main-sidebar,
  .left-side {
    padding-top: 100px;
}
}
@media (max-width: 767px) {
.main-sidebar,
  .left-side {
    transform: translate(-230px, 0);
}
}
@media (min-width: 768px) {
.sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    transform: translate(-230px, 0);
}
}
@media (max-width: 767px) {
.sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    transform: translate(0, 0);
}
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px 10px 60px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.user-panel .bg-user {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    background-size: cover;
}
.user-panel:before {
    content: " ";
    display: table;
}
.user-panel:after {
    content: " ";
    display: table;
    clear: both;
}
.user-panel > .image > img {
    width: 100%;
    max-width: 100px;
    height: auto;
}
.user-panel > .info {
    padding: 15px 5px 15px 15px;
    line-height: 1;
}
.user-panel > .info > p {
      font-weight: 300;
      margin-bottom: 9px;
      font-size: 14px;
      letter-spacing: 1px;
}
.user-panel > .info > p small {
        letter-spacing: 0;
        font-size: 10px;
}
.user-panel > .info > div {
      background: rgba(31, 45, 61, 0.5);
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 15px 0;
}
.user-panel > .info > div a {
        margin: 0 10px;
        color: rgba(255, 255, 255, 0.9);
        display: inline-block;
        text-align: center;
}
.user-panel > .info > div a small {
          padding-top: 10px;
          display: inline-block;
          position: relative;
          top: 0;
}
.user-panel > .info > div a i {
          font-size: 20px;
          display: block;
}
.user-panel > .info > a {
      text-decoration: none;
      padding-right: 5px;
      margin-top: 3px;
      font-size: 11px;
}
.user-panel > .info > a > .fa,
      .user-panel > .info > a > .ion,
      .user-panel > .info > a > .glyphicon {
        margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li > a {
      padding: 12px 5px 11px 15px;
      display: block;
      font-weight: 300;
}
.sidebar-menu > li > a > .fa,
      .sidebar-menu > li > a > .glyphicon,
      .sidebar-menu > li > a > i,
      .sidebar-menu > li > a > .ion {
        width: 25px;
        width: 30px;
        font-size: 17px;
        position: relative;
        top: 3px;
        display: inline-block;
}
.sidebar-menu > li > a .pull-right-container .version {
        margin-right: 5px;
}
.sidebar-menu > li .label {
      margin-right: 5px;
}
.sidebar-menu > li .badge {
      margin-right: 5px;
      margin-top: 3px;
}
.sidebar-menu li.header {
    overflow: hidden;
    text-overflow: clip;
    background: rgba(0, 0, 0, 0.38);
    display: table;
    color: #fff;
    border-radius: 30px;
    font-size: 10px !important;
    padding: 5px 10px;
    left: 15px;
    margin: 30px 0 15px 0;
}
.sidebar-menu li > a > .fa-angle-left,
  .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    background: #fff;
    width: 15px;
    height: 15px;
    color: #333;
    text-align: center;
    line-height: 15px;
    font-size: 14px !important;
    border-radius: 50%;
    margin: -2px 5px 0 0;
}
.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
  .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-bottom: 30px;
}
.sidebar-menu .treeview-menu .treeview-menu {
      padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
      margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
        padding: 15px 5px 5px 25px;
        display: block;
}
.sidebar-menu .treeview-menu > li > a div {
          display: inline-block;
          margin-right: 5px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
        .sidebar-menu .treeview-menu > li > a > .glyphicon,
        .sidebar-menu .treeview-menu > li > a > .ion {
          width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
        .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down {
          margin: 5px 0 0 0;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
}
.sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
      margin-right: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
      border-bottom-right-radius: 4px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom-right-radius: 4px;
      margin-top: -10px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      display: block !important;
      position: absolute;
      width: 180px;
      left: 50px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
      top: 0;
      margin-left: -3px;
      padding: 12px 5px 12px 20px;
      background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
      float: right;
      width: auto !important;
      left: 200px !important;
      top: 10px !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      top: 44px;
      margin-left: 0;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      font-size: 18px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
      display: none;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
}
}
.main-sidebar .user-panel {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -325px;
  width: 325px;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  top: 0;
  right: -325px;
  width: 325px;
  transition: right 0.3s ease-in-out;
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
.control-sidebar > .tab-content {
    padding: 10px 25px;
}
.control-sidebar.control-sidebar-open {
    right: 0;
}
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
      right: 0;
}
@media (max-width: 768px) {
.control-sidebar {
    padding-top: 100px;
}
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
.control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
}
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
@media (max-width: 768px) {
.nav-tabs.control-sidebar-tabs {
    display: table;
}
.nav-tabs.control-sidebar-tabs > li {
      display: table-cell;
}
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}
.control-sidebar-menu > li > a:before {
      content: " ";
      display: table;
}
.control-sidebar-menu > li > a:after {
      content: " ";
      display: table;
      clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
      margin-top: 0;
}
.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
      margin: 0;
}
.control-sidebar-menu .menu-info > p {
      margin: 0;
      font-size: 11px;
}
.control-sidebar-menu .progress {
    margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
  background: #000;
}
.control-sidebar-dark + .control-sidebar-bg {
    background: #000;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
      background: #181f23;
      color: #b8c7ce;
      border-left-color: #141a1d;
      border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #141a1d;
        border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
        color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a {
      background: #222d32;
      color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
        background: #222d32;
        color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
  .control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
      background: #e8ecf4;
      color: #444444;
      border-left-color: #d2d6de;
      border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #d2d6de;
        border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a {
      background: #f9fafc;
      color: #111;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
        background: #f9fafc;
        color: #111;
}
.control-sidebar-light .control-sidebar-heading,
  .control-sidebar-light .control-sidebar-subheading {
    color: #111;
}
.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
      background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
      color: #5e5e5e;
}
.sidebar-mini.sidebar-collapse .sidebar-menu {
  width: 50px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li:hover a {
    background: #eee;
    color: #222;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview a {
    z-index: 999;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu {
    background: #eee;
    padding-top: 45px;
    padding-bottom: 30px;
    border-bottom-right-radius: 4px;
    margin-top: -43px;
    position: relative;
    z-index: 998;
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
    border-left: none;
    display: block;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu li {
      height: 40px;
      position: relative;
      z-index: 999;
}

/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress {
  box-shadow: none;
  border-radius: 1px;
}
.progress > .progress-bar {
    box-shadow: none;
    border-radius: 1px;
}
.progress .progress-bar, .progress > .progress-bar .progress-bar {
    border-radius: 1px;
}
.progress.sm {
    height: 10px;
}

/* size variation */
.progress-sm {
  height: 10px;
}
.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs, .progress-xs {
  height: 7px;
}
.progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs, .progress-xxs {
  height: 3px;
}
.progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
  border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.progress.vertical.sm, .progress.vertical.progress-sm {
    width: 20px;
}
.progress.vertical.xs, .progress.vertical.progress-xs {
    width: 10px;
}
.progress.vertical.xxs, .progress.vertical.progress-xxs {
    width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue, .progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green, .progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua, .progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow, .progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red, .progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px;
}
.small-box h3,
  .small-box p {
    z-index: 5;
}
.small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
      font-size: 95px;
}
@media (max-width: 767px) {
.small-box {
    text-align: center;
}
.small-box .icon {
      display: none;
}
.small-box p {
      font-size: 12px;
}
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.collapsed-box .box-body,
  .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked > li:last-of-type {
      border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
      background: transparent;
}
.box.box-solid > .box-header .btn:hover {
      background: rgba(0, 0, 0, 0.1);
}
.box.box-solid > .box-header a:hover {
      background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
      border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
        color: #444444;
        background: #d2d6de;
        background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
        .box.box-solid.box-default > .box-header .btn {
          color: #444444;
}
.box.box-solid.box-primary {
      border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
        color: #ffffff;
        background: #3c8dbc;
        background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
        .box.box-solid.box-primary > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-info {
      border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
        color: #ffffff;
        background: #00c0ef;
        background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
        .box.box-solid.box-info > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-danger {
      border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
        color: #ffffff;
        background: #dd4b39;
        background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
        .box.box-solid.box-danger > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-warning {
      border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
        color: #ffffff;
        background: #f39c12;
        background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
        .box.box-solid.box-warning > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-success {
      border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
        color: #ffffff;
        background: #00a65a;
        background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
        .box.box-solid.box-success > .box-header .btn {
          color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
      border: 0;
      box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
      color: #fff;
}
.box .box-group > .box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header {
  border-radius: 5px 5px 0 0;
}
.box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    margin-right: 5px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
      position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
      right: 0;
      left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool {
  color: #606c84;
}
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 30px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
.chart-legend > li {
    float: left;
    margin-right: 10px;
}
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before {
      content: " ";
      display: table;
}
.box-comments .box-comment:after {
      content: " ";
      display: table;
      clear: both;
}
.box-comments .box-comment:last-of-type {
      border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
      padding-top: 0;
}
.box-comments .box-comment img {
      float: left;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.todo-list > li:last-of-type {
      margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
      margin: 0 10px 0 5px;
}
.todo-list > li .text {
      display: inline-block;
      margin-left: 5px;
      font-weight: 600;
}
.todo-list > li .label {
      margin-left: 10px;
      font-size: 9px;
}
.todo-list > li .tools {
      display: none;
      float: right;
      color: #dd4b39;
}
.todo-list > li .tools > .fa,
      .todo-list > li .tools > .glyphicon,
      .todo-list > li .tools > .ion {
        margin-right: 5px;
        cursor: pointer;
}
.todo-list > li:hover .tools {
      display: inline-block;
}
.todo-list > li.done {
      color: #999;
}
.todo-list > li.done .text {
        text-decoration: line-through;
        font-weight: 500;
}
.todo-list > li.done .label {
        background: #d2d6de !important;
}
.todo-list .danger {
    border-left-color: #dd4b39;
}
.todo-list .warning {
    border-left-color: #f39c12;
}
.todo-list .info {
    border-left-color: #00c0ef;
}
.todo-list .success {
    border-left-color: #00a65a;
}
.todo-list .primary {
    border-left-color: #3c8dbc;
}
.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
    margin-bottom: 10px;
}
.chat .item:before {
      content: " ";
      display: table;
}
.chat .item:after {
      content: " ";
      display: table;
      clear: both;
}
.chat .item > img {
      width: 40px;
      height: 40px;
      border: 2px solid transparent;
      border-radius: 50%;
}
.chat .item > .online {
      border: 2px solid #00a65a;
}
.chat .item > .offline {
      border: 2px solid #dd4b39;
}
.chat .item > .message {
      margin-left: 55px;
      margin-top: -40px;
}
.chat .item > .message > .name {
        display: block;
        font-weight: 600;
}
.chat .item > .attachment {
      border-radius: 3px;
      background: #f4f4f4;
      margin-left: 65px;
      margin-right: 15px;
      padding: 10px;
}
.chat .item > .attachment > h4 {
        margin: 0 0 5px 0;
        font-weight: 600;
        font-size: 14px;
}
.chat .item > .attachment > p,
      .chat .item > .attachment > .filename {
        font-weight: 600;
        font-size: 13px;
        font-style: italic;
        margin: 0;
}
.chat .item > .attachment:before {
        content: " ";
        display: table;
}
.chat .item > .attachment:after {
        content: " ";
        display: table;
        clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
    font-size: 14px;
}
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    border-radius: 0;
}
.info-box .progress .progress-bar {
      border-radius: 0;
      background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
    max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before {
      content: " ";
      display: table;
}
.timeline > li:after {
      content: " ";
      display: table;
      clear: both;
}
.timeline > li > .timeline-item {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      margin-top: 0;
      background: #fff;
      color: #444;
      margin-left: 60px;
      margin-right: 15px;
      padding: 0;
      position: relative;
}
.timeline > li > .timeline-item > .time {
        color: #999;
        float: right;
        padding: 10px;
        font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 16px;
        line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
          font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
        padding: 10px;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0;
}
.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
    color: #fff;
    text-decoration: underline;
}
.callout a:hover {
      color: #eee;
}
.callout h4 {
    margin-top: 0;
    font-weight: 600;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code, .callout .highlight {
    background-color: #fff;
}
.callout.callout-danger {
    border-color: #c23321;
}
.callout.callout-warning {
    border-color: #c87f0a;
}
.callout.callout-info {
    border-color: #0097bc;
}
.callout.callout-success {
    border-color: #00733e;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
    font-weight: 600;
}
.alert .icon {
    margin-right: 10px;
}
.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.alert .close:hover {
      opacity: 0.5;
      filter: alpha(opacity=50);
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger, .alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}
.products-list > .item:before {
      content: " ";
      display: table;
}
.products-list > .item:after {
      content: " ";
      display: table;
      clear: both;
}
.products-list .product-img {
    float: left;
}
.products-list .product-img img {
      width: 50px;
      height: 50px;
}
.products-list .product-info {
    margin-left: 60px;
}
.products-list .product-title {
    font-weight: 600;
}
.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list-in-box > .item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
    border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.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 #f4f4f4;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table.no-border {
  border: 0;
}
.table.no-border td, .table.no-border th {
    border: 0;
}

/* .text-center in tables */
table.text-center {
  text-align: center;
}
table.text-center td, table.text-center th {
    text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
    margin-bottom: 25px;
}
.description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
.description-block > .description-text {
    text-transform: uppercase;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active {
  color: #fff !important;
}
.callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success {
  color: #fff !important;
}
.alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success {
  color: #fff !important;
}
.modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer {
  color: #fff !important;
}
.modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer {
  color: #fff !important;
}
.modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer {
  color: #fff !important;
}
.modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer {
  color: #fff !important;
}
.modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active {
  background-color: #d33724 !important;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active {
  background-color: #db8b0b !important;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active {
  background-color: #00a7d0 !important;
}
.modal-info .modal-header, .modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active {
  background-color: #357ca5 !important;
}
.modal-primary .modal-header, .modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active {
  background-color: #008d4c !important;
}
.modal-success .modal-header, .modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover, .link-muted:focus {
    color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover, .link-black:focus {
    color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold {
  font-weight: 700;
}
.text-bold.table td, .text-bold.table th {
    font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
    color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before {
  content: " ";
  display: table;
}
.user-block:after {
  content: " ";
  display: table;
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username, .user-block .description, .user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
  float: left;
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
    margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
    margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}
.attachment-block .attachment-pushed {
    margin-left: 110px;
}
.attachment-block .attachment-heading {
    margin: 0;
}
.attachment-block .attachment-text {
    color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg, .chart canvas {
    width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {
.no-print, .main-sidebar, .left-side, .main-header, .content-header {
    display: none !important;
}
.content-wrapper, .right-side, .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0) !important;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important;
}
.invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
.invoice-col {
    float: left;
    width: 33.3333333%;
}
.table-responsive {
    overflow: auto;
}
.table-responsive > .table tr th, .table-responsive > .table tr td {
      white-space: normal !important;
}
}

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    content: " ";
    display: table;
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-contacts {
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before {
    content: " ";
    display: table;
}
.contacts-list > li:after {
    content: " ";
    display: table;
    clear: both;
}
.contacts-list > li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name, .contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.users-list > li > a:hover {
    color: #999;
}
.users-list > li > a:hover .users-list-name {
      color: #999;
}
.users-list-name, .users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
.modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #c23321;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}
.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
    padding: 0;
}
.mailbox-attachment-icon.has-img > img {
      max-width: 100%;
      height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
    color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}

/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
    border: 0;
}
.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a, .register-logo a {
  color: #444;
}
.login-page, .register-page {
  background: #d2d6de;
}
.login-box, .register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
.login-box, .register-box {
    width: 90%;
    margin-top: 20px;
}
}
.login-box-body, .register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg, .register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}
.error-page > .error-content {
    margin-left: 190px;
    display: block;
}
.error-page > .error-content > h3 {
      font-weight: 300;
      font-size: 25px;
}
@media (max-width: 991px) {
.error-page {
    width: 100%;
}
}
@media (max-width: 991px) {
.error-page > .headline {
    float: none;
    text-align: center;
}
}
@media (max-width: 991px) {
.error-page > .error-content {
    margin-left: 0;
}
}
@media (max-width: 991px) {
.error-page > .error-content > h3 {
    text-align: center;
}
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .user-block {
    margin-bottom: 15px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
    padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2em;
}
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}
.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus, .btn-adn.focus, .btn-adn:hover, .btn-adn:active, .btn-adn.active {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket:hover, .btn-bitbucket:active, .btn-bitbucket.active {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus, .btn-dropbox.focus, .btn-dropbox:hover, .btn-dropbox:active, .btn-dropbox.active {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus, .btn-facebook.focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus, .btn-flickr.focus, .btn-flickr:hover, .btn-flickr:active, .btn-flickr.active {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus, .btn-foursquare.focus, .btn-foursquare:hover, .btn-foursquare:active, .btn-foursquare.active {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus, .btn-github.focus, .btn-github:hover, .btn-github:active, .btn-github.active {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus, .btn-google.focus, .btn-google:hover, .btn-google:active, .btn-google.active {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus, .btn-instagram.focus, .btn-instagram:hover, .btn-instagram:active, .btn-instagram.active {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin.active {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus, .btn-microsoft.focus, .btn-microsoft:hover, .btn-microsoft:active, .btn-microsoft.active {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff;
}
.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus, .btn-openid.focus, .btn-openid:hover, .btn-openid:active, .btn-openid.active {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest:hover, .btn-pinterest:active, .btn-pinterest.active {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus, .btn-reddit.focus, .btn-reddit:hover, .btn-reddit:active, .btn-reddit.active {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000;
}
.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus, .btn-soundcloud.focus, .btn-soundcloud:hover, .btn-soundcloud:active, .btn-soundcloud.active {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus, .btn-tumblr.focus, .btn-tumblr:hover, .btn-tumblr:active, .btn-tumblr.active {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus, .btn-twitter.focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus, .btn-vimeo.focus, .btn-vimeo:hover, .btn-vimeo:active, .btn-vimeo.active {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus, .btn-vk.focus, .btn-vk:hover, .btn-vk:active, .btn-vk.active {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus, .btn-yahoo.focus, .btn-yahoo:hover, .btn-yahoo:active, .btn-yahoo.active {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover, .fc-button:active, .fc-button.hover {
    background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}
.fc-color-picker > li .fa {
      transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
        transform: rotate(30deg);
}
#add-new-event {
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}
.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #444;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}

/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
.palette-Red.bg {
  background-color: #F44336;
}
.palette-Red.text {
  color: #F44336;
}
.palette-Red-50.bg {
  background-color: #FFEBEE;
}
.palette-Red-50.text {
  color: #FFEBEE;
}
.palette-Red-100.bg {
  background-color: #FFCDD2;
}
.palette-Red-100.text {
  color: #FFCDD2;
}
.palette-Red-200.bg {
  background-color: #EF9A9A;
}
.palette-Red-200.text {
  color: #EF9A9A;
}
.palette-Red-300.bg {
  background-color: #E57373;
}
.palette-Red-300.text {
  color: #E57373;
}
.palette-Red-400.bg {
  background-color: #EF5350;
}
.palette-Red-400.text {
  color: #EF5350;
}
.palette-Red-500.bg {
  background-color: #F44336;
}
.palette-Red-500.text {
  color: #F44336;
}
.palette-Red-600.bg {
  background-color: #E53935;
}
.palette-Red-600.text {
  color: #E53935;
}
.palette-Red-700.bg {
  background-color: #D32F2F;
}
.palette-Red-700.text {
  color: #D32F2F;
}
.palette-Red-800.bg {
  background-color: #C62828;
}
.palette-Red-800.text {
  color: #C62828;
}
.palette-Red-900.bg {
  background-color: #B71C1C;
}
.palette-Red-900.text {
  color: #B71C1C;
}
.palette-Red-A100.bg {
  background-color: #FF8A80;
}
.palette-Red-A100.text {
  color: #FF8A80;
}
.palette-Red-A200.bg {
  background-color: #FF5252;
}
.palette-Red-A200.text {
  color: #FF5252;
}
.palette-Red-A400.bg {
  background-color: #FF1744;
}
.palette-Red-A400.text {
  color: #FF1744;
}
.palette-Red-A700.bg {
  background-color: #D50000;
}
.palette-Red-A700.text {
  color: #D50000;
}
.palette-Pink.bg {
  background-color: #E91E63;
}
.palette-Pink.text {
  color: #E91E63;
}
.palette-Pink-50.bg {
  background-color: #FCE4EC;
}
.palette-Pink-50.text {
  color: #FCE4EC;
}
.palette-Pink-100.bg {
  background-color: #F8BBD0;
}
.palette-Pink-100.text {
  color: #F8BBD0;
}
.palette-Pink-200.bg {
  background-color: #F48FB1;
}
.palette-Pink-200.text {
  color: #F48FB1;
}
.palette-Pink-300.bg {
  background-color: #F06292;
}
.palette-Pink-300.text {
  color: #F06292;
}
.palette-Pink-400.bg {
  background-color: #EC407A;
}
.palette-Pink-400.text {
  color: #EC407A;
}
.palette-Pink-500.bg {
  background-color: #E91E63;
}
.palette-Pink-500.text {
  color: #E91E63;
}
.palette-Pink-600.bg {
  background-color: #D81B60;
}
.palette-Pink-600.text {
  color: #D81B60;
}
.palette-Pink-700.bg {
  background-color: #C2185B;
}
.palette-Pink-700.text {
  color: #C2185B;
}
.palette-Pink-800.bg {
  background-color: #AD1457;
}
.palette-Pink-800.text {
  color: #AD1457;
}
.palette-Pink-900.bg {
  background-color: #880E4F;
}
.palette-Pink-900.text {
  color: #880E4F;
}
.palette-Pink-A100.bg {
  background-color: #FF80AB;
}
.palette-Pink-A100.text {
  color: #FF80AB;
}
.palette-Pink-A200.bg {
  background-color: #FF4081;
}
.palette-Pink-A200.text {
  color: #FF4081;
}
.palette-Pink-A400.bg {
  background-color: #F50057;
}
.palette-Pink-A400.text {
  color: #F50057;
}
.palette-Pink-A700.bg {
  background-color: #C51162;
}
.palette-Pink-A700.text {
  color: #C51162;
}
.palette-Purple.bg {
  background-color: #9C27B0;
}
.palette-Purple.text {
  color: #9C27B0;
}
.palette-Purple-50.bg {
  background-color: #F3E5F5;
}
.palette-Purple-50.text {
  color: #F3E5F5;
}
.palette-Purple-100.bg {
  background-color: #E1BEE7;
}
.palette-Purple-100.text {
  color: #E1BEE7;
}
.palette-Purple-200.bg {
  background-color: #CE93D8;
}
.palette-Purple-200.text {
  color: #CE93D8;
}
.palette-Purple-300.bg {
  background-color: #BA68C8;
}
.palette-Purple-300.text {
  color: #BA68C8;
}
.palette-Purple-400.bg {
  background-color: #AB47BC;
}
.palette-Purple-400.text {
  color: #AB47BC;
}
.palette-Purple-500.bg {
  background-color: #9C27B0;
}
.palette-Purple-500.text {
  color: #9C27B0;
}
.palette-Purple-600.bg {
  background-color: #8E24AA;
}
.palette-Purple-600.text {
  color: #8E24AA;
}
.palette-Purple-700.bg {
  background-color: #7B1FA2;
}
.palette-Purple-700.text {
  color: #7B1FA2;
}
.palette-Purple-800.bg {
  background-color: #6A1B9A;
}
.palette-Purple-800.text {
  color: #6A1B9A;
}
.palette-Purple-900.bg {
  background-color: #4A148C;
}
.palette-Purple-900.text {
  color: #4A148C;
}
.palette-Purple-A100.bg {
  background-color: #EA80FC;
}
.palette-Purple-A100.text {
  color: #EA80FC;
}
.palette-Purple-A200.bg {
  background-color: #E040FB;
}
.palette-Purple-A200.text {
  color: #E040FB;
}
.palette-Purple-A400.bg {
  background-color: #D500F9;
}
.palette-Purple-A400.text {
  color: #D500F9;
}
.palette-Purple-A700.bg {
  background-color: #AA00FF;
}
.palette-Purple-A700.text {
  color: #AA00FF;
}
.palette-Deep-Purple.bg {
  background-color: #673AB7;
}
.palette-Deep-Purple.text {
  color: #673AB7;
}
.palette-Deep-Purple-50.bg {
  background-color: #EDE7F6;
}
.palette-Deep-Purple-50.text {
  color: #EDE7F6;
}
.palette-Deep-Purple-100.bg {
  background-color: #D1C4E9;
}
.palette-Deep-Purple-100.text {
  color: #D1C4E9;
}
.palette-Deep-Purple-200.bg {
  background-color: #B39DDB;
}
.palette-Deep-Purple-200.text {
  color: #B39DDB;
}
.palette-Deep-Purple-300.bg {
  background-color: #9575CD;
}
.palette-Deep-Purple-300.text {
  color: #9575CD;
}
.palette-Deep-Purple-400.bg {
  background-color: #7E57C2;
}
.palette-Deep-Purple-400.text {
  color: #7E57C2;
}
.palette-Deep-Purple-500.bg {
  background-color: #673AB7;
}
.palette-Deep-Purple-500.text {
  color: #673AB7;
}
.palette-Deep-Purple-600.bg {
  background-color: #5E35B1;
}
.palette-Deep-Purple-600.text {
  color: #5E35B1;
}
.palette-Deep-Purple-700.bg {
  background-color: #512DA8;
}
.palette-Deep-Purple-700.text {
  color: #512DA8;
}
.palette-Deep-Purple-800.bg {
  background-color: #4527A0;
}
.palette-Deep-Purple-800.text {
  color: #4527A0;
}
.palette-Deep-Purple-900.bg {
  background-color: #311B92;
}
.palette-Deep-Purple-900.text {
  color: #311B92;
}
.palette-Deep-Purple-A100.bg {
  background-color: #B388FF;
}
.palette-Deep-Purple-A100.text {
  color: #B388FF;
}
.palette-Deep-Purple-A200.bg {
  background-color: #7C4DFF;
}
.palette-Deep-Purple-A200.text {
  color: #7C4DFF;
}
.palette-Deep-Purple-A400.bg {
  background-color: #651FFF;
}
.palette-Deep-Purple-A400.text {
  color: #651FFF;
}
.palette-Deep-Purple-A700.bg {
  background-color: #6200EA;
}
.palette-Deep-Purple-A700.text {
  color: #6200EA;
}
.palette-Indigo.bg {
  background-color: #3F51B5;
}
.palette-Indigo.text {
  color: #3F51B5;
}
.palette-Indigo-50.bg {
  background-color: #E8EAF6;
}
.palette-Indigo-50.text {
  color: #E8EAF6;
}
.palette-Indigo-100.bg {
  background-color: #C5CAE9;
}
.palette-Indigo-100.text {
  color: #C5CAE9;
}
.palette-Indigo-200.bg {
  background-color: #9FA8DA;
}
.palette-Indigo-200.text {
  color: #9FA8DA;
}
.palette-Indigo-300.bg {
  background-color: #7986CB;
}
.palette-Indigo-300.text {
  color: #7986CB;
}
.palette-Indigo-400.bg {
  background-color: #5C6BC0;
}
.palette-Indigo-400.text {
  color: #5C6BC0;
}
.palette-Indigo-500.bg {
  background-color: #3F51B5;
}
.palette-Indigo-500.text {
  color: #3F51B5;
}
.palette-Indigo-600.bg {
  background-color: #3949AB;
}
.palette-Indigo-600.text {
  color: #3949AB;
}
.palette-Indigo-700.bg {
  background-color: #303F9F;
}
.palette-Indigo-700.text {
  color: #303F9F;
}
.palette-Indigo-800.bg {
  background-color: #283593;
}
.palette-Indigo-800.text {
  color: #283593;
}
.palette-Indigo-900.bg {
  background-color: #1A237E;
}
.palette-Indigo-900.text {
  color: #1A237E;
}
.palette-Indigo-A100.bg {
  background-color: #8C9EFF;
}
.palette-Indigo-A100.text {
  color: #8C9EFF;
}
.palette-Indigo-A200.bg {
  background-color: #536DFE;
}
.palette-Indigo-A200.text {
  color: #536DFE;
}
.palette-Indigo-A400.bg {
  background-color: #3D5AFE;
}
.palette-Indigo-A400.text {
  color: #3D5AFE;
}
.palette-Indigo-A700.bg {
  background-color: #304FFE;
}
.palette-Indigo-A700.text {
  color: #304FFE;
}
.palette-Blue.bg {
  background-color: #2196F3;
}
.palette-Blue.text {
  color: #2196F3;
}
.palette-Blue-50.bg {
  background-color: #E3F2FD;
}
.palette-Blue-50.text {
  color: #E3F2FD;
}
.palette-Blue-100.bg {
  background-color: #BBDEFB;
}
.palette-Blue-100.text {
  color: #BBDEFB;
}
.palette-Blue-200.bg {
  background-color: #90CAF9;
}
.palette-Blue-200.text {
  color: #90CAF9;
}
.palette-Blue-300.bg {
  background-color: #64B5F6;
}
.palette-Blue-300.text {
  color: #64B5F6;
}
.palette-Blue-400.bg {
  background-color: #42A5F5;
}
.palette-Blue-400.text {
  color: #42A5F5;
}
.palette-Blue-500.bg {
  background-color: #2196F3;
}
.palette-Blue-500.text {
  color: #2196F3;
}
.palette-Blue-600.bg {
  background-color: #1E88E5;
}
.palette-Blue-600.text {
  color: #1E88E5;
}
.palette-Blue-700.bg {
  background-color: #1976D2;
}
.palette-Blue-700.text {
  color: #1976D2;
}
.palette-Blue-800.bg {
  background-color: #1565C0;
}
.palette-Blue-800.text {
  color: #1565C0;
}
.palette-Blue-900.bg {
  background-color: #0D47A1;
}
.palette-Blue-900.text {
  color: #0D47A1;
}
.palette-Blue-A100.bg {
  background-color: #82B1FF;
}
.palette-Blue-A100.text {
  color: #82B1FF;
}
.palette-Blue-A200.bg {
  background-color: #448AFF;
}
.palette-Blue-A200.text {
  color: #448AFF;
}
.palette-Blue-A400.bg {
  background-color: #2979FF;
}
.palette-Blue-A400.text {
  color: #2979FF;
}
.palette-Blue-A700.bg {
  background-color: #2962FF;
}
.palette-Blue-A700.text {
  color: #2962FF;
}
.palette-Light-Blue.bg {
  background-color: #03A9F4;
}
.palette-Light-Blue.text {
  color: #03A9F4;
}
.palette-Light-Blue-50.bg {
  background-color: #E1F5FE;
}
.palette-Light-Blue-50.text {
  color: #E1F5FE;
}
.palette-Light-Blue-100.bg {
  background-color: #B3E5FC;
}
.palette-Light-Blue-100.text {
  color: #B3E5FC;
}
.palette-Light-Blue-200.bg {
  background-color: #81D4FA;
}
.palette-Light-Blue-200.text {
  color: #81D4FA;
}
.palette-Light-Blue-300.bg {
  background-color: #4FC3F7;
}
.palette-Light-Blue-300.text {
  color: #4FC3F7;
}
.palette-Light-Blue-400.bg {
  background-color: #29B6F6;
}
.palette-Light-Blue-400.text {
  color: #29B6F6;
}
.palette-Light-Blue-500.bg {
  background-color: #03A9F4;
}
.palette-Light-Blue-500.text {
  color: #03A9F4;
}
.palette-Light-Blue-600.bg {
  background-color: #039BE5;
}
.palette-Light-Blue-600.text {
  color: #039BE5;
}
.palette-Light-Blue-700.bg {
  background-color: #0288D1;
}
.palette-Light-Blue-700.text {
  color: #0288D1;
}
.palette-Light-Blue-800.bg {
  background-color: #0277BD;
}
.palette-Light-Blue-800.text {
  color: #0277BD;
}
.palette-Light-Blue-900.bg {
  background-color: #01579B;
}
.palette-Light-Blue-900.text {
  color: #01579B;
}
.palette-Light-Blue-A100.bg {
  background-color: #80D8FF;
}
.palette-Light-Blue-A100.text {
  color: #80D8FF;
}
.palette-Light-Blue-A200.bg {
  background-color: #40C4FF;
}
.palette-Light-Blue-A200.text {
  color: #40C4FF;
}
.palette-Light-Blue-A400.bg {
  background-color: #00B0FF;
}
.palette-Light-Blue-A400.text {
  color: #00B0FF;
}
.palette-Light-Blue-A700.bg {
  background-color: #0091EA;
}
.palette-Light-Blue-A700.text {
  color: #0091EA;
}
.palette-Cyan.bg {
  background-color: #00BCD4;
}
.palette-Cyan.text {
  color: #00BCD4;
}
.palette-Cyan-50.bg {
  background-color: #E0F7FA;
}
.palette-Cyan-50.text {
  color: #E0F7FA;
}
.palette-Cyan-100.bg {
  background-color: #B2EBF2;
}
.palette-Cyan-100.text {
  color: #B2EBF2;
}
.palette-Cyan-200.bg {
  background-color: #80DEEA;
}
.palette-Cyan-200.text {
  color: #80DEEA;
}
.palette-Cyan-300.bg {
  background-color: #4DD0E1;
}
.palette-Cyan-300.text {
  color: #4DD0E1;
}
.palette-Cyan-400.bg {
  background-color: #26C6DA;
}
.palette-Cyan-400.text {
  color: #26C6DA;
}
.palette-Cyan-500.bg {
  background-color: #00BCD4;
}
.palette-Cyan-500.text {
  color: #00BCD4;
}
.palette-Cyan-600.bg {
  background-color: #00ACC1;
}
.palette-Cyan-600.text {
  color: #00ACC1;
}
.palette-Cyan-700.bg {
  background-color: #0097A7;
}
.palette-Cyan-700.text {
  color: #0097A7;
}
.palette-Cyan-800.bg {
  background-color: #00838F;
}
.palette-Cyan-800.text {
  color: #00838F;
}
.palette-Cyan-900.bg {
  background-color: #006064;
}
.palette-Cyan-900.text {
  color: #006064;
}
.palette-Cyan-A100.bg {
  background-color: #84FFFF;
}
.palette-Cyan-A100.text {
  color: #84FFFF;
}
.palette-Cyan-A200.bg {
  background-color: #18FFFF;
}
.palette-Cyan-A200.text {
  color: #18FFFF;
}
.palette-Cyan-A400.bg {
  background-color: #00E5FF;
}
.palette-Cyan-A400.text {
  color: #00E5FF;
}
.palette-Cyan-A700.bg {
  background-color: #00B8D4;
}
.palette-Cyan-A700.text {
  color: #00B8D4;
}
.palette-Teal.bg {
  background-color: #009688;
}
.palette-Teal.text {
  color: #009688;
}
.palette-Teal-50.bg {
  background-color: #E0F2F1;
}
.palette-Teal-50.text {
  color: #E0F2F1;
}
.palette-Teal-100.bg {
  background-color: #B2DFDB;
}
.palette-Teal-100.text {
  color: #B2DFDB;
}
.palette-Teal-200.bg {
  background-color: #80CBC4;
}
.palette-Teal-200.text {
  color: #80CBC4;
}
.palette-Teal-300.bg {
  background-color: #4DB6AC;
}
.palette-Teal-300.text {
  color: #4DB6AC;
}
.palette-Teal-400.bg {
  background-color: #26A69A;
}
.palette-Teal-400.text {
  color: #26A69A;
}
.palette-Teal-500.bg {
  background-color: #009688;
}
.palette-Teal-500.text {
  color: #009688;
}
.palette-Teal-600.bg {
  background-color: #00897B;
}
.palette-Teal-600.text {
  color: #00897B;
}
.palette-Teal-700.bg {
  background-color: #00796B;
}
.palette-Teal-700.text {
  color: #00796B;
}
.palette-Teal-800.bg {
  background-color: #00695C;
}
.palette-Teal-800.text {
  color: #00695C;
}
.palette-Teal-900.bg {
  background-color: #004D40;
}
.palette-Teal-900.text {
  color: #004D40;
}
.palette-Teal-A100.bg {
  background-color: #A7FFEB;
}
.palette-Teal-A100.text {
  color: #A7FFEB;
}
.palette-Teal-A200.bg {
  background-color: #64FFDA;
}
.palette-Teal-A200.text {
  color: #64FFDA;
}
.palette-Teal-A400.bg {
  background-color: #1DE9B6;
}
.palette-Teal-A400.text {
  color: #1DE9B6;
}
.palette-Teal-A700.bg {
  background-color: #00BFA5;
}
.palette-Teal-A700.text {
  color: #00BFA5;
}
.palette-Green.bg {
  background-color: #4CAF50;
}
.palette-Green.text {
  color: #4CAF50;
}
.palette-Green-50.bg {
  background-color: #E8F5E9;
}
.palette-Green-50.text {
  color: #E8F5E9;
}
.palette-Green-100.bg {
  background-color: #C8E6C9;
}
.palette-Green-100.text {
  color: #C8E6C9;
}
.palette-Green-200.bg {
  background-color: #A5D6A7;
}
.palette-Green-200.text {
  color: #A5D6A7;
}
.palette-Green-300.bg {
  background-color: #81C784;
}
.palette-Green-300.text {
  color: #81C784;
}
.palette-Green-400.bg {
  background-color: #66BB6A;
}
.palette-Green-400.text {
  color: #66BB6A;
}
.palette-Green-500.bg {
  background-color: #4CAF50;
}
.palette-Green-500.text {
  color: #4CAF50;
}
.palette-Green-600.bg {
  background-color: #43A047;
}
.palette-Green-600.text {
  color: #43A047;
}
.palette-Green-700.bg {
  background-color: #388E3C;
}
.palette-Green-700.text {
  color: #388E3C;
}
.palette-Green-800.bg {
  background-color: #2E7D32;
}
.palette-Green-800.text {
  color: #2E7D32;
}
.palette-Green-900.bg {
  background-color: #1B5E20;
}
.palette-Green-900.text {
  color: #1B5E20;
}
.palette-Green-A100.bg {
  background-color: #B9F6CA;
}
.palette-Green-A100.text {
  color: #B9F6CA;
}
.palette-Green-A200.bg {
  background-color: #69F0AE;
}
.palette-Green-A200.text {
  color: #69F0AE;
}
.palette-Green-A400.bg {
  background-color: #00E676;
}
.palette-Green-A400.text {
  color: #00E676;
}
.palette-Green-A700.bg {
  background-color: #00C853;
}
.palette-Green-A700.text {
  color: #00C853;
}
.palette-Light-Green.bg {
  background-color: #8BC34A;
}
.palette-Light-Green.text {
  color: #8BC34A;
}
.palette-Light-Green-50.bg {
  background-color: #F1F8E9;
}
.palette-Light-Green-50.text {
  color: #F1F8E9;
}
.palette-Light-Green-100.bg {
  background-color: #DCEDC8;
}
.palette-Light-Green-100.text {
  color: #DCEDC8;
}
.palette-Light-Green-200.bg {
  background-color: #C5E1A5;
}
.palette-Light-Green-200.text {
  color: #C5E1A5;
}
.palette-Light-Green-300.bg {
  background-color: #AED581;
}
.palette-Light-Green-300.text {
  color: #AED581;
}
.palette-Light-Green-400.bg {
  background-color: #9CCC65;
}
.palette-Light-Green-400.text {
  color: #9CCC65;
}
.palette-Light-Green-500.bg {
  background-color: #8BC34A;
}
.palette-Light-Green-500.text {
  color: #8BC34A;
}
.palette-Light-Green-600.bg {
  background-color: #7CB342;
}
.palette-Light-Green-600.text {
  color: #7CB342;
}
.palette-Light-Green-700.bg {
  background-color: #689F38;
}
.palette-Light-Green-700.text {
  color: #689F38;
}
.palette-Light-Green-800.bg {
  background-color: #558B2F;
}
.palette-Light-Green-800.text {
  color: #558B2F;
}
.palette-Light-Green-900.bg {
  background-color: #33691E;
}
.palette-Light-Green-900.text {
  color: #33691E;
}
.palette-Light-Green-A100.bg {
  background-color: #CCFF90;
}
.palette-Light-Green-A100.text {
  color: #CCFF90;
}
.palette-Light-Green-A200.bg {
  background-color: #B2FF59;
}
.palette-Light-Green-A200.text {
  color: #B2FF59;
}
.palette-Light-Green-A400.bg {
  background-color: #76FF03;
}
.palette-Light-Green-A400.text {
  color: #76FF03;
}
.palette-Light-Green-A700.bg {
  background-color: #64DD17;
}
.palette-Light-Green-A700.text {
  color: #64DD17;
}
.palette-Lime.bg {
  background-color: #CDDC39;
}
.palette-Lime.text {
  color: #CDDC39;
}
.palette-Lime-50.bg {
  background-color: #F9FBE7;
}
.palette-Lime-50.text {
  color: #F9FBE7;
}
.palette-Lime-100.bg {
  background-color: #F0F4C3;
}
.palette-Lime-100.text {
  color: #F0F4C3;
}
.palette-Lime-200.bg {
  background-color: #E6EE9C;
}
.palette-Lime-200.text {
  color: #E6EE9C;
}
.palette-Lime-300.bg {
  background-color: #DCE775;
}
.palette-Lime-300.text {
  color: #DCE775;
}
.palette-Lime-400.bg {
  background-color: #D4E157;
}
.palette-Lime-400.text {
  color: #D4E157;
}
.palette-Lime-500.bg {
  background-color: #CDDC39;
}
.palette-Lime-500.text {
  color: #CDDC39;
}
.palette-Lime-600.bg {
  background-color: #C0CA33;
}
.palette-Lime-600.text {
  color: #C0CA33;
}
.palette-Lime-700.bg {
  background-color: #AFB42B;
}
.palette-Lime-700.text {
  color: #AFB42B;
}
.palette-Lime-800.bg {
  background-color: #9E9D24;
}
.palette-Lime-800.text {
  color: #9E9D24;
}
.palette-Lime-900.bg {
  background-color: #827717;
}
.palette-Lime-900.text {
  color: #827717;
}
.palette-Lime-A100.bg {
  background-color: #F4FF81;
}
.palette-Lime-A100.text {
  color: #F4FF81;
}
.palette-Lime-A200.bg {
  background-color: #EEFF41;
}
.palette-Lime-A200.text {
  color: #EEFF41;
}
.palette-Lime-A400.bg {
  background-color: #C6FF00;
}
.palette-Lime-A400.text {
  color: #C6FF00;
}
.palette-Lime-A700.bg {
  background-color: #AEEA00;
}
.palette-Lime-A700.text {
  color: #AEEA00;
}
.palette-Yellow.bg {
  background-color: #FFEB3B;
}
.palette-Yellow.text {
  color: #FFEB3B;
}
.palette-Yellow-50.bg {
  background-color: #FFFDE7;
}
.palette-Yellow-50.text {
  color: #FFFDE7;
}
.palette-Yellow-100.bg {
  background-color: #FFF9C4;
}
.palette-Yellow-100.text {
  color: #FFF9C4;
}
.palette-Yellow-200.bg {
  background-color: #FFF59D;
}
.palette-Yellow-200.text {
  color: #FFF59D;
}
.palette-Yellow-300.bg {
  background-color: #FFF176;
}
.palette-Yellow-300.text {
  color: #FFF176;
}
.palette-Yellow-400.bg {
  background-color: #FFEE58;
}
.palette-Yellow-400.text {
  color: #FFEE58;
}
.palette-Yellow-500.bg {
  background-color: #FFEB3B;
}
.palette-Yellow-500.text {
  color: #FFEB3B;
}
.palette-Yellow-600.bg {
  background-color: #FDD835;
}
.palette-Yellow-600.text {
  color: #FDD835;
}
.palette-Yellow-700.bg {
  background-color: #FBC02D;
}
.palette-Yellow-700.text {
  color: #FBC02D;
}
.palette-Yellow-800.bg {
  background-color: #F9A825;
}
.palette-Yellow-800.text {
  color: #F9A825;
}
.palette-Yellow-900.bg {
  background-color: #F57F17;
}
.palette-Yellow-900.text {
  color: #F57F17;
}
.palette-Yellow-A100.bg {
  background-color: #FFFF8D;
}
.palette-Yellow-A100.text {
  color: #FFFF8D;
}
.palette-Yellow-A200.bg {
  background-color: #FFFF00;
}
.palette-Yellow-A200.text {
  color: #FFFF00;
}
.palette-Yellow-A400.bg {
  background-color: #FFEA00;
}
.palette-Yellow-A400.text {
  color: #FFEA00;
}
.palette-Yellow-A700.bg {
  background-color: #FFD600;
}
.palette-Yellow-A700.text {
  color: #FFD600;
}
.palette-Amber.bg {
  background-color: #FFC107;
}
.palette-Amber.text {
  color: #FFC107;
}
.palette-Amber-50.bg {
  background-color: #FFF8E1;
}
.palette-Amber-50.text {
  color: #FFF8E1;
}
.palette-Amber-100.bg {
  background-color: #FFECB3;
}
.palette-Amber-100.text {
  color: #FFECB3;
}
.palette-Amber-200.bg {
  background-color: #FFE082;
}
.palette-Amber-200.text {
  color: #FFE082;
}
.palette-Amber-300.bg {
  background-color: #FFD54F;
}
.palette-Amber-300.text {
  color: #FFD54F;
}
.palette-Amber-400.bg {
  background-color: #FFCA28;
}
.palette-Amber-400.text {
  color: #FFCA28;
}
.palette-Amber-500.bg {
  background-color: #FFC107;
}
.palette-Amber-500.text {
  color: #FFC107;
}
.palette-Amber-600.bg {
  background-color: #FFB300;
}
.palette-Amber-600.text {
  color: #FFB300;
}
.palette-Amber-700.bg {
  background-color: #FFA000;
}
.palette-Amber-700.text {
  color: #FFA000;
}
.palette-Amber-800.bg {
  background-color: #FF8F00;
}
.palette-Amber-800.text {
  color: #FF8F00;
}
.palette-Amber-900.bg {
  background-color: #FF6F00;
}
.palette-Amber-900.text {
  color: #FF6F00;
}
.palette-Amber-A100.bg {
  background-color: #FFE57F;
}
.palette-Amber-A100.text {
  color: #FFE57F;
}
.palette-Amber-A200.bg {
  background-color: #FFD740;
}
.palette-Amber-A200.text {
  color: #FFD740;
}
.palette-Amber-A400.bg {
  background-color: #FFC400;
}
.palette-Amber-A400.text {
  color: #FFC400;
}
.palette-Amber-A700.bg {
  background-color: #FFAB00;
}
.palette-Amber-A700.text {
  color: #FFAB00;
}
.palette-Orange.bg {
  background-color: #FF9800;
}
.palette-Orange.text {
  color: #FF9800;
}
.palette-Orange-50.bg {
  background-color: #FFF3E0;
}
.palette-Orange-50.text {
  color: #FFF3E0;
}
.palette-Orange-100.bg {
  background-color: #FFE0B2;
}
.palette-Orange-100.text {
  color: #FFE0B2;
}
.palette-Orange-200.bg {
  background-color: #FFCC80;
}
.palette-Orange-200.text {
  color: #FFCC80;
}
.palette-Orange-300.bg {
  background-color: #FFB74D;
}
.palette-Orange-300.text {
  color: #FFB74D;
}
.palette-Orange-400.bg {
  background-color: #FFA726;
}
.palette-Orange-400.text {
  color: #FFA726;
}
.palette-Orange-500.bg {
  background-color: #FF9800;
}
.palette-Orange-500.text {
  color: #FF9800;
}
.palette-Orange-600.bg {
  background-color: #FB8C00;
}
.palette-Orange-600.text {
  color: #FB8C00;
}
.palette-Orange-700.bg {
  background-color: #F57C00;
}
.palette-Orange-700.text {
  color: #F57C00;
}
.palette-Orange-800.bg {
  background-color: #EF6C00;
}
.palette-Orange-800.text {
  color: #EF6C00;
}
.palette-Orange-900.bg {
  background-color: #E65100;
}
.palette-Orange-900.text {
  color: #E65100;
}
.palette-Orange-A100.bg {
  background-color: #FFD180;
}
.palette-Orange-A100.text {
  color: #FFD180;
}
.palette-Orange-A200.bg {
  background-color: #FFAB40;
}
.palette-Orange-A200.text {
  color: #FFAB40;
}
.palette-Orange-A400.bg {
  background-color: #FF9100;
}
.palette-Orange-A400.text {
  color: #FF9100;
}
.palette-Orange-A700.bg {
  background-color: #FF6D00;
}
.palette-Orange-A700.text {
  color: #FF6D00;
}
.palette-Deep-Orange.bg {
  background-color: #FF5722;
}
.palette-Deep-Orange.text {
  color: #FF5722;
}
.palette-Deep-Orange-50.bg {
  background-color: #FBE9E7;
}
.palette-Deep-Orange-50.text {
  color: #FBE9E7;
}
.palette-Deep-Orange-100.bg {
  background-color: #FFCCBC;
}
.palette-Deep-Orange-100.text {
  color: #FFCCBC;
}
.palette-Deep-Orange-200.bg {
  background-color: #FFAB91;
}
.palette-Deep-Orange-200.text {
  color: #FFAB91;
}
.palette-Deep-Orange-300.bg {
  background-color: #FF8A65;
}
.palette-Deep-Orange-300.text {
  color: #FF8A65;
}
.palette-Deep-Orange-400.bg {
  background-color: #FF7043;
}
.palette-Deep-Orange-400.text {
  color: #FF7043;
}
.palette-Deep-Orange-500.bg {
  background-color: #FF5722;
}
.palette-Deep-Orange-500.text {
  color: #FF5722;
}
.palette-Deep-Orange-600.bg {
  background-color: #F4511E;
}
.palette-Deep-Orange-600.text {
  color: #F4511E;
}
.palette-Deep-Orange-700.bg {
  background-color: #E64A19;
}
.palette-Deep-Orange-700.text {
  color: #E64A19;
}
.palette-Deep-Orange-800.bg {
  background-color: #D84315;
}
.palette-Deep-Orange-800.text {
  color: #D84315;
}
.palette-Deep-Orange-900.bg {
  background-color: #BF360C;
}
.palette-Deep-Orange-900.text {
  color: #BF360C;
}
.palette-Deep-Orange-A100.bg {
  background-color: #FF9E80;
}
.palette-Deep-Orange-A100.text {
  color: #FF9E80;
}
.palette-Deep-Orange-A200.bg {
  background-color: #FF6E40;
}
.palette-Deep-Orange-A200.text {
  color: #FF6E40;
}
.palette-Deep-Orange-A400.bg {
  background-color: #FF3D00;
}
.palette-Deep-Orange-A400.text {
  color: #FF3D00;
}
.palette-Deep-Orange-A700.bg {
  background-color: #DD2C00;
}
.palette-Deep-Orange-A700.text {
  color: #DD2C00;
}
.palette-Brown.bg {
  background-color: #795548;
}
.palette-Brown.text {
  color: #795548;
}
.palette-Brown-50.bg {
  background-color: #EFEBE9;
}
.palette-Brown-50.text {
  color: #EFEBE9;
}
.palette-Brown-100.bg {
  background-color: #D7CCC8;
}
.palette-Brown-100.text {
  color: #D7CCC8;
}
.palette-Brown-200.bg {
  background-color: #BCAAA4;
}
.palette-Brown-200.text {
  color: #BCAAA4;
}
.palette-Brown-300.bg {
  background-color: #A1887F;
}
.palette-Brown-300.text {
  color: #A1887F;
}
.palette-Brown-400.bg {
  background-color: #8D6E63;
}
.palette-Brown-400.text {
  color: #8D6E63;
}
.palette-Brown-500.bg {
  background-color: #795548;
}
.palette-Brown-500.text {
  color: #795548;
}
.palette-Brown-600.bg {
  background-color: #6D4C41;
}
.palette-Brown-600.text {
  color: #6D4C41;
}
.palette-Brown-700.bg {
  background-color: #5D4037;
}
.palette-Brown-700.text {
  color: #5D4037;
}
.palette-Brown-800.bg {
  background-color: #4E342E;
}
.palette-Brown-800.text {
  color: #4E342E;
}
.palette-Brown-900.bg {
  background-color: #3E2723;
}
.palette-Brown-900.text {
  color: #3E2723;
}
.palette-Grey.bg {
  background-color: #9E9E9E;
}
.palette-Grey.text {
  color: #9E9E9E;
}
.palette-Grey-50.bg {
  background-color: #FAFAFA;
}
.palette-Grey-50.text {
  color: #FAFAFA;
}
.palette-Grey-100.bg {
  background-color: #F5F5F5;
}
.palette-Grey-100.text {
  color: #F5F5F5;
}
.palette-Grey-200.bg {
  background-color: #EEEEEE;
}
.palette-Grey-200.text {
  color: #EEEEEE;
}
.palette-Grey-300.bg {
  background-color: #E0E0E0;
}
.palette-Grey-300.text {
  color: #E0E0E0;
}
.palette-Grey-400.bg {
  background-color: #BDBDBD;
}
.palette-Grey-400.text {
  color: #BDBDBD;
}
.palette-Grey-500.bg {
  background-color: #9E9E9E;
}
.palette-Grey-500.text {
  color: #9E9E9E;
}
.palette-Grey-600.bg {
  background-color: #757575;
}
.palette-Grey-600.text {
  color: #757575;
}
.palette-Grey-700.bg {
  background-color: #616161;
}
.palette-Grey-700.text {
  color: #616161;
}
.palette-Grey-800.bg {
  background-color: #424242;
}
.palette-Grey-800.text {
  color: #424242;
}
.palette-Grey-900.bg {
  background-color: #212121;
}
.palette-Grey-900.text {
  color: #212121;
}
.palette-Blue-Grey.bg {
  background-color: #607D8B;
}
.palette-Blue-Grey.text {
  color: #607D8B;
}
.palette-Blue-Grey-50.bg {
  background-color: #ECEFF1;
}
.palette-Blue-Grey-50.text {
  color: #ECEFF1;
}
.palette-Blue-Grey-100.bg {
  background-color: #CFD8DC;
}
.palette-Blue-Grey-100.text {
  color: #CFD8DC;
}
.palette-Blue-Grey-200.bg {
  background-color: #B0BEC5;
}
.palette-Blue-Grey-200.text {
  color: #B0BEC5;
}
.palette-Blue-Grey-300.bg {
  background-color: #90A4AE;
}
.palette-Blue-Grey-300.text {
  color: #90A4AE;
}
.palette-Blue-Grey-400.bg {
  background-color: #78909C;
}
.palette-Blue-Grey-400.text {
  color: #78909C;
}
.palette-Blue-Grey-500.bg {
  background-color: #607D8B;
}
.palette-Blue-Grey-500.text {
  color: #607D8B;
}
.palette-Blue-Grey-600.bg {
  background-color: #546E7A;
}
.palette-Blue-Grey-600.text {
  color: #546E7A;
}
.palette-Blue-Grey-700.bg {
  background-color: #455A64;
}
.palette-Blue-Grey-700.text {
  color: #455A64;
}
.palette-Blue-Grey-800.bg {
  background-color: #37474F;
}
.palette-Blue-Grey-800.text {
  color: #37474F;
}
.palette-Blue-Grey-900.bg {
  background-color: #263238;
}
.palette-Blue-Grey-900.text {
  color: #263238;
}
.palette-Black.bg, .palette-Black-500.bg {
  background-color: #000000;
}
.palette-Black.text, .palette-Black-500.text {
  color: #000000;
}
.palette-Black-Text.bg {
  background-color: rgba(0, 0, 0, 0.87);
}
.palette-Black-Text.text {
  color: rgba(0, 0, 0, 0.87);
}
.palette-Black-Secondary-Text.bg, .palette-Black-Icons.bg {
  background-color: rgba(0, 0, 0, 0.54);
}
.palette-Black-Secondary-Text.text, .palette-Black-Icons.text {
  color: rgba(0, 0, 0, 0.54);
}
.palette-Black-Disabled.bg, .palette-Black-Hint-Text.bg {
  background-color: rgba(0, 0, 0, 0.26);
}
.palette-Black-Disabled.text, .palette-Black-Hint-Text.text {
  color: rgba(0, 0, 0, 0.26);
}
.palette-Black-Dividers.bg {
  background-color: rgba(0, 0, 0, 0.12);
}
.palette-Black-Dividers.text {
  color: rgba(0, 0, 0, 0.12);
}
.palette-White.bg, .palette-White-500.bg, .palette-White-Text.bg {
  background-color: #ffffff;
}
.palette-White.text, .palette-White-500.text, .palette-White-Text.text {
  color: #ffffff;
}
.palette-White-Secondary-Text.bg {
  background-color: rgba(255, 255, 255, 0.7);
}
.palette-White-Secondary-Text.text {
  color: rgba(255, 255, 255, 0.7);
}
.palette-White-Icons.bg {
  background-color: #ffffff;
}
.palette-White-Icons.text {
  color: #ffffff;
}
.palette-White-Disabled.bg, .palette-White-Hint-Text.bg {
  background-color: rgba(255, 255, 255, 0.3);
}
.palette-White-Disabled.text, .palette-White-Hint-Text.text {
  color: rgba(255, 255, 255, 0.3);
}
.palette-White-Dividers.bg {
  background-color: rgba(255, 255, 255, 0.12);
}
.palette-White-Dividers.text {
  color: rgba(255, 255, 255, 0.12);
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0;
  background: #F0F0F0;
  color: #444;
  font-size: 14px;
}
.hljs-subst {
  color: #444;
}
.hljs-comment {
  color: #888888;
}
.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
  font-weight: bold;
}
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
  color: #880000;
}
.hljs-title, .hljs-section {
  color: #880000;
  font-weight: bold;
}
.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
  color: #BC6060;
}
.hljs-literal {
  color: #78A960;
}
.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
  color: #397300;
}
.hljs-meta {
  color: #1f7199;
}
.hljs-meta-string {
  color: #4d99bf;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.star {
  color: #fff !important;
  background: #B7C1D3;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
}
.side-mail {
  margin-top: 20px;
}
.button-mail {
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.list-btn-mail {
  margin-bottom: 15px;
}
.list-btn-mail > span {
    float: left;
    font-size: 16px;
    font-style: bold;
    width: 33px;
    height: 33px;
    line-height: 20px;
    color: #888;
    font-weight: bold;
}
.list-btn-mail > i {
    background: none repeat scroll 0 0 #39B3D7;
    border-radius: 12px;
    color: #FFFFFF;
    float: right;
    font-style: normal;
    padding: 0 5px;
}
.list-btn-mail > a {
    color: #666;
}
.list-btn-mail.active {
    border-bottom: 1px solid #39B3D7;
    padding: 0 0 14px;
}
#content-mail {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  margin-top: 5px;
  min-height: 500px;
  padding: 17px 0;
  width: 100%;
}
.mail_header {
  border-radius: 4px;
  margin: 10px 0 0;
  width: 100%;
}
.mail-btn {
  position: relative;
  left: 35px;
}
.mail-btn li {
    display: inline;
    height: 40px;
    min-width: 40px;
    background: none repeat scroll 0 0 #58719c;
    margin-left: 5px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 0 0 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    left: -35px;
    top: 3px;
}
.mail-btn li b {
      font-weight: normal;
      font-size: 13px;
      margin: 0px 15px 0 0px;
      position: relative;
      top: -2px;
}
.mail-btn li b small {
        background: rgba(0, 0, 0, 0.1);
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin: 0 0 0 5px;
}
.mail-btn li i,
    .mail-btn li p {
      float: left;
}
.mail-btn li span {
      position: absolute;
      top: 0;
      right: 0;
}

/* compost nest */
.compose {
  padding: 20px 0;
}
.compose hr {
    border: solid rgba(98, 113, 155, 0.2);
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
.compose ul {
    margin: 0px 0 0 -5px;
}
.compose ul li {
      list-style: none;
      padding: 15px 0;
      color: #666;
      cursor: pointer;
      border-bottom: 1px solid #eee;
}
.compose ul li a {
        color: rgba(98, 113, 155, 0.7);
}
.compose ul li:before {
        margin: 0 10px 0 0;
}
.compose ul li i {
        margin: 0 13px 0 0;
        font-size: 16px;
        position: relative;
        top: 0;
}
.inbox-menu {
  background: #ffffff;
  margin: 5px -15px !important;
  padding: 10px 15px !important;
  border-radius: 5px;
}

/* Inbox nest */
.inbox-nest {
  padding: 0 30px;
  border-left: 1px solid #eee;
}
.inbox-nest ul {
    margin: 0;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 0;
}
.inbox-nest ul li {
      border-bottom: 1px dashed #eee;
      margin: 0 0 30px 0;
      padding: 0 0 15px 0;
      list-style: none;
}
.inbox-nest ul li:last-child {
        border-bottom: 0px solid #ddd;
}
.inbox-nest ul li b {
        padding: 0 10px;
        font-size: 16px;
        color: #454545;
        font-family: 'Montserrat', sans-serif;
}
.inbox-nest ul li small {
        font-size: 12px;
        float: right;
        color: #666;
        padding: 0 5px;
        border-radius: 2px;
        font-weight: bold;
}
.inbox-nest ul li p {
        display: inline-block;
        padding: 10px 0 0 45px;
        width: 100%;
        margin: 0 0 15px 0;
        color: #8c92a3;
}
.inbox-nest ul li h5 {
        display: inline-block;
        padding: 0 0 0 45px;
        width: 100%;
        margin: 0 0 3px;
        color: #8c92a3;
        font-weight: 300;
}
.inbox-nest ul li img {
        float: left;
        margin: 0 5px 0 0;
}
.star {
  float: left;
  margin: 0 5px 0 0;
}
span.prefix,
label.prefix {
  /* background: #f2f2f2; */
  border-left: none;
  /* color: #333333; */
  border-color: #D5DAE6;
}
.inbox-header h1 {
  font-size: 24px;
  font-weight: lighter;
}
.inbox-header h2 {
  font-size: 30px;
  font-weight: lighter;
  color: #fff;
}
.inbox-header ul {
  margin: 0;
  padding: 0;
  background: transparent;
  margin: 0;
  border-left: 0px solid #D5DAE6;
}
.inbox-header ul li {
    background: #45668e;
    margin: 10px 0;
    display: inline-block;
    padding: 0 15px 0 0px;
    color: #fff;
    border-radius: 20px;
    border: none;
}
.inbox-header ul li:last-child {
      background: #fff !important;
}
.inbox-header ul li a {
      font-size: 11px;
      color: rgba(98, 113, 155, 0.5);
      top: 2px;
      position: relative;
}
.inbox-header ul li span {
      height: 30px;
      width: 30px;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.28);
}
.dashboard-wrapper {
  padding-top: 65px;
}
.events-nest .wrap-no-pad {
  background: transparent;
  margin: 0;
  padding: 0 20px 0;
}
.events-nest .wrap-no-pad h1 {
    float: left;
    color: #fff;
    position: relative;
    top: 0;
    width: 100%;
}
.events-nest .wrap-no-pad span {
    top: 0;
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.events-nest .wrap-no-pad p {
    top: 0;
    position: relative;
    font-size: 12px !important;
    left: 0;
    color: #fff;
}
.img-circle {
  border-radius: 50%;
}
.circle-nest {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}
.circle-nest-medium {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.05);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
  border-radius: 3px;
}
.box-tools span {
  /* background: #D5DAE6; */
  width: 30px;
  height: 20px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  color: #D5DAE6;
  cursor: pointer;
}
.box .box-header-devin .box-title-devin {
  display: inline-block;
  padding: 10px 0px 10px 0;
  margin: 0 0 0 5px;
  font-size: 14px;
  float: left;
  cursor: default;
  font-weight: bold;
  color: #8c92a3;
}
.bg-widget-random {
  background-color: #000 !important;
  z-index: 0;
  opacity: 1;
  border-radius: 5px;
  position: relative;
  padding: 22px;
  margin: 0;
}
.bg-widget-random:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    background: url(https://source.unsplash.com/category/buildings/800x600) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.stats-wrap h2 {
  color: #45B6B0;
  font-weight: 700 !important;
  margin: 0 0 -5px;
}
.stats-wrap h4 {
  color: #1688EC;
  font-weight: 700 !important;
  margin: 0 0 -5px;
  font-size: 28px;
}
.stats-wrap h2 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
}
.stats-wrap h4 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
}
.stats-wrap p {
  margin: 0px 0 26px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 0 5px;
}
.stats-wrap p small {
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.stats-wrap hr {
  margin: 4px 0;
}
.box-header .box-title {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.box-header .box-title .text-white {
    color: #fff !important;
}

/* SUMMARY */
.summary-nest {
  position: relative;
  padding: 30px;
}
.summary-nest p {
    font-size: 13px !important;
    text-align: center;
    margin: 0 0 20px;
    display: block;
}
.summary-nest h2 {
    margin: 0;
    text-align: center;
    color: #A8ADB8;
}
.summary-nest h4 {
    font-size: 20px;
}
.summary-nest span {
    text-align: center;
}
.summary-nest h2 small {
    margin: 0 0 0 5px;
    background: #000;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
}
.summary-border-top {
  border-bottom: 1px solid #D5DAE6;
}
.summary-border-bottom {
  border-top: 1px solid #D5DAE6;
}
.summary-border-left {
  border-left: 1px solid #D5DAE6;
}
.summary-pad-nest {
  padding: 25px 0 0;
}
.your-account {
  width: 100%;
  color: #fff;
  position: relative;
}
.your-account span {
    font-size: 50px;
    position: absolute;
    top: -15px;
}
.your-account h4 {
    color: #fff;
    margin: 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.your-account h6 {
    color: #fff;
    font-size: 12px;
    margin: -5px 0 0;
}
.your-account ul {
    margin: 10px 0 0;
    padding: 0;
}
.your-account ul li {
      list-style: none;
      display: inline-block;
      font-size: 16px;
      margin: 0 10px 0 0px;
      font-weight: bold;
      border-right: 1px solid #ccc;
      padding: 0 10px 0 0px;
}
.your-account ul li:last-child {
        border-right: 0px solid #ccc;
}
.your-account ul li i {
        color: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 50%;
        margin: 0 5px 0 0;
}

/* EVENT */
.events-nest div h1 {
  float: left;
  color: #fff;
  font-weight: lighter;
  position: relative;
  top: -5px;
}
.events-nest div small {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 20px;
}
.events-nest div b {
  top: 13px;
  position: relative;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid 255, 255, 255, 0.8;
  padding: 5px 15px;
  border-radius: 25px;
}
.events-nest div b i {
    padding: 0px 10px 0 0;
    margin: 0 10px 0 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.events-nest div p {
  top: 0;
  position: relative;
  color: #fff;
  left: 0;
}
.events-nest ul {
  margin: 0;
}
.events-nest ul li {
    list-style: none;
}
.events-nest ul li h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
}
.events-nest ul li h4 small {
        margin: 0 0 0 5px;
}
.events-nest ul li p {
      font-size: 12px !important;
}
.events-nest ul li p i {
        float: right;
        margin: 0 0 0 10px;
        color: #ccc;
}
.lastest-post-nest {
  z-index: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0;
  height: 230px;
  color: #fff;
  border-radius: 5px;
}
.lastest-post-nest .wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0 20px;
    background: transparent;
}
.lastest-post-nest:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://source.unsplash.com/category/nature/1024x764) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.lastest-post-nest-two {
  z-index: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0;
  height: 230px;
  color: #fff;
  border-radius: 5px;
}
.lastest-post-nest-two .wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0 20px;
    background: transparent;
}
.lastest-post-nest-two:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://source.unsplash.com/category/people/1024x764) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.bor-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
 Table Devin Dash Element
*/
.devin-table-dash {
  padding-right: 5px;
  margin: 27px 0;
  position: relative;
}
.devin-table-dash i {
    display: block;
    background: #222;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -30px;
    right: -5px;
    border-radius: 50%;
    margin-top: 15px;
}
.devin-table-dash .label {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
.devin-table-dash .value {
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}
.devin-table-dash .value strong {
      font-size: 12px;
}
.devin-table-dash .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.72rem;
    vertical-align: middle;
    margin-left: 1rem;
}
.devin-table-dash .trending .os-icon {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 14px;
}
.devin-table-dash .trending span {
      display: inline-block;
      vertical-align: middle;
}
.devin-table-dash .trending-up {
    color: #fff;
}
.devin-table-dash .trending-down {
    color: #fff;
}
.devin-table-dash .trending-up-basic {
    color: #fff;
    padding: 0px;
}
.devin-table-dash .trending-down-basic {
    color: #fff;
    padding: 0px;
}
.devin-table-dash.centered {
    text-align: center;
}
.devin-table-dash.padded {
    padding: 30px;
}
.devin-table-dash.bigger .value {
    font-size: 4em;
    font-weight: 500;
    text-align: left;
}
.devin-table-dash.bigger .label {
    font-size: 0.9rem;
}
.devin-table-dash.highlight .value {
    color: #047bf8;
}
.pad-box {
  padding: 1rem 2rem;
}
.element-info-text div {
  text-align: center;
  border: 2px solid #ddd;
  display: table;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 30px;
}
.element-info-text h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.devin-progress-bar {
  text-align: center;
  padding: 30px 0;
  position: relative;
  float: none;
  display: block;
}
.devin-progress-bar .circle-one {
    position: absolute;
    top: 36%;
    left: -20px;
}
.devin-progress-bar .circle-two {
    position: absolute;
    top: 36%;
    right: -20px;
}

/*Widget*/
.food {
  position: relative;
  width: 100%;
  height: 394px;
  background: #FFF;
  border-radius: 2px;
}
.food > .cover {
    position: relative;
    height: 260px;
    background: transparent center no-repeat;
    background-size: 100% auto;
    border-radius: 4px 4px 0 0;
}
.food > .cover > label {
      position: absolute;
      top: 30px;
      left: 0;
      height: 40px;
      padding: 0 30px 0 63px;
      line-height: 40px;
      vertical-align: middle;
      font-size: 15px;
      text-transform: uppercase;
      color: #FFF;
      background: #8856a8;
      border-radius: 0 35px 35px 0;
}
.food > .cover > label > i {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 16px;
}
.food > .cover > label > i > svg {
          margin: 8px;
}
.food > .cover > .download {
      display: block;
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 80px;
      height: 80px;
      color: rgba(136, 86, 168, 0.8);
      background: rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      text-align: center;
}
.food > .cover > .download:hover {
        background: rgba(136, 86, 168, 0.5);
}
.food > .cover > .download:hover i {
          color: #fff !important;
}
.food > .cover > .download i {
        color: rgba(136, 86, 168, 0.8);
        line-height: 80px;
        text-align: center;
        font-size: 36px;
}
.food > .info {
    position: relative;
    height: 134px;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
}
.food > .info > .recipe {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 134px;
      height: 134px;
      background: #fff;
      font-size: 14px;
      color: #8856A8;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      border-radius: 0 0 0 2px;
}
.food > .info > .recipe:hover {
        background: #9967B9;
}
.food > .info > .recipe > i {
        display: block;
        margin: 38px 0 15px;
        font-size: 2em;
}
.food > .info > .content-food {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 14px;
      color: #888;
      padding-left: 135px;
}
.food > .info > .content-food ul {
        margin: 0;
        padding: 15px 0;
}
.food > .info > .content-food ul li {
          list-style: none;
          padding: 5px 15px;
}
.food > .info > .content-food ul li .el-progress-bar__inner {
            background-color: #8856A8;
}
.food > .info > .content-food ul li img {
            border-radius: 50%;
            width: 60px;
            height: 60px;
}
.food > .info > .content-food strong {
        font-weight: normal;
        color: #333;
        float: left;
        margin: 0 0 5px;
}
.food > .info > .content-food .pad-right {
        padding-right: 20px;
}
.food > .info > .content-food .border-right {
        border-right: 1px solid #D9D9D9;
}
.food > .info > .content-food .consumers img {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 2px 0 0;
        line-height: 32px;
        vertical-align: middle;
        border-radius: 100%;
}
.food > .info > .content-food .consumers span {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 2px 0 0;
        line-height: 32px;
        vertical-align: middle;
        border-radius: 100%;
        margin: 0;
}
.food > .info > .content-food h1 {
        margin: 0 0 10px;
        font-size: 26px;
        font-weight: normal;
        color: #333;
}
.food > .info > .content-food .stars {
        display: block;
        width: 99px;
        height: 18px;
        margin: 0 auto 7px;
        text-align: left;
        background: url(http://c.boylett.uk/generic/image_png_00004.png);
}
.food > .info > .content-food .stars > em {
          display: block;
          width: 99px;
          height: 18px;
          margin: 0 auto 7px;
          text-align: left;
          background: url(http://c.boylett.uk/generic/image_png_00004.png);
          width: 99px;
          height: 18px;
          margin: 0;
          background: url(http://c.boylett.uk/generic/image_png_00004.png);
          background-position: 0 -18px;
}

/*
Widget Two
https://codepen.io/youssef-boubdir/pen/nujow
*/
.container-widget-two {
  width: 100%;
  margin: 0 auto;
}
.widget-two {
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.section:first-child {
  border-radius: 4px 4px 0 0;
}

/*
 * Graph section
 */
#graph {
  padding: 50px 27px 0px;
}
.section-graph {
  position: relative;
  height: 151px;
  color: #fff;
  background: #7abcff;
  background: linear-gradient(to bottom, #00bf8f 0%, #aad450 100%) !important;
}
.section-graph .graph-info {
    z-index: 99;
    position: absolute;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 21px;
    width: 100px;
}
.section-graph .graph-info .graph-arrow {
      width: 0;
      height: 0;
      margin-top: 18px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid white;
      float: left;
}
.section-graph .graph-info .graph-info-big {
      font-size: 24px;
      float: left;
      margin-left: 3px;
}
.section-graph .graph-info .graph-info-small {
      margin-left: 3px;
      font-size: 12px;
      font-weight: normal;
      color: rgba(255, 255, 255, 0.5);
      clear: left;
      margin-left: 8px;
}

/*
 * Info Section
 */
.section-info {
  padding: 20px 20px 35px;
  color: #666;
  overflow: hidden;
}
.section-info h3 {
    margin: 15px 0;
}
.info-block {
  background-color: #f5f0ec;
  text-align: center;
  width: 49%;
  border-radius: 3px;
  float: left;
  padding: 8px 0;
}
.info-block.last {
    margin-left: 2%;
    float: left;
}
.info-block dt,
  .info-block dd {
    margin: 5px 0;
    padding: 0;
}
.info-block dt {
    font-weight: bold;
}
.info-aapl {
  float: left;
}
.info-aapl ul {
    margin: 0;
    padding: 0;
}
.info-aapl li {
    margin: 0;
    display: block;
    width: 9px;
    height: 40px;
    margin-right: 6px;
    background-color: #f5f0ec;
    float: left;
    position: relative;
}
.info-aapl li span {
      display: block;
      width: 9px;
      height: 40px;
      position: absolute;
      bottom: 0;
}
.info-aapl li span.orange {
      background-color: #e75e3a;
}
.info-aapl li span.green {
      background-color: #4eaf7c;
}
.yearly-change {
  width: 94px;
  float: right;
}
.yearly-change span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #4eaf7c;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}
.yearly-change span em {
      color: rgba(255, 255, 255, 0.7);
}

/*
chat Widget
https://codepen.io/nerios/pen/jWjmby

*/
/*
Wheather Widget
https://codepen.io/jonathanobino/pen/ZWpjzR

*/
.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-cal-devin {
  top: 30px;
  left: 30px;
  position: absolute;
  width: 100%;
}
.top-cal-devin p {
    color: #fff;
    letter-spacing: 3px;
}
@keyframes moveClouds {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(-100%);
}
}
#weather {
  z-index: 10;
  min-width: 100%;
  min-height: 400px;
  margin: 0;
  position: relative;
}
#weather .panelLeft {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}
#weather .panelRight {
    width: 45%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#weather .panelLeft {
    background: linear-gradient(to right, rgba(0, 77, 102, 0.4), rgba(204, 0, 204, 0.2));
    background-blend-mode: overlay;
}
#weather .panelLeft img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 4px 0 0 4px;
      z-index: -1;
}
#weather .panelLeft .top p {
      color: rgba(255, 255, 255, 0.6);
      text-align: right;
      width: 100%;
      right: 0;
      padding-right: 10px;
}
#weather .panelLeft .bottom .temp {
      padding-left: 30px;
      padding-bottom: 20px;
}
#weather .panelLeft .bottom .temp p {
        color: rgba(255, 255, 255, 0.8);
}
#weather .panelLeft .bottom .temp p:first-child {
          font-size: 10rem;
          margin-bottom: 0;
          font-weight: 100;
}
#weather .panelLeft .bottom .temp p:nth-child(2) {
          font-weight: 300;
          padding-left: 8px;
}
#weather .panelRight {
    float: right;
}
#weather .panelRight:after, #weather .panelRight:before {
      clear: both;
}
#weather .panelRight > * {
      padding: 15px 30px;
}
#weather .panelRight .customHeight {
      width: 100%;
      background: rgba(50, 170, 250, 0.5);
      color: rgba(255, 255, 255, 0.7);
}
#weather .panelRight .customHeight ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
}
#weather .panelRight .customHeight ul li {
          display: inline-block;
          margin-right: 10px;
}
#weather .panelRight .customHeight ul li p {
            text-align: center;
            font-size: 11px;
            font-weight: 400;
}
#weather .panelRight .customHeight ul li i {
            width: 35px;
            height: 35px;
            font-size: 26px;
            text-align: center;
            margin: 0 auto;
            display: block;
}
#weather .panelRight .customHeight hr {
        background: rgba(255, 255, 255, 0.4);
        height: 1px;
        border: transparent;
}
#weather .panelRight .remainingHeight {
      background: rgba(255, 255, 255, 0.9);
}
#weather .panelRight .remainingHeight ul.inline {
        border-bottom: 1px solid rgba(204, 204, 204, 0.8);
        list-style: none;
        padding: 0 0 15px;
}
#weather .panelRight .remainingHeight ul.inline li {
          display: inline-block;
          padding-bottom: 15px;
          margin-right: 15px;
          position: relative;
          text-align: center;
          transition: .5s all;
}
#weather .panelRight .remainingHeight ul.inline li:after {
            height: 2px;
            background: transparent;
            display: block;
            content: "";
            width: 100%;
            position: absolute;
            bottom: 0px;
            transition: .5s all;
}
#weather .panelRight .remainingHeight ul.inline li.active, #weather .panelRight .remainingHeight ul.inline li:hover {
            color: rgba(0, 0, 0, 0.9);
}
#weather .panelRight .remainingHeight ul.inline li.active:after, #weather .panelRight .remainingHeight ul.inline li:hover:after {
              background: tomato;
}
#weather .panelRight .remainingHeight ul.forecast {
        list-style: none;
        padding: 0;
        margin: 0;
}
#weather .panelRight .remainingHeight ul.forecast li {
          min-height: 46px;
          width: 100%;
          position: relative;
          padding-top: 18px;
}
#weather .panelRight .remainingHeight ul.forecast li .time {
            float: left;
            color: rgba(136, 136, 136, 0.9);
}
#weather .panelRight .remainingHeight ul.forecast li .temp {
            float: right;
            right: 0;
            position: absolute;
            top: 10px;
}
#weather .panelRight .remainingHeight ul.forecast li .conditions {
            float: right;
            color: rgba(170, 170, 170, 0.9);
            float: right;
            font-size: 0.8rem;
            right: 0;
            position: absolute;
            top: 28px;
}

/*
widget social
https://codepen.io/nikazawila/pen/xbKypb
*/
.widget-social-dashboard {
  margin: 40px auto;
  width: 330px;
  position: relative;
}
.widget__header {
  background: #fff;
  color: #485D6B;
  padding: 20px 120px 20px 20px;
  border-radius: 3px 3px 0 0;
}
.widget__header-title {
  font-weight: bold;
  font-size: 14px;
}
.widget__header-author {
  font-style: italic;
  font-weight: normal;
}
.widget__body {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px;
}
.nav-widget-social {
  position: absolute;
  top: 20px;
  right: 20px;
}
.nav__item {
  display: inline-block;
  margin-left: 8px;
  color: #485D6B;
}
.nav__item:hover {
    color: #5d7789;
}
.flash {
  background: #5CBA3C;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
}
.accordion__header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 0 20px;
  color: #A1B2BF;
  border-bottom: 1px solid #ECF2F6;
}
.accordion__header h2 {
    font-size: 14px;
}
.accordion__body-item {
  margin: 0 60px 0 20px;
  padding: 20px 0;
  border-bottom: 1px dotted #D0DAE0;
  font-size: 14px;
  position: relative;
}
.accordion__body-item:last-child {
    border-bottom: none;
}
.accordion__body-item i {
    text-align: center;
    float: right;
    display: block;
    width: 35px;
    background: #000;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -45px;
    top: 12px;
}
.accordion__state-icon {
  float: right;
  padding: 2px;
  color: #A1B2BF;
  font-size: 14px;
}
.accordion__checked-icon {
  color: #5CBA3C;
  font-size: 22px;
  position: absolute;
  top: 16px;
  right: -42px;
}
.container-chat {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.people-list {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
}
.people-list .search {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.people-list input {
    border-radius: 50px;
    border: none;
    padding: 14px 20px;
    color: #222;
    background: #fff;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
}
.people-list .fa-search {
    position: relative;
    right: 22px;
    float: right;
    top: -32px;
}
.people-list ul {
    padding: 0;
}
.people-list ul li {
      padding: 10px 20px;
      list-style: none;
      border-bottom: 1px solid #eee;
}
.people-list img {
    float: left;
    border-radius: 50%;
    width: 60px;
    border: 2px solid #eee;
}
.people-list .about {
    float: left;
    margin-top: 8px;
}
.people-list .about {
    padding-left: 8px;
}
.people-list .name {
    font-weight: 500;
    font-size: 14px;
}
.people-list .status {
    color: #000;
    font-size: 11px;
}
.chat {
  width: 70%;
  float: left;
  background: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
  padding: 0;
}
.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.chat .chat-header img {
      float: left;
      border-radius: 50%;
      width: 60px;
      border: 2px solid #eee;
}
.chat .chat-header .chat-about {
      float: left;
      padding-left: 10px;
      margin-top: 6px;
}
.chat .chat-header .chat-with {
      font-weight: bold;
      font-size: 16px;
}
.chat .chat-header .chat-num-messages {
      color: #000;
}
.chat .chat-header .fa-star {
      float: right;
      color: #D8DADF;
      font-size: 20px;
      margin-top: 12px;
}
.chat .chat-history {
    padding: 30px 30px 30px;
    border-bottom: 1px solid #eee;
    overflow-y: scroll;
    height: 567px;
}
.chat .chat-history ul li {
      list-style: none;
}
.chat .chat-history .message-data {
      margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
      color: #141414;
      padding-left: 6px;
}
.chat .chat-history .message {
      color: white;
      padding: 18px 20px;
      line-height: 26px;
      font-size: 16px;
      border-radius: 7px;
      margin-bottom: 30px;
      width: 90%;
      position: relative;
}
.chat .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #4875b4;
        border-width: 10px;
        margin-left: -10px;
}
.chat .chat-history .my-message {
      background: #4875b4;
}
.chat .chat-history .other-message {
      background: #94C2ED;
}
.chat .chat-history .other-message:after {
        border-bottom-color: #94C2ED;
        left: 93%;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message textarea {
      width: 100%;
      border: none;
      padding: 10px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none;
      background: #eee;
      color: #111;
}
.chat .chat-message .fa-file-o,
    .chat .chat-message .fa-file-image-o {
      font-size: 16px;
      color: gray;
      cursor: pointer;
}
.chat .chat-message button {
      float: right;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      font-weight: 500;
      background: #94C2ED;
      padding: 10px 20px;
      border-radius: 5px;
}
.chat .chat-message button:hover {
        color: #75b1e8;
}
.online,
.offline,
.me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #4875b4;
}
.offline {
  color: #fe7a15;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 767px) {
.people-list {
    width: 100%;
}
.chat {
    width: 100%;
}
.chat-history {
    padding: 15px 15px 15px;
}
.chat-history ul {
      margin: 0;
      padding: 0;
}
.chat .chat-history .message:after {
    bottom: 98%;
}
}
@media screen and (min-width: 768px) {
.__vev_calendar-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.__vev_calendar-wrapper .cal-wrapper {
      width: 50%;
      padding: 100px 50px;
}
.__vev_calendar-wrapper .cal-wrapper .date-num {
        line-height: 50px;
}
.__vev_calendar-wrapper .events-wrapper {
      width: 50%;
      background-color: #3b5998 !important;
      color: #fff;
      padding: 40px 45px;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      border-radius: 0 5px 5px 0;
      z-index: 1;
}
.__vev_calendar-wrapper .events-wrapper:before {
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        z-index: -1;
        border-radius: 0 5px 5px 0 !important;
        background: url(https://source.unsplash.com/collection/431862/1500x800) no-repeat center center !important;
        background-size: cover;
        position: absolute;
        opacity: 0.5;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
}
}
@media screen and (max-width: 768px) {
.__vev_calendar-wrapper .cal-wrapper {
    width: 100%;
    padding: 10px 5px;
}
.__vev_calendar-wrapper .cal-wrapper .date-num {
      line-height: 42px;
}
.__vev_calendar-wrapper .events-wrapper {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}
}
.__vev_calendar-wrapper {
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.__vev_calendar-wrapper * {
    box-sizing: border-box;
}
.__vev_calendar-wrapper ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.__vev_calendar-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #3b5998;
    border-radius: 5px;
}
.__vev_calendar-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3b5998;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    overflow: hidden;
    padding-bottom: 10px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header > div {
      float: left;
      line-height: 20px;
      padding: 15px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .title {
      width: 60%;
      text-align: center;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .l {
      text-align: left;
      width: 20%;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .r {
      text-align: right;
      width: 20%;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-body {
    width: 100%;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks {
      width: 100%;
      overflow: hidden;
      text-align: center;
      font-size: 14px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
        line-height: 50px;
        float: left;
        width: 14.285%;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates {
      width: 100%;
      overflow: hidden;
      text-align: center;
      font-size: 2em;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item {
        position: relative;
        float: left;
        display: block;
        width: 14.285%;
        cursor: default;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .date-num {
          font-size: 24px;
          position: relative;
          z-index: 3;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.event {
          cursor: pointer;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.selected-day .is-event {
          background-color: #3b5998;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
          content: "";
          border: 1px solid #3b5998;
          background-color: #fff;
          border-radius: 50%;
          width: 36px;
          height: 36px;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 1;
          margin-left: -18px;
          margin-top: -19px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-today {
          content: "";
          background-color: #3b5998;
          border-radius: 50%;
          opacity: .8;
          width: 12px;
          height: 4px;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 2;
          margin-left: -6px;
          margin-top: 8px;
}
.__vev_calendar-wrapper .events-wrapper .cal-events {
    height: 100%;
    overflow-y: auto;
    padding: 0 5px;
}
.__vev_calendar-wrapper .events-wrapper .date {
    max-width: 45%;
    min-width: 200px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin: 0 auto;
    font-size: 17px;
    padding: 12px 0;
}
.__vev_calendar-wrapper .events-wrapper .event-item {
    padding: 5px 20px;
    margin-top: 15px;
    box-shadow: 0 3px 11px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    color: #323232;
    position: relative;
}
.__vev_calendar-wrapper .events-wrapper .event-item .title {
      height: 40px;
      line-height: 40px;
      color: #323232;
      font-size: 16px;
      border-bottom: 1px solid #f2f2f2;
}
.__vev_calendar-wrapper .events-wrapper .event-item .time {
      position: absolute;
      padding: 3px 15px;
      right: 0;
      top: 5px;
      color: #fff;
      font-size: 13px;
      background: #3b5998;
      border-radius: 20px;
}
.__vev_calendar-wrapper .events-wrapper .event-item .desc {
      color: #3b5998;
      font-size: 14px;
      padding: 7px 0;
}
.__vev_calendar-wrapper .arrow-left.icon {
    color: #000;
    position: absolute;
    left: 6%;
    margin-top: 10px;
}
.__vev_calendar-wrapper .arrow-left.icon:before {
      content: "";
      position: absolute;
      left: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(-135deg);
}
.__vev_calendar-wrapper .arrow-right.icon {
    color: #000;
    position: absolute;
    right: 6%;
    margin-top: 10px;
}
.__vev_calendar-wrapper .arrow-right.icon:before {
      content: "";
      position: absolute;
      right: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(45deg);
}
.__vev_calendar-wrapper h3,
  .__vev_calendar-wrapper p {
    margin: 0;
    padding: 0;
}
/*
 * Component: Todo

 * ----------------
 */
.todo-devin {
  background: white;
  border-radius: 0;
}
.todo-devin .todo-list .todo-content {
    background: white;
    width: 100%;
    display: inline-block;
    padding: 30px;
    position: relative;
    margin: 0;
    z-index: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.todo-devin .todo-list .todo-content h2 {
      margin: 0 0 15px;
      padding: 0;
      font-size: 1.5em;
}
.todo-devin .todo-list .todo-content p {
      margin: 0 0 30px;
}
.todo-devin .el-textarea__inner {
    padding: 15px !important;
}
.side-todo {
  padding: 30px 0 0 30px;
  min-height: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.side-todo ul {
    margin: 0;
    padding: 0;
}
.side-todo ul li {
      padding: 10px 0 0;
      list-style: none;
      margin: 0 0 30px;
}
.side-todo ul li img {
        float: left;
        border-radius: 50%;
        width: 60px;
        border: 2px solid #eee;
}
.side-todo ul li .about {
        float: left;
        margin-top: 8px;
        position: relative;
        left: 20px;
}
.side-todo ul li .about .name {
          font-weight: 500;
          font-size: 14px;
}
.side-todo ul .completed {
      padding: 0 0 30px;
      margin: 0 0 15px;
      border-bottom: 1px solid #eee;
}
.side-todo ul .completed b {
        float: right;
        background: #fe7a15;
        color: #fff;
        display: table;
        padding: 1px 10px;
        font-weight: 300;
        font-size: 12px;
        border-radius: 50px;
}
.side-todo ul .pending b {
      float: right;
      background: #00bf8f;
      color: #fff;
      display: table;
      padding: 1px 10px;
      font-weight: 300;
      font-size: 12px;
      border-radius: 50px;
}
.todo-completed {
  background: #fe7a15;
}
.todo-pending {
  background: #00bf8f;
}
.todo-completed,
.todo-pending {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
}
.task-action span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  background: #3b5998;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
.side-todo ul .completed b,
  .side-todo ul .pending b {
    margin: 0 20px 0 0;
}
.todo-completed,
  .todo-pending {
    right: 10px;
}
.invoice {
    border: 0 solid #f4f4f4 !important;
    padding: 0 !important;
    margin: 0 !important;
}
}

/*  *, *:before, *:after {
    box-sizing: border-box !important;
} */
.row-mansory {
  -moz-column-width: 20em;
  -webkit-column-width: 20em;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}
.row-mansory > .col-md-4 {
    display: inline-block;
    padding: 0;
    width: 100%;
    float: none;
}
.well-media {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  margin: 10px;
}

/**
 * VIDEO
 */
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
.vendor {
  margin-bottom: 2em;
}
.vendor img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 2px;
}
.unsupported {
  background: #fddfde;
}
.video-text {
  padding: 0 20px;
}
.video-text > h2 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3em;
    color: #555;
    margin: 0 0 30px;
}
.tag-nest {
  border-bottom: 1px dashed #EDEDED;
  border-top: 1px dashed #EDEDED;
  margin: 20px 0;
  padding: 15px 20px;
}
.tag-nest i {
    font-style: normal;
    margin-right: 10px;
}
.tag-nest i:before {
      content: "/" !important;
      padding-right: 8px;
}
.video-category-bg {
  background: none repeat scroll 0 0 #FF6B6B;
  height: 80px;
  position: relative;
  width: 100%;
}
.photo-category-bg {
  background: none repeat scroll 0 0 #0090D9;
  height: 80px;
  position: relative;
  width: 100%;
}
.audio-category-bg {
  background: none repeat scroll 0 0 #08ADB3;
  height: 80px;
  position: relative;
  width: 100%;
}
.album-category-bg {
  background: none repeat scroll 0 0 #FAAB01;
  height: 80px;
  position: relative;
  width: 100%;
}
.triangle-photo-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-photo-right:before {
    content: "\E64E";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-audio-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-audio-right:before {
    content: "\E689";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-album-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-album-right:before {
    content: "\E71E";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.link-media.pull-right {
  color: #FFFFFF;
  font-size: 3em;
  margin: 10px 25px 0;
  position: relative;
  z-index: 1;
}
.video-category-bg > h3,
.photo-category-bg > h3,
.audio-category-bg > h3,
.album-category-bg > h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  left: 23px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  width: auto;
  letter-spacing: 3px;
}
.triangle-video-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-video-right:before {
    content: "\E6CF";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-white {
  border-style: solid;
  border-width: 20px 25px 0;
  height: 0;
  left: 20px;
  position: absolute;
  top: -5px;
  width: 0;
  border-color: #fff transparent transparent transparent;
}
.img-responsive-media {
  display: block;
  height: auto;
  width: 100%;
}

/**
 * BLOG
 */
.blog-list-nest {
  background: #fff;
  /* border: 1px solid #eee;*/
  margin-bottom: 30px;
}
.blog-list-content {
  padding: 0;
}
.blog-list-content > h2 {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 5px;
}
.list-inline a {
  color: #0DB8DF;
}
.list-inline a:hover {
    color: #60B8D1;
}
.blog-list-content > p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.vendor blockquote {
  border-left: 5px solid #0DB8DF;
  font-size: 17.5px;
  margin: 30px 0;
  padding: 10px 20px;
}
.blog-side-nest {
  background: #fff;
  /*  border: 1px solid #eee;*/
  margin-bottom: 30px;
  padding: 0 20px;
}
.blog-side-nest .media img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.blog-side-nest .el-tag {
    margin: 5px 0 0;
    color: #fff;
    background: #777;
    border: 1px solid #777;
    border-radius: 30px;
}
.list-inline > li {
  display: inline-block !important;
  padding-right: 5px !important;
  padding-left: 0 !important;
  padding-top: 8px !important;
}
.comment-nest {
  background: #fff;
  padding: 0;
}
.media-body p {
  margin: 10px 0 0 20px;
  line-height: 1.6em;
}
.link-comment {
  color: #0DB8DF !important;
}
.link-comment i {
    font-style: normal !important;
}
.comment-nest h1 {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.blog-profile {
  margin: 0 auto;
  padding: 20px 0;
}
.social-blog-profile {
  margin: -20px auto 5px;
  text-align: center;
  font-size: 2em;
}
.recentpost-link {
  margin: -20px 0 10px;
  color: #0DB8DF !important;
}
.blog-devin-tag {
  margin-bottom: 15px;
}
.blog-devin-tag li {
    margin-right: 15px;
}
.blog-devin-tag li a {
      color: #222;
}
.blog-devin-tag li a span {
        margin-right: 5px;
}
.social-profile h3 {
  margin-left: 20px;
  font-size: 16px;
}
.social-profile h3 a {
    color: #666 !important;
}
.devin-panel-car {
  top: 50%;
  position: relative;
}
.promo-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.promo-box-content {
  -ms-flex-align: end;
      align-items: flex-end;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media (max-width: 479px) {
.promo-box-content h3 {
    font-size: 20px;
}
}
.promo-box-content span {
  animation: focusButton 2s infinite;
}
@keyframes focusButton {
0% {
    transform: translateX(10px);
}
50% {
    transform: translateX(20px);
}
100% {
    transform: translateX(10px);
}
}
.nav-tabs-shop-devin {
  border-bottom: 1px solid #ecebeb !important;
  margin-bottom: 30px !important;
}
.nav-tabs-shop-devin > li.active > a {
    border-width: 0 !important;
}
.nav-tabs-shop-devin > li.active > a:focus, .nav-tabs-shop-devin > li.active > a:hover {
      border-width: 0 !important;
}
.nav-tabs-shop-devin > li.active > a {
    color: #9ebbcd !important;
    background: transparent;
}
.nav-tabs-shop-devin > li.active > a::after {
    transform: scale(1);
}
.nav-tabs-shop-devin > li > a {
    border: none;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.nav-tabs-shop-devin > li > a:hover {
    color: #9ebbcd !important;
    background: transparent !important;
    border-width: 0 !important;
}
.nav-tabs-shop-devin > li > a::after {
    content: "";
    background: #9ebbcd;
    height: 1px !important;
    position: absolute !important;
    width: 100% !important;
    left: 0px;
    bottom: -2px !important;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs-shop-devin > li:hover > a::after {
    transform: scale(1);
}
.nav-tabs-shop-devin > li.active > a {
    background: none;
}
.nav-tabs-shop-devin > li.active > a:hover, .nav-tabs-shop-devin > li.active > a:focus {
      background: none;
}
.nav-center {
  text-align: center;
}
.nav-center > li {
    display: inline-block;
    float: none !important;
    position: relative;
}
.product-item {
  margin-bottom: 60px;
}
.product-item-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.product-item-thumbnail-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.product-item-thumbnail-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 3;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.product-item-thumbnail-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 36px;
  transform: translatey(-50%);
  transition: all 300ms ease-in-out;
  z-index: 2;
  opacity: 0;
}
.product-item-thumbnail-overlay-with-bg {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: auto;
  top: 0 !important;
  transform: translate(0px);
  color: #fff;
}
.product-item-thumbnail-overlay-with-bg .btn {
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
.product-item-thumbnail-overlay-small .h5 {
  font-size: 30px;
  text-transform: uppercase;
}
.product-item-thumbnail-overlay-medium .h5 {
  font-size: 45px;
  text-transform: uppercase;
}
.product-item-thumbnail-overlay-large .h5 {
  font-size: 60px;
  text-transform: uppercase;
}
@media (min-width: 480px) and (max-width: 991px) {
.product-item-thumbnail-overlay-small .h5,
  .product-item-thumbnail-overlay-medium .h5,
  .product-item-thumbnail-overlay-large .h5 {
    font-size: 30px;
}
}
@media (max-width: 479px) {
.product-item-thumbnail-overlay-small .mb-30,
  .product-item-thumbnail-overlay-medium .mb-30,
  .product-item-thumbnail-overlay-large .mb-30 {
    margin-bottom: 15px !important;
}
.product-item-thumbnail-overlay-small .h5,
  .product-item-thumbnail-overlay-medium .h5,
  .product-item-thumbnail-overlay-large .h5 {
    font-size: 18px;
}
.product-item-thumbnail-overlay-small .btn-default,
  .product-item-thumbnail-overlay-medium .btn-default,
  .product-item-thumbnail-overlay-large .btn-default {
    display: none;
}
}
.product-item-thumbnail:hover .product-item-thumbnail-overlay {
  top: 50%;
  opacity: 1;
}

/*SHOP ITEM*/
.cart {
  background: #fff;
  padding: 15px 0;
  float: left;
}
@media (max-width: 479px) {
.cart {
    display: block;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart {
    display: block;
}
}
.cart-container {
  border: 1px solid #ecebeb;
  float: left;
  padding: 15px;
}
.cart-items {
  float: left;
  list-style: none;
}
.cart-items li {
    float: left;
    padding: 15px 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ecebeb;
}
.cart-items li:last-child {
      border: none;
}
.cart-items li span {
      display: block;
}
@media (max-width: 479px) {
.cart-items {
    display: block;
    width: 100%;
}
}
.cart-items-labels {
  padding-top: 0 !important;
}
@media (max-width: 479px) {
.cart-items-labels {
    display: none;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-item-right {
    width: 60%;
    float: left;
}
.cart-item-right .form-control {
      margin-bottom: 15px;
}
}
@media (max-width: 479px) {
.cart-item-right {
    width: 100%;
    float: left;
}
.cart-item-right .form-control {
      margin-bottom: 15px;
}
}
.cart-image img {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-image {
    width: 40%;
    float: left;
}
}
@media (max-width: 479px) {
.cart-image {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
}
.cart-description span {
  display: block;
}
.cart-description h3,
.cart-description .h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-description {
    width: 40%;
    float: left;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-description {
    width: 100%;
    float: left;
}
}
@media (max-width: 479px) {
.cart-description {
    width: 100%;
    float: left;
}
}
.cart-right {
  padding-bottom: 0;
  float: right;
  width: 100%;
}
.cart-right .btn {
    width: 100%;
}
@media (max-width: 479px) {
.cart-right {
    display: block;
    padding: 0 15px 15px;
    width: 100%;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-right {
    display: block;
    width: 100%;
}
}
.cart-summary {
  width: 100%;
  float: left;
}
.cart-summary li {
    padding: 15px;
    border-bottom: 1px solid #ecebeb;
}
.cart-summary li:last-child {
      border-bottom: none;
}
.cart-summary li span {
      float: right;
      font-weight: bold;
}
.cart-discount {
  width: 100%;
  float: left;
  margin: 30px 0;
  padding: 15px 0;
  float: left;
}
.cart-discount .btn {
    margin-top: 15px;
}
.cart-discount span {
    margin-right: 5px;
    display: inline-block;
}
@media (max-width: 479px) {
.cart-price {
    float: right;
}
}
.cart-remove {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #aaa;
  margin-bottom: 0;
  margin-right: 0 !important;
  margin-top: 13px;
  font-size: 20px;
  padding: 0;
}
.cart-remove .icon {
    display: inline-block;
    top: 2px;
    position: relative;
}
@media (max-width: 479px) {
.cart-remove {
    margin: 0;
    position: relative;
    top: -5px;
    float: right;
}
}
.cart-widget {
  background: #aaa;
  color: #aaa;
  display: none;
  margin: 30px auto;
  overflow: auto;
  padding: 60px 30px;
  position: relative;
  width: 480px;
  z-index: 99999;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
.cart-widget {
    width: 100%;
    padding: 30px;
}
}
.cart-widget-close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.cart-widget .h3,
.cart-widget h3 {
  color: #333;
}
.cart-widget-open {
  overflow: hidden;
}
.cart-widget-open .cart-widget-container {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    top: 0;
    z-index: 10000;
}
.cart-widget-open .cart-widget-container h1 {
      margin: 30px 0;
}
.cart-widget-open .cart-widget-container .cart-item {
      background: #aaa;
}
.cart-widget-open .cart-widget {
    display: block;
}
.cart-item {
  float: left;
  position: relative;
  margin-bottom: 1px;
  background: #fff;
  padding: 10px;
  text-align: left;
}
.cart-item-name {
  float: left;
  width: 80%;
  padding-right: 30px;
  padding-left: 15px;
  margin-top: 0;
}
.cart-item-image {
  float: left;
  width: 20%;
}
.cart-item-image img {
    width: 100%;
}
.cart-item-price {
  float: left;
  width: 80%;
  display: block;
}
.cart-item-remove {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.cart-logo {
  text-align: center;
}
.cart-delivery,
.cart-summary {
  float: left;
  width: 100%;
  text-align: left;
}
.cart-summary-row {
  padding: 5px 0;
}
.cart-summary-row-total {
  font-weight: 700;
  color: #333;
}
.cart-summary-row-total .cart-value {
    font-size: 22px;
}
.cart-value {
  float: right;
}
.cart-form {
  float: left;
  width: 100%;
}
.cart-form .btn {
    float: right;
    margin-right: 0 !important;
}
.cart-empty .icon {
  display: block;
  font-size: 90px;
  margin-top: 10px;
  color: #333;
}
.cart-items-counter {
  position: fixed;
  bottom: 30px;
  color: black;
  right: 30px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
}
.cart-items-counter .animate {
    animation: 1300ms ease 0s normal none 1 running animate;
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    display: block;
    line-height: 40px;
    width: 40px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.cart-items-counter .circle {
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    opacity: 0;
    right: -10px;
    border: 3px solid #333;
    border-radius: 100%;
    animation: circle 1300ms;
    animation-iteration-count: 1;
    color: #fff;
}
@keyframes animate {
0% {
    transform: scale(1);
}
30% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
@keyframes circle {
0% {
    transform: scale(1);
    opacity: 1;
}
30% {
    transform: scale(1.2);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 0;
}
}
.custom-radio label::before {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 21px;
  width: 21px;
}
.custom-radio label::after {
  background-color: #333;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 9px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 6px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
  width: 9px;
}
.order {
  padding: 60px;
}
.order .panel-body {
    padding: 30px;
}
@media (max-width: 479px) {
.order .panel-body {
    padding: 15px;
}
}
.order-checkout {
  margin-top: 30px;
  border-top: 1px solid #ecebeb;
  padding-top: 15px;
  width: 100%;
}
.order-footer {
  border-top: 1px solid #ecebeb;
  margin-top: 15px;
  padding-top: 30px;
  float: left;
  width: 100%;
}
.order fieldset {
  margin: 0 0 30px;
}
.services {
  overflow: hidden;
}
.services-box {
  padding: 60px;
}
@media (max-width: 479px) {
.services-box {
    padding: 120px 30px;
}
}
.services .btn {
  margin-top: 30px;
  color: #111;
}
.services .inverted {
  background: #111;
  color: rgba(255, 255, 255, 0.7);
}
.services .inverted .btn {
    border-color: #fff;
    color: #fff;
}
.heading-cart {
  padding: 15px 0;
  border-top: 1px solid #eee;
  position: relative;
  margin: 0 0 30px 0;
}
.heading-cart h1 {
    font-size: 16px;
}
.heading-cart a {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    height: 30px;
    line-height: 30px;
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
}
.checkout-devin ul {
  list-style: none;
  float: right;
  width: 30%;
}
.checkout-devin ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.checkout-devin ul li:last-child {
      border-bottom: 0;
}
.checkout-devin ul li .label {
      color: #333;
      font-size: 14px;
}
.checkout-devin ul li .value {
      float: right;
      font-size: 14px;
}
.checkout-devin ul li a {
      display: table;
      margin: 15px 0;
      height: 30px;
      line-height: 30px;
      background: #222;
      color: #fff;
      border-radius: 30px;
      padding: 0 15px;
      text-align: right;
      float: right;
}
@media (max-width: 767px) {
.nav-tabs {
    display: -ms-grid !important;
    display: grid !important;
}
.checkout-devin ul {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
}
.movie-card {
  font: 14px/22px "Lato", Arial, sans-serif;
  padding: 0;
  margin: -10px;
}
.container-movie {
  margin: 0 auto;
  height: 640px;
  background: #F0F0ED;
  border-radius: 5px;
  position: relative;
}
.hero {
  height: 342px;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: red;
  background: url("https://source.unsplash.com/collection/431862/800x600");
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewY(-2.2deg);
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
}
.cover-profile {
  position: absolute;
  bottom: 235px;
  left: 70px;
  z-index: 2;
  border-radius: 50%;
  border: 6px solid #FFF;
}
.details-profile {
  padding: 190px 0 0 280px;
}
.details-profile .title1 {
    color: white;
    font-size: 44px;
    margin-bottom: 13px;
    position: relative;
}
.details-profile .title1 span {
      position: absolute;
      top: 3px;
      margin-left: 12px;
      background: #C4AF3D;
      border-radius: 5px;
      color: #544C21;
      font-size: 14px;
      padding: 0px 4px;
}
.details-profile .title2 {
    color: #C7C1BA;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
}
.details-profile .likes {
    margin-left: 24px;
}
.details-profile .likes:before {
    content: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/icon_like.png");
    position: relative;
    top: 2px;
    padding-right: 7px;
}
.description-profile {
  bottom: 0px;
  height: 200px;
  font-size: 16px;
  line-height: 26px;
  color: #B1B0AC;
}
.column1 {
  padding-left: 50px;
  padding-top: 120px;
  width: 30%;
  float: left;
  text-align: center;
}
.tag {
  background: white;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 14px;
  margin-right: 4px;
  line-height: 35px;
  cursor: pointer;
}
.tag:hover {
  background: #ddd;
}
.column2 {
  padding-left: 41px;
  padding-top: 30px;
  margin-left: 20px;
  width: 60%;
  float: left;
}
.avatars {
  margin-top: 23px;
}
.avatars img {
    cursor: pointer;
}
.avatars img:hover {
    opacity: 0.6;
}
.avatars a:hover {
    text-decoration: none;
}
.profile-wrapper {
  background: #f39c12;
  position: relative;
  min-height: 300px;
  height: 250px;
  display: block;
}
.img-profile {
  margin: 0 auto;
  text-align: left;
  width: 10em;
  height: 10em;
}
.profile {
  min-height: 355px;
  display: inline-block;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5) !important;
}
.profile-edit {
  min-height: 355px;
  display: inline-block;
  margin: 40px 20px 0 20px;
  background: rgba(255, 255, 255, 0.5) !important;
  width: 100% !important;
}
.ratings {
  margin: 0;
  text-align: right;
}
.ratings a {
    color: #F1C40F;
    font-size: 13px;
}
.ratings a:hover {
      color: #f39c12;
      text-decoration: none;
}
.emphasis {
  border-top: 4px solid transparent;
}
.emphasis:hover {
    border-top: 4px solid #1abc9c;
}
.emphasis h2 {
    margin-bottom: 0;
}
span.tags {
  background: #1abc9c;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: bold;
  padding: 2px 4px;
}
.dropdown-menu .divider {
  background: none;
}
.dropdown-menu > li > a {
  color: #f5f5f5;
}
.dropup .dropdown-menu {
  margin-bottom: 10px;
}
.dropup .dropdown-menu:before {
    content: "";
    border-top: 10px solid #34495e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.profile-name {
  background: rgba(0, 0, 0, 0.01) !important;
  border-radius: 4px;
  margin-bottom: 20px;
}
.social-profile i {
  font-style: normal;
  cursor: pointer;
}
.profile-content {
  border-bottom: 1px dashed #eee;
  width: 100%;
  padding: 5px 0;
}
.profile-content > span {
    width: 100px;
}
.profile-content > i {
    font-style: normal;
    padding: 0 30px;
}
.dl-horizontal-profile dt {
  clear: left;
  float: left;
  overflow: hidden;
  padding: 8px 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
.dl-horizontal-profile dd {
  padding: 8px 0;
}
.dl-horizontal-profile dd:before {
    content: ":";
    padding-right: 20px;
}
.list-group-item {
  border: none !important;
}

/*LOGIN*/
.login-devin-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  z-index: 1000000;
  margin: 0;
  overflow: hidden;
  background: #7abcff;
  background: linear-gradient(to bottom, #3b5998 20%, #ff0084 100%) !important;
}

/*
    Login  Coustom
*/
.account-box {
  border-radius: 0 0 4px 4px;
  z-index: 3;
  background-color: #ffffff;
  padding: 20px;
}
.logo-devin-login {
  width: 138px;
  height: 30px;
  text-align: center;
  margin: 10px 0px 27px 40px;
  background-position: 0px -4px;
  position: relative;
}
.forgotLnk {
  margin-top: 10px;
  display: block;
}
.purple-bg {
  background-color: #6E329D;
  color: #fff;
}
.or-box {
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0;
  margin-top: 80px;
  padding-top: 20px;
  position: relative;
}
.or {
  background-color: #FFFFFF;
  color: #666666;
  position: relative;
  text-align: center;
  top: -30px;
  width: 60px;
  padding: 0 10px;
}
.account-box .btn:hover {
  color: #fff;
}
.btn-facebook {
  background-color: #3B5998;
  color: #fff;
  font-weight: bold;
}
.btn-google {
  background-color: #C32F10;
  color: #fff;
  font-weight: bold;
}
.btn-twitter {
  background-color: #00ACED;
  color: #fff;
  font-weight: bold;
}
.btn-instagram {
  background-color: #316698;
  color: #fff;
  font-weight: bold;
}
.label-forgot {
  font-size: 11px;
  color: #3276B1;
}
.label-forgot:hover {
  text-decoration: none;
}
.space-icon {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.login-with {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -33px;
}
.login-with b {
  color: #00ACED;
  cursor: pointer;
}
@media (max-width: 767px) {
.container-movie {
    margin: 0 auto;
    height: auto;
    background: #F0F0ED;
    border-radius: 5px;
    position: relative;
}
.column1,
  .column2 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.details-profile {
    padding: 30px;
}
.details-profile .title1 {
    color: white;
    font-size: 22px;
}
.details-profile .title2 {
    font-size: 18px;
    color: white;
}
}
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper-404 {
  position: relative;
  height: 60vh;
}
.error-404 {
  position: relative;
  z-index: 999;
  margin: 15% auto;
  padding: 0 20%;
  text-align: center;
}
.error-404 .vue-typer .custom.char.typed {
    color: #fff;
    font-size: 0.6em;
}
.error-404 .vue-typer .custom.char.selected {
    color: #fff;
    background-color: #607D8B;
}
.error-404 .vue-typer .custom.caret {
    display: none;
}
.error-number {
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  animation: scale 1.4s ease-in-out;
  color: #fff;
}
.type-devin {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  animation: scale 1.4s ease-in-out;
  color: #fff;
}
.icon {
  width: 7rem;
  max-height: 8rem;
  margin: 0 .2rem;
  animation: balance 3s ease infinite 1.3s;
}
@keyframes scale {
0% {
    opacity: 0;
    transform: scale(0.1);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes balance {
0% {
    transform: translate3d(0, 0, 0);
}
50% {
    transform: translate3d(0, 1rem, 0);
}
100% {
    transform: translate3d(0, 0, 0);
}
}
@keyframes typing {
0% {
    width: 0;
    opacity: 1;
}
100% {
    width: 100%;
    opacity: 1;
}
}
@keyframes blink {
0% {
    border-color: #fff;
}
100% {
    border-color: transparent;
}
}

/*
 * Moon
 */
.moon {
  position: absolute;
  bottom: 6%;
  right: -9%;
  width: 85vw;
  height: 50vw;
  border-radius: 50%;
  background-color: #eee;
  background: radial-gradient(#7b4e27 0%, #ffffff 100%);
  transform: translate3d(20%, 80%, 0);
  box-shadow: 0 0 3px 27vw rgba(96, 83, 142, 0.05), 0 0 3px 18vw rgba(96, 83, 142, 0.1), 0 0 3px 9vw rgba(96, 83, 142, 0.15);
  z-index: -1;
}
.moon::before, .moon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5%;
    height: 4%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}
.moon::before {
    transform: translate3d(-400%, -1000%, 0);
}
.moon::after {
    transform: translate3d(0, -600%, 0);
    width: 10%;
    height: 6%;
}
@media only screen and (max-width: 48em) {
.type {
    font-size: .75rem;
    word-spacing: .2rem;
}
}
div.container-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}
div.header-timeline {
  height: auto;
  text-align: center;
  color: #333;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
}
div.header-timeline:after {
    content: '';
    position: absolute;
    bottom: -5rem;
    left: 0rem;
    height: 5.1rem;
    display: block;
    width: 100%;
    z-index: 300;
    background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
}
div.header-timeline h1 {
    margin-top: .8rem;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
@media (min-width: 62em) {
div.header-timeline h1 {
        font-size: 1.9em;
        letter-spacing: 0.2rem;
}
}
div.header-timeline h2 {
    font-size: 1.1em;
    font-weight: 300;
    color: #333;
    max-width: 40rem;
    margin: auto;
    padding: 30px 0 0;
}
div.item-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  overflow-y: auto;
  padding: 0rem 1rem 0rem 1rem;
}
#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
#timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    left: 60px;
    z-index: 1;
    background: #C5C5C5;
}
#timeline h3 {
    position: relative;
    top: 2rem;
    right: 12rem;
    color: #333;
    margin: 0;
    font-size: 4em;
    font-weight: 600;
}
@media (min-width: 62em) {
#timeline h3 {
        font-size: 3em;
}
}
#timeline section.year {
    position: relative;
}
#timeline section.year:first-child section {
      margin-top: -1.3em;
      padding-bottom: 0px;
}
#timeline section.year section {
      position: relative;
      padding-bottom: 1.25em;
      margin-bottom: 2.2em;
}
#timeline section.year section h4 {
        position: absolute;
        bottom: 0;
        font-size: .9em;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0;
        padding: 0 0 0 89px;
        color: #C5C5C5;
}
@media (min-width: 62em) {
#timeline section.year section h4 {
            font-size: 1em;
}
}
#timeline section.year section ul {
        list-style-type: none;
        padding: 0 0 0 75px;
        margin: -1.35rem 0 1em;
        max-width: 60rem;
        font-size: 1em;
}
@media (min-width: 62em) {
#timeline section.year section ul {
            font-size: 1.1em;
            padding: 0 0 0 81px;
}
}
#timeline section.year section ul:last-child {
          margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
          content: '';
          width: 20px;
          height: 20px;
          background: #333;
          border: 4px solid #FFFFFF;
          border-radius: 50%;
          position: absolute;
          left: 51px;
          top: 0px;
          z-index: 2;
}
#timeline section.year section ul li {
          margin-left: .5rem;
}
#timeline section.year section ul li:before {
            content: '\B7';
            margin-left: -.5rem;
            padding-right: .3rem;
}
#timeline section.year section ul li:not(:first-child) {
            margin-top: .4rem;
}
#timeline section.year section ul li span.price {
            color: mediumturquoise;
            font-weight: 500;
}
#btcwidget {
  display: inline;
}
#btcwidget img {
    display: none;
}

a[data-v-6eba8a6e] {
  color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}
h2[data-v-6eba8a6e] {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}



/* STRUCTURE */
.wrapper[data-v-6eba8a6e] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; 
  -ms-flex-pack: center; 
      justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}
#formContent[data-v-6eba8a6e] {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
#formFooter[data-v-6eba8a6e] {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}



/* TABS */
h2.inactive[data-v-6eba8a6e] {
  color: #cccccc;
}
h2.active[data-v-6eba8a6e] {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/
input[type=button][data-v-6eba8a6e], input[type=submit][data-v-6eba8a6e], input[type=reset][data-v-6eba8a6e]  {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  transition: all 0.3s ease-in-out;
}
.routerbtn[data-v-6eba8a6e] {
   background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  transition: all 0.3s ease-in-out;
}
input[type=button][data-v-6eba8a6e]:hover, input[type=submit][data-v-6eba8a6e]:hover, input[type=reset][data-v-6eba8a6e]:hover  {
  background-color: #39ace7;
}
input[type=button][data-v-6eba8a6e]:active, input[type=submit][data-v-6eba8a6e]:active, input[type=reset][data-v-6eba8a6e]:active  {
  transform: scale(0.95);
}
input[type=text][data-v-6eba8a6e], input[type=password][data-v-6eba8a6e] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}
input[type=text][data-v-6eba8a6e]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
input[type=text][data-v-6eba8a6e]:placeholder {
  color: #cccccc;
}
input[type=password][data-v-6eba8a6e]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
input[type=password][data-v-6eba8a6e]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[data-v-6eba8a6e] {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}

/* Simple CSS3 Fade-in Animation */
@keyframes fadeIn {
from { opacity:0;
}
to { opacity:1;
}
}
.fadeIn[data-v-6eba8a6e] {
  opacity:0;
  animation:fadeIn ease-in 1;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
.fadeIn.first[data-v-6eba8a6e] {
  animation-delay: 0.4s;
}
.fadeIn.second[data-v-6eba8a6e] {
  animation-delay: 0.6s;
}
.fadeIn.third[data-v-6eba8a6e] {
  animation-delay: 0.8s;
}
.fadeIn.fourth[data-v-6eba8a6e] {
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover[data-v-6eba8a6e]:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.underlineHover[data-v-6eba8a6e]:hover {
  color: #0d0d0d;
}
.underlineHover[data-v-6eba8a6e]:hover:after{
  width: 100%;
}



/* OTHERS */
*[data-v-6eba8a6e]:focus {
    outline: none;
}
#icon[data-v-6eba8a6e] {
  width:20%;
  margin-top: 5%;
}


@charset "UTF-8";
html,
body {
  height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 14px !important;
  overflow-y: auto;
}

/* Layout */
.wrapper {
  height: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.wrapper:before {
    content: " ";
    display: table;
}
.wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
.content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
}
}
@media (min-width: 768px) {
.sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
}
}
@media (max-width: 767px) {
.sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    transform: translate(230px, 0);
}
.pull-left-search,
  .content-header > .breadcrumb {
    display: none !important;
}
.dashboard-wrapper {
    padding-top: 140px !important;
}
.main-sidebar,
  .left-side {
    padding-top: 60px !important;
}
.content {
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.content-header {
    padding: 160px 15px 30px 15px !important;
}
.content-header h1 {
      float: none !important;
}
.content-header h1 small {
        float: right;
}
.summary-border-left {
    border-left: none !important;
}
.bor-right {
    border-right: none !important;
}
.events-nest div h3 {
    font-size: 14px !important;
    margin-left: 60px;
}
.events-nest div p {
    margin-left: 60px;
}
.food {
    margin-bottom: 15px !important;
}
#graph {
    padding: 75px 27px 0px !important;
}
#weather .panelLeft {
    width: 100% !important;
    display: block !important;
}
#weather .panelRight {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}
.inbox-nest ul li small {
    font-size: 14px !important;
    float: left !important;
    padding: 0 10px !important;
    font-weight: normal !important;
    margin: 5px 0 !important;
}
}
.content-wrapper,
.right-side {
  min-height: 100%;
  z-index: 800;
}
.main-footer {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  padding: 15px 30px;
  position: relative !important;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.main-footer a {
    color: #fff;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
@media (max-width: 767px) {
.fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
}
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side {
  /* Fix for IE */
  transition: none;
}
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  transition: none;
}

/* Content */
.content {
  min-height: 100vh;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
}

/* General Links */
a {
  color: #3c8dbc;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none !important;
    color: #72afd2;
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/*
 * Skin: Dark
 * ----------
 */
.skin-dark .main-header .navbar {
  background-color: #fff;
}
.skin-dark .main-header .navbar .nav > li > a {
    color: #222;
}
.skin-dark .main-header .navbar .nav > li > a:hover, .skin-dark .main-header .navbar .nav > li > a:active, .skin-dark .main-header .navbar .nav > li > a:focus {
      background: rgba(0, 0, 0, 0.1);
      color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav .open > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav .open > a:hover, .skin-dark .main-header .navbar .nav .open > a:focus {
      background: rgba(0, 0, 0, 0.1);
      color: #f6f6f6;
}
.skin-dark .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.skin-dark .main-header .navbar .sidebar-toggle {
    color: #ccc;
}
.skin-dark .main-header .navbar .sidebar-toggle:hover {
      color: #222;
      background-color: #fff;
}
.skin-dark .main-header .logo {
  background-color: #333333;
  color: #fff;
  box-shadow: -5px 4px 20px -4px rgba(0, 0, 0, 0.5);
}
.skin-dark .main-header li.user-header {
  background-color: #fff;
}
.skin-dark .content-header {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.skin-dark .content-header .breadcrumb li a {
    color: #222;
}
.skin-dark .main-sidebar,
.skin-dark .left-side {
  background: #333333 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.skin-dark .content-wrapper {
  background: #eee;
}
.skin-dark .user-panel > .info {
  color: #fff;
}
.skin-dark .user-panel > .info > a {
    color: #fff;
}
.skin-dark .user-panel .bg-user {
  opacity: 0.1;
}
.skin-dark .sidebar-menu > li.header {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.skin-dark .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-dark .sidebar-menu > li:hover > a,
.skin-dark .sidebar-menu > li.active > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-left-color: #fff;
}
.skin-dark .sidebar-menu > li > .treeview-menu {
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}
.skin-dark .sidebar a {
  color: #fff;
}
.skin-dark .sidebar a:hover {
    text-decoration: none;
}
.skin-dark .treeview-menu > li > a {
  color: #fff;
}
.skin-dark .treeview-menu > li.active > a,
.skin-dark .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-dark .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-dark .sidebar-form input[type="text"],
  .skin-dark .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}
.skin-dark .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.skin-dark .sidebar-form input[type="text"]:focus {
      background-color: #fff;
      color: #666;
}
.skin-dark .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
        background-color: #fff;
        color: #666;
        border-left-color: #fff;
}
.skin-dark .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.skin-dark.layout-top-nav .main-header > .logo {
  background-color: #fff;
  color: #222;
  border-bottom: 0 solid transparent;
}
.skin-dark.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}
.skin-dark .main-footer {
  color: #333;
}
.skin-dark .main-footer a {
    color: #333;
}
@media (max-width: 767px) {
.skin-devin .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
}
.skin-devin .main-header .navbar .dropdown-menu li a {
    color: #fff;
}
.skin-devin .main-header .navbar .dropdown-menu li a:hover {
      background: #fff;
}
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu li:hover a {
  background: #111;
  color: #fff;
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu {
  background: #111;
  border: 1px solid #111;
}
.skin-dark.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu li a {
    color: #fff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: transparent !important;
}

/*
 * Component: Main Header
 * ----------------------
 */
.el-dropdown-menu {
  margin: 15px 0;
  box-shadow: 2px 0 20px -4px rgba(0, 0, 0, 0.2) !important;
}
.main-header {
  position: fixed;
  max-height: 100px;
  z-index: 1030;
  width: 100%;
  box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.1);
}
.main-header .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 65px;
    border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder, .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 5px 30px;
  font-family: 'themify';
  font-size: 18px;
  border-left: 1px solid #ddd;
  margin-top: 15px;
}
.main-header .sidebar-toggle:before {
    content: "\E68E";
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
    display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  text-align: center;
  width: 230px;
  padding: 0 15px 10px;
  font-weight: 400;
  overflow: hidden;
}
.main-header .logo .logo-lg {
    display: block;
    text-align: left;
    margin-right: 0;
}
.main-header .logo .logo-lg small {
      font-size: 12px;
}
.main-header .logo .logo-lg img {
      height: 35px;
      margin-right: 15px;
      padding: 0;
}
.main-header .logo .logo-mini {
    display: none;
}
.main-header .logo .logo-mini img {
      height: 25px;
}
.main-header .navbar-brand {
  color: #fff;
}
@media (max-width: 991px) {
.main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
}
}
@media (max-width: 767px) {
.main-header .navbar-right {
    float: none;
}
.navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
}
.main-header .navbar-right > li {
    color: inherit;
    border: 0;
}
}
.content-header {
  position: relative;
  padding: 80px 15px 30px 15px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.content-header > h1 {
    font-size: 14px;
    margin: -2px 15px 0px;
    padding: 10px 15px;
    float: right;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 30px;
    color: #fff;
}
.content-header > h1 > small {
      font-size: 12px;
      display: inline-block;
      padding-left: 4px;
      font-weight: 300;
      color: #fff;
      margin: 0 0 0 10px;
}
.content-header > h1 > small i {
        margin-right: 10px;
        cursor: pointer;
}
.content-header > h2 {
    float: left;
    color: #fff;
    padding: 0;
    margin: 30px 15px 0 0;
}
.content-header > .breadcrumb {
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
    position: relative;
    top: 5px;
    left: 17px;
    border-radius: 0;
    /* text-transform: uppercase;*/
}
.content-header > .breadcrumb .active {
      color: #fff;
}
.content-header > .breadcrumb > li > a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
      .content-header > .breadcrumb > li > a > .glyphicon,
      .content-header > .breadcrumb > li > a > .ion {
        margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
      content: '/';
}
@media (max-width: 991px) {
.content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
}
.content-header > .breadcrumb li:before {
      color: #97a0b3;
}
}
.navbar-toggle {
  color: #222;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
.navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
}
.navbar-custom-menu .navbar-nav > li {
      float: left;
}
.navbar-custom-menu .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
}
}
@media (max-width: 767px) {
.main-header {
    position: fixed;
}
.main-header .logo {
      width: 100%;
      float: none;
}
.main-header .navbar {
      width: 100%;
      float: none;
      margin: 0;
}
.main-header .navbar-custom-menu {
      float: right;
}
}
@media (max-width: 991px) {
.navbar-collapse.pull-left {
    float: none !important;
}
.navbar-collapse.pull-left + .navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 40px;
}
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
    color: #777;
}
.dropdown-menu > li > a > .glyphicon,
    .dropdown-menu > li > a > .fa,
    .dropdown-menu > li > a > .ion {
      margin-right: 10px;
}
.dropdown-menu > li > a:hover {
      background-color: #e1e3e9;
      color: #333;
}
.dropdown-menu > .divider {
    background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
      color: #999999;
      font-size: 10px;
      position: absolute;
      top: 0;
      right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
    content: " ";
    display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table;
    clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
      z-index: 5;
      height: 90px;
      width: 90px;
      border: 3px solid;
      border-color: transparent;
      border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
      z-index: 5;
      color: #fff;
      color: rgba(255, 255, 255, 0.8);
      font-size: 17px;
      margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
        display: block;
        font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before {
      content: " ";
      display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
      content: " ";
      display: table;
      clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
      color: #444 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
      content: " ";
      display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
      content: " ";
      display: table;
      clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
      color: #666666;
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 991px) {
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
}
}
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
}
}
@media (max-width: 991px) {
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
}
}
@media (max-width: 767px) {
.navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
}
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    transform: perspective(400px);
}
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
@media (max-width: 991px) {
.navbar-custom-menu > .navbar-nav {
    float: right;
}
.navbar-custom-menu > .navbar-nav > li {
      position: static;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
}
}

/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
  .nav-pills > li > a > .glyphicon,
  .nav-pills > li > a > .ion {
    margin-right: 5px;
}
.nav-pills > li.active > a {
  border-top-color: #3c8dbc;
  font-weight: 600;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
}

/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
      border-top: 3px solid transparent;
      margin-bottom: -2px;
      margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
        color: #444;
        border-radius: 0;
        background: transparent;
        margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
          color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
          background: transparent;
          margin: 0;
          color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
        .nav-tabs-custom > .nav-tabs > li.active:hover > a {
          background-color: #fff;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
          border-top-color: transparent;
          border-left-color: #f4f4f4;
          border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
        margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
          border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
      float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
        float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
          margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
            border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
            border-left-color: #f4f4f4;
            border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
      line-height: 35px;
      padding: 0 10px;
      font-size: 20px;
      color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > {
        /*
 * Component: Main Header
 * ----------------------
 */
        /*
 * Component: Dropdown menus
 * -------------------------
 */
        /*Dropdowns in general*/
        /* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
        /* Fix dropdown menu in navbars */
        /*
 * Component: Nav
 * --------------
 */
        /* NAV PILLS */
        /* NAV STACKED */
        /* NAV TABS */
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header {
          position: fixed;
          max-height: 100px;
          z-index: 1030;
          width: 100%;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar {
            transition: margin-left 0.3s ease-in-out;
            margin-bottom: 0;
            margin-left: 230px;
            border: none;
            min-height: 65px;
            border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .layout-top-nav .main-header .navbar {
          margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control {
          background: rgba(255, 255, 255, 0.2);
          border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:focus, .nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:active {
            border-color: rgba(0, 0, 0, 0.1);
            background: rgba(255, 255, 255, 0.9);
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control::-moz-placeholder {
            color: #ccc;
            opacity: 1;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control:-ms-input-placeholder, .nav-tabs-custom > .nav-tabs > li.header > .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
            color: #ccc;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right {
          float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle {
          float: left;
          background-color: transparent;
          background-image: none;
          padding: 15px 15px;
          font-family: fontAwesome;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:before {
            content: "\F0C9";
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:hover {
            color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:focus, .nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle:active {
            background: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .sidebar-toggle .icon-bar {
            display: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .fa,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .glyphicon,
        .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li.user > a > .ion {
          margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar .nav > li > a > .label {
          position: absolute;
          top: 9px;
          right: 7px;
          text-align: center;
          font-size: 9px;
          padding: 2px 3px;
          line-height: .9;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo {
          transition: width 0.3s ease-in-out;
          display: block;
          float: left;
          height: 65px;
          font-size: 20px;
          line-height: 65px;
          text-align: center;
          width: 230px;
          padding: 0 15px;
          font-weight: 300;
          overflow: hidden;
          border-bottom: 2px solid red;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-lg {
            display: block;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-lg img {
              margin-right: 15px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-mini {
            display: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo .logo-mini img {
              height: 25px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-brand {
          color: #fff;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu a,
          .nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right a {
            color: inherit;
            background: transparent;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right {
            float: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse .main-header .navbar-right {
            margin: 7.5px -15px;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-right > li {
            color: inherit;
            border: 0;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header {
          position: relative;
          padding: 100px 15px 0 30px !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > h1 {
            margin: 0;
            font-size: 24px;
            color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > h1 > small {
              font-size: 15px;
              display: inline-block;
              padding-left: 4px;
              font-weight: 300;
              color: #fff !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb {
            float: left;
            background: transparent;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 12px;
            padding: 7px 5px;
            position: absolute;
            top: 120px;
            left: 10px;
            border-radius: 2px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a {
              color: #fff;
              text-decoration: none;
              display: inline-block;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .fa,
              .nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .glyphicon,
              .nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb > li + li:before {
              content: '>\A0';
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb {
            position: relative;
            margin-top: 5px;
            top: 0;
            right: 0;
            float: none;
            background: #d2d6de;
            padding-left: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .content-header > .breadcrumb li:before {
              color: #97a0b3;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-toggle {
          color: #222;
          border: 0;
          margin: 0;
          padding: 15px 15px;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav {
            margin: 0;
            float: left;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav > li {
              float: left;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                line-height: 20px;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .main-header {
            position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .logo {
              width: 100%;
              float: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar {
              width: 100%;
              float: none;
              margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .main-header .navbar-custom-menu {
              float: right;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse.pull-left {
            float: none !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-collapse.pull-left + .navbar-custom-menu {
              display: block;
              position: absolute;
              top: 0;
              right: 40px;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu {
          box-shadow: none;
          border-color: #eee;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a {
            color: #777;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a > .ion {
              margin-right: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > li > a:hover {
              background-color: #e1e3e9;
              color: #333;
}
.nav-tabs-custom > .nav-tabs > li.header > .dropdown-menu > .divider {
            background-color: #eee;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu {
          width: 280px;
          padding: 0 0 0 0;
          margin: 0;
          top: 100%;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li {
          position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          background-color: #ffffff;
          padding: 7px 10px;
          border-bottom: 1px solid #f4f4f4;
          color: #444444;
          font-size: 14px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 12px;
          background-color: #fff;
          padding: 7px 10px;
          border-bottom: 1px solid #eeeeee;
          color: #444 !important;
          text-align: center;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
          text-decoration: none;
          font-weight: normal;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
          max-height: 200px;
          margin: 0;
          padding: 0;
          list-style: none;
          overflow-x: hidden;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
          display: block;
          white-space: nowrap;
          /* Prevent text from breaking */
          border-bottom: 1px solid #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
        .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
          background: #f4f4f4;
          text-decoration: none;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
          color: #444444;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
            width: 20px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
          margin: 0;
          padding: 10px 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
            margin: auto 10px auto auto;
            width: 40px;
            height: 40px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
              color: #999999;
              font-size: 10px;
              position: absolute;
              top: 0;
              right: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
            content: " ";
            display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table;
            clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
          padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 14px;
            padding: 0;
            margin: 0 0 10px 0;
            color: #666666;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu {
          border-top-right-radius: 0;
          border-top-left-radius: 0;
          padding: 1px 0 0 0;
          border-top-width: 0;
          width: 280px;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 175px;
            padding: 10px;
            text-align: center;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
              z-index: 5;
              height: 90px;
              width: 90px;
              border: 3px solid;
              border-color: transparent;
              border-color: rgba(255, 255, 255, 0.2);
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
              z-index: 5;
              color: #fff;
              color: rgba(255, 255, 255, 0.8);
              font-size: 17px;
              margin-top: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                display: block;
                font-size: 12px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body:before {
              content: " ";
              display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
              content: " ";
              display: table;
              clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
              color: #444 !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
            background-color: #f9f9f9;
            padding: 10px;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
              content: " ";
              display: table;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
              content: " ";
              display: table;
              clear: both;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
              color: #666666;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu .user-image {
          float: left;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          margin-right: 10px;
          margin-top: -2px;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
          .nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            background: #fff !important;
            color: #444 !important;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
            background: #fff !important;
            color: #444 !important;
}
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
            background-color: #f9f9f9;
}
}
@media (max-width: 767px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-nav > .user-menu .user-image {
            float: none;
            margin-right: 0;
            margin-top: -8px;
            line-height: 10px;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .open:not(.dropup) > .animated-dropdown-menu {
          -webkit-backface-visibility: visible !important;
                  backface-visibility: visible !important;
          animation: flipInX 0.7s both;
}
@keyframes flipInX {
0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    transform: perspective(400px);
}
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li {
          position: relative;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
            position: absolute;
            right: 0;
            left: auto;
}
@media (max-width: 991px) {
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav {
            float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li {
              position: static;
}
.nav-tabs-custom > .nav-tabs > li.header > .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
}
}
.nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:active, .nav-tabs-custom > .nav-tabs > li.header > .nav > li > a:focus {
          color: #444;
          background: #f7f7f7;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a {
          border-radius: 0;
          border-top: 3px solid transparent;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .fa,
          .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .glyphicon,
          .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li > a > .ion {
            margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a {
          border-top-color: #3c8dbc;
          font-weight: 600;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav-pills > li.active > a:focus {
            border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li > a {
          border-radius: 0;
          border-top: 0;
          border-left: 3px solid transparent;
          color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.active > a {
          background: transparent;
          color: #444;
          border-top: 0;
          border-left-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.active > a:hover {
            background: transparent;
            color: #444;
            border-top: 0;
            border-left-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-stacked > li.header {
          border-bottom: 1px solid #ddd;
          color: #777;
          margin-bottom: 10px;
          padding: 5px 10px;
          text-transform: uppercase;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom {
          margin-bottom: 20px;
          background: #fff;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs {
            margin: 0;
            border-bottom-color: #f4f4f4;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li {
              border-top: 3px solid transparent;
              margin-bottom: -2px;
              margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
                background: transparent;
                margin: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                  color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li > a:hover {
                  background: transparent;
                  margin: 0;
                  color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                  background-color: #fff;
                  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.active > a {
                  border-top-color: transparent;
                  border-left-color: #f4f4f4;
                  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right {
              float: none !important;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                    border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                    border-left-color: #f4f4f4;
                    border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header {
              line-height: 35px;
              padding: 0 10px;
              font-size: 20px;
              color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .fa,
              .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
              .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom > .tab-content {
            background: #fff;
            padding: 10px;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom .dropdown.open > a:focus {
            background: transparent;
            color: #999;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
            border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-info > .nav-tabs > li.active {
            border-top-color: #00c0ef;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
            border-top-color: #dd4b39;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
            border-top-color: #f39c12;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-success > .nav-tabs > li.active {
            border-top-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.header > .nav-tabs-custom.tab-default > .nav-tabs > li.active {
            border-top-color: #d2d6de;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
        .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
        .nav-tabs-custom > .nav-tabs > li.header > .ion {
          margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/*DEVIN DROPDOWN*/
.header-dropdown-devin {
  position: relative;
  top: 15px;
  padding: 0 15px;
}
.header-dropdown-devin span i {
    font-size: 20px;
    color: #ccc;
}
.dropdown-menu-devin {
  max-width: 280px;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu-devin .header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    color: #444444;
    font-size: 14px;
}
.dropdown-menu-devin li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu-devin .footer {
    padding: 15px;
    text-align: right;
}
.dropdown-menu-devin .footer a {
      background: #ccc;
      color: #fff;
      padding: 5px 15px;
      border-radius: 30px;
      margin: 0;
      position: relative;
      top: 3px;
}
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
    padding: 0 15px;
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
}
.menu li svg {
      stroke: red;
      height: 40px;
      width: 30px;
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      line-height: 30px;
      text-align: left;
      margin: 10px 10px 0 0;
      padding-bottom: 0;
      padding: 0;
      font-size: 16px;
      float: left;
}
.menu li i {
      height: 40px;
      width: 30px;
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      line-height: 30px;
      text-align: left;
      margin: 10px 10px 0 0;
      padding-bottom: 0;
      padding: 0;
      font-size: 16px;
      float: left;
}
.menu li a {
      color: #8c92a3 !important;
}
.menu li a h3 {
        font-size: 14px;
        margin: 0;
        padding: 10px 0 0;
        font-weight: bold;
        color: #8c92a3;
}
.menu li a h3 span {
          font-size: 11px;
          float: right;
          font-weight: 100;
          font-style: italic;
}
.menu li a p {
        margin: 0;
        padding: 5px 0 15px;
        color: #8c92a3;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Demo 2 */
.pull-left-search {
  float: none;
  position: absolute;
  top: 12px;
  left: 90px;
  z-index: 0;
}
.pull-left-search:after {
    content: "\E610";
    z-index: 0;
    display: block;
    color: #fff;
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.devin-search {
  outline: none;
}
input.devin-search[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input.devin-search::-webkit-search-decoration, input.devin-search::-webkit-search-cancel-button {
    display: none;
}
input.devin-search[type=search] {
    background: #ddd;
    border: solid 0px #ddd;
    padding: 10px 10px 10px 32px;
    width: 55px;
    border-radius: 10em;
    transition: all .5s;
    position: relative;
}
input.devin-search[type=search]:focus {
      width: 130px;
      background-color: #eee;
      border: solid 1px #eee;
}
input.devin-search:-moz-placeholder, input.devin-search::-webkit-input-placeholder {
    color: #999;
}
#demo-2 input[type=search] {
  width: 20px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #ccc;
}
#demo-2 input[type=search]:focus {
    width: 330px;
    padding-left: 32px;
    color: #000;
    background-color: #eee;
    cursor: auto;
}
#demo-2 input:-moz-placeholder, #demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

/*
 * Component: Sidebar
 * ------------------
 */
.sidebar-collapse .treeview.active,
.sidebar-collapse .user-panel {
  width: 50px !important;
}
.sidebar-collapse .treeview {
  width: 50px !important;
}
.main-sidebar,
.left-side {
  position: fixed;
  top: 65px;
  left: 0;
  padding-top: 0;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
.main-sidebar,
  .left-side {
    padding-top: 100px;
}
}
@media (max-width: 767px) {
.main-sidebar,
  .left-side {
    transform: translate(-230px, 0);
}
}
@media (min-width: 768px) {
.sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    transform: translate(-230px, 0);
}
}
@media (max-width: 767px) {
.sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    transform: translate(0, 0);
}
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px 10px 60px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.user-panel .bg-user {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    background-size: cover;
}
.user-panel:before {
    content: " ";
    display: table;
}
.user-panel:after {
    content: " ";
    display: table;
    clear: both;
}
.user-panel > .image > img {
    width: 100%;
    max-width: 100px;
    height: auto;
}
.user-panel > .info {
    padding: 15px 5px 15px 15px;
    line-height: 1;
}
.user-panel > .info > p {
      font-weight: 300;
      margin-bottom: 9px;
      font-size: 14px;
      letter-spacing: 1px;
}
.user-panel > .info > p small {
        letter-spacing: 0;
        font-size: 10px;
}
.user-panel > .info > div {
      background: rgba(31, 45, 61, 0.5);
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 15px 0;
}
.user-panel > .info > div a {
        margin: 0 10px;
        color: rgba(255, 255, 255, 0.9);
        display: inline-block;
        text-align: center;
}
.user-panel > .info > div a small {
          padding-top: 10px;
          display: inline-block;
          position: relative;
          top: 0;
}
.user-panel > .info > div a i {
          font-size: 20px;
          display: block;
}
.user-panel > .info > a {
      text-decoration: none;
      padding-right: 5px;
      margin-top: 3px;
      font-size: 11px;
}
.user-panel > .info > a > .fa,
      .user-panel > .info > a > .ion,
      .user-panel > .info > a > .glyphicon {
        margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li > a {
      padding: 12px 5px 11px 15px;
      display: block;
      font-weight: 300;
}
.sidebar-menu > li > a > .fa,
      .sidebar-menu > li > a > .glyphicon,
      .sidebar-menu > li > a > i,
      .sidebar-menu > li > a > .ion {
        width: 25px;
        width: 30px;
        font-size: 17px;
        position: relative;
        top: 3px;
        display: inline-block;
}
.sidebar-menu > li > a .pull-right-container .version {
        margin-right: 5px;
}
.sidebar-menu > li .label {
      margin-right: 5px;
}
.sidebar-menu > li .badge {
      margin-right: 5px;
      margin-top: 3px;
}
.sidebar-menu li.header {
    overflow: hidden;
    text-overflow: clip;
    background: rgba(0, 0, 0, 0.38);
    display: table;
    color: #fff;
    border-radius: 30px;
    font-size: 10px !important;
    padding: 5px 10px;
    left: 15px;
    margin: 30px 0 15px 0;
}
.sidebar-menu li > a > .fa-angle-left,
  .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    background: #fff;
    width: 15px;
    height: 15px;
    color: #333;
    text-align: center;
    line-height: 15px;
    font-size: 14px !important;
    border-radius: 50%;
    margin: -2px 5px 0 0;
}
.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
  .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-bottom: 30px;
}
.sidebar-menu .treeview-menu .treeview-menu {
      padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
      margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
        padding: 15px 5px 5px 25px;
        display: block;
}
.sidebar-menu .treeview-menu > li > a div {
          display: inline-block;
          margin-right: 5px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
        .sidebar-menu .treeview-menu > li > a > .glyphicon,
        .sidebar-menu .treeview-menu > li > a > .ion {
          width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
        .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down {
          margin: 5px 0 0 0;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
}
.sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
      margin-right: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
      border-bottom-right-radius: 4px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom-right-radius: 4px;
      margin-top: -10px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      display: block !important;
      position: absolute;
      width: 180px;
      left: 50px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
      top: 0;
      margin-left: -3px;
      padding: 12px 5px 12px 20px;
      background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
      float: right;
      width: auto !important;
      left: 200px !important;
      top: 10px !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      top: 44px;
      margin-left: 0;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      font-size: 18px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
      display: none;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
}
}
.main-sidebar .user-panel {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -325px;
  width: 325px;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  top: 0;
  right: -325px;
  width: 325px;
  transition: right 0.3s ease-in-out;
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
.control-sidebar > .tab-content {
    padding: 10px 25px;
}
.control-sidebar.control-sidebar-open {
    right: 0;
}
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
      right: 0;
}
@media (max-width: 768px) {
.control-sidebar {
    padding-top: 100px;
}
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
.control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
}
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}
@media (max-width: 768px) {
.nav-tabs.control-sidebar-tabs {
    display: table;
}
.nav-tabs.control-sidebar-tabs > li {
      display: table-cell;
}
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}
.control-sidebar-menu > li > a:before {
      content: " ";
      display: table;
}
.control-sidebar-menu > li > a:after {
      content: " ";
      display: table;
      clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
      margin-top: 0;
}
.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
      margin: 0;
}
.control-sidebar-menu .menu-info > p {
      margin: 0;
      font-size: 11px;
}
.control-sidebar-menu .progress {
    margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
  background: #000;
}
.control-sidebar-dark + .control-sidebar-bg {
    background: #000;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
      background: #181f23;
      color: #b8c7ce;
      border-left-color: #141a1d;
      border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #141a1d;
        border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
        color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a {
      background: #222d32;
      color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
        background: #222d32;
        color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
  .control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
      background: #e8ecf4;
      color: #444444;
      border-left-color: #d2d6de;
      border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #d2d6de;
        border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a {
      background: #f9fafc;
      color: #111;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
        background: #f9fafc;
        color: #111;
}
.control-sidebar-light .control-sidebar-heading,
  .control-sidebar-light .control-sidebar-subheading {
    color: #111;
}
.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
      background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
      color: #5e5e5e;
}
.sidebar-mini.sidebar-collapse .sidebar-menu {
  width: 50px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li:hover a {
    background: #eee;
    color: #222;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview a {
    z-index: 999;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu {
    background: #eee;
    padding-top: 45px;
    padding-bottom: 30px;
    border-bottom-right-radius: 4px;
    margin-top: -43px;
    position: relative;
    z-index: 998;
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
    border-left: none;
    display: block;
}
.sidebar-mini.sidebar-collapse .sidebar-menu .treeview .treeview-menu li {
      height: 40px;
      position: relative;
      z-index: 999;
}

/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control, .form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control, .form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress {
  box-shadow: none;
  border-radius: 1px;
}
.progress > .progress-bar {
    box-shadow: none;
    border-radius: 1px;
}
.progress .progress-bar, .progress > .progress-bar .progress-bar {
    border-radius: 1px;
}
.progress.sm {
    height: 10px;
}

/* size variation */
.progress-sm {
  height: 10px;
}
.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs, .progress-xs {
  height: 7px;
}
.progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs, .progress-xxs {
  height: 3px;
}
.progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
  border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.progress.vertical.sm, .progress.vertical.progress-sm {
    width: 20px;
}
.progress.vertical.xs, .progress.vertical.progress-xs {
    width: 10px;
}
.progress.vertical.xxs, .progress.vertical.progress-xxs {
    width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue, .progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green, .progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua, .progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow, .progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red, .progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px;
}
.small-box h3,
  .small-box p {
    z-index: 5;
}
.small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
      font-size: 95px;
}
@media (max-width: 767px) {
.small-box {
    text-align: center;
}
.small-box .icon {
      display: none;
}
.small-box p {
      font-size: 12px;
}
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.collapsed-box .box-body,
  .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked > li:last-of-type {
      border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
      background: transparent;
}
.box.box-solid > .box-header .btn:hover {
      background: rgba(0, 0, 0, 0.1);
}
.box.box-solid > .box-header a:hover {
      background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
      border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
        color: #444444;
        background: #d2d6de;
        background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
        .box.box-solid.box-default > .box-header .btn {
          color: #444444;
}
.box.box-solid.box-primary {
      border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
        color: #ffffff;
        background: #3c8dbc;
        background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
        .box.box-solid.box-primary > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-info {
      border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
        color: #ffffff;
        background: #00c0ef;
        background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
        .box.box-solid.box-info > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-danger {
      border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
        color: #ffffff;
        background: #dd4b39;
        background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
        .box.box-solid.box-danger > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-warning {
      border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
        color: #ffffff;
        background: #f39c12;
        background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
        .box.box-solid.box-warning > .box-header .btn {
          color: #ffffff;
}
.box.box-solid.box-success {
      border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
        color: #ffffff;
        background: #00a65a;
        background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
        .box.box-solid.box-success > .box-header .btn {
          color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
      border: 0;
      box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
      color: #fff;
}
.box .box-group > .box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header {
  border-radius: 5px 5px 0 0;
}
.box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    margin-right: 5px;
}
.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
      position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
      right: 0;
      left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool {
  color: #606c84;
}
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 30px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
.chart-legend > li {
    float: left;
    margin-right: 10px;
}
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before {
      content: " ";
      display: table;
}
.box-comments .box-comment:after {
      content: " ";
      display: table;
      clear: both;
}
.box-comments .box-comment:last-of-type {
      border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
      padding-top: 0;
}
.box-comments .box-comment img {
      float: left;
}
.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}
.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}
.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.todo-list > li:last-of-type {
      margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
      margin: 0 10px 0 5px;
}
.todo-list > li .text {
      display: inline-block;
      margin-left: 5px;
      font-weight: 600;
}
.todo-list > li .label {
      margin-left: 10px;
      font-size: 9px;
}
.todo-list > li .tools {
      display: none;
      float: right;
      color: #dd4b39;
}
.todo-list > li .tools > .fa,
      .todo-list > li .tools > .glyphicon,
      .todo-list > li .tools > .ion {
        margin-right: 5px;
        cursor: pointer;
}
.todo-list > li:hover .tools {
      display: inline-block;
}
.todo-list > li.done {
      color: #999;
}
.todo-list > li.done .text {
        text-decoration: line-through;
        font-weight: 500;
}
.todo-list > li.done .label {
        background: #d2d6de !important;
}
.todo-list .danger {
    border-left-color: #dd4b39;
}
.todo-list .warning {
    border-left-color: #f39c12;
}
.todo-list .info {
    border-left-color: #00c0ef;
}
.todo-list .success {
    border-left-color: #00a65a;
}
.todo-list .primary {
    border-left-color: #3c8dbc;
}
.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
    margin-bottom: 10px;
}
.chat .item:before {
      content: " ";
      display: table;
}
.chat .item:after {
      content: " ";
      display: table;
      clear: both;
}
.chat .item > img {
      width: 40px;
      height: 40px;
      border: 2px solid transparent;
      border-radius: 50%;
}
.chat .item > .online {
      border: 2px solid #00a65a;
}
.chat .item > .offline {
      border: 2px solid #dd4b39;
}
.chat .item > .message {
      margin-left: 55px;
      margin-top: -40px;
}
.chat .item > .message > .name {
        display: block;
        font-weight: 600;
}
.chat .item > .attachment {
      border-radius: 3px;
      background: #f4f4f4;
      margin-left: 65px;
      margin-right: 15px;
      padding: 10px;
}
.chat .item > .attachment > h4 {
        margin: 0 0 5px 0;
        font-weight: 600;
        font-size: 14px;
}
.chat .item > .attachment > p,
      .chat .item > .attachment > .filename {
        font-weight: 600;
        font-size: 13px;
        font-style: italic;
        margin: 0;
}
.chat .item > .attachment:before {
        content: " ";
        display: table;
}
.chat .item > .attachment:after {
        content: " ";
        display: table;
        clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
    font-size: 14px;
}
.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
    border-radius: 0;
}
.info-box .progress .progress-bar {
      border-radius: 0;
      background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
    max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before {
      content: " ";
      display: table;
}
.timeline > li:after {
      content: " ";
      display: table;
      clear: both;
}
.timeline > li > .timeline-item {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      margin-top: 0;
      background: #fff;
      color: #444;
      margin-left: 60px;
      margin-right: 15px;
      padding: 0;
      position: relative;
}
.timeline > li > .timeline-item > .time {
        color: #999;
        float: right;
        padding: 10px;
        font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 16px;
        line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
          font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
        padding: 10px;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0;
}
.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
    color: #fff;
    text-decoration: underline;
}
.callout a:hover {
      color: #eee;
}
.callout h4 {
    margin-top: 0;
    font-weight: 600;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code, .callout .highlight {
    background-color: #fff;
}
.callout.callout-danger {
    border-color: #c23321;
}
.callout.callout-warning {
    border-color: #c87f0a;
}
.callout.callout-info {
    border-color: #0097bc;
}
.callout.callout-success {
    border-color: #00733e;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
    font-weight: 600;
}
.alert .icon {
    margin-right: 10px;
}
.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.alert .close:hover {
      opacity: 0.5;
      filter: alpha(opacity=50);
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger, .alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}
.products-list > .item:before {
      content: " ";
      display: table;
}
.products-list > .item:after {
      content: " ";
      display: table;
      clear: both;
}
.products-list .product-img {
    float: left;
}
.products-list .product-img img {
      width: 50px;
      height: 50px;
}
.products-list .product-info {
    margin-left: 60px;
}
.products-list .product-title {
    font-weight: 600;
}
.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list-in-box > .item {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
    border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.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 #f4f4f4;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table.no-border {
  border: 0;
}
.table.no-border td, .table.no-border th {
    border: 0;
}

/* .text-center in tables */
table.text-center {
  text-align: center;
}
table.text-center td, table.text-center th {
    text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
    margin-bottom: 25px;
}
.description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
.description-block > .description-text {
    text-transform: uppercase;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active {
  color: #fff !important;
}
.callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success {
  color: #fff !important;
}
.alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success {
  color: #fff !important;
}
.modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer {
  color: #fff !important;
}
.modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer {
  color: #fff !important;
}
.modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer {
  color: #fff !important;
}
.modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer {
  color: #fff !important;
}
.modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active {
  background-color: #d33724 !important;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active {
  background-color: #db8b0b !important;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active {
  background-color: #00a7d0 !important;
}
.modal-info .modal-header, .modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active {
  background-color: #357ca5 !important;
}
.modal-primary .modal-header, .modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active {
  background-color: #008d4c !important;
}
.modal-success .modal-header, .modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover, .link-muted:focus {
    color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover, .link-black:focus {
    color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold {
  font-weight: 700;
}
.text-bold.table td, .text-bold.table th {
    font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
    color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before {
  content: " ";
  display: table;
}
.user-block:after {
  content: " ";
  display: table;
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username, .user-block .description, .user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username, .user-block.user-block-sm .description, .user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm, .img-md, .img-lg, .box-comments .box-comment img, .user-block.user-block-sm img {
  float: left;
}
.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
    margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
    margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}
.attachment-block .attachment-pushed {
    margin-left: 110px;
}
.attachment-block .attachment-heading {
    margin: 0;
}
.attachment-block .attachment-text {
    color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg, .chart canvas {
    width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {
.no-print, .main-sidebar, .left-side, .main-header, .content-header {
    display: none !important;
}
.content-wrapper, .right-side, .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    transform: translate(0, 0) !important;
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important;
}
.invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
.invoice-col {
    float: left;
    width: 33.3333333%;
}
.table-responsive {
    overflow: auto;
}
.table-responsive > .table tr th, .table-responsive > .table tr td {
      white-space: normal !important;
}
}

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-messages {
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    content: " ";
    display: table;
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  transform: translate(0, 0);
}
.direct-chat-contacts {
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before {
    content: " ";
    display: table;
}
.contacts-list > li:after {
    content: " ";
    display: table;
    clear: both;
}
.contacts-list > li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name, .contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}
.users-list > li > a:hover {
    color: #999;
}
.users-list > li > a:hover .users-list-name {
      color: #999;
}
.users-list-name, .users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}
@media (min-width: 768px) {
.modal-content {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #c23321;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}
.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
    padding: 0;
}
.mailbox-attachment-icon.has-img > img {
      max-width: 100%;
      height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
    color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}

/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
    border: 0;
}
.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a, .register-logo a {
  color: #444;
}
.login-page, .register-page {
  background: #d2d6de;
}
.login-box, .register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
.login-box, .register-box {
    width: 90%;
    margin-top: 20px;
}
}
.login-box-body, .register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg, .register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}
.error-page > .error-content {
    margin-left: 190px;
    display: block;
}
.error-page > .error-content > h3 {
      font-weight: 300;
      font-size: 25px;
}
@media (max-width: 991px) {
.error-page {
    width: 100%;
}
}
@media (max-width: 991px) {
.error-page > .headline {
    float: none;
    text-align: center;
}
}
@media (max-width: 991px) {
.error-page > .error-content {
    margin-left: 0;
}
}
@media (max-width: 991px) {
.error-page > .error-content > h3 {
    text-align: center;
}
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .user-block {
    margin-bottom: 15px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
    padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
      line-height: 45px;
      width: 45px;
      font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
      line-height: 28px;
      width: 28px;
      font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
      line-height: 20px;
      width: 20px;
      font-size: 1.2em;
}
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}
.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus, .btn-adn.focus, .btn-adn:hover, .btn-adn:active, .btn-adn.active {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active, .btn-adn.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket:hover, .btn-bitbucket:active, .btn-bitbucket.active {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active, .btn-bitbucket.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus, .btn-dropbox.focus, .btn-dropbox:hover, .btn-dropbox:active, .btn-dropbox.active {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active, .btn-dropbox.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus, .btn-facebook.focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active, .btn-facebook.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus, .btn-flickr.focus, .btn-flickr:hover, .btn-flickr:active, .btn-flickr.active {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active, .btn-flickr.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus, .btn-foursquare.focus, .btn-foursquare:hover, .btn-foursquare:active, .btn-foursquare.active {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active, .btn-foursquare.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus, .btn-github.focus, .btn-github:hover, .btn-github:active, .btn-github.active {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active, .btn-github.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus, .btn-google.focus, .btn-google:hover, .btn-google:active, .btn-google.active {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active, .btn-google.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus, .btn-instagram.focus, .btn-instagram:hover, .btn-instagram:active, .btn-instagram.active {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active, .btn-instagram.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin.active {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active, .btn-linkedin.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus, .btn-microsoft.focus, .btn-microsoft:hover, .btn-microsoft:active, .btn-microsoft.active {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active, .btn-microsoft.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff;
}
.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus, .btn-openid.focus, .btn-openid:hover, .btn-openid:active, .btn-openid.active {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active, .btn-openid.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest:hover, .btn-pinterest:active, .btn-pinterest.active {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active, .btn-pinterest.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus, .btn-reddit.focus, .btn-reddit:hover, .btn-reddit:active, .btn-reddit.active {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active, .btn-reddit.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000;
}
.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus, .btn-soundcloud.focus, .btn-soundcloud:hover, .btn-soundcloud:active, .btn-soundcloud.active {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active, .btn-soundcloud.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus, .btn-tumblr.focus, .btn-tumblr:hover, .btn-tumblr:active, .btn-tumblr.active {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active, .btn-tumblr.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus, .btn-twitter.focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active, .btn-twitter.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus, .btn-vimeo.focus, .btn-vimeo:hover, .btn-vimeo:active, .btn-vimeo.active {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active, .btn-vimeo.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus, .btn-vk.focus, .btn-vk:hover, .btn-vk:active, .btn-vk.active {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active, .btn-vk.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus, .btn-yahoo.focus, .btn-yahoo:hover, .btn-yahoo:active, .btn-yahoo.active {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active, .btn-yahoo.active {
  background-image: none;
}
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover, .fc-button:active, .fc-button.hover {
    background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}
.fc-color-picker > li .fa {
      transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
        transform: rotate(30deg);
}
#add-new-event {
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}
.select2-dropdown .select2-search__field, .select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #444;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}

/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
.palette-Red.bg {
  background-color: #F44336;
}
.palette-Red.text {
  color: #F44336;
}
.palette-Red-50.bg {
  background-color: #FFEBEE;
}
.palette-Red-50.text {
  color: #FFEBEE;
}
.palette-Red-100.bg {
  background-color: #FFCDD2;
}
.palette-Red-100.text {
  color: #FFCDD2;
}
.palette-Red-200.bg {
  background-color: #EF9A9A;
}
.palette-Red-200.text {
  color: #EF9A9A;
}
.palette-Red-300.bg {
  background-color: #E57373;
}
.palette-Red-300.text {
  color: #E57373;
}
.palette-Red-400.bg {
  background-color: #EF5350;
}
.palette-Red-400.text {
  color: #EF5350;
}
.palette-Red-500.bg {
  background-color: #F44336;
}
.palette-Red-500.text {
  color: #F44336;
}
.palette-Red-600.bg {
  background-color: #E53935;
}
.palette-Red-600.text {
  color: #E53935;
}
.palette-Red-700.bg {
  background-color: #D32F2F;
}
.palette-Red-700.text {
  color: #D32F2F;
}
.palette-Red-800.bg {
  background-color: #C62828;
}
.palette-Red-800.text {
  color: #C62828;
}
.palette-Red-900.bg {
  background-color: #B71C1C;
}
.palette-Red-900.text {
  color: #B71C1C;
}
.palette-Red-A100.bg {
  background-color: #FF8A80;
}
.palette-Red-A100.text {
  color: #FF8A80;
}
.palette-Red-A200.bg {
  background-color: #FF5252;
}
.palette-Red-A200.text {
  color: #FF5252;
}
.palette-Red-A400.bg {
  background-color: #FF1744;
}
.palette-Red-A400.text {
  color: #FF1744;
}
.palette-Red-A700.bg {
  background-color: #D50000;
}
.palette-Red-A700.text {
  color: #D50000;
}
.palette-Pink.bg {
  background-color: #E91E63;
}
.palette-Pink.text {
  color: #E91E63;
}
.palette-Pink-50.bg {
  background-color: #FCE4EC;
}
.palette-Pink-50.text {
  color: #FCE4EC;
}
.palette-Pink-100.bg {
  background-color: #F8BBD0;
}
.palette-Pink-100.text {
  color: #F8BBD0;
}
.palette-Pink-200.bg {
  background-color: #F48FB1;
}
.palette-Pink-200.text {
  color: #F48FB1;
}
.palette-Pink-300.bg {
  background-color: #F06292;
}
.palette-Pink-300.text {
  color: #F06292;
}
.palette-Pink-400.bg {
  background-color: #EC407A;
}
.palette-Pink-400.text {
  color: #EC407A;
}
.palette-Pink-500.bg {
  background-color: #E91E63;
}
.palette-Pink-500.text {
  color: #E91E63;
}
.palette-Pink-600.bg {
  background-color: #D81B60;
}
.palette-Pink-600.text {
  color: #D81B60;
}
.palette-Pink-700.bg {
  background-color: #C2185B;
}
.palette-Pink-700.text {
  color: #C2185B;
}
.palette-Pink-800.bg {
  background-color: #AD1457;
}
.palette-Pink-800.text {
  color: #AD1457;
}
.palette-Pink-900.bg {
  background-color: #880E4F;
}
.palette-Pink-900.text {
  color: #880E4F;
}
.palette-Pink-A100.bg {
  background-color: #FF80AB;
}
.palette-Pink-A100.text {
  color: #FF80AB;
}
.palette-Pink-A200.bg {
  background-color: #FF4081;
}
.palette-Pink-A200.text {
  color: #FF4081;
}
.palette-Pink-A400.bg {
  background-color: #F50057;
}
.palette-Pink-A400.text {
  color: #F50057;
}
.palette-Pink-A700.bg {
  background-color: #C51162;
}
.palette-Pink-A700.text {
  color: #C51162;
}
.palette-Purple.bg {
  background-color: #9C27B0;
}
.palette-Purple.text {
  color: #9C27B0;
}
.palette-Purple-50.bg {
  background-color: #F3E5F5;
}
.palette-Purple-50.text {
  color: #F3E5F5;
}
.palette-Purple-100.bg {
  background-color: #E1BEE7;
}
.palette-Purple-100.text {
  color: #E1BEE7;
}
.palette-Purple-200.bg {
  background-color: #CE93D8;
}
.palette-Purple-200.text {
  color: #CE93D8;
}
.palette-Purple-300.bg {
  background-color: #BA68C8;
}
.palette-Purple-300.text {
  color: #BA68C8;
}
.palette-Purple-400.bg {
  background-color: #AB47BC;
}
.palette-Purple-400.text {
  color: #AB47BC;
}
.palette-Purple-500.bg {
  background-color: #9C27B0;
}
.palette-Purple-500.text {
  color: #9C27B0;
}
.palette-Purple-600.bg {
  background-color: #8E24AA;
}
.palette-Purple-600.text {
  color: #8E24AA;
}
.palette-Purple-700.bg {
  background-color: #7B1FA2;
}
.palette-Purple-700.text {
  color: #7B1FA2;
}
.palette-Purple-800.bg {
  background-color: #6A1B9A;
}
.palette-Purple-800.text {
  color: #6A1B9A;
}
.palette-Purple-900.bg {
  background-color: #4A148C;
}
.palette-Purple-900.text {
  color: #4A148C;
}
.palette-Purple-A100.bg {
  background-color: #EA80FC;
}
.palette-Purple-A100.text {
  color: #EA80FC;
}
.palette-Purple-A200.bg {
  background-color: #E040FB;
}
.palette-Purple-A200.text {
  color: #E040FB;
}
.palette-Purple-A400.bg {
  background-color: #D500F9;
}
.palette-Purple-A400.text {
  color: #D500F9;
}
.palette-Purple-A700.bg {
  background-color: #AA00FF;
}
.palette-Purple-A700.text {
  color: #AA00FF;
}
.palette-Deep-Purple.bg {
  background-color: #673AB7;
}
.palette-Deep-Purple.text {
  color: #673AB7;
}
.palette-Deep-Purple-50.bg {
  background-color: #EDE7F6;
}
.palette-Deep-Purple-50.text {
  color: #EDE7F6;
}
.palette-Deep-Purple-100.bg {
  background-color: #D1C4E9;
}
.palette-Deep-Purple-100.text {
  color: #D1C4E9;
}
.palette-Deep-Purple-200.bg {
  background-color: #B39DDB;
}
.palette-Deep-Purple-200.text {
  color: #B39DDB;
}
.palette-Deep-Purple-300.bg {
  background-color: #9575CD;
}
.palette-Deep-Purple-300.text {
  color: #9575CD;
}
.palette-Deep-Purple-400.bg {
  background-color: #7E57C2;
}
.palette-Deep-Purple-400.text {
  color: #7E57C2;
}
.palette-Deep-Purple-500.bg {
  background-color: #673AB7;
}
.palette-Deep-Purple-500.text {
  color: #673AB7;
}
.palette-Deep-Purple-600.bg {
  background-color: #5E35B1;
}
.palette-Deep-Purple-600.text {
  color: #5E35B1;
}
.palette-Deep-Purple-700.bg {
  background-color: #512DA8;
}
.palette-Deep-Purple-700.text {
  color: #512DA8;
}
.palette-Deep-Purple-800.bg {
  background-color: #4527A0;
}
.palette-Deep-Purple-800.text {
  color: #4527A0;
}
.palette-Deep-Purple-900.bg {
  background-color: #311B92;
}
.palette-Deep-Purple-900.text {
  color: #311B92;
}
.palette-Deep-Purple-A100.bg {
  background-color: #B388FF;
}
.palette-Deep-Purple-A100.text {
  color: #B388FF;
}
.palette-Deep-Purple-A200.bg {
  background-color: #7C4DFF;
}
.palette-Deep-Purple-A200.text {
  color: #7C4DFF;
}
.palette-Deep-Purple-A400.bg {
  background-color: #651FFF;
}
.palette-Deep-Purple-A400.text {
  color: #651FFF;
}
.palette-Deep-Purple-A700.bg {
  background-color: #6200EA;
}
.palette-Deep-Purple-A700.text {
  color: #6200EA;
}
.palette-Indigo.bg {
  background-color: #3F51B5;
}
.palette-Indigo.text {
  color: #3F51B5;
}
.palette-Indigo-50.bg {
  background-color: #E8EAF6;
}
.palette-Indigo-50.text {
  color: #E8EAF6;
}
.palette-Indigo-100.bg {
  background-color: #C5CAE9;
}
.palette-Indigo-100.text {
  color: #C5CAE9;
}
.palette-Indigo-200.bg {
  background-color: #9FA8DA;
}
.palette-Indigo-200.text {
  color: #9FA8DA;
}
.palette-Indigo-300.bg {
  background-color: #7986CB;
}
.palette-Indigo-300.text {
  color: #7986CB;
}
.palette-Indigo-400.bg {
  background-color: #5C6BC0;
}
.palette-Indigo-400.text {
  color: #5C6BC0;
}
.palette-Indigo-500.bg {
  background-color: #3F51B5;
}
.palette-Indigo-500.text {
  color: #3F51B5;
}
.palette-Indigo-600.bg {
  background-color: #3949AB;
}
.palette-Indigo-600.text {
  color: #3949AB;
}
.palette-Indigo-700.bg {
  background-color: #303F9F;
}
.palette-Indigo-700.text {
  color: #303F9F;
}
.palette-Indigo-800.bg {
  background-color: #283593;
}
.palette-Indigo-800.text {
  color: #283593;
}
.palette-Indigo-900.bg {
  background-color: #1A237E;
}
.palette-Indigo-900.text {
  color: #1A237E;
}
.palette-Indigo-A100.bg {
  background-color: #8C9EFF;
}
.palette-Indigo-A100.text {
  color: #8C9EFF;
}
.palette-Indigo-A200.bg {
  background-color: #536DFE;
}
.palette-Indigo-A200.text {
  color: #536DFE;
}
.palette-Indigo-A400.bg {
  background-color: #3D5AFE;
}
.palette-Indigo-A400.text {
  color: #3D5AFE;
}
.palette-Indigo-A700.bg {
  background-color: #304FFE;
}
.palette-Indigo-A700.text {
  color: #304FFE;
}
.palette-Blue.bg {
  background-color: #2196F3;
}
.palette-Blue.text {
  color: #2196F3;
}
.palette-Blue-50.bg {
  background-color: #E3F2FD;
}
.palette-Blue-50.text {
  color: #E3F2FD;
}
.palette-Blue-100.bg {
  background-color: #BBDEFB;
}
.palette-Blue-100.text {
  color: #BBDEFB;
}
.palette-Blue-200.bg {
  background-color: #90CAF9;
}
.palette-Blue-200.text {
  color: #90CAF9;
}
.palette-Blue-300.bg {
  background-color: #64B5F6;
}
.palette-Blue-300.text {
  color: #64B5F6;
}
.palette-Blue-400.bg {
  background-color: #42A5F5;
}
.palette-Blue-400.text {
  color: #42A5F5;
}
.palette-Blue-500.bg {
  background-color: #2196F3;
}
.palette-Blue-500.text {
  color: #2196F3;
}
.palette-Blue-600.bg {
  background-color: #1E88E5;
}
.palette-Blue-600.text {
  color: #1E88E5;
}
.palette-Blue-700.bg {
  background-color: #1976D2;
}
.palette-Blue-700.text {
  color: #1976D2;
}
.palette-Blue-800.bg {
  background-color: #1565C0;
}
.palette-Blue-800.text {
  color: #1565C0;
}
.palette-Blue-900.bg {
  background-color: #0D47A1;
}
.palette-Blue-900.text {
  color: #0D47A1;
}
.palette-Blue-A100.bg {
  background-color: #82B1FF;
}
.palette-Blue-A100.text {
  color: #82B1FF;
}
.palette-Blue-A200.bg {
  background-color: #448AFF;
}
.palette-Blue-A200.text {
  color: #448AFF;
}
.palette-Blue-A400.bg {
  background-color: #2979FF;
}
.palette-Blue-A400.text {
  color: #2979FF;
}
.palette-Blue-A700.bg {
  background-color: #2962FF;
}
.palette-Blue-A700.text {
  color: #2962FF;
}
.palette-Light-Blue.bg {
  background-color: #03A9F4;
}
.palette-Light-Blue.text {
  color: #03A9F4;
}
.palette-Light-Blue-50.bg {
  background-color: #E1F5FE;
}
.palette-Light-Blue-50.text {
  color: #E1F5FE;
}
.palette-Light-Blue-100.bg {
  background-color: #B3E5FC;
}
.palette-Light-Blue-100.text {
  color: #B3E5FC;
}
.palette-Light-Blue-200.bg {
  background-color: #81D4FA;
}
.palette-Light-Blue-200.text {
  color: #81D4FA;
}
.palette-Light-Blue-300.bg {
  background-color: #4FC3F7;
}
.palette-Light-Blue-300.text {
  color: #4FC3F7;
}
.palette-Light-Blue-400.bg {
  background-color: #29B6F6;
}
.palette-Light-Blue-400.text {
  color: #29B6F6;
}
.palette-Light-Blue-500.bg {
  background-color: #03A9F4;
}
.palette-Light-Blue-500.text {
  color: #03A9F4;
}
.palette-Light-Blue-600.bg {
  background-color: #039BE5;
}
.palette-Light-Blue-600.text {
  color: #039BE5;
}
.palette-Light-Blue-700.bg {
  background-color: #0288D1;
}
.palette-Light-Blue-700.text {
  color: #0288D1;
}
.palette-Light-Blue-800.bg {
  background-color: #0277BD;
}
.palette-Light-Blue-800.text {
  color: #0277BD;
}
.palette-Light-Blue-900.bg {
  background-color: #01579B;
}
.palette-Light-Blue-900.text {
  color: #01579B;
}
.palette-Light-Blue-A100.bg {
  background-color: #80D8FF;
}
.palette-Light-Blue-A100.text {
  color: #80D8FF;
}
.palette-Light-Blue-A200.bg {
  background-color: #40C4FF;
}
.palette-Light-Blue-A200.text {
  color: #40C4FF;
}
.palette-Light-Blue-A400.bg {
  background-color: #00B0FF;
}
.palette-Light-Blue-A400.text {
  color: #00B0FF;
}
.palette-Light-Blue-A700.bg {
  background-color: #0091EA;
}
.palette-Light-Blue-A700.text {
  color: #0091EA;
}
.palette-Cyan.bg {
  background-color: #00BCD4;
}
.palette-Cyan.text {
  color: #00BCD4;
}
.palette-Cyan-50.bg {
  background-color: #E0F7FA;
}
.palette-Cyan-50.text {
  color: #E0F7FA;
}
.palette-Cyan-100.bg {
  background-color: #B2EBF2;
}
.palette-Cyan-100.text {
  color: #B2EBF2;
}
.palette-Cyan-200.bg {
  background-color: #80DEEA;
}
.palette-Cyan-200.text {
  color: #80DEEA;
}
.palette-Cyan-300.bg {
  background-color: #4DD0E1;
}
.palette-Cyan-300.text {
  color: #4DD0E1;
}
.palette-Cyan-400.bg {
  background-color: #26C6DA;
}
.palette-Cyan-400.text {
  color: #26C6DA;
}
.palette-Cyan-500.bg {
  background-color: #00BCD4;
}
.palette-Cyan-500.text {
  color: #00BCD4;
}
.palette-Cyan-600.bg {
  background-color: #00ACC1;
}
.palette-Cyan-600.text {
  color: #00ACC1;
}
.palette-Cyan-700.bg {
  background-color: #0097A7;
}
.palette-Cyan-700.text {
  color: #0097A7;
}
.palette-Cyan-800.bg {
  background-color: #00838F;
}
.palette-Cyan-800.text {
  color: #00838F;
}
.palette-Cyan-900.bg {
  background-color: #006064;
}
.palette-Cyan-900.text {
  color: #006064;
}
.palette-Cyan-A100.bg {
  background-color: #84FFFF;
}
.palette-Cyan-A100.text {
  color: #84FFFF;
}
.palette-Cyan-A200.bg {
  background-color: #18FFFF;
}
.palette-Cyan-A200.text {
  color: #18FFFF;
}
.palette-Cyan-A400.bg {
  background-color: #00E5FF;
}
.palette-Cyan-A400.text {
  color: #00E5FF;
}
.palette-Cyan-A700.bg {
  background-color: #00B8D4;
}
.palette-Cyan-A700.text {
  color: #00B8D4;
}
.palette-Teal.bg {
  background-color: #009688;
}
.palette-Teal.text {
  color: #009688;
}
.palette-Teal-50.bg {
  background-color: #E0F2F1;
}
.palette-Teal-50.text {
  color: #E0F2F1;
}
.palette-Teal-100.bg {
  background-color: #B2DFDB;
}
.palette-Teal-100.text {
  color: #B2DFDB;
}
.palette-Teal-200.bg {
  background-color: #80CBC4;
}
.palette-Teal-200.text {
  color: #80CBC4;
}
.palette-Teal-300.bg {
  background-color: #4DB6AC;
}
.palette-Teal-300.text {
  color: #4DB6AC;
}
.palette-Teal-400.bg {
  background-color: #26A69A;
}
.palette-Teal-400.text {
  color: #26A69A;
}
.palette-Teal-500.bg {
  background-color: #009688;
}
.palette-Teal-500.text {
  color: #009688;
}
.palette-Teal-600.bg {
  background-color: #00897B;
}
.palette-Teal-600.text {
  color: #00897B;
}
.palette-Teal-700.bg {
  background-color: #00796B;
}
.palette-Teal-700.text {
  color: #00796B;
}
.palette-Teal-800.bg {
  background-color: #00695C;
}
.palette-Teal-800.text {
  color: #00695C;
}
.palette-Teal-900.bg {
  background-color: #004D40;
}
.palette-Teal-900.text {
  color: #004D40;
}
.palette-Teal-A100.bg {
  background-color: #A7FFEB;
}
.palette-Teal-A100.text {
  color: #A7FFEB;
}
.palette-Teal-A200.bg {
  background-color: #64FFDA;
}
.palette-Teal-A200.text {
  color: #64FFDA;
}
.palette-Teal-A400.bg {
  background-color: #1DE9B6;
}
.palette-Teal-A400.text {
  color: #1DE9B6;
}
.palette-Teal-A700.bg {
  background-color: #00BFA5;
}
.palette-Teal-A700.text {
  color: #00BFA5;
}
.palette-Green.bg {
  background-color: #4CAF50;
}
.palette-Green.text {
  color: #4CAF50;
}
.palette-Green-50.bg {
  background-color: #E8F5E9;
}
.palette-Green-50.text {
  color: #E8F5E9;
}
.palette-Green-100.bg {
  background-color: #C8E6C9;
}
.palette-Green-100.text {
  color: #C8E6C9;
}
.palette-Green-200.bg {
  background-color: #A5D6A7;
}
.palette-Green-200.text {
  color: #A5D6A7;
}
.palette-Green-300.bg {
  background-color: #81C784;
}
.palette-Green-300.text {
  color: #81C784;
}
.palette-Green-400.bg {
  background-color: #66BB6A;
}
.palette-Green-400.text {
  color: #66BB6A;
}
.palette-Green-500.bg {
  background-color: #4CAF50;
}
.palette-Green-500.text {
  color: #4CAF50;
}
.palette-Green-600.bg {
  background-color: #43A047;
}
.palette-Green-600.text {
  color: #43A047;
}
.palette-Green-700.bg {
  background-color: #388E3C;
}
.palette-Green-700.text {
  color: #388E3C;
}
.palette-Green-800.bg {
  background-color: #2E7D32;
}
.palette-Green-800.text {
  color: #2E7D32;
}
.palette-Green-900.bg {
  background-color: #1B5E20;
}
.palette-Green-900.text {
  color: #1B5E20;
}
.palette-Green-A100.bg {
  background-color: #B9F6CA;
}
.palette-Green-A100.text {
  color: #B9F6CA;
}
.palette-Green-A200.bg {
  background-color: #69F0AE;
}
.palette-Green-A200.text {
  color: #69F0AE;
}
.palette-Green-A400.bg {
  background-color: #00E676;
}
.palette-Green-A400.text {
  color: #00E676;
}
.palette-Green-A700.bg {
  background-color: #00C853;
}
.palette-Green-A700.text {
  color: #00C853;
}
.palette-Light-Green.bg {
  background-color: #8BC34A;
}
.palette-Light-Green.text {
  color: #8BC34A;
}
.palette-Light-Green-50.bg {
  background-color: #F1F8E9;
}
.palette-Light-Green-50.text {
  color: #F1F8E9;
}
.palette-Light-Green-100.bg {
  background-color: #DCEDC8;
}
.palette-Light-Green-100.text {
  color: #DCEDC8;
}
.palette-Light-Green-200.bg {
  background-color: #C5E1A5;
}
.palette-Light-Green-200.text {
  color: #C5E1A5;
}
.palette-Light-Green-300.bg {
  background-color: #AED581;
}
.palette-Light-Green-300.text {
  color: #AED581;
}
.palette-Light-Green-400.bg {
  background-color: #9CCC65;
}
.palette-Light-Green-400.text {
  color: #9CCC65;
}
.palette-Light-Green-500.bg {
  background-color: #8BC34A;
}
.palette-Light-Green-500.text {
  color: #8BC34A;
}
.palette-Light-Green-600.bg {
  background-color: #7CB342;
}
.palette-Light-Green-600.text {
  color: #7CB342;
}
.palette-Light-Green-700.bg {
  background-color: #689F38;
}
.palette-Light-Green-700.text {
  color: #689F38;
}
.palette-Light-Green-800.bg {
  background-color: #558B2F;
}
.palette-Light-Green-800.text {
  color: #558B2F;
}
.palette-Light-Green-900.bg {
  background-color: #33691E;
}
.palette-Light-Green-900.text {
  color: #33691E;
}
.palette-Light-Green-A100.bg {
  background-color: #CCFF90;
}
.palette-Light-Green-A100.text {
  color: #CCFF90;
}
.palette-Light-Green-A200.bg {
  background-color: #B2FF59;
}
.palette-Light-Green-A200.text {
  color: #B2FF59;
}
.palette-Light-Green-A400.bg {
  background-color: #76FF03;
}
.palette-Light-Green-A400.text {
  color: #76FF03;
}
.palette-Light-Green-A700.bg {
  background-color: #64DD17;
}
.palette-Light-Green-A700.text {
  color: #64DD17;
}
.palette-Lime.bg {
  background-color: #CDDC39;
}
.palette-Lime.text {
  color: #CDDC39;
}
.palette-Lime-50.bg {
  background-color: #F9FBE7;
}
.palette-Lime-50.text {
  color: #F9FBE7;
}
.palette-Lime-100.bg {
  background-color: #F0F4C3;
}
.palette-Lime-100.text {
  color: #F0F4C3;
}
.palette-Lime-200.bg {
  background-color: #E6EE9C;
}
.palette-Lime-200.text {
  color: #E6EE9C;
}
.palette-Lime-300.bg {
  background-color: #DCE775;
}
.palette-Lime-300.text {
  color: #DCE775;
}
.palette-Lime-400.bg {
  background-color: #D4E157;
}
.palette-Lime-400.text {
  color: #D4E157;
}
.palette-Lime-500.bg {
  background-color: #CDDC39;
}
.palette-Lime-500.text {
  color: #CDDC39;
}
.palette-Lime-600.bg {
  background-color: #C0CA33;
}
.palette-Lime-600.text {
  color: #C0CA33;
}
.palette-Lime-700.bg {
  background-color: #AFB42B;
}
.palette-Lime-700.text {
  color: #AFB42B;
}
.palette-Lime-800.bg {
  background-color: #9E9D24;
}
.palette-Lime-800.text {
  color: #9E9D24;
}
.palette-Lime-900.bg {
  background-color: #827717;
}
.palette-Lime-900.text {
  color: #827717;
}
.palette-Lime-A100.bg {
  background-color: #F4FF81;
}
.palette-Lime-A100.text {
  color: #F4FF81;
}
.palette-Lime-A200.bg {
  background-color: #EEFF41;
}
.palette-Lime-A200.text {
  color: #EEFF41;
}
.palette-Lime-A400.bg {
  background-color: #C6FF00;
}
.palette-Lime-A400.text {
  color: #C6FF00;
}
.palette-Lime-A700.bg {
  background-color: #AEEA00;
}
.palette-Lime-A700.text {
  color: #AEEA00;
}
.palette-Yellow.bg {
  background-color: #FFEB3B;
}
.palette-Yellow.text {
  color: #FFEB3B;
}
.palette-Yellow-50.bg {
  background-color: #FFFDE7;
}
.palette-Yellow-50.text {
  color: #FFFDE7;
}
.palette-Yellow-100.bg {
  background-color: #FFF9C4;
}
.palette-Yellow-100.text {
  color: #FFF9C4;
}
.palette-Yellow-200.bg {
  background-color: #FFF59D;
}
.palette-Yellow-200.text {
  color: #FFF59D;
}
.palette-Yellow-300.bg {
  background-color: #FFF176;
}
.palette-Yellow-300.text {
  color: #FFF176;
}
.palette-Yellow-400.bg {
  background-color: #FFEE58;
}
.palette-Yellow-400.text {
  color: #FFEE58;
}
.palette-Yellow-500.bg {
  background-color: #FFEB3B;
}
.palette-Yellow-500.text {
  color: #FFEB3B;
}
.palette-Yellow-600.bg {
  background-color: #FDD835;
}
.palette-Yellow-600.text {
  color: #FDD835;
}
.palette-Yellow-700.bg {
  background-color: #FBC02D;
}
.palette-Yellow-700.text {
  color: #FBC02D;
}
.palette-Yellow-800.bg {
  background-color: #F9A825;
}
.palette-Yellow-800.text {
  color: #F9A825;
}
.palette-Yellow-900.bg {
  background-color: #F57F17;
}
.palette-Yellow-900.text {
  color: #F57F17;
}
.palette-Yellow-A100.bg {
  background-color: #FFFF8D;
}
.palette-Yellow-A100.text {
  color: #FFFF8D;
}
.palette-Yellow-A200.bg {
  background-color: #FFFF00;
}
.palette-Yellow-A200.text {
  color: #FFFF00;
}
.palette-Yellow-A400.bg {
  background-color: #FFEA00;
}
.palette-Yellow-A400.text {
  color: #FFEA00;
}
.palette-Yellow-A700.bg {
  background-color: #FFD600;
}
.palette-Yellow-A700.text {
  color: #FFD600;
}
.palette-Amber.bg {
  background-color: #FFC107;
}
.palette-Amber.text {
  color: #FFC107;
}
.palette-Amber-50.bg {
  background-color: #FFF8E1;
}
.palette-Amber-50.text {
  color: #FFF8E1;
}
.palette-Amber-100.bg {
  background-color: #FFECB3;
}
.palette-Amber-100.text {
  color: #FFECB3;
}
.palette-Amber-200.bg {
  background-color: #FFE082;
}
.palette-Amber-200.text {
  color: #FFE082;
}
.palette-Amber-300.bg {
  background-color: #FFD54F;
}
.palette-Amber-300.text {
  color: #FFD54F;
}
.palette-Amber-400.bg {
  background-color: #FFCA28;
}
.palette-Amber-400.text {
  color: #FFCA28;
}
.palette-Amber-500.bg {
  background-color: #FFC107;
}
.palette-Amber-500.text {
  color: #FFC107;
}
.palette-Amber-600.bg {
  background-color: #FFB300;
}
.palette-Amber-600.text {
  color: #FFB300;
}
.palette-Amber-700.bg {
  background-color: #FFA000;
}
.palette-Amber-700.text {
  color: #FFA000;
}
.palette-Amber-800.bg {
  background-color: #FF8F00;
}
.palette-Amber-800.text {
  color: #FF8F00;
}
.palette-Amber-900.bg {
  background-color: #FF6F00;
}
.palette-Amber-900.text {
  color: #FF6F00;
}
.palette-Amber-A100.bg {
  background-color: #FFE57F;
}
.palette-Amber-A100.text {
  color: #FFE57F;
}
.palette-Amber-A200.bg {
  background-color: #FFD740;
}
.palette-Amber-A200.text {
  color: #FFD740;
}
.palette-Amber-A400.bg {
  background-color: #FFC400;
}
.palette-Amber-A400.text {
  color: #FFC400;
}
.palette-Amber-A700.bg {
  background-color: #FFAB00;
}
.palette-Amber-A700.text {
  color: #FFAB00;
}
.palette-Orange.bg {
  background-color: #FF9800;
}
.palette-Orange.text {
  color: #FF9800;
}
.palette-Orange-50.bg {
  background-color: #FFF3E0;
}
.palette-Orange-50.text {
  color: #FFF3E0;
}
.palette-Orange-100.bg {
  background-color: #FFE0B2;
}
.palette-Orange-100.text {
  color: #FFE0B2;
}
.palette-Orange-200.bg {
  background-color: #FFCC80;
}
.palette-Orange-200.text {
  color: #FFCC80;
}
.palette-Orange-300.bg {
  background-color: #FFB74D;
}
.palette-Orange-300.text {
  color: #FFB74D;
}
.palette-Orange-400.bg {
  background-color: #FFA726;
}
.palette-Orange-400.text {
  color: #FFA726;
}
.palette-Orange-500.bg {
  background-color: #FF9800;
}
.palette-Orange-500.text {
  color: #FF9800;
}
.palette-Orange-600.bg {
  background-color: #FB8C00;
}
.palette-Orange-600.text {
  color: #FB8C00;
}
.palette-Orange-700.bg {
  background-color: #F57C00;
}
.palette-Orange-700.text {
  color: #F57C00;
}
.palette-Orange-800.bg {
  background-color: #EF6C00;
}
.palette-Orange-800.text {
  color: #EF6C00;
}
.palette-Orange-900.bg {
  background-color: #E65100;
}
.palette-Orange-900.text {
  color: #E65100;
}
.palette-Orange-A100.bg {
  background-color: #FFD180;
}
.palette-Orange-A100.text {
  color: #FFD180;
}
.palette-Orange-A200.bg {
  background-color: #FFAB40;
}
.palette-Orange-A200.text {
  color: #FFAB40;
}
.palette-Orange-A400.bg {
  background-color: #FF9100;
}
.palette-Orange-A400.text {
  color: #FF9100;
}
.palette-Orange-A700.bg {
  background-color: #FF6D00;
}
.palette-Orange-A700.text {
  color: #FF6D00;
}
.palette-Deep-Orange.bg {
  background-color: #FF5722;
}
.palette-Deep-Orange.text {
  color: #FF5722;
}
.palette-Deep-Orange-50.bg {
  background-color: #FBE9E7;
}
.palette-Deep-Orange-50.text {
  color: #FBE9E7;
}
.palette-Deep-Orange-100.bg {
  background-color: #FFCCBC;
}
.palette-Deep-Orange-100.text {
  color: #FFCCBC;
}
.palette-Deep-Orange-200.bg {
  background-color: #FFAB91;
}
.palette-Deep-Orange-200.text {
  color: #FFAB91;
}
.palette-Deep-Orange-300.bg {
  background-color: #FF8A65;
}
.palette-Deep-Orange-300.text {
  color: #FF8A65;
}
.palette-Deep-Orange-400.bg {
  background-color: #FF7043;
}
.palette-Deep-Orange-400.text {
  color: #FF7043;
}
.palette-Deep-Orange-500.bg {
  background-color: #FF5722;
}
.palette-Deep-Orange-500.text {
  color: #FF5722;
}
.palette-Deep-Orange-600.bg {
  background-color: #F4511E;
}
.palette-Deep-Orange-600.text {
  color: #F4511E;
}
.palette-Deep-Orange-700.bg {
  background-color: #E64A19;
}
.palette-Deep-Orange-700.text {
  color: #E64A19;
}
.palette-Deep-Orange-800.bg {
  background-color: #D84315;
}
.palette-Deep-Orange-800.text {
  color: #D84315;
}
.palette-Deep-Orange-900.bg {
  background-color: #BF360C;
}
.palette-Deep-Orange-900.text {
  color: #BF360C;
}
.palette-Deep-Orange-A100.bg {
  background-color: #FF9E80;
}
.palette-Deep-Orange-A100.text {
  color: #FF9E80;
}
.palette-Deep-Orange-A200.bg {
  background-color: #FF6E40;
}
.palette-Deep-Orange-A200.text {
  color: #FF6E40;
}
.palette-Deep-Orange-A400.bg {
  background-color: #FF3D00;
}
.palette-Deep-Orange-A400.text {
  color: #FF3D00;
}
.palette-Deep-Orange-A700.bg {
  background-color: #DD2C00;
}
.palette-Deep-Orange-A700.text {
  color: #DD2C00;
}
.palette-Brown.bg {
  background-color: #795548;
}
.palette-Brown.text {
  color: #795548;
}
.palette-Brown-50.bg {
  background-color: #EFEBE9;
}
.palette-Brown-50.text {
  color: #EFEBE9;
}
.palette-Brown-100.bg {
  background-color: #D7CCC8;
}
.palette-Brown-100.text {
  color: #D7CCC8;
}
.palette-Brown-200.bg {
  background-color: #BCAAA4;
}
.palette-Brown-200.text {
  color: #BCAAA4;
}
.palette-Brown-300.bg {
  background-color: #A1887F;
}
.palette-Brown-300.text {
  color: #A1887F;
}
.palette-Brown-400.bg {
  background-color: #8D6E63;
}
.palette-Brown-400.text {
  color: #8D6E63;
}
.palette-Brown-500.bg {
  background-color: #795548;
}
.palette-Brown-500.text {
  color: #795548;
}
.palette-Brown-600.bg {
  background-color: #6D4C41;
}
.palette-Brown-600.text {
  color: #6D4C41;
}
.palette-Brown-700.bg {
  background-color: #5D4037;
}
.palette-Brown-700.text {
  color: #5D4037;
}
.palette-Brown-800.bg {
  background-color: #4E342E;
}
.palette-Brown-800.text {
  color: #4E342E;
}
.palette-Brown-900.bg {
  background-color: #3E2723;
}
.palette-Brown-900.text {
  color: #3E2723;
}
.palette-Grey.bg {
  background-color: #9E9E9E;
}
.palette-Grey.text {
  color: #9E9E9E;
}
.palette-Grey-50.bg {
  background-color: #FAFAFA;
}
.palette-Grey-50.text {
  color: #FAFAFA;
}
.palette-Grey-100.bg {
  background-color: #F5F5F5;
}
.palette-Grey-100.text {
  color: #F5F5F5;
}
.palette-Grey-200.bg {
  background-color: #EEEEEE;
}
.palette-Grey-200.text {
  color: #EEEEEE;
}
.palette-Grey-300.bg {
  background-color: #E0E0E0;
}
.palette-Grey-300.text {
  color: #E0E0E0;
}
.palette-Grey-400.bg {
  background-color: #BDBDBD;
}
.palette-Grey-400.text {
  color: #BDBDBD;
}
.palette-Grey-500.bg {
  background-color: #9E9E9E;
}
.palette-Grey-500.text {
  color: #9E9E9E;
}
.palette-Grey-600.bg {
  background-color: #757575;
}
.palette-Grey-600.text {
  color: #757575;
}
.palette-Grey-700.bg {
  background-color: #616161;
}
.palette-Grey-700.text {
  color: #616161;
}
.palette-Grey-800.bg {
  background-color: #424242;
}
.palette-Grey-800.text {
  color: #424242;
}
.palette-Grey-900.bg {
  background-color: #212121;
}
.palette-Grey-900.text {
  color: #212121;
}
.palette-Blue-Grey.bg {
  background-color: #607D8B;
}
.palette-Blue-Grey.text {
  color: #607D8B;
}
.palette-Blue-Grey-50.bg {
  background-color: #ECEFF1;
}
.palette-Blue-Grey-50.text {
  color: #ECEFF1;
}
.palette-Blue-Grey-100.bg {
  background-color: #CFD8DC;
}
.palette-Blue-Grey-100.text {
  color: #CFD8DC;
}
.palette-Blue-Grey-200.bg {
  background-color: #B0BEC5;
}
.palette-Blue-Grey-200.text {
  color: #B0BEC5;
}
.palette-Blue-Grey-300.bg {
  background-color: #90A4AE;
}
.palette-Blue-Grey-300.text {
  color: #90A4AE;
}
.palette-Blue-Grey-400.bg {
  background-color: #78909C;
}
.palette-Blue-Grey-400.text {
  color: #78909C;
}
.palette-Blue-Grey-500.bg {
  background-color: #607D8B;
}
.palette-Blue-Grey-500.text {
  color: #607D8B;
}
.palette-Blue-Grey-600.bg {
  background-color: #546E7A;
}
.palette-Blue-Grey-600.text {
  color: #546E7A;
}
.palette-Blue-Grey-700.bg {
  background-color: #455A64;
}
.palette-Blue-Grey-700.text {
  color: #455A64;
}
.palette-Blue-Grey-800.bg {
  background-color: #37474F;
}
.palette-Blue-Grey-800.text {
  color: #37474F;
}
.palette-Blue-Grey-900.bg {
  background-color: #263238;
}
.palette-Blue-Grey-900.text {
  color: #263238;
}
.palette-Black.bg, .palette-Black-500.bg {
  background-color: #000000;
}
.palette-Black.text, .palette-Black-500.text {
  color: #000000;
}
.palette-Black-Text.bg {
  background-color: rgba(0, 0, 0, 0.87);
}
.palette-Black-Text.text {
  color: rgba(0, 0, 0, 0.87);
}
.palette-Black-Secondary-Text.bg, .palette-Black-Icons.bg {
  background-color: rgba(0, 0, 0, 0.54);
}
.palette-Black-Secondary-Text.text, .palette-Black-Icons.text {
  color: rgba(0, 0, 0, 0.54);
}
.palette-Black-Disabled.bg, .palette-Black-Hint-Text.bg {
  background-color: rgba(0, 0, 0, 0.26);
}
.palette-Black-Disabled.text, .palette-Black-Hint-Text.text {
  color: rgba(0, 0, 0, 0.26);
}
.palette-Black-Dividers.bg {
  background-color: rgba(0, 0, 0, 0.12);
}
.palette-Black-Dividers.text {
  color: rgba(0, 0, 0, 0.12);
}
.palette-White.bg, .palette-White-500.bg, .palette-White-Text.bg {
  background-color: #ffffff;
}
.palette-White.text, .palette-White-500.text, .palette-White-Text.text {
  color: #ffffff;
}
.palette-White-Secondary-Text.bg {
  background-color: rgba(255, 255, 255, 0.7);
}
.palette-White-Secondary-Text.text {
  color: rgba(255, 255, 255, 0.7);
}
.palette-White-Icons.bg {
  background-color: #ffffff;
}
.palette-White-Icons.text {
  color: #ffffff;
}
.palette-White-Disabled.bg, .palette-White-Hint-Text.bg {
  background-color: rgba(255, 255, 255, 0.3);
}
.palette-White-Disabled.text, .palette-White-Hint-Text.text {
  color: rgba(255, 255, 255, 0.3);
}
.palette-White-Dividers.bg {
  background-color: rgba(255, 255, 255, 0.12);
}
.palette-White-Dividers.text {
  color: rgba(255, 255, 255, 0.12);
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0;
  background: #F0F0F0;
  color: #444;
  font-size: 14px;
}
.hljs-subst {
  color: #444;
}
.hljs-comment {
  color: #888888;
}
.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
  font-weight: bold;
}
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
  color: #880000;
}
.hljs-title, .hljs-section {
  color: #880000;
  font-weight: bold;
}
.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
  color: #BC6060;
}
.hljs-literal {
  color: #78A960;
}
.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
  color: #397300;
}
.hljs-meta {
  color: #1f7199;
}
.hljs-meta-string {
  color: #4d99bf;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.star {
  color: #fff !important;
  background: #B7C1D3;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
}
.side-mail {
  margin-top: 20px;
}
.button-mail {
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.list-btn-mail {
  margin-bottom: 15px;
}
.list-btn-mail > span {
    float: left;
    font-size: 16px;
    font-style: bold;
    width: 33px;
    height: 33px;
    line-height: 20px;
    color: #888;
    font-weight: bold;
}
.list-btn-mail > i {
    background: none repeat scroll 0 0 #39B3D7;
    border-radius: 12px;
    color: #FFFFFF;
    float: right;
    font-style: normal;
    padding: 0 5px;
}
.list-btn-mail > a {
    color: #666;
}
.list-btn-mail.active {
    border-bottom: 1px solid #39B3D7;
    padding: 0 0 14px;
}
#content-mail {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  margin-top: 5px;
  min-height: 500px;
  padding: 17px 0;
  width: 100%;
}
.mail_header {
  border-radius: 4px;
  margin: 10px 0 0;
  width: 100%;
}
.mail-btn {
  position: relative;
  left: 35px;
}
.mail-btn li {
    display: inline;
    height: 40px;
    min-width: 40px;
    background: none repeat scroll 0 0 #58719c;
    margin-left: 5px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 0 0 8px;
    cursor: pointer;
    text-align: center;
    position: relative;
    float: left;
    left: -35px;
    top: 3px;
}
.mail-btn li b {
      font-weight: normal;
      font-size: 13px;
      margin: 0px 15px 0 0px;
      position: relative;
      top: -2px;
}
.mail-btn li b small {
        background: rgba(0, 0, 0, 0.1);
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin: 0 0 0 5px;
}
.mail-btn li i,
    .mail-btn li p {
      float: left;
}
.mail-btn li span {
      position: absolute;
      top: 0;
      right: 0;
}

/* compost nest */
.compose {
  padding: 20px 0;
}
.compose hr {
    border: solid rgba(98, 113, 155, 0.2);
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
.compose ul {
    margin: 0px 0 0 -5px;
}
.compose ul li {
      list-style: none;
      padding: 15px 0;
      color: #666;
      cursor: pointer;
      border-bottom: 1px solid #eee;
}
.compose ul li a {
        color: rgba(98, 113, 155, 0.7);
}
.compose ul li:before {
        margin: 0 10px 0 0;
}
.compose ul li i {
        margin: 0 13px 0 0;
        font-size: 16px;
        position: relative;
        top: 0;
}
.inbox-menu {
  background: #ffffff;
  margin: 5px -15px !important;
  padding: 10px 15px !important;
  border-radius: 5px;
}

/* Inbox nest */
.inbox-nest {
  padding: 0 30px;
  border-left: 1px solid #eee;
}
.inbox-nest ul {
    margin: 0;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 0;
}
.inbox-nest ul li {
      border-bottom: 1px dashed #eee;
      margin: 0 0 30px 0;
      padding: 0 0 15px 0;
      list-style: none;
}
.inbox-nest ul li:last-child {
        border-bottom: 0px solid #ddd;
}
.inbox-nest ul li b {
        padding: 0 10px;
        font-size: 16px;
        color: #454545;
        font-family: 'Montserrat', sans-serif;
}
.inbox-nest ul li small {
        font-size: 12px;
        float: right;
        color: #666;
        padding: 0 5px;
        border-radius: 2px;
        font-weight: bold;
}
.inbox-nest ul li p {
        display: inline-block;
        padding: 10px 0 0 45px;
        width: 100%;
        margin: 0 0 15px 0;
        color: #8c92a3;
}
.inbox-nest ul li h5 {
        display: inline-block;
        padding: 0 0 0 45px;
        width: 100%;
        margin: 0 0 3px;
        color: #8c92a3;
        font-weight: 300;
}
.inbox-nest ul li img {
        float: left;
        margin: 0 5px 0 0;
}
.star {
  float: left;
  margin: 0 5px 0 0;
}
span.prefix,
label.prefix {
  /* background: #f2f2f2; */
  border-left: none;
  /* color: #333333; */
  border-color: #D5DAE6;
}
.inbox-header h1 {
  font-size: 24px;
  font-weight: lighter;
}
.inbox-header h2 {
  font-size: 30px;
  font-weight: lighter;
  color: #fff;
}
.inbox-header ul {
  margin: 0;
  padding: 0;
  background: transparent;
  margin: 0;
  border-left: 0px solid #D5DAE6;
}
.inbox-header ul li {
    background: #45668e;
    margin: 10px 0;
    display: inline-block;
    padding: 0 15px 0 0px;
    color: #fff;
    border-radius: 20px;
    border: none;
}
.inbox-header ul li:last-child {
      background: #fff !important;
}
.inbox-header ul li a {
      font-size: 11px;
      color: rgba(98, 113, 155, 0.5);
      top: 2px;
      position: relative;
}
.inbox-header ul li span {
      height: 30px;
      width: 30px;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.28);
}
.dashboard-wrapper {
  padding-top: 65px;
}
.events-nest .wrap-no-pad {
  background: transparent;
  margin: 0;
  padding: 0 20px 0;
}
.events-nest .wrap-no-pad h1 {
    float: left;
    color: #fff;
    position: relative;
    top: 0;
    width: 100%;
}
.events-nest .wrap-no-pad span {
    top: 0;
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.events-nest .wrap-no-pad p {
    top: 0;
    position: relative;
    font-size: 12px !important;
    left: 0;
    color: #fff;
}
.img-circle {
  border-radius: 50%;
}
.circle-nest {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
}
.circle-nest-medium {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.05);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
  border-radius: 3px;
}
.box-tools span {
  /* background: #D5DAE6; */
  width: 30px;
  height: 20px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  color: #D5DAE6;
  cursor: pointer;
}
.box .box-header-devin .box-title-devin {
  display: inline-block;
  padding: 10px 0px 10px 0;
  margin: 0 0 0 5px;
  font-size: 14px;
  float: left;
  cursor: default;
  font-weight: bold;
  color: #8c92a3;
}
.bg-widget-random {
  background-color: #000 !important;
  z-index: 0;
  opacity: 1;
  border-radius: 5px;
  position: relative;
  padding: 22px;
  margin: 0;
}
.bg-widget-random:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    background: url(https://source.unsplash.com/category/buildings/800x600) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.stats-wrap h2 {
  color: #45B6B0;
  font-weight: 700 !important;
  margin: 0 0 -5px;
}
.stats-wrap h4 {
  color: #1688EC;
  font-weight: 700 !important;
  margin: 0 0 -5px;
  font-size: 28px;
}
.stats-wrap h2 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
}
.stats-wrap h4 span {
  float: right;
  color: #ffffff;
  background: #1688EC;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 4px 11px;
  border-radius: 20px;
}
.stats-wrap p {
  margin: 0px 0 26px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 0 5px;
}
.stats-wrap p small {
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.stats-wrap hr {
  margin: 4px 0;
}
.box-header .box-title {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.box-header .box-title .text-white {
    color: #fff !important;
}

/* SUMMARY */
.summary-nest {
  position: relative;
  padding: 30px;
}
.summary-nest p {
    font-size: 13px !important;
    text-align: center;
    margin: 0 0 20px;
    display: block;
}
.summary-nest h2 {
    margin: 0;
    text-align: center;
    color: #A8ADB8;
}
.summary-nest h4 {
    font-size: 20px;
}
.summary-nest span {
    text-align: center;
}
.summary-nest h2 small {
    margin: 0 0 0 5px;
    background: #000;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
}
.summary-border-top {
  border-bottom: 1px solid #D5DAE6;
}
.summary-border-bottom {
  border-top: 1px solid #D5DAE6;
}
.summary-border-left {
  border-left: 1px solid #D5DAE6;
}
.summary-pad-nest {
  padding: 25px 0 0;
}
.your-account {
  width: 100%;
  color: #fff;
  position: relative;
}
.your-account span {
    font-size: 50px;
    position: absolute;
    top: -15px;
}
.your-account h4 {
    color: #fff;
    margin: 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
}
.your-account h6 {
    color: #fff;
    font-size: 12px;
    margin: -5px 0 0;
}
.your-account ul {
    margin: 10px 0 0;
    padding: 0;
}
.your-account ul li {
      list-style: none;
      display: inline-block;
      font-size: 16px;
      margin: 0 10px 0 0px;
      font-weight: bold;
      border-right: 1px solid #ccc;
      padding: 0 10px 0 0px;
}
.your-account ul li:last-child {
        border-right: 0px solid #ccc;
}
.your-account ul li i {
        color: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 50%;
        margin: 0 5px 0 0;
}

/* EVENT */
.events-nest div h1 {
  float: left;
  color: #fff;
  font-weight: lighter;
  position: relative;
  top: -5px;
}
.events-nest div small {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 20px;
}
.events-nest div b {
  top: 13px;
  position: relative;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid 255, 255, 255, 0.8;
  padding: 5px 15px;
  border-radius: 25px;
}
.events-nest div b i {
    padding: 0px 10px 0 0;
    margin: 0 10px 0 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.events-nest div p {
  top: 0;
  position: relative;
  color: #fff;
  left: 0;
}
.events-nest ul {
  margin: 0;
}
.events-nest ul li {
    list-style: none;
}
.events-nest ul li h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
}
.events-nest ul li h4 small {
        margin: 0 0 0 5px;
}
.events-nest ul li p {
      font-size: 12px !important;
}
.events-nest ul li p i {
        float: right;
        margin: 0 0 0 10px;
        color: #ccc;
}
.lastest-post-nest {
  z-index: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0;
  height: 230px;
  color: #fff;
  border-radius: 5px;
}
.lastest-post-nest .wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0 20px;
    background: transparent;
}
.lastest-post-nest:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://source.unsplash.com/category/nature/1024x764) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.lastest-post-nest-two {
  z-index: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0;
  height: 230px;
  color: #fff;
  border-radius: 5px;
}
.lastest-post-nest-two .wrap {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0 20px;
    background: transparent;
}
.lastest-post-nest-two:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(https://source.unsplash.com/category/people/1024x764) no-repeat center center !important;
    background-size: cover;
    position: absolute;
    opacity: 0.3;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.bor-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bor-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*
 Table Devin Dash Element
*/
.devin-table-dash {
  padding-right: 5px;
  margin: 27px 0;
  position: relative;
}
.devin-table-dash i {
    display: block;
    background: #222;
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -30px;
    right: -5px;
    border-radius: 50%;
    margin-top: 15px;
}
.devin-table-dash .label {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
.devin-table-dash .value {
    font-size: 3em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}
.devin-table-dash .value strong {
      font-size: 12px;
}
.devin-table-dash .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.72rem;
    vertical-align: middle;
    margin-left: 1rem;
}
.devin-table-dash .trending .os-icon {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 14px;
}
.devin-table-dash .trending span {
      display: inline-block;
      vertical-align: middle;
}
.devin-table-dash .trending-up {
    color: #fff;
}
.devin-table-dash .trending-down {
    color: #fff;
}
.devin-table-dash .trending-up-basic {
    color: #fff;
    padding: 0px;
}
.devin-table-dash .trending-down-basic {
    color: #fff;
    padding: 0px;
}
.devin-table-dash.centered {
    text-align: center;
}
.devin-table-dash.padded {
    padding: 30px;
}
.devin-table-dash.bigger .value {
    font-size: 4em;
    font-weight: 500;
    text-align: left;
}
.devin-table-dash.bigger .label {
    font-size: 0.9rem;
}
.devin-table-dash.highlight .value {
    color: #047bf8;
}
.pad-box {
  padding: 1rem 2rem;
}
.element-info-text div {
  text-align: center;
  border: 2px solid #ddd;
  display: table;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 30px;
}
.element-info-text h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.devin-progress-bar {
  text-align: center;
  padding: 30px 0;
  position: relative;
  float: none;
  display: block;
}
.devin-progress-bar .circle-one {
    position: absolute;
    top: 36%;
    left: -20px;
}
.devin-progress-bar .circle-two {
    position: absolute;
    top: 36%;
    right: -20px;
}

/*Widget*/
.food {
  position: relative;
  width: 100%;
  height: 394px;
  background: #FFF;
  border-radius: 2px;
}
.food > .cover {
    position: relative;
    height: 260px;
    background: transparent center no-repeat;
    background-size: 100% auto;
    border-radius: 4px 4px 0 0;
}
.food > .cover > label {
      position: absolute;
      top: 30px;
      left: 0;
      height: 40px;
      padding: 0 30px 0 63px;
      line-height: 40px;
      vertical-align: middle;
      font-size: 15px;
      text-transform: uppercase;
      color: #FFF;
      background: #8856a8;
      border-radius: 0 35px 35px 0;
}
.food > .cover > label > i {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 16px;
}
.food > .cover > label > i > svg {
          margin: 8px;
}
.food > .cover > .download {
      display: block;
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 80px;
      height: 80px;
      color: rgba(136, 86, 168, 0.8);
      background: rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      text-align: center;
}
.food > .cover > .download:hover {
        background: rgba(136, 86, 168, 0.5);
}
.food > .cover > .download:hover i {
          color: #fff !important;
}
.food > .cover > .download i {
        color: rgba(136, 86, 168, 0.8);
        line-height: 80px;
        text-align: center;
        font-size: 36px;
}
.food > .info {
    position: relative;
    height: 134px;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
}
.food > .info > .recipe {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 134px;
      height: 134px;
      background: #fff;
      font-size: 14px;
      color: #8856A8;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      border-radius: 0 0 0 2px;
}
.food > .info > .recipe:hover {
        background: #9967B9;
}
.food > .info > .recipe > i {
        display: block;
        margin: 38px 0 15px;
        font-size: 2em;
}
.food > .info > .content-food {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 14px;
      color: #888;
      padding-left: 135px;
}
.food > .info > .content-food ul {
        margin: 0;
        padding: 15px 0;
}
.food > .info > .content-food ul li {
          list-style: none;
          padding: 5px 15px;
}
.food > .info > .content-food ul li .el-progress-bar__inner {
            background-color: #8856A8;
}
.food > .info > .content-food ul li img {
            border-radius: 50%;
            width: 60px;
            height: 60px;
}
.food > .info > .content-food strong {
        font-weight: normal;
        color: #333;
        float: left;
        margin: 0 0 5px;
}
.food > .info > .content-food .pad-right {
        padding-right: 20px;
}
.food > .info > .content-food .border-right {
        border-right: 1px solid #D9D9D9;
}
.food > .info > .content-food .consumers img {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 2px 0 0;
        line-height: 32px;
        vertical-align: middle;
        border-radius: 100%;
}
.food > .info > .content-food .consumers span {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 2px 0 0;
        line-height: 32px;
        vertical-align: middle;
        border-radius: 100%;
        margin: 0;
}
.food > .info > .content-food h1 {
        margin: 0 0 10px;
        font-size: 26px;
        font-weight: normal;
        color: #333;
}
.food > .info > .content-food .stars {
        display: block;
        width: 99px;
        height: 18px;
        margin: 0 auto 7px;
        text-align: left;
        background: url(http://c.boylett.uk/generic/image_png_00004.png);
}
.food > .info > .content-food .stars > em {
          display: block;
          width: 99px;
          height: 18px;
          margin: 0 auto 7px;
          text-align: left;
          background: url(http://c.boylett.uk/generic/image_png_00004.png);
          width: 99px;
          height: 18px;
          margin: 0;
          background: url(http://c.boylett.uk/generic/image_png_00004.png);
          background-position: 0 -18px;
}

/*
Widget Two
https://codepen.io/youssef-boubdir/pen/nujow
*/
.container-widget-two {
  width: 100%;
  margin: 0 auto;
}
.widget-two {
  background: white;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.section:first-child {
  border-radius: 4px 4px 0 0;
}

/*
 * Graph section
 */
#graph {
  padding: 50px 27px 0px;
}
.section-graph {
  position: relative;
  height: 151px;
  color: #fff;
  background: #7abcff;
  background: linear-gradient(to bottom, #00bf8f 0%, #aad450 100%) !important;
}
.section-graph .graph-info {
    z-index: 99;
    position: absolute;
    font-weight: bold;
    margin-top: 18px;
    margin-left: 21px;
    width: 100px;
}
.section-graph .graph-info .graph-arrow {
      width: 0;
      height: 0;
      margin-top: 18px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid white;
      float: left;
}
.section-graph .graph-info .graph-info-big {
      font-size: 24px;
      float: left;
      margin-left: 3px;
}
.section-graph .graph-info .graph-info-small {
      margin-left: 3px;
      font-size: 12px;
      font-weight: normal;
      color: rgba(255, 255, 255, 0.5);
      clear: left;
      margin-left: 8px;
}

/*
 * Info Section
 */
.section-info {
  padding: 20px 20px 35px;
  color: #666;
  overflow: hidden;
}
.section-info h3 {
    margin: 15px 0;
}
.info-block {
  background-color: #f5f0ec;
  text-align: center;
  width: 49%;
  border-radius: 3px;
  float: left;
  padding: 8px 0;
}
.info-block.last {
    margin-left: 2%;
    float: left;
}
.info-block dt,
  .info-block dd {
    margin: 5px 0;
    padding: 0;
}
.info-block dt {
    font-weight: bold;
}
.info-aapl {
  float: left;
}
.info-aapl ul {
    margin: 0;
    padding: 0;
}
.info-aapl li {
    margin: 0;
    display: block;
    width: 9px;
    height: 40px;
    margin-right: 6px;
    background-color: #f5f0ec;
    float: left;
    position: relative;
}
.info-aapl li span {
      display: block;
      width: 9px;
      height: 40px;
      position: absolute;
      bottom: 0;
}
.info-aapl li span.orange {
      background-color: #e75e3a;
}
.info-aapl li span.green {
      background-color: #4eaf7c;
}
.yearly-change {
  width: 94px;
  float: right;
}
.yearly-change span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #4eaf7c;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
}
.yearly-change span em {
      color: rgba(255, 255, 255, 0.7);
}

/*
chat Widget
https://codepen.io/nerios/pen/jWjmby

*/
/*
Wheather Widget
https://codepen.io/jonathanobino/pen/ZWpjzR

*/
.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-cal-devin {
  top: 30px;
  left: 30px;
  position: absolute;
  width: 100%;
}
.top-cal-devin p {
    color: #fff;
    letter-spacing: 3px;
}
@keyframes moveClouds {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(-100%);
}
}
#weather {
  z-index: 10;
  min-width: 100%;
  min-height: 400px;
  margin: 0;
  position: relative;
}
#weather .panelLeft {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}
#weather .panelRight {
    width: 45%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#weather .panelLeft {
    background: linear-gradient(to right, rgba(0, 77, 102, 0.4), rgba(204, 0, 204, 0.2));
    background-blend-mode: overlay;
}
#weather .panelLeft img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 4px 0 0 4px;
      z-index: -1;
}
#weather .panelLeft .top p {
      color: rgba(255, 255, 255, 0.6);
      text-align: right;
      width: 100%;
      right: 0;
      padding-right: 10px;
}
#weather .panelLeft .bottom .temp {
      padding-left: 30px;
      padding-bottom: 20px;
}
#weather .panelLeft .bottom .temp p {
        color: rgba(255, 255, 255, 0.8);
}
#weather .panelLeft .bottom .temp p:first-child {
          font-size: 10rem;
          margin-bottom: 0;
          font-weight: 100;
}
#weather .panelLeft .bottom .temp p:nth-child(2) {
          font-weight: 300;
          padding-left: 8px;
}
#weather .panelRight {
    float: right;
}
#weather .panelRight:after, #weather .panelRight:before {
      clear: both;
}
#weather .panelRight > * {
      padding: 15px 30px;
}
#weather .panelRight .customHeight {
      width: 100%;
      background: rgba(50, 170, 250, 0.5);
      color: rgba(255, 255, 255, 0.7);
}
#weather .panelRight .customHeight ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
}
#weather .panelRight .customHeight ul li {
          display: inline-block;
          margin-right: 10px;
}
#weather .panelRight .customHeight ul li p {
            text-align: center;
            font-size: 11px;
            font-weight: 400;
}
#weather .panelRight .customHeight ul li i {
            width: 35px;
            height: 35px;
            font-size: 26px;
            text-align: center;
            margin: 0 auto;
            display: block;
}
#weather .panelRight .customHeight hr {
        background: rgba(255, 255, 255, 0.4);
        height: 1px;
        border: transparent;
}
#weather .panelRight .remainingHeight {
      background: rgba(255, 255, 255, 0.9);
}
#weather .panelRight .remainingHeight ul.inline {
        border-bottom: 1px solid rgba(204, 204, 204, 0.8);
        list-style: none;
        padding: 0 0 15px;
}
#weather .panelRight .remainingHeight ul.inline li {
          display: inline-block;
          padding-bottom: 15px;
          margin-right: 15px;
          position: relative;
          text-align: center;
          transition: .5s all;
}
#weather .panelRight .remainingHeight ul.inline li:after {
            height: 2px;
            background: transparent;
            display: block;
            content: "";
            width: 100%;
            position: absolute;
            bottom: 0px;
            transition: .5s all;
}
#weather .panelRight .remainingHeight ul.inline li.active, #weather .panelRight .remainingHeight ul.inline li:hover {
            color: rgba(0, 0, 0, 0.9);
}
#weather .panelRight .remainingHeight ul.inline li.active:after, #weather .panelRight .remainingHeight ul.inline li:hover:after {
              background: tomato;
}
#weather .panelRight .remainingHeight ul.forecast {
        list-style: none;
        padding: 0;
        margin: 0;
}
#weather .panelRight .remainingHeight ul.forecast li {
          min-height: 46px;
          width: 100%;
          position: relative;
          padding-top: 18px;
}
#weather .panelRight .remainingHeight ul.forecast li .time {
            float: left;
            color: rgba(136, 136, 136, 0.9);
}
#weather .panelRight .remainingHeight ul.forecast li .temp {
            float: right;
            right: 0;
            position: absolute;
            top: 10px;
}
#weather .panelRight .remainingHeight ul.forecast li .conditions {
            float: right;
            color: rgba(170, 170, 170, 0.9);
            float: right;
            font-size: 0.8rem;
            right: 0;
            position: absolute;
            top: 28px;
}

/*
widget social
https://codepen.io/nikazawila/pen/xbKypb
*/
.widget-social-dashboard {
  margin: 40px auto;
  width: 330px;
  position: relative;
}
.widget__header {
  background: #fff;
  color: #485D6B;
  padding: 20px 120px 20px 20px;
  border-radius: 3px 3px 0 0;
}
.widget__header-title {
  font-weight: bold;
  font-size: 14px;
}
.widget__header-author {
  font-style: italic;
  font-weight: normal;
}
.widget__body {
  background: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px;
}
.nav-widget-social {
  position: absolute;
  top: 20px;
  right: 20px;
}
.nav__item {
  display: inline-block;
  margin-left: 8px;
  color: #485D6B;
}
.nav__item:hover {
    color: #5d7789;
}
.flash {
  background: #5CBA3C;
  color: white;
  padding: 15px 20px;
  font-size: 14px;
}
.accordion__header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 0 20px;
  color: #A1B2BF;
  border-bottom: 1px solid #ECF2F6;
}
.accordion__header h2 {
    font-size: 14px;
}
.accordion__body-item {
  margin: 0 60px 0 20px;
  padding: 20px 0;
  border-bottom: 1px dotted #D0DAE0;
  font-size: 14px;
  position: relative;
}
.accordion__body-item:last-child {
    border-bottom: none;
}
.accordion__body-item i {
    text-align: center;
    float: right;
    display: block;
    width: 35px;
    background: #000;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    position: absolute;
    right: -45px;
    top: 12px;
}
.accordion__state-icon {
  float: right;
  padding: 2px;
  color: #A1B2BF;
  font-size: 14px;
}
.accordion__checked-icon {
  color: #5CBA3C;
  font-size: 22px;
  position: absolute;
  top: 16px;
  right: -42px;
}
.container-chat {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}
.people-list {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
}
.people-list .search {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.people-list input {
    border-radius: 50px;
    border: none;
    padding: 14px 20px;
    color: #222;
    background: #fff;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
}
.people-list .fa-search {
    position: relative;
    right: 22px;
    float: right;
    top: -32px;
}
.people-list ul {
    padding: 0;
}
.people-list ul li {
      padding: 10px 20px;
      list-style: none;
      border-bottom: 1px solid #eee;
}
.people-list img {
    float: left;
    border-radius: 50%;
    width: 60px;
    border: 2px solid #eee;
}
.people-list .about {
    float: left;
    margin-top: 8px;
}
.people-list .about {
    padding-left: 8px;
}
.people-list .name {
    font-weight: 500;
    font-size: 14px;
}
.people-list .status {
    color: #000;
    font-size: 11px;
}
.chat {
  width: 70%;
  float: left;
  background: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
  padding: 0;
}
.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.chat .chat-header img {
      float: left;
      border-radius: 50%;
      width: 60px;
      border: 2px solid #eee;
}
.chat .chat-header .chat-about {
      float: left;
      padding-left: 10px;
      margin-top: 6px;
}
.chat .chat-header .chat-with {
      font-weight: bold;
      font-size: 16px;
}
.chat .chat-header .chat-num-messages {
      color: #000;
}
.chat .chat-header .fa-star {
      float: right;
      color: #D8DADF;
      font-size: 20px;
      margin-top: 12px;
}
.chat .chat-history {
    padding: 30px 30px 30px;
    border-bottom: 1px solid #eee;
    overflow-y: scroll;
    height: 567px;
}
.chat .chat-history ul li {
      list-style: none;
}
.chat .chat-history .message-data {
      margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
      color: #141414;
      padding-left: 6px;
}
.chat .chat-history .message {
      color: white;
      padding: 18px 20px;
      line-height: 26px;
      font-size: 16px;
      border-radius: 7px;
      margin-bottom: 30px;
      width: 90%;
      position: relative;
}
.chat .chat-history .message:after {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #4875b4;
        border-width: 10px;
        margin-left: -10px;
}
.chat .chat-history .my-message {
      background: #4875b4;
}
.chat .chat-history .other-message {
      background: #94C2ED;
}
.chat .chat-history .other-message:after {
        border-bottom-color: #94C2ED;
        left: 93%;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message textarea {
      width: 100%;
      border: none;
      padding: 10px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      resize: none;
      background: #eee;
      color: #111;
}
.chat .chat-message .fa-file-o,
    .chat .chat-message .fa-file-image-o {
      font-size: 16px;
      color: gray;
      cursor: pointer;
}
.chat .chat-message button {
      float: right;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      font-weight: 500;
      background: #94C2ED;
      padding: 10px 20px;
      border-radius: 5px;
}
.chat .chat-message button:hover {
        color: #75b1e8;
}
.online,
.offline,
.me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #4875b4;
}
.offline {
  color: #fe7a15;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 767px) {
.people-list {
    width: 100%;
}
.chat {
    width: 100%;
}
.chat-history {
    padding: 15px 15px 15px;
}
.chat-history ul {
      margin: 0;
      padding: 0;
}
.chat .chat-history .message:after {
    bottom: 98%;
}
}
@media screen and (min-width: 768px) {
.__vev_calendar-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.__vev_calendar-wrapper .cal-wrapper {
      width: 50%;
      padding: 100px 50px;
}
.__vev_calendar-wrapper .cal-wrapper .date-num {
        line-height: 50px;
}
.__vev_calendar-wrapper .events-wrapper {
      width: 50%;
      background-color: #3b5998 !important;
      color: #fff;
      padding: 40px 45px;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      border-radius: 0 5px 5px 0;
      z-index: 1;
}
.__vev_calendar-wrapper .events-wrapper:before {
        content: "";
        display: block;
        width: 100vw;
        height: 100%;
        z-index: -1;
        border-radius: 0 5px 5px 0 !important;
        background: url(https://source.unsplash.com/collection/431862/1500x800) no-repeat center center !important;
        background-size: cover;
        position: absolute;
        opacity: 0.5;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
}
}
@media screen and (max-width: 768px) {
.__vev_calendar-wrapper .cal-wrapper {
    width: 100%;
    padding: 10px 5px;
}
.__vev_calendar-wrapper .cal-wrapper .date-num {
      line-height: 42px;
}
.__vev_calendar-wrapper .events-wrapper {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}
}
.__vev_calendar-wrapper {
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.__vev_calendar-wrapper * {
    box-sizing: border-box;
}
.__vev_calendar-wrapper ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.__vev_calendar-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #3b5998;
    border-radius: 5px;
}
.__vev_calendar-wrapper ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3b5998;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    overflow: hidden;
    padding-bottom: 10px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header > div {
      float: left;
      line-height: 20px;
      padding: 15px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .title {
      width: 60%;
      text-align: center;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .l {
      text-align: left;
      width: 20%;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-header .r {
      text-align: right;
      width: 20%;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-body {
    width: 100%;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks {
      width: 100%;
      overflow: hidden;
      text-align: center;
      font-size: 14px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
        line-height: 50px;
        float: left;
        width: 14.285%;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates {
      width: 100%;
      overflow: hidden;
      text-align: center;
      font-size: 2em;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item {
        position: relative;
        float: left;
        display: block;
        width: 14.285%;
        cursor: default;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .date-num {
          font-size: 24px;
          position: relative;
          z-index: 3;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.event {
          cursor: pointer;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item.selected-day .is-event {
          background-color: #3b5998;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
          content: "";
          border: 1px solid #3b5998;
          background-color: #fff;
          border-radius: 50%;
          width: 36px;
          height: 36px;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 1;
          margin-left: -18px;
          margin-top: -19px;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-today {
          content: "";
          background-color: #3b5998;
          border-radius: 50%;
          opacity: .8;
          width: 12px;
          height: 4px;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 2;
          margin-left: -6px;
          margin-top: 8px;
}
.__vev_calendar-wrapper .events-wrapper .cal-events {
    height: 100%;
    overflow-y: auto;
    padding: 0 5px;
}
.__vev_calendar-wrapper .events-wrapper .date {
    max-width: 45%;
    min-width: 200px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin: 0 auto;
    font-size: 17px;
    padding: 12px 0;
}
.__vev_calendar-wrapper .events-wrapper .event-item {
    padding: 5px 20px;
    margin-top: 15px;
    box-shadow: 0 3px 11px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    color: #323232;
    position: relative;
}
.__vev_calendar-wrapper .events-wrapper .event-item .title {
      height: 40px;
      line-height: 40px;
      color: #323232;
      font-size: 16px;
      border-bottom: 1px solid #f2f2f2;
}
.__vev_calendar-wrapper .events-wrapper .event-item .time {
      position: absolute;
      padding: 3px 15px;
      right: 0;
      top: 5px;
      color: #fff;
      font-size: 13px;
      background: #3b5998;
      border-radius: 20px;
}
.__vev_calendar-wrapper .events-wrapper .event-item .desc {
      color: #3b5998;
      font-size: 14px;
      padding: 7px 0;
}
.__vev_calendar-wrapper .arrow-left.icon {
    color: #000;
    position: absolute;
    left: 6%;
    margin-top: 10px;
}
.__vev_calendar-wrapper .arrow-left.icon:before {
      content: "";
      position: absolute;
      left: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(-135deg);
}
.__vev_calendar-wrapper .arrow-right.icon {
    color: #000;
    position: absolute;
    right: 6%;
    margin-top: 10px;
}
.__vev_calendar-wrapper .arrow-right.icon:before {
      content: "";
      position: absolute;
      right: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(45deg);
}
.__vev_calendar-wrapper h3,
  .__vev_calendar-wrapper p {
    margin: 0;
    padding: 0;
}
/*
 * Component: Todo

 * ----------------
 */
.todo-devin {
  background: white;
  border-radius: 0;
}
.todo-devin .todo-list .todo-content {
    background: white;
    width: 100%;
    display: inline-block;
    padding: 30px;
    position: relative;
    margin: 0;
    z-index: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.todo-devin .todo-list .todo-content h2 {
      margin: 0 0 15px;
      padding: 0;
      font-size: 1.5em;
}
.todo-devin .todo-list .todo-content p {
      margin: 0 0 30px;
}
.todo-devin .el-textarea__inner {
    padding: 15px !important;
}
.side-todo {
  padding: 30px 0 0 30px;
  min-height: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.side-todo ul {
    margin: 0;
    padding: 0;
}
.side-todo ul li {
      padding: 10px 0 0;
      list-style: none;
      margin: 0 0 30px;
}
.side-todo ul li img {
        float: left;
        border-radius: 50%;
        width: 60px;
        border: 2px solid #eee;
}
.side-todo ul li .about {
        float: left;
        margin-top: 8px;
        position: relative;
        left: 20px;
}
.side-todo ul li .about .name {
          font-weight: 500;
          font-size: 14px;
}
.side-todo ul .completed {
      padding: 0 0 30px;
      margin: 0 0 15px;
      border-bottom: 1px solid #eee;
}
.side-todo ul .completed b {
        float: right;
        background: #fe7a15;
        color: #fff;
        display: table;
        padding: 1px 10px;
        font-weight: 300;
        font-size: 12px;
        border-radius: 50px;
}
.side-todo ul .pending b {
      float: right;
      background: #00bf8f;
      color: #fff;
      display: table;
      padding: 1px 10px;
      font-weight: 300;
      font-size: 12px;
      border-radius: 50px;
}
.todo-completed {
  background: #fe7a15;
}
.todo-pending {
  background: #00bf8f;
}
.todo-completed,
.todo-pending {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
}
.task-action span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  background: #3b5998;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
.side-todo ul .completed b,
  .side-todo ul .pending b {
    margin: 0 20px 0 0;
}
.todo-completed,
  .todo-pending {
    right: 10px;
}
.invoice {
    border: 0 solid #f4f4f4 !important;
    padding: 0 !important;
    margin: 0 !important;
}
}

/*  *, *:before, *:after {
    box-sizing: border-box !important;
} */
.row-mansory {
  -moz-column-width: 20em;
  -webkit-column-width: 20em;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}
.row-mansory > .col-md-4 {
    display: inline-block;
    padding: 0;
    width: 100%;
    float: none;
}
.well-media {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  margin: 10px;
}

/**
 * VIDEO
 */
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
.vendor {
  margin-bottom: 2em;
}
.vendor img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 2px;
}
.unsupported {
  background: #fddfde;
}
.video-text {
  padding: 0 20px;
}
.video-text > h2 {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3em;
    color: #555;
    margin: 0 0 30px;
}
.tag-nest {
  border-bottom: 1px dashed #EDEDED;
  border-top: 1px dashed #EDEDED;
  margin: 20px 0;
  padding: 15px 20px;
}
.tag-nest i {
    font-style: normal;
    margin-right: 10px;
}
.tag-nest i:before {
      content: "/" !important;
      padding-right: 8px;
}
.video-category-bg {
  background: none repeat scroll 0 0 #FF6B6B;
  height: 80px;
  position: relative;
  width: 100%;
}
.photo-category-bg {
  background: none repeat scroll 0 0 #0090D9;
  height: 80px;
  position: relative;
  width: 100%;
}
.audio-category-bg {
  background: none repeat scroll 0 0 #08ADB3;
  height: 80px;
  position: relative;
  width: 100%;
}
.album-category-bg {
  background: none repeat scroll 0 0 #FAAB01;
  height: 80px;
  position: relative;
  width: 100%;
}
.triangle-photo-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-photo-right:before {
    content: "\E64E";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-audio-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-audio-right:before {
    content: "\E689";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-album-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-album-right:before {
    content: "\E71E";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.link-media.pull-right {
  color: #FFFFFF;
  font-size: 3em;
  margin: 10px 25px 0;
  position: relative;
  z-index: 1;
}
.video-category-bg > h3,
.photo-category-bg > h3,
.audio-category-bg > h3,
.album-category-bg > h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  left: 23px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  width: auto;
  letter-spacing: 3px;
}
.triangle-video-right {
  display: block;
  border-radius: 50%;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  z-index: 0;
  background: rgba(255, 255, 255, 0.14);
}
.triangle-video-right:before {
    content: "\E6CF";
    display: block;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
}
.triangle-white {
  border-style: solid;
  border-width: 20px 25px 0;
  height: 0;
  left: 20px;
  position: absolute;
  top: -5px;
  width: 0;
  border-color: #fff transparent transparent transparent;
}
.img-responsive-media {
  display: block;
  height: auto;
  width: 100%;
}

/**
 * BLOG
 */
.blog-list-nest {
  background: #fff;
  /* border: 1px solid #eee;*/
  margin-bottom: 30px;
}
.blog-list-content {
  padding: 0;
}
.blog-list-content > h2 {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 5px;
}
.list-inline a {
  color: #0DB8DF;
}
.list-inline a:hover {
    color: #60B8D1;
}
.blog-list-content > p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.vendor blockquote {
  border-left: 5px solid #0DB8DF;
  font-size: 17.5px;
  margin: 30px 0;
  padding: 10px 20px;
}
.blog-side-nest {
  background: #fff;
  /*  border: 1px solid #eee;*/
  margin-bottom: 30px;
  padding: 0 20px;
}
.blog-side-nest .media img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.blog-side-nest .el-tag {
    margin: 5px 0 0;
    color: #fff;
    background: #777;
    border: 1px solid #777;
    border-radius: 30px;
}
.list-inline > li {
  display: inline-block !important;
  padding-right: 5px !important;
  padding-left: 0 !important;
  padding-top: 8px !important;
}
.comment-nest {
  background: #fff;
  padding: 0;
}
.media-body p {
  margin: 10px 0 0 20px;
  line-height: 1.6em;
}
.link-comment {
  color: #0DB8DF !important;
}
.link-comment i {
    font-style: normal !important;
}
.comment-nest h1 {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.blog-profile {
  margin: 0 auto;
  padding: 20px 0;
}
.social-blog-profile {
  margin: -20px auto 5px;
  text-align: center;
  font-size: 2em;
}
.recentpost-link {
  margin: -20px 0 10px;
  color: #0DB8DF !important;
}
.blog-devin-tag {
  margin-bottom: 15px;
}
.blog-devin-tag li {
    margin-right: 15px;
}
.blog-devin-tag li a {
      color: #222;
}
.blog-devin-tag li a span {
        margin-right: 5px;
}
.social-profile h3 {
  margin-left: 20px;
  font-size: 16px;
}
.social-profile h3 a {
    color: #666 !important;
}
.devin-panel-car {
  top: 50%;
  position: relative;
}
.promo-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.promo-box-content {
  -ms-flex-align: end;
      align-items: flex-end;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media (max-width: 479px) {
.promo-box-content h3 {
    font-size: 20px;
}
}
.promo-box-content span {
  animation: focusButton 2s infinite;
}
@keyframes focusButton {
0% {
    transform: translateX(10px);
}
50% {
    transform: translateX(20px);
}
100% {
    transform: translateX(10px);
}
}
.nav-tabs-shop-devin {
  border-bottom: 1px solid #ecebeb !important;
  margin-bottom: 30px !important;
}
.nav-tabs-shop-devin > li.active > a {
    border-width: 0 !important;
}
.nav-tabs-shop-devin > li.active > a:focus, .nav-tabs-shop-devin > li.active > a:hover {
      border-width: 0 !important;
}
.nav-tabs-shop-devin > li.active > a {
    color: #9ebbcd !important;
    background: transparent;
}
.nav-tabs-shop-devin > li.active > a::after {
    transform: scale(1);
}
.nav-tabs-shop-devin > li > a {
    border: none;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.nav-tabs-shop-devin > li > a:hover {
    color: #9ebbcd !important;
    background: transparent !important;
    border-width: 0 !important;
}
.nav-tabs-shop-devin > li > a::after {
    content: "";
    background: #9ebbcd;
    height: 1px !important;
    position: absolute !important;
    width: 100% !important;
    left: 0px;
    bottom: -2px !important;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.nav-tabs-shop-devin > li:hover > a::after {
    transform: scale(1);
}
.nav-tabs-shop-devin > li.active > a {
    background: none;
}
.nav-tabs-shop-devin > li.active > a:hover, .nav-tabs-shop-devin > li.active > a:focus {
      background: none;
}
.nav-center {
  text-align: center;
}
.nav-center > li {
    display: inline-block;
    float: none !important;
    position: relative;
}
.product-item {
  margin-bottom: 60px;
}
.product-item-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 15px 0;
}
.product-item-thumbnail-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.product-item-thumbnail-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 3;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.product-item-thumbnail-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 36px;
  transform: translatey(-50%);
  transition: all 300ms ease-in-out;
  z-index: 2;
  opacity: 0;
}
.product-item-thumbnail-overlay-with-bg {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: auto;
  top: 0 !important;
  transform: translate(0px);
  color: #fff;
}
.product-item-thumbnail-overlay-with-bg .btn {
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}
.product-item-thumbnail-overlay-small .h5 {
  font-size: 30px;
  text-transform: uppercase;
}
.product-item-thumbnail-overlay-medium .h5 {
  font-size: 45px;
  text-transform: uppercase;
}
.product-item-thumbnail-overlay-large .h5 {
  font-size: 60px;
  text-transform: uppercase;
}
@media (min-width: 480px) and (max-width: 991px) {
.product-item-thumbnail-overlay-small .h5,
  .product-item-thumbnail-overlay-medium .h5,
  .product-item-thumbnail-overlay-large .h5 {
    font-size: 30px;
}
}
@media (max-width: 479px) {
.product-item-thumbnail-overlay-small .mb-30,
  .product-item-thumbnail-overlay-medium .mb-30,
  .product-item-thumbnail-overlay-large .mb-30 {
    margin-bottom: 15px !important;
}
.product-item-thumbnail-overlay-small .h5,
  .product-item-thumbnail-overlay-medium .h5,
  .product-item-thumbnail-overlay-large .h5 {
    font-size: 18px;
}
.product-item-thumbnail-overlay-small .btn-default,
  .product-item-thumbnail-overlay-medium .btn-default,
  .product-item-thumbnail-overlay-large .btn-default {
    display: none;
}
}
.product-item-thumbnail:hover .product-item-thumbnail-overlay {
  top: 50%;
  opacity: 1;
}

/*SHOP ITEM*/
.cart {
  background: #fff;
  padding: 15px 0;
  float: left;
}
@media (max-width: 479px) {
.cart {
    display: block;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart {
    display: block;
}
}
.cart-container {
  border: 1px solid #ecebeb;
  float: left;
  padding: 15px;
}
.cart-items {
  float: left;
  list-style: none;
}
.cart-items li {
    float: left;
    padding: 15px 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ecebeb;
}
.cart-items li:last-child {
      border: none;
}
.cart-items li span {
      display: block;
}
@media (max-width: 479px) {
.cart-items {
    display: block;
    width: 100%;
}
}
.cart-items-labels {
  padding-top: 0 !important;
}
@media (max-width: 479px) {
.cart-items-labels {
    display: none;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-item-right {
    width: 60%;
    float: left;
}
.cart-item-right .form-control {
      margin-bottom: 15px;
}
}
@media (max-width: 479px) {
.cart-item-right {
    width: 100%;
    float: left;
}
.cart-item-right .form-control {
      margin-bottom: 15px;
}
}
.cart-image img {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-image {
    width: 40%;
    float: left;
}
}
@media (max-width: 479px) {
.cart-image {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
}
.cart-description span {
  display: block;
}
.cart-description h3,
.cart-description .h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-description {
    width: 40%;
    float: left;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-description {
    width: 100%;
    float: left;
}
}
@media (max-width: 479px) {
.cart-description {
    width: 100%;
    float: left;
}
}
.cart-right {
  padding-bottom: 0;
  float: right;
  width: 100%;
}
.cart-right .btn {
    width: 100%;
}
@media (max-width: 479px) {
.cart-right {
    display: block;
    padding: 0 15px 15px;
    width: 100%;
}
}
@media (min-width: 480px) and (max-width: 991px) {
.cart-right {
    display: block;
    width: 100%;
}
}
.cart-summary {
  width: 100%;
  float: left;
}
.cart-summary li {
    padding: 15px;
    border-bottom: 1px solid #ecebeb;
}
.cart-summary li:last-child {
      border-bottom: none;
}
.cart-summary li span {
      float: right;
      font-weight: bold;
}
.cart-discount {
  width: 100%;
  float: left;
  margin: 30px 0;
  padding: 15px 0;
  float: left;
}
.cart-discount .btn {
    margin-top: 15px;
}
.cart-discount span {
    margin-right: 5px;
    display: inline-block;
}
@media (max-width: 479px) {
.cart-price {
    float: right;
}
}
.cart-remove {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #aaa;
  margin-bottom: 0;
  margin-right: 0 !important;
  margin-top: 13px;
  font-size: 20px;
  padding: 0;
}
.cart-remove .icon {
    display: inline-block;
    top: 2px;
    position: relative;
}
@media (max-width: 479px) {
.cart-remove {
    margin: 0;
    position: relative;
    top: -5px;
    float: right;
}
}
.cart-widget {
  background: #aaa;
  color: #aaa;
  display: none;
  margin: 30px auto;
  overflow: auto;
  padding: 60px 30px;
  position: relative;
  width: 480px;
  z-index: 99999;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
.cart-widget {
    width: 100%;
    padding: 30px;
}
}
.cart-widget-close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.cart-widget .h3,
.cart-widget h3 {
  color: #333;
}
.cart-widget-open {
  overflow: hidden;
}
.cart-widget-open .cart-widget-container {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
    top: 0;
    z-index: 10000;
}
.cart-widget-open .cart-widget-container h1 {
      margin: 30px 0;
}
.cart-widget-open .cart-widget-container .cart-item {
      background: #aaa;
}
.cart-widget-open .cart-widget {
    display: block;
}
.cart-item {
  float: left;
  position: relative;
  margin-bottom: 1px;
  background: #fff;
  padding: 10px;
  text-align: left;
}
.cart-item-name {
  float: left;
  width: 80%;
  padding-right: 30px;
  padding-left: 15px;
  margin-top: 0;
}
.cart-item-image {
  float: left;
  width: 20%;
}
.cart-item-image img {
    width: 100%;
}
.cart-item-price {
  float: left;
  width: 80%;
  display: block;
}
.cart-item-remove {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.cart-logo {
  text-align: center;
}
.cart-delivery,
.cart-summary {
  float: left;
  width: 100%;
  text-align: left;
}
.cart-summary-row {
  padding: 5px 0;
}
.cart-summary-row-total {
  font-weight: 700;
  color: #333;
}
.cart-summary-row-total .cart-value {
    font-size: 22px;
}
.cart-value {
  float: right;
}
.cart-form {
  float: left;
  width: 100%;
}
.cart-form .btn {
    float: right;
    margin-right: 0 !important;
}
.cart-empty .icon {
  display: block;
  font-size: 90px;
  margin-top: 10px;
  color: #333;
}
.cart-items-counter {
  position: fixed;
  bottom: 30px;
  color: black;
  right: 30px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
}
.cart-items-counter .animate {
    animation: 1300ms ease 0s normal none 1 running animate;
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    display: block;
    line-height: 40px;
    width: 40px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.cart-items-counter .circle {
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    opacity: 0;
    right: -10px;
    border: 3px solid #333;
    border-radius: 100%;
    animation: circle 1300ms;
    animation-iteration-count: 1;
    color: #fff;
}
@keyframes animate {
0% {
    transform: scale(1);
}
30% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
@keyframes circle {
0% {
    transform: scale(1);
    opacity: 1;
}
30% {
    transform: scale(1.2);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 0;
}
}
.custom-radio label::before {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 21px;
  width: 21px;
}
.custom-radio label::after {
  background-color: #333;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 9px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 6px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
  width: 9px;
}
.order {
  padding: 60px;
}
.order .panel-body {
    padding: 30px;
}
@media (max-width: 479px) {
.order .panel-body {
    padding: 15px;
}
}
.order-checkout {
  margin-top: 30px;
  border-top: 1px solid #ecebeb;
  padding-top: 15px;
  width: 100%;
}
.order-footer {
  border-top: 1px solid #ecebeb;
  margin-top: 15px;
  padding-top: 30px;
  float: left;
  width: 100%;
}
.order fieldset {
  margin: 0 0 30px;
}
.services {
  overflow: hidden;
}
.services-box {
  padding: 60px;
}
@media (max-width: 479px) {
.services-box {
    padding: 120px 30px;
}
}
.services .btn {
  margin-top: 30px;
  color: #111;
}
.services .inverted {
  background: #111;
  color: rgba(255, 255, 255, 0.7);
}
.services .inverted .btn {
    border-color: #fff;
    color: #fff;
}
.heading-cart {
  padding: 15px 0;
  border-top: 1px solid #eee;
  position: relative;
  margin: 0 0 30px 0;
}
.heading-cart h1 {
    font-size: 16px;
}
.heading-cart a {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    height: 30px;
    line-height: 30px;
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px;
}
.checkout-devin ul {
  list-style: none;
  float: right;
  width: 30%;
}
.checkout-devin ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.checkout-devin ul li:last-child {
      border-bottom: 0;
}
.checkout-devin ul li .label {
      color: #333;
      font-size: 14px;
}
.checkout-devin ul li .value {
      float: right;
      font-size: 14px;
}
.checkout-devin ul li a {
      display: table;
      margin: 15px 0;
      height: 30px;
      line-height: 30px;
      background: #222;
      color: #fff;
      border-radius: 30px;
      padding: 0 15px;
      text-align: right;
      float: right;
}
@media (max-width: 767px) {
.nav-tabs {
    display: -ms-grid !important;
    display: grid !important;
}
.checkout-devin ul {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
}
.movie-card {
  font: 14px/22px "Lato", Arial, sans-serif;
  padding: 0;
  margin: -10px;
}
.container-movie {
  margin: 0 auto;
  height: 640px;
  background: #F0F0ED;
  border-radius: 5px;
  position: relative;
}
.hero {
  height: 342px;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: red;
  background: url("https://source.unsplash.com/collection/431862/800x600");
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: skewY(-2.2deg);
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
}
.cover-profile {
  position: absolute;
  bottom: 235px;
  left: 70px;
  z-index: 2;
  border-radius: 50%;
  border: 6px solid #FFF;
}
.details-profile {
  padding: 190px 0 0 280px;
}
.details-profile .title1 {
    color: white;
    font-size: 44px;
    margin-bottom: 13px;
    position: relative;
}
.details-profile .title1 span {
      position: absolute;
      top: 3px;
      margin-left: 12px;
      background: #C4AF3D;
      border-radius: 5px;
      color: #544C21;
      font-size: 14px;
      padding: 0px 4px;
}
.details-profile .title2 {
    color: #C7C1BA;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
}
.details-profile .likes {
    margin-left: 24px;
}
.details-profile .likes:before {
    content: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/icon_like.png");
    position: relative;
    top: 2px;
    padding-right: 7px;
}
.description-profile {
  bottom: 0px;
  height: 200px;
  font-size: 16px;
  line-height: 26px;
  color: #B1B0AC;
}
.column1 {
  padding-left: 50px;
  padding-top: 120px;
  width: 30%;
  float: left;
  text-align: center;
}
.tag {
  background: white;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 14px;
  margin-right: 4px;
  line-height: 35px;
  cursor: pointer;
}
.tag:hover {
  background: #ddd;
}
.column2 {
  padding-left: 41px;
  padding-top: 30px;
  margin-left: 20px;
  width: 60%;
  float: left;
}
.avatars {
  margin-top: 23px;
}
.avatars img {
    cursor: pointer;
}
.avatars img:hover {
    opacity: 0.6;
}
.avatars a:hover {
    text-decoration: none;
}
.profile-wrapper {
  background: #f39c12;
  position: relative;
  min-height: 300px;
  height: 250px;
  display: block;
}
.img-profile {
  margin: 0 auto;
  text-align: left;
  width: 10em;
  height: 10em;
}
.profile {
  min-height: 355px;
  display: inline-block;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5) !important;
}
.profile-edit {
  min-height: 355px;
  display: inline-block;
  margin: 40px 20px 0 20px;
  background: rgba(255, 255, 255, 0.5) !important;
  width: 100% !important;
}
.ratings {
  margin: 0;
  text-align: right;
}
.ratings a {
    color: #F1C40F;
    font-size: 13px;
}
.ratings a:hover {
      color: #f39c12;
      text-decoration: none;
}
.emphasis {
  border-top: 4px solid transparent;
}
.emphasis:hover {
    border-top: 4px solid #1abc9c;
}
.emphasis h2 {
    margin-bottom: 0;
}
span.tags {
  background: #1abc9c;
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: bold;
  padding: 2px 4px;
}
.dropdown-menu .divider {
  background: none;
}
.dropdown-menu > li > a {
  color: #f5f5f5;
}
.dropup .dropdown-menu {
  margin-bottom: 10px;
}
.dropup .dropdown-menu:before {
    content: "";
    border-top: 10px solid #34495e;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.profile-name {
  background: rgba(0, 0, 0, 0.01) !important;
  border-radius: 4px;
  margin-bottom: 20px;
}
.social-profile i {
  font-style: normal;
  cursor: pointer;
}
.profile-content {
  border-bottom: 1px dashed #eee;
  width: 100%;
  padding: 5px 0;
}
.profile-content > span {
    width: 100px;
}
.profile-content > i {
    font-style: normal;
    padding: 0 30px;
}
.dl-horizontal-profile dt {
  clear: left;
  float: left;
  overflow: hidden;
  padding: 8px 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
.dl-horizontal-profile dd {
  padding: 8px 0;
}
.dl-horizontal-profile dd:before {
    content: ":";
    padding-right: 20px;
}
.list-group-item {
  border: none !important;
}

/*LOGIN*/
.login-devin-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  z-index: 1000000;
  margin: 0;
  overflow: hidden;
  background: #7abcff;
  background: linear-gradient(to bottom, #3b5998 20%, #ff0084 100%) !important;
}

/*
    Login  Coustom
*/
.account-box {
  border-radius: 0 0 4px 4px;
  z-index: 3;
  background-color: #ffffff;
  padding: 20px;
}
.logo-devin-login {
  width: 138px;
  height: 30px;
  text-align: center;
  margin: 10px 0px 27px 40px;
  background-position: 0px -4px;
  position: relative;
}
.forgotLnk {
  margin-top: 10px;
  display: block;
}
.purple-bg {
  background-color: #6E329D;
  color: #fff;
}
.or-box {
  border-top: 1px solid #DFDFDF;
  margin-bottom: 0;
  margin-top: 80px;
  padding-top: 20px;
  position: relative;
}
.or {
  background-color: #FFFFFF;
  color: #666666;
  position: relative;
  text-align: center;
  top: -30px;
  width: 60px;
  padding: 0 10px;
}
.account-box .btn:hover {
  color: #fff;
}
.btn-facebook {
  background-color: #3B5998;
  color: #fff;
  font-weight: bold;
}
.btn-google {
  background-color: #C32F10;
  color: #fff;
  font-weight: bold;
}
.btn-twitter {
  background-color: #00ACED;
  color: #fff;
  font-weight: bold;
}
.btn-instagram {
  background-color: #316698;
  color: #fff;
  font-weight: bold;
}
.label-forgot {
  font-size: 11px;
  color: #3276B1;
}
.label-forgot:hover {
  text-decoration: none;
}
.space-icon {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.login-with {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -33px;
}
.login-with b {
  color: #00ACED;
  cursor: pointer;
}
@media (max-width: 767px) {
.container-movie {
    margin: 0 auto;
    height: auto;
    background: #F0F0ED;
    border-radius: 5px;
    position: relative;
}
.column1,
  .column2 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.details-profile {
    padding: 30px;
}
.details-profile .title1 {
    color: white;
    font-size: 22px;
}
.details-profile .title2 {
    font-size: 18px;
    color: white;
}
}
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper-404 {
  position: relative;
  height: 60vh;
}
.error-404 {
  position: relative;
  z-index: 999;
  margin: 15% auto;
  padding: 0 20%;
  text-align: center;
}
.error-404 .vue-typer .custom.char.typed {
    color: #fff;
    font-size: 0.6em;
}
.error-404 .vue-typer .custom.char.selected {
    color: #fff;
    background-color: #607D8B;
}
.error-404 .vue-typer .custom.caret {
    display: none;
}
.error-number {
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  animation: scale 1.4s ease-in-out;
  color: #fff;
}
.type-devin {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  animation: scale 1.4s ease-in-out;
  color: #fff;
}
.icon {
  width: 7rem;
  max-height: 8rem;
  margin: 0 .2rem;
  animation: balance 3s ease infinite 1.3s;
}
@keyframes scale {
0% {
    opacity: 0;
    transform: scale(0.1);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes balance {
0% {
    transform: translate3d(0, 0, 0);
}
50% {
    transform: translate3d(0, 1rem, 0);
}
100% {
    transform: translate3d(0, 0, 0);
}
}
@keyframes typing {
0% {
    width: 0;
    opacity: 1;
}
100% {
    width: 100%;
    opacity: 1;
}
}
@keyframes blink {
0% {
    border-color: #fff;
}
100% {
    border-color: transparent;
}
}

/*
 * Moon
 */
.moon {
  position: absolute;
  bottom: 6%;
  right: -9%;
  width: 85vw;
  height: 50vw;
  border-radius: 50%;
  background-color: #eee;
  background: radial-gradient(#7b4e27 0%, #ffffff 100%);
  transform: translate3d(20%, 80%, 0);
  box-shadow: 0 0 3px 27vw rgba(96, 83, 142, 0.05), 0 0 3px 18vw rgba(96, 83, 142, 0.1), 0 0 3px 9vw rgba(96, 83, 142, 0.15);
  z-index: -1;
}
.moon::before, .moon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5%;
    height: 4%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}
.moon::before {
    transform: translate3d(-400%, -1000%, 0);
}
.moon::after {
    transform: translate3d(0, -600%, 0);
    width: 10%;
    height: 6%;
}
@media only screen and (max-width: 48em) {
.type {
    font-size: .75rem;
    word-spacing: .2rem;
}
}
div.container-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}
div.header-timeline {
  height: auto;
  text-align: center;
  color: #333;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
}
div.header-timeline:after {
    content: '';
    position: absolute;
    bottom: -5rem;
    left: 0rem;
    height: 5.1rem;
    display: block;
    width: 100%;
    z-index: 300;
    background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
}
div.header-timeline h1 {
    margin-top: .8rem;
    margin-bottom: .5rem;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
@media (min-width: 62em) {
div.header-timeline h1 {
        font-size: 1.9em;
        letter-spacing: 0.2rem;
}
}
div.header-timeline h2 {
    font-size: 1.1em;
    font-weight: 300;
    color: #333;
    max-width: 40rem;
    margin: auto;
    padding: 30px 0 0;
}
div.item-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  overflow-y: auto;
  padding: 0rem 1rem 0rem 1rem;
}
#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
#timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    left: 60px;
    z-index: 1;
    background: #C5C5C5;
}
#timeline h3 {
    position: relative;
    top: 2rem;
    right: 12rem;
    color: #333;
    margin: 0;
    font-size: 4em;
    font-weight: 600;
}
@media (min-width: 62em) {
#timeline h3 {
        font-size: 3em;
}
}
#timeline section.year {
    position: relative;
}
#timeline section.year:first-child section {
      margin-top: -1.3em;
      padding-bottom: 0px;
}
#timeline section.year section {
      position: relative;
      padding-bottom: 1.25em;
      margin-bottom: 2.2em;
}
#timeline section.year section h4 {
        position: absolute;
        bottom: 0;
        font-size: .9em;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0;
        padding: 0 0 0 89px;
        color: #C5C5C5;
}
@media (min-width: 62em) {
#timeline section.year section h4 {
            font-size: 1em;
}
}
#timeline section.year section ul {
        list-style-type: none;
        padding: 0 0 0 75px;
        margin: -1.35rem 0 1em;
        max-width: 60rem;
        font-size: 1em;
}
@media (min-width: 62em) {
#timeline section.year section ul {
            font-size: 1.1em;
            padding: 0 0 0 81px;
}
}
#timeline section.year section ul:last-child {
          margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
          content: '';
          width: 20px;
          height: 20px;
          background: #333;
          border: 4px solid #FFFFFF;
          border-radius: 50%;
          position: absolute;
          left: 51px;
          top: 0px;
          z-index: 2;
}
#timeline section.year section ul li {
          margin-left: .5rem;
}
#timeline section.year section ul li:before {
            content: '\B7';
            margin-left: -.5rem;
            padding-right: .3rem;
}
#timeline section.year section ul li:not(:first-child) {
            margin-top: .4rem;
}
#timeline section.year section ul li span.price {
            color: mediumturquoise;
            font-weight: 500;
}
#btcwidget {
  display: inline;
}
#btcwidget img {
    display: none;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
  }
  .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(/static/fonts/glyphicons-halflings-regular.f4769f9.eot);
  src: url(/static/fonts/glyphicons-halflings-regular.f4769f9.eot?#iefix) format('embedded-opentype'), url(/static/fonts/glyphicons-halflings-regular.448c34a.woff2) format('woff2'), url(/static/fonts/glyphicons-halflings-regular.fa27723.woff) format('woff'), url(/static/fonts/glyphicons-halflings-regular.e18bbf6.ttf) format('truetype'), url(/static/img/glyphicons-halflings-regular.8988968.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: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.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: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.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: 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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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   \A0';
}
.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: '\A0   \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: 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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    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;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 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 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  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-top: 4px solid \9;
  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 dashed;
  border-bottom: 4px solid \9;
}
.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,
.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-left-radius: 4px;
  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-right-radius: 4px;
  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 .form-control:focus {
  z-index: 3;
}
.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 {
  z-index: 2;
  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: "/\A0";
}
.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 {
  z-index: 2;
  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: 3;
  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;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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: middle;
  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-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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-object.img-thumbnail {
  max-width: none;
}
.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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.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,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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 {
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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);

  line-break: auto;
}
.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: 1000px;
            perspective: 1000px;
  }
  .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);
  background-color: rgba(0, 0, 0, 0);
  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;
  margin-top: -10px;
}
.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;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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-header:before,
.modal-header: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-header: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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.3125em;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end" "gap gap gap";
  grid-template-rows: auto auto auto 0.625em;
  height: 100%;
  padding: 0.625em 0.625em 0;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container::after {
  content: "";
  grid-column: 1/4;
  grid-row: 4;
  height: 0.625em;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}@charset "UTF-8";.el-breadcrumb:after,.el-breadcrumb:before,.el-button-group:after,.el-button-group:before,.el-form-item:after,.el-form-item:before,.el-form-item__content:after,.el-form-item__content:before{display:table;content:""}.el-checkbox-button__original,.el-pagination--small .arrow.disabled,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden{visibility:hidden}.el-form-item__content:after{clear:both}.el-form-item:after{clear:both}.el-breadcrumb:after{clear:both}.el-button-group:after{clear:both}.el-autocomplete-suggestion.is-loading li:after{display:inline-block;content:"";height:100%;vertical-align:middle}@font-face{font-family:element-icons;src:url(data:application/font-woff;base64,d09GRgABAAAAAB9EABAAAAAANAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABbAAAABoAAAAcdCWJ3kdERUYAAAGIAAAAHQAAACAAWAAET1MvMgAAAagAAABNAAAAYFdvXOBjbWFwAAAB+AAAAFAAAAFS5mHtc2N2dCAAAAJIAAAAGAAAACQNZf70ZnBnbQAAAmAAAAT8AAAJljD3npVnYXNwAAAHXAAAAAgAAAAIAAAAEGdseWYAAAdkAAAUPAAAIUw4RPqwaGVhZAAAG6AAAAAvAAAANgxJKwtoaGVhAAAb0AAAAB4AAAAkCQwFDGhtdHgAABvwAAAAVgAAAKyk5AaSbG9jYQAAHEgAAABYAAAAWJwQpAxtYXhwAAAcoAAAACAAAAAgAU4CJG5hbWUAABzAAAABNQAAAit/uX3PcG9zdAAAHfgAAACyAAABsMLAXoJwcmVwAAAerAAAAJUAAACVpbm+ZnicY2BgYGQAgjO2i86D6MufP7fDaABY8wj8AAB4nGNgZGBg4ANiCQYQYGJgBEItIGYB8xgABhgAXQAAAHicY2Bh4WX8wsDKwMA0k+kMAwNDP4RmfM1gzMgJFGVgY2aAAUYBBgQISHNNYTjAUPFMnbnhfwNDDHMDQwNIDUiOWQKsRIGBEQCQ/wz4AAAAeJxjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETEC64pnKM/X//8Eshmdq////75ZikWKG6gIDRjYGOJcRpIeJARUwMtAMMNPOaJIAAAr1C6J4nGNgQANGDEbMEv8fMjf8b4DRAEVmCF94nJ1VaXfTRhSVvGRP2pLEUETbMROnNBqZsAUDLgQpsgvp4kBoJegiJzFd+AN87Gf9mqfQntOP/LTeO14SWnpO2xxL776ZO2/TexNxjKjseSCuUUdKXveksv5UKvGzpK7rXp4o6fWSumynnpIWUStNlczF/SO5RHUuVrJJsEnG616inqs874PSSzKsKEsi2iLayrwsTVNPHD9NtTi9ZJCmgZSMgp1Ko48QqlEvkaoOZUqHXr2eipsFUjYa8aijonoQKu4czzmljTpgpHKVw1yxWW3ke0nW8/qP0kSn2Nt+nGDDY/QjV4FUjMzA9jQeh08k09FeIjORf+y4TpSFUhtcAK9qsMegSvGhuPFBthPI1HjN8XVRqTQyFee6z7LZLB2PlRDlwd/YoZQbur+Ds9OmqFZjcfvAMwY5KZQoekgWgA5Tmaf2CNo8tEBmjfqj4hzwdQgvshBlKs+ULOhQBzJndveTYtrdSddkcaBfBjJvdveS3cfDRa+O9WW7vmAKZzF6khSLixHchzLrp0y71AhHGRdzwMU8XuLWtELIyAKMSiPMUVv4ntmoa5wdY290Ho/VU2TSRfzdTH49OKlY4TjLekfcSJy7x67rwlUgiwinGu8njizqUGWw+vvSkussOGGYZ8VCxZcXvncR+S8xbj+Qd0zhUr5rihLle6YoU54xRYVyGYWlXDHFFOWqKaYpa6aYoTxrilnKc0am/X/p+334Pocz5+Gb0oNvygvwTfkBfFN+CN+UH8E3pYJvyjp8U16Eb0pt4G0pUxGqmLF0+O0lWrWhajkzuMA+D2TNiPZFbwTSMEp11Ukpdb+lVf4k+euix2Prk5K6NWlsiLu6abP4+HTGb25dMuqGnatPjCPloT109dg0oVP7zeHfzl3dKi65q4hqw6g2IpgEgDbotwLxTfNsOxDzll18/EMwAtTPqTVUU3Xt1JUaD/K8q7sYnuTA44hjoI3rrq7ASxNTVkPz4WcpMhX7g7yplWrnsHX5ZFs1hzakwtsi9pVknKbtveRVSZWV96q0Xj6fhiF6ehbXhLZs3cmkEqFRM87x8K4qRdmRlnLUP0Lnl6K+B5xxdkHrwzHuRN1BtTXsdPj5ZiNrCyaGprS9E6BkLF0VY1HlWZxjdA1rHW/cEp6upycW8Sk2mY/CSnV9lI9uI80rdllm0ahKdXSX9lnsqzb9MjtoWB1nP2mqNu7qYVuNKlI9Vb4GtAd2Vt34UA8rPuqgUVU12+jayGM0LmvGfwzIYlz560arJtPv4JZqp81izV1Bc9+YLPdOL2+9yX4r56aRpv9Woy0jl/0cjvltEeDfOSh2U9ZAvTVpiHEB2QsYLtVE5w7N3cYg4jr7H53T/W/NwiA5q22N2Tz14erpKJI7THmcZZtZ1vUozVG0k8Q+RWKrw4nBTY3hWG7KBgbk7j+s38M94K4siw+8bSSAuM/axKie6uDuHlcjNOwruQ8YmWPHuQ2wA+ASxObYtSsdALvSJecOwGfkEDwgh+AhOQS75NwE+Jwcgi/IIfiSHIKvyLkF0COHYI8cgkfkEDwmpw2wTw7BE3IIviaH4BtyWgAJOQQpOQRPySF4ZmRzUuZvqch1oO8sugH0ve0aKFtQfjByZcLOqFh23yKyDywi9dDI1Qn1iIqlDiwi9blFpP5o5NqE+hMVS/3ZIlJ/sYjUF8aXmYGU13oveUcHfwIrvqx+AAEAAf//AA94nKVaC3Bc1Xk+/zn3uXe1e3fva6V9aXe1u5JWXq32aUlIun7IGGTZlsAPGTABHEUOIQkUcAgMESUEKMnQItl0SId2mEwyzWNipqV5kpB0ChNDQzLBtBPaztQJM23iaWdo+gi1rvufu7ItOWCcZnX3nHPP8z/nf33/WRFKsoRAlX6RMCKTPrdACGGUsH2EAtApQinsErAEWwiRJVHAbiwihku1SCZSrEVyWdD/7ZVX6BdX9mbpPI4VycDZf2bfZjFikwoZIbPkIByZOm7s3u9eTYF0hDpIaJ6wEITYQQKKAtfroCoBST0YgaAkSMGDRBO0w2FQiBRUpP0kIItU0ALCXBRCoY4Z0tERCG2OTx13cMapS8yoqIH533LKGE654/KmFOYva05350XTwTzOFwLl0P9vwrm5Obf3mmtGR6tDjnPNwWsOXrd/dHZ0dmpLqzE0Uh1xKk5lJjIUi/RarmGXQCpBNkSTkGnUC416mZbAyoiWaZshmpMKJShmZOxRzJbpGDhZybRr1Wa94EhyiKVgVKo2i2UoForQqI/TUajaSYDOeNc10Xwiyv4QArFi6iHvavoMWOlcKJQOdW/wrhpIZs3Ozm5DORKMRoMd0einFUnUBCqEQ/ktM7vdHsdWRVUUJe9zYrjL+na6j6Yh2Fns2tGnJ4SO7nj0pkfqzshI3lEBFhfBiHeHvjAR6Yrgc1+XbfSE9A4l1tWRixgmHPm5FjOCycLPUIRR9h4QCF0kSdLvFgNAiQMCpS4AoWSBARXoggiCcCN2TJKk4ZiOFC3l7WYLmmWQZBXKIEuW6UClZjs2/zrwL9H+EDwfpYVG1Lvdu9WoG2YUvgf8QwMAn1KkDljSN3RT3TsGCxHQ9Zite7fzZhE4SQSLZxdRZzhdWTed7HSsAJGAgMvbyDTvMoPUw2SfRfUSFDg9KZ+eFNKTyxah0igUC/xbBOnSC8LCpen16SFnF+nZy6aniasWQmAjO0KAx1JtIT3NVpN/W/RtpMe7zacHPuj98So98PhvQQ9+F5Fvn2jzzUE+BZBj1EVeUYHzjdAF3nM936AgySCloNni54Tk1PGccnhG/FukMVzX2+Kvi8Qc9df1Js6vSz9+abp9uhg5yr5OnyQacVyT0wnT/IRmeNtkPYKH0xaeQi6TlRx4KrErAR9ppadXxOl069kExOH9jR07Gv6Za2c/wzrYZhIk0l8EREDVK9RxqG1FTKkIUIhj5+aOHU3vs5CP745fmAc+8i7jm7jhgoTj7RbQt+Jx7ym+GMy/43jcy7E1e7mI0f5eoFl1wJZwL4XWRXuh9+H0n21OTTX9ucbP/rtYZgdIlIw8p+J4cKeO96DljKDHoAt8RuQawaXQ/IXX190495xlWroQLYko14U6rqniwraJvMzRnt6Ed29yeCYBLj2U3D2cWNmX6Isk4CFe9l6ghxLDu5NYh/qMMixwnQqTAhl1N6aAMi7AAlkggigsSCAycQH9GFvw3dg0d2OzBL3YNl3XC3rBjHU6umyUCJpHM0Wr47ReBgZSdpAW6hNIUhr8BCmjH3ztW4/t3v3Yt9qZ7D2mGIr8Q1muyab8R1DFtKoobPF8D5553/Mek2Xlh4rf+AQMKUoVh+H5XaA9TUqk4VZjukIErn94QCKIBOaRYgGl/xD6UkGcJqIozPBdTVrRLrMrKpkllPeqY5th1EdJRprRTmSLnO4iWg9sinaPg16G7hDoNg2c0FKapp04oUEAS5inAxdeG2CffvTR094vMIWvnNC0QJq3pbRA4OWXA2sGrKiPnj7fd90+wqTG91Hrz8QEgfJ9UBBQjedxDwSfQ3ju63THTJgJR8d9COh40LNUU9QMAWvWB6GQDeMmMJHMNO4KE7s6gdvEhDdfxIsRWW7g8S8fxaQhSUePShJ/P7rM32X56Hqe0EnZUmqKsrSkYGbJy0uY1GV5eVnGzFKWuI6f503eza7lDNcYLsEwg9xBneGcQDFWkWIZ7aKKBCOVaIwwQdVUuX6iP6HEu8caNU2w4GEsWeYoFuBhrLIs7x4s+DU/Xy149/i9rd/ojOPJqq0kHIGRPvKkq+mAIutG0WZNTB3XUAPz6O+AyQzkeY7mJCbPKSARIk1jJpFZEYhEtiHQsbFz6kJnbPWb9hJZZjOEsYCMunt5syEg0XrMTE/ejJjdqlPK1MYRLhRylVwFs6xkVaxKDjPTdmqNXLbQVi4bkQltnpx/fHlBWfrxsrKw/Pj8mwfMoPZp2ZA/EwgaB9jy/OGjyuHl5cPK0cPzy+zLtv56IPC6bvuyB6t8SpJRMugOjLYatd5U25cFOcdom2PU5xjzOTa4oSfXZwl6ybiki81fsvU9/C8lv5t/pu/pLtfoXQLRdcXdMNyoDVWKyUSMb77jXTZfHshl/c2/iz+fgAq68/w7NJ739RX2tiKG3tlpUgnAI+/a/B57p8HL2Dkl7z/7EHsY940+jGsnAURVQHjM8QFCGfONPJdeyibrZj3CnQwq43n/vNa/fb1rexcM1OPbVj61LV6DDeteb4nFIFHZurVCvxqLeW8Obd06xGMiUkIcdxLXd0gc7cMzqyrnowW4XgOVKLKq7AuATFBp9hJUkRnUIEICEo8tqti5h3eGhffo65ba3fwKSSXS/rUDGJOnMJPZLB/K1c9JJGKxRDqRTiVj8Vg8Gsk3MhE9aJUQ9ucsrnsIEmqZarMRqSNwaOQAQzf+pT/wPvxkNVEsJFghUSjGa0+u/B19wXsZ4ULojjuKiTP/kygWE0xJFO8482E6tvLXMHbWt0ESWcSzwD/SidHjANlItpLd5Ab3ADdPQIS5sBhiWKAy0DkiBwNUUWVlrkOjqiSp0zxXpRkdJFWazOe6ugjZOb39ys2brhhtNiqDfb25gfxAV7Yrm07iAp1NoxaJlLhRwVhFSkLO5DC9vaN6YRDERr1Z82MTf48Z3C0gsvCxVbbQYO9Spr+fiT3S2fcKHcrF6B/EcqlQ2Lu3J5HM4R4XG1Mri1NwT9jWdTv8dNgOh89n9Pv3x/OFrvsB7P6uQqErlhEF6nbjxz3zwlQDLT5pTMHPtUhE874Y1PUg7H3nMpfpPXiOX8Jz7ECJGnabaNAFxDEMkS+j81wMBAbCHFd6X7y5A6VkEoFwPGYbOg4L1qUweqE1HM4Zpi/ljUiNV+DJWPAN709mR+j4yOzsSKY/6YVSfb9O9uPDFr0nVn49PDs7TH8xPHvmuWR/XwqW+1MA/cl1tkZA5Bl1w7KE9IhkDNtujEO41GJ5KLZkB11eIXvttVCDN089f8/P7ipf/+Bfeq/sgTffeP6eN+4qP3g9158LeCFGekjdHSIgcdyGIsIQ3zDcp0iID3j4PkUyGdGzmUTcMvVYJIZwTV8PGIAHrDxeNXw/E+EvjYsQgvdGur801l9KZqtZfC4CBCdLYyV8vNNOJuN4/xvr7o6twQB+PEIEypAZGLUTKrRJJWwaXSQnkZFJy8rlDdEoRcwUtFFXrh1HpwBJzJbBd4LnoNNjuuPod790550vnX7pTifjwOJjvJo34ptfe+dLd2Mn7uYvnFeaDJIJst2d1CSVoVIxtHdzAUFhvp33C2jpfasxWa1ku6M6JSOtykR1or/YPZgd7HL0dDQdkEmYhoOhEicxCaaNEX1zDO0ju+h9fXv9ovZ6AeZ/Nbhly+CvKpvplqELRfhvzDZXzlW0S3DdlsH/rGzFmqGtNH+hYeUNrOc931pf78vcSdx3iZikQj7qhnosXURbkrMpqgWGGnE0pLYPJrmDC2wigsBtIdMYN7P92Gr6ng+x59zaNrdzTTVjwvRqo8CN6F+VWrFYN/IRMnyvKaE6zlocxkAkJaBmjdMJiISEHMrfILDFFdK3Lzr69AP3D9z/wNOj0X19Zxap3JkoOYxYpaQjSeHaZ+77dF/fIw/fWyyw0khPNFxdvHn3rps/UQsbPSPe2ytvMdWOhkKGIctUD234vf3bJ2+6OZv1MR4MIZGvop9Lu4l1vtyP1hBjiESjGguVjAyGTr6y15u72M2Zcjlz5mlM4dXy5jI+xPdbBAI4338RZD/6roybEpk/3TTPoe14EJUb/MNReZTrFAqxcFE+efMkPvDquizQrl3ztNdc5WGYDJFR0N3gaJVSeah3lYdB5FKVyCIV5YOESiKVDhFJECWMeQQmCuyQbwOUNn8Z46EbaMD5y7lfa4+k87/dUC4aQ5ccykeJMhHn1g50m5c7Bq339OpIBtv4VZ0NZHhjo14u9eQSXZahSiQMIRUZt94p51iZoo6FgSHcLAzSMsUXGkG3luHuCri/8j3X0tjevWP0pzz9FEhxw0yJ4vGAo0UFdgMNJOMJWd7en6ZLqX7vKvc6Fx9W2ju28iN/WGVsr/dJqgQ1UfT+1QgI4m1Mi0ZVdR+8kiqVUt4+SG4Yn9g/Pj6wGmus2p+4j7ZEQsVp1EPGUS6qkCjSGayik0YuZ+S6eVSa8S1fpm2IIxkuNrlMxDfO8DVvKV0qpeG20hUluI0XvSVe/AEmv9HUxrnFs99nz7MRlNskKbo9NsqqgqEl5RdV/EIPyxjd0xsJScSxk2wI4VJPW1RtMQQFjL/Gqe3YURljZR4hU+HYsdeOHYMDU9/42tar6/WlF1+8+n2JK182jGjDfIk3vXZs4Iqe1uTVL/7Ncr1+9fu8//jICaOBarHqC7+M53Et+RC5m9zuqh+69YN1gV87tO+N7VWfgGKHfoJyZV2VO343Ygj81CjsOd+LW6Su1bv2OWzltxTnBlKYROEJ3n3XHbd/+LadO2KOiEa7DBgeF3n8xAMR/w0lhkf//N4Sg1AULcDISpZ4wYdIaYxgsMaxsR+/zvTfEOsjXEr7t2atcZiAcT5Vq8kLrTaiGoK2vKFtYWdYIqJPZDJhUdQ69AGjW5L0YjA4+FBFCxZ1c8BAEewIimI4k5nQIwnUb1SDRCTs+kOCHeEBsz1Eq2zeUtG0Xt0Y4GLboYmCnsm4up4QuB3yhGs/9rE/P3JkD7yoJwVmbNw4EdaLWkenFmZUUjuCAwPBDlWSY0FDEAKFSHhi43CUCUndrNo5SX7HMdqGDZo/RjMFphV0fWLjRuPCGO+tuz5/Fz4oTjXEYX+Lsn4L2exO1IbQ4+/fi6ETjYQpEZnLAQplPhADkcJvAJVbbtq+7YrR3kKiy0E4lufwhPqX6vUWvyzNc37wUJLzDdEqHnut6vPDyfO4kl/O88oqr7JMzsx236KIXUzkgyXJpixyBrWQeey2eJ/j9DXHm30OP7olzQ51hEJ6eti0YzHbHE6Hw1hha3CYB1Axy9o4fqEpyVu8J+Hc50OBWBBHh9J/qvU1J5r+zGlVZPicVHVRoqzTtFsZf3LGJFFXX2OiKIiqiFVWZ6eFk2Y2WmZMkAU98BNRFUQlEBDROgqvqyE0maytz/TsI8IonvEV5BDZ4rqpLgpCfxG9Kp6zWxMpwkoBhAVuPBfQQYnkMMF1fJMqziIXxG2Hbtm9a3Sk2UjGo3jMou1kJbmJwstFuoUSXhhc1RIeufpqgIIvj0PR1wQsO2iReOeqgy++KrVHczVoVtvqkjqnSBK/jmLD4QDTgAp1NZE+HkICmWL8sne7fgM6blnGQOwGfXvvLw0FgbsQejaVUGsCBKmqn8gdyD5wojkcqovR6LOD9vhpp6ze0Hll5w1q2Tk9bg8+G42K9dBw84Q1PKKCwtToqd49XU8FFRYCgdqs0XMyIqPTjJzsaTAbwWcYbfdTXXt6T0VVpoB6xLJqR7r7x045zfBTfZsli2atkyMjJ60staTNfU+Fm86psf7uI0FuLs+dfZHEXOviu2x0MRSl1r92e89DKdLd1rB1ORsLBIOXQd8qRln1NTpJkA1k0t1M0NNSUfJxt8hxt6Tg0UvCgTUAXOb32pOpJJC+Yk8uuSE1EHOiEVUhOujoZEUffa9GCzSaDQFi9Oo4B7DZwpgfIiZRD7mVowRx+Myj3/nRdx6dwUz86TdvvfWbPPF+aiYSvYk/w9RcRPy+0O7A+7En2l0w8Y4mjTeNZNJ4LlFMkvWxjkNypOT28l9GBY4SsBqty9yFa+m2vbcsw/HvRNfdSJNVO9zwI9aIjwEujnB+5Uc27eeiW+iVcnYolxv6p85crhOMzmy2k8fuebR1b5yPK0bJFvIBssO9ioSIqoTUfeEOlLMAlUCR5jhC5PAQTxrjeE2Tp4ksazNEk7XJ+UM3Hbxu7trZXTuuunKTa9SNBv/UdKeE0Sj/4dEnmP9q6LzHu8Fj9hRwmI0xPDo3tM2ixftEzoWyuTbHRgGtJB+S5oyD+4NqCaUsUFKDXwmqA2rQT77iV/hN+1aeCQQordJAwBuBcrcov472aCaobprYsPLDDRObeL8fDwYa8b+PNwKDP1aD8EtvkU8Ji7zpXcqeST+28kg4FgzG6D/slCiVbsEVVx5pzexs0XtxZTX40VguF/tocK0sxEmNuFy2y0kq8zBfAmmByIJ8GIVcgGmqoK8Bhn0PoG7yO38QJoEMVXpyGOxHwx0BBUUoDnGVh3B+XJlsR5uj6DRsHpv5P99CcdwHP1yQuENpthweJqP+luk4TaFeffyJZG/yCS7T7UIyCbec2lKc2Dnxuc9/7v5NmyZ2vfranlPh/pT3hU3Hjz9YLj/op/D2Eh+zlOhLnC+s/OPP9vzk1Z3upk2fwLE4Q++WU+FUP0QwAPnkV48/ODj44PGvXri33IXnYGFMsMvd0d1JBRlcSeUZnsc8IjpRBvEQYjmRymL71oP/AwKZVfhvuNscm5JSf082mbCHnCE9HNQUmVjUCqCuZ87rBwrTuVseQHDUvuyJ+N63sfrTjo3CJYTPDMXz+UaezeTrhbz37YSxG992G4l4Xv+uMWx8V88vFrrAxU5xfu3Fc++FrgL9kjXn3cdvfuCTc1Y+Hou+blmvR2Px/P8BEpxdcHicY2BkYGAA4iUXFTLj+W2+MsizMIDA5c+f2xH0/wZWPeYGIJeDgQkkCgBf1AyCAHicY2BkYGBu+N/AEMOawAAErHoMjAyoQBsAVCkDJAAAeJxjLGNQYgACxlAGBuaXDDosQDYLAyMjEDOA2YwMzEA2NxgD2awJDHYQNWiYkYERiEHsVCDWBuIGIA7FqhYTq0P1GrPYMTCBMUJOFUz7MzAAAGi0Bh0AAAAAACgAKAAoAWQBsAH4AkACjAKyAtIC8gMYA1oDuAQcBIYE1gVaBdgGVAaUBxoHvggOCDQIiAjMCUgJyAnwCioLDAtMC5QMgg00DfIOQg6qDvgPsBA0EKYAAQAAACsAdwAGAAAAAAACACYANABsAAAAigF3AAAAAHicdY9Na8JAEIbfaNQWivTY45BL9bBhE6L4cZX4D3oXSTSQGkjWj0v/QQs99dxjf2ZfN0uhBxNm55mZd2dnADzgCx6un4cBHh134CNw3CW9Ovap+XbcQ+pNHfcx8D6o9Px7Zob21pU7uMOT4y5WeHbsU/PpuId3/DjuY+i9IUMJhQJbVDgAWamKbUX4y7RhagNjfY0drwlihND0C9r/Nm1uysycFlMVMUJaHUxa1btM4lDLQtxjpKmaq1hH1Nya54WVGg0r7QORe3xJM/xzbHCkr7Cn5jqqYIQTNSGHSDBmrNhbMLNU85zYDgpru4x20cV2TyyfeQasBzbK7dlwmKxuCg4ecY2lGJNvjqbaFwcjo5MO58lYVCkzUbVMtKi1xJruIlEi6izBOhCVi2puLvsLTjBRRQAAAHicbc3LNsJxGEbh3/47JHKIQomcwlomfV8Uw5Cb6ApMzLoCF46lPfSu9a49fEpV/vb9VbL8t/vfU6oyp2KFVdZYp8YGdTbZosE2O+yyR5N9DmjR5pAjjunQ5YQep5zR55wLLrnimgE33HJXW3x+zMbDoQ2bdmQf7KMd24l9ss92al/sq32zM/u+bOiHfuiHfuiHfuiHfuiHfuiHfuiHfuiHfuqnfuqnfuqnbk5+APaSXBUAAEu4AMhSWLEBAY5ZuQgACABjILABI0QgsAMjcLAORSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhsAFFYyNisAIjRLMKCQUEK7MKCwUEK7MODwUEK1myBCgJRVJEswoNBgQrsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAAA) format('woff'),url(/static/fonts/element-icons.b02bdc1.ttf) format('truetype');font-weight:400;font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-arrow-down:before{content:"\E600"}.el-icon-arrow-left:before{content:"\E601"}.el-icon-arrow-right:before{content:"\E602"}.el-icon-arrow-up:before{content:"\E603"}.el-icon-caret-bottom:before{content:"\E604"}.el-icon-caret-left:before{content:"\E605"}.el-icon-caret-right:before{content:"\E606"}.el-icon-caret-top:before{content:"\E607"}.el-icon-check:before{content:"\E608"}.el-icon-circle-check:before{content:"\E609"}.el-icon-circle-close:before{content:"\E60A"}.el-icon-circle-cross:before{content:"\E60B"}.el-icon-close:before{content:"\E60C"}.el-icon-upload:before{content:"\E60D"}.el-icon-d-arrow-left:before{content:"\E60E"}.el-icon-d-arrow-right:before{content:"\E60F"}.el-icon-d-caret:before{content:"\E610"}.el-icon-date:before{content:"\E611"}.el-icon-delete:before{content:"\E612"}.el-icon-document:before{content:"\E613"}.el-icon-edit:before{content:"\E614"}.el-icon-information:before{content:"\E615"}.el-icon-loading:before{content:"\E616"}.el-icon-menu:before{content:"\E617"}.el-icon-message:before{content:"\E618"}.el-icon-minus:before{content:"\E619"}.el-icon-more:before{content:"\E61A"}.el-icon-picture:before{content:"\E61B"}.el-icon-plus:before{content:"\E61C"}.el-icon-search:before{content:"\E61D"}.el-icon-setting:before{content:"\E61E"}.el-icon-share:before{content:"\E61F"}.el-icon-star-off:before{content:"\E620"}.el-icon-star-on:before{content:"\E621"}.el-icon-time:before{content:"\E622"}.el-icon-warning:before{content:"\E623"}.el-icon-delete2:before{content:"\E624"}.el-icon-upload2:before{content:"\E627"}.el-icon-view:before{content:"\E626"}.el-icon-loading{animation:rotating 1s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotateZ(0)}100%{transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#48576a}.el-pagination:after,.el-pagination:before{display:table;content:""}.el-pagination:after{clear:both}.el-pagination button,.el-pagination span{display:inline-block;font-size:13px;min-width:28px;height:28px;line-height:28px;vertical-align:top;box-sizing:border-box}.el-pagination .el-select .el-input{width:110px}.el-pagination .el-select .el-input input{padding-right:25px;border-radius:2px;height:28px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#20a0ff}.el-pagination button.disabled{color:#e4e4e4;background-color:#fff;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #fff;background-size:16px;border:1px solid #d1dbe5;cursor:pointer;margin:0;color:#97a8be}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px}.el-pagination .btn-prev{border-radius:2px 0 0 2px;border-right:0}.el-pagination .btn-next{border-radius:0 2px 2px 0;border-left:0}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .el-pager li{border-radius:2px}.el-pagination__sizes{margin:0 10px 0 0}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;border-color:#d1dbe5}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#20a0ff}.el-pagination__jump{margin-left:10px}.el-pagination__total{margin:0 10px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{border:1px solid #d1dbe5;border-radius:2px;line-height:18px;padding:4px 2px;width:30px;text-align:center;margin:0 6px;box-sizing:border-box;transition:border .3s}.el-pager,.el-pager li{vertical-align:top;display:inline-block;margin:0}.el-pagination__editor::-webkit-inner-spin-button,.el-pagination__editor::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination__editor:focus{outline:0;border-color:#20a0ff}.el-autocomplete-suggestion__wrap,.el-pager li{border:1px solid #d1dbe5;box-sizing:border-box}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0;padding:0}.el-date-table,.el-radio{-webkit-user-select:none;-ms-user-select:none}.el-date-table,.el-radio,.el-time-panel{-moz-user-select:none}.el-pager li{padding:0 4px;border-right:0;background:#fff;font-size:13px;min-width:28px;height:28px;line-height:28px;text-align:center}.el-pager li:last-child{border-right:1px solid #d1dbe5}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#97a8be}.el-pager li.active+li{border-left:0;padding-left:5px}.el-pager li:hover{color:#20a0ff}.el-pager li.active{border-color:#20a0ff;background-color:#20a0ff;color:#fff;cursor:default}.el-dialog{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;margin-bottom:50px}.el-dialog--tiny{width:30%}.el-dialog--small{width:50%}.el-dialog--large{width:90%}.el-dialog--full{width:100%;top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{top:0;right:0;bottom:0;left:0;position:fixed;overflow:auto;margin:0}.el-autocomplete,.el-dropdown{display:inline-block;position:relative}.el-dialog__header{padding:20px 20px 0}.el-dialog__headerbtn{float:right;background:0 0;border:none;outline:0;padding:0;cursor:pointer}.el-dialog__headerbtn .el-dialog__close{color:#bfcbd9}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#20a0ff}.el-dialog__title{line-height:1;font-size:16px;font-weight:700;color:#1f2d3d}.el-dialog__body{padding:30px 20px;color:#48576a;font-size:14px}.el-dialog__footer{padding:10px 20px 15px;text-align:right;box-sizing:border-box}.dialog-fade-enter-active{animation:dialog-fade-in .3s}.dialog-fade-leave-active{animation:dialog-fade-out .3s}@keyframes dialog-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-out{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete-suggestion{margin:5px 0;box-shadow:0 0 6px 0 rgba(0,0,0,.04),0 2px 4px 0 rgba(0,0,0,.12)}.el-autocomplete-suggestion li{list-style:none;line-height:36px;padding:0 10px;margin:0;cursor:pointer;color:#48576a;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li:hover{background-color:#e4e8f1}.el-autocomplete-suggestion li.highlighted{background-color:#20a0ff;color:#fff}.el-autocomplete-suggestion li:active{background-color:#0082e6}.el-autocomplete-suggestion.is-loading li:hover,.el-dropdown-menu{background-color:#fff}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #d1dbe5}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-autocomplete-suggestion__wrap{max-height:280px;overflow:auto;background-color:#fff;padding:6px 0;border-radius:2px}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-dropdown{color:#48576a;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-right:5px;padding-left:5px}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown-menu{margin:5px 0;border:1px solid #d1dbe5;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.12);padding:6px 0;z-index:10;position:absolute;top:0;left:0;min-width:100px}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 10px;margin:0;cursor:pointer}.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e4e8f1;color:#48576a}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bfcbd9;pointer-events:none}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #d1dbe5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -10px;background-color:#fff}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;font-size:14px;color:#48576a;padding:0 20px;cursor:pointer;position:relative;transition:border-color .3s,background-color .3s,color .3s;box-sizing:border-box;white-space:nowrap}.el-menu{border-radius:2px;list-style:none;position:relative;margin:0;padding-left:0;background-color:#eef1f6}.el-menu:after,.el-menu:before{display:table;content:""}.el-menu:after{clear:both}.el-menu li{list-style:none}.el-menu--dark{background-color:#324157}.el-menu--dark .el-menu-item,.el-menu--dark .el-submenu__title{color:#bfcbd9}.el-menu--dark .el-menu-item:hover,.el-menu--dark .el-submenu__title:hover{background-color:#48576a}.el-menu--dark .el-submenu .el-menu{background-color:#1f2d3d}.el-menu--dark .el-submenu .el-menu .el-menu-item:hover{background-color:#48576a}.el-menu--horizontal .el-menu-item{float:left;height:60px;line-height:60px;margin:0;cursor:pointer;position:relative;box-sizing:border-box;border-bottom:5px solid transparent}.el-menu--horizontal .el-menu-item a,.el-menu--horizontal .el-menu-item a:hover{color:inherit}.el-menu--horizontal .el-submenu{float:left;position:relative}.el-menu--horizontal .el-submenu>.el-menu{position:absolute;top:65px;left:0;border:1px solid #d1dbe5;padding:5px 0;background-color:#fff;z-index:100;min-width:100%;box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-menu--horizontal .el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:5px solid transparent}.el-menu--horizontal .el-submenu .el-menu-item{background-color:#fff;float:none;height:36px;line-height:36px;padding:0 10px}.el-menu--horizontal .el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:5px;color:#97a8be;margin-top:-3px}.el-menu--horizontal .el-menu-item:hover,.el-menu--horizontal .el-submenu__title:hover{background-color:#eef1f6}.el-menu--horizontal>.el-menu-item:hover,.el-menu--horizontal>.el-submenu.is-active .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{border-bottom:5px solid #20a0ff}.el-menu--horizontal.el-menu--dark .el-menu-item:hover,.el-menu--horizontal.el-menu--dark .el-submenu__title:hover{background-color:#324157}.el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover,.el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover,.el-menu-item:hover{background-color:#d1dbe5}.el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item,.el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title{color:#48576a}.el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item.is-active,.el-menu-item.is-active{color:#20a0ff}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item,.el-menu--collapse>.el-submenu>.el-submenu__title{text-align:center}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-ms-transform:none;transform:none}.el-menu-item [class^=el-icon-]{vertical-align:baseline;margin-right:10px}.el-menu-item:first-child{margin-left:0}.el-menu-item:last-child{margin-right:0}.el-submenu [class^=el-icon-]{vertical-align:baseline;margin-right:10px}.el-submenu .el-menu{background-color:#e4e8f1}.el-submenu .el-menu-item:hover,.el-submenu__title:hover{background-color:#d1dbe5}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-ms-transform:rotate(180deg);transform:rotateZ(180deg)}.el-submenu.is-active .el-submenu__title{border-bottom-color:#20a0ff}.el-submenu__title{position:relative}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;transition:transform .3s;font-size:12px}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding-top:15px;line-height:normal;font-size:14px;padding-left:20px;color:#97a8be}.el-radio-button__inner,.el-radio-group,.el-radio__input{line-height:1;vertical-align:middle}.el-radio{color:#1f2d3d;cursor:pointer;white-space:nowrap}.el-radio+.el-radio{margin-left:15px}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0}.el-radio__input.is-focus .el-radio__inner{border-color:#20a0ff}.el-radio__input.is-checked .el-radio__inner{border-color:#20a0ff;background:#20a0ff}.el-radio__input.is-checked .el-radio__inner::after{-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-disabled .el-radio__inner{background-color:#eef1f6;border-color:#d1dbe5;cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#eef1f6}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#d1dbe5;border-color:#d1dbe5}.el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#fff}.el-radio__input.is-disabled+.el-radio__label{color:#bbb;cursor:not-allowed}.el-radio__inner{border:1px solid #bfcbd9;width:18px;height:18px;border-radius:50%;cursor:pointer;box-sizing:border-box}.el-radio__inner:hover{border-color:#20a0ff}.el-radio__inner::after{width:6px;height:6px;border-radius:50%;background-color:#fff;content:"";position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:transform .15s cubic-bezier(.71,-.46,.88,.6)}.el-switch__core,.el-switch__label{width:46px;height:22px;cursor:pointer}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio-button,.el-radio-button__inner{position:relative;display:inline-block}.el-radio__label{font-size:14px;padding-left:5px}.el-radio-group{display:inline-block;font-size:0}.el-radio-group .el-radio{font-size:14px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #bfcbd9;border-radius:4px 0 0 4px;box-shadow:none!important}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button__inner{white-space:nowrap;background:#fff;border:1px solid #bfcbd9;border-left:0;color:#1f2d3d;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:0;margin:0;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);padding:10px 15px;font-size:14px;border-radius:0}.el-radio-button__inner:hover{color:#20a0ff}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1;left:-999px}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#fff;background-color:#20a0ff;border-color:#20a0ff;box-shadow:-1px 0 0 0 #20a0ff}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#bfcbd9;cursor:not-allowed;background-image:none;background-color:#eef1f6;border-color:#d1dbe5;box-shadow:none}.el-radio-button--large .el-radio-button__inner{padding:11px 19px;font-size:16px;border-radius:0}.el-radio-button--small .el-radio-button__inner{padding:7px 9px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner{padding:4px;font-size:12px;border-radius:0}.el-switch{display:inline-block;position:relative;font-size:14px;line-height:22px;height:22px;vertical-align:middle}.el-switch__label,.el-switch__label *{position:absolute;font-size:14px;display:inline-block}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-switch.is-disabled .el-switch__core{border-color:#e4e8f1!important;background:#e4e8f1!important}.el-switch.is-disabled .el-switch__core span{background-color:#fbfdff!important}.el-switch.is-disabled .el-switch__core~.el-switch__label *{color:#fbfdff!important}.el-switch.is-checked .el-switch__core{border-color:#20a0ff;background-color:#20a0ff}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{transition:.2s;left:0;top:0}.el-switch__label *{line-height:1;top:4px;color:#fff}.el-switch__label--left i{left:6px}.el-switch__label--right i{right:6px}.el-switch__input{display:none}.el-switch__core{margin:0;display:inline-block;position:relative;border:1px solid #bfcbd9;outline:0;border-radius:12px;box-sizing:border-box;background:#bfcbd9;transition:border-color .3s,background-color .3s}.el-switch__core .el-switch__button{top:0;left:0;position:absolute;border-radius:100%;transition:transform .3s;width:16px;height:16px;background-color:#fff}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #d1dbe5;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);box-sizing:border-box;margin:5px 0}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#20a0ff;background-color:#fff}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover,.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#e4e8f1}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:10px;font-family:element-icons;content:"\E608";font-size:11px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:8px 10px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#48576a;height:36px;line-height:1.5;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.selected{color:#fff;background-color:#20a0ff}.el-select-dropdown__item.selected.hover{background-color:#1c8de0}.el-select-dropdown__item span{line-height:1.5!important}.el-select-dropdown__item.is-disabled{color:#bfcbd9;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fff}.el-select-group{margin:0;padding:0}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select-group__wrap{list-style:none;margin:0;padding:0}.el-select-group__title{padding-left:10px;font-size:12px;color:#999;height:30px;line-height:30px}.el-select{display:inline-block;position:relative}.el-select:hover .el-input__inner{border-color:#8391a5}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#20a0ff}.el-select .el-input .el-input__icon{color:#bfcbd9;font-size:12px;transition:transform .3s;-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotateZ(180deg);line-height:16px;top:50%;cursor:pointer}.el-select .el-input .el-input__icon.is-show-close{transition:0s;width:16px;height:16px;font-size:14px;right:8px;text-align:center;-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotateZ(180deg);border-radius:100%;color:#bfcbd9}.el-select .el-input .el-input__icon.is-show-close:hover{color:#97a8be}.el-select .el-input .el-input__icon.is-reverse{-ms-transform:translateY(-50%);transform:translateY(-50%)}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#d1dbe5}.el-select>.el-input{display:block}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{height:24px;line-height:24px;box-sizing:border-box;margin:3px 0 3px 6px}.el-select__input{border:none;outline:0;padding:0;margin-left:10px;color:#666;font-size:14px;vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#bfcbd9;line-height:18px;font-size:12px}.el-select__close:hover{color:#97a8be}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.el-table,.el-table td,.el-table th{box-sizing:border-box;position:relative}.el-select__tag{display:inline-block;height:24px;line-height:24px;font-size:14px;border-radius:4px;color:#fff;background-color:#20a0ff}.el-select__tag .el-icon-close{font-size:12px}.el-table{overflow:hidden;width:100%;max-width:100%;background-color:#fff;border:1px solid #dfe6ec;font-size:14px;color:#1f2d3d}.el-table .el-tooltip.cell{white-space:nowrap;min-width:50px}.el-table td,.el-table th{height:40px;min-width:0;text-overflow:ellipsis;vertical-align:middle}.el-table::after,.el-table::before{content:'';position:absolute;background-color:#dfe6ec;z-index:1}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.is-left,.el-table th.is-left{text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #dfe6ec}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .cell,.el-table th>div{padding-left:18px;padding-right:18px;box-sizing:border-box;text-overflow:ellipsis}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table::after{top:0;right:0;width:1px;height:100%}.el-table .caret-wrapper,.el-table th>.cell{position:relative;display:inline-block;vertical-align:middle}.el-table th{white-space:nowrap;overflow:hidden;background-color:#eef1f6;text-align:left}.el-table th>div{display:inline-block;line-height:40px;overflow:hidden;white-space:nowrap}.el-table td>div{box-sizing:border-box}.el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table th>.cell{word-wrap:normal;text-overflow:ellipsis;line-height:30px;width:100%;box-sizing:border-box}.el-table th>.cell.highlight{color:#20a0ff}.el-table .caret-wrapper{cursor:pointer;margin-left:5px;margin-top:-2px;width:16px;height:30px;overflow:visible;overflow:initial}.el-table .cell,.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table .sort-caret{display:inline-block;width:0;height:0;border:0;content:"";position:absolute;left:3px;z-index:2}.el-table .sort-caret.ascending,.el-table .sort-caret.descending{border-right:5px solid transparent;border-left:5px solid transparent}.el-table .sort-caret.ascending{top:9px;border-top:none;border-bottom:5px solid #97a8be}.el-table .sort-caret.descending{bottom:9px;border-top:5px solid #97a8be;border-bottom:none}.el-table .ascending .sort-caret.ascending{border-bottom-color:#48576a}.el-table .descending .sort-caret.descending{border-top-color:#48576a}.el-table td.gutter{width:0}.el-table .cell{white-space:normal;word-break:break-all;line-height:24px}.el-badge__content,.el-message__group p,.el-steps.is-horizontal,.el-tabs__nav,.el-tag,.el-time-spinner,.el-tree-node,.el-upload-cover__title{white-space:nowrap}.el-table tr input[type=checkbox]{margin:0}.el-table tr{background-color:#fff}.el-table .hidden-columns{position:absolute;z-index:-1}.el-table__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-table__empty-text{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#5e7382}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;transition:transform .2s ease-in-out;height:40px}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expand-icon--expanded{-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expanded-cell{padding:20px 50px;background-color:#fbfdff;box-shadow:inset 0 2px 0 #f4f4f4}.el-table__expanded-cell:hover{background-color:#fbfdff!important}.el-table--fit{border-right:0;border-bottom:0}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #dfe6ec}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--border td,.el-table--border th{border-right:1px solid #dfe6ec}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;box-shadow:1px 0 8px #d3d4d6;overflow-x:hidden}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#dfe6ec;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#eef1f6}.el-table__fixed-right{top:0;left:auto;right:0;box-shadow:-1px 0 8px #d3d4d6}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-header-wrapper thead div{background-color:#eef1f6;color:#1f2d3d}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #dfe6ec;background-color:#fbfdff;color:#1f2d3d}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #dfe6ec}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed}.el-table__footer-wrapper thead div,.el-table__header-wrapper thead div{background-color:#eef1f6;color:#1f2d3d}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#fbfdff;color:#1f2d3d}.el-table__body-wrapper{overflow:auto;position:relative}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#FAFAFA;background-clip:padding-box}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background:#edf7ff}.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#eef1f6}.el-table__body tr.current-row>td{background:#edf7ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #dfe6ec;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;margin-left:5px;cursor:pointer}.el-table__column-filter-trigger i{color:#97a8be}.el-table--enable-row-transition .el-table__body td{transition:background-color .25s ease}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active,.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:opacity .2s linear}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#eef1f6;background-clip:padding-box}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #d1dbe5;border-radius:2px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.12);box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#e4e8f1;color:#48576a}.el-table-filter__list-item.is-active{background-color:#20a0ff;color:#fff}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #d1dbe5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#8391a5;cursor:pointer;font-size:14px;padding:0 3px}.el-table-filter__bottom button:hover{color:#20a0ff}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#bfcbd9;cursor:not-allowed}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;min-width:224px;user-select:none}.el-date-table td{width:32px;height:32px;box-sizing:border-box;text-align:center;cursor:pointer}.el-date-table td.next-month,.el-date-table td.prev-month{color:#ddd}.el-date-table td.today{color:#20a0ff;position:relative}.el-date-table td.today:before{content:" ";position:absolute;top:0;right:0;width:0;height:0;border-top:.5em solid #20a0ff;border-left:.5em solid transparent}.el-month-table td .cell,.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px}.el-date-table td.available:hover{background-color:#e4e8f1}.el-date-table td.in-range{background-color:#d2ecff}.el-date-table td.in-range:hover{background-color:#afddff}.el-date-table td.current:not(.disabled),.el-date-table td.end-date,.el-date-table td.start-date{background-color:#20a0ff!important;color:#fff}.el-date-table td.disabled{background-color:#f4f4f4;opacity:1;cursor:not-allowed;color:#ccc}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-date-table td.week{font-size:80%;color:#8391a5}.el-month-table,.el-year-table{font-size:12px;margin:-1px;border-collapse:collapse}.el-date-table th{padding:5px;color:#8391a5;font-weight:400}.el-date-table.is-week-mode .el-date-table__row:hover{background-color:#e4e8f1}.el-date-table.is-week-mode .el-date-table__row.current{background-color:#d2ecff}.el-month-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-month-table td .cell{color:#48576a}.el-month-table td .cell:hover{background-color:#e4e8f1}.el-month-table td.disabled .cell{background-color:#f4f4f4;cursor:not-allowed;color:#ccc}.el-month-table td.current:not(.disabled) .cell{background-color:#20a0ff!important;color:#fff}.el-year-table .el-icon{color:#97a8be}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td .cell{color:#48576a}.el-year-table td .cell:hover{background-color:#e4e8f1}.el-year-table td.disabled .cell{background-color:#f4f4f4;cursor:not-allowed;color:#ccc}.el-year-table td.current:not(.disabled) .cell{background-color:#20a0ff!important;color:#fff}.el-date-range-picker{min-width:520px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker.has-sidebar.has-time{min-width:766px}.el-date-range-picker.has-sidebar{min-width:620px}.el-date-range-picker.has-time{min-width:660px}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header button{float:left}.el-date-range-picker__header div{font-size:14px;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-right .el-date-range-picker__header button{float:right}.el-date-range-picker__content.is-right .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__editors-wrap{box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#97a8be}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#fff}.el-time-range-picker{min-width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #d1dbe5}.el-picker-panel{color:#48576a;border:1px solid #d1dbe5;box-shadow:0 2px 6px #ccc;background:#fff;border-radius:2px;line-height:20px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#fff;position:relative}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#48576a;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{background-color:#e4e8f1}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#20a0ff}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#97a8be;border:0;background:0 0;cursor:pointer;outline:0;margin-top:3px}.el-date-picker__header-label.active,.el-date-picker__header-label:hover,.el-picker-panel__icon-btn:hover{color:#20a0ff}.el-picker-panel__link-btn{cursor:pointer;color:#20a0ff;text-decoration:none;padding:15px;font-size:12px}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;box-sizing:border-box;padding-top:6px;background-color:#fbfdff;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-date-picker{min-width:254px}.el-date-picker .el-picker-panel__content{min-width:224px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker.has-sidebar.has-time{min-width:434px}.el-date-picker.has-sidebar{min-width:370px}.el-date-picker.has-time{min-width:324px}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header-label{font-size:14px;padding:0 5px;line-height:22px;text-align:center;cursor:pointer}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px}.time-select-item.selected:not(.disabled){background-color:#20a0ff;color:#fff}.time-select-item.selected:not(.disabled):hover{background-color:#20a0ff}.time-select-item.disabled{color:#d1dbe5;cursor:not-allowed}.time-select-item:hover{background-color:#e4e8f1;cursor:pointer}.el-fade-in-enter-active,.el-fade-in-leave-active,.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active,.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active,.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-ms-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-ms-transform:scaleY(1);transform:scaleY(1);-ms-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-ms-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-ms-transform:scaleY(1);transform:scaleY(1);-ms-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-ms-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-ms-transform:scale(1,1);transform:scale(1,1);-ms-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-ms-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-ms-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-date-editor{position:relative;display:inline-block}.el-date-editor .el-picker-panel{position:absolute;min-width:180px;box-sizing:border-box;box-shadow:0 2px 6px #ccc;background:#fff;z-index:10;top:41px}.el-date-editor.el-input{width:193px}.el-date-editor--daterange.el-input{width:220px}.el-date-editor--datetimerange.el-input{width:350px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33%}.el-time-spinner.has-seconds .el-time-spinner__wrapper:nth-child(2){margin-left:1%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__list{padding:0;margin:0;list-style:none;text-align:center}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#e4e8f1;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#fff}.el-time-spinner__item.disabled{color:#d1dbe5;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #d1dbe5;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-ms-user-select:none;user-select:none}.el-popover,.el-tabs--border-card{box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-slider__button,.el-slider__button-wrapper{-webkit-user-select:none;-moz-user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:":";top:50%;color:#fff;position:absolute;font-size:14px;margin-top:-15px;line-height:16px;background-color:#20a0ff;height:32px;z-index:-1;left:0;right:0;box-sizing:border-box;padding-top:6px;text-align:left}.el-time-panel__content::after{left:50%;margin-left:-2px}.el-time-panel__content::before{padding-left:50%;margin-right:-2px}.el-time-panel__content.has-seconds::after{left:66.66667%}.el-time-panel__content.has-seconds::before{padding-left:33.33333%}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#8391a5}.el-time-panel__btn.confirm{font-weight:800;color:#20a0ff}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:2px;border:1px solid #d1dbe5;padding:10px;z-index:2000;font-size:12px}.el-popover .popper__arrow,.el-popover .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popover .popper__arrow{border-width:6px}.el-popover .popper__arrow::after{content:" ";border-width:6px}.el-popover[x-placement^=top]{margin-bottom:12px}.el-popover[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#d1dbe5;border-bottom-width:0}.el-popover[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#fff;border-bottom-width:0}.el-popover[x-placement^=bottom]{margin-top:12px}.el-popover[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#d1dbe5}.el-popover[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#fff}.el-popover[x-placement^=right]{margin-left:12px}.el-popover[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#d1dbe5;border-left-width:0}.el-popover[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popover[x-placement^=left]{margin-right:12px}.el-popover[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#d1dbe5}.el-popover[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#fff}.el-popover__title{color:#1f2d3d;font-size:13px;line-height:1;margin-bottom:9px}.v-modal-enter{animation:v-modal-in .2s ease}.v-modal-leave{animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-message-box{text-align:left;display:inline-block;vertical-align:middle;background-color:#fff;width:420px;border-radius:3px;font-size:16px;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:20px 20px 0}.el-message-box__headerbtn{position:absolute;top:19px;right:20px;background:0 0;border:none;outline:0;padding:0;cursor:pointer}.el-message-box__headerbtn .el-message-box__close{color:#999}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#20a0ff}.el-message-box__content{padding:30px 20px;color:#48576a;font-size:14px;position:relative}.el-message-box__input{padding-top:15px}.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#ff4949}.el-message-box__errormsg{color:#ff4949;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:16px;font-weight:700;height:18px;color:#333}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:1.4}.el-message-box__btns{padding:10px 20px 15px;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box__status{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:36px!important}.el-message-box__status.el-icon-circle-check{color:#13ce66}.el-message-box__status.el-icon-information{color:#50bfff}.el-message-box__status.el-icon-warning{color:#f7ba2a}.el-message-box__status.el-icon-circle-cross{color:#ff4949}.msgbox-fade-enter-active{animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{animation:msgbox-fade-out .3s}@keyframes msgbox-fade-in{0%{transform:translate3d(0,-20px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-out{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:13px;line-height:1}.el-breadcrumb__separator{margin:0 8px;color:#bfcbd9}.el-breadcrumb__item{float:left}.el-breadcrumb__item:last-child .el-breadcrumb__item__inner,.el-breadcrumb__item:last-child .el-breadcrumb__item__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__item__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__item__inner:hover{color:#97a8be;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-breadcrumb__item__inner,.el-breadcrumb__item__inner a{transition:color .15s linear;color:#48576a}.el-breadcrumb__item__inner a:hover,.el-breadcrumb__item__inner:hover{color:#20a0ff;cursor:pointer}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item .el-form-item{margin-bottom:0}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner,.el-form-item.is-error .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-textarea__inner{border-color:#ff4949}.el-form-item.is-required .el-form-item__label:before{content:'*';color:#ff4949;margin-right:4px}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#48576a;line-height:1;padding:11px 12px 11px 0;box-sizing:border-box}.el-form-item__content{line-height:36px;position:relative;font-size:14px}.el-form-item__error{color:#ff4949;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-tabs__header{border-bottom:1px solid #d1dbe5;padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:3px;background-color:#20a0ff;z-index:1;transition:transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-ms-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#20a0ff}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap.is-scrollable{padding:0 15px}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#8391a5}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{position:relative;transition:transform .3s;float:left}.el-tabs__item{padding:0 16px;height:42px;box-sizing:border-box;line-height:42px;display:inline-block;list-style:none;font-size:14px;color:#8391a5;position:relative}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-ms-transform:scale(.7,.7);transform:scale(.7,.7);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#97a8be;color:#fff}.el-tabs__item:hover{color:#1f2d3d;cursor:pointer}.el-tabs__item.is-disabled{color:#bbb;cursor:default}.el-tabs__item.is-active{color:#20a0ff}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tag,.slideInLeft-transition,.slideInRight-transition{display:inline-block}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item{border:1px solid transparent;transition:all .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-right:9px;padding-left:9px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border:1px solid #d1dbe5;border-bottom-color:#fff;border-radius:4px 4px 0 0}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-right:16px;padding-left:16px}.el-tabs--border-card{background:#fff;border:1px solid #d1dbe5}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#eef1f6;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item{transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;border-top:0;margin-right:-1px;margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{background-color:#fff;border-right-color:#d1dbe5;border-left-color:#d1dbe5}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active:first-child{border-left-color:#d1dbe5}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active:last-child{border-right-color:#d1dbe5}.slideInRight-enter{animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;animation:slideInRight-leave .3s}.slideInLeft-enter{animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;animation:slideInLeft-leave .3s}@keyframes slideInRight-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes slideInRight-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(100%);opacity:0}}@keyframes slideInLeft-enter{0%{opacity:0;transform-origin:0 0;transform:translateX(-100%)}to{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes slideInLeft-leave{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0}}.el-tag{background-color:#8391a5;padding:0 5px;height:24px;line-height:22px;font-size:12px;color:#fff;border-radius:4px;box-sizing:border-box;border:1px solid transparent}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;-ms-transform:scale(.75,.75);transform:scale(.75,.75);height:18px;width:18px;line-height:18px;vertical-align:middle;top:-1px;right:-2px}.el-tag .el-icon-close:hover{background-color:#fff;color:#8391a5}.el-tag--gray{background-color:#e4e8f1;border-color:#e4e8f1;color:#48576a}.el-tag--gray .el-tag__close:hover{background-color:#48576a;color:#fff}.el-tag--gray.is-hit{border-color:#48576a}.el-tag--primary{background-color:rgba(32,160,255,.1);border-color:rgba(32,160,255,.2);color:#20a0ff}.el-tag--primary .el-tag__close:hover{background-color:#20a0ff;color:#fff}.el-tag--primary.is-hit{border-color:#20a0ff}.el-tag--success{background-color:rgba(18,206,102,.1);border-color:rgba(18,206,102,.2);color:#13ce66}.el-tag--success .el-tag__close:hover{background-color:#13ce66;color:#fff}.el-tag--success.is-hit{border-color:#13ce66}.el-tag--warning{background-color:rgba(247,186,41,.1);border-color:rgba(247,186,41,.2);color:#f7ba2a}.el-tag--warning .el-tag__close:hover{background-color:#f7ba2a;color:#fff}.el-tag--warning.is-hit{border-color:#f7ba2a}.el-tag--danger{background-color:rgba(255,73,73,.1);border-color:rgba(255,73,73,.2);color:#ff4949}.el-tag--danger .el-tag__close:hover{background-color:#ff4949;color:#fff}.el-tag--danger.is-hit{border-color:#ff4949}.el-tree{cursor:default;background:#fff;border:1px solid #d1dbe5}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#5e7382}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree-node__expand-icon,.el-tree-node__label,.el-tree-node__loading-icon{display:inline-block;vertical-align:middle}.el-tree-node__content{line-height:36px;height:36px;cursor:pointer}.el-tree-node__content>.el-checkbox,.el-tree-node__content>.el-tree-node__expand-icon{margin-right:8px}.el-tree-node__content>.el-checkbox{vertical-align:middle}.el-tree-node__content:hover{background:#e4e8f1}.el-tree-node__expand-icon{cursor:pointer;width:0;height:0;margin-left:10px;border:6px solid transparent;border-right-width:0;border-left-color:#97a8be;border-left-width:7px;-ms-transform:rotate(0);transform:rotate(0);transition:transform .3s ease-in-out}.el-tree-node__expand-icon:hover{border-left-color:#999}.el-tree-node__expand-icon.expanded{-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{border-color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:4px;font-size:14px;color:#97a8be}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#edf7ff}.el-alert{width:100%;padding:8px 16px;margin:0;box-sizing:border-box;border-radius:4px;position:relative;background-color:#fff;overflow:hidden;color:#fff;opacity:1;display:table;transition:opacity .2s}.el-alert .el-alert__description{color:#fff;font-size:12px;margin:5px 0 0}.el-alert--success{background-color:#13ce66}.el-alert--info{background-color:#50bfff}.el-alert--warning{background-color:#f7ba2a}.el-alert--error{background-color:#ff4949}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px;display:table-cell;color:#fff;vertical-align:middle}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert__closebtn{font-size:12px;color:#fff;opacity:1;top:12px;right:15px;position:absolute;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active{opacity:0}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{width:330px;padding:20px;box-sizing:border-box;border-radius:2px;position:fixed;right:16px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);transition:opacity .3s,transform .3s,right .3s,top .4s;overflow:hidden}.el-notification .el-icon-circle-check{color:#13ce66}.el-notification .el-icon-circle-cross{color:#ff4949}.el-notification .el-icon-information{color:#50bfff}.el-notification .el-icon-warning{color:#f7ba2a}.el-notification__group{margin-left:0}.el-notification__group.is-with-icon{margin-left:55px}.el-notification__title{font-weight:400;font-size:16px;color:#1f2d3d;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:10px 0 0;color:#8391a5;text-align:justify}.el-notification__icon{width:40px;height:40px;font-size:40px;float:left;position:relative;top:3px}.el-notification__closeBtn{top:20px;right:20px;position:absolute;cursor:pointer;color:#bfcbd9;font-size:14px}.el-notification__closeBtn:hover{color:#97a8be}.el-notification-fade-enter{-ms-transform:translateX(100%);transform:translateX(100%);right:0}.el-input-number{display:inline-block;width:180px;position:relative}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:82px}.el-input-number.is-without-controls .el-input__inner{padding-right:10px}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#d1dbe5;color:#d1dbe5}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#d1dbe5;cursor:not-allowed}.el-input-number__decrease,.el-input-number__increase{height:auto;border-left:1px solid #bfcbd9;width:36px;line-height:34px;top:1px;text-align:center;color:#97a8be;cursor:pointer;position:absolute;z-index:1}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#20a0ff}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#20a0ff}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#d1dbe5;cursor:not-allowed}.el-input-number__increase{right:0}.el-input-number__decrease{right:37px}.el-input-number--large{width:200px}.el-input-number--large .el-input-number__decrease,.el-input-number--large .el-input-number__increase{line-height:40px;width:42px;font-size:16px}.el-input-number--large .el-input-number__decrease{right:43px}.el-input-number--large .el-input__inner{padding-right:94px}.el-input-number--small{width:130px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{line-height:28px;width:30px;font-size:13px}.el-input-number--small .el-input-number__decrease{right:31px}.el-input-number--small .el-input__inner{padding-right:70px}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-progress-bar__inner:after,.el-row:after,.el-row:before,.el-slider:after,.el-slider:before,.el-slider__button-wrapper:after,.el-upload-cover:after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#1f2d3d;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#1f2d3d;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#1f2d3d}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#1f2d3d}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#1f2d3d;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#1f2d3d;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#1f2d3d}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#1f2d3d}.el-tooltip__popper.is-light{background:#fff;border:1px solid #1f2d3d}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#1f2d3d}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#1f2d3d}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#1f2d3d}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#1f2d3d}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#fff}.el-tooltip__popper.is-dark{background:#1f2d3d;color:#fff}.el-slider:after,.el-slider:before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after{display:inline-block;vertical-align:middle}.el-slider:after{clear:both}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:4px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:4px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-16px;-ms-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-ms-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:64px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:30px;margin-top:-1px;border:1px solid #bfcbd9;line-height:20px;box-sizing:border-box;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#8391a5}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#20a0ff}.el-slider__runway{width:100%;height:4px;margin:16px 0;background-color:#e4e8f1;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar,.el-slider__runway.disabled .el-slider__button{background-color:#bfcbd9}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-ms-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__input{float:right;margin-top:3px}.el-slider__bar{height:4px;background-color:#20a0ff;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{width:36px;height:36px;position:absolute;z-index:1001;top:-16px;-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-ms-user-select:none;user-select:none}.el-slider__button-wrapper:after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:12px;height:12px;background-color:#20a0ff;border-radius:50%;transition:.2s;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-ms-transform:scale(1.5);transform:scale(1.5);background-color:#1c8de0}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{position:absolute;width:4px;height:4px;border-radius:100%;background-color:#bfcbd9;-ms-transform:translateX(-50%);transform:translateX(-50%)}.el-loading-mask{position:absolute;z-index:10000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{width:50px;height:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row{position:relative}.el-loading-spinner .el-loading-text{color:#20a0ff;margin:3px 0;font-size:14px}.el-loading-spinner .circular{width:42px;height:42px;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#20a0ff;stroke-linecap:round}@keyframes loading-rotate{100%{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{box-sizing:border-box}.el-row:after,.el-row:before{display:table}.el-row:after{clear:both}.el-row--flex{display:-ms-flexbox;display:flex}.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-align-bottom{-ms-flex-align:end;align-items:flex-end}.el-row--flex.is-align-middle{-ms-flex-align:center;align-items:center}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-justify-space-between{-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-end{-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-center{-ms-flex-pack:center;justify-content:center}.el-col-1,.el-col-10,.el-col-11,.el-col-12,.el-col-13,.el-col-14,.el-col-15,.el-col-16,.el-col-17,.el-col-18,.el-col-19,.el-col-2,.el-col-20,.el-col-21,.el-col-22,.el-col-23,.el-col-24,.el-col-3,.el-col-4,.el-col-5,.el-col-6,.el-col-7,.el-col-8,.el-col-9{float:left;box-sizing:border-box}.el-col-0{width:0}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media (max-width:768px){.el-col-xs-0{width:0}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media (min-width:768px){.el-col-sm-0{width:0}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media (min-width:992px){.el-col-md-0{width:0}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media (min-width:1200px){.el-col-lg-0{width:0}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}.el-progress-bar__inner:after{display:inline-block;height:100%;vertical-align:middle}.el-upload{display:inline-block;text-align:center;cursor:pointer}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#8391a5;margin-top:7px}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover{border-color:#20a0ff;color:#20a0ff}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;position:relative;overflow:hidden}.el-upload-dragger .el-upload__text{color:#97a8be;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#20a0ff;font-style:normal}.el-upload-dragger .el-icon-upload{font-size:67px;color:#97a8be;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid rgba(191,203,217,.2);margin-top:7px;padding-top:5px}.el-upload-dragger:hover{border-color:#20a0ff}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #20a0ff}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item{transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#48576a;line-height:1.8;margin-top:5px;box-sizing:border-box;border-radius:4px;width:100%;position:relative}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;top:-13px;right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#13ce66}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#48576a;-ms-transform:scale(.7);transform:scale(.7)}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item:hover{background-color:#eef1f6}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#20a0ff;cursor:pointer}.el-upload-list__item.is-success:hover .el-upload-list__item-status-label{display:none}.el-upload-list__item-name{color:#48576a;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{color:#97a8be;margin-right:7px;height:100%;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#48576a;display:none}.el-upload-list__item-delete:hover{color:#20a0ff}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#fff}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover:after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-ms-transform:rotate(45deg);transform:rotate(45deg);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-ms-transform:rotate(-45deg) scale(.8);transform:rotate(-45deg) scale(.8);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#fff;font-size:14px;cursor:pointer;vertical-align:middle;transition:transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-ms-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#fff;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#fff;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#48576a}.el-progress{position:relative;line-height:1}.el-progress.is-exception .el-progress-bar__inner{background-color:#ff4949}.el-progress.is-exception .el-progress__text{color:#ff4949}.el-progress.is-success .el-progress-bar__inner{background-color:#13ce66}.el-progress.is-success .el-progress__text{color:#13ce66}.el-progress__text{font-size:14px;color:#48576a;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle{display:inline-block}.el-progress--circle .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress-bar,.el-progress-bar__innerText,.el-spinner{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#e4e8f1;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#20a0ff;text-align:right;border-radius:100px;line-height:1}.el-progress-bar__innerText{color:#fff;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%}.el-spinner-inner{animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);min-width:300px;padding:10px 12px;box-sizing:border-box;border-radius:2px;position:fixed;left:50%;top:20px;-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;transition:opacity .3s,transform .4s;overflow:hidden}.el-message .el-icon-circle-check{color:#13ce66}.el-message .el-icon-circle-cross{color:#ff4949}.el-message .el-icon-information{color:#50bfff}.el-message .el-icon-warning{color:#f7ba2a}.el-message__group{margin-left:38px;position:relative;height:20px;line-height:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.el-message__group p{font-size:14px;margin:0 34px 0 0;color:#8391a5;text-align:justify}.el-step__head,.el-steps.is-horizontal.is-center{text-align:center}.el-message__group.is-with-icon{margin-left:0}.el-message__img{width:40px;height:40px;position:absolute;left:0;top:0}.el-message__icon{vertical-align:middle;margin-right:8px}.el-message__closeBtn{top:3px;right:0;position:absolute;cursor:pointer;color:#bfcbd9;font-size:14px}.el-message__closeBtn:hover{color:#97a8be}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#ff4949;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;border:1px solid #fff}.el-badge__content.is-dot{width:8px;height:8px;padding:0;right:0;border-radius:50%}.el-badge__content.is-fixed{top:0;right:10px;position:absolute;-ms-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-card{border:1px solid #d1dbe5;border-radius:4px;background-color:#fff;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-card__header{padding:18px 20px;border-bottom:1px solid #d1dbe5;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#bfcbd9;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-ms-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{font-size:0}.el-steps>:last-child .el-step__line{display:none}.el-step.is-horizontal,.el-step.is-vertical .el-step__head,.el-step.is-vertical .el-step__main,.el-step__line{display:inline-block}.el-step{position:relative;vertical-align:top}.el-step:last-child .el-step__main{padding-right:0}.el-step.is-vertical .el-step__main{padding-left:10px}.el-step__line{position:absolute;border-color:inherit;background-color:#bfcbd9}.el-step__line.is-vertical{width:2px;box-sizing:border-box;top:32px;bottom:0;left:15px}.el-step__line.is-horizontal{top:15px;height:2px;left:32px;right:0}.el-step__line.is-icon.is-horizontal{right:4px}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;transition:all 150ms;box-sizing:border-box;width:0;height:0}.el-step__icon{display:block;line-height:28px}.el-step__icon>*{line-height:inherit;vertical-align:middle}.el-step__head{width:28px;height:28px;border-radius:50%;background-color:transparent;line-height:28px;font-size:28px;vertical-align:top;transition:all 150ms}.el-carousel__arrow,.el-carousel__button{margin:0;transition:.3s;cursor:pointer;outline:0}.el-step__head.is-finish{color:#20a0ff;border-color:#20a0ff}.el-step__head.is-error{color:#ff4949;border-color:#ff4949}.el-step__head.is-success{color:#13ce66;border-color:#13ce66}.el-step__head.is-process,.el-step__head.is-wait{color:#bfcbd9;border-color:#bfcbd9}.el-step__head.is-text{font-size:14px;border-width:2px;border-style:solid}.el-step__head.is-text.is-finish{color:#fff;background-color:#20a0ff;border-color:#20a0ff}.el-step__head.is-text.is-error{color:#fff;background-color:#ff4949;border-color:#ff4949}.el-step__head.is-text.is-success{color:#fff;background-color:#13ce66;border-color:#13ce66}.el-step__head.is-text.is-wait{color:#bfcbd9;background-color:#fff;border-color:#bfcbd9}.el-step__head.is-text.is-process{color:#fff;background-color:#bfcbd9;border-color:#bfcbd9}.el-step__main{white-space:normal;padding-right:10px;text-align:left}.el-step__title{font-size:14px;line-height:32px;display:inline-block}.el-step__title.is-finish{font-weight:700;color:#20a0ff}.el-step__title.is-error{font-weight:700;color:#ff4949}.el-step__title.is-success{font-weight:700;color:#13ce66}.el-step__title.is-wait{font-weight:400;color:#97a8be}.el-step__title.is-process{font-weight:700;color:#48576a}.el-step__description{font-size:12px;font-weight:400;line-height:14px}.el-step__description.is-finish{color:#20a0ff}.el-step__description.is-error{color:#ff4949}.el-step__description.is-success{color:#13ce66}.el-step__description.is-wait{color:#bfcbd9}.el-step__description.is-process{color:#8391a5}.el-carousel{overflow-x:hidden;position:relative}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;padding:0;width:36px;height:36px;border-radius:50%;background-color:rgba(31,45,61,.11);color:#fff;position:absolute;top:50%;z-index:10;-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__indicators{position:absolute;list-style:none;bottom:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;z-index:2}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-ms-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#8391a5;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-ms-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{width:auto;height:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{display:inline-block;background-color:transparent;padding:12px 4px;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#fff;border:none;padding:0}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-ms-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-ms-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active .el-scrollbar__bar,.el-scrollbar:focus .el-scrollbar__bar,.el-scrollbar:hover .el-scrollbar__bar{opacity:1;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(151,168,190,.3);transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(151,168,190,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-carousel__item{position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;transition:.4s ease-in-out;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-active,.el-cascader .el-icon-circle-close,.el-cascader-menus{z-index:2}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__mask{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.24;transition:.2s}.el-collapse{border:1px solid #dfe6ec;border-radius:0}.el-collapse-item:last-child{margin-bottom:-1px}.el-collapse-item.is-active>.el-collapse-item__header .el-collapse-item__header__arrow{-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header{height:43px;line-height:43px;padding-left:15px;background-color:#fff;color:#48576a;cursor:pointer;border-bottom:1px solid #dfe6ec;font-size:13px}.el-collapse-item__header__arrow{margin-right:8px;transition:transform .3s}.el-collapse-item__wrap{will-change:height;background-color:#fbfdff;overflow:hidden;box-sizing:border-box;border-bottom:1px solid #dfe6ec}.el-collapse-item__content{padding:10px 15px;font-size:13px;color:#1f2d3d;line-height:1.769230769230769}.el-cascader{display:inline-block;position:relative}.el-cascader .el-input,.el-cascader .el-input__inner{cursor:pointer}.el-cascader .el-input__icon{transition:none}.el-cascader .el-icon-caret-bottom{transition:transform .3s}.el-cascader .el-icon-caret-bottom.is-reverse{-ms-transform:rotate(180deg);transform:rotateZ(180deg)}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#bbb}.el-cascader__label{position:absolute;left:0;top:0;height:100%;line-height:36px;padding:0 25px 0 10px;color:#1f2d3d;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box;cursor:pointer;font-size:14px;text-align:left}.el-cascader__label span{color:#97a8be}.el-cascader--large{font-size:16px}.el-cascader--large .el-cascader__label{line-height:40px}.el-cascader--small{font-size:13px}.el-cascader--small .el-cascader__label{line-height:28px}.el-cascader-menus{white-space:nowrap;background:#fff;position:absolute;margin:5px 0;border:1px solid #d1dbe5;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04)}.el-cascader-menu{display:inline-block;vertical-align:top;height:204px;overflow:auto;border-right:solid 1px #d1dbe5;background-color:#fff;box-sizing:border-box;margin:0;padding:6px 0;min-width:160px}.el-cascader-menu:last-child{border-right:0}.el-cascader-menu__item{font-size:14px;padding:8px 30px 8px 10px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#48576a;height:36px;line-height:1.5;box-sizing:border-box;cursor:pointer}.el-cascader-menu__item:hover{background-color:#e4e8f1}.el-cascader-menu__item.selected{color:#fff;background-color:#20a0ff}.el-cascader-menu__item.selected.hover{background-color:#1c8de0}.el-cascader-menu__item.is-active{color:#fff;background-color:#20a0ff}.el-cascader-menu__item.is-active:hover{background-color:#1c8de0}.el-cascader-menu__item.is-disabled{color:#bfcbd9;background-color:#fff;cursor:not-allowed}.el-cascader-menu__item.is-disabled:hover{background-color:#fff}.el-cascader-menu__item__keyword{font-weight:700}.el-cascader-menu__item--extensible:after{font-family:element-icons;content:"\E606";font-size:12px;-ms-transform:scale(.8);transform:scale(.8);color:#bfcbd9;position:absolute;right:10px;margin-top:1px}.el-cascader-menu--flexible{height:auto;max-height:180px;overflow:auto}.el-cascader-menu--flexible .el-cascader-menu__item{overflow:visible}.el-color-hue-slider{position:relative;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-hue-slider__bar{position:relative;background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-ms-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-alpha-slider__bar{position:relative;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#1f2d3d}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#20a0ff;border-color:#20a0ff}.el-color-dropdown__link-btn{cursor:pointer;color:#20a0ff;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:#4db3ff}.el-color-picker{display:inline-block;position:relative;line-height:normal}.el-color-picker__trigger{display:inline-block;box-sizing:border-box;height:36px;padding:6px;border:1px solid #bfcbd9;border-radius:4px;font-size:0}.el-color-picker__color{position:relative;display:inline-block;box-sizing:border-box;border:1px solid #666;width:22px;height:22px;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:12px;vertical-align:middle;color:#666;position:absolute;top:4px;left:4px}.el-color-picker__icon{display:inline-block;position:relative;top:-6px;margin-left:8px;width:12px;color:#888;font-size:12px}.el-input,.el-input__inner{width:100%;display:inline-block}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;background-color:#fff;border:1px solid #d1dbe5;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.12)}.el-input{position:relative;font-size:14px}.el-input.is-disabled .el-input__inner{background-color:#eef1f6;border-color:#d1dbe5;color:#bbb;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#bfcbd9}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#bfcbd9}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#bfcbd9}.el-input.is-disabled .el-input__inner::placeholder{color:#bfcbd9}.el-input.is-active .el-input__inner{outline:0;border-color:#20a0ff}.el-input__inner{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:none;border-radius:4px;border:1px solid #bfcbd9;box-sizing:border-box;color:#1f2d3d;font-size:inherit;height:36px;line-height:1;outline:0;padding:3px 10px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-button,.el-checkbox-button__inner{-webkit-appearance:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;outline:0;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#97a8be}.el-input__inner::-moz-placeholder{color:#97a8be}.el-input__inner:-ms-input-placeholder{color:#97a8be}.el-input__inner::placeholder{color:#97a8be}.el-input__inner:hover{border-color:#8391a5}.el-input__inner:focus{outline:0;border-color:#20a0ff}.el-input__icon{position:absolute;width:35px;height:100%;right:0;top:0;text-align:center;color:#bfcbd9;transition:all .3s}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__icon+.el-input__inner{padding-right:35px}.el-input__icon.is-clickable:hover{cursor:pointer;color:#8391a5}.el-input__icon.is-clickable:hover+.el-input__inner{border-color:#8391a5}.el-input--large{font-size:16px}.el-input--large .el-input__inner{height:42px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:30px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:22px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#fbfdff;color:#97a8be;vertical-align:middle;display:table-cell;position:relative;border:1px solid #bfcbd9;border-radius:4px;padding:0 10px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:block;margin:-10px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-button,.el-textarea__inner{font-size:14px;box-sizing:border-box}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-textarea{display:inline-block;width:100%;vertical-align:bottom}.el-textarea.is-disabled .el-textarea__inner{background-color:#eef1f6;border-color:#d1dbe5;color:#bbb;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#bfcbd9}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#bfcbd9}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#bfcbd9}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#bfcbd9}.el-textarea__inner{display:block;resize:vertical;padding:5px 7px;line-height:1.5;width:100%;color:#1f2d3d;background-color:#fff;background-image:none;border:1px solid #bfcbd9;border-radius:4px;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#97a8be}.el-textarea__inner::-moz-placeholder{color:#97a8be}.el-textarea__inner:-ms-input-placeholder{color:#97a8be}.el-textarea__inner::placeholder{color:#97a8be}.el-textarea__inner:hover{border-color:#8391a5}.el-textarea__inner:focus{outline:0;border-color:#20a0ff}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #c4c4c4;color:#1f2d3d;margin:0;padding:10px 15px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#20a0ff;border-color:#20a0ff}.el-button:active{color:#1d90e6;border-color:#1d90e6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#bfcbd9;cursor:not-allowed;background-image:none;background-color:#eef1f6;border-color:#d1dbe5}.el-checkbox,.el-checkbox__input{cursor:pointer;display:inline-block;position:relative;white-space:nowrap}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#fff;border-color:#d1dbe5;color:#bfcbd9}.el-button.is-active{color:#1d90e6;border-color:#1d90e6}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#fff;border-color:#20a0ff;color:#20a0ff}.el-button.is-plain:active{background:#fff;border-color:#1d90e6;color:#1d90e6;outline:0}.el-button--primary{color:#fff;background-color:#20a0ff;border-color:#20a0ff}.el-button--primary:focus,.el-button--primary:hover{background:#4db3ff;border-color:#4db3ff;color:#fff}.el-button--primary.is-active,.el-button--primary:active{background:#1d90e6;border-color:#1d90e6;color:#fff}.el-button--primary:active{outline:0}.el-button--primary.is-plain{background:#fff;border:1px solid #bfcbd9;color:#1f2d3d}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#fff;border-color:#20a0ff;color:#20a0ff}.el-button--primary.is-plain:active{background:#fff;border-color:#1d90e6;color:#1d90e6;outline:0}.el-button--success{color:#fff;background-color:#13ce66;border-color:#13ce66}.el-button--success:focus,.el-button--success:hover{background:#42d885;border-color:#42d885;color:#fff}.el-button--success.is-active,.el-button--success:active{background:#11b95c;border-color:#11b95c;color:#fff}.el-button--success:active{outline:0}.el-button--success.is-plain{background:#fff;border:1px solid #bfcbd9;color:#1f2d3d}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#fff;border-color:#13ce66;color:#13ce66}.el-button--success.is-plain:active{background:#fff;border-color:#11b95c;color:#11b95c;outline:0}.el-button--warning{color:#fff;background-color:#f7ba2a;border-color:#f7ba2a}.el-button--warning:focus,.el-button--warning:hover{background:#f9c855;border-color:#f9c855;color:#fff}.el-button--warning.is-active,.el-button--warning:active{background:#dea726;border-color:#dea726;color:#fff}.el-button--warning:active{outline:0}.el-button--warning.is-plain{background:#fff;border:1px solid #bfcbd9;color:#1f2d3d}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#fff;border-color:#f7ba2a;color:#f7ba2a}.el-button--warning.is-plain:active{background:#fff;border-color:#dea726;color:#dea726;outline:0}.el-button--danger{color:#fff;background-color:#ff4949;border-color:#ff4949}.el-button--danger:focus,.el-button--danger:hover{background:#ff6d6d;border-color:#ff6d6d;color:#fff}.el-button--danger.is-active,.el-button--danger:active{background:#e64242;border-color:#e64242;color:#fff}.el-button--danger:active{outline:0}.el-button--danger.is-plain{background:#fff;border:1px solid #bfcbd9;color:#1f2d3d}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#fff;border-color:#ff4949;color:#ff4949}.el-button--danger.is-plain:active{background:#fff;border-color:#e64242;color:#e64242;outline:0}.el-button--info{color:#fff;background-color:#50bfff;border-color:#50bfff}.el-button--info:focus,.el-button--info:hover{background:#73ccff;border-color:#73ccff;color:#fff}.el-button--info.is-active,.el-button--info:active{background:#48ace6;border-color:#48ace6;color:#fff}.el-button--info:active{outline:0}.el-button--info.is-plain{background:#fff;border:1px solid #bfcbd9;color:#1f2d3d}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#fff;border-color:#50bfff;color:#50bfff}.el-button--info.is-plain:active{background:#fff;border-color:#48ace6;color:#48ace6;outline:0}.el-button--large{padding:11px 19px;font-size:16px;border-radius:4px}.el-button--small{padding:7px 9px;font-size:12px;border-radius:4px}.el-button--mini{padding:4px;font-size:12px;border-radius:4px}.el-button--text{border:none;color:#20a0ff;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#4db3ff}.el-button--text:active{color:#1d90e6}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button{float:left;position:relative}.el-button-group .el-button+.el-button{margin-left:0}.el-button-group .el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group .el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group .el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group .el-button:not(:last-child){margin-right:-1px}.el-button-group .el-button.is-active,.el-button-group .el-button:active,.el-button-group .el-button:focus,.el-button-group .el-button:hover{z-index:1}.el-checkbox{color:#1f2d3d;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-checkbox+.el-checkbox{margin-left:15px}.el-checkbox__input{outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#20a0ff;border-color:#0190fe}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;border:1px solid #fff;margin-top:-1px;left:3px;right:3px;top:50%}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#20a0ff}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#20a0ff;border-color:#0190fe}.el-checkbox__input.is-checked .el-checkbox__inner::after{-ms-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#eef1f6;border-color:#d1dbe5;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#eef1f6}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#d1dbe5;border-color:#d1dbe5}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#d1dbe5;border-color:#d1dbe5}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{border-color:#fff}.el-checkbox__input.is-disabled+.el-checkbox__label{color:#bbb;cursor:not-allowed}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #bfcbd9;border-radius:4px;box-sizing:border-box;width:18px;height:18px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#20a0ff}.el-checkbox__inner::after{box-sizing:content-box;content:"";border:2px solid #fff;border-left:0;border-top:0;height:8px;left:5px;position:absolute;top:1px;-ms-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:4px;transition:transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;-ms-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;left:-999px}.el-checkbox-button,.el-checkbox-button__inner{position:relative;display:inline-block}.el-checkbox__label{font-size:14px;padding-left:5px}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#fff;background-color:#20a0ff;border-color:#20a0ff;box-shadow:-1px 0 0 0 #20a0ff}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#bfcbd9;cursor:not-allowed;background-image:none;background-color:#eef1f6;border-color:#d1dbe5;box-shadow:none}.el-checkbox-button__inner,.el-transfer-panel{background:#fff;vertical-align:middle;box-sizing:border-box}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#20a0ff}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #bfcbd9;border-radius:4px 0 0 4px;box-shadow:none!important}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button__inner{line-height:1;white-space:nowrap;border:1px solid #bfcbd9;border-left:0;color:#1f2d3d;margin:0;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);padding:10px 15px;font-size:14px;border-radius:0}.el-checkbox-button__inner:hover{color:#20a0ff}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;left:-999px}.el-checkbox-button--large .el-checkbox-button__inner{padding:11px 19px;font-size:16px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner{padding:7px 9px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner{padding:4px;font-size:12px;border-radius:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 10px}.el-transfer__buttons .el-button{display:block;margin:0 auto;padding:8px 12px}.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__buttons .el-button [class*=el-icon-]+span{margin-left:0}.el-transfer__buttons .el-button:first-child{margin-bottom:6px}.el-transfer-panel{border:1px solid #d1dbe5;box-shadow:0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);display:inline-block;width:200px;position:relative}.el-transfer-panel .el-transfer-panel__header{height:36px;line-height:36px;background:#fbfdff;margin:0;padding-left:20px;border-bottom:1px solid #d1dbe5;box-sizing:border-box;color:#1f2d3d}.el-transfer-panel .el-transfer-panel__footer{height:36px;background:#fff;margin:0;padding:0;border-top:1px solid #d1dbe5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer:after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#8391a5}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:32px;line-height:32px;padding:6px 20px 0;color:#8391a5}.el-transfer-panel .el-checkbox__label{padding-left:14px}.el-transfer-panel .el-checkbox__inner{width:14px;height:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-transfer-panel__body{padding-bottom:36px;height:246px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:214px}.el-transfer-panel__item{height:32px;line-height:32px;padding-left:20px;display:block}.el-transfer-panel__item .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;box-sizing:border-box;padding-left:28px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:9px}.el-transfer-panel__item.el-checkbox{color:#48576a}.el-transfer-panel__item:hover{background:#e4e8f1}.el-transfer-panel__filter{margin-top:10px;text-align:center;padding:0 10px;width:100%;box-sizing:border-box}.el-transfer-panel__filter .el-input__inner{height:22px;width:100%;display:inline-block;box-sizing:border-box}.el-transfer-panel__filter .el-input__icon{right:10px}.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/MaterialIcons-Regular.e79bfd8.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/static/fonts/MaterialIcons-Regular.570eb83.woff2) format('woff2'),
       url(/static/fonts/MaterialIcons-Regular.012cf6a.woff) format('woff'),
       url(/static/fonts/MaterialIcons-Regular.a37b0c0.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@charset "UTF-8";

@font-face {
  font-family: "dripicons-v2";
  src:url(/static/fonts/dripicons-v2.7e12564.eot);
  src:url(/static/fonts/dripicons-v2.7e12564.eot?#iefix) format("embedded-opentype"),
    url(/static/fonts/dripicons-v2.11fc83a.woff) format("woff"),
    url(/static/fonts/dripicons-v2.cf09c98.ttf) format("truetype"),
    url(/static/img/dripicons-v2.8359844.svg#dripicons-v2) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dripicons-v2" !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^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: "dripicons-v2" !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;
}

.dripicons-alarm:before {
  content: "a";
}
.dripicons-align-center:before {
  content: "b";
}
.dripicons-align-justify:before {
  content: "c";
}
.dripicons-align-left:before {
  content: "d";
}
.dripicons-align-right:before {
  content: "e";
}
.dripicons-anchor:before {
  content: "f";
}
.dripicons-archive:before {
  content: "g";
}
.dripicons-arrow-down:before {
  content: "h";
}
.dripicons-arrow-left:before {
  content: "i";
}
.dripicons-arrow-right:before {
  content: "j";
}
.dripicons-arrow-thin-down:before {
  content: "k";
}
.dripicons-arrow-thin-left:before {
  content: "l";
}
.dripicons-arrow-thin-right:before {
  content: "m";
}
.dripicons-arrow-thin-up:before {
  content: "n";
}
.dripicons-arrow-up:before {
  content: "o";
}
.dripicons-article:before {
  content: "p";
}
.dripicons-backspace:before {
  content: "q";
}
.dripicons-basket:before {
  content: "r";
}
.dripicons-basketball:before {
  content: "s";
}
.dripicons-battery-empty:before {
  content: "t";
}
.dripicons-battery-full:before {
  content: "u";
}
.dripicons-battery-low:before {
  content: "v";
}
.dripicons-battery-medium:before {
  content: "w";
}
.dripicons-bell:before {
  content: "x";
}
.dripicons-blog:before {
  content: "y";
}
.dripicons-bluetooth:before {
  content: "z";
}
.dripicons-bold:before {
  content: "A";
}
.dripicons-bookmark:before {
  content: "B";
}
.dripicons-bookmarks:before {
  content: "C";
}
.dripicons-box:before {
  content: "D";
}
.dripicons-briefcase:before {
  content: "E";
}
.dripicons-brightness-low:before {
  content: "F";
}
.dripicons-brightness-max:before {
  content: "G";
}
.dripicons-brightness-medium:before {
  content: "H";
}
.dripicons-broadcast:before {
  content: "I";
}
.dripicons-browser:before {
  content: "J";
}
.dripicons-browser-upload:before {
  content: "K";
}
.dripicons-brush:before {
  content: "L";
}
.dripicons-calendar:before {
  content: "M";
}
.dripicons-camcorder:before {
  content: "N";
}
.dripicons-camera:before {
  content: "O";
}
.dripicons-card:before {
  content: "P";
}
.dripicons-cart:before {
  content: "Q";
}
.dripicons-checklist:before {
  content: "R";
}
.dripicons-checkmark:before {
  content: "S";
}
.dripicons-chevron-down:before {
  content: "T";
}
.dripicons-chevron-left:before {
  content: "U";
}
.dripicons-chevron-right:before {
  content: "V";
}
.dripicons-chevron-up:before {
  content: "W";
}
.dripicons-clipboard:before {
  content: "X";
}
.dripicons-clock:before {
  content: "Y";
}
.dripicons-clockwise:before {
  content: "Z";
}
.dripicons-cloud:before {
  content: "0";
}
.dripicons-cloud-download:before {
  content: "1";
}
.dripicons-cloud-upload:before {
  content: "2";
}
.dripicons-code:before {
  content: "3";
}
.dripicons-contract:before {
  content: "4";
}
.dripicons-contract-2:before {
  content: "5";
}
.dripicons-conversation:before {
  content: "6";
}
.dripicons-copy:before {
  content: "7";
}
.dripicons-crop:before {
  content: "8";
}
.dripicons-cross:before {
  content: "9";
}
.dripicons-crosshair:before {
  content: "!";
}
.dripicons-cutlery:before {
  content: "\"";
}
.dripicons-device-desktop:before {
  content: "#";
}
.dripicons-device-mobile:before {
  content: "$";
}
.dripicons-device-tablet:before {
  content: "%";
}
.dripicons-direction:before {
  content: "&";
}
.dripicons-disc:before {
  content: "'";
}
.dripicons-document:before {
  content: "(";
}
.dripicons-document-delete:before {
  content: ")";
}
.dripicons-document-edit:before {
  content: "*";
}
.dripicons-document-new:before {
  content: "+";
}
.dripicons-document-remove:before {
  content: ",";
}
.dripicons-dot:before {
  content: "-";
}
.dripicons-dots-2:before {
  content: ".";
}
.dripicons-dots-3:before {
  content: "/";
}
.dripicons-download:before {
  content: ":";
}
.dripicons-duplicate:before {
  content: ";";
}
.dripicons-enter:before {
  content: "<";
}
.dripicons-exit:before {
  content: "=";
}
.dripicons-expand:before {
  content: ">";
}
.dripicons-expand-2:before {
  content: "?";
}
.dripicons-experiment:before {
  content: "@";
}
.dripicons-export:before {
  content: "[";
}
.dripicons-feed:before {
  content: "]";
}
.dripicons-flag:before {
  content: "^";
}
.dripicons-flashlight:before {
  content: "_";
}
.dripicons-folder:before {
  content: "`";
}
.dripicons-folder-open:before {
  content: "{";
}
.dripicons-forward:before {
  content: "|";
}
.dripicons-gaming:before {
  content: "}";
}
.dripicons-gear:before {
  content: "~";
}
.dripicons-graduation:before {
  content: "\\";
}
.dripicons-graph-bar:before {
  content: "\E000";
}
.dripicons-graph-line:before {
  content: "\E001";
}
.dripicons-graph-pie:before {
  content: "\E002";
}
.dripicons-headset:before {
  content: "\E003";
}
.dripicons-heart:before {
  content: "\E004";
}
.dripicons-help:before {
  content: "\E005";
}
.dripicons-home:before {
  content: "\E006";
}
.dripicons-hourglass:before {
  content: "\E007";
}
.dripicons-inbox:before {
  content: "\E008";
}
.dripicons-information:before {
  content: "\E009";
}
.dripicons-italic:before {
  content: "\E00A";
}
.dripicons-jewel:before {
  content: "\E00B";
}
.dripicons-lifting:before {
  content: "\E00C";
}
.dripicons-lightbulb:before {
  content: "\E00D";
}
.dripicons-link:before {
  content: "\E00E";
}
.dripicons-link-broken:before {
  content: "\E00F";
}
.dripicons-list:before {
  content: "\E010";
}
.dripicons-loading:before {
  content: "\E011";
}
.dripicons-location:before {
  content: "\E012";
}
.dripicons-lock:before {
  content: "\E013";
}
.dripicons-lock-open:before {
  content: "\E014";
}
.dripicons-mail:before {
  content: "\E015";
}
.dripicons-map:before {
  content: "\E016";
}
.dripicons-media-loop:before {
  content: "\E017";
}
.dripicons-media-next:before {
  content: "\E018";
}
.dripicons-media-pause:before {
  content: "\E019";
}
.dripicons-media-play:before {
  content: "\E01A";
}
.dripicons-media-previous:before {
  content: "\E01B";
}
.dripicons-media-record:before {
  content: "\E01C";
}
.dripicons-media-shuffle:before {
  content: "\E01D";
}
.dripicons-media-stop:before {
  content: "\E01E";
}
.dripicons-medical:before {
  content: "\E01F";
}
.dripicons-menu:before {
  content: "\E020";
}
.dripicons-message:before {
  content: "\E021";
}
.dripicons-meter:before {
  content: "\E022";
}
.dripicons-microphone:before {
  content: "\E023";
}
.dripicons-minus:before {
  content: "\E024";
}
.dripicons-monitor:before {
  content: "\E025";
}
.dripicons-move:before {
  content: "\E026";
}
.dripicons-music:before {
  content: "\E027";
}
.dripicons-network-1:before {
  content: "\E028";
}
.dripicons-network-2:before {
  content: "\E029";
}
.dripicons-network-3:before {
  content: "\E02A";
}
.dripicons-network-4:before {
  content: "\E02B";
}
.dripicons-network-5:before {
  content: "\E02C";
}
.dripicons-pamphlet:before {
  content: "\E02D";
}
.dripicons-paperclip:before {
  content: "\E02E";
}
.dripicons-pencil:before {
  content: "\E02F";
}
.dripicons-phone:before {
  content: "\E030";
}
.dripicons-photo:before {
  content: "\E031";
}
.dripicons-photo-group:before {
  content: "\E032";
}
.dripicons-pill:before {
  content: "\E033";
}
.dripicons-pin:before {
  content: "\E034";
}
.dripicons-plus:before {
  content: "\E035";
}
.dripicons-power:before {
  content: "\E036";
}
.dripicons-preview:before {
  content: "\E037";
}
.dripicons-print:before {
  content: "\E038";
}
.dripicons-pulse:before {
  content: "\E039";
}
.dripicons-question:before {
  content: "\E03A";
}
.dripicons-reply:before {
  content: "\E03B";
}
.dripicons-reply-all:before {
  content: "\E03C";
}
.dripicons-return:before {
  content: "\E03D";
}
.dripicons-retweet:before {
  content: "\E03E";
}
.dripicons-rocket:before {
  content: "\E03F";
}
.dripicons-scale:before {
  content: "\E040";
}
.dripicons-search:before {
  content: "\E041";
}
.dripicons-shopping-bag:before {
  content: "\E042";
}
.dripicons-skip:before {
  content: "\E043";
}
.dripicons-stack:before {
  content: "\E044";
}
.dripicons-star:before {
  content: "\E045";
}
.dripicons-stopwatch:before {
  content: "\E046";
}
.dripicons-store:before {
  content: "\E047";
}
.dripicons-suitcase:before {
  content: "\E048";
}
.dripicons-swap:before {
  content: "\E049";
}
.dripicons-tag:before {
  content: "\E04A";
}
.dripicons-tag-delete:before {
  content: "\E04B";
}
.dripicons-tags:before {
  content: "\E04C";
}
.dripicons-thumbs-down:before {
  content: "\E04D";
}
.dripicons-thumbs-up:before {
  content: "\E04E";
}
.dripicons-ticket:before {
  content: "\E04F";
}
.dripicons-time-reverse:before {
  content: "\E050";
}
.dripicons-to-do:before {
  content: "\E051";
}
.dripicons-toggles:before {
  content: "\E052";
}
.dripicons-trash:before {
  content: "\E053";
}
.dripicons-trophy:before {
  content: "\E054";
}
.dripicons-upload:before {
  content: "\E055";
}
.dripicons-user:before {
  content: "\E056";
}
.dripicons-user-group:before {
  content: "\E057";
}
.dripicons-user-id:before {
  content: "\E058";
}
.dripicons-vibrate:before {
  content: "\E059";
}
.dripicons-view-apps:before {
  content: "\E05A";
}
.dripicons-view-list:before {
  content: "\E05B";
}
.dripicons-view-list-large:before {
  content: "\E05C";
}
.dripicons-view-thumb:before {
  content: "\E05D";
}
.dripicons-volume-full:before {
  content: "\E05E";
}
.dripicons-volume-low:before {
  content: "\E05F";
}
.dripicons-volume-medium:before {
  content: "\E060";
}
.dripicons-volume-off:before {
  content: "\E061";
}
.dripicons-wallet:before {
  content: "\E062";
}
.dripicons-warning:before {
  content: "\E063";
}
.dripicons-web:before {
  content: "\E064";
}
.dripicons-weight:before {
  content: "\E065";
}
.dripicons-wifi:before {
  content: "\E066";
}
.dripicons-wrong:before {
  content: "\E067";
}
.dripicons-zoom-in:before {
  content: "\E068";
}
.dripicons-zoom-out:before {
  content: "\E069";
}
.vue-tooltip{background-color:#000;box-sizing:border-box;color:#fff;max-width:320px;padding:6px 10px;border-radius:3px;z-index:100;box-shadow:2px 2px 3px rgba(0,0,0,0.4)}.vue-tooltip .vue-tooltip-content{text-align:center}.vue-tooltip .tooltip-arrow{content:'';width:0;height:0;border-style:solid;position:absolute;margin:5px}.vue-tooltip[x-placement^="top"]{margin-bottom:5px}.vue-tooltip[x-placement^="top"] .tooltip-arrow{border-width:5px 5px 0 5px;border-top-color:#000;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^="bottom"]{margin-top:5px}.vue-tooltip[x-placement^="bottom"] .tooltip-arrow{border-width:0 5px 5px 5px;border-bottom-color:#000;border-top-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;top:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^="right"]{margin-left:5px}.vue-tooltip[x-placement^="right"] .tooltip-arrow{border-width:5px 5px 5px 0;border-right-color:#000;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;left:-5px;margin-left:0;margin-right:0}.vue-tooltip[x-placement^="left"]{margin-right:5px}.vue-tooltip[x-placement^="left"] .tooltip-arrow{border-width:5px 0 5px 5px;border-left-color:#000;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;right:-5px;margin-left:0;margin-right:0}

/*# sourceMappingURL=app.bf0bd0b7dbe0308a7895f0d8eeb8033d.css.map*/