/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    /* font-family: FontAwesome;
src: url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),
url(/static/css/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal */
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@font-face {
    font-family: OpenSansBold;
    src: url(/static/fonts/OpenSans-Bold.ttf) format("truetype"), url(/static/fonts/OpenSans-Bold.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url(/static/fonts/OpenSans-BoldItalic.ttf) format("truetype"), url(/static/fonts/OpenSans-BoldItalic.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansCondBold;
    src: url(/static/fonts/OpenSans-CondBold.ttf) format("truetype"), url(/static/fonts/OpenSans-CondBold.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansCondLight;
    src: url(/static/fonts/OpenSans-CondLight.ttf) format("truetype"), url(/static/fonts/OpenSans-CondLight.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansCondLightItalic;
    src: url(/static/fonts/OpenSans-CondLightItalic.ttf) format("truetype"), url(/static/fonts/OpenSans-CondLightItalic.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansExtraBold;
    src: url(/static/fonts/OpenSans-ExtraBold.ttf) format("truetype"), url(/static/fonts/OpenSans-ExtraBold.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansExtraBoldItalic;
    src: url(/static/fonts/OpenSans-ExtraBoldItalic.ttf) format("truetype"), url(/static/fonts/OpenSans-ExtraBoldItalic.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansItalic;
    src: url(/static/fonts/OpenSans-Italic.ttf) format("truetype"), url(/static/fonts/OpenSans-Italic.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansLight;
    src: url(/static/fonts/OpenSans-Light.ttf) format("truetype"), url(/static/fonts/OpenSans-Light.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansLightItalic;
    src: url(/static/fonts/OpenSans-LightItalic.ttf) format("truetype"), url(/static/fonts/OpenSans-LightItalic.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansRegular;
    src: url(/static/fonts/OpenSans-Regular.ttf) format("truetype"), url(/static/fonts/OpenSans-Regular.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(/static/fonts/OpenSans-Semibold.ttf) format("truetype"), url(/static/fonts/OpenSans-Semibold.eot) format("embedded-opentype")
}

@font-face {
    font-family: OpenSansSemiBoldItalic;
    src: url(/static/fonts/OpenSans-SemiboldItalic.ttf) format("truetype"), url(/static/fonts/OpenSans-SemiboldItalic.eot) format("embedded-opentype")
}

.font-regular {
    font-family: OpenSansRegular !important
}

.font-semi-bold {
    font-family: OpenSansSemiBold
}

.font-semi-bold-italic {
    font-family: OpenSansSemiBoldItalic
}

.font-light {
    font-family: OpenSansLight
}

.font-light-italic {
    font-family: OpenSansLightItalic
}

.font-italic {
    font-family: OpenSansLight
}

.font-extrabold {
    font-family: OpenSansExtraBold
}

.font-extrabold-italic {
    font-family: OpenSansExtraBoldItalic
}

.font-cond-light {
    font-family: OpenSansCondLight
}

.font-cond-bold {
    font-family: OpenSansCondBold
}

.font-cond-light-italic {
    font-family: OpenSansCondLightItalic
}

.font-bold {
    font-family: OpenSansBold
}

.font-bold-italic {
    font-family: OpenSansBoldItalic
}

.bold {
    font-weight: 700
}

/*!
 * 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: 700
}

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 silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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 {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/static/fonts/glyphicons-halflings-regular.eot);
    src: url(/static/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/static/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/static/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/static/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -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
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    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
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

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[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -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-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    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>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        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: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    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=checkbox]:focus,
input[type=file]:focus,
input[type=radio]: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=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio 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
}

select[multiple].input-sm,
textarea.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 select[multiple].form-control,
.form-group-sm textarea.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
}

select[multiple].input-lg,
textarea.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 select[multiple].form-control,
.form-group-lg textarea.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
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-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 .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    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: 400;
    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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    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.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    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.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    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.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    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.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    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.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    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.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    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.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    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.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    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.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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
}

.dropdown,
.dropup {
    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: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    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-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    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
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
    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=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    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:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    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:focus,
.nav-tabs>li.active>a:hover {
    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:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        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:focus,
.nav-pills>li.active>a:hover {
    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:focus,
.nav-tabs-justified>.active>a:hover {
    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:focus,
    .nav-tabs-justified>.active>a:hover {
        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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        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-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        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:focus,
.navbar-brand:hover {
    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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        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:focus,
.navbar-default .navbar-brand:hover {
    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:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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:focus,
.navbar-default .navbar-nav>.open>a:hover {
    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:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    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:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    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:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    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:focus,
.pager li>a:hover {
    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:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    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]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    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-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    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 a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    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: 700
}

.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-bar-striped,
.progress-striped .progress-bar {
    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-bar.active,
.progress.active .progress-bar {
    -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-body,
.media-left,
.media-right {
    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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    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:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    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>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.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>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody: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:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.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 td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

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

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

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.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>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    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 embed,
.embed-responsive iframe,
.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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    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: 400;
    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: 400;
    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>a>img,
.carousel-inner>.item>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.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        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:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    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-next,
    .carousel-control .icon-prev {
        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
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }
    td.visible-xs,
    th.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
    }
    td.visible-sm,
    th.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
    }
    td.visible-md,
    th.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
    }
    td.visible-lg,
    th.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
    }
    td.visible-print,
    th.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
    }
}

.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media (min-width:1600px) {
    .container {
        width: 1570px
    }
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-pull-11 {
        right: 91.66666667%
    }
    .col-xl-pull-10 {
        right: 83.33333333%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-8 {
        right: 66.66666667%
    }
    .col-xl-pull-7 {
        right: 58.33333333%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-5 {
        right: 41.66666667%
    }
    .col-xl-pull-4 {
        right: 33.33333333%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-2 {
        right: 16.66666667%
    }
    .col-xl-pull-1 {
        right: 8.33333333%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-push-11 {
        left: 91.66666667%
    }
    .col-xl-push-10 {
        left: 83.33333333%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-8 {
        left: 66.66666667%
    }
    .col-xl-push-7 {
        left: 58.33333333%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-5 {
        left: 41.66666667%
    }
    .col-xl-push-4 {
        left: 33.33333333%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-2 {
        left: 16.66666667%
    }
    .col-xl-push-1 {
        left: 8.33333333%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-0 {
        margin-left: 0
    }
    .visible-xl {
        display: block !important
    }
    table.visible-xl {
        display: table
    }
    tr.visible-xl {
        display: table-row !important
    }
    td.visible-xl,
    th.visible-xl {
        display: table-cell !important
    }
    .visible-xl-block {
        display: block !important
    }
    .visible-xl-inline {
        display: inline !important
    }
    .visible-xl-inline-block {
        display: inline-block !important
    }
    .hidden-xl {
        display: none !important
    }
}

.tour-backdrop {
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    position: absolute;
    z-index: 1100
}

.popover[class*=tour-] {
    z-index: 1102
}

.popover[class*=tour-] .popover-navigation {
    overflow: hidden;
    padding: 9px 14px
}

.popover[class*=tour-] .popover-navigation [data-role=end] {
    float: right
}

.popover[class*=tour-] .popover-navigation [data-role=end],
.popover[class*=tour-] .popover-navigation [data-role=prev],
.popover[class*=tour-] .popover-navigation [data-role=next] {
    cursor: pointer
}

.popover[class*=tour-] .popover-navigation [data-role=end].disabled,
.popover[class*=tour-] .popover-navigation [data-role=prev].disabled,
.popover[class*=tour-] .popover-navigation [data-role=next].disabled {
    cursor: default
}

.popover[class*=tour-].orphan {
    left: 50%;
    margin-top: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%)
}

.popover[class*=tour-].orphan .arrow {
    display: none
}

.cg-notify-message {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    max-width: 400px;
    text-align: center;
    background-color: #d9edf7;
    color: #31708f;
    padding: 15px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    -webkit-transition: top .5s ease-out, opacity .2s ease-out;
    -moz-transition: top .5s ease-out, opacity .2s ease-out;
    -o-transition: top .5s ease-out, opacity .2s ease-out;
    transition: top .5s ease-out, opacity .2s ease-out;
    visibility: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.cg-notify-message a {
    font-weight: 700;
    color: inherit
}

.cg-notify-message a:hover {
    color: inherit
}

.cg-notify-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    top: 0;
    right: 3px;
    line-height: 15px
}

.cg-notify-close:focus,
.cg-notify-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.cg-notify-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.icheckbox,
.iradio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    background: url(/static/css/plugins/iCheck/blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.brand-vodafone .icheckbox,
.iradio {
    background: url(/static/css/plugins/iCheck/red.png) no-repeat
}

.brand-softbank .icheckbox,
.iradio {
    background: url(/static/css/plugins/iCheck/midblue.png) no-repeat
}

.icheckbox-original {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 22px;
    background: url(/static/css/plugins/iCheck/blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.brand-vodafone .icheckbox-original {
    background: url(/static/css/plugins/iCheck/red.png) no-repeat
}

.brand-softbank .icheckbox-original {
    background: url(/static/css/plugins/iCheck/midblue.png) no-repeat
}

.icheckbox {
    background-position: 0 0
}

.icheckbox.hover {
    background-position: -24px 0
}

.icheckbox.checked {
    background-position: -48px 0
}

.icheckbox.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox.checked.disabled {
    background-position: -96px 0
}

.icheckbox-original {
    background-position: 0 0
}

.icheckbox-original.hover {
    background-position: -24px 0
}

.icheckbox-original.checked {
    background-position: -48px 0
}

.icheckbox-original.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox-original.checked.disabled {
    background-position: -96px 0
}

.iradio_square-green {
    background-position: -216px 0
}

.iradio_square-green.hover {
    background-position: -144px 0
}

.iradio_square-green.checked {
    background-position: -168px 0
}

.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-green.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icheckbox,
    .iradio_square-green {
        background-image: url(/static/css/plugins/iCheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .icheckbox-original {
        background-image: url(/static/css/plugins/iCheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .brand-vodafone .icheckbox,
    .brand-vodafone .iradio_square-green {
        background-image: url(/static/css/plugins/iCheck/red@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .brand-softbank.icheckbox,
    .brand-softbank.iradio_square-green {
        background-image: url(/static/css/plugins/iCheck/midblue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .brand-vodafone .icheckbox-original {
        background-image: url(/static/css/plugins/iCheck/red@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

@media (-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
    .brand-softbank .icheckbox-original {
        background-image: url(/static/css/plugins/iCheck/midblue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

ui-cropper {
    width: 100%;
    display: block
}

ui-cropper.fixed-height {
    height: 100%;
    position: relative;
    overflow: hidden
}

ui-cropper.fixed-height canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

ui-cropper.full-width {
    text-align: center
}

ui-cropper.full-width canvas {
    display: inline
}

ui-cropper canvas {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

ui-cropper .loading {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .75)
}

ui-cropper .loading .fixed-height {
    height: 100%;
    position: absolute
}

@charset "UTF-8";
.bg-navy {
    background-color: #001f3f !important
}

.bg-blue {
    background-color: #0074d9 !important
}

.bg-aqua {
    background-color: #7fdbff !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-green {
    background-color: #2ecc40 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-yellow {
    background-color: #ffdc00 !important
}

.bg-orange {
    background-color: #ff851b !important
}

.bg-red {
    background-color: #ff4136 !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #b10dc9 !important
}

.bg-maroon {
    background-color: #85144b !important
}

.bg-white {
    background-color: white !important
}

.bg-gray {
    background-color: #aaaaaa !important
}

.bg-light-space-gray {
    background-color: #f4f4f4 !important
}

.bg-silver {
    background-color: #dddddd !important
}

.bg-black {
    background-color: #111111 !important
}

.jp-gray-pobuca {
    color: #676a6c !important
}

.jp-general {
    color: #23C1C5 !important
}

.navy {
    color: #001f3f !important
}

.blue {
    color: #0074d9 !important
}

.aqua {
    color: #7fdbff !important
}

.teal {
    color: #39cccc !important
}

.olive {
    color: #3d9970 !important
}

.green {
    color: #2ecc40 !important
}

.lime {
    color: #01ff70 !important
}

.yellow {
    color: #ffdc00 !important
}

.orange {
    color: #ff851b !important
}

.red {
    color: #ff0033 !important
}

.fuchsia {
    color: #f012be !important
}

.purple {
    color: #b10dc9 !important
}

.maroon {
    color: #85144b !important
}

.white {
    color: white !important
}

.silver {
    color: #dddddd !important
}

.gray {
    color: #aaaaaa !important
}

.black {
    color: #252525 !important
}

.disabled-gray {
    color: #dedede !important
}

.jp-bg-general {
    background-color: #23C1C5 !important
}

.jp-bg-general-opacity {
    background-color: #23C1C5 !important;
    opacity: .8
}

.jp-gray-login {
    color: #acb0b5 !important
}

.jp-gray {
    color: #d2dbe0 !important
}

.jp-green {
    color: #1db295 !important
}

.jp-light-blue {
    color: #36c0c3 !important
}

.jp-light-blue-savemenu {
    color: #ffffff !important;
    background-color: #36c0c3
}

.jp-blue {
    color: #2785c5 !important
}

.jp-orange {
    color: #f8ac60 !important
}

.jp-pink {
    color: #eb5767 !important
}

.jp-bg-gray {
    background-color: #d2dbe0 !important
}

.jp-bg-selected-option-gray {
    background-color: #ededed !important
}

.jp-bg-green {
    background-color: #1db295 !important
}

.jp-bg-green-opacity {
    background-color: #1db295 !important;
    opacity: .5 !important
}

.jp-bg-light-blue {
    background-color: #36c0c3 !important
}

.jp-bg-light-blue-opacity {
    background-color: #36c0c3 !important;
    opacity: .5 !important
}

.jp-bg-blue {
    background-color: #2785c5 !important
}

.jp-bg-blue-opacity {
    background-color: #2785c5 !important;
    opacity: .5 !important
}

.jp-bg-orange {
    background-color: #f8ac60 !important
}

.jp-bg-orange-opacity {
    background-color: #f8ac60 !important;
    opacity: .5 !important
}

.jp-bg-pink {
    background-color: #eb5767 !important
}

.jp-bg-pink-opacity {
    background-color: #eb5767 !important;
    opacity: .5 !important
}

.jp-black-navy {
    color: #2f3f4f !important
}

.jp-bg-black-navy {
    background-color: #2f3f4f !important
}

.softbank-gray-dark {
    color: #626464 !important
}

.jp-gray-dark {
    color: #798088 !important
}

.jp-bluegreen {
    color: #2cbec3 !important
}

.jp-bg-light-gray {
    background-color: #f3f3f4 !important
}

.jp-bg-gray-dark {
    background-color: #e6e6e8 !important
}

.sb-bg-blue {
    background-color: #38608c !important
}

.sb-bg-blue-opacity {
    background-color: #38608c !important;
    opacity: .5 !important
}

.sb-bg-orange {
    background-color: #ff9933 !important
}

.sb-bg-orange-opacity {
    background-color: #ff9933 !important;
    opacity: .5 !important
}

.sb-bg-pink {
    background-color: #b8aff9 !important
}

.sb-bg-pink-opacity {
    background-color: #b8aff9 !important;
    opacity: .5 !important
}

.sb-bg-green {
    background-color: #1e993d !important
}

.sb-bg-green-opacity {
    background-color: #1e993d !important;
    opacity: .5 !important
}

.sb-bg-light-blue {
    background-color: #4982ba !important
}

.sb-bg-light-blue-opacity {
    background-color: #4982ba !important;
    opacity: .5 !important
}

.sb-bg-slate {
    background-color: #626364 !important
}

.sb-bg-slate-opacity {
    background-color: #626364 !important;
    opacity: .5 !important
}

.sb-bg-clay {
    background-color: #ecd5ce !important
}

.sb-bg-clay-opacity {
    background-color: #ecd5ce !important;
    opacity: .5 !important
}

.sb-bg-sand {
    background-color: #e0dbce !important
}

.sb-bg-sand-opacity {
    background-color: #e0dbce !important;
    opacity: .5 !important
}

.sb-bg-silver {
    background-color: #b7bbbe !important
}

.sb-bg-silver-opacity {
    background-color: #b7bbbe !important;
    opacity: .5 !important
}

.sb-bg-red {
    background-color: #c12b2b !important
}

.sb-bg-red-opacity {
    background-color: #c12b2b !important;
    opacity: .5 !important
}

.sb-bg-yellow {
    background-color: #f4d826 !important
}

.sb-bg-yellow-opacity {
    background-color: #f4d826 !important;
    opacity: .5 !important
}

.sb-bg-graphite {
    background-color: #44444e !important
}

.sb-bg-graphite-opacity {
    background-color: #44444e !important;
    opacity: .5 !important
}

.sb-bg-lavender {
    background-color: #d8aff9 !important
}

.sb-bg-lavender-opacity {
    background-color: #d8aff9 !important;
    opacity: .5 !important
}

.sb-bg-marble {
    background-color: #dfdfdf !important
}

.sb-bg-marble-opacity {
    background-color: #dfdfdf !important;
    opacity: .5 !important
}

.fthin {
    font-weight: 100 !important
}

.fnormal {
    font-weight: 400 !important
}

.f150 {
    font-size: 150px !important
}

.f60 {
    font-size: 60px !important
}

.f45 {
    font-size: 45px !important
}

.f40 {
    font-size: 40px !important
}

.f37 {
    font-size: 37px !important
}

.f33 {
    font-size: 33px !important
}

.f30 {
    font-size: 30px !important
}

.f27 {
    font-size: 27px !important
}

.f26 {
    font-size: 26px !important
}

.f25 {
    font-size: 25px !important
}

.f24 {
    font-size: 24px !important
}

.f23 {
    font-size: 23px !important
}

.f22 {
    font-size: 22px !important
}

.f21 {
    font-size: 21px !important
}

.f20 {
    font-size: 20px !important
}

.f19 {
    font-size: 19px !important
}

.f18 {
    font-size: 18px !important
}

.f17 {
    font-size: 17px !important
}

.f16 {
    font-size: 16px !important
}

.f15 {
    font-size: 15px !important
}

.f14 {
    font-size: 14px !important
}

.f13 {
    font-size: 13px !important
}

.f12 {
    font-size: 12px !important
}

.f11 {
    font-size: 11px !important
}

.f10 {
    font-size: 10px !important
}

.f8 {
    font-size: 8px !important
}

.f7 {
    font-size: 7px !important
}

.countdown-container p {
    color: #fff
}

.clock-item .inner {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.clock-canvas {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 0;
    padding-bottom: 100%
}

.text {
    font-size: 30px;
    margin-top: -50px;
    position: absolute;
    top: 46%;
    text-align: center;
    width: 100%
}

.text .val {
    font-size: 50px
}

.text .type-time {
    font-size: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .clock-item {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .clock-item {
        margin: 0 30px 30px 30px
    }
}

.landing .social-icon a:hover {
    background: #2cbec3
}

.landing .img-responsive {
    max-width: 100% !important
}

.landing .navy-section {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 0;
    background-color: #2cbec3
}

.features-title-section * {
    line-height: 45px
}

.features-title {
    margin: 15px auto 30px
}

.navy-line {
    width: 90px;
    height: 1px;
    margin: 60px auto 0;
    border-bottom: 4px solid #2cbec3
}

.carousel {
    height: 670px !important
}

.navbar-wrapper {
    z-index: 1000 !important
}

.navbar-default .navbar-brand {
    background: 0 0 !important
}

.navbar-brand {
    position: absolute;
    left: 8%;
    margin-bottom: 30px !important
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.carousel .item {
    height: 650px;
    background: #fff
}

.carousel-inner {
    position: relative !important
}

.my-carousel-caption {
    position: absolute !important;
    color: #283846;
    left: 8%;
    top: 150px;
    z-index: 100;
    margin-right: 27px;
    max-width: 600px
}

.my-carousel-caption #landing-primary-header {
    margin-bottom: 10px;
    line-height: 50px
}

.my-carousel-caption #landing-secondary-header {
    margin-bottom: 45px;
    line-height: 35px
}

@media (min-width:1349px) {
    .carousel-image {
        position: absolute !important
    }
    .carousel-image img {
        max-width: 600px
    }
}

@media (max-width:1352px) {
    .carousel-image {
        display: none
    }
    .carousel-image img {
        max-width: 100%
    }
}

.sign-up-box {
    padding: 0;
    display: inline-block;
    width: 65%;
    line-height: 35px;
    position: relative
}

.bg-transparent {
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
    z-index: -1
}

#resend_email_btn,
#signup-btn,
.news-letter-btn {
    position: relative;
    margin-left: -30px
}

#resend_email_btn span,
#signup-btn span,
.news-letter-btn span {
    position: absolute;
    right: 12px;
    top: 13px
}

.sign-up-box input[type=email] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    margin-bottom: 0;
    height: 42px
}

#resend_email_btn,
#signup-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 43px;
    padding-right: 43px;
    height: 42px;
    background: #f26522;
    border: none;
    outline: 0;
    margin-top: 0
}

#resend_email_btn {
    line-height: 28px
}

#signup-btn:focus,
#signup-btn:hover {
    background: #f26522;
    color: #fff;
    outline: 0
}

.news-letter-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 43px;
    padding-right: 43px;
    height: 42px;
    background: #2cbec3;
    border: none;
    outline: 0;
    margin-top: 0;
    line-height: 28px
}

.news-letter-btn:focus,
.news-letter-btn:hover {
    background: #2cbec3;
    color: #fff;
    outline: 0
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 45%;
    cursor: pointer
}

@media (max-width:1210px) {
    #landing-img {
        display: none
    }
}

@media (max-width:600px) {
    .my-carousel-caption #landing-primary-header {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 40px
    }
    .my-carousel-caption #landing-secondary-header {
        display: none
    }
    #join-company-msg {
        display: none
    }
    #signup-btn {
        display: inline;
        margin-left: 0;
        margin-bottom: -10px
    }
}

@media (max-width:1599px) {
    #features-center-img {
        width: 100%;
        margin-top: 45px
    }
}

@media (min-width:1599px) {
    #features-center-img {
        width: 85%;
        margin-top: 35px;
        text-align: center;
        display: inline-block
    }
}

.navbar-default .navbar-nav>li>a {
    color: #2cbec3 !important
}

#promo-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

#promo-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: none
}

#watch-video-btn {
    background-color: #283846;
    color: white;
    position: absolute;
    top: 15px;
    right: -150px;
    padding: 8px 11px
}

#locker-msg {
    line-height: 13px !important
}

#call-to-action input {
    height: 42px
}

.feature-imgs {
    width: 100%
}

#footer-section a,
#footer-section a:focus,
#footer-section a:hover,
#footer-section a:visited {
    text-decoration: none;
    color: white
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
.darkbg {
    background: #6C82A2 url(/static/css/other/images/dark.png) repeat fixed
}

.woodbg {
    background: #E6CCA6 url(/static/css/other/images/wood.png) repeat fixed
}

.smart-wrap {
    padding: 0 20px
}

.smart-forms,
.smart-forms * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.smart-forms {
    line-height: 1.231;
    font-size: 14px;
    color: #34495E
}

.smart-container {
    background: #fff;
    margin: 50px auto;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.wrap-0 {
    max-width: 952px
}

.wrap-1 {
    max-width: 852px
}

.wrap-2 {
    max-width: 652px
}

.wrap-3 {
    max-width: 452px
}

.smart-forms .section {
    margin-bottom: 22px
}

.smart-forms .smart-link {
    color: #1ABC9C;
    text-decoration: none
}

.smart-forms .smart-link:hover {
    text-decoration: underline
}

.smart-forms .tagline {
    height: 0;
    border-top: 1px solid #D9DDE5;
    text-align: center
}

.smart-forms .tagline span {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #fff;
    color: #1ABC9C;
    top: -10px
}

.smart-forms .field {
    display: block;
    position: relative
}

.smart-forms .field-icon i {
    color: #A2A6A8;
    position: relative;
    top: 0
}

.smart-forms .field-label {
    display: block;
    margin-bottom: 7px
}

.smart-forms .field-label.colm {
    padding-top: 12px
}

.smart-forms .field-label em {
    color: #e74c3c;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 0;
    position: relative;
    top: 3px
}

.smart-forms .form-header {
    overflow: hidden;
    position: relative;
    padding: 25px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.smart-forms .form-header h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 32px;
    padding: 0;
    margin: 0
}

.smart-forms .form-header h4 i {
    font-size: 38px;
    position: relative;
    margin-right: 10px;
    top: 2px
}

.smart-forms .header-primary {
    background-color: #1ABC9C;
    border-top: 1px solid #23E0BA;
    border-bottom: 5px solid #16A085
}

.smart-forms .header-lite {
    background: #F3F5FA;
    border-top: 1px solid #23E0BA;
    border-bottom: 1px solid #D9DDE5
}

.smart-forms .header-lite:before {
    content: "";
    background-color: #1ABC9C;
    position: absolute;
    height: 8px;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0
}

.smart-forms .header-primary h4 {
    color: #fff
}

.smart-forms .header-lite h4 {
    color: #5D6A87;
    padding-top: 5px
}

.smart-flat,
.smart-flat .form-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.smart-forms .form-body {
    padding: 40px 30px;
    padding-bottom: 20px
}

.smart-forms .form-footer {
    overflow: hidden;
    padding: 20px 25px;
    padding-top: 25px;
    background: #F3F5FA url(/static/css/other/images/foobg.png) top left repeat-x
}

.smart-forms input[type=search] {
    -webkit-appearance: textfield
}

.smart-forms ::-webkit-search-cancel-button,
.smart-forms ::-webkit-search-decoration {
    -webkit-appearance: none
}

.smart-forms input::-webkit-input-placeholder,
.smart-forms textarea::-webkit-input-placeholder {
    color: #919DA8
}

.smart-forms input:focus::-webkit-input-placeholder,
.smart-forms textarea:focus::-webkit-input-placeholder {
    color: #D6DBE0
}

.smart-forms input:-moz-placeholder,
.smart-forms textarea:-moz-placeholder {
    color: #919DA8
}

.smart-forms input:focus:-moz-placeholder,
.smart-forms textarea:focus:-moz-placeholder {
    color: #D6DBE0
}

.smart-forms input::-moz-placeholder,
.smart-forms textarea::-moz-placeholder {
    color: #919DA8;
    opacity: 1
}

.smart-forms input:focus::-moz-placeholder,
.smart-forms textarea:focus::-moz-placeholder {
    color: #D6DBE0;
    opacity: 1
}

.smart-forms input:-ms-input-placeholder,
.smart-forms textarea:-ms-input-placeholder {
    color: #919DA8
}

.smart-forms input:focus:-ms-input-placeholder,
.smart-forms textarea:focus:-ms-input-placeholder {
    color: #D6DBE0
}

.smart-forms button,
.smart-forms input,
.smart-forms label,
.smart-forms select,
.smart-forms textarea {
    margin: 0;
    font-size: 14px;
    color: #34495E;
    outline: 0
}

.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select-multiple select,
.smart-forms .select>select,
.smart-forms input[type=button],
.smart-forms input[type=submit],
.smart-forms input[type=search] {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.smart-forms input[type=search]::-webkit-search-cancel-button,
.smart-forms input[type=search]::-webkit-search-decoration,
.smart-forms input[type=search]::-webkit-search-results-button,
.smart-forms input[type=search]::-webkit-search-results-decoration {
    display: none
}

.smart-forms .field-label,
.smart-forms .option,
.smart-forms .switch {
    font-size: 14px
}

.smart-forms .button,
.smart-forms .checkbox,
.smart-forms .radio,
.smart-forms .switch>label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.smart-forms .button,
.smart-forms .checkbox,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .notification,
.smart-forms .radio,
.smart-forms .select-multiple select,
.smart-forms .select>select,
.smart-forms .tooltip,
.smart-forms input[type=button].button,
.smart-forms input[type=submit].button,
.smart-forms input[type=search].gui-input {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0
}

.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select,
.smart-forms .select-multiple select,
.smart-forms .select>select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #e5e6e7;
    display: -moz-inline-stack;
    display: inline-block;
    color: #34495E;
    outline: 0;
    width: 100%
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
    padding: 10px
}

.smart-forms .gui-textarea {
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    height: 96px
}

.smart-forms .input-hint {
    padding: 10px;
    display: block;
    margin-top: -4px;
    line-height: 16px;
    position: relative;
    background: #F2F4FA;
    border: 2px solid #bdc3c7;
    border-top: 1px solid #bdc3c7;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 11px;
    color: #777
}

.smart-forms .select {
    border: 0;
    z-index: 10
}

.smart-forms .select>select {
    display: block;
    padding: 9px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-indent: .01px;
    text-overflow: '';
    z-index: 10;
    margin: 0
}

.smart-forms .select>select::-ms-expand {
    display: none
}

.smart-forms .select:after,
.smart-forms .select:before {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 15
}

.smart-forms .select:before {
    top: 2px;
    right: 2px;
    width: 34px;
    bottom: 2px;
    background: #F2F4FA;
    border-left: 1px solid #d3dae7;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -o-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0
}

.smart-forms .select .arrow {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: #F2F4FA;
    color: #B5C1C7;
    pointer-events: none;
    z-index: 16
}

.smart-forms .select .arrow:after,
.smart-forms .select .arrow:before {
    content: '';
    position: absolute;
    font: 12px Consolas, monospace;
    font-style: normal;
    pointer-events: none;
    left: 6px
}

.smart-forms .select .arrow:before {
    content: '\25BC';
    bottom: 4px
}

.smart-forms .select .double:after {
    content: '\25B2';
    top: -1px
}

.smart-forms .select .double:before {
    content: '\25BC';
    bottom: -1px
}

.smart-forms .select-multiple select {
    width: 100%;
    height: 123px;
    padding: 10px
}

.smart-forms .file {
    display: block;
    width: 100%
}

.smart-forms .file .gui-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px 10px;
    position: absolute;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 11;
    bottom: 0;
    right: 0
}

.smart-forms .file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    z-index: 10
}

.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select-multiple select:focus,
.smart-forms .select>select:focus {
    border-color: #23C1C5;
    color: #3C3C3C
}

.smart-forms .gui-textarea:focus {
    height: 120px
}

.smart-forms .select>select:focus {
    z-index: 10;
    z-index: 20\9
}

.smart-forms .gui-input:focus~.field-icon i,
.smart-forms .gui-textarea:focus~.field-icon i {
    color: #1ABC9C
}

.smart-forms .file .gui-file:focus+.gui-input,
.smart-forms .gui-input:focus~.input-hint,
.smart-forms .gui-textarea:focus~.input-hint,
.smart-forms .select-multiple select:focus {
    border-color: #23C1C5
}

.smart-forms .select>select:focus+.arrow {
    color: #1ABC9C
}

.smart-forms .option {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.smart-forms .option>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0
}

.smart-forms .checkbox,
.smart-forms .radio {
    position: relative;
    margin-right: 2px;
    background: white;
    display: inline-block;
    border: 3px solid #B5C1C7;
    height: 21px;
    width: 21px;
    top: 5px
}

.smart-forms .checkbox:before,
.smart-forms .radio:before {
    content: '';
    display: none
}

.smart-forms input:checked+.checkbox:before,
.smart-forms input:checked+.radio:before {
    display: block
}

.smart-forms .checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    border: solid #1abc9c;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.smart-forms input:checked+.checkbox,
.smart-forms input:checked+.radio {
    border: 3px solid #1abc9c
}

.smart-forms .radio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.smart-forms .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #1abc9c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.smart-forms input:hover+.checkbox,
.smart-forms input:hover+.radio {
    border-color: #62D0BA
}

.smart-forms input:focus+.checkbox,
.smart-forms input:focus+.radio {
    border-color: #1abc9c
}

.smart-forms input:focus+.radio:before {
    background: #1abc9c
}

.smart-forms input:focus+.checkbox:before {
    border-color: #1abc9c
}

.smart-forms .switch {
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    height: 26px
}

.smart-forms .switch>label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 58px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #B5C1C7;
    border: 2px solid #B5C1C7;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.smart-forms .switch>label+span {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: -7px
}

.smart-forms .switch>label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px
}

.smart-forms .switch>label:after {
    content: "";
    margin: 1px;
    width: 19px;
    height: 19px;
    display: block;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.smart-forms .switch>input {
    -webkit-appearance: none;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    left: 0;
    top: 0
}

.smart-forms .switch>input:focus {
    outline: 0
}

.smart-forms .switch>input:focus+label {
    color: #fff;
    border-color: #a1a6a9;
    background: #a1a6a9
}

.smart-forms .switch>input:focus+label:after {
    background: #fff
}

.smart-forms .switch>input:checked+label {
    border-color: #1ABC9C;
    background: #1ABC9C;
    padding-left: 33px;
    color: white
}

.smart-forms .switch>input:checked+label:before {
    content: attr(data-on);
    left: 1px;
    top: 1px
}

.smart-forms .switch>input:checked+label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white
}

.smart-forms .switch>input:checked:focus+label {
    background: #16a085;
    border-color: #16a085
}

.smart-forms .switch-round>label {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px
}

.smart-forms .switch-round>label+span {
    top: -2px
}

.smart-forms .switch-round>label:before {
    width: 33px
}

.smart-forms .switch-round>label:after {
    width: 19px;
    color: #B5C1C7;
    content: "\2022";
    font: 20px/20px Times, Serif;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px
}

.smart-forms .switch-round>input:checked+label {
    padding-left: 33px
}

.smart-forms .switch-round>input:checked+label:after {
    color: #1ABC9C
}

.smart-forms .button {
    border: 0;
    height: 42px;
    color: #243140;
    line-height: 1;
    font-size: 15px;
    cursor: pointer;
    padding: 0 18px;
    text-align: center;
    vertical-align: top;
    background: #bdc3c7;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, .2)
}

.smart-forms .button:hover {
    color: #243140;
    background: #cacfd2
}

.smart-forms .button:active {
    color: #1d2938;
    background: #a1a6a9
}

.smart-forms a.button,
.smart-forms label.button,
.smart-forms span.button {
    line-height: 42px;
    text-decoration: none
}

.smart-forms .button i {
    font-size: 14px
}

.smart-forms .button-list .button {
    margin-bottom: 5px
}

.smart-forms .btn-primary {
    background-color: #1abc9c
}

.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:hover {
    background-color: #48c9b0
}

.smart-forms .btn-primary:active {
    background-color: #16a085
}

.smart-forms .btn-primary,
.smart-forms .btn-primary:active,
.smart-forms .btn-primary:focus,
.smart-forms .btn-primary:hover {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .08)
}

.smart-forms .btn-rounded {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px
}

.smart-forms .button-left,
.smart-forms .button-right {
    position: relative;
    z-index: 9
}

.smart-forms .button-left:before,
.smart-forms .button-right:before {
    content: '';
    z-index: -1;
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: inherit;
    border-color: inherit;
    border: none;
    top: 5px
}

.smart-forms .button-left {
    border-left-width: 0;
    padding: 0 18px 0 7px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: 20px
}

.smart-forms .button-left:before {
    left: -15px;
    -webkit-border-radius: 2px 5px 0 5px;
    -moz-border-radius: 2px 5px 0 5px;
    -o-border-radius: 2px 5px 0 5px;
    border-radius: 2px 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.smart-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin-right: 20px
}

.smart-forms .button-right:before {
    right: -15px;
    -webkit-border-radius: 5px 2px 5px 0;
    -moz-border-radius: 5px 2px 5px 0;
    -o-border-radius: 5px 2px 5px 0;
    border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.smart-forms .btn-pointed.button-left,
.smart-forms .btn-pointed.button-right {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px
}

.smart-forms .btn-rounded.button-left {
    -webkit-border-radius: 0 22px 22px 0;
    -moz-border-radius: 0 22px 22px 0;
    -o-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0
}

.smart-forms .btn-rounded.button-right {
    -webkit-border-radius: 22px 0 0 22px;
    -moz-border-radius: 22px 0 0 22px;
    -o-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px
}

.smart-forms .pushed {
    -webkit-box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -.3em 0 rgba(0, 0, 0, .2);
    position: relative
}

.smart-forms .pushed:active {
    -webkit-box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -.15em 0 rgba(0, 0, 0, .2);
    top: 2px
}

.smart-forms .pushed.button-left:before {
    -webkit-box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset .35em 0 0 rgba(0, 0, 0, .2)
}

.smart-forms .pushed:active.button-left:before {
    -webkit-box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset .2em 0 0 rgba(0, 0, 0, .2)
}

.smart-forms .pushed.button-right:before {
    -webkit-box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset -.35em 0 0 rgba(0, 0, 0, .2)
}

.smart-forms .pushed:active.button-right:before {
    -webkit-box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2);
    -o-box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset -.2em 0 0 rgba(0, 0, 0, .2)
}

.smart-forms .form-footer .button {
    margin-right: 10px;
    margin-bottom: 5px
}

.smart-forms .align-right .button {
    margin-right: 0;
    margin-left: 10px
}

.smart-forms .facebook,
.smart-forms .facebook:focus,
.smart-forms .facebook:hover,
.smart-forms .googleplus,
.smart-forms .googleplus:focus,
.smart-forms .googleplus:hover,
.smart-forms .twitter,
.smart-forms .twitter:focus,
.smart-forms .twitter:hover {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .08)
}

.smart-forms .facebook {
    background-color: #3b5998
}

.smart-forms .twitter {
    background-color: #00acee
}

.smart-forms .googleplus {
    background-color: #dd4b39
}

.smart-forms .facebook:focus,
.smart-forms .facebook:hover {
    background-color: #25385F
}

.smart-forms .twitter:focus,
.smart-forms .twitter:hover {
    background-color: #00749F
}

.smart-forms .googleplus:focus,
.smart-forms .googleplus:hover {
    background-color: #8D2418
}

.smart-forms .span-left {
    padding-left: 52px;
    text-align: left
}

.smart-forms .btn-social {
    position: relative;
    margin-bottom: 5px
}

.smart-forms .btn-social i {
    font-size: 22px;
    position: relative;
    top: 2px
}

.smart-forms .btn-social span {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 42px;
    left: 0
}

.smart-forms .twitter span {
    background-color: #009AD5
}

.smart-forms .facebook span {
    background-color: #31497D
}

.smart-forms .googleplus span {
    background-color: #C03121
}

.smart-forms .rating {
    overflow: hidden
}

.smart-forms .rating.block {
    display: block;
    margin: 10px 0
}

.smart-forms .rating label {
    color: #B5C1C7
}

.smart-forms .rating label i {
    font-size: 17px;
    text-align: center;
    color: inherit
}

.smart-forms .rating label span {
    font: 22px/22px Times, Serif
}

.smart-forms .rating-star {
    margin-left: 4px
}

.smart-forms .rating-input {
    position: absolute;
    left: -9999px;
    top: auto
}

.smart-forms .rating-input:checked~.rating-star,
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover~.rating-star {
    color: #1abc9c
}

.smart-forms .rating-star,
.smart-forms .rating:hover .rating-star {
    width: 18px;
    float: right;
    display: block;
    cursor: pointer;
    color: #B5C1C7
}

.smart-forms .append-picker-icon,
.smart-forms .prepend-picker-icon,
.smart-forms .smart-widget {
    position: relative;
    display: block
}

.smart-forms .append-picker-icon input,
.smart-forms .prepend-picker-icon input,
.smart-forms .smart-widget .field input {
    width: 100%
}

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon button,
.smart-forms .smart-widget .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    height: 42px;
    top: 0
}

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon .gui-input,
.smart-forms .sm-left .field input,
.smart-forms .sm-right .button {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -o-border-top-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.smart-forms .append-picker-icon .gui-input,
.smart-forms .prepend-picker-icon button,
.smart-forms .sm-left .button,
.smart-forms .sm-right .field input {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -o-border-top-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.smart-forms .prepend-picker-icon button,
.smart-forms .sm-left .button {
    left: 0
}

.smart-forms .append-picker-icon button,
.smart-forms .sm-right .button {
    right: 0
}

.smart-forms .prepend-picker-icon,
.smart-forms .sml-50 {
    padding-left: 50px
}

.smart-forms .sml-80 {
    padding-left: 80px
}

.smart-forms .sml-80 .button {
    width: 80px
}

.smart-forms .sml-120 {
    padding-left: 120px
}

.smart-forms .sml-120 .button {
    width: 120px
}

.smart-forms .append-picker-icon,
.smart-forms .smr-50 {
    padding-right: 50px
}

.smart-forms .append-picker-icon button,
.smart-forms .smr-50 .button {
    width: 50px
}

.smart-forms .smr-80 {
    padding-right: 80px
}

.smart-forms .smr-80 .button {
    width: 80px
}

.smart-forms .smr-120 {
    padding-right: 120px
}

.smart-forms .smr-120 .button {
    width: 120px
}

.smart-forms .append-picker-icon button,
.smart-forms .prepend-picker-icon button {
    background: #bdc3c7;
    text-shadow: 0 1px rgba(255, 255, 255, .2);
    text-align: center;
    cursor: pointer;
    color: #243140;
    border: 0
}

.smart-forms .append-picker-icon button:hover,
.smart-forms .prepend-picker-icon button:hover {
    color: #243140;
    background: #cacfd2
}

.smart-forms .append-picker-icon button:active,
.smart-forms .prepend-picker-icon button:active {
    color: #1d2938;
    background: #a1a6a9
}

.smart-forms .append-icon,
.smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%
}

.smart-forms .append-icon .field-icon,
.smart-forms .prepend-icon .field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 34px;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    pointer-events: none
}

.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px
}

.smart-forms .prepend-icon .field-icon {
    left: 0
}

.smart-forms .append-icon .field-icon {
    right: 0
}

.smart-forms .prepend-icon>input,
.smart-forms .prepend-icon>textarea {
    padding-left: 36px
}

.smart-forms .append-icon>input,
.smart-forms .append-icon>textarea {
    padding-right: 36px;
    padding-left: 10px
}

.smart-forms .append-icon>textarea {
    padding-right: 36px
}

.smart-forms .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: 400;
    background: #34495E;
    -webkit-transition: margin .6s, opacity .6s;
    -moz-transition: margin .6s, opacity .6s;
    -ms-transition: margin .6s, opacity .6s;
    -o-transition: margin .6s, opacity .6s;
    transition: margin .6s, opacity .6s
}

.smart-forms .tooltip>em {
    padding: 12px;
    font-style: normal;
    display: block;
    position: static
}

.smart-forms .tooltip:after {
    content: '';
    position: absolute
}

.smart-forms .gui-input:focus+.tooltip,
.smart-forms .gui-textarea:focus+.tooltip {
    opacity: 1;
    z-index: 999
}

.smart-forms .tip-left {
    top: 1px;
    margin-right: -20px
}

.smart-forms .tip-left:after {
    top: 12px;
    left: 100%;
    border-left: 8px solid #34495E;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-left,
.smart-forms .gui-textarea:focus+.tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto
}

.smart-forms .tip-right {
    top: 1px;
    margin-left: -20px
}

.smart-forms .tip-right:after {
    top: 12px;
    right: 100%;
    border-right: 8px solid #34495E;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-right,
.smart-forms .gui-textarea:focus+.tip-right {
    left: 100%;
    margin-left: 5px
}

.smart-forms .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px
}

.smart-forms .tip-right-top:after {
    top: 100%;
    right: 12px;
    border-top: 8px solid #34495E;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-right-top,
.smart-forms .gui-textarea:focus+.tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px
}

.smart-forms .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px
}

.smart-forms .tip-left-top:after {
    top: 100%;
    left: 12px;
    border-top: 8px solid #34495E;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-left-top,
.smart-forms .gui-textarea:focus+.tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px
}

.smart-forms .tip-right-bottom {
    top: 100%;
    margin-top: -20px
}

.smart-forms .tip-right-bottom:after {
    right: 12px;
    bottom: 100%;
    border-bottom: 8px solid #34495E;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-right-bottom,
.smart-forms .gui-textarea:focus+.tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0
}

.smart-forms .tip-left-bottom {
    top: 100%;
    margin-top: -20px
}

.smart-forms .tip-left-bottom:after {
    left: 12px;
    bottom: 100%;
    border-bottom: 8px solid #34495E;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .gui-input:focus+.tip-left-bottom,
.smart-forms .gui-textarea:focus+.tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0
}

.smart-forms .smart-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.smart-forms .smart-list li {
    margin-bottom: 20px
}

.smart-forms .form-msg {
    display: none
}

.smart-forms .notification {
    color: #444;
    padding: 15px;
    position: relative
}

.smart-forms .notification p {
    margin: 0;
    padding: 0 15px;
    padding-left: 5px;
    line-height: normal
}

.smart-forms .notification .close-btn {
    margin-top: -7px;
    padding: inherit;
    position: absolute;
    text-decoration: none;
    font: 700 20px/20px Arial, sans-serif;
    opacity: .65;
    color: inherit;
    display: block;
    right: 1px;
    top: 14%
}

.smart-forms .notification .close-btn:hover {
    opacity: 1
}

.smart-forms .alert-info {
    color: #163161;
    background-color: #cfe6fc
}

.smart-forms .alert-success {
    color: #336633;
    background-color: #d2f7ad
}

.smart-forms .alert-warning {
    color: #CC6600;
    background-color: #fae7a2
}

.smart-forms .alert-error {
    color: #990000;
    background-color: #FBDBCF
}

.smart-forms .state-error .checkbox,
.smart-forms .state-error .gui-input,
.smart-forms .state-error .gui-textarea,
.smart-forms .state-error .radio,
.smart-forms .state-error input:focus+.checkbox,
.smart-forms .state-error input:focus+.radio,
.smart-forms .state-error input:hover+.checkbox,
.smart-forms .state-error input:hover+.radio,
.smart-forms .state-error.select-multiple>select,
.smart-forms .state-error.select>select {
    background: #FEEFE9;
    border-color: #e5e6e7
}

.smart-forms .state-error .gui-input~.field-icon i,
.smart-forms .state-error .gui-textarea~.field-icon i {
    color: #e74c3c
}

.smart-forms .state-error.select .arrow {
    color: #e74c3c
}

.smart-forms .state-error.select:before {
    border-left: 1px solid #E46B66
}

.smart-forms .state-error .gui-input~.input-hint,
.smart-forms .state-error .gui-textarea~.input-hint,
.smart-forms .state-error.file .gui-file:hover+.gui-input {
    border-color: #E46B66
}

.smart-forms .state-error+em {
    display: block !important;
    margin-top: 6px;
    padding: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    color: #CC0000;
    font-size: .85em
}

.smart-forms .state-success .checkbox,
.smart-forms .state-success .gui-input,
.smart-forms .state-success .gui-textarea,
.smart-forms .state-success .radio,
.smart-forms .state-success input:focus+.checkbox,
.smart-forms .state-success input:focus+.radio,
.smart-forms .state-success input:hover+.checkbox,
.smart-forms .state-success input:hover+.radio,
.smart-forms .state-success.select-multiple>select,
.smart-forms .state-success.select>select {
    background: #EAFCD8;
    border-color: #2ecc71
}

.smart-forms .state-success .gui-input~.field-icon i,
.smart-forms .state-success .gui-textarea~.field-icon i {
    color: #2ecc71
}

.smart-forms .state-success.select .arrow {
    color: #2ecc71
}

.smart-forms .state-success.select:before {
    border-left: 1px solid #2ecc71
}

.smart-forms .state-success .gui-input~.input-hint,
.smart-forms .state-success .gui-textarea~.input-hint,
.smart-forms .state-success.file .gui-file:hover+.gui-input {
    border-color: #2ecc71
}

.smart-forms .button[disabled],
.smart-forms .state-disabled .button,
.smart-forms .switch>input[disabled]+label,
.smart-forms input[disabled]+.checkbox,
.smart-forms input[disabled]+.radio {
    cursor: default;
    opacity: .5
}

.smart-forms .file .gui-file[disabled]+.gui-input,
.smart-forms .file .gui-file[disabled]:hover+.gui-input,
.smart-forms .gui-input[disabled],
.smart-forms .gui-input[disabled]~.input-hint,
.smart-forms .gui-textarea[disabled],
.smart-forms .gui-textarea[disabled]~.input-hint,
.smart-forms .select-multiple select[disabled],
.smart-forms .select>select[disabled] {
    background-color: #f4f6f6;
    border-color: #d5dbdb !important;
    cursor: default;
    color: #d5dbdb;
    opacity: .7
}

.smart-forms .select>select[disabled]+.arrow,
.smart-forms input[disabled]~.field-icon i,
.smart-forms textarea[disabled]~.field-icon i {
    opacity: .4
}

.ui-datepicker {
    width: 18em;
    margin-top: 0;
    display: none;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    border: 1px solid #e5e6e7;
    z-index: 9999 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0;
    text-align: center;
    color: #666
}

.ui-datepicker:before {
    content: "";
    bottom: auto;
    border: solid;
    border-width: 16px 16px 16px;
    border-color: transparent transparent #1ABC9C transparent;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #1ABC9C rgba(255, 255, 255, 0);
    position: absolute;
    margin-left: -10px;
    display: block;
    left: 10%;
    height: 0;
    width: 0
}

.ui-datepicker a {
    color: #404040;
    text-align: center
}

.ui-datepicker .ui-state-disabled span {
    color: #D9DDE5
}

.ui-datepicker .ui-datepicker-header,
.ui-timepicker-div .ui-widget-header {
    position: relative;
    background: #23C1C5;
    line-height: 27px;
    font-size: 15px;
    padding: 10px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    top: 19.5%
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #fff
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
    background: #23C1C5;
    color: #fefefe;
    border: none
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
    background: #23C1C5;
    color: #fefefe;
    border: none
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    margin: 0 0 .4em;
    border-collapse: collapse
}

.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 2px 5px
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: .25em;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
    background: #D7DCDE
}

.ui-datepicker .ui-state-disabled span:hover {
    background: 0 0
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker-today a,
.ui-datepicker-today a:hover {
    font-weight: 700;
    background: #23C1C5 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff
}

.cal-widget .ui-datepicker {
    width: 100%;
    margin-top: 0
}

.cal-widget .ui-datepicker:before {
    display: none
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.333%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-buttonpane {
    border-top: 1px solid #D9DDE5;
    padding: 10px
}

.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    background: #bdc3c7;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border: 0
}

.ui-datepicker-buttonpane button:hover {
    color: #243140;
    background: #cacfd2
}

.ui-datepicker-buttonpane button:active {
    color: #1d2938;
    background: #a1a6a9
}

.ui-monthpicker .ui-datepicker-header {
    margin-bottom: 3px
}

.smart-forms .slider-wrapper,
.smart-forms .sliderv-wrapper {
    background: #E2E8F1;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.smart-forms .ui-slider {
    position: relative;
    text-align: left
}

.smart-forms .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    background: #fff;
    text-decoration: none;
    border: 3px solid #1ABC9C;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -ms-touch-action: none;
    touch-action: none;
    margin-top: -3px;
    outline: 0
}

.smart-forms .ui-slider .ui-slider-handle:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: #1ABC9C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    left: 4px;
    top: 4px
}

.smart-forms .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #1ABC9C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,
.smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.smart-forms .ui-slider-horizontal {
    height: .5em
}

.smart-forms .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.smart-forms .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.smart-forms .ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.smart-forms .ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.smart-forms .sliderv-wrapper,
.smart-forms .ui-slider-vertical {
    width: .5em;
    height: 100px
}

.smart-forms .ui-slider-vertical .ui-slider-handle {
    left: -.45em;
    margin-left: 0;
    margin-bottom: -.6em
}

.smart-forms .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.smart-forms .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.smart-forms .ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.smart-forms .slider-input {
    color: #f6931f !important;
    border: 0;
    background: 0 0
}

.smart-forms .slider-group .sliderv-wrapper {
    height: 150px;
    float: left;
    margin: 15px 15px
}

.smart-forms .ui-slider .ui-state-active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.smart-forms .slider-tip {
    display: block;
    position: absolute;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif;
    background: #34495E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    color: #fff
}

.smart-forms .slider-wrapper .slider-tip {
    top: -50px;
    left: -15px
}

.smart-forms .slider-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 35%;
    border-top: 8px solid #34495E;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.smart-forms .sliderv-wrapper .slider-tip {
    left: 30px;
    top: -12px
}

.smart-forms .sliderv-wrapper .slider-tip:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 98%;
    border-right: 8px solid #34495E;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.smart-forms .yellow-slider .ui-slider .ui-slider-handle {
    border-color: #ed9c28
}

.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before,
.smart-forms .yellow-slider .ui-slider .ui-slider-range {
    background-color: #ed9c28
}

.smart-forms .red-slider .ui-slider .ui-slider-handle {
    border-color: #e74c3c
}

.smart-forms .red-slider .ui-slider .ui-slider-handle:before,
.smart-forms .red-slider .ui-slider .ui-slider-range {
    background-color: #e74c3c
}

.smart-forms .purple-slider .ui-slider .ui-slider-handle {
    border-color: #9B59B6
}

.smart-forms .purple-slider .ui-slider .ui-slider-handle:before,
.smart-forms .purple-slider .ui-slider .ui-slider-range {
    background-color: #9B59B6
}

.smart-forms .blue-slider .ui-slider .ui-slider-handle {
    border-color: #3498db
}

.smart-forms .blue-slider .ui-slider .ui-slider-handle:before,
.smart-forms .blue-slider .ui-slider .ui-slider-range {
    background-color: #3498db
}

.smart-forms .black-slider .ui-slider .ui-slider-handle {
    border-color: #34495e
}

.smart-forms .black-slider .ui-slider .ui-slider-handle:before,
.smart-forms .black-slider .ui-slider .ui-slider-range {
    background-color: #34495e
}

.smart-forms .green-slider .ui-slider .ui-slider-handle {
    border-color: #2ecc71
}

.smart-forms .green-slider .ui-slider .ui-slider-handle:before,
.smart-forms .green-slider .ui-slider .ui-slider-range {
    background-color: #2ecc71
}

.ui-timepicker-div .ui-widget-header {
    position: relative;
    line-height: 27px;
    font-size: 15px;
    padding: 10px
}

.ui-timepicker-div dl {
    text-align: left;
    border: 1px solid #D9DDE5;
    border-width: 1px 0 0 0;
    padding: 15px 10px;
    margin: 0
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 20px 40%
}

.ui-timepicker-div dl .ui_tpicker_hour,
.ui-timepicker-div dl .ui_tpicker_millisec,
.ui-timepicker-div dl .ui_tpicker_minute,
.ui-timepicker-div dl .ui_tpicker_second {
    background: #E2E8F1;
    position: relative;
    top: 6px
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.smart-forms .progress-section {
    display: none
}

.smart-forms .progress-bar {
    position: relative;
    background: #EDF0F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.smart-forms .progress-bar .percent {
    position: absolute;
    display: inline-block;
    top: -3px;
    right: -24px;
    font-size: 9px;
    color: #93A2AA
}

.smart-forms .progress-bar>.bar {
    width: 60%;
    height: 7px;
    display: block;
    background-size: 16px 16px;
    background-color: #bdc3c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.smart-forms .bar-primary>.bar {
    background-color: #1abc9c
}

.smart-forms .bar-blue>.bar {
    background-color: #3498db
}

.smart-forms .bar-black>.bar {
    background-color: #34495e
}

.smart-forms .bar-green>.bar {
    background-color: #2ecc71
}

.smart-forms .bar-purple>.bar {
    background-color: #9B59B6
}

.smart-forms .bar-red>.bar {
    background-color: #e74c3c
}

.smart-forms .bar-yellow>.bar {
    background-color: #ed9c28
}

.smart-forms .progress-bar>.bar,
.smart-forms .progress>button[type=submit],
.smart-forms .progress>button[type=submit]:hover,
.smart-forms .ui-slider .ui-slider-range {
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3));
    background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3));
    background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3));
    background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, .3) 25%, rgba(255, 255, 255, .3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, .3) 75%, rgba(255, 255, 255, .3))
}

.smart-forms .progress-animated>.bar,
.smart-forms .progress>button[type=submit],
.smart-forms .progress>button[type=submit]:hover {
    -webkit-animation: sfprogress .6s linear infinite;
    -moz-animation: sfprogress .6s linear infinite;
    -o-animation: sfprogress .6s linear infinite;
    animation: sfprogress .6s linear infinite
}

.smart-forms .progress>button[type=submit]:hover {
    cursor: wait
}

@-webkit-keyframes sfprogress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -16px 0
    }
}

@-moz-keyframes sfprogress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -16px 0
    }
}

@-o-keyframes sfprogress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -16px 0
    }
}

@keyframes sfprogress {
    from {
        background-position: 0 0
    }
    to {
        background-position: -16px 0
    }
}

.smart-forms .map-container {
    padding: 10px;
    border: 2px solid #BDC3C7
}

.smart-forms #map_canvas {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.smart-forms .block {
    display: block
}

.smart-forms .frm-row {
    margin: 0 -10px
}

.smart-forms .frm-row:after,
.smart-forms .frm-row:before,
.smart-forms .slider-group:after,
.smart-forms .slider-group:before {
    display: table;
    content: "";
    line-height: 0
}

.smart-forms .frm-row:after,
.smart-forms .slider-group:after {
    clear: both
}

.smart-forms .frm-row .colm {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left
}

.smart-forms .frm-row .colm1 {
    width: 8.33%
}

.smart-forms .frm-row .colm2 {
    width: 16.66%
}

.smart-forms .frm-row .colm3 {
    width: 25%
}

.smart-forms .frm-row .colm4 {
    width: 33.33%
}

.smart-forms .frm-row .colm5 {
    width: 41.66%
}

.smart-forms .frm-row .colm6 {
    width: 50%
}

.smart-forms .frm-row .colm7 {
    width: 58.33%
}

.smart-forms .frm-row .colm8 {
    width: 66.66%
}

.smart-forms .frm-row .colm9 {
    width: 75%
}

.smart-forms .frm-row .colm10 {
    width: 83.33%
}

.smart-forms .frm-row .colm11 {
    width: 91.66%
}

.smart-forms .frm-row .colm12 {
    width: 100%
}

.smart-forms .frm-row .colm1-5 {
    width: 20%
}

.smart-forms .frm-row .colm1-8 {
    width: 12.5%
}

.smart-forms .spacer {
    border-top: 1px solid #D9DDE5;
    display: block;
    height: 0
}

.smart-forms .spacer-t10 {
    margin-top: 10px
}

.smart-forms .spacer-b10 {
    margin-bottom: 10px
}

.smart-forms .spacer-t15 {
    margin-top: 15p
}

.smart-forms .spacer-b15 {
    margin-bottom: 15px
}

.smart-forms .spacer-t20 {
    margin-top: 20px
}

.smart-forms .spacer-b20 {
    margin-bottom: 20px
}

.smart-forms .spacer-t25 {
    margin-top: 25px
}

.smart-forms .spacer-b25 {
    margin-bottom: 25px
}

.smart-forms .spacer-t30 {
    margin-top: 30px
}

.smart-forms .spacer-b30 {
    margin-bottom: 30px
}

.smart-forms .spacer-t40 {
    margin-top: 40px
}

.smart-forms .spacer-b40 {
    margin-bottom: 40px
}

.smart-forms .frm-row .pad-l10 {
    padding-left: 10px
}

.smart-forms .frm-row .pad-r10 {
    padding-right: 10px
}

.smart-forms .frm-row .pad-l20 {
    padding-left: 20px
}

.smart-forms .frm-row .pad-r20 {
    padding-right: 20px
}

.smart-forms .frm-row .pad-l30 {
    padding-left: 30px
}

.smart-forms .frm-row .pad-r30 {
    padding-right: 30px
}

.smart-forms .frm-row .pad-l40 {
    padding-left: 40px
}

.smart-forms .frm-row .pad-r40 {
    padding-right: 40px
}

.smart-forms .bdl {
    border-left: 1px solid #D9DDE5
}

.smart-forms .bdr {
    border-right: 1px solid #D9DDE5
}

.smart-forms .fine-grey {
    color: #919DA8
}

.smart-forms .small-text {
    font-size: 11px;
    font-style: normal
}

.smart-forms .text-align {
    height: 42px;
    line-height: 42px
}

.smart-forms .align-right {
    text-align: right
}

.smart-forms .align-center {
    text-align: center
}

.smart-forms .price-box {
    padding: 30px;
    text-align: center;
    position: relative;
    border: 1px solid #D0D6DF;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .05)
}

.smart-forms .price-box p {
    line-height: 1.5em;
    color: #526066;
    margin-bottom: 0
}

.smart-forms .price-box h5 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
    color: #BACDD6;
    letter-spacing: 2px
}

.smart-forms .price-box h4 {
    font-size: 60px;
    font-weight: 300;
    margin: 0;
    color: #547698
}

.smart-forms .selected-box h4 {
    color: #1abc9c
}

.smart-forms .price-box h4 sup {
    position: relative;
    font-size: 30px;
    vertical-align: top;
    top: 15px
}

.smart-forms .price-box h4 .per-month {
    font-size: 14px
}

.smart-forms .expand {
    height: 50px;
    line-height: 50px !important
}

.smart-forms .ribbon,
.smart-forms .ribbon-large {
    width: 75px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1
}

.smart-forms .ribbon-inner {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1abc9c;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
    width: 100px;
    color: #fff;
    z-index: 1;
    left: 3px;
    top: 6px
}

.smart-forms .ribbon-inner:after,
.smart-forms .ribbon-inner:before {
    content: "";
    border-top: 3px solid #16a085;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px
}

.smart-forms .ribbon-inner:before {
    left: 0
}

.smart-forms .ribbon-inner:after {
    right: 0
}

.smart-forms .ribbon-large {
    width: 115px;
    height: 118px
}

.smart-forms .ribbon-large .ribbon-inner {
    width: 160px;
    left: -8px;
    top: 28px
}

.smart-forms .sfcode {
    padding-left: 24px
}

.smart-forms .captcode {
    padding: 0;
    position: relative
}

.smart-forms .captcode img {
    position: relative;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    top: 2px;
    left: 1px
}

.smart-forms .refresh-captcha {
    position: absolute;
    background: #1abc9c;
    border: 3px solid #16a085;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    right: -15px;
    height: 32px;
    width: 32px;
    top: 4px
}

.smart-forms .refresh-captcha i {
    position: absolute;
    text-align: center;
    line-height: 26px;
    font-size: 17px;
    color: #fff;
    left: 24%
}

.smart-forms .refresh-black {
    background: #34495e;
    border-color: #2c3e50
}

.smart-forms .refresh-blue {
    background: #3498db;
    border-color: #2c81ba
}

.smart-forms .refresh-green {
    background: #2ecc71;
    border-color: #27ad60
}

.smart-forms .refresh-purple {
    background: #9B59B6;
    border-color: #8E44AD
}

.smart-forms .refresh-red {
    background: #e74c3c;
    border-color: #c44133
}

.smart-forms .refresh-yellow {
    background: #ed9c28;
    border-color: #d58512
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .smart-forms .captcode,
    .smart-forms .option,
    .smart-forms .rating,
    .smart-forms .switch {
        -webkit-animation: bugfix infinite 1s
    }
    @-webkit-keyframes bugfix {
        from {
            padding: 0
        }
        to {
            padding: 0
        }
    }
    .smart-forms .switch {
        margin-right: 10px;
        margin-bottom: 5px
    }
    .smart-forms .option {
        margin-right: 15px
    }
}

@media (max-width:600px) {
    .smart-forms .frm-row {
        margin: 0
    }
    .smart-forms .frm-row .colm {
        width: 100%;
        float: none;
        padding: 0
    }
    .smart-forms .bdl {
        border-left: 0
    }
    .smart-forms .bdr {
        border-right: 0
    }
    .smart-forms .align-right {
        text-align: left
    }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

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

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75)
    }
    40% {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600
}

.nav>li>a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px
}

.nav.navbar-right>li>a {
    color: #999c9e
}

.nav>li.active>a {
    color: #ffffff
}

.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover {
    background-color: #293846;
    color: white
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: #fff
}

.nav.navbar-top-links>li>a:focus,
.nav.navbar-top-links>li>a:hover {
    background-color: transparent
}

.nav>li>a i {
    margin-right: 6px
}

.navbar {
    border: 0
}

.navbar-default {
    background-color: transparent;
    border-color: #2f3f4f
}

.navbar-top-links li {
    display: inline-block
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, .7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute !important;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    border-radius: 2px
}

.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: 400
}

.dropdown-menu>li>a.font-bold {
    font-weight: 600
}

.navbar-top-links .dropdown-menu li {
    display: block
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal
}

.navbar-top-links .dropdown-alerts,
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks {
    width: 310px;
    min-width: 0
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto
}

.dropdown-alerts,
.dropdown-messages {
    padding: 10px 10px 10px 10px
}

.dropdown-alerts li a,
.dropdown-messages li a {
    font-size: 12px
}

.dropdown-alerts li em,
.dropdown-messages li em {
    font-size: 10px
}

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px
}

.nav-header {
    padding: 33px 25px;
    background: url(/static/css/patterns/header-profile.png) no-repeat
}

.pace-done .nav-header {
    transition: all .5s
}

.nav>li.active {
    border-left: 4px solid #2cbec3;
    background: #293846
}

.nav.nav-second-level>li.active {
    border: none
}

.nav.nav-second-level.collapse[style] {
    height: auto !important
}

.nav-header a {
    color: #DFE4ED
}

.nav-header .text-muted {
    color: #8095a8
}

.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left
}

.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: inline-table
}

.navbar-form-custom .form-group {
    margin-bottom: 0
}

.nav.navbar-top-links a {
    font-size: 14px
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px
}

.arrow {
    float: right
}

.fa.arrow:before {
    content: "\f104"
}

.active>a>.fa.arrow:before {
    content: "\f107"
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important
}

.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px
}

.nav-third-level li a {
    padding-left: 62px
}

.nav-second-level li:last-child {
    margin-bottom: 10px
}

.mini-navbar .nav li:focus>.nav-second-level,
body:not(.fixed-sidebar).mini-navbar .nav li.active:hover>.nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 140px;
    height: auto
}

body.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 12px;
    border-radius: 3px
}

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px
}

.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px
}

.mini-navbar .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #2f3f4f;
    padding: 10px 10px 10px 10px;
    font-size: 12px
}

.mini-navbar li.active .nav-second-level {
    left: 65px
}

.navbar-default .special_link a {
    background: #1ab394;
    color: white
}

.navbar-default .special_link a:hover {
    background: #17987e !important;
    color: white
}

.navbar-default .special_link a span.label {
    background: #fff;
    color: #1ab394
}

.navbar-default .landing_link a {
    background: #1cc09f;
    color: white
}

.navbar-default .landing_link a:hover {
    background: #1ab394 !important;
    color: white
}

.navbar-default .landing_link a span.label {
    background: #fff;
    color: #1cc09f
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0
}

.pace-done #page-wrapper,
.pace-done .footer,
.pace-done .nav-header,
.pace-done .navbar-static-side,
.pace-done li.active {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navbar-fixed-top {
    background: #fff;
    transition-duration: .5s;
    border-bottom: 1px solid #e7eaec !important
}

.navbar-fixed-top,
.navbar-static-top {
    background: #f3f3f4
}

.fixed-nav #wrapper {
    margin-top: 60px
}

.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px
}

.body-small .navbar-fixed-top {
    margin-left: 0
}

body.mini-navbar .navbar-static-side {
    width: 70px
}

body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span,
body.mini-navbar .profile-element {
    display: none
}

body:not(.fixed-sidebar).mini-navbar .nav-second-level {
    display: none
}

body.mini-navbar .navbar-default .nav>li>a {
    font-size: 16px
}

body.mini-navbar .logo-element {
    display: block
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #1ab394
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px
}

body.fixed-sidebar.mini-navbar .footer {
    margin: 0
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 70px
}

body.fixed-sidebar .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 101;
    height: 100%
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 220px
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px
}

.fixed-sidebar.mini-navbar .nav li:focus>.nav-second-level {
    display: block;
    height: auto
}

body.fixed-sidebar.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 12px;
    border-radius: 3px
}

.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px
}

.fixed-sidebar.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px
}

.fixed-sidebar.mini-navbar li.active .nav-second-level {
    left: 0
}

body.fixed-sidebar.mini-navbar .navbar-default .nav>li>a {
    font-size: 13px
}

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span {
    display: inline
}

.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px
}

.fixed-sidebar.mini-navbar .nav-second-level {
    left: 0
}

.top-navigation #page-wrapper {
    margin-left: 0
}

.top-navigation .pace .pace-progress {
    left: 0
}

.top-navigation .navbar-nav .dropdown-menu>.active>a {
    background: white;
    color: #1ab394;
    font-weight: 700
}

.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
    background: #fff
}

.top-navigation .navbar {
    margin-bottom: 0
}

.top-navigation .nav>li>a {
    padding: 15px 20px;
    color: #676a6c
}

.top-navigation .nav>li a:focus,
.top-navigation .nav>li a:hover {
    background: #fff;
    color: #1ab394
}

.top-navigation .nav>li.active {
    background: #fff;
    border: none
}

.top-navigation .nav>li.active>a {
    color: #1ab394
}

.top-navigation .navbar-right {
    margin-right: 10px
}

.top-navigation .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 1px solid #e7eaec
}

.top-navigation .dropdown-menu>li>a {
    margin: 0;
    padding: 7px 20px
}

.navbar .dropdown-menu {
    margin-top: 0
}

.top-navigation .navbar-brand {
    background: #1ab394;
    color: #fff;
    padding: 15px 25px
}

.top-navigation .navbar-top-links li:last-child {
    margin-right: 0
}

.top-navigation .navbar-header {
    display: inline-block;
    float: none
}

.mini-navbar .top-navigation #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.top-navigation.mini-navbar #page-wrapper,
body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper {
    margin: 0
}

.fixed-nav #wrapper.top-navigation,
.top-navigation.fixed-nav #wrapper {
    margin-top: 50px
}

.top-navigation .footer.fixed {
    margin-left: 0 !important
}

.top-navigation .wrapper.wrapper-content {
    padding: 40px
}

.body-small .top-navigation .wrapper.wrapper-content,
.top-navigation.body-small .wrapper.wrapper-content {
    padding: 40px 0 40px 0
}

.navbar-toggle {
    background-color: #1ab394;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px
}

.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header,
.top-navigation .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 10px 20px
}

@media (max-width:768px) {
    .top-navigation .navbar-header {
        display: block;
        float: none
    }
}

.menu-visible-lg,
.menu-visible-md {
    display: none !important
}

@media (min-width:1200px) {
    .menu-visible-lg {
        display: block !important
    }
}

@media (min-width:992px) {
    .menu-visible-md {
        display: block !important
    }
}

@media (max-width:767px) {
    .menu-visible-md {
        display: block !important
    }
    .menu-visible-lg {
        display: block !important
    }
}

.btn {
    border-radius: 3px
}

.float-e-margins .btn {
    margin-bottom: 5px
}

.btn-w-m {
    min-width: 120px
}

.btn-primary.btn-outline {
    color: #1ab394
}

.btn-success.btn-outline {
    color: #1c84c6
}

.btn-info.btn-outline {
    color: #23c6c8
}

.btn-warning.btn-outline {
    color: #f8ac59
}

.btn-danger.btn-outline {
    color: #ed5565
}

.btn-danger.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-warning.btn-outline:hover {
    color: #fff
}

.btn-primary {
    background-color: #23c1c5 !important;
    border-color: #2cbec3;
    color: #FFFFFF
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #2cbec3;
    border-color: #2cbec3;
    color: #FFFFFF
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #1dc5a3;
    border-color: #1dc5a3
}

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFFFFF
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.active[disabled],
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #1f90d8;
    border-color: #1f90d8
}

.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    background-color: #21b9bb;
    border-color: #21b9bb;
    color: #FFFFFF
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.active[disabled],
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #26d7d9;
    border-color: #26d7d9
}

.btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    background-color: #bababa;
    border-color: #bababa;
    color: #FFFFFF
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.active[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #cccccc;
    border-color: #cccccc
}

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #FFFFFF
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.active[disabled],
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f9b66d;
    border-color: #f9b66d
}

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #ef6776;
    border-color: #ef6776
}

.btn-link {
    color: inherit
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
    color: #1c84c6
}

.btn-link.active,
.btn-link:active,
.open .dropdown-toggle.btn-link {
    background-image: none
}

.btn-link.active[disabled],
.btn-link.disabled,
.btn-link.disabled.active,
.btn-link.disabled:active,
.btn-link.disabled:focus,
.btn-link.disabled:hover,
.btn-link[disabled],
.btn-link[disabled]:active,
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #cacaca
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec
}

.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open .dropdown-toggle.btn-white {
    color: inherit;
    border: 1px solid #d2d2d2
}

.btn-white.active,
.btn-white:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset
}

.btn-white.active,
.btn-white:active,
.open .dropdown-toggle.btn-white {
    background-image: none
}

.btn-white.active[disabled],
.btn-white.disabled,
.btn-white.disabled.active,
.btn-white.disabled:active,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled],
.btn-white[disabled]:active,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white.active,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
    color: #cacaca
}

.btn-paypal {
    background-color: #005EA6;
    border-color: #005EA6;
    color: #FFFFFF
}

.btn-paypal.active,
.btn-paypal:active,
.btn-paypal:focus,
.btn-paypal:hover,
.open .dropdown-toggle.btn-paypal {
    background-color: #005799;
    border-color: #005799;
    color: #FFFFFF
}

.btn-paypal.active,
.btn-paypal:active,
.open .dropdown-toggle.btn-paypal {
    background-image: none
}

.btn-paypal.active[disabled],
.btn-paypal.disabled,
.btn-paypal.disabled.active,
.btn-paypal.disabled:active,
.btn-paypal.disabled:focus,
.btn-paypal.disabled:hover,
.btn-paypal[disabled],
.btn-paypal[disabled]:active,
.btn-paypal[disabled]:focus,
.btn-paypal[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #80c8ff;
    border-color: #80c8ff
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-rounded {
    border-radius: 50px
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px
}

button.dim {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important
}

button.dim:active {
    top: 3px
}

button.btn-primary.dim {
    box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999
}

button.btn-primary.dim:active {
    box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999
}

button.btn-default.dim {
    box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999
}

button.btn-default.dim:active {
    box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999
}

button.btn-warning.dim {
    box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999
}

button.btn-warning.dim:active {
    box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999
}

button.btn-info.dim {
    box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999
}

button.btn-info.dim:active {
    box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999
}

button.btn-success.dim {
    box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999
}

button.btn-success.dim:active {
    box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999
}

button.btn-danger.dim {
    box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999
}

button.btn-danger.dim:active {
    box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999
}

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    display: block;
    padding-top: 10px
}

button.dim:active:before {
    top: 7px;
    font-size: 50px
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none
}

.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none
}

.badge-primary,
.label-primary {
    background-color: #1ab394;
    color: #FFFFFF
}

.badge-success,
.label-success {
    background-color: #1c84c6;
    color: #FFFFFF
}

.badge-warning,
.label-warning {
    background-color: #f8ac59;
    color: #FFFFFF
}

.badge-warning-light,
.label-warning-light {
    background-color: #f8ac59;
    color: #ffffff
}

.badge-danger,
.label-danger {
    background-color: #ed5565;
    color: #FFFFFF
}

.badge-info,
.label-info {
    background-color: #23c6c8;
    color: #FFFFFF
}

.badge-inverse,
.label-inverse {
    background-color: #262626;
    color: #FFFFFF
}

.badge-white,
.label-white {
    background-color: #FFFFFF;
    color: #5E5E5E
}

.badge-disable,
.label-white {
    background-color: #2A2E36;
    color: #8B91A0
}

.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #1ab394;
    color: #FFFFFF
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right
}

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none
}

.tooltip-inner {
    background-color: #2f3f4f
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2f3f4f
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2f3f4f
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2f3f4f
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2f3f4f
}

.easypiechart {
    position: relative;
    text-align: center
}

.easypiechart .h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block
}

.easypiechart canvas {
    top: 0;
    left: 0
}

.easypiechart .easypie-text {
    line-height: 1;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1
}

.easypiechart img {
    margin-top: -4px
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none
}

.fc-state-default {
    border: 1px solid
}

.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 .6em;
    position: relative;
    white-space: nowrap
}

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit
}

.fc-content .fc-widget-content,
.fc-content .fc-widget-header {
    border-color: #e7eaec;
    font-weight: 400
}

.fc-border-separate tbody {
    background-color: #F8F8F8
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px
}

.fc-agenda .fc-event-time,
.fc-event,
.fc-event a {
    padding: 4px 6px;
    background-color: #1ab394;
    border-color: #1ab394
}

.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff
}

.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec
}

.chat-element:first-child {
    margin-top: 0
}

.chat-element {
    padding-bottom: 15px
}

.chat-element,
.chat-element .media {
    margin-top: 15px
}

.chat-element,
.media-body {
    overflow: hidden
}

.media-body {
    display: block
}

.chat-element>.pull-left {
    margin-right: 10px
}

.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px
}

.chat-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px
}

.chat-element .actions {
    margin-top: 10px
}

.chat-element .photos {
    margin: 10px 0
}

.right.chat-element>.pull-right {
    margin-left: 10px
}

.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9
}

.chat li.left .chat-body {
    margin-left: 60px
}

.chat li.right .chat-body {
    margin-right: 60px
}

.chat li .chat-body p {
    margin: 0;
    color: #777777
}

.chat .glyphicon,
.panel .slidedown .glyphicon {
    margin-right: 5px
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2
}

.list-group-item-heading {
    margin-top: 10px
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit
}

.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none
}

.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none
}

.no-padding .list-group {
    margin-bottom: 0
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.flot-chart {
    display: block;
    height: 200px
}

.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px
}

.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, .8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px
}

.jqsfield {
    color: white;
    text-align: left
}

.h-200 {
    min-height: 200px
}

.legendLabel {
    padding-left: 5px
}

.stat-list li:first-child {
    margin-top: 0
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.stat-percent {
    float: right
}

.stat-list li {
    margin-top: 15px;
    position: relative
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0
}

table.dataTable thead .sorting_asc:after {
    float: right;
    font-family: fontawesome
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5)
}

.dataTables_wrapper {
    padding-bottom: 30px
}

.img-circle {
    border-radius: 50%
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important
}

.show-grid {
    margin: 15px 0
}

.css-animation-box h1 {
    font-size: 44px
}

.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px
}

.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px
}

.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px
}

.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px
}

.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase
}

.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 220px;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s
}

.body-small .pace .pace-progress {
    left: 0
}

.pace-inactive {
    display: none
}

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px
}

.widget.style1 h2 {
    font-size: 30px
}

.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0
}

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px
}

.widget .flot-chart {
    height: 100px
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px
}

.todo-list.small-list {
    font-size: 12px
}

.todo-list.small-list>li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px
}

.todo-list.small-list .btn-group-xs>.btn,
.todo-list.small-list .btn-xs {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 2px 1px 5px
}

.todo-list>li {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px
}

.todo-list .handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px
}

.todo-list>li .label {
    font-size: 9px;
    margin-left: 10px
}

.check-link {
    font-size: 16px
}

.todo-completed {
    text-decoration: line-through
}

.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0
}

.glyphicon.fa {
    font-family: FontAwesome
}

.inline {
    display: inline-block !important
}

.input-s-sm {
    width: 120px
}

.input-s {
    width: 200px
}

.input-s-lg {
    width: 250px
}

.i-checks {
    padding-left: 0
}

.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px
}

.form-control:focus,
.single-line:focus {
    border-color: #2cbec3
}

.has-success .form-control {
    border-color: #1ab394
}

.has-warning .form-control {
    border-color: #f8ac59
}

.has-error .form-control {
    border-color: #ed5565
}

.has-success .control-label {
    color: #1ab394
}

.has-warning .control-label {
    color: #f8ac59
}

.has-error .control-label {
    color: #ed5565
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center
}

.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13
}

.spinner-buttons.input-group-btn {
    width: 20%
}

.noUi-connect {
    background: none repeat scroll 0 0 #1ab394;
    box-shadow: none
}

.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ed5565;
    box-shadow: none
}

.ui-sortable .ibox-title {
    cursor: move
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #e7eaec
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important
}

.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1AB394;
    border-radius: 3px
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #1AB394;
    color: #FFFFFF
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #1AB394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0
}

.ui-jqgrid {
    -moz-box-sizing: content-box
}

.ui-jqgrid-btable {
    border-collapse: separate
}

.ui-jqgrid-htable {
    border-collapse: separate
}

.ui-jqgrid-titlebar {
    height: 40px;
    line-height: 15px;
    color: #676a6c;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 1.1em 1em .2em
}

.ui-jqgrid .ui-jqgrid-titlebar {
    position: relative;
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid
}

.ui-widget-header {
    background: 0 0;
    background-image: none;
    background-color: #f5f5f6;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
    border-color: #DDDDDD;
    background-color: inherit
}

.ui-search-toolbar input[type=text] {
    font-size: 12px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 0
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    line-height: 15px;
    font-weight: 700;
    color: #676a6c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.ui-widget-content {
    box-sizing: content-box
}

.ui-icon-triangle-1-n {
    background-position: 1px -16px
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 0 !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus {
    border-collapse: separate
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f2fbff
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: 400;
    color: #212121
}

.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 50px;
    border: 1px solid #CCCCCC;
    height: 15px
}

.ui-jqgrid .ui-pg-selbox {
    display: block;
    font-size: 1em;
    height: 25px;
    line-height: 18px;
    margin: 0;
    width: auto
}

.ui-jqgrid .ui-pager-control {
    position: relative
}

.ui-jqgrid .ui-jqgrid-pager {
    height: 32px;
    position: relative
}

.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
    border: 0
}

.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: 700;
    display: none;
    border-width: 2px !important;
    font-size: 11px
}

.ui-jqgrid .form-control {
    height: 10px;
    width: auto;
    display: inline;
    padding: 10px 12px
}

.ui-jqgrid-pager {
    height: 32px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 0
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 0
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 0
}

.ui-widget-content {
    border: 1px solid #ddd
}

.ui-jqgrid .ui-jqgrid-titlebar {
    padding: 0
}

.ui-jqgrid .ui-jqgrid-titlebar {
    border-bottom: 1px solid #ddd
}

.ui-jqgrid tr.jqgrow td {
    padding: 6px
}

.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 10px 10px
}

.ui-jqdialog .ui-jqdialog-title {
    float: none !important
}

.ui-jqdialog>.ui-resizable-se {
    position: absolute
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-handle span {
    font-weight: 700
}

.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: 700
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
    content: '-'
}

#nestable2 .dd-item>button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1
}

#nestable2 .dd-item>button:before {
    content: "\f067"
}

#nestable2 .dd-item>button[data-action=collapse]:before {
    content: "\f068"
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: .75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e7eaec;
    background: #f3f3f4;
    padding: 10px
}

#nestable2 span.label {
    margin-right: 10px
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto
}

.google-map {
    height: 300px
}

label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px
}

.form-control.error {
    border: 1px dotted #cc5965
}

.gridStyle {
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 400px
}

.gridStyle2 {
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 300px
}

.ngH eaderCell {
    border-right: none;
    border-bottom: 1px solid #e7eaec
}

.ngCell {
    border-right: none
}

.ngTopPanel {
    background: #F5F5F6
}

.ngRow.even {
    background: #f9f9f9
}

.ngRow.selected {
    background: #EBF2F1
}

.ngRow {
    border-bottom: 1px solid #e7eaec
}

.ngCell {
    background-color: transparent
}

.ngHeaderCell {
    border-right: none
}

#toast-container>div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

#toast-container>:hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

.toast {
    background-color: #1ab394
}

.toast-success {
    background-color: #1ab394
}

.toast-error {
    background-color: #ed5565
}

.toast-info {
    background-color: #23c6c8
}

.toast-warning {
    background-color: #f8ac59
}

.toast-top-full-width {
    margin-top: 20px
}

.toast-bottom-full-width {
    margin-bottom: 20px
}

.cg-notify-message.inspinia-notify {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, .1), 0 2 px 4 px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, .1), 0 2 px 4 px rgba(0, 0, 0, .2);
    border: none;
    margin-top: 30px;
    color: inherit
}

.inspinia-notify.alert-warning {
    border-left: 6px solid #f8ac59
}

.inspinia-notify.alert-success {
    border-left: 6px solid #1c84c6
}

.inspinia-notify.alert-danger {
    border-left: 6px solid #ed5565
}

.inspinia-notify.alert-info {
    border-left: 6px solid #1ab394
}

.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%
}

.img-preview-sm {
    height: 130px;
    width: 200px
}

.forum-post-container .media {
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #f1f1f1
}

.forum-avatar {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 110px
}

.forum-avatar .img-circle {
    height: 48px;
    width: 48px
}

.author-info {
    color: #676a6c;
    font-size: 11px;
    margin-top: 5px;
    text-align: center
}

.forum-post-info {
    padding: 9px 12px 6px 12px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1
}

.media-body>.media {
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #f1f1f1
}

.forum-post-container .media-body .photos {
    margin: 10px 0
}

.forum-photo {
    max-width: 140px;
    border-radius: 3px
}

.media-body>.media .forum-avatar {
    width: 70px;
    margin-right: 10px
}

.media-body>.media .forum-avatar .img-circle {
    height: 38px;
    width: 38px
}

.mid-icon {
    font-size: 66px
}

.forum-item {
    margin: 10px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #f1f1f1
}

.views-number {
    font-size: 24px;
    line-height: 18px;
    font-weight: 400
}

.forum-container,
.forum-post-container {
    padding: 30px !important
}

.forum-item small {
    color: #999
}

.forum-item .forum-sub-title {
    color: #999;
    margin-left: 50px
}

.forum-title {
    margin: 15px 0 15px 0
}

.forum-info {
    text-align: center
}

.forum-desc {
    color: #999
}

.forum-icon {
    float: left;
    width: 30px;
    margin-right: 20px;
    text-align: center
}

a.forum-item-title {
    color: inherit;
    display: block;
    font-size: 18px;
    font-weight: 600
}

a.forum-item-title:hover {
    color: inherit
}

.forum-icon .fa {
    font-size: 30px;
    margin-top: 8px;
    color: #9b9b9b
}

.forum-item.active .fa {
    color: #1ab394
}

.forum-item.active a.forum-item-title {
    color: #1ab394
}

@media (max-width:992px) {
    .forum-info {
        margin: 15px 0 10px 0;
        display: none
    }
    .forum-desc {
        float: none !important
    }
}

.vertical-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto
}

.vertical-container::after {
    content: '';
    display: table;
    clear: both
}

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1
}

.vertical-timeline-content .btn {
    float: right
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5
}

@media only screen and (min-width:1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px
    }
}

@media only screen and (max-width:1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-block:first-child {
    margin-top: 0
}

.vertical-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0
    }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px
}

@media only screen and (min-width:1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: .25em;
    padding: 1em
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px
}

.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}

.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500
}

.vertical-date small {
    color: #1ab394;
    font-weight: 400
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white
}

@media only screen and (min-width:768px) {
    .vertical-timeline-content h2 {
        font-size: 18px
    }
    .vertical-timeline-content p {
        font-size: 13px
    }
}

@media only screen and (min-width:1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden
    }
}

.sidebard-panel {
    width: 220px;
    background: #ebebed;
    padding: 10px 20px;
    position: absolute;
    right: 0
}

.sidebard-panel .feed-element img.img-circle {
    width: 32px;
    height: 32px
}

.sidebard-panel .feed-element,
.sidebard-panel p {
    font-size: 12px
}

.sidebard-panel .feed-element {
    margin-top: 20px;
    padding-bottom: 0
}

.sidebard-panel .list-group {
    margin-bottom: 10px
}

.sidebard-panel .list-group .list-group-item {
    padding: 5px 0;
    font-size: 12px;
    border: 0
}

.sidebar-content .wrapper,
.wrapper.sidebar-content {
    padding-right: 230px !important
}

.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
    padding-right: 20px !important
}

body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f3f4f;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden
}

body.boxed-layout {
    background: url(/static/css/patterns/shattered.png)
}

body.boxed-layout #wrapper {
    background-color: #2f3f4f;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.boxed-layout #wrapper.top-navigation,
.top-navigation.boxed-layout #wrapper {
    max-width: 1300px !important
}

.block {
    display: block
}

.clear {
    display: block;
    overflow: hidden
}

a {
    cursor: pointer
}

a:focus,
a:hover {
    text-decoration: none
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important
}

.font-bold {
    font-weight: 600
}

.font-noraml {
    font-weight: 400
}

.text-uppercase {
    text-transform: uppercase
}

.b-r {
    border-right: 1px solid #e7eaec
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}

.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px
}

video {
    width: 100% !important;
    height: auto !important
}

.gallery>.row>div {
    margin-bottom: 15px
}

.fancybox img {
    margin-bottom: 5px;
    width: 24%
}

.note-editor {
    height: auto;
    min-height: 300px
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    outline: 0 none;
    position: relative
}

.modal-dialog {
    z-index: 1200
}

.modal-body {
    padding: 20px 30px 30px 30px
}

.inmodal .modal-body {
    background: #f8fafb
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.inmodal .modal-title {
    font-size: 26px
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3
}

.modal-footer {
    margin-top: 0
}

#wrapper {
    width: 100%;
    overflow-x: hidden
}

.wrapper {
    padding: 0 20px
}

.wrapper-content {
    padding: 20px 10px 40px
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important
}

@media (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px
    }
}

.title-action {
    text-align: right;
    padding-top: 30px
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px
}

ol.unstyled,
ul.unstyled {
    list-style: none outside none;
    margin-left: 0
}

.big-icon {
    font-size: 160px;
    color: #e5e6e7
}

.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    z-index: 7
}

.footer.fixed_full {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background: white;
    border-top: 1px solid #e7eaec;
    margin-left: 220px
}

body.body-small.mini-navbar .footer.fixed,
body.mini-navbar .footer.fixed {
    margin: 0 0 0 70px
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 220px
}

body.body-small .footer.fixed {
    margin-left: 0
}

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px
}

.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px
}

.table-bordered {
    border: 1px solid #EBEBEB
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    background-color: #F5F5F6;
    border-bottom-width: 1px
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e7e7e7
}

.table>thead>tr>th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.panel.blank-panel {
    background: 0 0;
    margin: 0
}

.blank-panel .panel-heading {
    padding-bottom: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: 0 0;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default
}

.nav.nav-tabs li {
    background: 0 0;
    border: none
}

.nav-tabs>li>a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: #e6e6e6;
    color: #676a6c
}

.ui-tab .tab-content {
    padding: 20px 0
}

.no-padding {
    padding: 0 !important
}

.no-borders {
    border: none !important
}

.no-margins {
    margin: 0 !important
}

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

.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px
}

.border-left-right {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
    border-top: none;
    border-bottom: none
}

.border-left {
    border-left: 1px solid #e7eaec;
    border-right: none;
    border-top: none;
    border-bottom: none
}

.border-right {
    border-right: 1px solid #e7eaec;
    border-left: none;
    border-top: none;
    border-bottom: none
}

.full-width {
    width: 100% !important
}

.link-block {
    font-size: 12px;
    padding: 10px
}

.nav.navbar-top-links .link-block a {
    font-size: 12px
}

.link-block a {
    font-size: 10px;
    color: inherit
}

body.mini-navbar .branding {
    display: none
}

img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%
}

.branding {
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px;
    text-align: center;
    background-color: #1ab394
}

.login-panel {
    margin-top: 25%
}

.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.icons-box .infont a i {
    font-size: 25px;
    display: block;
    color: #676a6c
}

.icons-box .infont a {
    color: #a6a8a9
}

.icons-box .infont a {
    padding: 10px;
    margin: 1px;
    display: block
}

.ui-draggable .ibox-title {
    cursor: move
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0
}

.breadcrumb>li a {
    color: inherit
}

.breadcrumb>.active {
    color: inherit
}

code {
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #ca4440;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0
}

.ibox:after,
.ibox:before {
    display: table
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    height: 48px
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0
}

.ibox.custom-fields {
    margin-bottom: 0
}

.ibox.api-keys {
    margin-bottom: 0;
    margin-left: 0
}

table.table-mail tr td {
    padding: 12px
}

.table-mail .check-mail {
    padding-left: 20px
}

.table-mail .mail-date {
    padding-right: 20px
}

.check-mail,
.star-mail {
    width: 40px
}

.unread td,
.unread td a {
    font-weight: 600;
    color: inherit
}

.read td,
.read td a {
    font-weight: 400;
    color: inherit
}

.unread td {
    background-color: #f9f8f8
}

.ibox-content {
    clear: both
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left
}

.ibox-title .label {
    float: left;
    margin-left: 4px
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4
}

.ibox-tools a.btn-primary {
    color: #fff
}

.ibox-tools .dropdown-menu>li>a {
    padding: 4px 10px;
    font-size: 12px
}

.ibox .open>.dropdown-menu {
    left: auto;
    right: 0
}

.gray-bg {
    background-color: #f3f3f4
}

.white-bg {
    background-color: #ffffff
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff
}

.red-bg {
    background-color: #ed5565;
    color: #ffffff
}

.black-bg {
    background-color: #262626
}

.panel-primary {
    border-color: #1ab394
}

.panel-primary>.panel-heading {
    background-color: #1ab394;
    border-color: #1ab394
}

.panel-success {
    border-color: #1c84c6
}

.panel-success>.panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff
}

.panel-info {
    border-color: #23c6c8
}

.panel-info>.panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff
}

.panel-warning {
    border-color: #f8ac59
}

.panel-warning>.panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff
}

.panel-danger {
    border-color: #ed5565
}

.panel-danger>.panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff
}

.progress-bar {
    background-color: #1ab394
}

.progress-small,
.progress-small .progress-bar {
    height: 10px
}

.progress-mini,
.progress-small {
    margin-top: 5px
}

.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0
}

.progress-bar-navy-light {
    background-color: #3dc7ab
}

.progress-bar-success {
    background-color: #1c84c6
}

.progress-bar-info {
    background-color: #23c6c8
}

.progress-bar-warning {
    background-color: #f8ac59
}

.progress-bar-danger {
    background-color: #ed5565
}

.panel-title {
    font-size: inherit
}

.jumbotron {
    border-radius: 6px;
    padding: 40px
}

.jumbotron h1 {
    margin-top: 0
}

.text-navy {
    color: #1ab394
}

.text-primary {
    color: inherit
}

.text-success {
    color: #1c84c6
}

.text-info {
    color: #23c6c8
}

.text-warning {
    color: #f8ac59
}

.text-danger {
    color: #ed5565
}

.text-muted {
    color: #888888
}

.simple_tag {
    background-color: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block
}

.img-shadow {
    -webkit-box-shadow: 0 0 3px 0 #919191;
    -moz-box-shadow: 0 0 3px 0 #919191;
    box-shadow: 0 0 3px 0 #919191
}

.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.mailbox\.email_compose nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.inbox nav.navbar {
    background: #fff
}

.ComposeEmail .navbar.navbar-static-top,
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top {
    background: #fff
}

.p-none {
    padding: 0 !important
}

.p-t-none {
    padding-top: 0 !important
}

.p-r-none {
    padding-right: 0 !important
}

.p-b-none {
    padding-bottom: 0 !important
}

.p-l-none {
    padding-left: 0 !important
}

.p-xxs {
    padding: 5px
}

.p-b-xxs {
    padding-bottom: 5px !important
}

.p-b-md {
    padding-bottom: 20px !important
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0 !important
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px !important
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.p-l-none {
    padding-left: 0 !important
}

.p-l-xs {
    padding-left: 5px !important
}

.p-l-sm {
    padding-left: 10px !important
}

.p-l {
    padding-left: 15px !important
}

.p-l-md {
    padding-left: 20px !important
}

.p-l-lg {
    padding-left: 30px !important
}

.p-l-xl {
    padding-left: 40px !important
}

.p-t-none {
    padding-top: 0 !important
}

.p-t-xxs {
    padding-top: 1px !important
}

.p-t-xs {
    padding-top: 5px !important
}

.p-t-sm {
    padding-top: 10px !important
}

.p-t {
    padding-top: 15px !important
}

.p-t-md {
    padding-top: 20px !important
}

.p-t-lg {
    padding-top: 30px !important
}

.p-t-xl {
    padding-top: 40px !important
}

.p-r-none {
    padding-right: 0 !important
}

.p-r-xxs {
    padding-right: 1px !important
}

.p-r-xs {
    padding-right: 5px !important
}

.p-r-sm {
    padding-right: 10px !important
}

.p-r {
    padding-right: 15px !important
}

.p-r-md {
    padding-right: 20px !important
}

.p-r-lg {
    padding-right: 30px !important
}

.p-r-xl {
    padding-right: 40px !important
}

.p-b-none {
    padding-bottom: 0 !important
}

.p-b-xxs {
    padding-bottom: 1px !important
}

.p-b-xs {
    padding-bottom: 5px !important
}

.p-b-sm {
    padding-bottom: 10px !important
}

.p-b {
    padding-bottom: 15px !important
}

.p-b-md {
    padding-bottom: 20px !important
}

.p-b-lg {
    padding-bottom: 30px !important
}

.p-b-xl {
    padding-bottom: 40px !important
}

.p-l-h-lg {
    padding-left: 25px !important
}

.line-height-30 {
    line-height: 30px
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

body.modal-open {
    padding-right: inherit !important
}

.search-form {
    margin-top: 10px
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE
}

.search-result .search-link {
    color: #006621
}

.search-result p {
    font-size: 12px;
    margin-top: 5px
}

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 15px 20px
}

.contact-box a {
    color: inherit
}

.invoice-table tbody>tr>td:last-child,
.invoice-table tbody>tr>td:nth-child(2),
.invoice-table tbody>tr>td:nth-child(3),
.invoice-table tbody>tr>td:nth-child(4) {
    text-align: right
}

.invoice-table thead>tr>th:last-child,
.invoice-table thead>tr>th:nth-child(2),
.invoice-table thead>tr>th:nth-child(3),
.invoice-table thead>tr>th:nth-child(4) {
    text-align: right
}

.invoice-total>tbody>tr>td:first-child {
    text-align: right
}

.invoice-total>tbody>tr>td {
    border: 0 none
}

.invoice-total>tbody>tr>td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%
}

.middle-box {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100
}

.resource-not-found-middle-box {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.lockscreen.middle-box {
    width: 200px;
    margin-left: -100px;
    margin-top: -190px
}

.loginscreen.middle-box {
    width: 300px;
    margin-left: -150px;
    margin-top: -330px
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0
}

.middle-box h1 {
    font-size: 170px
}

.wrapper .middle-box {
    margin-top: 140px
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -470px
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #e9e9e9;
    display: inline-block
}

.lock-word .first-word {
    margin-right: 160px
}

.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px
}

.dashboard-header h2 {
    margin-top: 10px;
    font-size: 26px
}

.fist-item {
    border-top: none !important
}

.statistic-box {
    margin-top: 40px
}

.dashboard-header .list-group-item span.label {
    margin-right: 10px
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0
}

ul.clear-list:first-child {
    border-top: none !important
}

.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px
}

.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px
}

.timeline-item .content:hover {
    background: #f6f6f6
}

ul.notes li,
ul.tag-list li {
    list-style: none
}

ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative
}

ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px
}

ul.notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit
}

ul.notes li {
    margin: 10px 40px 50px 0;
    float: left
}

ul.notes li div p {
    font-size: 12px
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 2px #212121;
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, .7);
    box-shadow: 5px 5px 2px rgba(33, 33, 33, .7)
}

ul.notes li div {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg)
}

ul.notes li:nth-child(even) div {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px
}

ul.notes li:nth-child(3n) div {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px
}

ul.notes li:nth-child(5n) div {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px
}

ul.notes li div:focus,
ul.notes li div:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear
}

.file-box {
    float: left;
    width: 220px
}

.file-manager h5 {
    text-transform: uppercase
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block
}

.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d
}

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0
}

.category-list li {
    display: block
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d
}

.category-list li a .text-navy {
    color: #1ab394
}

.category-list li a .text-primary {
    color: #1c84c6
}

.category-list li a .text-info {
    color: #23c6c8
}

.category-list li a .text-danger {
    color: #EF5352
}

.category-list li a .text-warning {
    color: #F8AC59
}

.file-manager h5.tag-title {
    margin-top: 20px
}

.tag-list li {
    float: left
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

.file-manager .hr-line-dashed {
    margin: 15px 0
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden
}

.file .icon {
    padding: 15px 10px;
    text-align: center
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px
}

.file-control.active {
    text-decoration: underline
}

.file .icon i {
    font-size: 70px;
    color: #dadada
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec
}

.file-name small {
    color: #676a6c
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: .6em solid transparent;
    border-right: .6em solid #f1f1f1;
    border-bottom: .6em solid #f1f1f1;
    right: 0;
    bottom: 0
}

a.compose-mail {
    padding: 8px 10px
}

.mail-search {
    max-width: 300px
}

.profile-content {
    border-top: none !important
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec
}

.feed-element:first-child {
    margin-top: 0
}

.feed-element {
    padding-bottom: 15px
}

.feed-element,
.feed-element .media {
    margin-top: 15px
}

.feed-element,
.media-body {
    overflow: hidden
}

.feed-element>.pull-left {
    margin-right: 10px
}

.dropdown-messages-box img.img-circle,
.feed-element img.img-circle {
    width: 38px;
    height: 38px
}

.feed-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px
}

.feed-element .actions {
    margin-top: 10px
}

.feed-element .photos {
    margin: 10px 0
}

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px
}

.mail-box-header h2 {
    margin-top: 0
}

.mailbox-content .tag-list li a {
    background: #ffffff
}

.mail-body {
    border-top: 1px solid #e7eaec;
    padding: 20px
}

.mail-text {
    border-top: 1px solid #e7eaec
}

.mail-text .note-toolbar {
    padding: 10px 15px
}

.mail-body .form-group {
    margin-bottom: 5px
}

.mail-text .note-editor .note-toolbar {
    background-color: #F9F8F8
}

.mail-attachment {
    border-top: 1px solid #e7eaec;
    padding: 20px;
    font-size: 12px
}

.mailbox-content {
    background: 0 0;
    border: none;
    padding: 10px
}

.mail-ontact {
    width: 23%
}

.project-actions,
.project-people {
    text-align: right;
    vertical-align: middle
}

dd.project-people {
    text-align: left;
    margin-top: 5px
}

.project-people img {
    width: 32px;
    height: 32px
}

.project-title a {
    font-size: 14px;
    color: #676a6c;
    font-weight: 600
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 10px;
    vertical-align: middle
}

.project-manager .tag-list li a {
    font-size: 10px;
    background-color: white;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block
}

.project-files li a {
    font-size: 11px;
    color: #676a6c;
    margin-left: 10px;
    line-height: 22px
}

.faq-item {
    padding: 20px;
    margin-bottom: 2px;
    background: #fff
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1ab394;
    display: block
}

.faq-question:hover {
    color: #179d82
}

.faq-answer {
    margin-top: 10px;
    background: #f3f3f4;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    padding: 15px
}

.faq-item .tag-item {
    background: #f3f3f4;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase
}

.message-input {
    height: 90px !important
}

.chat-avatar {
    white: 36px;
    height: 36px;
    float: left;
    margin-right: 10px
}

.chat-user-name {
    padding: 10px
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec
}

.chat-user a {
    color: inherit
}

.theme-config-box {
    z-index: 1
}

.chat-view {
    z-index: 20012
}

.chat-statistic,
.chat-users {
    margin-left: -30px
}

@media (max-width:992px) {
    .chat-statistic,
    .chat-users {
        margin-left: 0
    }
}

.chat-view .ibox-content {
    padding: 0
}

.chat-message {
    padding: 10px 20px
}

.message-avatar {
    height: 48px;
    width: 48px;
    border: 1px solid #e7eaec;
    border-radius: 4px;
    margin-top: 1px
}

.chat-discussion .chat-message:nth-child(2n+1) .message-avatar {
    float: left;
    margin-right: 10px
}

.chat-discussion .chat-message:nth-child(2n) .message-avatar {
    float: right;
    margin-left: 10px
}

.message {
    background-color: #fff;
    border: 1px solid #e7eaec;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px
}

.chat-discussion .chat-message:nth-child(2n+1) .message-date {
    float: right
}

.chat-discussion .chat-message:nth-child(2n) .message-date {
    float: left
}

.chat-discussion .chat-message:nth-child(2n+1) .message {
    text-align: left;
    margin-left: 55px
}

.chat-discussion .chat-message:nth-child(2n) .message {
    text-align: right;
    margin-right: 55px
}

.message-date {
    font-size: 10px;
    color: #888888
}

.message-content {
    display: block
}

.chat-discussion {
    background: #eee;
    padding: 15px;
    height: 400px;
    overflow-y: auto
}

.chat-users {
    overflow-y: auto;
    height: 400px
}

.chat-message-form .form-group {
    margin-bottom: 0
}

body.rtls #page-wrapper {
    margin: 0 220px 0 0
}

body.rtls .nav-second-level li a {
    padding: 7px 35px 7px 10px
}

body.rtls .ibox-title h5 {
    float: right
}

body.rtls .pull-right {
    float: left !important
}

body.rtls .pull-left {
    float: right !important
}

body.rtls .ibox-tools {
    float: left
}

body.rtls .stat-percent {
    float: left
}

body.rtls .navbar-right {
    float: left !important
}

body.rtls .navbar-top-links li:last-child {
    margin-left: 40px;
    margin-right: 0
}

body.rtls .minimalize-styl-2 {
    float: right;
    margin: 14px 20px 5px 5px
}

body.rtls .feed-element>.pull-left {
    margin-left: 10px;
    margin-right: 0
}

body.rtls .timeline-item .date {
    text-align: left
}

body.rtls .timeline-item .date i {
    left: 0;
    right: auto
}

body.rtls .timeline-item .content {
    border-right: 1px solid #e7eaec;
    border-left: none
}

body.rtls .theme-config {
    left: 0;
    right: auto
}

body.rtls .spin-icon {
    border-radius: 0 20px 20px 0
}

body.rtls .toast-close-button {
    float: left
}

body.rtls #toast-container>.toast:before {
    margin: auto -1.5em auto .5em
}

body.rtls #toast-container>div {
    padding: 15px 50px 15px 15px
}

body.rtls .center-orientation .vertical-timeline-icon i {
    margin-left: 0;
    margin-right: -12px
}

body.rtls .vertical-timeline-icon i {
    right: 50%;
    left: auto;
    margin-left: auto;
    margin-right: -12px
}

body.rtls .file-box {
    float: right
}

body.rtls ul.notes li {
    float: right
}

body.rtls .chat-statistic,
body.rtls .chat-users {
    margin-right: -30px;
    margin-left: auto
}

body.rtls .dropdown-menu>li>a {
    text-align: right
}

body.rtls .b-r {
    border-left: 1px solid #e7eaec;
    border-right: none
}

body.rtls .dd-list .dd-list {
    padding-right: 30px;
    padding-left: 0
}

body.rtls .dd-item>button {
    float: right
}

body.rtls .theme-config-box {
    margin-left: -220px;
    margin-right: 0
}

body.rtls .theme-config-box.show {
    margin-left: 0;
    margin-right: 0
}

body.rtls .spin-icon {
    right: 0;
    left: auto
}

body.rtls .skin-setttings {
    margin-right: 40px;
    margin-left: 0
}

body.rtls .skin-setttings {
    direction: ltr
}

body.rtls .footer.fixed {
    margin-right: 220px;
    margin-left: 0
}

@media (max-width:992px) {
    body.rtls .chat-statistic,
    body.rtls .chat-users {
        margin-right: 0
    }
}

body.body-small.mini-navbar .footer.fixed,
body.rtls.mini-navbar .footer.fixed {
    margin: 0 70px 0 0
}

body.body-small.mini-navbar .footer.fixed,
body.rtls.mini-navbar.fixed-sidebar .footer.fixed {
    margin: 0
}

body.rtls.top-navigation .navbar-toggle {
    float: right;
    margin-left: 15px;
    margin-right: 15px
}

.body-small.rtls.top-navigation .navbar-header {
    float: none
}

body.rtls.top-navigation #page-wrapper {
    margin: 0
}

body.rtls.mini-navbar #page-wrapper {
    margin: 0 70px 0 0
}

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
    margin: 0
}

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 220px 0 0
}

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px
}

.body-small.rtls .navbar-fixed-top {
    margin-right: 0
}

.body-small.rtls .navbar-header {
    float: right
}

body.rtls .navbar-top-links li:last-child {
    margin-left: 20px
}

body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
    margin: 0
}

body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
    margin: 0
}

@media (max-width:768px) {
    body.rtls .navbar-top-links li:last-child {
        margin-left: 20px
    }
    .body-small.rtls #page-wrapper {
        position: inherit;
        margin: 0;
        min-height: 1000px
    }
    .body-small.rtls .navbar-static-side {
        display: none;
        z-index: 101;
        position: absolute;
        width: 70px
    }
    .body-small.rtls.mini-navbar .navbar-static-side {
        display: block
    }
    .rtls.fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 101;
        position: fixed;
        width: 220px
    }
    .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block
    }
}

.rtls .ltr-support {
    direction: ltr
}

.theme-config {
    position: absolute;
    top: 90px;
    right: 0;
    overflow: hidden
}

.theme-config-box {
    margin-right: -220px;
    position: relative;
    z-index: 2000;
    transition-duration: .8s
}

.theme-config-box.show {
    margin-right: 0
}

.spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 40px;
    color: #fff;
    cursor: pointer
}

.skin-setttings {
    width: 220px;
    margin-left: 40px;
    background: #f3f3f4
}

.skin-setttings .title {
    background: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
    font-size: 12px
}

.setings-item {
    padding: 10px 30px
}

.setings-item.skin {
    text-align: center
}

.setings-item .switch {
    float: right
}

.skin-name a {
    text-transform: uppercase
}

.setings-item a {
    color: #fff
}

.blue-skin,
.default-skin,
.ultra-skin,
.yellow-skin {
    text-align: center
}

.default-skin {
    font-weight: 600;
    background: #1ab394
}

.default-skin:hover {
    background: #199d82
}

.blue-skin {
    font-weight: 600;
    background: url(/static/css/patterns/header-profile-skin-1.png) repeat scroll 0 0
}

.blue-skin:hover {
    background: #0d8ddb
}

.yellow-skin {
    font-weight: 600;
    background: url(/static/css/patterns/header-profile-skin-3.png) repeat scroll 0 100%
}

.yellow-skin:hover {
    background: #ce8735
}

.ultra-skin {
    font-weight: 600;
    background: url(/static/css/patterns/header-profile-skin-2.png) repeat scroll 0 0
}

.ultra-skin:hover {
    background: #1a2d40
}

.skin-1 .minimalize-styl-2 {
    margin: 14px 5px 5px 30px
}

.skin-1 .navbar-top-links li:last-child {
    margin-right: 30px
}

.skin-1.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px
}

.skin-1 .spin-icon {
    background: #0e9aef !important
}

.skin-1 .nav-header {
    background: #0e9aef;
    background: url(/static/css/patterns/header-profile-skin-1.png)
}

.skin-1.mini-navbar .nav-second-level {
    background: #3e495f
}

.skin-1 .breadcrumb {
    background: 0 0
}

.skin-1 .page-heading {
    border: none
}

.skin-1 .nav>li.active {
    background: #3a4459
}

.skin-1 .nav>li>a {
    color: #9ea6b9
}

.skin-1 .nav>li.active>a {
    color: #fff
}

.skin-1 .navbar-minimalize {
    background: #0e9aef;
    border-color: #0e9aef
}

body.skin-1 {
    background: #3e495f
}

.skin-1 .navbar-static-top {
    background: #ffffff
}

.skin-1 .dashboard-header {
    background: 0 0;
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 10px 30px
}

.fixed-nav.skin-1 .navbar-fixed-top {
    background: #fff
}

.skin-1 .wrapper-content {
    padding: 30px 15px
}

.skin-1 #page-wrapper {
    background: #f4f6fa
}

.skin-1 .ibox-content,
.skin-1 .ibox-title {
    border-width: 1px
}

.skin-1 .ibox-content:last-child {
    border-style: solid solid solid solid
}

.skin-1 .nav>li.active {
    border: none
}

.skin-1 .nav-header {
    padding: 35px 25px 25px 25px
}

.skin-1 .nav-header a.dropdown-toggle {
    color: #fff;
    margin-top: 10px
}

.skin-1 .nav-header a.dropdown-toggle .text-muted {
    color: #fff;
    opacity: .8
}

.skin-1 .profile-element {
    text-align: center
}

.skin-1 .img-circle {
    border-radius: 5px
}

.skin-1 .navbar-default .nav>li>a:focus,
.skin-1 .navbar-default .nav>li>a:hover {
    background: #3a4459;
    color: #fff
}

.skin-1 .nav.nav-tabs>li.active>a {
    color: #555
}

.skin-1 .nav.nav-tabs>li.active {
    background: 0 0
}

body.skin-2 {
    color: #565758 !important
}

.skin-2 .minimalize-styl-2 {
    margin: 14px 5px 5px 25px
}

.skin-2 .navbar-top-links li:last-child {
    margin-right: 25px
}

.skin-2 .spin-icon {
    background: #23c6c8 !important
}

.skin-2 .nav-header {
    background: #23c6c8;
    background: url(/static/css/patterns/header-profile-skin-2.png)
}

.skin-2.mini-navbar .nav-second-level {
    background: #ededed
}

.skin-2 .breadcrumb {
    background: 0 0
}

.skin-2.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px
}

.skin-2 .page-heading {
    border: none;
    background: rgba(255, 255, 255, .7)
}

.skin-2 .nav>li.active {
    background: #e0e0e0
}

.skin-2 .logo-element {
    padding: 17px 0
}

.skin-2 .nav>li>a,
.skin-2 .welcome-message {
    color: #edf6ff
}

.skin-2 #top-search::-moz-placeholder {
    color: #edf6ff;
    opacity: .5
}

.skin-2 #side-menu>li>a,
.skin-2 .nav.nav-second-level>li>a {
    color: #586b7d
}

.skin-2 .nav>li.active>a {
    color: #213a53
}

.skin-2.mini-navbar .nav-header {
    background: #213a53
}

.skin-2 .navbar-minimalize {
    background: #23c6c8;
    border-color: #23c6c8
}

.skin-2 .border-bottom {
    border-bottom: none !important
}

.skin-2 #top-search {
    color: #fff
}

body.skin-2 #wrapper {
    background-color: #ededed
}

.skin-2 .navbar-static-top {
    background: #213a53
}

.fixed-nav.skin-2 .navbar-fixed-top {
    background: #213a53;
    border-bottom: none !important
}

.skin-2 .nav-header {
    padding: 30px 25px 30px 25px
}

.skin-2 .dashboard-header {
    background: rgba(255, 255, 255, .4);
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 20px 30px
}

.skin-2 .wrapper-content {
    padding: 30px 15px
}

.skin-2 .dashoard-1 .wrapper-content {
    padding: 0 30px 25px 30px
}

.skin-2 .ibox-title {
    background: rgba(255, 255, 255, .7);
    border: none;
    margin-bottom: 1px
}

.skin-2 .ibox-content {
    background: rgba(255, 255, 255, .4);
    border: none !important
}

.skin-2 #page-wrapper {
    background: #f6f6f6;
    background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
    background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)"
}

.skin-2 .ibox-content,
.skin-2 .ibox-title {
    border-width: 1px
}

.skin-2 .ibox-content:last-child {
    border-style: solid solid solid solid
}

.skin-2 .nav>li.active {
    border: none
}

.skin-2 .nav-header a.dropdown-toggle {
    color: #edf6ff;
    margin-top: 10px
}

.skin-2 .nav-header a.dropdown-toggle .text-muted {
    color: #edf6ff;
    opacity: .8
}

.skin-2 .img-circle {
    border-radius: 10px
}

.skin-2 .nav.navbar-top-links>li>a:focus,
.skin-2 .nav.navbar-top-links>li>a:hover {
    background: #1a2d41
}

.skin-2 .navbar-default .nav>li>a:focus,
.skin-2 .navbar-default .nav>li>a:hover {
    background: #e0e0e0;
    color: #213a53
}

.skin-2 .nav.nav-tabs>li.active>a {
    color: #555
}

.skin-2 .nav.nav-tabs>li.active {
    background: 0 0
}

.skin-3 .minimalize-styl-2 {
    margin: 14px 5px 5px 30px
}

.skin-3 .navbar-top-links li:last-child {
    margin-right: 30px
}

.skin-3.fixed-nav .minimalize-styl-2 {
    margin: 14px 5px 5px 15px
}

.skin-3 .spin-icon {
    background: #ecba52 !important
}

body.boxed-layout.skin-3 #wrapper {
    background: #3e2c42
}

.skin-3 .nav-header {
    background: #ecba52;
    background: url(/static/css/patterns/header-profile-skin-3.png)
}

.skin-3.mini-navbar .nav-second-level {
    background: #3e2c42
}

.skin-3 .breadcrumb {
    background: 0 0
}

.skin-3 .page-heading {
    border: none
}

.skin-3 .nav>li.active {
    background: #38283c
}

.fixed-nav.skin-3 .navbar-fixed-top {
    background: #fff
}

.skin-3 .nav>li>a {
    color: #948b96
}

.skin-3 .nav>li.active>a {
    color: #fff
}

.skin-3 .navbar-minimalize {
    background: #ecba52;
    border-color: #ecba52
}

body.skin-3 {
    background: #3e2c42
}

.skin-3 .navbar-static-top {
    background: #ffffff
}

.skin-3 .dashboard-header {
    background: 0 0;
    border-bottom: none !important;
    border-top: none;
    padding: 20px 30px 10px 30px
}

.skin-3 .wrapper-content {
    padding: 30px 15px
}

.skin-3 #page-wrapper {
    background: #f4f6fa
}

.skin-3 .ibox-content,
.skin-3 .ibox-title {
    border-width: 1px
}

.skin-3 .ibox-content:last-child {
    border-style: solid solid solid solid
}

.skin-3 .nav>li.active {
    border: none
}

.skin-3 .nav-header {
    padding: 35px 25px 25px 25px
}

.skin-3 .nav-header a.dropdown-toggle {
    color: #fff;
    margin-top: 10px
}

.skin-3 .nav-header a.dropdown-toggle .text-muted {
    color: #fff;
    opacity: .8
}

.skin-3 .profile-element {
    text-align: center
}

.skin-3 .img-circle {
    border-radius: 5px
}

.skin-3 .navbar-default .nav>li>a:focus,
.skin-3 .navbar-default .nav>li>a:hover {
    background: #38283c;
    color: #fff
}

.skin-3 .nav.nav-tabs>li.active>a {
    color: #555
}

.skin-3 .nav.nav-tabs>li.active {
    background: 0 0
}

@media (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px
    }
    .navbar-static-side {
        z-index: 101;
        position: absolute;
        width: 220px
    }
    .navbar-top-links .dropdown-alerts,
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks {
        margin-left: auto
    }
}

@media (max-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0;
        min-height: 1000px
    }
    .body-small .navbar-static-side {
        display: none;
        z-index: 101;
        position: absolute;
        width: 70px
    }
    .body-small.mini-navbar .navbar-static-side {
        display: block
    }
    .lock-word {
        display: none
    }
    .navbar-form-custom {
        display: none
    }
    .navbar-header {
        display: inline;
        float: left
    }
    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important
    }
    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1
    }
    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 101;
        position: fixed;
        width: 220px
    }
    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block
    }
}

@media (max-width:350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px
    }
    .timeline-item .date i {
        position: absolute;
        top: 0;
        left: 15px;
        padding: 5px;
        width: 30px;
        text-align: center;
        border: 1px solid #e7eaec;
        background: #f8f8f8
    }
    .timeline-item .content {
        border-left: none;
        border-top: 1px solid #e7eaec;
        padding-top: 10px;
        min-height: 100px
    }
    .nav.navbar-top-links li.dropdown {
        display: none
    }
}

@media (max-width:1000px) {
    .welcome-message {
        display: none
    }
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

#footer-section a,
#footer-section a:focus,
#footer-section a:hover,
#footer-section a:visited {
    text-decoration: none;
    color: white
}

body:after {
    content: url(/static/img/lightbox/close.png) url(/static/img/lightbox/loading.gif) url(/static/img/lightbox/prev.png) url(/static/img/lightbox/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/static/img/lightbox/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/static/img/lightbox/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/static/img/lightbox/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/static/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px
}

.angular-ui-tree-nodes {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 20px
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px
}

.angular-ui-tree-hidden {
    display: none
}

.angular-ui-tree-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px
}

.angular-ui-tree-handle {
    cursor: move;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8
}

.multiSelect .vertical {
    float: none
}

.multiSelect .horizontal:not(.multiSelectGroup) {
    float: left
}

.multiSelect .line {
    padding: 2px 0 4px 0;
    max-height: 30px;
    overflow: hidden;
    box-sizing: content-box
}

.multiSelect .acol {
    display: inline-block;
    min-width: 12px
}

.multiSelect .inlineBlock {
    display: inline-block
}

.multiSelect>button {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 14px;
    min-height: 38px !important;
    border-radius: 4px;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7)
}

.multiSelect>button:hover {
    background-image: linear-gradient(#fff, #e9e9e9)
}

.multiSelect>button:disabled {
    background-image: linear-gradient(#fff, #fff);
    border: 1px solid #ddd;
    color: #999
}

.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05)
}

.multiSelect .buttonLabel {
    display: inline-block;
    padding: 5px 0 5px 0
}

.multiSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 1px 12px !important;
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted
}

.multiSelect .checkboxLayer {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    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);
    min-width: 278px;
    display: none !important
}

.multiSelect .helperContainer {
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0 8px
}

.multiSelect .helperButton {
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.6;
    margin: 0 0 8px 0
}

.multiSelect .helperButton.reset {
    float: right
}

.multiSelect .helperButton:not( .reset) {
    margin-right: 4px
}

.multiSelect .clearButton {
    position: absolute;
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;
    background-color: #f1f1f1;
    line-height: 1.4;
    right: 2px;
    top: 4px
}

.multiSelect .inputFilter {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 14px;
    width: 100%;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    margin: 0 0 8px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;
    background-color: #f4f4f4
}

.multiSelect .helperButton:disabled {
    color: #ccc;
    border: 1px solid #ddd
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .065), 0 0 5px rgba(102, 175, 233, .6) !important
}

.multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;
    overflow: hidden
}

.multiSelect .show {
    display: block !important
}

.multiSelect .multiSelectItem {
    display: block;
    padding: 3px;
    color: #444;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
    min-width: 278px;
    min-height: 32px
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: linear-gradient(#e9e9e9, #f1f1f1);
    color: #555;
    cursor: pointer;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #d9d9d9
}

.multiSelect .multiSelectItem .acol label {
    display: inline-block;
    padding-right: 30px;
    margin: 0;
    font-weight: 400;
    line-height: normal
}

.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover {
    background-image: linear-gradient(#c1c1c1, #999) !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #ccc !important
}

.multiSelect .multiSelectFocus {
    background-image: linear-gradient(#c1c1c1, #999) !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #ccc !important
}

.multiSelect .multiSelectGroup span:hover,
.multiSelect .multiSelectItem span:hover {
    cursor: pointer
}

.multiSelect .multiSelectGroup {
    display: block;
    clear: both
}

.multiSelect .tickMark {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 10px
}

.multiSelect .checkbox {
    color: #ddd !important;
    position: absolute;
    left: -9999px;
    cursor: pointer
}

.multiSelect .disabled,
.multiSelect .disabled label input:hover~span,
.multiSelect .disabled:hover {
    color: #c4c4c4 !important;
    cursor: not-allowed !important
}

.multiSelect img {
    vertical-align: middle;
    margin-bottom: 0;
    max-height: 22px;
    max-width: 22px
}

@-webkit-keyframes animate-tooltip {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .8
    }
    70% {
        opacity: .9
    }
    90% {
        opacity: 1
    }
}

@-moz-keyframes animate-tooltip {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .8
    }
    70% {
        opacity: .9
    }
    90% {
        opacity: 1
    }
}

@-ms-keyframes animate-tooltip {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .8
    }
    70% {
        opacity: .9
    }
    90% {
        opacity: 1
    }
}

@keyframes animate-tooltip {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    60% {
        opacity: .8
    }
    70% {
        opacity: .9
    }
    90% {
        opacity: 1
    }
}

._exradicated-tooltip {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 999
}

tooltip {
    display: inline-block;
    position: relative
}

tooltip._multiline {
    display: block
}

tooltip._slow._ready tip {
    animation: animate-tooltip .65s
}

tooltip._fast._ready tip {
    animation: animate-tooltip .15s
}

tooltip._steady._ready tip {
    animation: animate-tooltip .35s
}

tooltip tip {
    border-radius: 3px;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    display: none;
    line-height: normal;
    max-width: 500px;
    min-width: 100px;
    opacity: 0;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    width: auto;
    will-change: top, left, bottom, right
}

tooltip tip._hidden {
    display: block;
    visibility: hidden
}

tooltip.active:not(._force-hidden) tip {
    display: block;
    opacity: 1;
    z-index: 999
}

tooltip tip-tip {
    font-size: .95em
}

tooltip tip-tip._large {
    font-size: 1.1em
}

tooltip tip-tip._small {
    font-size: .8em
}

tooltip._top:not(._left):not(._right) tip {
    left: 50%;
    top: -9px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

tooltip._top:not(._left):not(._right) tip tip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .85);
    content: '';
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}

tooltip._bottom:not(._left):not(._right) tip {
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%) translateY(9px);
    transform: translateX(50%) translateY(9px)
}

tooltip._bottom:not(._left):not(._right) tip tip-arrow {
    border-bottom: 6px solid rgba(0, 0, 0, .85);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0
}

tooltip._right:not(._top):not(._bottom) tip {
    left: 100%;
    top: 50%;
    -webkit-transform: translateX(9px) translateY(-50%);
    transform: translateX(9px) translateY(-50%)
}

tooltip._right:not(._top):not(._bottom) tip tip-arrow {
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, .85);
    border-top: 6px solid transparent;
    content: '';
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}

tooltip._left:not(._top):not(._bottom) tip {
    left: -9px;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%)
}

tooltip._left:not(._top):not(._bottom) tip tip-arrow {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, .85);
    border-top: 6px solid transparent;
    content: '';
    height: 0;
    left: 100%;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0
}

tooltip._top._left tip {
    left: -9px;
    top: -9px;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%)
}

tooltip._top._left tip tip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .85);
    content: '';
    height: 0;
    left: 90%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}

tooltip._top._right tip {
    left: 100%;
    top: -9px;
    -webkit-transform: translateX(9px) translateY(-100%);
    transform: translateX(9px) translateY(-100%)
}

tooltip._top._right tip tip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .85);
    content: '';
    height: 0;
    left: 10%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}

tooltip._bottom._left tip {
    left: -9px;
    top: 100%;
    -webkit-transform: translateX(-100%) translateY(9px);
    transform: translateX(-100%) translateY(9px)
}

tooltip._bottom._left tip tip-arrow {
    border-bottom: 6px solid rgba(0, 0, 0, .85);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 90%;
    margin-left: -6px;
    position: absolute;
    width: 0
}

tooltip._bottom._right tip {
    left: 100%;
    top: 100%;
    -webkit-transform: translateX(9px) translateY(9px);
    transform: translateX(9px) translateY(9px)
}

tooltip._bottom._right tip tip-arrow {
    border-bottom: 6px solid rgba(0, 0, 0, .85);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    left: 10%;
    margin-left: -6px;
    position: absolute;
    width: 0
}

tip-tip .close-button {
    cursor: pointer;
    float: right;
    left: 8%;
    margin-top: -7%;
    padding: 3px;
    position: relative
}

html {
    overflow-y: auto
}

body {
    font-family: OpenSansRegular, sans-serif !important;
    height: 100%
}

body.modal-open {
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.modal,
.modal-backdrop {
    top: 0;
    right: -17px;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.modal-dialog {
    z-index: 10000
}

.cc-window {
    z-index: 10000 !important
}

.cc_container {
    background: #293846;
    color: #fff;
    border: 0
}

.cc_container a,
.cc_container a:hover,
.cc_container a:visited {
    text-decoration: none;
    color: #23c1c5;
    transition: .2s color
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #23c1c5 !important
}

.trim_with_dots {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.clear-both {
    clear: both !important
}

.word-wrap {
    word-wrap: break-word
}

.pg-loading-logo {
    width: 250px
}

.overflow-x-visible {
    overflow-x: visible
}

.w-100-pct {
    width: 100% !important
}

.max-w-100-pct {
    max-width: 100% !important
}

.ln-initial {
    line-height: initial !important
}

.ln-45 {
    line-height: 45px !important
}

.font-weigth-regular {
    font-weight: 300
}

.navbar-static-top {
    background-color: #F3F3F4 !important
}

.navbar-minimalize-style {
    padding: 4px 12px;
    margin: 0 0 15px 0
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed !important
}

.text-underline {
    text-decoration: underline
}

.text-decoration-none {
    text-decoration: none !important
}

.color-inherit {
    color: inherit !important
}

.cursor-default {
    cursor: default !important
}

.capitalize-letter {
    text-transform: capitalize
}

.hr-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 0 0 10px 0
}

* {
    outline: 0 !important
}

.btn:active {
    border-color: transparent !important
}

.border-none {
    border: 0
}

tbody tr.user-cp .deleteUser i.deleteUserIcon,
tbody tr.user-cp .editUser i.editUserIcon,
tbody tr.user-cp .grantUser i.grantUserIcon,
tbody tr.user-cp .inviteUser i.inviteUserIcon,
tbody tr.user-cp .revokeUser i.revokeUserIcon {
    color: #666
}

td {
    word-break: break-all
}

.rm-clear-input::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

input {
    color: #555 !important
}

.justify {
    text-align: justify
}

.format-text-lines {
    white-space: pre-line
}

.format-white-space {
    white-space: nowrap
}

.split-long-words {
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.toast-top-center {
    width: 300px;
    margin: 0 auto;
    left: 0
}

#toast-container>div {
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100)
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666
}

.toast-success {
    background-color: #23c1c5 !important
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f8a206
}

.modal {
    z-index: 10000
}

.modal .modal-header {
    height: 0
}

.generalUseModal .modal-content {
    border-radius: 0
}

.generalUseModal .modal-header {
    width: 100%;
    padding: 25px;
    height: 0;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.noPermissionModal .modal-content {
    border-radius: 0
}

.noPermissionModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.global-search {
    color: #36c0c3;
    font-size: 20px;
    margin-right: 15px;
    border-right: 1px solid #cecece;
    cursor: pointer;
    padding: 5px 15px
}

@media (max-width:767px) {
    .global-search-container {
        background-color: white;
        border-radius: 3px;
        padding: 10px;
        position: absolute;
        top: 59px;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
        -moz-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
        box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px
    }
}

@media (min-width:768px) {
    .global-search-container {
        background-color: white;
        border-radius: 3px;
        width: 450px;
        padding: 10px;
        position: absolute;
        top: 59px;
        left: 220px;
        z-index: 9999;
        -webkit-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
        -moz-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
        box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px
    }
}

.mini-navbar .global-search-container {
    position: absolute;
    top: 59px;
    left: 70px
}

.global-search-container a {
    color: #6D6E71 !important;
    padding: 0 !important
}

.global-search-container .allSearchResultBtn a {
    color: #fff !important;
    font-size: 11px !important
}

.disappear {
    display: none !important
}

.hiddenBlock {
    display: inline-block !important;
    visibility: hidden !important
}

.box-info-action-btn {
    background: #E7E7E7;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    display: inline-block
}

.smallletterimg {
    background: #E7E7E7;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    box-shadow: 0 0 4px 1px #CECECE;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
    color: #428BD3;
    margin: 0 10px 0 0;
    display: inline-block
}

.letterimg {
    background: #E7E7E7;
    width: 50px;
    height: 50px;
    border-radius: 45px;
    box-shadow: 0 0 4px 1px #CECECE;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #428BD3;
    display: inline-block;
    margin: 20px
}

.bigletterimg {
    background: #E7E7E7;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    box-shadow: 0 0 4px 1px #CECECE;
    text-align: center;
    line-height: 75px;
    font-size: 40px;
    color: #428BD3;
    display: inline-block;
    margin: 20px
}

.largeletterimg {
    background: #E7E7E7;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin: 0;
    display: inline-block
}

.rectangle-letter-img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 5%;
    right: auto;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 58px;
    display: inline-block;
    color: #FBFBFB;
    font-size: 24px;
    cursor: pointer
}

.xsmallletterimg,
.xsmallletterimg-selections {
    background: #E7E7E7;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    margin: 0 15px 0 15px;
    display: inline-block
}

.xsmallletterimg-selections {
    margin: 5px 18px
}

.largeuserimg {
    background: 0 0;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin: 0;
    display: inline-block
}

.xmsalluserimg,
.xmsalluserimg-selections {
    background: #E7E7E7;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    margin: 0 15px 0 15px;
    display: inline-block
}

.xmsalluserimg-selections>img {
    width: inherit;
    border-radius: 50px
}

.xmsalluserimg-selections {
    margin: 4px 25px
}

.multi-custom button {
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    max-height: 25px;
    box-shadow: 0 0 0 0 #aaa !important
}

.multi-custom .buttonLabel {
    padding: 1px 0 5px 0 !important
}

.loginscreen.middle-box {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 520px !important
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .loginscreen.middle-box {
        top: 180px !important
    }
}

#signup-public-email-link:hover {
    text-decoration: underline
}

#restoreCompanyAccountModal .modal-header,
#restoreUserAccountModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.signupscreen.middle-box {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 520px !important;
    width: auto
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .signupscreen.middle-box {
        top: 180px !important
    }
}

.signupscreen #logo-img {
    width: 170px;
    margin-bottom: 25px;
    padding-top: 20px
}

.scroll-body {
    padding: 10px 20px
}

.showChoosePlatformModal .modal-content {
    border-radius: 0
}

.showChoosePlatformModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.termsOfUseModal .modal-content {
    border-radius: 0
}

.termsOfUseModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.privacyPolicyModal .modal-content {
    border-radius: 0
}

.privacyPolicyModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.registerscreen.middle-box {
    height: 400px;
    width: 400px;
    position: absolute;
    top: 10%;
    left: 50%
}

.middle-section {
    max-width: 350px;
    margin: 30px auto 0
}

.view-campaign-template-letterimg,
.view-company-letterimg,
.view-contact-letterimg,
.view-user-letterimg {
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 55px;
    border: 3px #FBFBFB solid;
    text-align: center;
    line-height: 65px;
    display: inline-block;
    color: #FBFBFB
}

.view-company-letterimg {
    font-size: 28px
}

.view-campaign-template-letterimg,
.view-contact-letterimg,
.view-user-letterimg {
    font-size: 23px
}

.header-section-round-plain {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 25px;
    right: auto;
    margin: 0 auto;
    width: 67px;
    height: 67px;
    border-radius: 7px;
    border: none;
    text-align: center;
    display: inline-block;
    color: #FBFBFB;
    font-size: 25px;
    cursor: default
}

.header-section-round-plain .letters-content {
    height: 100%;
    width: 100%
}

.header-section-round-plain+.add-profile-photo,
.header-section-round-plain+.edit-profile-photo {
    background: black;
    position: absolute;
    bottom: 11px;
    left: 25px;
    width: 67px;
    display: block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    opacity: .7;
    color: white;
    border-radius: 0 0 7px 7px;
    padding: 1px 0
}

.header-section-round-plain+.add-profile-photo:hover,
.header-section-round-plain+.edit-profile-photo:hover,
.header-section-round-plain:hover+.add-profile-photo,
.header-section-round-plain:hover+.edit-profile-photo {
    opacity: .9
}

.profile-image-container .remove-profile-photo {
    font-size: 15px;
    position: absolute;
    left: 88px;
    top: 0;
    display: none;
    cursor: pointer
}

.profile-image-container:hover .remove-profile-photo {
    display: inline-block
}

.view-user-img {
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 55px;
    border: 3px #FBFBFB solid;
    text-align: center;
    line-height: 65px;
    display: inline-block;
    color: #FBFBFB
}

.nav-view-user-img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 55px;
    border: 3px #FBFBFB solid;
    text-align: center;
    line-height: 65px;
    display: inline-block;
    color: #FBFBFB
}

.view-campaign-template-name,
.view-company-name,
.view-contact-name,
.view-user-name {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #6d6e71;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 1px;
    width: 100%
}

.fix-datepicker-icon span.field-icon {
    position: absolute;
    top: 7px;
    left: 26px
}

.fix-datepicker-icon span.birthday-field-remove-icon {
    position: absolute;
    top: 4px;
    right: 26px;
    cursor: pointer;
    z-index: 100;
    color: #ababab;
    padding: 3px
}

.fix-datepicker-icon input {
    padding-left: 40px !important
}

.view-my-tools #delete-entity,
.view-my-tools #download-vcf-entity,
.view-my-tools #edit-entity,
.view-my-tools #favorite-entity,
.view-my-tools #save-entity,
.view-my-tools #save-menu,
.view-my-tools #save-new-entity,
.view-my-tools #share-colleague-entity,
.view-my-tools #share-entity,
.view-my-tools #unfavorite-entity {
    position: absolute;
    top: 90px;
    display: inline-block
}

.view-my-tools #delete-entity {
    right: 30px
}

.view-my-tools #save-menu {
    right: 30px;
    border: 1px solid;
    padding: 2px
}

.view-my-tools #share-entity {
    right: 58px;
    top: 92px
}

.view-my-tools #share-colleague-entity {
    right: 30px;
    top: 92px
}

.view-my-tools #edit-entity {
    right: 89px;
    top: 92px
}

.view-my-tools #favorite-entity {
    right: 125px;
    top: 92px;
    font-size: 21px
}

.view-my-tools #unfavorite-entity {
    right: 125px;
    top: 92px;
    font-size: 21px
}

.view-my-tools #save-entity {
    right: 44px;
    padding: 5px
}

.save-entity-grey {
    border: 1px solid #d2dbe0;
    padding: 5px 7px;
    background-color: #d2dbe0;
    color: #ffffff;
    border-radius: 4px
}

.save-entity-blue {
    border: 1px solid #23c1c5;
    padding: 5px 7px;
    background-color: #23c1c5;
    color: #ffffff;
    border-radius: 4px
}

.single-save-entity-grey {
    border: 1px solid #d2dbe0;
    padding: 5px 7px;
    background-color: #d2dbe0;
    color: #ffffff;
    border-radius: 4px
}

.single-save-entity-blue {
    border: 1px solid #23c1c5;
    padding: 5px 7px;
    background-color: #23c1c5;
    color: #ffffff;
    border-radius: 4px
}

.save-menu-grey {
    border: 1px solid #d2dbe0;
    background-color: #d2dbe0;
    padding: 5px 7px;
    border-radius: 4px
}

.save-menu-blue {
    border: 1px solid #23c1c5;
    background-color: #23c1c5;
    padding: 5px 7px;
    border-radius: 4px
}

#main-content {
    min-height: 880px;
    padding-left: 50px
}

#campaign-content {
    min-height: 1px
}

#import-content {
    min-height: 1px
}

#userControlPanel-content {
    margin-top: 100px
}

#privateContactsList-content {
    min-height: 800px
}

.main-content-el {
    min-height: 810px !important
}

.main-content-en {
    min-height: 880px !important
}

.main-content-arabic {
    min-height: 900px !important
}

.main-content-cyrillic {
    min-height: 950px !important
}

.display-inline-block {
    display: inline-block !important
}

.display-inline {
    display: inline !important
}

.display-block {
    display: block !important
}

#page-wrapper {
    position: absolute !important;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    overflow: hidden !important;
    border-right: 1px solid #CCC
}

.mini-navbar #page-wrapper {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -o-calc(100% - 70px)
}

.body-small #page-wrapper {
    width: calc(100%);
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: -o-calc(100%)
}

.body-small.mini-navbar #page-wrapper {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -o-calc(100% - 70px)
}

#page-wrapper.display-page-wrapper {
    position: absolute !important;
    width: calc(100%) !important;
    width: -webkit-calc(100%) !important;
    width: -moz-calc(100%) !important;
    width: -o-calc(100%) !important;
    overflow: hidden !important;
    border-right: 1px solid #CCC
}

.display-page-wrapper {
    margin: 0 !important;
    width: 100% !important
}

.ibox-content.row.animated {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.list-links-hvr:hover {
    font-weight: 700;
    color: #6B6668
}

.contact-box-info-dropdown {
    right: auto;
    left: 0;
    top: 38px
}

.contact-box-more-dropdown {
    right: 2px;
    left: auto;
    top: 24px
}

.open>.dropdown-menu {
    overflow: visible
}

.contact-box .department,
.contact-box .phone {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden
}

.contact-box .name {
    font-size: 15px
}

.contact-box .details {
    font-size: 13px;
    line-height: 25px
}

.contact-box .details i {
    font-size: 14px;
    width: 15px;
    text-align: center
}

.contact-box-item {
    overflow: visible;
    z-index: 1
}

.contact-box {
    min-height: 135px;
    margin-bottom: 10px;
    margin-left: -9px;
    margin-right: -9px;
    padding: 5px 20px;
    background-color: transparent !important
}

input[icheck-list] {
    display: none !important
}

.contact-box .under-image {
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis
}

.contact-box:first-child {
    min-height: 135px
}

.contact-box .icheckbox {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 9;
    display: none
}

.contact-box .checked {
    display: block
}

.contact-box:hover .icheckbox {
    display: block
}

.contact-box .updateButton {
    position: absolute;
    top: 30px;
    right: 5px;
    z-index: 9;
    font-size: 18px;
    display: none
}

.contact-box .updateOrganizationButton {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 9;
    font-size: 18px;
    display: none
}

.contact-box .updateCoworkerButton {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 9;
    font-size: 18px;
    display: none
}

.contact-box .updateButton i,
.contact-box .updateCoworkerButton i,
.contact-box .updateOrganizationButton i {
    padding: 5px
}

.contact-box:hover .updateButton,
.contact-box:hover .updateCoworkerButton,
.contact-box:hover .updateOrganizationButton {
    display: block
}

.contact-box .privateRelatedContactButton {
    position: absolute;
    top: 10px;
    right: 11px;
    z-index: 9;
    cursor: default
}

.contact-box .rmRelatedContactButton {
    position: absolute;
    bottom: 14px;
    right: 10px;
    z-index: 9;
    display: none
}

.contact-box:hover .rmRelatedContactButton {
    display: block
}

.contact-box .addPrimaryContactButton {
    position: absolute;
    bottom: 11px;
    right: 31px;
    z-index: 9;
    display: none;
    background-color: #23c1c5;
    border-radius: 10px;
    color: white;
    padding: 3px 6px;
    font-size: 11px !important
}

.contact-box:hover .addPrimaryContactButton {
    display: block
}

#primary-contact-box {
    position: relative
}

#primary-contact-box #rmPrimaryContactButton {
    position: absolute;
    top: 11px;
    right: 5px;
    visibility: hidden
}

#primary-contact-box:hover #rmPrimaryContactButton {
    visibility: visible
}

#primary-contact-box .ibox-content {
    padding: 0
}

#contact-view .ibox-content,
#group-view .ibox-content,
#user-view .ibox-content {
    padding-bottom: 0
}

.contact-box .favoriteButton {
    font-size: 18px;
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 9;
    display: none
}

.contact-box .favoriteButton i {
    padding: 5px
}

.contact-box .is-favorite {
    display: block !important
}

.contact-box:hover .favoriteButton {
    display: block
}

.contact-box .moreButton {
    font-size: 19px;
    position: absolute;
    top: 25px;
    right: 11px;
    z-index: 9;
    display: none;
    color: #aaa
}

.contact-box .moreButton a {
    padding: 0 10px
}

.contact-box:hover .moreButton {
    display: block
}

.contact-box .privateIcon {
    font-size: 18px;
    position: absolute;
    bottom: 3px;
    left: 9px;
    z-index: 9
}

.shareButton {
    cursor: pointer
}

.contact-box .shareButton {
    position: absolute;
    top: 3em;
    right: 3em;
    z-index: 9;
    visibility: hidden
}

.contact-box:hover .shareButton {
    visibility: visible
}

#search-section {
    overflow-y: auto;
    max-height: 80vh
}

.custom-search-companies {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 auto 10px !important;
    border-bottom: 1px solid #cecece
}

.custom-search-related-contacts {
    background: white;
    font-size: 14px;
    height: 30px;
    margin: auto;
    z-index: 2000;
    border-radius: 4px !important;
    padding-left: 30px !important;
    padding-top: 5px
}

#group-view .contact-box {
    border: 0
}

.groups-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.groups-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.groupDetails div div span {
    font-weight: 700;
    color: #989898;
    width: 70px;
    display: inline-block;
    padding-left: 7px
}

.groupDetails {
    width: 195px
}

.groupsList {
    border: 1px solid #989898;
    min-width: 200px
}

.inlineBlock {
    display: inline-block;
    vertical-align: top
}

.inlineBlockVAText-top {
    display: inline-block;
    vertical-align: text-top;
    cursor: pointer
}

.vertical-align-middle {
    vertical-align: middle !important
}

.vertical-align-super {
    vertical-align: super !important
}

.vertical-align-text-bottom {
    vertical-align: text-bottom !important
}

.vertical-align-baseline {
    vertical-align: baseline !important
}

.vertical-align-bottom {
    vertical-align: bottom !important
}

#related-contacts-section .contact-box {
    min-height: 102px !important
}

#related-contacts-section #add-rel-contacts-btn {
    width: 100%;
    float: none
}

.letters-sidebar {
    position: absolute;
    width: 30px;
    font-size: 1.2em;
    line-height: 28px;
    height: 100%;
    z-index: 6;
    left: 0;
    top: 0;
    padding: 2px;
    text-align: center;
    padding-top: 12px;
    border-right: 1px solid #c0c0c0;
    cursor: pointer;
    color: #000
}

.active-letter {
    background-color: #f3f3f4;
    width: 113%;
    padding-left: 3px;
    border-top: 1px solid #C0c0c0;
    border-left: 1px solid #C0c0c0;
    border-bottom: 1px solid #C0c0c0
}

.dropdown a {
    color: #676a6c !important
}

.link-cursor-show {
    cursor: pointer
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333
}

input.mytextbox:focus {
    outline: 0 none;
    border: 1px solid #23C1C5
}

.input-with-button-section input.mytextbox {
    height: auto
}

.middle-box h1 {
    font-size: 150px;
    padding-bottom: 10px
}

.registerscreen #companyName,
.registerscreen #email,
.registerscreen #firstName,
.registerscreen #lastName,
.registerscreen #pass,
.registerscreen #repass {
    position: relative
}

.registerscreen span {
    position: absolute;
    top: 8px;
    right: 10px
}

.registerscreen #logo-img {
    width: 170px;
    margin-bottom: 25px;
    padding-top: 20px
}

#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

#video-bg>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: -2000000000
}

@media (min-aspect-ratio:16/9) {
    #video-bg>video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    #video-bg>video {
        width: 300%;
        left: -100%
    }
}

@supports (object-fit:cover) {
    #video-bg>video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: hidden
}

@media screen and (max-width:1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px
    }
}

.media-body,
.sidebard-panel .feed-element,
.sidebard-panel p {
    min-height: 40px
}

.ibox {
    overflow-x: hidden;
    text-overflow: ellipsis
}

.ibox-title {
    line-height: 18px;
    height: inherit;
    padding: 10px 13px
}

.ibox-content {
    clear: none
}

.rm-clear {
    clear: none
}

.pace .pace-progress {
    background: #23c3c5
}

.ibox-content .row:last-child .feed-activity-list .feed-element {
    border-bottom: 0
}

.last-item-remove-border {
    margin-bottom: 1px
}

.ibox-content .last-item-remove-border.feed-activity-list .feed-element {
    border-bottom: 0
}

.my-feed-list :last-child .feed-element {
    border-bottom: 0
}

.disabled {
    pointer-events: none;
    cursor: default
}

.disabled_blanc input {
    pointer-events: none;
    cursor: default;
    color: white !important
}

.checkBoxContainer {
    text-align: left
}

.ribbon-inline {
    display: inline-block;
    vertical-align: bottom
}

.ribbon-fix-position {
    line-height: 25px
}

.ribbon-middle-paddings {
    padding: 0 10px;
    margin: 0 10px;
    border-color: #a6abae
}

.ribbon-right-paddings {
    padding-right: 10px;
    margin-right: 0;
    border-color: #a6abae
}

.md-text {
    min-width: 25px;
    text-align: center;
    display: inline-block
}

body.mini-navbar .logo {
    display: none !important
}

body.mini-navbar .bg-image-onboarding-process-wrapper .logo {
    display: block !important
}

.contact-list-dropdown {
    min-width: 300px
}

#filter-account-type {
    min-width: 240px
}

#filter-department-type {
    min-width: 350px
}

@media (min-width:768px) {
    .navbar-right {
        margin-right: 0 !important
    }
}

.navbar-fixed-top {
    border: none !important
}

.navbar-right-position {
    float: right;
    margin-right: 0
}

#top-navigation-bar-container {
    width: 100%;
    z-index: 9999;
    min-height: 58px;
    background-color: #212D3A;
    max-height: 59px
}

.navbar-header {
    height: 58px
}

.nav-hamburger {
    color: white;
    font-size: 23px;
    margin: 20px 6px 18px 18px;
    cursor: pointer
}

.nav-hamburger:hover {
    color: #f5f5f5
}

.navigation-logo-container {
    width: 170px;
    display: inline-block;
    height: 100%;
    margin-left: 15px
}

.top-bar-logo {
    background: url(/static/img/pobuca_connect_horizontal_logo.svg) no-repeat;
    height: 100%;
    background-size: 145px;
    background-position: 6px 12px;
    display: block
}

.top-bar-logo-small {
    width: 100%;
    height: 100%;
    background: url(/static/img/pobuca-conect-square.svg) no-repeat;
    background-size: 35px;
    background-position: 0 10px;
    display: none
}

.top-bar-vodafoneGreece-logo {
    width: 100%;
    height: 100%;
    background: url(/static/img/VodafoneGreece.png) no-repeat;
    background-size: 40px;
    background-position: 0 12px;
    display: block
}

.top-bar-vodafoneGreece-logo-small {
    width: 100%;
    height: 100%;
    background: url(/static/img/VodafoneGreece.png) no-repeat;
    background-size: 40px;
    background-position: 0 12px;
    display: none
}

body.body-small .navigation-logo-container {
    width: 52px
}

body.body-small .top-bar-logo {
    display: none !important
}

body.body-small .top-bar-vodafoneGreece-logo {
    display: none !important
}

body.body-small .top-bar-logo-small {
    display: block !important
}

body.body-small .top-bar-vodafoneGreece-logo-small {
    display: block !important
}

.navigation-global-search-box {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 9px;
    max-width: 440px;
    vertical-align: top;
    margin-top: 11px;
    height: auto
}

@media (max-width:1150px) {
    .navigation-global-search-box {
        max-width: 300px
    }
}

@media (max-width:895px) {
    .navigation-global-search-box {
        max-width: 220px
    }
}

@media (max-width:445px) {
    .navigation-global-search-box {
        max-width: 170px
    }
}

.navigation-global-search-box i {
    color: #ffffffcf;
    margin: 0 8px;
    vertical-align: top;
    position: relative;
    top: 1px;
    font-size: 16px
}

.navigation-global-search-box input {
    background: 0 0;
    border: none;
    color: white !important;
    width: 185px;
    outline: 0;
    font-size: 15px;
    height: 20px;
    padding: 0 0;
    box-sizing: border-box;
    position: relative;
    top: -1px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

@media (max-width:445px) {
    .navigation-global-search-box input {
        font-size: 11px
    }
}

.navigation-global-search-box input:focus {
    width: 385px
}

.navigation-global-search-box::placeholder {
    color: rgba(255, 255, 255, .51)
}

.navigation-global-search-box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .51)
}

.navigation-global-search-box input::-moz-placeholder {
    color: rgba(255, 255, 255, .51)
}

.navigation-global-search-box input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .51)
}

.navigation-global-search-box input:-moz-placeholder {
    color: rgba(255, 255, 255, .51)
}

#navigation-add-entity-container {
    max-width: 200px;
    background-color: transparent;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #ffffff1a;
    margin: 10px 12px 0 12px;
    color: white;
    cursor: pointer;
    padding: 0 8px
}

@media (max-width:600px) {
    #navigation-add-entity-container {
        display: none
    }
}

#navigation-add-entity-container .navigation-add-entity-icon {
    width: 30px;
    margin: 8px 0 0 0;
    float: left
}

#navigation-add-entity-container .navigation-add-entity-message {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding: 0 3px 0 2px
}

.navigation-add-entity .dropdown-menu {
    top: 54px;
    left: 13px
}

#top-nav .navigation-user-name {
    display: inline-block;
    vertical-align: top;
    color: white;
    text-align: right;
    margin: 12px 0 0 0;
    cursor: default;
    width: 250px
}

@media (max-width:1010px) {
    #top-nav .navigation-user-name {
        display: none
    }
}

#top-nav .navigation-user-name .name {
    font-size: 13px;
    width: auto
}

#top-nav .navigation-user-name .company {
    font-size: 13px;
    color: rgba(255, 255, 255, .51);
    width: auto;
    float: left;
    width: 180px
}

#top-nav .navigation-user-name .company.company-full-width {
    width: 100%
}

#top-nav .navigation-user-name .version {
    font-weight: 300 !important;
    font-size: 10px;
    padding: 0 5px;
    cursor: pointer
}

#top-nav .navigation-user-name #version-container .dropdown-menu {
    right: 0;
    left: auto;
    top: 24px;
    min-height: 50px;
    width: 250px
}

#top-nav .navigation-user-name #version-container .dropdown-menu #dropdown-version-container {
    position: relative;
    padding: 10px 10px 0 10px
}

#top-nav .navigation-user-name #version-container .dropdown-menu #dropdown-version-container .label {
    font-weight: 300 !important
}

#top-nav .navigation-user-name #version-container .dropdown-menu #dropdown-version-container #expiration_date {
    color: #676a6c;
    font-size: 11px;
    padding-left: 8px;
    display: inline-block
}

#top-nav .navigation-user-name #version-container .dropdown-menu #entity-limits {
    position: relative;
    padding: 0 10px 0 10px;
    color: #676a6c
}

#top-nav .navigation-user-name #version-container .dropdown-menu #marketplace {
    position: relative;
    padding: 0 5px 5px 5px;
    color: #676a6c
}

#top-nav .navigation-user-name #version-container .dropdown-menu #marketplace>a {
    background-color: #f5f5f5
}

#top-nav .navigation-user-options {
    color: white;
    font-size: 25px;
    margin: 12px 2px 12px 2px;
    cursor: pointer;
    vertical-align: top;
    width: 30px;
    text-align: center;
    display: inline-block
}

@media (max-width:400px) {
    #top-nav .navigation-user-options {
        display: none
    }
}

.navigation-user-options .dropdown-menu {
    right: 0;
    left: auto;
    top: 42px
}

.navigation-user-options #version {
    position: relative;
    top: 2px;
    left: 22px;
    min-height: 30px
}

#top-nav .navigation-user-photo-container {
    margin: 12px 12px 12px 2px;
    display: inline-block
}

#top-nav .navigation-user-photo-container .navigation-user-photo {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    cursor: pointer
}

#top-nav .navigation-user-photo-container .navigation-user-initial-letters {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    display: inline-block;
    color: #FBFBFB;
    font-size: 15px;
    font-weight: 700;
    line-height: 28px
}

.navigation-user-photo .dropdown-menu {
    right: 1px;
    left: auto;
    top: 54px
}

.main-content-container {
    margin-top: 58px
}

.groups-main-content .navbar-right {
    margin-right: 0
}

.groups-main-content .ibox-title {
    border-width: 0 0 0;
    padding-left: 20px;
    min-height: 25px
}

#users-counter {
    line-height: 25px;
    min-width: 80px
}

@media (min-width:991px) {
    #groups-counter {
        min-width: 215px;
        max-width: 230px;
        line-height: 25px
    }
}

@media (max-width:991px) {
    #contacts-filters,
    #ribbon-sort-by,
    .contact-list-dropdown {
        border: none
    }
    #groups-counter {
        min-width: 185px;
        margin: 10px auto;
        width: 100%
    }
    .list-buttons {
        min-width: 130px;
        margin: 0 auto 15px;
        width: 100%
    }
}

.multiSelect .button {
    font-size: 13px
}

.groups-main-content .navbar-top-links li:last-child {
    margin-right: 0
}

#clear-filters-btn {
    position: absolute;
    top: 5px;
    margin-left: 20px
}

@media (max-width:767px) {
    .text-left-xs {
        text-align: left
    }
    .text-right-xs {
        text-align: right
    }
    .text-center-xs {
        text-align: center
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-left-sm {
        text-align: left
    }
    .text-right-sm {
        text-align: right
    }
    .text-center-sm {
        text-align: center
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .text-left-md {
        text-align: left
    }
    .text-right-md {
        text-align: right
    }
    .text-center-md {
        text-align: center
    }
}

@media (min-width:1200px) {
    .text-left-lg {
        text-align: left
    }
    .text-right-lg {
        text-align: right
    }
    .text-center-lg {
        text-align: center
    }
}

.changePasswordScreen #pass,
.changePasswordScreen #repass {
    position: relative
}

.changePasswordScreen #pass span,
.changePasswordScreen #repass span {
    position: absolute;
    top: 8px;
    right: 10px
}

#change_password_btn,
#forgot_password_btn,
#login_btn,
#register_btn,
#signup_btn {
    position: relative
}

#change_password_btn #change_password_btn_spinner,
#forgot_password_btn #forgot_password_btn_spinner,
#login_btn #login_btn_spinner,
#register_btn #register_btn_spinner,
#signup_btn #signup_btn_spinner {
    position: absolute;
    right: 14px;
    top: 6px
}

.myborder {
    border: 1px solid #428BD3;
    border-radius: 3px
}

.mySelectedTab {
    background-color: #23C1C5 !important;
    color: #ffffff
}

.myDefaultTab {
    background-color: #BABABA;
    color: #ffffff
}

.border-left,
.border-left-right,
.border-right {
    border-color: #bcbcbc
}

.b-none {
    border: none !important
}

.b-b-none {
    border-bottom: none !important
}

.b-t-none {
    border-top: none !important
}

.b-r-none {
    border-right: none !important
}

.b-l-none {
    border-left: none !important
}

.b-t-thin-gray {
    border-top: 1px solid #f3f3f4 !important
}

.prevent-overflow {
    overflow: hidden;
    text-overflow: ellipsis
}

.prevent-overflow-x {
    overflow: hidden;
    text-overflow: ellipsis
}

.header-sections {
    position: relative;
    z-index: 10
}

.header-section-one,
.header-section-two {
    height: 80px
}

.groups-add-update img {
    cursor: pointer
}

.my-checkbox {
    position: relative;
    top: -.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer
}

.my-checkbox:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f2f2f2
}

.my-checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #009688;
    border-top-style: none;
    border-right-style: none
}

.my-checkbox:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer
}

.container-xs-height {
    display: table;
    width: 100%
}

.row-xs-height {
    display: table-row;
    width: 100%
}

.col-xs-height {
    display: table-cell;
    float: left
}

@media (min-width:768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-sm-height {
        display: table-row
    }
    .col-sm-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-md-height {
        display: table-row
    }
    .col-md-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-lg-height {
        display: table-row
    }
    .col-lg-height {
        display: table-cell;
        float: none
    }
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

#showGrantUserAccessModal .modal-content {
    border-radius: 0
}

#showGrantUserAccessModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#showNotPermittedVodafoneLoginModal .modal-content {
    border-radius: 0
}

#showNotPermittedVodafoneLoginModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px 100%;
    background-position: 15px 0
}

.showImportCompaniesModal .modal-content,
.showImportContactsModal .modal-content {
    border-radius: 0
}

.showImportCompaniesModal .modal-header,
.showImportContactsModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showImportFileModal .modal-content {
    border-radius: 0
}

.showImportFileModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showDeleteModal .modal-content {
    border-radius: 0
}

.showDeleteModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showAddMarketingListModal .modal-content {
    border-radius: 0
}

.showAddMarketingListModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showAddModal .modal-content {
    border-radius: 0
}

.showAddModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showAddModalSMS .modal-content {
    border-radius: 0
}

.showAddModalSMS .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.showMarketingListsModal .modal-content {
    border-radius: 0
}

.showMarketingListsModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#marketingListsTable {
    max-height: 400px
}

.close,
.close:hover {
    color: #fff;
    opacity: 1
}

#status-buttons {
    min-height: 35px;
    display: inline-flex
}

#status-buttons>div {
    cursor: default
}

.showAddModal #status-buttons>div,
.showAddModalSMS #status-buttons>div {
    cursor: pointer;
    margin: 0 5px
}

#upload-wizard-btn,
.upload-wizard-btn {
    color: #fff !important
}

body.mini-navbar .nav-header {
    background: 0 0
}

#sidemenu-navbar {
    position: fixed;
    overflow-y: auto;
    top: 70px;
    bottom: 0;
    -ms-overflow-style: none
}

body.body-small #sidemenu-navbar {
    overflow-y: inherit
}

body.mini-navbar #sidemenu-navbar {
    overflow-y: inherit
}

.share-pobuca {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #293846;
    min-height: 46px;
    max-width: 220px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 0 4px 22px -1px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 4px 22px -1px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 4px 22px -1px rgba(0, 0, 0, .8)
}

.mini-navbar .share-pobuca {
    max-width: 70px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.share-pobuca:focus,
.share-pobuca:hover,
.share-pobuca:visited {
    background-color: #293846
}

.share-pobuca a,
.share-pobuca a:focus,
.share-pobuca a:visited {
    color: #a7b1c2
}

.share-pobuca a:hover {
    color: #fff
}

#sidemenu-navbar::-webkit-scrollbar {
    width: 0 !important
}

.nav-link-icon {
    font-size: 14px;
    display: inline-block !important
}

.nav-link .nav-label {
    font-size: inherit
}

body.mini-navbar .navbar-default .nav>li>a {
    font-size: 13px
}

#side-menu {
    margin-bottom: 46px
}

#side-menu .nav-header {
    padding: 10px 10px 15px 10px
}

#sidemenu-letterimg {
    position: relative;
    top: 0;
    left: 0
}

#sidemenu-fullname {
    position: relative;
    top: 10px;
    left: 0
}

#sidemenu-oneitem {
    color: #ffffff;
    position: relative;
    left: 0
}

body .nav-second-level {
    display: none
}

body.mini-navbar .nav-second-level.collapse.in {
    position: fixed !important;
    top: 58px !important;
    bottom: 0 !important;
    border-left: 1px solid #293846;
    z-index: 100;
    margin: 0 !important;
    background: rgba(41, 56, 70, 1);
    box-shadow: 6px 0 5px -5px #333;
    -webkit-box-shadow: 6px 0 5px -5px #333;
    -moz-box-shadow: 6px 0 5px -5px #333;
    height: 100% !important;
    display: block;
    min-width: 160px !important;
    padding: 10px !important;
    -webkit-animation: fadein .2s;
    -moz-animation: fadein .2s;
    -ms-animation: fadein .2s;
    -o-animation: fadein .2s;
    animation: fadein .2s
}

body:not(.fixed-sidebar).mini-navbar .nav-second-level {
    display: none
}

body:not(.fixed-sidebar).mini-navbar .nav li.active:hover>.nav-second-level {
    display: block
}

body:not(.fixed-sidebar).mini-navbar .nav li>.nav-second-level {
    display: none
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body.mini-navbar .collapse.in .sub-level-item {
    display: block !important
}

#top-navbar-company {
    font-size: 28px;
    line-height: 55px
}

.navbar-top-links .dropdown-menu li a {
    font-size: 12px;
    padding: 0 10px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: 0 0 !important
}

.my-navbar-static-top {
    z-index: 0 !important
}

.navbar-static-top ul li a img {
    max-height: 20px
}

.navbar-top-fixed {
    position: fixed;
    top: 0
}

.navbar-top-fixed .navbar-static-top {
    background-color: transparent !important
}

#textboxid:focus {
    border: 1px solid #23C1C5
}

#my-navbar-header {
    padding: 0 30px !important;
    display: inline-block;
    width: 100%
}

#my-navbar-header .page-title {
    font-size: 26px;
    font-weight: 300;
    width: calc(100% - 255px);
    min-height: 30px
}

#header-title,
#header-title-default {
    line-height: 31px;
    margin: 0 0 7px 74px;
    min-height: 30px
}

#my-navbar-header #breadcrumb.photo {
    margin-left: 75px
}

#my-navbar-header #breadcrumb a {
    color: #6d6e71;
    text-decoration: none
}

#search-input-related {
    position: relative
}

#search-input-related input {
    border-radius: 4px
}

#search-icon-related {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 101
}

#admin-permissions-panel,
#list-external-invitation-emails,
#list-invitation-emails {
    padding-top: 35px
}

#change-permissions,
#invite-colleagues-btn {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block
}

#change-permissions span,
#invite-colleagues-btn span {
    position: absolute;
    right: 11px;
    top: 7px;
    z-index: 100
}

.invite-inner-colleague-domain {
    line-height: 30px
}

#add-new-invitation-email-field {
    cursor: pointer
}

#no-invitation-email-section,
#pending-invites-bubble {
    background-color: white
}

#pending-invites-bubble.alert .alert-link {
    font-weight: 400;
    color: #23c1c5
}

#pending-invites-bubble .pending-invites-botface {
    width: 40px;
    margin: 0 10px 0 0;
    position: relative
}

#pending-invites-bubble.alert-dismissable .close,
#pending-invites-bubble.alert-dismissible .close {
    position: relative;
    top: 6px;
    right: -21px;
    color: inherit
}

select::-ms-expand {
    display: none
}

.my-styled-select-field {
    position: relative;
    top: 0;
    right: 0;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.my-styled-select-field select {
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.my-styled-select-field span {
    position: absolute;
    top: -2px;
    right: 13px
}

.my-styled-select select {
    position: relative;
    top: 0;
    right: 0;
    background: #f5f5f5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.my-styled-select option {
    background: #fff
}

.my-styled-select .dropdownMenuArrow,
.my-styled-select .dropdownMenuSpinner {
    position: absolute;
    right: 25px;
    top: 21px;
    max-width: 18px;
    pointer-events: none
}

select::-ms-value {
    background: 0 0 !important;
    color: inherit !important
}

.userControlPanel-main-content .my-styled-select select {
    background: #ffffff !important
}

#gender-select .dropdownMenuArrow {
    position: absolute;
    right: 25px;
    top: 17px;
    max-width: 18px
}

.permissions-dropdown {
    position: relative
}

.permissions-dropdown .dropdownMenuArrow {
    position: absolute;
    top: 6px
}

.permissions-dropdown .dropdownMenuSpinner {
    position: absolute;
    top: 15px
}

.changepasssection #newpass,
.changepasssection #repass {
    position: relative
}

.changepasssection span {
    position: absolute;
    top: 30px;
    right: 10px
}

.warning-msg {
    color: #ff5555
}

.horLine {
    width: 100%;
    margin: 15px 0 15px 0;
    border-top: 1px solid;
    border-color: rgba(0, 0, 0, .1);
    clear: both
}

.business-add-card form h3,
.campaigns-add-update,
.contacts-add-update form h3,
.contacts-view form h3,
.groups-add-update form h3,
.groups-view form h3,
.users-view form h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0
}

.company-permissions h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0
}

.contacts-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.my-middle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -140px;
    width: 250px;
    height: 250px;
    z-index: 100
}

.live-middle-box {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -50px;
    margin-left: -140px;
    width: 250px;
    height: 250px;
    z-index: 100
}

.live-card-middle-box {
    width: 250px;
    height: 250px;
    margin: 60px auto;
    z-index: 100
}

.contacts-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.input-exclamation-mark {
    cursor: default;
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 16px;
    background-color: #fff
}

.userControlPanel-main-content .middle-box {
    height: auto;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100
}

.userControlPanel-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.userControlPanel-main-content .ibox-title {
    height: 43px
}

.userControlPanel-main-content .nav-tabs {
    border-bottom: none
}

.userControlPanel-main-content .tab-content {
    border: 1px solid #e7eaec;
    padding: 15px
}

.landing-logo {
    position: absolute;
    left: 8%
}

@media (min-width:768px) {
    .landing .navbar-right {
        margin-right: 40px
    }
}

.toast-top-center {
    top: 12px
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.button-with-spinner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.button-with-spinner .spinner-button {
    position: absolute;
    right: 8px;
    top: 6px
}

.row-full-height {
    height: 100%
}

.col-full-height {
    height: 100%;
    vertical-align: middle
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed
}

.col-xs-height {
    display: table-cell;
    float: none !important
}

@media (min-width:768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important
    }
}

@media (min-width:992px) {
    .col-md-height {
        display: table-cell;
        float: none !important
    }
}

@media (min-width:1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important
    }
}

#shareVcard {
    position: relative
}

#shareVcard>span {
    position: absolute;
    top: 30px;
    right: 10px
}

#showShareVCardModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#shareBtn {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

#shareBtn>span {
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 100
}

.cropArea {
    overflow: hidden;
    height: 270px;
    margin-bottom: 10px
}

#shareJpb {
    position: relative
}

#shareJpb>span {
    position: absolute;
    top: 30px;
    right: 10px
}

#showshareJpbModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#deleteUserAccountModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#changeProfilePicModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

.user-img-section {
    width: auto
}

.img-responsive {
    max-width: 170px !important
}

.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: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

#shareJustphonebookLink a:hover {
    text-decoration: underline
}

.profile-pic {
    position: relative
}

.remove-profile-pic-btn {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 5px;
    font-size: 19px
}

.profile-pic:hover .remove-profile-pic-btn {
    display: inline-block
}

#change-photo-button {
    display: inline-block
}

#deleteJpbModal .modal-header {
    width: 100%;
    min-height: 65px;
    padding: 25px;
    background: #2F3F4F url(/static/img/jp_white_logo.svg) no-repeat;
    background-size: 155px;
    background-position: 15px 12px
}

#deleteCompanyLink a:hover {
    text-decoration: underline
}

#deleteUserLink a:hover {
    text-decoration: underline
}

#logoutDevicesLink a:hover {
    text-decoration: underline
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto !important
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker-today a,
.ui-datepicker-today a:hover {
    color: #23c1c5 !important;
    border: 1px solid #23c1c5 !important;
    background: #f9f9f9 !important
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #23c1c5 !important;
    color: #fff !important
}

.ui-widget-content {
    min-width: 275px
}

.layer {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.stable-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 2000px;
    height: 2000px;
    background-color: #2f3f4f
}

.import-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.import-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.import-main-content .ibox-title {
    height: 48px
}

.import-header-choices {
    font-size: 17px;
    position: relative;
    top: -4px
}

.mylabel-team {
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 15px;
    font-family: OpenSansRegular !important;
    position: relative;
    cursor: default;
    display: inline-block
}

.mylabel-team .remove-icon,
.mylabel-team .undo-icon {
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer
}

#contacts-accessibility-selection>span>button {
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #23c1c5 !important;
    font-size: 14px !important
}

.access_options {
    display: inline-block;
    min-width: calc(100% - 45px);
    min-width: -webkit-calc(100% - 45px);
    min-width: -moz-calc(100% - 45px);
    min-width: -o-calc(100% - 45px)
}

#team-selection-visibility-options-container {
    width: calc(100% - 20px) !important;
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: -o-calc(100% - 20px) !important
}

.contact-box .teamIcon {
    font-size: 14px;
    position: absolute;
    bottom: 4px;
    left: 9px;
    z-index: 9
}

.contact-box .flipIcon {
    font-size: 16px;
    position: absolute;
    bottom: 1px;
    right: 4px;
    z-index: 9;
    display: none
}

.contact-box .flipIcon i {
    padding: 5px;
    transform: rotateZ(-45deg)
}

.contact-box:hover .flipIcon {
    display: block
}

#team-select-area {
    color: #2F3F4F;
    font-weight: 300
}

.add-team-memember-btn,
.add-team-memember-text {
    width: 100%;
    display: inline-block;
    text-align: center
}

#coworker-activity-section {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0
}

.teams-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.teams-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.teams-main-content .ibox-title {
    height: 48px
}

#coworker-activity-item {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 100px;
    border-radius: 4px;
    padding-top: 6px
}

#coworker-activity-item:hover {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

.circle-remove-selection,
.circle-remove-selection-2 {
    display: none;
    background: #cdcdcd;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0
}

.circle-add-selection,
.circle-add-selection-2 {
    display: none;
    background: #23c1c5;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0
}

.xmsalluserimg-selections:hover .circle-remove-selection-2,
.xsmallletterimg-selections:hover .circle-remove-selection {
    display: inline-block;
    cursor: pointer
}

.xmsalluserimg-selections:hover .circle-add-selection-2,
.xsmallletterimg-selections:hover .circle-add-selection {
    display: inline-block;
    cursor: pointer
}

.selection-name {
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    text-align: center;
    line-height: 16px
}

#teamsList .feed-element {
    overflow: visible
}

#teamsList .table-responsive {
    overflow-x: visible
}

#teamsList .ibox {
    overflow-x: visible
}

.campaign-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.campaign-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

.campaign-main-content .ibox-title {
    height: 48px
}

.unsubscribed_img {
    max-width: 150px;
    width: 100%;
    margin: 15px auto
}

.default-td-list-size {
    min-width: 30px;
    min-height: 35px
}

.campaigns-main-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

.campaigns-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

textarea[name=myTextArea] {
    resize: none
}

#campaign_countries .my-styled-select {
    position: relative;
    top: 0;
    right: 0;
    background: 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#campaign_countries .dropdownMenuArrow {
    position: absolute;
    right: 25px;
    top: 7px;
    max-width: 18px;
    pointer-events: none
}

#campaign_calculator .my-styled-select {
    position: relative;
    top: 0;
    right: 0;
    background: 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#campaign_calculator .dropdownMenuArrow {
    position: absolute;
    right: 16px;
    top: 7px;
    max-width: 18px;
    pointer-events: none
}

.sms-campaign-button {
    position: relative;
    top: -1px
}

.table-responsive th {
    cursor: pointer
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important
}

.campaigns-main-content .ibox-title {
    height: 48px
}

.campaigns-main-content .nav-tabs {
    border-bottom: none
}

.campaigns-main-content .tab-content {
    border: 1px solid #e7eaec;
    padding: 15px
}

.campaign-contact-box {
    min-height: 108px !important;
    padding: 4px 20px !important
}

.business-card-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.file-box {
    width: 100% !important
}

.file {
    margin: 10px
}

.file .icon,
.file .image {
    height: 125px;
    overflow: hidden
}

.fixed-content {
    position: fixed
}

.manage-bcards-buttons .mark-completed {
    display: inline-block
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.business-add-card .file-box {
    width: 100% !important
}

.business-add-card .file .image {
    height: auto
}

#autocomplete-input {
    position: relative
}

#autocomplete-input #autocomplete-icon {
    position: absolute;
    right: 15px;
    top: 30px
}

#autocomplete-input #autocomplete-assign-user-icon {
    position: absolute;
    right: 15px;
    top: 10px
}

.top-position-10 {
    top: 10px !important
}

#external-email-section,
#internal-email-section {
    position: relative
}

.tour-backdrop {
    opacity: .1 !important;
    filter: alpha(opacity=10) !important
}

.tour-step-background {
    background: 0 0
}

.popover {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    font-size: 13px !important
}

.popover[class*=tour-] {
    z-index: 10000
}

.popover-navigation button:first-of-type {
    margin-right: 3px
}

.popover-title {
    width: 100%;
    min-height: 45px;
    border-radius: 0 !important;
    background: #2f3f4f url(/static/img/jp_white_logo.svg) no-repeat;
    background-position: 10px 0;
    background-size: 115px 100%
}

#top-nav div.sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 12px;
    height: 12px;
    display: inline-block
}

.bc-image-container {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.bc-wrap {
    overflow: hidden;
    margin: 10px
}

.bc-box-fixed {
    float: left;
    position: fixed;
    width: 25%;
    padding-bottom: 19%;
    bottom: 0
}

.image-container {
    height: 200px
}

.bc-boxInner-fixed {
    position: absolute;
    bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.bc-boxInner-fixed img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 250px !important
}

.bc-image-container>.bc-titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -70px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    padding: 17px 17px 10px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.bc-image-container.touchFocus>.bc-titleBox,
.bc-image-container:hover>.bc-titleBox {
    margin-bottom: 0 !important;
    z-index: 100
}

.triangle-color-position {
    position: absolute;
    top: 0;
    left: 0
}

.green-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #23c2c5 transparent transparent transparent;
    z-index: 1
}

.red-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #eb5767 transparent transparent transparent;
    z-index: 1
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #23c1c5;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.sk-spinner-chasing-dots {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.sk-spinner-chasing-dot1,
.sk-spinner-chasing-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fcfcfc;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.sk-spinner-chasing-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner-double-circles-sm {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto
}

.spinner-double-circles {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #23c1c5;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.sk-hor-dots {
    margin: 10px auto 0;
    text-align: center
}

.sk-hor-dots>div {
    width: 14px;
    height: 14px;
    background-color: #21C3C5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.sk-hor-dots .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.sk-hor-dots .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.spinner_circle {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #23c1c5;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.horizontal-search-container {
    position: relative
}

.horizontal-search-container>span {
    position: absolute;
    top: 11px;
    left: 20px
}

.logo {
    height: 150px
}

.logo span img {
    max-width: 150px !important;
    text-align: center;
    position: relative;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.justify-vertically-center {
    display: flex;
    justify-content: center
}

.justify-vertically-center-inner {
    align-self: center
}

.btn-outline-disabled {
    background-color: #dedede !important;
    border-color: #dedede !important;
    color: inherit !important
}

#new-campaign-template-selection {
    max-width: 700px;
    margin: auto
}

.new-campaign-template-option:hover {
    color: #21C3C5 !important
}

@media (min-width:768px) {
    #new-campaign-template-selection-or {
        line-height: 300px
    }
}

.admin-panel-list-item {
    background-color: #F7F7F7;
    padding: 12px 13px 6px 13px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #656565;
    cursor: default
}

.admin-panel-list-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.admin-panel-list-item a.btn.btn-primary.btn-sm {
    color: #fff
}

.admin-panel-list-item a.btn.btn-primary.btn-sm:hover {
    box-shadow: 0 0 10px #9f9f9f
}

@-webkit-keyframes cardEnter {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1)
    }
}

@keyframes cardEnter {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.myradio {
    padding-right: 20px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer
}

.myradio label {
    cursor: pointer;
    margin-bottom: 0
}

.myradio:hover .inner {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: .5
}

.myradio input {
    width: 1px;
    height: 1px;
    opacity: 0
}

.myradio input:checked+.outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.myradio input:checked+.outer {
    border: 3px solid #23C1C5
}

.myradio input:focus+.outer .inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #23C1C5
}

.myradio .outer {
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    margin: 0 auto 10px;
    border: 3px solid #23C1C5;
    border-radius: 50%;
    background-color: #fff
}

.myradio .inner {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 11px;
    height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 1px;
    border-radius: 50%;
    background-color: #23C1C5;
    opacity: 0
}

.myradio-disabled {
    border-color: #aaa !important
}

#addOrUpdateCustomFieldsSection .dropdown-menu {
    right: auto !important
}

.typeCustomFieldSection div {
    background-color: #f2f2f2
}

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f3f3f4;
    border: 1px dashed #e7eaec;
    color: inherit;
    padding: 10px;
    font-weight: 400
}

.angular-ui-tree-handle:hover {
    font-weight: 700;
    cursor: pointer
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important
}

.tree-node {
    background: none repeat scroll 0 0 #f3f3f4;
    border: 1px dashed #e7eaec;
    color: inherit;
    padding: 10px;
    border-radius: 3px
}

.tree-node .btn {
    min-width: 22px;
    margin-right: 4px
}

.tree-node-content {
    margin: 5px 5px 5px 0
}

.tree-handle {
    background: none repeat scroll 0 0 #f3f3f4;
    border: 1px dashed #e7eaec;
    color: inherit;
    padding: 10px
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ol#custom-field-dropdown-options {
    list-style-type: none;
    padding: 0
}

.multiSelectItem:hover {
    background-color: #edf0f2 !important;
    cursor: pointer
}

.multiSelect .multiSelectFocus {
    color: #676a6c !important;
    border: none !important
}

.multiSelect .clearButton,
.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: none !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(82, 168, 236, .7) !important
}

.multiSelect .inputFilter {
    border: none
}

.multiSelect .checkboxLayer .clearButton {
    display: none
}

#contacts-filters .checkboxLayer,
#groups-filters .checkboxLayer,
#users-filters .checkboxLayer,
.contacts-subfilters .checkboxLayer,
.groups-subfilters .checkboxLayer,
.users-subfilters .checkboxLayer {
    max-height: 300px !important;
    overflow: auto !important
}

#add-role-user-filters-section .checkboxLayer,
#contact-filters-section .checkboxLayer,
#contacts-accessibility-selection .checkboxLayer,
#coworker-filters-section .checkboxLayer,
#organization-filters-section .checkboxLayer,
#team-members-filters-section .checkboxLayer {
    max-height: 300px !important;
    overflow: auto !important
}

#add-role-to-team-user-filters-section .checkboxLayer,
#add-team-user-filters-section .checkboxLayer {
    max-height: 200px !important;
    overflow: auto !important
}

.font-regular {
    font-family: OpenSansRegular !important
}

span.multiSelect.buttonClicked button span.caret {
    margin-left: 2px !important
}

.multiSelect .caret {
    margin: 0 0 1px 2px !important
}

#selectedEntityFilters .badge,
#selectedEntityFilters .label {
    font-weight: 300
}

@media (min-width:991px) {
    .filter-section-separator {
        border-left: 1px solid #acacac;
        display: inline-block;
        min-height: 20px;
        vertical-align: middle;
        margin: 0 15px
    }
    #contact-counter-section,
    #organization-counter-section {
        display: inline-block;
        min-width: 180px;
        text-align: left
    }
    #coworker-counter-section {
        display: inline-block;
        min-width: 110px;
        text-align: left
    }
    #contact-sort-by-section,
    #coworker-sort-by-section,
    #organization-sort-by-section {
        display: inline-block;
        min-width: 150px;
        text-align: center
    }
    #contact-filters-section,
    #coworker-filters-section,
    #organization-filters-section,
    #team-members-filters-section {
        display: inline-block;
        min-width: 145px;
        text-align: center
    }
    #team-members-filters-section {
        text-align: left
    }
    #local-search-section {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px
    }
    .contact-subfilters-section,
    .coworker-subfilters-section,
    .organization-subfilters-section {
        margin: 10px auto
    }
    .contact-subfilters-section .contacts-subfilters,
    .coworker-subfilters-section .users-subfilters,
    .organization-subfilters-section .groups-subfilters {
        display: inline-block;
        margin: auto 15px
    }
    .contact-subfilters-section #contact-subfilters-title,
    .coworker-subfilters-section #coworker-subfilters-title,
    .organization-subfilters-section #organization-subfilters-title {
        font-weight: 600;
        vertical-align: middle
    }
}

@media (min-width:992px) and (max-width:1176px) {
    .filter-section-separator {
        margin: 0 8px
    }
    #contact-counter-section,
    #coworker-counter-section,
    #organization-counter-section {
        display: inline-block;
        min-width: 145px;
        text-align: left
    }
    #contact-counter-section .contact-selected-title-counter,
    #coworker-counter-section .coworker-selected-title-counter,
    #organization-counter-section .organization-selected-title-counter {
        display: none
    }
    #local-search-section {
        max-width: 150px;
        margin-left: 0
    }
}

@media (min-width:992px) and (max-width:1092px) {
    #contact-sort-by-section,
    #coworker-sort-by-section,
    #organization-sort-by-section {
        display: inline-block;
        min-width: 145px
    }
    #local-search-section {
        max-width: 100px
    }
}

@media (max-width:991px) {
    #contact-counter-section,
    #coworker-counter-section,
    #organization-counter-section {
        display: inline-block;
        margin-bottom: 15px
    }
    #contact-sort-by-section,
    #coworker-sort-by-section,
    #organization-sort-by-section {
        display: inline-block;
        margin-bottom: 15px
    }
    #contact-filters-section,
    #coworker-filters-section,
    #organization-filters-section,
    #team-members-filters-section {
        display: block;
        margin-bottom: 15px
    }
    #local-search-section {
        display: inline-block;
        margin-bottom: 15px
    }
    .contact-subfilters-section,
    .coworker-subfilters-section,
    .organization-subfilters-section {
        margin: 10px auto
    }
    .contact-subfilters-section .contacts-subfilters,
    .coworkercoworker-subfilters-section .users-subfilters,
    .organization-subfilters-section .groups-subfilters {
        display: inline-block;
        margin: auto 15px
    }
    .contact-subfilters-section #contact-subfilters-title,
    .coworker-subfilters-section #coworker-subfilters-title,
    .organization-subfilters-section #organization-subfilters-title {
        font-weight: 600;
        vertical-align: middle
    }
}

.custom-fileds-dropdown-option-input {
    background: white;
    font-size: 14px;
    height: 30px;
    margin: auto;
    z-index: 2000;
    border-radius: 4px !important;
    padding-top: 5px;
    width: calc(100% - 60px);
    display: inline-block
}

.dropdown-option-save-btn {
    float: right;
    padding: 5px 0
}

.explanatory-questionmark {
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle
}

.pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px;
    background-color: #fff
}

.pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4
}

.pricing-plan li {
    padding: 10px 16px;
    text-align: center;
    color: #555
}

.pricing-plan .pricing-price span {
    font-weight: 700;
    color: #1ab394
}

li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px;
    background-color: #fff
}

li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}

li.plan-action,
li.pricing-features,
li.pricing-price {
    background-color: #fff
}

li.pricing-features {
    border-bottom: 1px dotted #cdcdcd
}

.syntax-error-message {
    position: fixed;
    opacity: 0;
    transform: translate(-50%, 0);
    cursor: default
}

.mini-navbar #sidemenu-navbar #main-menu span.fa {
    transform: translate(2px, 0);
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    -moz-transform: translate(2px, 0);
    -o-transform: translate(2px, 0)
}

#info-icon-assign-contacts:hover,
#info-icon-related:hover {
    opacity: 1
}

#info-icon-assign-contacts,
#info-icon-related {
    display: inline-block;
    top: -2px;
    left: 100%;
    cursor: pointer;
    opacity: .5
}

.contact-search-tooltip+.tooltip,
.coworker-search-tooltip+.tooltip,
.organization-search-tooltip+.tooltip {
    margin-top: -146px;
    margin-left: 3px
}

.tooltip {
    font-weight: 300 !important
}

#search-input-related .tooltip {
    width: 100px
}

#info-icon-assign-contacts:active,
#info-icon-related:active {
    box-shadow: none
}

#info-icon-assign-contacts a,
#info-icon-related a {
    margin: 0 !important
}

.contact-list-dropdown {
    min-width: 0 !important
}

.loginscreen>div>div>img {
    width: 170px;
    margin-bottom: 25px
}

.loginscreen #logo-img {
    width: 170px;
    margin-bottom: 25px;
    padding-top: 20px
}

.p-l-h-lg {
    padding-left: 25px !important
}

.ad-error.ng-binding {
    margin-bottom: 20px;
    color: red
}

.ad-login-btn {
    height: 40px;
    background-image: url(/static/img/login-with-ad.png);
    width: 230px;
    background-repeat: no-repeat;
    margin: 0 auto 15px;
    cursor: pointer;
    outline: 0
}

.ad-login-btn-container .or {
    position: relative;
    top: -10px;
    font-style: italic
}

.coworker-activity-specific-item {
    width: 95px;
    text-align: center
}

#coworker-activity-item::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#coworker-activity-item::-webkit-scrollbar-track {
    background-color: rgba(113, 112, 107, .1);
    -webkit-border-radius: 5px
}

#coworker-activity-item::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

#coworker-activity-item::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

.plans-list {
    float: none;
    margin: 0 auto
}

.plans-box {
    background-color: #F6F7F9;
    border: 1px solid #e7eaec;
    padding: 15px 20px 15px 20px;
    height: auto;
    width: 280px
}

.plans-box:hover {
    background-color: rgba(33, 195, 197, .2)
}

.plans-box img {
    max-width: 150px;
    margin: 20px auto;
    display: inline
}

.plans-box .name {
    font-size: 15px
}

.plans-box .details {
    font-size: 13px
}

.plans-box .choosebtn {
    font-size: 13px;
    background-color: white;
    border: 1px solid #e7eaec;
    text-align: center;
    height: auto;
    padding: 10px
}

.plans-box .choosebtn:hover {
    background-color: #23c1c5;
    color: white
}

.plans-box a {
    color: #23c1c5
}

#header_line {
    width: 99%;
    text-align: left;
    color: #000;
    border-bottom: 2px solid #000;
    line-height: .1em;
    margin: 10px 10px
}

#header_line span {
    background: #fff;
    padding: 10px 5px
}

#headline_info_box {
    border: 1px solid black;
    outline-style: solid;
    outline-color: black;
    padding: 10px 5px;
    margin: auto;
    overflow: auto
}

.linked-title {
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

.linked-title:hover {
    color: #2cbec3;
    text-decoration: underline
}

.linked-title a:visited {
    color: #676a6c;
    text-decoration: underline
}

.security-icon {
    color: #bfbfbf
}

.request-module-page {
    width: 100%;
    height: 700px
}

#customer-bgimg {
    background-size: cover;
    position: relative;
    text-align: center;
    width: inherit;
    height: 100%
}

.customer-logo {
    display: inline !important;
    width: 230px;
    height: auto;
    vertical-align: middle
}

#fieldsales-bgimg {
    background-size: cover;
    position: relative;
    text-align: center;
    width: inherit;
    height: 100%
}

.fieldsales-logo {
    display: inline !important;
    width: 230px;
    height: auto;
    vertical-align: middle
}

.read-page-container {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: center;
    padding: 15px;
    margin-top: 100px
}

.customer-page-container p {
    width: 100%
}

.fieldservices-page-container p {
    width: 100%
}

.page-desc {
    display: inline;
    letter-spacing: 1px;
    font-weight: 300;
    opacity: .8;
    line-height: 1.5;
    font-size: 18px;
    color: #3c3c3c;
    padding: 15px
}

.btn-cta-secondary {
    background: 0 0;
    border: 2px solid #2cbec3;
    color: #2cbec3 !important;
    border-radius: 70px;
    font-weight: 400;
    min-width: 220px;
    padding: 10px
}

.btn-cta-secondary:hover {
    background: #2cbec3;
    border: 2px solid #2cbec3;
    color: #fff !important
}

@-webkit-keyframes fade-out {
    from {
        opacity: 0;
        top: 50px
    }
    to {
        opacity: 1;
        top: 0
    }
}

.fade-in-text {
    display: inline;
    position: relative;
    -webkit-animation: fade-out 5s;
    top: 0
}

.marketplace-container {
    padding: 8px 20px;
    background: white;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #e7eaec
}

.marketplace-fancy-underline {
    color: #1dc2c6;
    font-weight: 700;
    border-bottom: 1px dotted
}

.marketplace-help .fa {
    color: #1dc2c6 !important;
    cursor: help
}

.marketplace-help {
    cursor: help
}

.marketplace-header-delim {
    width: 1px;
    background: #e7e9ea;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.marketplace-container .invite-more {
    font-size: 12px;
    padding: 3px 10px
}

.marketplace-help .fa-exclamation-triangle {
    color: #ffb700 !important
}

.marketplace-help+.tooltip {
    top: inherit !important
}

select.currency-select {
    float: right;
    padding: 2px;
    border: 1px solid #acacac;
    border-radius: 2px;
    height: 25px;
    font-size: 12px
}

.marketplace-title {
    font-weight: 700;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 2px
}

.marketplace-product-tile {
    position: relative;
    background: rgba(243, 243, 244, .43);
    width: 259px;
    height: 352px;
    margin: 12px 25px 11px 0;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .19)
}

.tile-image {
    display: block;
    margin: 16px auto;
    height: 120px
}

.tile-title {
    font-size: 14px;
    text-align: center;
    font-weight: 700
}

.review-table-form {
    width: 610px;
    display: block;
    margin: auto
}

.review-table-form>my-textbox {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-top: -11px
}

.review-table-form>my-select {
    padding-left: 0;
    margin-top: -14px
}

.review-table-form my-select {
    width: 100%
}

.review-table-form>my-select .dropdownMenuArrow {
    top: 16px !important
}

.marketplace-review-table-group my-textbox {
    padding: 0 !important;
    width: 100%
}

.marketplace-review-table-group my-select {
    padding: 0 !important;
    width: 100%
}

.marketplace-review-table-group span.dropdownMenuArrow.f27 {
    top: 16px !important;
    right: 12px !important
}

.tile-pricing {
    color: #1dc2c6;
    margin-top: 2px;
    text-align: center
}

.tile-description {
    padding: 0 20px;
    text-align: center;
    margin: 10px 0;
    height: 66px;
    font-size: 12px
}

.ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden
}

.ribbon .text {
    position: relative;
    left: -8px;
    top: 68px;
    width: 158px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #5d80a1;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0)
}

.ribbon .text:before {
    left: 0
}

.ribbon .text:after,
.ribbon .text:before {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.ribbon .text:after {
    right: 0
}

.ribbon .text:after,
.ribbon .text:before {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2e4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.choose-buttons {
    text-align: center
}

.choose-buttons>button {
    background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    padding: 6px 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .14);
    font-weight: 700;
    cursor: pointer;
    position: relative;
    top: 0
}

.choose-buttons>button:active {
    top: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .14)
}

.tile-choose {
    width: 150px
}

.tile-try {
    width: 55px;
    background: #1dc2c6 !important;
    color: white;
    border: 1px solid #1dc2c6 !important
}

.choose-buttons.notry .tile-choose {
    width: 210px
}

.choose-buttons.notry .tile-try {
    display: none !important
}

.transaction-progress {
    text-align: center;
    height: 70px;
    margin: auto;
    margin-top: 30px
}

.transaction-info-container {
    width: auto;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px
}

.transaction-progress>* {
    display: inline-block;
    vertical-align: top
}

.transaction-actual-circle {
    width: 20px;
    border-radius: 100%;
    border: 2px solid gray;
    height: 20px;
    margin-bottom: 6px
}

.transaction-circle-link {
    border-top: 2px solid gray;
    width: 80px;
    margin: 9px 5px
}

.transaction-info-container input.users-to-add {
    margin: 0 10px;
    width: 50px
}

.transaction-progress .selected .transaction-actual-circle,
.transaction-progress .transaction-circle-link.selected {
    border-color: #1dc2c6 !important
}

.transaction-circle-text.ng-scope {
    position: absolute;
    transform: translate(calc(-50% + 10px), 0);
    -webkit-transform: translate(calc(-50% + 10px), 0);
    -ms-transform: translate(calc(-50% + 10px), 0);
    -moz-transform: translate(calc(-50% + 10px), 0);
    -o-transform: translate(calc(-50% + 10px), 0)
}

.msc-loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #63a5a7;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: 2px
}

.payment-complete-text {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px
}

.payment-complete-text .fa-check-circle-o {
    color: #23c1c5;
    font-weight: 400
}

.payment-complete-subtext {
    width: 370px;
    padding: 0 20px;
    margin: auto;
    text-align: center
}

.review-payment-qm+.tooltip {
    top: 230px !important
}

.payment-complete-text .fa-times-circle-o {
    color: #b45a5a
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

.transaction-circle .fa-check {
    display: none
}

.transaction-circle.selected .fa-check {
    display: block !important;
    position: relative;
    top: 3px;
    color: #1dc2c6;
    font-size: 11px
}

.multiSelect .multiSelectFocus,
.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover {
    background-image: none !important;
    color: #444 !important;
    cursor: pointer !important;
    border: 0 solid #ccc !important
}

.multiSelect .multiSelectItem {
    border: none !important
}

.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover {
    background-color: #edf0f2 !important;
    cursor: pointer
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
    background-image: none !important;
    background-color: #edf0f2 !important
}

.multiSelect .inputFilter {
    box-shadow: none !important
}

.multiSelect>button {
    font-size: 13px !important;
    color: #676c6a !important
}

.modalWideDialog {
    width: 80%
}

.modalWideDialog .modal-body {
    overflow: hidden
}

.modalWideDialog .modal-body #scroll_container {
    max-height: 300px;
    overflow-y: scroll
}

#addUserToTeamModal .modalWideDialog .modal-body {
    overflow: visible
}

.enrichment-options my-textbox-button {
    margin: 3px 0 0 0
}

.enrichment-options .botface-message {
    position: absolute;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px 10px 10px 15px;
    width: 280px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .11);
    top: -11px;
    left: 90px;
    animation: bounceIn .6s;
    transform: scale(1);
    border: 1px solid #d7d7d7;
    z-index: 900;
    cursor: default;
    font-size: 14px;
    line-height: 19px
}

.enrichment-botface {
    width: 45px;
    margin: 0 0 0 10px;
    position: relative
}

@media (max-width:991px) {
    .enrichment-options .botface-message {
        top: 7px
    }
    .enrichment-botface {
        position: relative;
        top: 11px
    }
}

.arrow-left {
    top: 13px;
    left: -33px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(90deg)
}

.enrichemnt-text {
    vertical-align: middle
}

.enrichment-options .bubble-all-suggestion-section {
    display: block;
    text-align: center
}

span.autofill-box.all-btn {
    position: relative;
    margin: 10px 0;
    display: inline-block;
    float: none !important;
    padding-right: 7px;
    font-size: 14px;
    left: 0;
    top: 0;
    font-weight: 700
}

.enrichment-options {
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #e7eaec
}

.autofill-box {
    position: absolute;
    top: 27px;
    float: right;
    right: 19px;
    border: 2px dashed #23c1c5;
    border-radius: 6px;
    padding: 2px 0 2px 7px;
    background: white;
    cursor: pointer;
    color: #23c1c5;
    transform: scale(1)
}

.autofill-anim {
    animation: bounceIn .6s
}

.despawn {
    animation: bounceIn .6s forwards reverse !important
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.autofill-box.birthday {
    top: 4px;
    right: 52px
}

.autofill-box.select.isId {
    top: 27px
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.autofill-box.select {
    top: 22px;
    right: 53px
}

.autofill-box.ng-hide,
.botface-message.ng-hide {
    opacity: 0;
    transform: scale(0)
}

.botface-message.ng-hide-add,
.botface-message.ng-hide-remove {
    transition: all linear .1s
}

.autofill-box.ng-hide-add,
.autofill-box.ng-hide-remove {
    transition: all linear .5s
}

.autofill-box .fa-times {
    padding-left: 4px;
    padding-right: 6px
}

.autofill-box.org {
    right: 39px
}

.botimport-options .botface-message {
    position: absolute;
    background: #ffffff;
    border-radius: 7px;
    padding: 10px;
    width: 300px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .11);
    bottom: 120px;
    left: -2px;
    animation: bounceIn .6s;
    transform: scale(1);
    z-index: 900;
    cursor: pointer;
    border: 1px solid #d6d6d6
}

.botimport-options>* {
    vertical-align: bottom
}

.botimport-options>div {
    position: relative;
    left: 30px
}

.botimport-options * {
    font-size: 15px
}

.botimport-options {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 15px
}

.bubble-arrow-down {
    top: 104px;
    left: 16px;
    position: absolute
}

.bottom-line {
    border-bottom: 1px solid #e7eaec;
    padding: 30px
}

.modal-header {
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px !important;
    background: #fff !important;
    background-size: 0 !important;
    background-position: 0 !important;
    border-bottom: 0 !important
}

.modal-header .close,
.modal-header .close:hover {
    color: #d3d3d3 !important;
    opacity: 1
}

.tour .popover-title {
    display: none
}

.brand-vodafone #user-list #action-btn-section #inviteUserButton {
    color: #E60000
}

.brand-vodafone #onboarding-process-register-action-btn {
    background-color: #E60000
}

.brand-vodafone #contact-list #action-btn-section #exportContactData,
.brand-vodafone #group-list #action-btn-section #exportOrganizationData,
.brand-vodafone #user-list #action-btn-section #exportUserData {
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 22px;
    color: #E60000
}

.brand-vodafone #top-navigation-bar-container {
    background-color: rgb(64, 64, 64)
}

.brand-vodafone .nav-second-level {
    background: rgb(64, 64, 64) !important
}

.brand-vodafone #top-navigation-bar-container .navigation-add-entity-icon i {
    color: #fff !important
}

.brand-vodafone .jp-general {
    color: #E60000 !important
}

.brand-vodafone .navbar-default {
    background-color: rgb(64, 64, 64)
}

.brand-vodafone .nav-header {
    background: rgb(64, 64, 64)
}

.brand-vodafone #logo-space {
    background-image: url(/static/img/vodafone-logo.png)
}

.brand-vodafone .navbar-default .nav>li>a:focus {
    background-color: rgb(64, 64, 64)
}

.brand-vodafone .navbar-default .nav>li>a:hover {
    background: #2d2d2d
}

.brand-vodafone #main-menu>li.active {
    border-left: 4px solid #e60000;
    background: #2d2d2d
}

.brand-vodafone li.logo a:hover {
    background: #404040 !important
}

.brand-vodafone .nav>li.active {
    background: #2d2d2d;
    border-left: 4px solid #e60000
}

.brand-vodafone .nav.nav-second-level>li.active {
    border: none
}

.brand-vodafone .vf-stable-bg {
    background-color: #ffffff !important
}

.brand-vodafone .stable-bg {
    background-color: rgb(64, 64, 64) !important
}

.brand-vodafone .btn-primary {
    background-color: #E60000 !important;
    border-color: #E60000;
    color: #FFF
}

.brand-vodafone #contacts-accessibility-selection>span>button {
    color: #E60000 !important
}

.brand-vodafone .jp-bg-general {
    background-color: #E60000 !important
}

.brand-vodafone .jp-pink {
    color: #E60000 !important
}

.brand-vodafone .jp-light-blue {
    color: #E60000 !important
}

.brand-vodafone .list-buttons>li>a {
    color: #E60000 !important
}

.brand-vodafone .jp-bg-light-gray {
    background-color: #F4F4F4 !important
}

.brand-vodafone .global-search {
    color: #E60000 !important
}

.brand-vodafone #global-search {
    border: none;
    border-bottom: none
}

.brand-vodafone .form-control,
.brand-vodafone .single-line {
    border: 1px solid #4A4D4E
}

.brand-vodafone input.mytextbox:focus {
    border: 2px solid #E60000
}

.brand-vodafone #textboxid:focus {
    border: 1px solid #E60000
}

.brand-vodafone .save-entity-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-vodafone .save-entity-blue {
    border: 1px solid #E60000;
    background-color: #E60000
}

.brand-vodafone .single-save-entity-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-vodafone .single-save-entity-blue {
    border: 1px solid #E60000;
    background-color: #E60000
}

.brand-vodafone .save-menu-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-vodafone .save-menu-blue {
    border: 1px solid #E60000;
    background-color: #E60000
}

.brand-vodafone .myradio .inner {
    background-color: #E60000
}

.brand-vodafone .myradio .outer {
    border: 3px solid #E60000
}

.brand-vodafone .myradio input:checked+.outer {
    border: 3px solid #E60000
}

.brand-vodafone .myradio input:focus+.outer .inner {
    background-color: #E60000
}

.brand-vodafone .ui-datepicker .ui-datepicker-header,
.brand-vodafone .ui-timepicker-div .ui-widget-header {
    background: #E60000
}

.brand-vodafone .ui-datepicker select.ui-datepicker-month,
.brand-vodafone .ui-datepicker select.ui-datepicker-year {
    background: #E60000
}

.brand-vodafone .groups-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .contacts-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .userControlPanel-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .import-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .teams-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .campaign-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .campaigns-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone #top-nav div.sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-vodafone .spinner_circle {
    background-color: #E60000
}

.brand-vodafone .double-bounce1,
.brand-vodafone .double-bounce2 {
    background-color: #E60000
}

.brand-vodafone .sk-hor-dots>div {
    background-color: #E60000
}

.brand-vodafone .sk-folding-cube .sk-cube:before {
    background-color: #E60000
}

.brand-vodafone .btn-info.btn-outline {
    color: #E60000;
    background-color: transparent;
    border-color: #E60000
}

.brand-vodafone .btn-info.btn-outline:hover {
    color: #fff;
    background-color: #E60000;
    border-color: #E60000
}

.brand-vodafone .btn-info {
    background-color: #E60000;
    border-color: #E60000;
    color: #FFF
}

.brand-vodafone .btn-info[disabled] {
    background-color: #E60000 !important;
    border-color: #E60000 !important;
    color: #FFF
}

.brand-vodafone .btn-info:hover {
    background-color: #990000;
    border-color: #990000
}

.brand-vodafone .bc-image-container>.bc-titleBox {
    color: #E60000
}

.brand-vodafone .green-triangle {
    border-color: #428600 transparent transparent transparent
}

.brand-vodafone .red-triangle {
    border-color: #E60000 transparent transparent transparent
}

.brand-vodafone .autofill-box {
    border: 2px dashed #E60000;
    color: #E60000
}

.brand-vodafone .pace .pace-progress {
    background: #E60000
}

.brand-vodafone .cc_container {
    background: #4A4D4E
}

.brand-vodafone .cc_container a,
.brand-vodafone .cc_container a:hover,
.brand-vodafone .cc_container a:visited {
    color: #E60000
}

.brand-vodafone .cc_container .cc_btn,
.brand-vodafone .cc_container .cc_btn:visited {
    background-color: #E60000 !important
}

.brand-vodafone .bg-image-onboarding-process-wrapper .banner {
    background-image: url(/static/img/onboarding_process/onboarding_process_vodafone.png)
}

.brand-vodafone .main-onboarding-process-wrapper .logo {
    background-image: url(/static/img/VodafoneGreece.png);
    top: 20px;
    left: 35px;
    height: 65px;
    max-width: 65px;
    max-height: 65px;
    background-size: 65px;
    width: 65px
}

.brand-vodafone .bg-image-onboarding-process-wrapper .logo {
    background-image: url(/static/img/VodafoneGreece.png);
    height: 120px;
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    background-size: 100px
}

.brand-vodafone .onboarding-process-footer {
    background-color: #E60000
}

.brand-vodafone #onboarding-process-action-btn {
    background-color: #E60000
}

.brand-vodafone #sign_in_header_section,
.brand-vodafone #sign_up_header_section {
    position: absolute;
    right: 73px;
    top: 30px
}

.brand-vodafone #header_sign_in_btn:hover,
.brand-vodafone #header_sign_up_btn:hover {
    background-color: #E60000;
    color: #ffffff;
    cursor: pointer
}

.brand-vodafone #header_sign_in_btn,
.brand-vodafone #header_sign_up_btn {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

@media (max-width:450px) {
    .brand-vodafone #sign_in_header_section,
    .brand-vodafone #sign_up_header_section {
        position: absolute;
        right: 53px;
        top: 15px
    }
    .brand-vodafone #header_sign_in_message,
    .brand-vodafone #header_sign_up_message {
        width: 100%;
        display: inline-block
    }
    .brand-vodafone #header_sign_in_btn,
    .brand-vodafone #header_sign_up_btn {
        position: relative;
        left: 3px;
        top: 15px
    }
}

@media (min-width:1450px) {
    .brand-vodafone #sign_in_header_section,
    .brand-vodafone #sign_up_header_section {
        position: absolute;
        right: 96px;
        top: 15px
    }
    .brand-vodafone #header_sign_in_message,
    .brand-vodafone #header_sign_up_message {
        width: 100%;
        position: relative;
        top: 15px
    }
    .brand-vodafone #header_sign_in_btn,
    .brand-vodafone #header_sign_up_btn {
        position: relative;
        left: 3px;
        top: 15px
    }
}

.brand-vodafone .onboarding-process-sign-header {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    color: #000000;
    background-color: transparent;
    height: 85px;
    width: 100%
}

.brand-vodafone .onboarding-process-sign-btn-header {
    border: 4px solid #E60000;
    color: #E60000;
    padding: 7px 27px;
    font-size: 14px;
    border-radius: 25px;
    margin-left: 5px;
    text-transform: uppercase;
    cursor: pointer
}

.brand-vodafone .onboarding-process-password-criteria-icon-dot {
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 4px;
    color: #adadad
}

.brand-vodafone .onboarding-process-password-criteria-icon-check {
    color: #E60000
}

.tab-covering-spinner {
    position: absolute;
    background: rgba(255, 255, 255, .64);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1
}

.tab-covering-spinner>div {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0 0 0 110px;
    transform: translate(-50%, -50%)
}

.mini-navbar .tab-covering-spinner>div {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0 0 0 35px;
    transform: translate(-50%, -50%)
}

.relogin-aad-dialog>div {
    margin-bottom: 20px
}

.relogin-aad-dialog {
    width: 250px;
    padding: 20px;
    background: white;
    box-sizing: content-box;
    box-shadow: 0 1px 2px #00000075;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.brand-softbank .contact-box .icheckbox {
    left: 5px
}

.brand-softbank #user-list #action-btn-section #inviteUserButton {
    color: #4982ba
}

.brand-softbank #onboarding-process-register-action-btn {
    background-color: #4982ba
}

.brand-softbank #contact-list #action-btn-section #exportContactData,
.brand-softbank #group-list #action-btn-section #exportOrganizationData,
.brand-softbank #user-list #action-btn-section #exportUserData {
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 22px;
    color: #4982ba
}

.brand-softbank .nav-second-level {
    background: #dfdfdf !important
}

.brand-softbank #top-navigation-bar-container {
    background-color: #4982ba
}

.brand-softbank #top-navigation-bar-container .navigation-add-entity-icon i {
    color: #fff !important
}

.brand-softbank .stable-bg {
    background-color: #dfdfdf
}

.brand-softbank .navbar {
    background-color: #dfdfdf !important;
    border-radius: 0 !important
}

.brand-softbank #side-menu .nav-header {
    padding: 25px;
    padding-top: 0
}

.brand-softbank .jp-general {
    color: #4982ba !important
}

.brand-softbank .navbar-default {
    background-color: #dfdfdf
}

.brand-softbank .nav-header {
    background: #dfdfdf
}

.brand-softbank #logo-space {
    background-image: url(/static/img/softbank-logo.png)
}

.brand-softbank .logo {
    height: 100px
}

.brand-softbank .logo span img {
    width: 165px !important
}

.brand-softbank .navbar-default .nav>li>a:focus {
    background-color: #dfdfdf
}

.brand-softbank .navbar-default .nav>li>a:hover {
    background: #b7bbbe;
    color: #44444e
}

.brand-softbank #main-menu>li.active {
    border-left: 4px solid #4982ba;
    background: #b7bbbe
}

.brand-softbank li.logo a:hover {
    background: #b7bbbe !important
}

.brand-softbank .nav>li.active {
    background: #b7bbbe;
    border-left: 4px solid #4982ba
}

.brand-softbank .nav.nav-second-level>li.active {
    border: none
}

.brand-softbank .nav>li>a,
.brand-softbank .nav>li>a:focus,
.brand-softbank .nav>li>a:visited {
    color: #44444e
}

.brand-softbank .dropdown-toggle .white {
    color: #626364 !important;
    font-size: 15px
}

.brand-softbank .vf-stable-bg {
    background-color: #ffffff !important
}

.brand-softbank .btn-primary {
    background-color: #4982ba !important;
    border-color: #4982ba;
    color: #FFF
}

.brand-softbank #contacts-accessibility-selection>span>button {
    color: #4982ba !important
}

.brand-softbank .jp-bg-general {
    background-color: #4982ba !important
}

.brand-softbank .jp-pink {
    color: #4982ba !important
}

.brand-softbank .jp-light-blue {
    color: #4982ba !important
}

.brand-softbank .list-buttons>li>a {
    color: #4982ba !important
}

.brand-softbank .jp-bg-light-gray {
    background-color: #ffffff !important
}

.brand-softbank .global-search {
    color: #4982ba !important
}

.brand-softbank #global-search {
    border: none;
    border-bottom: none
}

.brand-softbank .form-control,
.brand-softbank .single-line {
    border: 1px solid #4A4D4E
}

.brand-softbank input.mytextbox:focus {
    border: 2px solid #4982ba
}

.brand-softbank #textboxid:focus {
    border: 1px solid #4982ba
}

.brand-softbank .save-entity-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-softbank .save-entity-blue {
    border: 1px solid #4982ba;
    background-color: #4982ba
}

.brand-softbank .single-save-entity-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-softbank .single-save-entity-blue {
    border: 1px solid #4982ba;
    background-color: #4982ba
}

.brand-softbank .save-menu-grey {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC
}

.brand-softbank .save-menu-blue {
    border: 1px solid #4982ba;
    background-color: #4982ba
}

.brand-softbank .myradio .inner {
    background-color: #4982ba
}

.brand-softbank .myradio .outer {
    border: 3px solid #4982ba
}

.brand-softbank .myradio input:checked+.outer {
    border: 3px solid #4982ba
}

.brand-softbank .myradio input:focus+.outer .inner {
    background-color: #4982ba
}

.brand-softbank .ui-datepicker .ui-datepicker-header,
.brand-softbank .ui-timepicker-div .ui-widget-header {
    background: #4982ba
}

.brand-softbank .ui-datepicker select.ui-datepicker-month,
.brand-softbank .ui-datepicker select.ui-datepicker-year {
    background: #4982ba
}

.brand-softbank .ui-datepicker .ui-state-highlight,
.brand-softbank .ui-datepicker-today a,
.brand-softbank .ui-datepicker-today a:hover {
    color: #4982ba !important;
    border: 1px solid #4982ba !important
}

.brand-softbank .ui-state-active,
.brand-softbank .ui-widget-content .ui-state-active,
.brand-softbank .ui-widget-header .ui-state-active {
    background: #4982ba !important
}

.brand-softbank .smart-forms .gui-input:focus~.field-icon i,
.brand-softbank .smart-forms .gui-textarea:focus~.field-icon i,
.brand-softbank .smart-forms .select>select:focus+.arrow {
    color: #4982ba
}

.brand-softbank .contact-box .addPrimaryContactButton {
    background-color: #4982ba
}

.brand-softbank .groups-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .contacts-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .userControlPanel-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .import-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .teams-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .campaign-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .campaigns-main-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank #top-nav div.sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.brand-softbank .spinner_circle {
    background-color: #4982ba
}

.brand-softbank .double-bounce1,
.brand-softbank .double-bounce2 {
    background-color: #4982ba
}

.brand-softbank .sk-hor-dots>div {
    background-color: #4982ba
}

.brand-softbank .sk-folding-cube .sk-cube:before {
    background-color: #4982ba
}

.brand-softbank .btn-info.btn-outline {
    color: #4982ba;
    background-color: transparent;
    border-color: #4982ba
}

.brand-softbank .btn-info.btn-outline:hover {
    color: #fff;
    background-color: #4982ba;
    border-color: #4982ba
}

.brand-softbank .btn-info {
    background-color: #4982ba;
    border-color: #4982ba;
    color: #FFF
}

.brand-softbank .btn-info[disabled] {
    background-color: #4982ba !important;
    border-color: #4982ba !important;
    color: #FFF
}

.brand-softbank .btn-info:hover {
    background-color: #38608c;
    border-color: #38608c
}

.brand-softbank .jp-bg-gray-dark {
    background-color: #b7bbbe !important;
    color: #fff !important
}

.brand-softbank .bc-image-container>.bc-titleBox {
    color: #4982ba
}

.brand-softbank .green-triangle {
    border-color: #1e993d transparent transparent transparent
}

.brand-softbank .red-triangle {
    border-color: #c12b2b transparent transparent transparent
}

.brand-softbank .autofill-box {
    border: 2px dashed #4982ba;
    color: #4982ba
}

.brand-softbank .pace .pace-progress {
    background: #4982ba
}

.brand-softbank .cc_container {
    background: #dfdfdf
}

.brand-softbank .cc_container a,
.brand-softbank .cc_container a:hover,
.brand-softbank .cc_container a:visited {
    color: #4982ba
}

.brand-softbank .cc_container .cc_btn,
.brand-softbank .cc_container .cc_btn:visited {
    background-color: #4982ba !important
}

.brand-softbank .bg-image-onboarding-process-wrapper .banner {
    background-image: url(/static/img/onboarding_process/onboarding_process_softbank.png);
    background-position: 21% 50%, center top
}

.brand-softbank .main-onboarding-process-wrapper .logo {
    background-image: url(/static/img/softbank-logo.png);
    top: 20px;
    left: 35px;
    height: 160px;
    max-width: 160px;
    max-height: 160px;
    background-size: 160px;
    width: 160px
}

.brand-softbank .bg-image-onboarding-process-wrapper .logo {
    background-image: url(/static/img/softbank-logo.png);
    height: 200px;
    max-width: 180px;
    max-height: 180px;
    width: 180px;
    background-size: 180px
}

.brand-softbank .onboarding-process-footer {
    background-color: #4982ba
}

.brand-softbank #onboarding-process-action-btn {
    background-color: #4982ba
}

.top-bar-softbank-logo {
    width: 100%;
    height: 100%;
    background: url(/static/img/softbank-white-logo.png) no-repeat;
    background-size: 135px;
    background-position: 0 12px;
    display: block
}

.top-bar-softbank-logo-small {
    width: 100%;
    height: 100%;
    background: url(/static/img/softbank-white-logo.png) no-repeat;
    background-size: 135px;
    background-position: 0 12px;
    display: none
}

body.body-small .top-bar-softbank-logo {
    display: none !important
}

body.body-small .top-bar-softbank-logo-small {
    display: block !important
}

.login-iframe-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    transform: translate(-50%, -50%);
    background: #ffffff91;
    top: 50%;
    left: 50%
}

.login-iframe-container iframe {
    width: 500px;
    height: 570px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid gray;
    box-shadow: 0 2px 12px #00000052;
    overflow: hidden
}

.navbar-top-links li a {
    padding: 0 10px 0 0
}

#add-update-contact #action-btn-section,
#add-update-coworker #action-btn-section,
#add-update-organization #action-btn-section,
#api-keys-add-update #action-btn-section {
    position: fixed;
    right: 14px;
    top: 71px;
    z-index: 11;
    min-height: auto;
    width: auto
}

#contact-view #action-btn-section,
#group-view #action-btn-section,
#user-view #action-btn-section {
    position: fixed !important;
    top: -18px !important;
    right: 0;
    z-index: 11;
    min-height: auto;
    width: auto
}

#contact-list #action-btn-section,
#group-list #action-btn-section,
#user-list #action-btn-section {
    margin: 0 !important;
    padding: 0 !important
}

#contact-list #action-btn-section #newContactButton,
#group-list #action-btn-section #newOrganizationButton {
    position: relative;
    top: 3px;
    left: 3px;
    font-size: 22px
}

#contact-list #action-btn-section #exportContactData,
#group-list #action-btn-section #exportOrganizationData,
#user-list #action-btn-section #exportUserData {
    position: relative;
    top: 4px;
    left: 3px;
    font-size: 22px;
    color: #23c1c5
}

#export-data-dropdown {
    right: auto;
    left: 0;
    top: 21px
}

#export-data-dropdown .dropdown-header {
    color: #676a6c !important;
    background: #f2f3f4 !important;
    padding: 3px 10px !important
}

#export-data-dropdown li.divider {
    margin: 9px 0 0 0 !important
}

#contact-list #action-btn-section #deleteContactButton,
#group-list #action-btn-section #deleteOrganizationButton {
    position: relative;
    top: 3px;
    font-size: 24px;
    right: 0
}

#user-list #action-btn-section #inviteUserButton {
    position: relative;
    top: 2px;
    font-size: 21px;
    right: -2px;
    color: #23c1c5
}

.navbar {
    min-height: 90px
}

#breadcrumb-container {
    position: fixed;
    top: 58px;
    width: calc(100% - 221px);
    background-color: white;
    z-index: 11;
    border-radius: 0;
    border-bottom: 1px solid #e7eaec
}

.display-page-wrapper #breadcrumb-container {
    width: 100%;
    top: 0
}

.breadcrumb-container-style {
    -webkit-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
    -moz-box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
    box-shadow: rgba(0, 0, 0, .39) 0 4px 13px -5px;
    border-bottom: none !important;
    min-height: 89px !important
}

#info-form-container {
    margin-top: 90px
}

.main-form-container {
    position: relative;
    top: 15px;
    z-index: 10
}

.mini-navbar #breadcrumb-container {
    width: calc(100% - 71px) !important
}

.body-small #breadcrumb-container {
    width: calc(100% - .2%) !important
}

#possibleDuplicateEmailInfo,
#possibleDuplicateFullnameInfo,
#possibleDuplicateNameInfo {
    margin: 20px 28px 0;
    width: calc(100% - 56px);
    min-height: 50px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

#possibleDuplicateEmailInfo img,
#possibleDuplicateFullnameInfo img,
#possibleDuplicateNameInfo img {
    display: block;
    float: left
}

.duplicate-botface {
    width: 40px;
    margin: 0 5px 0 0
}

.bot-duplicate-message {
    display: table-cell;
    vertical-align: middle;
    height: 38px
}

.map-fields-warning {
    min-height: 50px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 15px
}

.map-fields-warning img {
    display: block;
    float: left
}

.duplicate-botface {
    width: 40px;
    margin: 0 5px 0 0
}

.bot-duplicate-message {
    display: table-cell;
    vertical-align: middle;
    height: 38px
}

option.required {
    font-weight: 700
}

ul.unmapped-required-fields {
    font-weight: 700;
    margin-top: 10px
}

.security-box {
    min-height: 300px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:770px) and (max-width:960px) {
    .security-box {
        min-height: 350px !important
    }
}

.logical-divider-section>* {
    display: inline-block
}

.logical-divider-line {
    border-top: 2px solid #adadad;
    width: 80px;
    margin: 15px 5px;
    vertical-align: middle
}

.multiple-domain-dropdownMenuArrow {
    position: absolute;
    right: 25px;
    top: 1px;
    max-width: 18px;
    pointer-events: none
}

#multiple-domain-select-invite select {
    padding-right: 28px
}

#activity-stat-section img {
    float: left
}

#load-more-activities-btn {
    display: inline-block
}

.activity-title {
    font-weight: 400
}

.activity-date {
    font-weight: 700
}

#load-more-activities-btn:hover {
    font-weight: 700;
    cursor: pointer
}

.cd-container {
    width: 100%;
    margin: 0 auto
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

#cd-timeline {
    position: relative;
    padding: 0 0 25px
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 27px !important;
    left: 18px;
    height: 100% !important;
    width: 4px;
    background: #d7e4ed
}

#cd-timeline:first-child::before {
    height: 100% !important
}

#cd-timeline:last-child::before {
    display: none
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.cd-timeline-img i {
    font-size: 19px;
    color: white;
    position: relative;
    top: 11px;
    left: 12px
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f2f3f4;
    border-radius: .25em;
    padding: 1em
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table
}

.cd-timeline-content h2 {
    color: #303e49
}

.cd-timeline-content p {
    font-size: 13px;
    font-size: 1rem
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f2f3f4
}

#general-issue-container {
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: relative
}

#general-issue-content {
    display: inline-block;
    margin: auto
}

#general-issue-content .logo {
    background-image: url(/static/img/jp_logo_small.svg);
    background-repeat: no-repeat;
    height: 80px;
    max-width: 60px;
    max-height: 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 60px;
    width: 60px;
    margin: auto
}

.brand-vodafone #general-issue-content .logo {
    background-image: url(/static/img/VodafoneGreece.png);
    max-width: 70px;
    max-height: 70px;
    background-size: 70px;
    width: 70px
}

.brand-softbank #general-issue-content .logo {
    background-image: url(/static/img/softbank-logo.png);
    max-width: 150px;
    max-height: 150px;
    background-size: 150px;
    width: 150px
}

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px
}

.card-container .box-main-info {
    width: calc(100% - 10px)
}

.card-container.hover.manual-flip .card-section,
.card-container:not(.manual-flip):hover .card-section {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.card-container.static.hover .card-section,
.card-container.static:hover .card-section {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none
}

.card-section {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.back-side-card,
.front-side-card {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    padding: 10px;
    cursor: pointer
}

.front-side-card {
    z-index: 2;
    cursor: pointer
}

.front-side-card span.border {
    min-height: 133px;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0
}

.back-side-card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
    padding: 0
}

.back-side-card .card-value {
    max-width: calc(100% - 25px)
}

.back-side-card .header {
    padding: 7px
}

.back-side-card,
.card-container,
.front-side-card {
    width: 100%;
    min-height: 100%
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .back-side-card,
    .front-side-card {
        -ms-backface-visibility: visible;
        backface-visibility: visible
    }
    .back-side-card {
        visibility: hidden;
        -ms-transition: all .2s cubic-bezier(.92, .01, .83, .67)
    }
    .front-side-card {
        z-index: 4
    }
    .card-container.manual-flip.hover .back-side-card,
    .card-container:not(.manual-flip):hover .back-side-card {
        z-index: 5;
        visibility: visible
    }
}

#cookieconsent>a {
    position: relative;
    top: 10px;
    left: 22px
}

.cc-compliance {
    display: inline-block;
    margin-top: -38.75px;
    z-index: 5;
    position: absolute;
    width: 160px;
    top: 113px;
    left: 202px
}

.cc-compliance>a {
    display: inline-block
}

.cc-message>a {
    position: relative;
    top: 12px;
    left: 24px
}

.cc-window.cc-floating.cc-type-info.cc-theme-classic.cc-bottom.cc-left {
    box-shadow: 0 5px 18px rgba(0, 0, 0, .65);
    background: #212d3a
}

#cropped-profile-photo>img {
    background: #E4E4E4;
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 10%;
    margin: auto;
    margin-right: 5px;
    display: inline-block
}

@media (max-width:450px) {
    #cropped-profile-photo span.autofill-box {
        position: relative;
        margin: 10px 0 0 0;
        float: none !important;
        padding-right: 7px;
        font-size: 14px;
        left: 12px;
        top: -3px;
        font-weight: 700;
        text-align: center
    }
}

#cookieconsent {
    z-index: 4
}

.isteve-dropup .checkboxLayer {
    bottom: 23px
}

.calendly-overlay {
    z-index: 10000 !important
}

#mytextbox-action-btn {
    position: relative;
    background-color: #2f3f4f;
    color: #ffffff;
    display: inline-block;
    padding: 6px 25px
}

#mytextbox-action-btn:hover {
    opacity: .9;
    filter: alpha(opacity=.9) s
}

#mytextbox-action-btn-spinner {
    position: absolute;
    top: 6px;
    right: 5px
}

.multi-dynamic-field {
    margin-bottom: 5px
}

option:disabled,
select[disabled]>option {
    background-color: #d2dbe0 !important
}

.vat-notice {
    text-align: center;
    font-size: 11px;
    margin-top: 10px
}

.profilePhotoContainer {
    width: 67px;
    height: 67px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 1px #adadad;
    border-bottom: transparent
}

.profilePhotoContainerBox,
.profilePhotoContainerCardBox {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 1px #adadad
}

.profilePhotoContainerBox {
    width: 67px;
    height: 67px
}

.profilePhotoContainerCardBox {
    width: 60px;
    height: 60px
}

.profilePhotoContainerParent {
    position: relative;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 67px;
    height: 67px;
    display: inline-block;
    float: left
}

.profilePhotoContainerContacted {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #adadad;
    background-color: white;
    border-radius: 50%
}

.profilePhotoContainerNavbar {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.enchanceContainerBox {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border: 1px solid white;
    box-shadow: 0 0 0 2px #adadad;
    background-color: white
}

.profilePhotoContainerTeams {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    vertical-align: -17px;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #adadad;
    background-color: white
}

.api-keys-tooltip {
    margin-right: 50px
}

.btn-file {
    position: relative;
    overflow: hidden;
    display: block;
    width: 170px;
    margin: 20px 0
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

.choose-file-wrapper {
    left: 0 !important;
    top: 10px
}

.jpb-datepicker .required-field {
    font-weight: 700
}

.jpb-datepicker .fix-datepicker-icon {
    position: relative
}

.jpb-datepicker input {
    width: 100%;
    padding-left: 40px
}

.jpb-datepicker .fix-datepicker-icon span.field-icon {
    position: absolute;
    top: 8px;
    left: 10px
}

.jpb-datepicker .fix-datepicker-icon span.birthday-field-remove-icon {
    position: absolute;
    top: 4px;
    right: 6px
}

.jpb-datepicker.smart-forms label {
    margin-bottom: 5px
}

#pending-invites-content .middle-box {
    height: auto;
    width: auto;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100
}

#pending-invites-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #21C3C5;
    width: 60px;
    height: 60px
}

#pending-invites-content .ibox-title {
    height: 48px;
    line-height: 25px
}

#pending-invites-content .btn-info[disabled] {
    color: white
}

#pending-invites-action-btn {
    position: relative;
    display: inline-block;
    padding: 10px 35px
}

#pending-invites-action-btn-spinner {
    position: absolute;
    top: 10px;
    right: 10px
}

.brand-vodafone #pending-invites-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #E60000
}

.brand-softbank #pending-invites-content .middle-box .sk-spinner-rotating-plane.sk-spinner {
    background-color: #4982ba
}

.no-bottom-border {
    border-bottom: none
}

.editable-quantity {
    border: none !important;
    padding: 7px;
    width: 60px
}

input[type=number].editable-quantity::-webkit-inner-spin-button,
input[type=number].editable-quantity::-webkit-outer-spin-button {
    opacity: 1
}

.marketplace-review-table-group {
    width: 47%;
    display: inline-block;
    margin: 0 2.5% 0 0 !important;
    vertical-align: top
}