/* Minification failed. Returning unminified contents.
(6978,19): run-time error CSS1036: Expected expression, found ';'
(9684,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(9840,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/* Center the loader */
.loader {
    position: absolute;
    left: 44%;
    top: 50%;
    z-index: 9999;
    width: 150px;
    height: 150px;
    border: 4px solid #ebecee; /*#f3f3f3;*/
    border-radius: 50%;
    border-top: 4px solid #104478;
    /*#3498db;*/
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loaderWrapper {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);*/
    background: rgba(255,255,255, 0.3);
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    
}

/*!
 *  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('/Content/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('/Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
        url('/Content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
        url('/Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
        url('/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    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 #eee;
	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(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
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-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	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: #fff
}
.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-remove:before, .fa-close: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-gear:before, .fa-cog: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-rotate-right:before, .fa-repeat: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-photo:before, .fa-image: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-warning:before, .fa-exclamation-triangle: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-gears:before, .fa-cogs: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-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars: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-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard: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-unlink:before, .fa-chain-broken: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-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw: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-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try: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-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap: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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-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-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-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-soccer-ball-o:before, .fa-futbol-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-shekel:before, .fa-sheqel:before, .fa-ils: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-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator: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:before, .fa-battery-full: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-stop-o:before, .fa-hand-paper-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-tv:before, .fa-television: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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language: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-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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 Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}
.fa-xs {
	font-size: .75em
}
.fa-sm {
	font-size: .875em
}
.fa-1x {
	font-size: 1em
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-6x {
	font-size: 6em
}
.fa-7x {
	font-size: 7em
}
.fa-8x {
	font-size: 8em
}
.fa-9x {
	font-size: 9em
}
.fa-10x {
	font-size: 10em
}
.fa-fw {
	text-align: center;
	width: 1.25em
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}
.fa-ul>li {
	position: relative
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}
.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}
.fa-spin {
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}
@keyframes fa-spin {
0% {
transform:rotate(0deg)
}
to {
transform:rotate(1turn)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}
.fa-flip-vertical {
	transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}
.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-500px:before {
	content: "\f26e"
}
.fa-accessible-icon:before {
	content: "\f368"
}
.fa-accusoft:before {
	content: "\f369"
}
.fa-ad:before {
	content: "\f641"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-card:before {
	content: "\f2bb"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-adn:before {
	content: "\f170"
}
.fa-adversal:before {
	content: "\f36a"
}
.fa-affiliatetheme:before {
	content: "\f36b"
}
.fa-air-freshener:before {
	content: "\f5d0"
}
.fa-algolia:before {
	content: "\f36c"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-alipay:before {
	content: "\f642"
}
.fa-allergies:before {
	content: "\f461"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-amazon-pay:before {
	content: "\f42c"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-amilia:before {
	content: "\f36d"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-android:before {
	content: "\f17b"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angry:before {
	content: "\f556"
}
.fa-angrycreative:before {
	content: "\f36e"
}
.fa-angular:before {
	content: "\f420"
}
.fa-ankh:before {
	content: "\f644"
}
.fa-app-store:before {
	content: "\f36f"
}
.fa-app-store-ios:before {
	content: "\f370"
}
.fa-apper:before {
	content: "\f371"
}
.fa-apple:before {
	content: "\f179"
}
.fa-apple-alt:before {
	content: "\f5d1"
}
.fa-apple-pay:before {
	content: "\f415"
}
.fa-archive:before {
	content: "\f187"
}
.fa-archway:before {
	content: "\f557"
}
.fa-arrow-alt-circle-down:before {
	content: "\f358"
}
.fa-arrow-alt-circle-left:before {
	content: "\f359"
}
.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-arrows-alt-h:before {
	content: "\f337"
}
.fa-arrows-alt-v:before {
	content: "\f338"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-asymmetrik:before {
	content: "\f372"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-atlas:before {
	content: "\f558"
}
.fa-atom:before {
	content: "\f5d2"
}
.fa-audible:before {
	content: "\f373"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-autoprefixer:before {
	content: "\f41c"
}
.fa-avianex:before {
	content: "\f374"
}
.fa-aviato:before {
	content: "\f421"
}
.fa-award:before {
	content: "\f559"
}
.fa-aws:before {
	content: "\f375"
}
.fa-backspace:before {
	content: "\f55a"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-band-aid:before {
	content: "\f462"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-baseball-ball:before {
	content: "\f433"
}
.fa-basketball-ball:before {
	content: "\f434"
}
.fa-bath:before {
	content: "\f2cd"
}
.fa-battery-empty:before {
	content: "\f244"
}
.fa-battery-full:before {
	content: "\f240"
}
.fa-battery-half:before {
	content: "\f242"
}
.fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-bed:before {
	content: "\f236"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bezier-curve:before {
	content: "\f55b"
}
.fa-bible:before {
	content: "\f647"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bimobject:before {
	content: "\f378"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitcoin:before {
	content: "\f379"
}
.fa-bity:before {
	content: "\f37a"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-blackberry:before {
	content: "\f37b"
}
.fa-blender:before {
	content: "\f517"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-blogger:before {
	content: "\f37c"
}
.fa-blogger-b:before {
	content: "\f37d"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-bold:before {
	content: "\f032"
}
.fa-bolt:before {
	content: "\f0e7"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-bone:before {
	content: "\f5d7"
}
.fa-bong:before {
	content: "\f55c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-book-open:before {
	content: "\f518"
}
.fa-book-reader:before {
	content: "\f5da"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-bowling-ball:before {
	content: "\f436"
}
.fa-box:before {
	content: "\f466"
}
.fa-box-open:before {
	content: "\f49e"
}
.fa-boxes:before {
	content: "\f468"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-brain:before {
	content: "\f5dc"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-briefcase-medical:before {
	content: "\f469"
}
.fa-broadcast-tower:before {
	content: "\f519"
}
.fa-broom:before {
	content: "\f51a"
}
.fa-brush:before {
	content: "\f55d"
}
.fa-btc:before {
	content: "\f15a"
}
.fa-bug:before {
	content: "\f188"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-burn:before {
	content: "\f46a"
}
.fa-buromobelexperte:before {
	content: "\f37f"
}
.fa-bus:before {
	content: "\f207"
}
.fa-bus-alt:before {
	content: "\f55e"
}
.fa-business-time:before {
	content: "\f64a"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-calendar:before {
	content: "\f133"
}
.fa-calendar-alt:before {
	content: "\f073"
}
.fa-calendar-check:before {
	content: "\f274"
}
.fa-calendar-minus:before {
	content: "\f272"
}
.fa-calendar-plus:before {
	content: "\f271"
}
.fa-calendar-times:before {
	content: "\f273"
}
.fa-camera:before {
	content: "\f030"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-cannabis:before {
	content: "\f55f"
}
.fa-capsules:before {
	content: "\f46b"
}
.fa-car:before {
	content: "\f1b9"
}
.fa-car-alt:before {
	content: "\f5de"
}
.fa-car-battery:before {
	content: "\f5df"
}
.fa-car-crash:before {
	content: "\f5e1"
}
.fa-car-side:before {
	content: "\f5e4"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-caret-square-down:before {
	content: "\f150"
}
.fa-caret-square-left:before {
	content: "\f191"
}
.fa-caret-square-right:before {
	content: "\f152"
}
.fa-caret-square-up:before {
	content: "\f151"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cc-amazon-pay:before {
	content: "\f42d"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-apple-pay:before {
	content: "\f416"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-centercode:before {
	content: "\f380"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-chalkboard:before {
	content: "\f51b"
}
.fa-chalkboard-teacher:before {
	content: "\f51c"
}
.fa-charging-station:before {
	content: "\f5e7"
}
.fa-chart-area:before {
	content: "\f1fe"
}
.fa-chart-bar:before {
	content: "\f080"
}
.fa-chart-line:before {
	content: "\f201"
}
.fa-chart-pie:before {
	content: "\f200"
}
.fa-check:before {
	content: "\f00c"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-check-double:before {
	content: "\f560"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-chess:before {
	content: "\f439"
}
.fa-chess-bishop:before {
	content: "\f43a"
}
.fa-chess-board:before {
	content: "\f43c"
}
.fa-chess-king:before {
	content: "\f43f"
}
.fa-chess-knight:before {
	content: "\f441"
}
.fa-chess-pawn:before {
	content: "\f443"
}
.fa-chess-queen:before {
	content: "\f445"
}
.fa-chess-rook:before {
	content: "\f447"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-church:before {
	content: "\f51d"
}
.fa-circle:before {
	content: "\f111"
}
.fa-circle-notch:before {
	content: "\f1ce"
}
.fa-city:before {
	content: "\f64f"
}
.fa-clipboard:before {
	content: "\f328"
}
.fa-clipboard-check:before {
	content: "\f46c"
}
.fa-clipboard-list:before {
	content: "\f46d"
}
.fa-clock:before {
	content: "\f017"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-closed-captioning:before {
	content: "\f20a"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-cloud-download-alt:before {
	content: "\f381"
}
.fa-cloud-upload-alt:before {
	content: "\f382"
}
.fa-cloudscale:before {
	content: "\f383"
}
.fa-cloudsmith:before {
	content: "\f384"
}
.fa-cloudversify:before {
	content: "\f385"
}
.fa-cocktail:before {
	content: "\f561"
}
.fa-code:before {
	content: "\f121"
}
.fa-code-branch:before {
	content: "\f126"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cog:before {
	content: "\f013"
}
.fa-cogs:before {
	content: "\f085"
}
.fa-coins:before {
	content: "\f51e"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-comment:before {
	content: "\f075"
}
.fa-comment-alt:before {
	content: "\f27a"
}
.fa-comment-dollar:before {
	content: "\f651"
}
.fa-comment-dots:before {
	content: "\f4ad"
}
.fa-comment-slash:before {
	content: "\f4b3"
}
.fa-comments:before {
	content: "\f086"
}
.fa-comments-dollar:before {
	content: "\f653"
}
.fa-compact-disc:before {
	content: "\f51f"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-compress:before {
	content: "\f066"
}
.fa-concierge-bell:before {
	content: "\f562"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-cookie:before {
	content: "\f563"
}
.fa-cookie-bite:before {
	content: "\f564"
}
.fa-copy:before {
	content: "\f0c5"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-couch:before {
	content: "\f4b8"
}
.fa-cpanel:before {
	content: "\f388"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-creative-commons-by:before {
	content: "\f4e7"
}
.fa-creative-commons-nc:before {
	content: "\f4e8"
}
.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}
.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}
.fa-creative-commons-nd:before {
	content: "\f4eb"
}
.fa-creative-commons-pd:before {
	content: "\f4ec"
}
.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}
.fa-creative-commons-remix:before {
	content: "\f4ee"
}
.fa-creative-commons-sa:before {
	content: "\f4ef"
}
.fa-creative-commons-sampling:before {
	content: "\f4f0"
}
.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}
.fa-creative-commons-share:before {
	content: "\f4f2"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-crop:before {
	content: "\f125"
}
.fa-crop-alt:before {
	content: "\f565"
}
.fa-cross:before {
	content: "\f654"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-crow:before {
	content: "\f520"
}
.fa-crown:before {
	content: "\f521"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-css3-alt:before {
	content: "\f38b"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-cut:before {
	content: "\f0c4"
}
.fa-cuttlefish:before {
	content: "\f38c"
}
.fa-d-and-d:before {
	content: "\f38d"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-deaf:before {
	content: "\f2a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-deploydog:before {
	content: "\f38e"
}
.fa-deskpro:before {
	content: "\f38f"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-dharmachakra:before {
	content: "\f655"
}
.fa-diagnoses:before {
	content: "\f470"
}
.fa-dice:before {
	content: "\f522"
}
.fa-dice-five:before {
	content: "\f523"
}
.fa-dice-four:before {
	content: "\f524"
}
.fa-dice-one:before {
	content: "\f525"
}
.fa-dice-six:before {
	content: "\f526"
}
.fa-dice-three:before {
	content: "\f527"
}
.fa-dice-two:before {
	content: "\f528"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-digital-ocean:before {
	content: "\f391"
}
.fa-digital-tachograph:before {
	content: "\f566"
}
.fa-directions:before {
	content: "\f5eb"
}
.fa-discord:before {
	content: "\f392"
}
.fa-discourse:before {
	content: "\f393"
}
.fa-divide:before {
	content: "\f529"
}
.fa-dizzy:before {
	content: "\f567"
}
.fa-dna:before {
	content: "\f471"
}
.fa-dochub:before {
	content: "\f394"
}
.fa-docker:before {
	content: "\f395"
}
.fa-dollar-sign:before {
	content: "\f155"
}
.fa-dolly:before {
	content: "\f472"
}
.fa-dolly-flatbed:before {
	content: "\f474"
}
.fa-donate:before {
	content: "\f4b9"
}
.fa-door-closed:before {
	content: "\f52a"
}
.fa-door-open:before {
	content: "\f52b"
}
.fa-dot-circle:before {
	content: "\f192"
}
.fa-dove:before {
	content: "\f4ba"
}
.fa-download:before {
	content: "\f019"
}
.fa-draft2digital:before {
	content: "\f396"
}
.fa-drafting-compass:before {
	content: "\f568"
}
.fa-draw-polygon:before {
	content: "\f5ee"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-dribbble-square:before {
	content: "\f397"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-drum:before {
	content: "\f569"
}
.fa-drum-steelpan:before {
	content: "\f56a"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-dumbbell:before {
	content: "\f44b"
}
.fa-dyalog:before {
	content: "\f399"
}
.fa-earlybirds:before {
	content: "\f39a"
}
.fa-ebay:before {
	content: "\f4f4"
}
.fa-edge:before {
	content: "\f282"
}
.fa-edit:before {
	content: "\f044"
}
.fa-eject:before {
	content: "\f052"
}
.fa-elementor:before {
	content: "\f430"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-ello:before {
	content: "\f5f1"
}
.fa-ember:before {
	content: "\f423"
}
.fa-empire:before {
	content: "\f1d1"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-text:before {
	content: "\f658"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-envira:before {
	content: "\f299"
}
.fa-equals:before {
	content: "\f52c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-erlang:before {
	content: "\f39d"
}
.fa-ethereum:before {
	content: "\f42e"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-euro-sign:before {
	content: "\f153"
}
.fa-exchange-alt:before {
	content: "\f362"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-expand:before {
	content: "\f065"
}
.fa-expand-arrows-alt:before {
	content: "\f31e"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-external-link-alt:before {
	content: "\f35d"
}
.fa-external-link-square-alt:before {
	content: "\f360"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-dropper:before {
	content: "\f1fb"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-facebook-f:before {
	content: "\f39e"
}
.fa-facebook-messenger:before {
	content: "\f39f"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-feather:before {
	content: "\f52d"
}
.fa-feather-alt:before {
	content: "\f56b"
}
.fa-female:before {
	content: "\f182"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-alt:before {
	content: "\f15c"
}
.fa-file-archive:before {
	content: "\f1c6"
}
.fa-file-audio:before {
	content: "\f1c7"
}
.fa-file-code:before {
	content: "\f1c9"
}
.fa-file-contract:before {
	content: "\f56c"
}
.fa-file-download:before {
	content: "\f56d"
}
.fa-file-excel:before {
	content: "\f1c3"
}
.fa-file-export:before {
	content: "\f56e"
}
.fa-file-image:before {
	content: "\f1c5"
}
.fa-file-import:before {
	content: "\f56f"
}
.fa-file-invoice:before {
	content: "\f570"
}
.fa-file-invoice-dollar:before {
	content: "\f571"
}
.fa-file-medical:before {
	content: "\f477"
}
.fa-file-medical-alt:before {
	content: "\f478"
}
.fa-file-pdf:before {
	content: "\f1c1"
}
.fa-file-powerpoint:before {
	content: "\f1c4"
}
.fa-file-prescription:before {
	content: "\f572"
}
.fa-file-signature:before {
	content: "\f573"
}
.fa-file-upload:before {
	content: "\f574"
}
.fa-file-video:before {
	content: "\f1c8"
}
.fa-file-word:before {
	content: "\f1c2"
}
.fa-fill:before {
	content: "\f575"
}
.fa-fill-drip:before {
	content: "\f576"
}
.fa-film:before {
	content: "\f008"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-fingerprint:before {
	content: "\f577"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-first-aid:before {
	content: "\f479"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-first-order-alt:before {
	content: "\f50a"
}
.fa-firstdraft:before {
	content: "\f3a1"
}
.fa-fish:before {
	content: "\f578"
}
.fa-flag:before {
	content: "\f024"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-flipboard:before {
	content: "\f44d"
}
.fa-flushed:before {
	content: "\f579"
}
.fa-fly:before {
	content: "\f417"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-minus:before {
	content: "\f65d"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-folder-plus:before {
	content: "\f65e"
}
.fa-font:before {
	content: "\f031"
}
.fa-font-awesome:before {
	content: "\f2b4"
}
.fa-font-awesome-alt:before {
	content: "\f35c"
}
.fa-font-awesome-flag:before {
	content: "\f425"
}
.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-fonticons-fi:before {
	content: "\f3a2"
}
.fa-football-ball:before {
	content: "\f44e"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-fort-awesome-alt:before {
	content: "\f3a3"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-freebsd:before {
	content: "\f3a4"
}
.fa-frog:before {
	content: "\f52e"
}
.fa-frown:before {
	content: "\f119"
}
.fa-frown-open:before {
	content: "\f57a"
}
.fa-fulcrum:before {
	content: "\f50b"
}
.fa-funnel-dollar:before {
	content: "\f662"
}
.fa-futbol:before {
	content: "\f1e3"
}
.fa-galactic-republic:before {
	content: "\f50c"
}
.fa-galactic-senate:before {
	content: "\f50d"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-gas-pump:before {
	content: "\f52f"
}
.fa-gavel:before {
	content: "\f0e3"
}
.fa-gem:before {
	content: "\f3a5"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-github:before {
	content: "\f09b"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-gitkraken:before {
	content: "\f3a6"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-gitter:before {
	content: "\f426"
}
.fa-glass-martini:before {
	content: "\f000"
}
.fa-glass-martini-alt:before {
	content: "\f57b"
}
.fa-glasses:before {
	content: "\f530"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-globe-africa:before {
	content: "\f57c"
}
.fa-globe-americas:before {
	content: "\f57d"
}
.fa-globe-asia:before {
	content: "\f57e"
}
.fa-gofore:before {
	content: "\f3a7"
}
.fa-golf-ball:before {
	content: "\f450"
}
.fa-goodreads:before {
	content: "\f3a8"
}
.fa-goodreads-g:before {
	content: "\f3a9"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-google-drive:before {
	content: "\f3aa"
}
.fa-google-play:before {
	content: "\f3ab"
}
.fa-google-plus:before {
	content: "\f2b3"
}
.fa-google-plus-g:before {
	content: "\f0d5"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-gopuram:before {
	content: "\f664"
}
.fa-graduation-cap:before {
	content: "\f19d"
}
.fa-gratipay:before {
	content: "\f184"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-greater-than:before {
	content: "\f531"
}
.fa-greater-than-equal:before {
	content: "\f532"
}
.fa-grimace:before {
	content: "\f57f"
}
.fa-grin:before {
	content: "\f580"
}
.fa-grin-alt:before {
	content: "\f581"
}
.fa-grin-beam:before {
	content: "\f582"
}
.fa-grin-beam-sweat:before {
	content: "\f583"
}
.fa-grin-hearts:before {
	content: "\f584"
}
.fa-grin-squint:before {
	content: "\f585"
}
.fa-grin-squint-tears:before {
	content: "\f586"
}
.fa-grin-stars:before {
	content: "\f587"
}
.fa-grin-tears:before {
	content: "\f588"
}
.fa-grin-tongue:before {
	content: "\f589"
}
.fa-grin-tongue-squint:before {
	content: "\f58a"
}
.fa-grin-tongue-wink:before {
	content: "\f58b"
}
.fa-grin-wink:before {
	content: "\f58c"
}
.fa-grip-horizontal:before {
	content: "\f58d"
}
.fa-grip-vertical:before {
	content: "\f58e"
}
.fa-gripfire:before {
	content: "\f3ac"
}
.fa-grunt:before {
	content: "\f3ad"
}
.fa-gulp:before {
	content: "\f3ae"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-hacker-news-square:before {
	content: "\f3af"
}
.fa-hackerrank:before {
	content: "\f5f7"
}
.fa-hamsa:before {
	content: "\f665"
}
.fa-hand-holding:before {
	content: "\f4bd"
}
.fa-hand-holding-heart:before {
	content: "\f4be"
}
.fa-hand-holding-usd:before {
	content: "\f4c0"
}
.fa-hand-lizard:before {
	content: "\f258"
}
.fa-hand-paper:before {
	content: "\f256"
}
.fa-hand-peace:before {
	content: "\f25b"
}
.fa-hand-point-down:before {
	content: "\f0a7"
}
.fa-hand-point-left:before {
	content: "\f0a5"
}
.fa-hand-point-right:before {
	content: "\f0a4"
}
.fa-hand-point-up:before {
	content: "\f0a6"
}
.fa-hand-pointer:before {
	content: "\f25a"
}
.fa-hand-rock:before {
	content: "\f255"
}
.fa-hand-scissors:before {
	content: "\f257"
}
.fa-hand-spock:before {
	content: "\f259"
}
.fa-hands:before {
	content: "\f4c2"
}
.fa-hands-helping:before {
	content: "\f4c4"
}
.fa-handshake:before {
	content: "\f2b5"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-haykal:before {
	content: "\f666"
}
.fa-hdd:before {
	content: "\f0a0"
}
.fa-heading:before {
	content: "\f1dc"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-headphones-alt:before {
	content: "\f58f"
}
.fa-headset:before {
	content: "\f590"
}
.fa-heart:before {
	content: "\f004"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-helicopter:before {
	content: "\f533"
}
.fa-highlighter:before {
	content: "\f591"
}
.fa-hips:before {
	content: "\f452"
}
.fa-hire-a-helper:before {
	content: "\f3b0"
}
.fa-history:before {
	content: "\f1da"
}
.fa-hockey-puck:before {
	content: "\f453"
}
.fa-home:before {
	content: "\f015"
}
.fa-hooli:before {
	content: "\f427"
}
.fa-hornbill:before {
	content: "\f592"
}
.fa-hospital:before {
	content: "\f0f8"
}
.fa-hospital-alt:before {
	content: "\f47d"
}
.fa-hospital-symbol:before {
	content: "\f47e"
}
.fa-hot-tub:before {
	content: "\f593"
}
.fa-hotel:before {
	content: "\f594"
}
.fa-hotjar:before {
	content: "\f3b1"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-start:before {
	content: "\f251"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-hubspot:before {
	content: "\f3b2"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-id-card:before {
	content: "\f2c2"
}
.fa-id-card-alt:before {
	content: "\f47f"
}
.fa-image:before {
	content: "\f03e"
}
.fa-images:before {
	content: "\f302"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-industry:before {
	content: "\f275"
}
.fa-infinity:before {
	content: "\f534"
}
.fa-info:before {
	content: "\f129"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-italic:before {
	content: "\f033"
}
.fa-itunes:before {
	content: "\f3b4"
}
.fa-itunes-note:before {
	content: "\f3b5"
}
.fa-java:before {
	content: "\f4e4"
}
.fa-jedi:before {
	content: "\f669"
}
.fa-jedi-order:before {
	content: "\f50e"
}
.fa-jenkins:before {
	content: "\f3b6"
}
.fa-joget:before {
	content: "\f3b7"
}
.fa-joint:before {
	content: "\f595"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-journal-whills:before {
	content: "\f66a"
}
.fa-js:before {
	content: "\f3b8"
}
.fa-js-square:before {
	content: "\f3b9"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-kaaba:before {
	content: "\f66b"
}
.fa-kaggle:before {
	content: "\f5fa"
}
.fa-key:before {
	content: "\f084"
}
.fa-keybase:before {
	content: "\f4f5"
}
.fa-keyboard:before {
	content: "\f11c"
}
.fa-keycdn:before {
	content: "\f3ba"
}
.fa-khanda:before {
	content: "\f66d"
}
.fa-kickstarter:before {
	content: "\f3bb"
}
.fa-kickstarter-k:before {
	content: "\f3bc"
}
.fa-kiss:before {
	content: "\f596"
}
.fa-kiss-beam:before {
	content: "\f597"
}
.fa-kiss-wink-heart:before {
	content: "\f598"
}
.fa-kiwi-bird:before {
	content: "\f535"
}
.fa-korvue:before {
	content: "\f42f"
}
.fa-landmark:before {
	content: "\f66f"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-laptop-code:before {
	content: "\f5fc"
}
.fa-laravel:before {
	content: "\f3bd"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-laugh:before {
	content: "\f599"
}
.fa-laugh-beam:before {
	content: "\f59a"
}
.fa-laugh-squint:before {
	content: "\f59b"
}
.fa-laugh-wink:before {
	content: "\f59c"
}
.fa-layer-group:before {
	content: "\f5fd"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-lemon:before {
	content: "\f094"
}
.fa-less:before {
	content: "\f41d"
}
.fa-less-than:before {
	content: "\f536"
}
.fa-less-than-equal:before {
	content: "\f537"
}
.fa-level-down-alt:before {
	content: "\f3be"
}
.fa-level-up-alt:before {
	content: "\f3bf"
}
.fa-life-ring:before {
	content: "\f1cd"
}
.fa-lightbulb:before {
	content: "\f0eb"
}
.fa-line:before {
	content: "\f3c0"
}
.fa-link:before {
	content: "\f0c1"
}
.fa-linkedin:before {
	content: "\f08c"
}
.fa-linkedin-in:before {
	content: "\f0e1"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-lira-sign:before {
	content: "\f195"
}
.fa-list:before {
	content: "\f03a"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-lock:before {
	content: "\f023"
}
.fa-lock-open:before {
	content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
	content: "\f309"
}
.fa-long-arrow-alt-left:before {
	content: "\f30a"
}
.fa-long-arrow-alt-right:before {
	content: "\f30b"
}
.fa-long-arrow-alt-up:before {
	content: "\f30c"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-luggage-cart:before {
	content: "\f59d"
}
.fa-lyft:before {
	content: "\f3c3"
}
.fa-magento:before {
	content: "\f3c4"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-mail-bulk:before {
	content: "\f674"
}
.fa-mailchimp:before {
	content: "\f59e"
}
.fa-male:before {
	content: "\f183"
}
.fa-mandalorian:before {
	content: "\f50f"
}
.fa-map:before {
	content: "\f279"
}
.fa-map-marked:before {
	content: "\f59f"
}
.fa-map-marked-alt:before {
	content: "\f5a0"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-map-marker-alt:before {
	content: "\f3c5"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-markdown:before {
	content: "\f60f"
}
.fa-marker:before {
	content: "\f5a1"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mastodon:before {
	content: "\f4f6"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-medal:before {
	content: "\f5a2"
}
.fa-medapps:before {
	content: "\f3c6"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-medium-m:before {
	content: "\f3c7"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-medrt:before {
	content: "\f3c8"
}
.fa-meetup:before {
	content: "\f2e0"
}
.fa-megaport:before {
	content: "\f5a3"
}
.fa-meh:before {
	content: "\f11a"
}
.fa-meh-blank:before {
	content: "\f5a4"
}
.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}
.fa-memory:before {
	content: "\f538"
}
.fa-menorah:before {
	content: "\f676"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-alt:before {
	content: "\f3c9"
}
.fa-microphone-alt-slash:before {
	content: "\f539"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-microscope:before {
	content: "\f610"
}
.fa-microsoft:before {
	content: "\f3ca"
}
.fa-minus:before {
	content: "\f068"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-mix:before {
	content: "\f3cb"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-mizuni:before {
	content: "\f3cc"
}
.fa-mobile:before {
	content: "\f10b"
}
.fa-mobile-alt:before {
	content: "\f3cd"
}
.fa-modx:before {
	content: "\f285"
}
.fa-monero:before {
	content: "\f3d0"
}
.fa-money-bill:before {
	content: "\f0d6"
}
.fa-money-bill-alt:before {
	content: "\f3d1"
}
.fa-money-bill-wave:before {
	content: "\f53a"
}
.fa-money-bill-wave-alt:before {
	content: "\f53b"
}
.fa-money-check:before {
	content: "\f53c"
}
.fa-money-check-alt:before {
	content: "\f53d"
}
.fa-monument:before {
	content: "\f5a6"
}
.fa-moon:before {
	content: "\f186"
}
.fa-mortar-pestle:before {
	content: "\f5a7"
}
.fa-mosque:before {
	content: "\f678"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-music:before {
	content: "\f001"
}
.fa-napster:before {
	content: "\f3d2"
}
.fa-neos:before {
	content: "\f612"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-newspaper:before {
	content: "\f1ea"
}
.fa-nimblr:before {
	content: "\f5a8"
}
.fa-nintendo-switch:before {
	content: "\f418"
}
.fa-node:before {
	content: "\f419"
}
.fa-node-js:before {
	content: "\f3d3"
}
.fa-not-equal:before {
	content: "\f53e"
}
.fa-notes-medical:before {
	content: "\f481"
}
.fa-npm:before {
	content: "\f3d4"
}
.fa-ns8:before {
	content: "\f3d5"
}
.fa-nutritionix:before {
	content: "\f3d6"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-oil-can:before {
	content: "\f613"
}
.fa-old-republic:before {
	content: "\f510"
}
.fa-om:before {
	content: "\f679"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-osi:before {
	content: "\f41a"
}
.fa-outdent:before {
	content: "\f03b"
}
.fa-page4:before {
	content: "\f3d7"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-paint-roller:before {
	content: "\f5aa"
}
.fa-palette:before {
	content: "\f53f"
}
.fa-palfed:before {
	content: "\f3d8"
}
.fa-pallet:before {
	content: "\f482"
}
.fa-paper-plane:before {
	content: "\f1d8"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-parachute-box:before {
	content: "\f4cd"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-parking:before {
	content: "\f540"
}
.fa-passport:before {
	content: "\f5ab"
}
.fa-pastafarianism:before {
	content: "\f67b"
}
.fa-paste:before {
	content: "\f0ea"
}
.fa-patreon:before {
	content: "\f3d9"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-peace:before {
	content: "\f67c"
}
.fa-pen:before {
	content: "\f304"
}
.fa-pen-alt:before {
	content: "\f305"
}
.fa-pen-fancy:before {
	content: "\f5ac"
}
.fa-pen-nib:before {
	content: "\f5ad"
}
.fa-pen-square:before {
	content: "\f14b"
}
.fa-pencil-alt:before {
	content: "\f303"
}
.fa-pencil-ruler:before {
	content: "\f5ae"
}
.fa-people-carry:before {
	content: "\f4ce"
}
.fa-percent:before {
	content: "\f295"
}
.fa-percentage:before {
	content: "\f541"
}
.fa-periscope:before {
	content: "\f3da"
}
.fa-phabricator:before {
	content: "\f3db"
}
.fa-phoenix-framework:before {
	content: "\f3dc"
}
.fa-phoenix-squadron:before {
	content: "\f511"
}
.fa-phone:before {
	content: "\f095"
}
.fa-phone-slash:before {
	content: "\f3dd"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-phone-volume:before {
	content: "\f2a0"
}
.fa-php:before {
	content: "\f457"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-pied-piper-hat:before {
	content: "\f4e5"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-piggy-bank:before {
	content: "\f4d3"
}
.fa-pills:before {
	content: "\f484"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-place-of-worship:before {
	content: "\f67f"
}
.fa-plane:before {
	content: "\f072"
}
.fa-plane-arrival:before {
	content: "\f5af"
}
.fa-plane-departure:before {
	content: "\f5b0"
}
.fa-play:before {
	content: "\f04b"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-playstation:before {
	content: "\f3df"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-plus:before {
	content: "\f067"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-poll:before {
	content: "\f681"
}
.fa-poll-h:before {
	content: "\f682"
}
.fa-poo:before {
	content: "\f2fe"
}
.fa-poop:before {
	content: "\f619"
}
.fa-portrait:before {
	content: "\f3e0"
}
.fa-pound-sign:before {
	content: "\f154"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-pray:before {
	content: "\f683"
}
.fa-praying-hands:before {
	content: "\f684"
}
.fa-prescription:before {
	content: "\f5b1"
}
.fa-prescription-bottle:before {
	content: "\f485"
}
.fa-prescription-bottle-alt:before {
	content: "\f486"
}
.fa-print:before {
	content: "\f02f"
}
.fa-procedures:before {
	content: "\f487"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-project-diagram:before {
	content: "\f542"
}
.fa-pushed:before {
	content: "\f3e1"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-python:before {
	content: "\f3e2"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-question:before {
	content: "\f128"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-quidditch:before {
	content: "\f458"
}
.fa-quinscape:before {
	content: "\f459"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-quran:before {
	content: "\f687"
}
.fa-r-project:before {
	content: "\f4f7"
}
.fa-random:before {
	content: "\f074"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-react:before {
	content: "\f41b"
}
.fa-readme:before {
	content: "\f4d5"
}
.fa-rebel:before {
	content: "\f1d0"
}
.fa-receipt:before {
	content: "\f543"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-red-river:before {
	content: "\f3e3"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-redo:before {
	content: "\f01e"
}
.fa-redo-alt:before {
	content: "\f2f9"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-rendact:before {
	content: "\f3e4"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-reply:before {
	content: "\f3e5"
}
.fa-reply-all:before {
	content: "\f122"
}
.fa-replyd:before {
	content: "\f3e6"
}
.fa-researchgate:before {
	content: "\f4f8"
}
.fa-resolving:before {
	content: "\f3e7"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-rev:before {
	content: "\f5b2"
}
.fa-ribbon:before {
	content: "\f4d6"
}
.fa-road:before {
	content: "\f018"
}
.fa-robot:before {
	content: "\f544"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-rocketchat:before {
	content: "\f3e8"
}
.fa-rockrms:before {
	content: "\f3e9"
}
.fa-route:before {
	content: "\f4d7"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-ruble-sign:before {
	content: "\f158"
}
.fa-ruler:before {
	content: "\f545"
}
.fa-ruler-combined:before {
	content: "\f546"
}
.fa-ruler-horizontal:before {
	content: "\f547"
}
.fa-ruler-vertical:before {
	content: "\f548"
}
.fa-rupee-sign:before {
	content: "\f156"
}
.fa-sad-cry:before {
	content: "\f5b3"
}
.fa-sad-tear:before {
	content: "\f5b4"
}
.fa-safari:before {
	content: "\f267"
}
.fa-sass:before {
	content: "\f41e"
}
.fa-save:before {
	content: "\f0c7"
}
.fa-schlix:before {
	content: "\f3ea"
}
.fa-school:before {
	content: "\f549"
}
.fa-screwdriver:before {
	content: "\f54a"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-search:before {
	content: "\f002"
}
.fa-search-dollar:before {
	content: "\f688"
}
.fa-search-location:before {
	content: "\f689"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-searchengin:before {
	content: "\f3eb"
}
.fa-seedling:before {
	content: "\f4d8"
}
.fa-sellcast:before {
	content: "\f2da"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-server:before {
	content: "\f233"
}
.fa-servicestack:before {
	content: "\f3ec"
}
.fa-shapes:before {
	content: "\f61f"
}
.fa-share:before {
	content: "\f064"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-shekel-sign:before {
	content: "\f20b"
}
.fa-shield-alt:before {
	content: "\f3ed"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-shipping-fast:before {
	content: "\f48b"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-shoe-prints:before {
	content: "\f54b"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-shopware:before {
	content: "\f5b5"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-shuttle-van:before {
	content: "\f5b6"
}
.fa-sign:before {
	content: "\f4d9"
}
.fa-sign-in-alt:before {
	content: "\f2f6"
}
.fa-sign-language:before {
	content: "\f2a7"
}
.fa-sign-out-alt:before {
	content: "\f2f5"
}
.fa-signal:before {
	content: "\f012"
}
.fa-signature:before {
	content: "\f5b7"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-sistrix:before {
	content: "\f3ee"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-sith:before {
	content: "\f512"
}
.fa-skull:before {
	content: "\f54c"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-slack:before {
	content: "\f198"
}
.fa-slack-hash:before {
	content: "\f3ef"
}
.fa-sliders-h:before {
	content: "\f1de"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-smile:before {
	content: "\f118"
}
.fa-smile-beam:before {
	content: "\f5b8"
}
.fa-smile-wink:before {
	content: "\f4da"
}
.fa-smoking:before {
	content: "\f48d"
}
.fa-smoking-ban:before {
	content: "\f54d"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-snowflake:before {
	content: "\f2dc"
}
.fa-socks:before {
	content: "\f696"
}
.fa-solar-panel:before {
	content: "\f5ba"
}
.fa-sort:before {
	content: "\f0dc"
}
.fa-sort-alpha-down:before {
	content: "\f15d"
}
.fa-sort-alpha-up:before {
	content: "\f15e"
}
.fa-sort-amount-down:before {
	content: "\f160"
}
.fa-sort-amount-up:before {
	content: "\f161"
}
.fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-numeric-down:before {
	content: "\f162"
}
.fa-sort-numeric-up:before {
	content: "\f163"
}
.fa-sort-up:before {
	content: "\f0de"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-spa:before {
	content: "\f5bb"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-speakap:before {
	content: "\f3f3"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-splotch:before {
	content: "\f5bc"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-spray-can:before {
	content: "\f5bd"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-square-full:before {
	content: "\f45c"
}
.fa-square-root-alt:before {
	content: "\f698"
}
.fa-squarespace:before {
	content: "\f5be"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-stamp:before {
	content: "\f5bf"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-and-crescent:before {
	content: "\f699"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-star-half-alt:before {
	content: "\f5c0"
}
.fa-star-of-david:before {
	content: "\f69a"
}
.fa-star-of-life:before {
	content: "\f621"
}
.fa-staylinked:before {
	content: "\f3f5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-steam-symbol:before {
	content: "\f3f6"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-sticker-mule:before {
	content: "\f3f7"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stopwatch:before {
	content: "\f2f2"
}
.fa-store:before {
	content: "\f54e"
}
.fa-store-alt:before {
	content: "\f54f"
}
.fa-strava:before {
	content: "\f428"
}
.fa-stream:before {
	content: "\f550"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-stripe:before {
	content: "\f429"
}
.fa-stripe-s:before {
	content: "\f42a"
}
.fa-stroopwafel:before {
	content: "\f551"
}
.fa-studiovinari:before {
	content: "\f3f8"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-subway:before {
	content: "\f239"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-suitcase-rolling:before {
	content: "\f5c1"
}
.fa-sun:before {
	content: "\f185"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-supple:before {
	content: "\f3f9"
}
.fa-surprise:before {
	content: "\f5c2"
}
.fa-swatchbook:before {
	content: "\f5c3"
}
.fa-swimmer:before {
	content: "\f5c4"
}
.fa-swimming-pool:before {
	content: "\f5c5"
}
.fa-synagogue:before {
	content: "\f69b"
}
.fa-sync:before {
	content: "\f021"
}
.fa-sync-alt:before {
	content: "\f2f1"
}
.fa-syringe:before {
	content: "\f48e"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-table-tennis:before {
	content: "\f45d"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-tablet-alt:before {
	content: "\f3fa"
}
.fa-tablets:before {
	content: "\f490"
}
.fa-tachometer-alt:before {
	content: "\f3fd"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-tape:before {
	content: "\f4db"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-taxi:before {
	content: "\f1ba"
}
.fa-teamspeak:before {
	content: "\f4f9"
}
.fa-teeth:before {
	content: "\f62e"
}
.fa-teeth-open:before {
	content: "\f62f"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-telegram-plane:before {
	content: "\f3fe"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-the-red-yeti:before {
	content: "\f69d"
}
.fa-theater-masks:before {
	content: "\f630"
}
.fa-themeco:before {
	content: "\f5c6"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-thermometer:before {
	content: "\f491"
}
.fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbtack:before {
	content: "\f08d"
}
.fa-ticket-alt:before {
	content: "\f3ff"
}
.fa-times:before {
	content: "\f00d"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-tint:before {
	content: "\f043"
}
.fa-tint-slash:before {
	content: "\f5c7"
}
.fa-tired:before {
	content: "\f5c8"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-toolbox:before {
	content: "\f552"
}
.fa-tooth:before {
	content: "\f5c9"
}
.fa-torah:before {
	content: "\f6a0"
}
.fa-torii-gate:before {
	content: "\f6a1"
}
.fa-trade-federation:before {
	content: "\f513"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-traffic-light:before {
	content: "\f637"
}
.fa-train:before {
	content: "\f238"
}
.fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-trash-alt:before {
	content: "\f2ed"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-trello:before {
	content: "\f181"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-truck-loading:before {
	content: "\f4de"
}
.fa-truck-monster:before {
	content: "\f63b"
}
.fa-truck-moving:before {
	content: "\f4df"
}
.fa-truck-pickup:before {
	content: "\f63c"
}
.fa-tshirt:before {
	content: "\f553"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-tv:before {
	content: "\f26c"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-typo3:before {
	content: "\f42b"
}
.fa-uber:before {
	content: "\f402"
}
.fa-uikit:before {
	content: "\f403"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-umbrella-beach:before {
	content: "\f5ca"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-undo:before {
	content: "\f0e2"
}
.fa-undo-alt:before {
	content: "\f2ea"
}
.fa-uniregistry:before {
	content: "\f404"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-university:before {
	content: "\f19c"
}
.fa-unlink:before {
	content: "\f127"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-untappd:before {
	content: "\f405"
}
.fa-upload:before {
	content: "\f093"
}
.fa-usb:before {
	content: "\f287"
}
.fa-user:before {
	content: "\f007"
}
.fa-user-alt:before {
	content: "\f406"
}
.fa-user-alt-slash:before {
	content: "\f4fa"
}
.fa-user-astronaut:before {
	content: "\f4fb"
}
.fa-user-check:before {
	content: "\f4fc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-clock:before {
	content: "\f4fd"
}
.fa-user-cog:before {
	content: "\f4fe"
}
.fa-user-edit:before {
	content: "\f4ff"
}
.fa-user-friends:before {
	content: "\f500"
}
.fa-user-graduate:before {
	content: "\f501"
}
.fa-user-lock:before {
	content: "\f502"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-user-minus:before {
	content: "\f503"
}
.fa-user-ninja:before {
	content: "\f504"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-user-shield:before {
	content: "\f505"
}
.fa-user-slash:before {
	content: "\f506"
}
.fa-user-tag:before {
	content: "\f507"
}
.fa-user-tie:before {
	content: "\f508"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-users:before {
	content: "\f0c0"
}
.fa-users-cog:before {
	content: "\f509"
}
.fa-ussunnah:before {
	content: "\f407"
}
.fa-utensil-spoon:before {
	content: "\f2e5"
}
.fa-utensils:before {
	content: "\f2e7"
}
.fa-vaadin:before {
	content: "\f408"
}
.fa-vector-square:before {
	content: "\f5cb"
}
.fa-venus:before {
	content: "\f221"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-vial:before {
	content: "\f492"
}
.fa-vials:before {
	content: "\f493"
}
.fa-viber:before {
	content: "\f409"
}
.fa-video:before {
	content: "\f03d"
}
.fa-video-slash:before {
	content: "\f4e2"
}
.fa-vihara:before {
	content: "\f6a7"
}
.fa-vimeo:before {
	content: "\f40a"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-vimeo-v:before {
	content: "\f27d"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-vk:before {
	content: "\f189"
}
.fa-vnv:before {
	content: "\f40b"
}
.fa-volleyball-ball:before {
	content: "\f45f"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-vuejs:before {
	content: "\f41f"
}
.fa-walking:before {
	content: "\f554"
}
.fa-wallet:before {
	content: "\f555"
}
.fa-warehouse:before {
	content: "\f494"
}
.fa-weebly:before {
	content: "\f5cc"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-weight:before {
	content: "\f496"
}
.fa-weight-hanging:before {
	content: "\f5cd"
}
.fa-weixin:before {
	content: "\f1d7"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-whatsapp-square:before {
	content: "\f40c"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-whmcs:before {
	content: "\f40d"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-window-close:before {
	content: "\f410"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-wine-glass:before {
	content: "\f4e3"
}
.fa-wine-glass-alt:before {
	content: "\f5ce"
}
.fa-wix:before {
	content: "\f5cf"
}
.fa-wolf-pack-battalion:before {
	content: "\f514"
}
.fa-won-sign:before {
	content: "\f159"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-wordpress-simple:before {
	content: "\f411"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-x-ray:before {
	content: "\f497"
}
.fa-xbox:before {
	content: "\f412"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-y-combinator:before {
	content: "\f23b"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-yandex:before {
	content: "\f413"
}
.fa-yandex-international:before {
	content: "\f414"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-yen-sign:before {
	content: "\f157"
}
.fa-yin-yang:before {
	content: "\f6ad"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-youtube-square:before {
	content: "\f431"
}
.fa-zhihu:before {
	content: "\f63f"
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(/Content/webfonts/fa-brands-400.eot);
    src: url(/Content/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Content/webfonts/fa-brands-400.woff2) format("woff2"), url(/Content/webfonts/fa-brands-400.woff) format("woff"), url(/Content/webfonts/fa-brands-400.ttf) format("truetype"), url(/Content/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
	font-family: "Font Awesome 5 Brands"
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(/Content/webfonts/fa-regular-400.eot);
    src: url(/Content/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Content/webfonts/fa-regular-400.woff2) format("woff2"), url(/Content/webfonts/fa-regular-400.woff) format("woff"), url(/Content/webfonts/fa-regular-400.ttf) format("truetype"), url(/Content/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
	font-weight: 400
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(/Content/webfonts/fa-solid-900.eot);
    src: url(/Content/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Content/webfonts/fa-solid-900.woff2) format("woff2"), url(/Content/webfonts/fa-solid-900.woff) format("woff"), url(/Content/webfonts/fa-solid-900.ttf) format("truetype"), url(/Content/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.far, .fas {
	font-family: "Font Awesome 5 Free"
}
.fas {
	font-weight: 900
}

html {
    position: relative;
    min-height: 100%;
}

.fa-sign-out {
    margin-left: 30px;
    margin-right: 5px;
    position: relative !important;
    top: 3px !important;
    font-size: 24px;
    color: #104478;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

.arrow {
    background: none !important;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        text-decoration: none;
        color: #000000;
    }

p {
    margin: 0px;
    padding: 0px;
}

.userLogin {
}

.logOut {
    margin-top: 10px;
    margin-right: 28px;
}

.whiteSpace {
    height: 20px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f6f4;
}

    #wrapper #content-wrapper {
        /*overflow-x: hidden;*/
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 0px;
    }

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 3px 6px -6px rgba(0, 0, 0, 0.2);
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.nav-item {
    border-bottom: #cccccc solid 1px;
}

.ml-auto .nav-item {
    border-bottom: none !important;
}

.leftMenu .nav-item {
    border-bottom: none !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    background: #104478;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: -10px;
    top: 4px;
    font-weight: normal;
    font-size: 12px;
    background: #104478;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.sidebar {
    background-color: #ffffff;
    min-height: calc(100vh - 56px);
    border-top: none;
    position: relative;
    box-shadow: 0px 2px 4px 0px #c8c8c8;
}

    .sidebar .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.65rem;
            display: block;
        }

    .sidebar .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }

        .sidebar .nav-item .dropdown-menu.dropup {
            bottom: 0;
            top: auto !important;
        }

        .sidebar .nav-item .dropdown-menu .fa {
            border: none;
            padding: 0px;
            font-size: 14px;
        }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }

    .sidebar .nav-item .nav-link {
        color: #000000;
    }

        .sidebar .nav-item .nav-link .fa:active, .sidebar .nav-item .nav-link .fa:focus, .sidebar .nav-item .nav-link .fa:hover {
            color: #ffffff !important;
        }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

    .sidebar.fixed-top {
        top: 56px;
        height: calc(100vh - 56px);
        overflow-y: auto;
    }

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
/*:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}*/
.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 80px;
    background-color: #eff0f1;
    border-top: #dcdcdc solid 1px;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 12px;
        ;
    }

.card {
    margin-bottom: 20px;
    border-radius: 0px;
}

.roundBox {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    border: #104478 solid 10px;
    text-align: center;
}

    .roundBox .fa {
        color: #104478;
        font-size: 50px;
    }

.BigTxt {
    font-size: 40px;
    font-weight: bold;
    color: #104478;
}

.btn-light {
    font-size: 12px !important;
    min-width: 80px !important;
    margin: 0px 5px !important;
    font-weight: 500 !important;
}

.exceptionsBox {
    padding: 100px 0px;
    font-weight: bold;
}

.ProcessingTbl th {
    padding: 7px 5px;
    font-size: 13px;
    vertical-align: middle;
    background: #ebeced;
}

.ProcessingTbl td {
    padding: 5px 5px;
    font-size: 13px;
    vertical-align: middle;
}

.search .form-control {
    border-radius: 20px;
    background: #ebeced;
    border: none;
    font-size: 12px;
}

.search .btn-primary .fa {
    color: #000000;
}

.btn-primary:hover {
    background: #104478 !important;
    border-color: #104478 !important;
}

.notification .fa {
    border: #dddddd solid 1px;
    color: #000000;
    border-radius: 50%;
    padding: 10px;
}

.dropdown-menu-right {
    box-shadow: 0px 0px 3px 0px #dad7d7;
    border: #c0bfc0 solid 1px;
}

    .dropdown-menu-right a {
        font-size: 13px;
    }

#copyRight {
    background: #ffffff;
    padding: 0px 0px;
    font-size: 22px;
    color: #000000;
}

.copyright ul {
    list-style: none;
}

    .copyright ul li {
        list-style: none;
        display: inline-block;
        border-right: #000000 solid 1px;
        padding: 0px 10px;
    }

        .copyright ul li:last-child {
            border-right: none;
        }

        .copyright ul li a {
            padding: 0px 10px 0px 0px;
        }

.bold {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.card-header .dropdown-menu {
    font-size: 12px;
    ;
    color: #212529;
    text-align: left;
    list-style: none;
}

.card-header .dropdown-menu {
    min-width: 135px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    border-radius: 0px;
    border: #bfbfbf solid 1px;
    padding: 0px;
}

    .card-header .dropdown-menu li {
        border-bottom: #bfbfbf solid 1px;
        padding: 10px;
    }

        .card-header .dropdown-menu li a:hover {
            text-decoration: none;
        }

.card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #bfbfbf;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    color: #000000;
}

.card-body {
    padding: 20px 20px;
}

.title {
    font-size: 18px;
    padding: 0px;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 16px;
    padding: 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #bfbfbf;
}

.gryCol {
    background: #ebeced;
    border: #87898a solid 1px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
    margin-bottom: 15px;
    margin: 10px 2px;
}

table.result_tbl td {
    text-align: center;
}

table {
    border-collapse: separate;
}

.gryBorder {
    border-top: #87898a solid 1px !important;
    border-bottom: #87898a solid 1px !important;
    padding: 10px 0px;
}

.dragBox {
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px #dad7d7;
    border: #c0bfc0 solid 1px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    margin-bottom: 10px;
}

.whiteSpace {
    height: 20px;
    display: block;
}

.gry-border {
    border: #979596 solid 1px;
    padding: 20px;
    background: #ffffff;
}

p {
    margin: 0px;
    padding: 0px;
}
/*---------------------------------------------Homepage Css---------------------------------------------------*/
.bannerTxt h1 {
    color: #ffffff;
    font-size: 55px;
    text-transform: none;
}

.bannerTxt h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    line-height: 40px;
}

.banner {
    margin: 0 auto;
    text-align: center;
}

#contact-us-banner {
    background-image: url(/Content/img/contact-us-banner.jpg) !important;
}

#customer-banner {
    background-image: url(/Content/img/customer-banner.jpg) !important;
}

#grayBox {
    background: #f9f9f9;
    padding: 80px 0px;
}

#video {
    background: #f9f9f9;
    padding: 100px 0px;
}

#works {
    background: #ffffff;
    margin-bottom: 100px;
}

    #works .col-md-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

#testimonial {
    padding: 0px 0px 100px 0px;
    background: #ffffff;
}

#practices {
    background: #ffffff;
    padding-bottom: 70px;
}

#fraudsters, #integrate {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer {
    background: #104478;
    padding: 150px 0px;
    font-size: 22px;
    color: #ffffff;
    background-image: url(/Content/img/signup-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.freeTrialBtn {
    border-radius: 3px;
    font-size: 15px !important;
    color: #ffffff !important;
    padding: 15px 25px !important;
    background: #62bb46 !important;
    font-weight: bolder;
    text-transform: uppercase;
}

.SaaS {
    background: #ffffff;
    color: #000000;
    font-size: 33px;
    padding: 20px;
}

.titleWrp {
    text-align: center;
    margin-bottom: 50px;
}

    .titleWrp h2 {
        line-height: 25px;
        font-size: 15px;
        font-weight: normal;
    }

.blueLine {
    width: 100px;
    height: 4px;
    background: #104478;
    margin: 0 auto;
}

.uptTxt {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
}

.lowrTxt {
    color: #000000;
    margin-bottom: 15px;
    font-size: 50px;
    text-transform: uppercase;
}

.pic {
    margin-bottom: 45px;
}

.arrow {
    margin-bottom: 0px;
}

.pl35 {
    padding-left: 35px;
}

.item blockquote {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    padding: 20px;
}

    .item blockquote .fa {
        font-size: 35px;
        color: #4c4c4c;
    }

.testimonialWrp {
    -webkit-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    -moz-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    border: #e6e5e6 solid 1px;
}

.name {
    font-size: 28px;
    font-weight: normal;
    margin-top: 40px;
}

.Dis {
    font-size: 25px;
    font-weight: normal;
}

.mrgn_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.footrLink {
    margin: 0px;
    padding: 50px 0px;
}

    .footrLink ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: center;
    }

        .footrLink ul li {
            margin: 0px;
            display: inline-block;
            border-right: #000000 solid 1px;
            padding: 0px 10px;
            font-size: 12px;
        }

            .footrLink ul li a {
                font-size: 16px;
            }

            .footrLink ul li:last-child {
                border-right: none;
                cursor: default !important;
            }

            .footrLink ul li a:first-child {
                border-right: none;
            }

    .footrLink p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }

.font14 {
    color: #000000;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
}

.font18 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

t.ReadmoreTxt {
    color: #585858;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 25px;
}

.font23 {
    font-weight: 500;
    font-size: 35px;
    margin-right: 5px;
}

.font18bold {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.font25 {
    font-size: 25px;
}

.font15 {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}

.font35 {
    font-size: 30px;
}

.blueBtn .fa {
    margin-left: 50px;
}

.blueBtn:hover {
    background: #104478;
    color: #ffffff;
}

.lineBtn .fa {
    margin-left: 20px;
}

.BluelineBtn .fa {
    margin-left: 20px !important;
}

.BluelineBtn:hover {
    background: #ffffff !important;
    color: #000000;
    border: #007bff solid 2px;
}

.pay-btn:hover {
    color: #ffffff;
}

.delete-btn .fa, .edit-btn .fa {
    margin-left: 5px;
}

.btn-primary {
    border-radius: 3px;
    font-size: 13px;
    height: 32px;
    font-weight: 700;
    background-color: #104478;
    border-color: #104478;
}

.search .btn-primary {
    border-radius: 20px;
    background: #ebeced;
}

.price-box .blueBtn {
    min-width: 80px !important;
    font-size: 13px;
}

.whitBtn {
    background: #ffffff;
    border-radius: 20px;
    color: #000000;
    width: 160px;
    margin-left: 10px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
}

.selectBtn {
    padding: 5px 30px;
    background: #104478;
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

    .selectBtn:hover {
        color: #ffffff !important;
    }

.cancilBtn, .submitBtn {
    border: #104478 solid 2px;
    /*text-transform: lowercase;*/
    background: #ffffff;
    color: #104478;
    font-size: 13px;
    min-width: 120px;
    border-radius: 3px;
    font-weight: 700;
}

    .cancilBtn:hover {
        color: #104478 !important;
    }

.submitBtn {
    background: #104478;
    color: #ffffff;
}

    .submitBtn:hover {
        color: #ffffff !important;
    }

    .cancilBtn .fa, .submitBtn .fa {
        margin-left: 20px;
    }

.viewBtn {
    background: #104478;
    border-radius: 3px !important;
    border-color: #104478;
    font-size: 13px;
    min-width: 80px;
}

.blueBtn {
    background: #104478;
    border: none;
    color: #ffffff;
    border-radius:;
    min-width: 90px;
    font-size: 13px;
    font-weight: 700;
}

.BluelineBtn {
    position: relative;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #104478;
    border-radius: 5px;
    background-color: #104478;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

    .BluelineBtn:hover {
        box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        background-color: #104478;
    }

.lineBtn {
    position: relative;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #104478;
    border-radius: 5px;
    background-color: #104478;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    margin: 20px 0px;
}

.edit-btn, .delete-btn, .pay-btn, .remove-btn, .download-btn, .details-btn, .back-btn {
    background: #104478;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    min-width: 80px;
    margin: 0px 5px;
    font-weight: 500;
}

    .edit-btn:hover {
        color: #ffffff !important;
    }

.download-btn {
    border-radius: 0px;
}

.contactUsbox .btn-primary {
    border: #104478 solid 2px;
    background: #104478;
    border-radius: 2px;
    color: #ffffff;
    min-width: 150px;
    min-height: 40px;
}

.details-btn:hover {
    color: #ffffff;
}

.gray-btn {
    border: #bfbfbf solid 1px;
    background: #f9f9f9;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
}
/*------------------------End of font and Button css---------------------*/
.form-wizard {
    padding: 0px;
    margin: 15px auto;
    background: #fff;
}

.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 3px;
    background: #104478;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20%;
}

.wizard-menu {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .wizard-menu ul {
        margin: 0 auto;
        width: 100%;
    }

    .wizard-menu li {
        width: 19%;
        display: inline-block;
        text-align: center !important;
    }

        .wizard-menu li span {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ffffff;
            border: #104478 solid 2px;
            display: block;
            line-height: 40px;
            text-align: center;
            color: #000000;
            font-weight: bold;
            margin: 0 auto;
        }

        .wizard-menu li p {
            text-align: center;
            color: #000000;
            margin: 20px 0px;
            font-weight: bold;
            font-size: 13px;
        }

        .wizard-menu li span.active {
            background: #104478;
            color: #ffffff;
        }

.add-another {
    background: url(/Content/img/add-btn.jpg) left center no-repeat;
    padding: 5px 15px 5px 25px;
    font-size: 13px;
    border: #104478 solid 1px;
    border-radius: 0px;
}

.drag-and-drop-Box {
    border: dashed 3px #7d7d7d;
    text-align: center;
}

.drop-Box {
    border: dashed 3px #7d7d7d;
    text-align: center;
    padding: 20px 0px;
    margin: 30px 0px;
    line-height: 150px;
    font-size: 18px;
}

.select-file {
    background: url(/Content/img/select-file.jpg) left top no-repeat;
    width: 134px;
    height: 27px;
    border: none;
    margin-top: 20px;
}

.arrow {
    background: url(/Content/img/downloadArrow.jpg) right center no-repeat;
    height: 25px;
    line-height: 24px;
    font-size: 16px;
    float: left;
    display: block;
    padding: 0px 25px 0px 0px;
}

.dropboxWrp {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.dropboxTxt {
    margin: 0px;
    background: #3093fb;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0px 10px;
    color: #ffffff;
    position: relative;
}

.dropboxIcon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -5px;
    right: -10px;
}

#about {
    background: #ffffff;
}

#privacy {
    background: #ffffff;
    padding: 100px 0px;
}

.shadow-box {
    -webkit-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    -moz-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    border: #e6e5e6 solid 1px;
    padding: 50px 50px;
}

.timeline-wrp {
    -webkit-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    -moz-box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    box-shadow: -4px 9px 56px -14px rgba(140, 137, 140, 0.65);
    border: #e6e5e6 solid 1px;
    margin: 50px 0px;
    padding: 50px 60px;
}

#pricingwrp {
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    padding: 100px 0px 100px 0px;
}

.address {
    padding: 20px;
}

    .address ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .address ul li {
            font-size: 14px;
            display: block;
            padding: 0px 0px 30px 0px;
        }

    .address .fa {
        font-size: 30px;
        color: #104478;
    }

.divLft {
    float: left;
    margin-right: 10px;
}

.gray-line {
    width: 1px;
    background: #dddddd;
    display: block;
    height: 335px;
    margin: 0 auto;
}

.privacyTab {
    background: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    border: #d5d5d5 solid 2px;
}

    .privacyTab .fa {
        color: #104478;
        margin-right: 10px;
    }

.mrgn_Btom_20 {
    margin-bottom: 20px;
}

.collapseGryBox {
    padding: 10px 20px;
    border: #d5d5d5 solid 2px;
    font-size: 13px;
    line-height: 22px;
    background: #ffffff;
    border-top: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 14px;
}

.add-logo {
    width: 70px;
    height: 70px;
    /*border: #838383 solid 1px;*/
    float: left;
    text-align: center;
    line-height: 70px;
}

.choosefile {
    width: 240px;
    float: right;
    padding-top: 30px;
}

.globelTbl {
    border-collapse: collapse;
    width: 100%;
}

    .globelTbl th {
        text-align: left;
        background-color: #ebecee;
        color: #000000;
        border: 1px solid #878988;
        padding: 8px;
        white-space: nowrap !important;
        font-size: 14px;
    }

    .globelTbl td {
        border: 1px solid #878988;
        padding: 8px;
        font-size: 14px;
    }
/*.globelTbl th:last-child {
border: none;
background-color: #ffffff;
}*/
/*.globelTbl td:last-child {
border: none;
}*/
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0;
}

.visa-card {
    border: #bfbfbf solid 1px;
    background: #ffffff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
}

.billing-plan .col-md-3 {
    margin-bottom: 20px;
}
/*.close:hover {
  color: #ffffff !important;
}*/
.fraud-check {
    margin-left: 0px;
}

    .fraud-check .fa {
        color: #104478;
        font-size: 25px;
    }

.compliance-check .fa {
    color: #f7d442;
    font-size: 25px;
}

.compliance-check ul, .fraud-check ul {
    margin-top: 10px;
    list-style: none !important;
}

.compliance-check p, .fraud-check p {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.compliance-check h2, .fraud-check h2 {
    margin-top: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}

.compliance-check ul li label, .fraud-check ul li label {
    font-weight: normal;
}

.defaultTbl {
    border-left: #d1d0d1 solid 1px;
    border-bottom: #d1d0d1 solid 1px;
}

    .defaultTbl th {
        background: #ebecee;
        border: #d1d0d1 solid 1px;
        border-bottom: none;
        border-left: none;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    white-space: nowrap;
    font-size: 14px;
}

.defaultTbl td {
    border: #d1d0d1 solid 1px;
    padding: 10px 15px;
    border-bottom: none;
    border-left: none;
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #104478;
    border-color: #104478;
    color: #ffffff !important;
}

.custom-select {
    border: 1px solid #d1d0d1 !important;
    border-radius: 0px !important;
}

.form-control-sm {
    border-radius: 0px !important;
}
/*.progress-bar {
  background: #2291d8;
}*/
.progress-txt {
    float: left;
    width: 20%;
    margin-right: 15px;
    white-space: nowrap;
}

.progress-output {
    float: right;
    width: 70%;
}

.btnGroup {
    padding: 40px 0px;
}

    .btnGroup button {
        margin: 0px 0px 10px 0px;
        width: 150px;
    }

.greenColor {
    color: #2a7a02;
    font-size: 14px;
    margin-left: 10px;
}

.img-border {
    box-shadow: 0px 0px 3px 0px #dad7d7;
    border: #c0bfc0 solid 1px;
}

.area-show {
    display: block !important;
}

.area-hide {
    display: none !important;
}

.sidebar .dropdown-menu {
    background: #ffffff !important;
    border: none !important;
}

.dropdown a {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-weight: 500;
}

    .dropdown a:hover {
        color: #656565 !important;
    }

.sidebar .dropdown-item:focus, .sidebar .dropdown-item:hover {
    background-color: #ffffff;
    color: #104478 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff;
    color: #104478 !important;
}

.cardTitle {
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.cardText {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.cardouter {
    height: 270px;
    margin-bottom: 20px;
}
/*About Us*/
#founder {
    background: #f5f5f5;
    padding: 100px 0px;
}

.planBox {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px #dad7d7;
    border: #c0bfc0 solid 1px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    min-height: 150px;
}

.disabled {
    color: #fff;
    background-color: transparent;
    border-color: none;
    cursor: no-drop;
}

.planBox {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px #dad7d7;
    border: #c0bfc0 solid 1px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    min-height: 135px;
}

button.close:hover {
    color: #000000;
}

.companyLogo {
    background: #104478;
    border: #3079ed solid 1px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
}

.popupclose {
    background: #f4f4f4;
    border: #d8d8d8 solid 1px;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    min-width: 80px;
}

.modal-header h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
}

.logoName {
    font-size: 14px;
}
/*Create ripple effec*/
/*.blueBtn, .submitBtn {
  transform: translate3d(0, 0, 0);
}

  .blueBtn:after, .submitBtn:after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	  background-repeat: no-repeat;
	  background-position: 50%;
	  transform: scale(10, 10);

	  opacity: 0;
	  transition: transform .5s, opacity 1s;
  }

  .blueBtn:active:after, .submitBtn:active:after {
	  transform: scale(0, 0);
	  opacity: .3;
	  transition: 0s;
  }*/

.alert-dismissable .close, .alert-dismissible .close {
    top: 0px;
    right: -8px;
}

button:focus {
    outline: transparent !important;
}

.fa fa-upload, .fa-trash-o {
    cursor: pointer;
}
/*.fa-trash-o {
color: #dc3545 !important;
float: right;
}*/
.list-group-item {
    padding: 0px 5px 0px 10px;
    line-height: 40px;
}

li.list-group-item i.fa-trash-o {
    position: relative;
    top: 5px;
    color: #dc3545 !important;
    background: #ffffff !important;
    padding: 7px 5px 7px 10px !important;
    margin-bottom: 8px !important;
    border-radius: 5px !important;
}

#additionalEmails_Area p {
    font-weight: bold;
}

.dashboardCard {
    box-shadow: none !important;
}

    .dashboardCard .progress {
        height: 7px;
    }

    .dashboardCard .card-header {
        padding: 10px 10px;
        font-size: 14px;
        border: none;
        font-weight: normal;
        border-bottom: #e7eaec solid 1px;
        border-radius: 0px;
        color: #000000;
        font-weight: 500;
    }

        .dashboardCard .card-header label {
            font-size: 12px;
        }

    .dashboardCard .card-footer {
        padding-top: 0px;
        padding-bottom: 30px;
        font-size: 18px;
        border: none;
        border-radius: 0px;
        background: #ffffff;
    }

        .dashboardCard .card-footer .pay-btn {
            text-transform: none;
        }

    .dashboardCard .form-group {
        margin-bottom: 0px;
    }

    .dashboardCard .form-control {
        margin-bottom: 0px;
        padding: 0px;
        font-size: 13px;
        height: 26px;
        border-radius: 0px;
        border: 1px solid #e1e5eb;
    }

    .dashboardCard .card {
        padding: 50px 0px 0px 0px;
        margin: 50px 0px 0px 0px;
    }

        .dashboardCard .card h1 {
            font-size: 20px;
            font-weight: 700;
        }

    .dashboardCard .card-body h2 {
        font-size: 35px;
        font-weight: bold;
        color: #3d5170;
        text-align: center;
    }

    .dashboardCard .card .pay-btn {
        margin-top: 20px;
    }

.activityBox {
    background: #f3f3f4;
    margin-bottom: 26px;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
}

    .activityBox img {
        margin-right: 5px;
        width: 20px !important;
        height: 20px !important;
    }
/*by rizwan*/
.icon-hover {
    /*text-align: center;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity .13s ease-out;
  bottom: 10px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  padding: 26px 10px 10px 10px;
  color: #e4e4e4;
  cursor: pointer;*/
    /*padding: 51px 10px 10px 10px;*/
}

div.icon-hover > small {
    display: block;
    font-weight: 600;
}

.inline-right {
    display: inline !important;
    float: right !important;
}

.inline-left {
    display: inline !important;
    float: left !important;
}

div[data-contact="IsContactDetails"] {
    display: block;
}

div[data-bank="IsBankDetails"] {
    display: none;
}

.passwordBox {
    padding: 40px 30px;
    margin: 50px 0px 150px 0px;
    text-align: center;
}

    .passwordBox h1 {
        font-size: 25px;
        margin-bottom: 25px;
        color: #ffffff;
    }

    .passwordBox p {
        color: #ffffff;
        font-size: 16px;
    }

#dropArea {
    background: #fff;
    text-align: center;
    width: 100%;
    color: #000;
}

    #dropArea .drag-text {
        font-size: 17px;
        margin-top: 65px;
        font-weight: 500;
    }

        #dropArea .drag-text .fa {
            cursor: pointer !important;
            font-size: 30px;
            color: #104478;
        }

.tooltip-inner {
    /*color: #212121;
		  background-color: lightgray;
		  word-wrap: break-word;*/
    text-align: left;
    white-space: nowrap;
    max-width: 100% !important;
    /* If max-width does not work, try using width instead */
    width: 100%;
}

.CEO {
    color: #585858;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "" !important;
}

.KYCform .blueBtn {
    min-width: 150px !important;
}

.requestKYC a {
    color: #104478;
    text-decoration: underline;
}

.KYCform {
    margin: 20px;
}

.successPopup {
    margin: 20px 0px;
    text-align: center;
}

    .successPopup img {
        margin-bottom: 20px;
    }

    .successPopup .text {
        margin-bottom: 20px;
        color: #545454;
        font-size: 16px;
        line-height: 25px;
    }

.CEOPic {
    box-shadow: 0 0 10px #cecfd0;
    padding: 10px;
    background: #ffffff;
}

.fraudstersTxt {
    padding-top: 80px;
    padding-right: 50px;
}

    .fraudstersTxt p {
        font-size: 14px;
        line-height: 30px;
    }

.fraudstersTxtWrp {
    padding-top: 0px;
    padding-right: 47px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.boxBorder {
    position: absolute;
    width: 230px;
    height: 90px;
    border-top: #343434 solid 6px;
    border-left: #343434 solid 6px;
}

.rightslidertextbox {
    position: absolute;
    min-height: 230px;
}

.rightslidertextbox {
    position: relative;
}

.boxBorderright {
    position: absolute;
    width: 230px;
    height: 90px;
    border-right: #489ddd solid 6px;
    border-bottom: #489ddd solid 6px;
    bottom: 0;
    right: 0;
}

.rightslidertextbox h1 {
    margin-left: 30px;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500 !important;
}

.rightslidertextbox p {
    margin-left: 30px;
    font-size: 15px;
    line-height: 22px;
    padding-right: 50px;
}

.linkColor {
    color: #003ea1;
}

#parent {
    display: table;
    height: 250px;
}

#child {
    display: table-cell;
    vertical-align: middle;
}

.pay-btn .fa-envelope {
    font-size: 11px;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
}

.note {
    font-size: 14px;
    margin-bottom: 20px;
}

.sliderimagborder {
    padding: 10px;
    border: #ffffff solid 2px;
    background: #ffffff;
    margin: 20px 0px;
}

.swlClose {
    position: absolute !important;
    top: 0px;
    right: 7px;
    font-weight: 500;
}

.fa-pencil, .fa-trash, .fa-envelope {
    display: none;
}

.form-inline .form-control {
    height: 32px;
    margin-right: 10px;
    font-size: 14px;
}

.signupHome {
    padding: 80px 0px 0px 20px;
}

    .signupHome .blueBtn {
        padding: 10px 40px;
        margin-top: 20px;
    }

    .signupHome p {
        font-size: 11px;
        color: #000000;
        font-weight: normal !important;
        line-height: 25px;
    }

.mrgnTop {
    margin-top: 109px !important;
}

.BillingCardWrp {
    margin-bottom: 10px;
}

.DebitCard {
    float: left;
    width: 302px;
}

.Cardexpiry {
    float: left;
    width: 75px;
}

.CVC {
    float: left;
}

.btn:disabled {
    cursor: not-allowed !important;
}

.r-unread, tr.r-unread td:not(:last-child) > a, tr.r-unread td:first-child > a {
    color: #c50707 !important;
    font-weight: 600 !important;
}

section[data-hasPlan="true"] {
    display: block !important;
}

section[data-hasPlan="false"] {
    display: none !important;
}

.ready {
    font-size: 50px;
    position: relative;
}

#customers {
    background: #ffffff;
    padding: 100px 0px;
}

.bubbleBox {
    position: relative;
    background: #eae6e6;
    border-radius: .4em;
    font-size: 18px;
    padding: 10px;
}

    .bubbleBox:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #eae6e6;
        border-bottom: 0;
        margin-left: -15px;
        margin-bottom: -15px;
    }

.customersInfowrp {
    margin: 20px 0px;
}

.customersInfbox {
    float: left;
}

.customersName {
    margin-top: 10px;
}

.customersPost {
}

.source1, .source2, .source3 {
    padding: 0px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: right;
    padding-right: 140px;
}

.source2 {
    padding-right: 105px;
}

.source3 {
    padding-right: 240px;
}

.divLft {
    float: left;
    width: 10%;
}

.divRgt {
    float: right;
    width: 84%;
}

    .divRgt h1 {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        text-transform: none;
        margin-bottom: 10px;
    }

    .divRgt p {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
    }

.form-control {
}
/*---------------------------------------------Homepage Css---------------------------------------------------*/
.bannerTxt h1 {
    color: #ffffff;
    font-size: 55px;
    text-transform: none;
}

.bannerTxt h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    line-height: 40px;
}

.banner {
    margin: 0 auto;
    text-align: center;
}

#grayBox {
    background: #f9f9f9;
    padding: 80px 0px;
}

#video {
    background: #f9f9f9;
    padding: 100px 0px;
}

#helpYou {
    background: #ffffff;
    background-image: url(/Content/img/help-you.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 100px 0px;
    height: 656px;
}

    #helpYou h1 {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #helpYou h2 {
        margin-bottom: 50px;
        font-size: 20px;
        color: #000000;
    }

    #helpYou h3 {
        margin-bottom: 30px;
        font-size: 20px;
        color: #000000;
    }

    #helpYou a:hover, #footer a:hover {
        color: #ffffff;
    }

#testimonial {
    padding: 0px 0px 100px 0px;
    background: #ffffff;
}

#fraudsters, #integrate {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-section-heading {
    font-size: 45px;
    margin-bottom: 70px;
    padding: 0px;
    color: #000000;
    font-weight: 500;
    text-transform: none;
}

.address .divLft {
    float: left;
    margin-right: 10px;
    width: auto !important;
}

#clientLogo {
    background: #f5f7f7;
    border-bottom: #e5e2e2 solid 2px;
    padding: 10px 0px;
}

.we-recommend {
    margin: 0px;
    margin-bottom: 20px;
    border: #bfbfbf solid 1px;
    position: relative;
    min-height: 328px;
}

    .we-recommend .card-header {
        font-weight: 700;
        padding: 5px 10px;
        font-size: 18px;
    }

        .we-recommend .card-header img {
            margin-right: 10px;
        }

.magn2 {
    margin-left: 2%;
}

.or {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fc9f5b;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 130px;
    right: -23px;
    z-index: 1;
}

.saveDocs {
    float: right;
}

.recommend-head {
    font-size: 17px;
    margin-top: 69px;
    margin-bottom: 45px;
}

.stepWrp {
    text-align: center;
    border-right: #656565 solid 2px;
    box-sizing: border-box !important;
}

.stepNo {
    text-transform: uppercase;
    font-size: 20px;
}

.stepImg {
    width: 80px;
    height: 80px;
    background: #62bb46;
    border-radius: 50%;
    padding: 20px 19px;
    margin: 30px auto;
}

.stepTitle {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    margin-top: 33px;
}

.steptxt {
    font-size: 14px
}

.planFeatures {
    font-size: 25px;
    margin: 30px 0px 20px 0px;
    font-weight: bold;
}

.planFeaturesList {
    font-size: 14px;
    margin: 30px 0px;
}

    .planFeaturesList ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .planFeaturesList ul li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            line-height: 30px;
        }

            .planFeaturesList ul li .fa {
                color: #61b845;
                font-weight: bolder;
                margin-right: 5px;
            }

.text-danger {
    color: #dc3545 !important;
    font-size: 11px;
    font-weight: normal !important;
}

.form-check {
    font-size: 14px !important;
}

.progress-bar {
    background-color: #104478 !important;
}

.refresh {
    cursor: pointer;
}

    .refresh .fa {
        margin-right: 5px;
    }

.badge {
    border-color: #bd2130;
    box-shadow: none;
    padding: 8px !important;
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    top: 5px;
    background: #bd2130;
    position: relative;
    min-width: 16px;
}

.supplier-profile-card {
    border-radius: 0px;
    margin-bottom: 15px;
}

.supplier-profile-card-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.supplier-profile-card-inr {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0px;
    border: #d3e1d8 solid 1px;
}

    .supplier-profile-card-inr .form-group {
        margin-bottom: 5px !important;
    }

    .supplier-profile-card-inr label {
        margin-bottom: 0px !important;
    }

.supplier-profile-add {
    width: auto;
    background: #104478;
    padding: 3px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 0px;
    font-weight: 500;
}

.supplier-profile-card-inr .fa {
    color: #ffffff;
    font-size: 15px;
    background: #104478;
    padding: 5px 5px;
    border-radius: 0px;
}

.supplier-profile-card-inr .form-group {
    margin-bottom: 0px;
}

.supplier-profile-card-inr .fa-trash, .fa-pencil {
    display: inline-block;
}

.supplier-profile-card-inr .form-group p label {
    font-size: 14px;
    font-weight: 400;
}

#dashboard {
}

.uploadedNumber {
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-top: 24px;
}

.nextChange {
    background: #ffb912;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 40px;
    border-radius: 30px;
    font-weight: 700;
}

#prevBtn, #nextBtn {
    background: #60bb46;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    min-width: 80px;
    margin: 0px 5px;
    font-weight: 500;
    border: none;
    padding: 10px;
}

.add-another-user {
    background: #104478;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    min-width: 80px;
    font-weight: 700;
    border: none;
    padding: 10px;
}

    .add-another-user .fa-plus-circle {
        font-size: 20px;
        margin-right: 5px;
    }

ul.bulletlist {
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}

    ul.bulletlist li {
        list-style: none;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

.logoInnr {
    width: 200px;
}

#addMultiUserForm select {
    width: 90% !important;
    display: inline-block;
}

#addMultiUserForm i.fa-trash-o {
    top: -30px !important;
    position: relative !important;
    left: 244px;
}
/*animation*/
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*Toast bar */
#snackbar {
    visibility: hidden;
    min-width: 40%;
    color: #721c24;
    margin-left: -125px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible !important;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

.scanInvoices .col-md-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
}

.top100 {
    margin-top: 115px;
}

.promoCode {
    padding: 30px 0px 30px 40px;
    background: #feefe4;
    border: #fde5d3 solid 1px;
    margin-top: 40px;
}

    .promoCode span {
        margin-bottom: 10px;
    }

.btn:hover {
    color: #ffffff !important;
}

.adEmailId {
    margin-top: 25px;
}

.page-link {
    color: #000000 !important;
}

.manageInvoice {
    font-size: 13px;
    min-height: 288px; /*-webkit-box-shadow: 0px -1px 20px -7px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px -1px 20px -7px rgba(0,0,0,0.33);
  box-shadow: 0px -1px 20px -7px rgba(0,0,0,0.33);*/
}

.strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.manageInvoice .card-footer {
    background: #ffffff;
}

.manageInvoice .card-header {
    border: none;
}

    .manageInvoice .card-header img {
        margin-right: 10px;
    }

    .manageInvoice .card-header h1 {
        font-size: 17px;
        margin: 0px;
        padding: 0px;
        font-weight: 700;
    }

    .manageInvoice .card-header h2 {
        font-size: 15px;
        color: #4b4b4b;
        font-weight: 700;
    }

.topborder {
    height: 8px;
    background: rgb(57, 174, 104);
    background: -moz-linear-gradient(90deg, rgba(57, 174, 104, 1) 45%, rgba(96, 187, 70, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(57, 174, 104, 1) 45%, rgba(96, 187, 70, 1) 100%);
    background: linear-gradient(90deg, rgba(57, 174, 104, 1) 45%, rgba(96, 187, 70, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#39ae68", endColorstr="#60bb46", GradientType=1);
}

.achriveWrp {
    float: right;
    text-align: center;
    font-size: 12px;
}

    .achriveWrp img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.goBack {
    width: 320px;
    margin: 0 auto;
}

    .goBack div {
        float: left;
        font-size: 14px;
        color: #4b4b4b;
        height: 35px;
        line-height: 35px;
    }

        .goBack div .fa {
            background: #ffffff;
            color: #4b4b4b;
            border: 1px solid #bfbfbf;
            font-size: 32px;
            font-weight: bolder;
            height: 35px;
            width: 35px;
            text-align: center;
            margin-right: 10px;
            margin-left: 10px;
        }

.manageRefresh {
    background: #ffb913;
    border-radius: 30px;
    padding: 6px 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

    .manageRefresh:hover {
        color: #ffffff !important;
    }

.tooltipWrp {
    width: 320px;
    height: 150px;
    background: #ffffff;
}

.tooltipImg {
    width: 100px;
    height: 150px;
    background: #3f4851;
    float: left;
    text-align: center;
}

    .tooltipImg img {
        margin-top: 70px;
    }

.tooltiptxt {
    float: left;
    width: 200px;
    padding-left: 10px;
}

    .tooltiptxt h1 {
        font-size: 30px;
        font-weight: 800;
    }

    .tooltiptxt p {
        font-size: 15px;
    }

.crossBtn {
    display: block;
    height: 30px;
}

    .crossBtn .fa {
        float: right;
        line-height: 30px;
    }

@-moz-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*animation end */

.text-white {
    color: #000000 !important;
}

    .text-white:hover {
        color: #000000 !important;
    }

.dashboardLinktxt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 24px;
}

.dashboardLinkTitle {
    margin-top: 9px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: -2px;
}

.dashboardLink {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .dashboardLink .fa {
        font-size: 25px;
        color: #ffffff;
    }

.dahboardTitle {
    padding: 6px 14px 5px 14px;
}

.dashboardLinkBtn {
    position: relative;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #104478;
    border-radius: 5px;
    background-color: #104478;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    width: 220px;
    margin-bottom: 20px;
}

    .dashboardLinkBtn:hover {
        box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

.dashboardBox {
    /*border-radius: 3px;*/
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #ffffff;
    margin-bottom: 40px;
}

.dashboardLinTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.monthly {
    color: #000000;
    background-color: #fefefe;
    border-color: #6c757d;
    border-radius: 0px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-weight: bold;
    border: none !important;
}

.Yearly {
    color: #104478;
    background-color: #eceae8;
    border-radius: 0px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-weight: bold;
    border: none !important;
}

    .monthly:hover, .Yearly:hover {
        color: #000000 !important;
    }

.planActive {
    color: #104478;
    background-color: #f8f6f4;
}

.pricingBtnwrp {
    width: 85%;
}

.dashboardColmn .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}

.actionWrp {
    margin-bottom: 30px;
}

    .actionWrp h2 {
        text-align: left;
        font-size: 30px;
        color: #000;
        font-weight: 500;
        margin-top: 15px;
        margin-left: 32px;
    }

    .actionWrp h3 {
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-size: 11px;
        text-transform: uppercase;
        margin-left: 10px;
    }

.Textoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    border-color: #000;
}

.actionWrp:hover .Textoverlay {
    opacity: 1;
    cursor: pointer;
}

.actionText {
    color: #000000;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px 10px !important;
    line-height: 12px;
}

    .actionText p {
        margin-top: 10px;
    }

    .actionText a {
        color: #104478;
        font-weight: 800;
        margin-top: 10px;
    }

.dashbaordActionIcon {
    width: 22px;
    float: left;
}

.dashbaordActionTitle {
    float: left;
}

.noMargin {
    margin-left: 0px;
    margin-right: 0px;
}

.manageInvoice .card-body {
    min-height: 310px !important;
}

.top-link-btn-wrp {
    margin-top: 10px;
}

.top-link-btn {
    border: #a2a0a0 solid 1px;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    display: inline-block;
}

.margnTop {
    margin-top: 14px;
}

.freePassWrp {
    background: #ffffff;
    padding: 15px;
    margin-top: 30px;
}

    .freePassWrp .Div1 {
        float: left;
        margin-right: 13px;
    }

    .freePassWrp .Div2 {
        float: left;
    }

        .freePassWrp .Div2 input {
            width: 180px;
            height: 40px;
            border-radius: 3px;
            font-size: 14px;
            color: #000000;
            border-color: #bfbfbf;
        }

    .freePassWrp .Div3 {
        float: right;
    }

        .freePassWrp .Div3 .submitBtn {
            height: 40px;
        }

.trialExpiredWrp {
    width: 520px;
    margin: 100px auto;
}

    .trialExpiredWrp h1 {
        font-size: 30px;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        color: #656565;
        text-align: center;
        margin-bottom: 38px;
    }

    .trialExpiredWrp h2 {
        margin: 0px;
        padding: 0px;
        font-size: 25px;
        font-weight: 700;
        color: #656565;
        text-align: center;
        margin-bottom: 20px;
    }

    .trialExpiredWrp h3 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
        font-weight: 700;
        color: #656565;
        text-align: center;
    }

    .trialExpiredWrp .formWrp {
        height: 50px;
        margin-top: 50px;
    }

.formWrp .payTxt {
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 28px;
    margin-right: 20px;
}

.formWrp .pond {
    border: #dddddd solid 1px;
    padding: 4px 10px 1px 10px;
    float: left;
    height: 31px;
}

.formWrp .amountTxtbox {
    padding: 0px 10px 1px 10px;
    float: left;
}

.quickBooxbox {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    border-radius: 3px;
    padding-top: 15px;
    margin-bottom: 20px;
}

    .quickBooxbox h6 {
        font-size: 16px;
        margin-bottom:5px;

    }

.availableQukXero {
    text-align: center;
    line-height: 20px;
    margin-bottom: 2px;
}

.xerobox {
    float: left;
    width: 240px;
    /*    padding: 35px 0px;
  border: 1px solid rgba(0, 0, 0, .125);
*/ text-align: center;
    margin-bottom: 90px;
    margin-top: 43px;
}

    .quickBooxbox img, .xerobox img {
        margin-bottom: 18px;
    }

    .quickBooxbox .btn-primary, .xerobox .btn-primary {
        height: auto !important;
    }

        .quickBooxbox .btn-primary:focus, .xerobox .btn-primary:focus {
            border: none !important;
        }

.xerobox {
    margin-left: 30px;
}

.ErpTitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
}

.sync {
    padding: 5px 12px;
    font-size: 14px;
}

    .sync .fa {
        border: #1a7321 solid 1px;
        border-radius: 50%;
        padding: 5px;
        color: #1a7321;
        margin-right: 10px;
    }

.connectedBox {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    margin: 40px 0px;
    padding-bottom: 40px;
}

    .connectedBox h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 35px;
    }

    .connectedBox .btn-primary {
        margin-top: 48px !important;
        margin-bottom: 25px !important;
        width: 128px !important;
        font-size: 14px !important;
        height: auto !important;
    }

.formWrp .amountTxtbox {
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
}

.formWrp .monthTxt {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    height: 32px;
    line-height: 28px;
}

.EmailalertBox {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    min-width: 100%;
    padding: 15px;
    right: 0;
    background: #fbf2f2;
    border: #f8b6b6 solid 1px;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px !important;
}

    .EmailalertBox h6 {
        margin-bottom: 5px;
        color: #ff0000;
        font-weight: 700;
    }

.PricingSubscriptionBox2 {
    width: 574px;
    margin: 0 auto;
    padding: 60px 98px !important;
}

    .PricingSubscriptionBox2 h2 {
        font-size: 18px !important;
    }

.unverifiedEmails {
    background: #fbf2f2;
    border: #f8b6b6 solid 1px;
    padding: 20px;
}

    .unverifiedEmails p {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .unverifiedEmails .title {
        color: #ff0000 !important;
        font-size: 15px;
        margin-bottom: 10px;
    }

.font16 {
    font-size: 16px;
    font-weight: 500;
}

.beta {
    background: #104478;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 3px;
    margin-left: 10px;
}

    .beta .fa {
        margin-right: 3px;
    }

.yelloBtn {
    position: relative;
    padding: 10px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: #104478;
    border-radius: 5px;
    background-color: #104478;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
}

    .yelloBtn a {
        color: #ffffff;
        text-decoration: none;
    }

.pad-r {
    padding-right: 0px;
}

.pad-r-l {
    padding-left: 0px;
    padding-right: 0px;
}

.alink {
    padding: .5em 1em;
    color: #444;
    border: 1px solid #bfbfbf;
    background: linear-gradient(to bottom, #ffffff 5%, #f5f5f5 100%);
    text-decoration: none;
    border-radius: 2px;
    webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

    .alink a {
        font-size: 14px;
    }

.selectCountrtwrp {
    float: right;
    margin-top: 30px;
}

    .selectCountrtwrp ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .selectCountrtwrp ul li {
            display: inline-block;
            list-style: none;
            margin: 0px;
            padding-left: 5px;
        }

            .selectCountrtwrp ul li label {
                font-weight: 500 !important;
            }

            .selectCountrtwrp ul li .fa-angle-down {
                font-weight: 700 !important;
                font-size: 20px;
                position: relative;
                top: 3px;
            }

#selectCountry, #selectTimeZone {
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 3px;
    border: #bfbfbf solid 1px;
}

.SubscriptionBox .col-md-1 {
    -ms-flex: 0 0 7.333333% !important;
    flex: 0 0 7.333333% !important;
    max-width: 7.333333% !important;
    padding-right: 0px !important;
}

.SubscriptionBox .col-md-11 {
    padding-left: 0px !important;
}

.form-control {
    font-size: 14px !important;
}

.pleaseNot {
    color: #104478;
    ;
    font-weight: 700;
}

.adminTxt {
}

.addEmail {
    font-size: 20px;
    position: absolute;
    left: 375px;
    top: 18px;
    cursor: pointer;
    color: #104478;
}

.DragOr {
    line-height: 50px;
}

.uploadInvList {
    min-height: 245px;
    overflow: auto;
    overflow-y: auto;
    max-height: 245px;
    height: 245px;
    padding: 5px;
}

ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    margin-right: 60px !important;
    margin-top: -22px !important;
}

.notificationPreBox {
    box-shadow: 0px 2px 4px 0px #c8c8c8;
    padding: 20px 20px 5px 20px;
}

    .notificationPreBox small {
        display: block;
        margin-bottom: 15px;
    }

.greenTitle {
    color: #104478;
    font-weight: 600;
}

.ProfileSetup {
    background: #ffffff;
}

.addUserBox .col-4 {
    ms-flex: 0 0 93.333333% !important;
    flex: 0 0 93.333333% !important;
    max-width: 93.333333% !important;
}

.plusBtn {
    background: none;
    border: none;
    position: relative;
    right: 0px;
    float: right;
    top: -28px;
}

    .plusBtn .fa-plus-circle {
        font-size: 20px;
        margin-right: 5px;
        color: #008764;
    }

.profileRgt {
    margin: 0px;
    padding: 0px;
}

    .profileRgt li {
        margin: 0px;
        padding: 0px;
        height: 50px;
        line-height: 50px;
    }

        .profileRgt li:last-child {
            margin-right: 20px;
        }

        .profileRgt li img {
            height: 35px;
            width: 35px;
            display: inline-block;
        }

span.breadcrumb {
    position: absolute;
    width: 158px;
    top: 172px;
    bottom: 0;
    right: 47px;
    height: 182px;
    font-size: 13px;
    padding: 10px 5px 5px 10px;
    background-color: rgb(247, 248, 247);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.31);
    margin-bottom: 0px;
    border-radius: 3px;
    display: block;
}

.UnverifiedEmailsBox {
    background: #ffffff; /*padding:20px;*/
}

    .UnverifiedEmailsBox .badge {
        width: 24px !important;
        height: 24px !important;
        padding: 6px !important;
        position: relative;
        top: -1px;
    }

    .UnverifiedEmailsBox .title {
        font-size: 18px;
        padding: 0px;
        font-weight: 700;
        color: #000000;
        text-transform: none;
        margin-bottom: 8px;
        margin-top: 20px !important;
    }

.UnverifiedPinkBox {
    background: #fcf2f3;
    padding: 15px;
    margin-top: 20px;
}

.UnverifiedTblHeader {
    width: 100%;
    border: 1px solid #fcf2f3;
    padding: 8px 0px;
}

.UnverifiedCard {
    width: 100%;
    border: 1px solid #f7d3d7;
    background: #ffffff;
    padding: 10px 10px 0px 10px;
    margin-bottom: 14px;
}

    .UnverifiedCard .email {
        float: left;
        width: 80%
    }

        .UnverifiedCard .email label {
            font-weight: normal !important;
            margin-bottom: 10px;
        }

    .UnverifiedCard .contact {
        float: left;
        width: 10%; /*text-align:center*/
    }

    .UnverifiedCard .blacklist {
        float: right;
        width: 10%;
        text-align: center;
    }

.UnverifiedTbl .form-check-input {
    margin-top: 0px !important;
}

.redEmail {
    color: #ff0000;
}

.r-blue {
    background: #0000EE;
    height: 8px;
    width: 100%;
}

.table-responsive {
    width: 100% !important;
}

.supplierDetaitxt {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
}

.gray_card {
    background: #e6f2ea;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

#selectERP .form-control {
    width: 220px !important;
}

.cantFind .subtitle {
    margin-top: 38px;
    position: relative;
    left: -38px;
    font-size: 15px;
    font-weight: 600;
}

table.cbody tr:nth-child(4) {
    vertical-align: baseline !important;
    cursor: pointer;
}
/*table.cbody tr:nth-child(4) button {
		  background: #f2fcfa;
		  border: #104478 solid 1px;
		  border-radius: 2px;
		  font-weight: 700;
		  font-size: 12px;
	  }

		  table.cbody tr:nth-child(4) button:focus {
			  border: #104478 solid 1px !important;
		  }

	  table.cbody tr:nth-child(4) button {
		  border: #104478 solid 1px !important;
	  }*/
button[id^="btn-assign_"] {
    background: #E7ECF2;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    border: #104478 solid 1px !important;
}

    button[id^="btn-assign_"]:focus {
        border: #104478 solid 1px !important;
    }

    button[id^="btn-assign_"]:hover {
        color: #212529 !important;
        text-decoration: none !important;
    }

.form-group {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap !important; /* Chrome & Safari */
    white-space: -pre-wrap !important!important; /* Opera 4-6 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    white-space: pre-wrap !important; /* CSS3 */
    word-wrap: break-word !important; /* Internet Explorer 5.5+ */
    word-break: break-all !important;
    white-space: normal !important;
}

.multipleAccoyWrp {
    margin-top: 5px;
    display: flex !important;
}

    .multipleAccoyWrp .form-control {
    }

    .multipleAccoyWrp .submitBtn {
        margin: 0px 5px;
        min-width: 135px;
        padding: 0px !important;
        height: 35px;
    }

    .multipleAccoyWrp .fa {
    }

.badge-green {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #bd2130;
    box-shadow: none;
    padding: 5px !important;
    border-radius: 50% !important;
    height: 20px;
    width: 20px;
    top: -2px;
    position: relative;
    min-width: 16px;
    font-weight: 500;
    font-size: 12px;
}

span.badge-green > span {
    position: relative;
    left: -2px;
    font-size: 10px;
    top: -2px;
    font-weight: 600;
}

.fa-question-circle {
    cursor: pointer;
}

.cardNopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.rgtpad0 {
    /*padding-left: 0px !important;*/
    padding-right: 0px !important;
}

.qr-code {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    border-radius: 4px;
}

.qr-text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.btn-light {
    border: #104478 solid 2px !important;
    background: #ffffff;
}

    .btn-light:hover {
        border: #104478 solid 2px !important;
        background: #ffffff;
        color: #000000 !important;
        cursor: pointer !important;
    }

.alert-success {
    color: #000 !important;
    background-color: #e8f8f4 !important;
    border-color: #d0e6e1 !important;
}

.scrollTable {
    height: 270px !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    min-height: 270px;
}

.product-descriptions {
    height: 270px !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    min-height: 270px;
}

    .product-descriptions table th {
        border-bottom: #d1d0d1 solid 1px !important;
    }

    .product-descriptions table td {
        border-bottom: none !important;
        border-top: none !important;
    }

.tooltip {
    font-size: 14px !important;
    font-weight: normal;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fbccd1;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fbccd1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fbccd1;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fbccd1;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #000000 !important;
    text-align: center;
    background-color: #fcf2f3;
    border-radius: .25rem;
    border: #fbccd1 solid 1px !important;
}

.errorMessage {
    color: red;
    font-size: 11px;
    font-weight: 500;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap !important; /* Chrome & Safari */
    white-space: -pre-wrap !important!important; /* Opera 4-6 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    white-space: pre-wrap !important; /* CSS3 */
    word-wrap: break-word !important; /* Internet Explorer 5.5+ */
    word-break: break-all !important;
    white-space: normal !important;
}

.rescanTax, .rescanPan {
    margin-left: 10px;
    background: #ddd;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    /* padding: 0px; */
    border: #058466 solid 1px;
    border-radius: 2px;
    cursor: pointer;
}
hr {
    width: 100%;
}

.row-r {
    width: 100%;
    padding: 15px;
}
.serachWrp {
    background: #fff !important;
    box-shadow: 0 0 21px 0 rgba(0,0,0,.08) !important;
    border: #ddd solid 1px !important;
    padding: 20px !important;
    width: 400px !important;
}
    .serachWrp .form-control {
        width: 100% !important;
    }



.serachWrp .fa-close {
    border-radius: 50%;
    background: #000;
    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    float: right;
}
    .serachWrp .applyBtn {
        background: #104478;
        color: #fff;
        font-size: 13px;
        min-width: 90px;
        border-radius: 3px;
        font-weight: 700;
        border: none;
        height: 32px;
        margin-left: 10px;
        margin-top: 10px;
    }
.serachWrp .resetBtn {
    background: #fff;
    border: #104478 solid 2px;
    color: #000;
    font-size: 13px;
    min-width: 90px;
    border-radius: 3px;
    font-weight: 700;
    height: 32px;
    margin-top: 10px;
}
.cardWrp .tabbing:hover {
    background: #104478 !important;
}

#manageInvoiceGrid_wrapper .pay-btn, #manageInvoiceGrid_wrapper .viewBtn {
    padding: 0 3px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 11px !important;
    font-weight: 400;
    margin: 0 !important;
    min-width: 98px !important;
}

#manageInvoiceGrid_wrapper .Archive {
    right: 0 !important;
    border: #104478 solid 1px;
    padding: 0 2px !important;
    height: 28px !important;
}
#manageInvoiceGrid_wrapper .lbl-archive {
    font-size: 11px !important;
}

#manageInvoiceGrid_wrapper .defaultTbl td {
    padding: 10px 5px !important;
    font-size: 13px !important;
}
    
*#manageInvoiceGrid_wrapper .defaultTbl th:nth-child(8) {
    width:170px!important;
}
/*#manageInvoiceGrid_wrapper td:nth-child(8) {
    width: 17% !important
}*/
.serachWrp .form-control {
    cursor: pointer !important;
}

#manageInvoiceGrid_wrapper .defaultTbl td {
    padding: 10px 5px !important;
    font-size: 13px !important;
}
#manageInvoiceGrid_wrapper .loadingText:after {
    content: ' .';
    animation: dots 2s steps(5,end) infinite;
    font: 300 2.5em/60% Impact !important;
}
#manageInvoiceGrid th:nth-child(6), #manageInvoiceGrid tr td:nth-child(6) {
    border-right: #d1d0d1 solid 1px !important;
    width: 12% !important;
}

#manageInvoiceGrid_wrapper button[id^=btn-assign_] {
    font-size: 10px !important;
}

/*------------------------------Start Google drive connect css---------------------------------------*/
.teamDriveHead {
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.width8Pr {
    width: 8%;
}

#TeamDriveId{
    width:30%;
    margin:0 auto;
}

.googleDriveWrp{
    position:relative;
    top:-34px;
}
    .googleDriveWrp p {
        padding:0px!important;
    }
    .googleDriveWrp .DragOr {
        line-height: 50px!important;
    }
    .googleDriveWrp .btnDriveEventUpload{

    }
/*------------------------------End Google drive connect css---------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #222525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #f8f6f4;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

.page-banner-title {
    font-size: 45px;
    color: #ffffff;
    margin-top: 130px;
    font-weight: 900;
}

.page-banner-sub-title {
    color: #656565;
    font-size: 48px;
    margin-top: 0px;
}

.nav-active {
    color: #104478!important;
    font-weight: 900;
}
/*---------------------------------------------------------------------Home page css------------------------------------*/
#newsflash {
    background: #ffb913;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 800;
}

#bannerWrp {
    width: 100%;
    position: relative;
    background: #104478 url(/Content/img/header-wrp.jpg) center top no-repeat;
    background-size: cover;
    height: 750px;
}

#gryBg {
    background: #d2d2d2;
    padding-top: 50px;
    padding-bottom: 100px;
}

#ready-to-start-wrp {
    width: 100%;
    position: relative;
    background: #d2d2d2 url(/Content/img/ready-to-start-wrp.jpg) center top no-repeat;
    background-size: cover;
    height: 450px;
    padding-top: 80px;
    margin-bottom: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #636466;
    letter-spacing: 3px;
    font-weight: 700;
}

.signIn {
    color: #104478!important;
}

    .signIn span {
        color: #ffffff !important;
        font-weight: 700;
        background: #60bb46;
        border-radius: 30px !important;
        padding: 10px 20px !important;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #91c7e9;
    }

    .carousel-indicators li {
        background-color: #96f379 !important;
    }

    .carousel-indicators .active {
        background-color: #ffb913 !important;
    }

.protectBox {
    margin-bottom: 50px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
}

.carousel-caption {
    position: static !important;
    right: 5% !important;
    bottom: 20px;
    left: 5% !important;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    height: 235px;
    margin-bottom: 50px;
}

    .carousel-caption h1 {
        color: #ffffff !important;
        font-size: 45px;
        text-transform: none;
        padding: 0px;
        margin: 0px;
        font-weight: 900;
    }

.carouselTxtlft {
    float: left;
    width: 400px;
}

.carouselTxtrgt {
    float: right;
    text-align: right;
    background: #F00;
    height: 25px;
}

.Source {
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    margin-right: 50px;
}

.title-section {
    font-size: 35px;
    color: #000000;
    margin-top: 20px;
    font-weight: 800;
}

.font23 {
    color: #000000;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}



#raudstersWrp {
    width: 100%;
    position: relative;
    background:#ffffff;
}
/*.doted-right {
    background: url(/Content/img/doted-right.png) left top no-repeat;
    width: 546px;
    height: 302px;
    position: absolute;
    z-index: 1;
    right: 0;
}*/
.doted-left {
    background: url(/Content/img/doted-left.png) left bottom no-repeat;
    width: 236px;
    height: 396px;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: -40px;
}

.doted-left-contact {
    background: url(/Content/img/doted-left-contact.png) left bottom no-repeat;
    width: 236px;
    height: 396px;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: -218px;
}

.header-section {
    font-size: 55px;
    color: #656565;
    margin-bottom: 40px;
    font-weight: 900;
}

.raudsters p {
    font-size: 15px;
    color: #656565;
}

.cyanClr, .gryClr, .blueclr {
    color: #00a1cb;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.gryClr {
    color: #656565
}

.blueclr {
    color: #655ba8
}

.raudsters {
    margin-bottom: 50px;
}

.howItworkLft {
    float: left;
    width: 141px;
}

.howItworkRgt {
    float: left;
    margin-bottom: 50px;
}

    .howItworkRgt h2 {
        color: #62bb46;
        font-size: 25px;
        margin-bottom: 25px;
        margin: 0px;
        padding: 0px;
        font-weight: 900;
    }

    .howItworkRgt h3 {
        color: #00a1cb;
        font-size: 25px;
        margin-bottom: 25px;
        padding: 0px;
        margin: 0px;
        font-weight: 900;
    }

    .howItworkRgt p {
        color: #656565;
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }

.redatTostary {
}

    .redatTostary p {
        font-size: 35px;
        color: #ffffff;
        letter-spacing: -1px;
        line-height: 46px;
    }

    .redatTostary h1 {
        text-transform: uppercase;
        font-size: 50px;
        color: #ffffff;
        margin-top: 15px;
        font-weight: 900;
    }

#footerWrp {
    width: 100%;
    position: relative;
    background: #ffffff;
    height: 246px;
    padding-top: 30px;
    margin-top: 50px;
}

.footerLogo p {
    font-size: 14px;
    color: #636466;
    margin-top: 25px;
}

.footerLink {
}

    .footerLink h2 {
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        color: #2f2f2f;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .footerLink ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .footerLink ul li {
            margin: 0px;
            padding: 0px;
        }

            .footerLink ul li a {
                margin: 0px;
                padding: 0px;
                color: #636466;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 1px;
            }

.footerMidialink {
    text-align: center;
}

    .footerMidialink .fa {
        font-size: 35px;
        color: #0077b7;
    }

.creditCard {
    font-weight: 600;
    margin-left: 36px;
    margin-top: 5px;
    font-size: 16px !important;
}
.creditCard2 {
    font-weight: 600;
    margin-left: 36px;
    margin-top: 5px;
    font-size: 16px!important;
    color:#ffffff;
}
/*-------------------------------------------------------------------- CSS----------------------------------------------------------*/
#gray-curav-top {
    width: 100%;
    position: relative;
    background: url(/Content/img/gray-box-top.jpg) center top no-repeat;
    background-size: cover;
    height: 175px;
}

#gray-curav-bottom {
    width: 100%;
    position: relative;
    background: url(/Content/img/gray-box-bottom.jpg) center top no-repeat;
    background-size: cover;
    height: 175px;
}
/*--------------------------------------------------------------------Ourpricing CSS----------------------------------------------------------*/
#pricing-gray-box {
    background: #f8f6f4;
    padding-top:30px;
    padding-bottom:50px;
}

    #pricing-gray-box h1 {
        font-size: 45px;
        color: #656565;
        margin-bottom: 25px;
        font-weight: 900;
    }

    #pricing-gray-box h2 {
        font-size: 30px;
        color: #656565;
        margin-bottom: 25px;
        font-weight: 700;
    }

    #pricing-gray-box h3 {
        font-size: 20px;
        color: #656565;
        margin-bottom: 25px;
        font-weight: 700;
    }

.price-box {
    margin: 0px;
    padding:30px 0px 0px 0px;
    text-align: center;
    background: #ffffff;
    font-weight: 900;
    min-height:400px;
}

.price-head {
    color: #2f2f2f;
    font-size: 18px;
}

.price-body {
    padding: 0px 0px 10px 0px;
}

.plan-name {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

sup {
    top: -27px;
    font-size: 18px;
}

.free {
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight:500;
}

.free-small {
    color: #000000;
    
}

.plan-select-btn {
    margin-left: 20px;
    border-color: #f8f6f4;
    background-color: #f8f6f4;
    box-shadow: none;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
    color: #222525;
    font-weight: 700;
    padding: 10px 24px;
}

    .plan-select-btn:hover {
        border-color: #ecebea;
        background-color: #ecebea;
    }

.priceBtn .btn:hover {
    color: #000000 !important;
}

.upto-plan {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight:700;
}

.processed {
    font-size: 16px;
    font-weight:700;
}

#pricing-features {
    padding-bottom: 100px;
}

    #pricing-features h1 {
        font-size: 35px;
        color: #656565;
        text-align: center;
        margin-bottom: 50px;
    }

    #pricing-features h2 {
        font-size: 20px;
        color: #2f2f2f;
        margin-top: 35px;
    }

.features-pic {
    margin-bottom: 35px;
}
/*---------------------------------------------------contact us-page-css-------------------------------------------------------*/
#contact-us-wrp {
    width: 100%;
    position: relative;
    background: url(/Content/img/contact-us-wrp.jpg) center top no-repeat;
    height: 650px;
}

#contact-us-addrees h1 {
    font-size: 45px;
    color: #656565;
    margin-bottom: 30px;
}

#contact-us-addrees h2 {
    font-size: 30px;
    color: #656565;
    margin-bottom: 70px;
}

#contact-us-addrees {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-top: -150px;
}

.contactUsbox {
    padding: 20px;
}

    .contactUsbox .form-control {
        color: #000000;
        background: #ffffff;
        border-radius: 0px;
        height: 42px;
        font-size: 21px;
        color: #656565;
        font-weight: normal;
    }

    .contactUsbox .yelloBtn {
        margin-top: 0px;
    }

.comment-big {
    height: 80px !important;
    font-weight: 900;
}

.contactUsbox .yelloBtn {
    width: 180px;
}

#contact-gry-bg {
    background: #d2d2d2;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

.contactUsbox .font-24 {
    color: #656565;
    font-size: 19px;
    letter-spacing: 1px;
}

.contactUsbox .cyanClr {
    color: #00a1cb;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    margin: 10px 0px;
}
/*-----------------------------------------------------abhout-us- banner---------------------------------------------------------------------------*/
#about-us-banner {
    width: 100%;
    background: url(/Content/img/about-us-banner.jpg) center top no-repeat;
    height: 650px;
    position: relative;
}

#management {
    background: #ffffff;
    width: 100%;
    margin-top: -125px;
}

.member-top-margin {
    margin-top: 50px;
}

.member-pic {
    position: relative;
}

.mediaLink {
    position: absolute;
    right: 48px;
    bottom: 17px;
    width: 34px;
    height: 32px;
}

    .mediaLink .fa {
        font-size: 20px;
    }

.member-name {
    font-size: 31px;
    color: #656565;
    margin-bottom: 15px;
}

.member-postion {
    text-transform: uppercase;
    -webkit-text-stroke: 1px #62bb46;
    color: #fff;
    font-size: 25px;
}

.member-text {
    color: #656565;
    font-size: 19px;
    line-height: 30px;
}

.memberLft {
    float: left;
}

.memberRgt {
    float: right;
}

#advisoryBoard {
    background: #62bb47 url(/Content/img/advisory-board-gray-bg.jpg) center top no-repeat;
    background-size: inherit;
    position: relative;
    padding-top: 20px;
    background-size: cover;
}

.advisory-board-heading {
    font-size: 50px;
    color: #ffffff;
    margin-top: 135px;
    margin-bottom: 50px;
    font-weight: 900;
}

.lowrTxt1 {
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 900;
}

.lowrTxt2 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 900;
}

.readMore {
    color: #104478;
}

.pic1 {
    margin-bottom: 0px;
}

#advisoryBoard .mediaLink {
    margin-bottom: 40px;
}

.gap60 {
    height: 60px;
    display: block;
}

.ReadmoreTxt {
    font-size: 23px;
    line-height: 30px;
}

.linkedin-line {
    width: 98px;
    height: 42px;
    position: absolute;
    bottom: -13px;
    left: 230px;
    z-index: 2;
}
/*-------------------------------------------------before login popup  css--------------------------------*/
.jumbotron {
    padding: 7rem 1rem;
    margin-bottom: 0rem;
    background-color: transparent;
    border-radius: .3rem;
    color: #ffffff;
}

    .jumbotron h1 {
        color: #ffffff !important;
        font-size: 25px;
        margin-bottom: 12px;
    }

    .jumbotron p {
        font-size: 14px;
    }

        .jumbotron p a {
            font-size: 14px;
            color: #ffffff !important;
        }

.btn:focus {
    box-shadow: none;
}

button:focus {
    box-shadow: none;
}

.privacyPolicy {
    font-size: 15px;
    line-height: 20px;
}

    .privacyPolicy ul {
        list-style: circle;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .privacyPolicy h4 {
        margin: 20px 0px !important;
        font-size: 20px;
        font-weight: 900;
    }

    .privacyPolicy ul li {
        line-height: 30px;
    }

.request-form {
    padding: 0px 20px;
}

    .request-form .form-control {
        color: #000000;
        background: #ffffff;
        border-radius: 0px;
        font-size: 21px;
        color: #656565;
    }
/*-----------------------------------footer page banner----------------------------------*/
#privacy-policy {
    width: 100%;
    background: url(/Content/img/privacy-policy-baner.jpg) center top no-repeat;
    height: 650px;
    position: relative;
}

#terms-of-use {
    width: 100%;
    background: url(/Content/img/terms-of-use-baner.jpg) center top no-repeat;
    height: 650px;
    position: relative;
}

#cookie {
    width: 100%;
    background: url(/Content/img/cookie.jpg) center top no-repeat;
    height: 650px;
    position: relative;
}

.copyrightblank {
    display: none;
}

.pci2 {
    display: none;
}

.facebookMargin {
    margin-left: 10px;
}

.socialmediaBtn {
    margin-left: 5px;
}

#PricingSubscriptionBox {
    background: #d3d3d3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.PricingSubscriptionBox {
    background: #ffffff;
    padding: 50px 0px 40px 0px
}

    .PricingSubscriptionBox h1 {
        color: #000000;
        font-size: 30px;
        margin-bottom:15px;
        font-weight: 700;
    }

    .PricingSubscriptionBox h2 {
        font-size:15px!important;
        color: #000000;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .PricingSubscriptionBox label {
        font-size: 25px;
        font-weight: 700;
    }

    .PricingSubscriptionBox label {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
    }

    .PricingSubscriptionBox .form-inline .form-control {
        color: #656565;
        height: 40px !important;
        width: 100%;
        font-size: 16px;
    }

    .PricingSubscriptionBox .form-inline .pond {
        width: 10%;
    }

    .PricingSubscriptionBox .form-inline .emailId {
        width: 100%;
    }

    .PricingSubscriptionBox .form-inline .amount {
        width: 42%;
    }

    .PricingSubscriptionBox .margn50 {
        margin-bottom: 10px;
    }

    .PricingSubscriptionBox .registerBtn {
        position: relative;
        padding: 10px 24px;
        border-style: solid;
        border-width: 2px;
        border-color: #104478;
        border-radius: 5px;
        background-color: #104478;
        box-shadow: inset 0 0 100px 100px transparent;
        -webkit-transition: box-shadow 200ms ease;
        transition: box-shadow 200ms ease;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px !important;
        width: 230px;
        margin-top: 20px;
    }

.fa-gbp {
    font-size: 20px;
    margin-top: 4px;
    margin-left: 8px;
}

.PricingSubscriptionBox .text-danger {
    margin-left: 221px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
	text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
	width: auto;
	display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}
div.dataTables_wrapper div.dataTables_info {
	padding-top: 0.85em;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
}
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
	outline: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 0.9em;
	display: block;
	opacity: 0.3;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\2191";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: "\2193";
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
	opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
	box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width: 767px) {
div.dataTables_wrapper div.dataTables_length,  div.dataTables_wrapper div.dataTables_filter,  div.dataTables_wrapper div.dataTables_info,  div.dataTables_wrapper div.dataTables_paginate {
	text-align: center;
}
}
table.dataTable.table-sm > thead > tr > th {
	padding-right: 20px;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: 0.85em;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
	top: 5px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
	border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
	border-right-width: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
	margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
	padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
	padding-right: 0;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }

    .navbar-nav .form-inline .input-group {
        width: auto;
    }

    .sidebar {
        width: 225px !important;
    }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 15px 15px;
            width: 225px;
        }

            .sidebar .nav-item .nav-link:hover {
                color: #ffffff !important;
                background: #104478;
            }

            .sidebar .nav-item .nav-link:active {
                background: #104478;
                color: #ffffff !important;
            }

            .sidebar .nav-item .nav-link span {
                font-size: 16px;
                display: inline;
                font-weight: 500;
            }

        .sidebar .nav-item .dropdown-menu {
            position: static !important;
            /*margin: 0 1rem;*/
            top: 0;
            background: #ffffff;
            border-radius: 0px;
        }

        .sidebar .nav-item.dropdown .dropdown-toggle::after {
            display: block;
            font-size: 20px;
        }

        .sidebar.toggled {
            overflow: visible;
            width: 90px !important;
        }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem;
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: 0.75rem 1rem;
                width: 90px;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                }

            .sidebar.toggled .nav-item .dropdown-menu {
                position: absolute !important;
                -webkit-transform: none !important;
                transform: none !important;
                left: calc(90px + 0.5rem) !important;
                margin: 0;
            }

                .sidebar.toggled .nav-item .dropdown-menu.dropup {
                    bottom: 0;
                    top: auto !important;
                }

            .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
                display: none;
            }

    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }

    footer.sticky-footer {
        width: calc(100% - 225px);
    }

    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}
/*-----------------------------------------------------------------------------Outer-page responsive css-----------------------------------------------*/
@media only screen and (max-width: 767px) {
    .dashboardLinkTitle {
        margin-top: 0px;
        margin-bottom: 10px;
        
    }
    .connectERP .card-header {
        padding: 10px 5px;
    }
        .connectERP .card-header .pull-right {
            float: right !important;
            width:auto!important;
        }
    #wrapper {
        margin-top: 43px;
    }
    .multipleAccoyWrp {
        background: #ffffff;
        margin-top:50px;
        width: 100% !important;
        display: block;
        position: absolute;
        left: 0px;
        right: 0;
        z-index: 9;
        padding: 10px;
        box-shadow: 0 3px 6px -6px rgba(0, 0, 0, 0.2);
    }
        .multipleAccoyWrp .form-control {
            padding:5px 5px;
        }

        .multipleAccoyWrp .submitBtn {
            width: 127px;
            padding: 6px 2px;
            font-size: 12px;
        }

        .multipleAccoyWrp .fa {
            float: left;
        }
    .forgotPass {
        min-height: initial !important;
    }

        .forgotPass h1 {
            font-size: 15px !important;
            line-height: 22px !important;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .forgotPass .font16 {
            font-size: 14px !important;
            line-height: 18px;
            margin-bottom: 20px;
        }

    #profile-area .col-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pricingBtnwrp {
        width: 85%;
        margin-left: 40px !important;
    }

    .logOut {
        margin-top: 0px;
        margin-right: 0px !important;
    }

    .profileNextbtn {
        margin-top: 0px;
        width: 66%;
    }

    #fraudRules .submitBtn {
        width: 66% !important;
    }

    .memberPic {
        display: block;
        width: 30px;
        float: left;
        height: 77px;
    }

    .addEmails {
        right: 0px !important;
    }

    #addMultiUserForm i.fa-trash-o {
        left: 15px !important;
    }

    .profileSetupLogo {
        margin-top: 20px !important;
    }

    .steptitleHeader {
        background: #ffffff;
        margin-top: 20px !important;
    }

    .step {
        width: 61px !important;
    }

    .smallTxtfraud small {
        margin-left: 20px !important;
    }

    .fa-bars {
        color: #ffffff !important;
        background: #104478 !important;
        padding: 8px !important;
        border-radius: 3px !important
    }

    .skipubmitBTn {
        margin-left: 30px !important;
    }

    .swal2-popup .swal2-content {
        margin-top: 10px !important;
    }

    .addMmbrMrgn50 {
        margin-left: 10px !important;
        margin-top: 15px !important;
    }

    #fraudRules small {
        margin-left: 21px !important;
    }

    #btnCoupanCode {
        margin-top: 10px;
    }

    .dahboardTitle .form-group {
        margin-bottom: 0px !important;
    }
    /*.dashboardColmn > div:nth-child(1) {
        width: 50%;
    }*/
    .dashbaordActionIcon {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 10px;
    }

    .dashbaordActionTitle {
        float: none;
    }

    .dashboardBox {
        margin-bottom: 10px;
    }

    .dashbaordActionTitle h3 {
        text-align: center;
        margin-top: 10px;
    }

    .actionText {
        color: #000000;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        padding: 10px 10px 10px 10px !important;
    }

    .actionWrp h2 {
        text-align: center;
        font-size: 30px;
        color: #000;
        font-weight: 500;
        margin-top: 5px;
        margin-left: 0px;
    }

    .actionWrp {
        width: 46%;
        background: #ffffff;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .we-recommend .card-header img {
        display: none;
    }

    .hidden-xs-r {
        display: none !important;
    }

    .orWrp {
        width: 100%;
        float: left;
    }

    .saveDocs {
        float: left;
    }

    #about-us-banner, #contact-us-wrp, #terms-of-use, #privacy-policy, #cookie {
        background: #4b4b4b !important;
        height: auto !important;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    #bannerWrp {
        background: #60bb46;
        height: auto;
        padding: 0px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .carousel-inner {
        padding-top: 0px;
    }

    .carousel-caption {
        height: 200px;
        box-sizing: initial;
    }

        .carousel-caption h1 {
            color: #ffffff !important;
            font-size: 35px;
            text-transform: none;
            padding: 0px;
            margin: 0px;
        }

    .header-section {
        font-size: 55px;
    }

    .raudsters {
        margin-bottom: 20px;
    }

    .doted-right {
        display: none;
    }

    .yelloBtn {
        width: auto;
    }

    .title-section {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .Source {
        font-size: 15px;
        margin-top: 10px;
        text-align: left;
        margin-right: 50px;
    }

    #gray-curav-bottom {
        display: none;
    }

    .doted-left {
        display: none;
    }

    #gryBg {
        padding-bottom: 20px;
    }

    #ready-to-start-wrp {
        height: 580px;
    }

    .redatTostary h1 {
        font-size: 53px;
    }

    #footerWrp {
        padding-top: 0px;
        margin-top: 30px;
    }

    .footerMidialink {
        text-align: left;
    }

    #pricingTable .col-md-3 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
        padding-left: 48px;
        padding-right: 8px;
    }

    #gray-curav-top {
        width: 100%;
        position: relative;
        background: #ffffff;
        background-size: auto;
        background-size: cover;
        height: 10px;
    }

    .howItworkLft {
        float: left;
        width: 100%;
    }

    .howItworkRgt {
        float: left;
        margin-bottom: 50px;
        width: 100%;
    }

    #advisoryBoard {
        background: #62bb47;
    }

    .advisory-board-heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .linkedin-line {
        display: none;
    }

    .features-pic {
        margin-bottom: 10px;
    }

    #pricing-features h2 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .price-box {
        margin-bottom: 30px;
        min-height: 360px !important;
    }

    #countryCodeArea .form-control {
        width: 100% !important;
    }

    .content-width-small, .content-width-medium, .content-width-large {
        padding: 0px 0px 0px 30px !important;
    }

        .content-width-small .h1, .content-width-medium .h1, .content-width-large .h1 {
            font-size: 30px !important;
            letter-spacing: 0px !important;
        }

    #pricing-gray-box {
        background: #3e474e;
        padding-top: 80px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        #pricing-gray-box .offset-4 {
            margin-left: 10.333%;
        }

    #pricing-features {
        padding-bottom: 0px;
    }

    .yelloBtn {
        margin-top: 20px;
    }

    .loginWrp {
        display: block !important;
        margin-top: 25px !important;
    }

    .whiteBox {
        width: 100% !important;
        display: block !important;
    }

    .grayBox {
        width: 100% !important;
        display: none !important;
        min-height: 235px !important;
    }

    .sidebar .dropdown-menu {
        background: #fff !important;
    }

    .text-white {
        color: #ffffff !important;
    }

    .pad-r {
        padding-right: 15px;
    }

    .pad-r-l {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .nav-item.active .nav-link {
        color: #000000 !important;
        background: none;
    }

    .dropdown a {
        color: #000000 !important;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .userLogin {
        display: none;
    }

    .fa-sign-out {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 18px;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .sidebar .dropdown-menu {
        background: #fff !important;
        border: none !important;
    }

    .dropdown a {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0px;
    }

    #dropArea {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        height: auto;
    }

        #dropArea .drag-text {
            font-size: 18px;
            margin-top: 0px;
            line-height: 30px;
        }

    .dataTables_info {
        margin-bottom: 12px !important;
    }

    .pay-btn {
        margin-left: 0px;
        margin-bottom: 5px;
        min-width: auto !important;
        margin-top: 5px;
        position: relative;
    }

    .SubscriptionBox {
        text-align: center;
    }

    .btn-primary {
        margin-top: 10px;
    }

    #management {
        background: #ffffff;
        width: 100%;
        margin-top: 0px;
    }

    .mediaLink {
        display: none;
    }

    #contact-us-addrees {
        margin-top: 0px;
    }

    .dashboardCard .card-header {
        font-size: 12px;
        font-weight: normal;
        padding: 10px 6px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 12px;
        font-weight: normal !important;
    }

    .dashboardLinkTitle {
        font-size: 22px;
    }

    .logoInnr {
        width: 170px;
        height: 50px;
    }

    .recommend-head {
        font-size: 16px;
        margin-top: 69px;
        margin-bottom: 45px;
    }

    .we-recommend {
        min-height: 190px;
    }

        .we-recommend:first-child {
            border-left: #bfbfbf solid 1px;
        }

    .or {
        position: absolute;
        top: 178px;
        right: 0;
        left: 130px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .we-recommend a {
        font-size: 14px;
    }

    .we-recommend p {
    }

    .we-recommend .card-header {
        padding: 10px 9px;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .scanInvoices .col-md-5 {
        padding-right: 2px;
        padding-left: 2px;
    }

    .recommend-head {
        margin: 0px 0;
    }

    .uploadFile .card-header {
        padding: 10px 2px;
        font-size: 13px;
    }

        .uploadFile .card-header .badge {
            height: 24px;
            width: 24px;
        }

    .uploadFile .card-body {
        height: 150px !important;
    }

    .stepwizard::before {
        display: none;
    }

    .stepwizard ul li {
        width: auto;
    }

    .stepwizard p {
        font-size: 10px;
    }

    .Logocontainer {
        margin-bottom: 20px;
        width: 55% !important;
    }

    .no-gutters .col-4 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .submitBtn {
        background: #104478;
        color: #ffffff;
        min-width: 70px;
    }

    .Add-Email-ID {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .scanInvoices .col-md-5 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .signIn {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .signIn span {
            padding: 7px 18px !important;
            margin-top: 90px !important;
        }

    .member-top-margin {
        margin-top: 0px;
    }

    .gap60 {
        height: 25px;
        display: block;
    }

    .privacyPolicy ul {
        margin-left: -26px;
    }

    .sidebar .nav-item .nav-link {
        width: 105px;
        padding: 8px 0px !important;
    }

    .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 92px !important;
    }

    .rc-anchor-normal .rc-anchor-content {
        height: 74px;
        width: 150px !important;
    }

    .rc-anchor-logo-portrait {
        margin: 10px 0 0 10px !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        text-align: left !important;
        width: 129px !important;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 241px !important;
    }

    .manageSelect {
        width: 60% !important;
    }

    .fa-refresh {
        margin-bottom: 20px;
    }

    .manageInvoice .card-header h1 {
        font-size: 17px;
        margin: 0px;
        padding: 0px;
        margin-left: 10px;
    }

    .manageInvoice .card-header h2 {
        font-size: 15px;
        color: #4b4b4b;
        margin-left: 10px;
    }

    #right-action-area {
        float: left !important;
        margin-top: 10px;
    }

        #right-action-area .details-btn {
            top: 38px;
        }

    #area-invoiceDetails .btn {
        margin-top: 10px !important;
    }

    .card-header .pull-right {
        float: left !important;
        display: block;
        width: 100%;
    }

    .col-md-12 .pull-right {
        float: left !important;
    }

    .card-header .pull-right .blueBtn {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .responsivesearch {
        width: 68% !important;
    }

    .form-inline {
        width: 100% !important;
    }

    .swal2-popup .swal2-title {
        margin-top: -24px !important;
    }

    .swal2-popup .swal2-title {
        left: 27px !important;
        padding-right: 50px !important;
    }

    .form-inline .form-control {
        width: 60% !important;
    }

    .margin10px {
        margin-bottom: 10px;
    }

    .promoCode {
        padding: 15px !important;
    }

    .cancilBtn {
        min-width: 85px !important;
    }

    [data-submit="company"] {
        float: left !important;
    }

    .remove-btn {
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .copyrightblankTxt {
        display: none;
    }

    .copyrightblank {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 20px 0px 0px 20px;
        border-top: #dddddd solid 1px;
        display: block;
        line-height: 60px;
        color: #636466;
    }

    .footerLink {
        margin-top: 20px;
        margin-left: 8px;
        margin-bottom: 20px;
    }

    .billing-plan .blueBtn {
        float: left !important;
    }

    .blueBtn {
        min-width: initial !important;
    }

    .page-banner-title {
        margin-top: 10px;
        font-size: 40px;
    }

    .unarchive {
        min-width: 85px !important;
    }

    .planBox .text-right {
        text-align: left !important;
    }

    .planBox table {
        margin-top: 20px;
    }

    .planBox {
        margin-top: 20px;
    }

    .auditLogSrch label {
        display: block;
        width: 100%;
    }

    .auditLogSrch .form-control {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }

    .planBox {
        min-height: 150px;
    }

        .planBox .PaymentMethod {
            position: absolute;
            bottom: 0;
            top: 55px;
        }

        .planBox .PaymentMethodTbl {
            position: absolute;
            top: -13px;
        }

    .pull-left .title {
        margin-bottom: 10px;
    }

    #area-Result .col-md-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #das-n-req .col-md-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .mrgin_40 {
        margin-left: 40px;
    }

    #contactUsbox .col-md-6 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .pci1 {
        display: none;
    }

    .pci2 {
        display: block;
    }

        .pci2 .fa-linkedin {
            margin-left: 0px;
            margin-right: 0px;
        }

        .pci2 .img-fluid {
            max-width: 70% !important;
        }

    .linkedin2 {
        display: none;
    }

    .badge {
        border-color: #c50707;
        box-shadow: none;
        padding: 2px !important;
        border-radius: 50% !important;
        height: 27px;
        width: 27px;
        top: 0px;
        background: #c50707;
        position: relative;
        min-width: 16px;
        text-align: center;
        line-height: 23px;
        font-size: 10px;
    }

    .goBack div {
        float: left;
        font-size: 13px;
        color: #4b4b4b;
        height: 35px;
        line-height: 35px;
        margin-bottom: 18PX;
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }

    .page-link {
        position: relative;
        display: block;
        padding: 7px;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
        font-size: 12px;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-start;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 0px;
        margin-bottom: 16px !important;
    }

    .PricingSubscriptionBox .form-inline .pond {
        width: 15% !important;
    }

    .PricingSubscriptionBox .form-inline .amount {
        width: 42% !important;
    }

    .offset-2 {
        margin-left: 4.667% !important;
    }

    .PricingSubscriptionBox h1 {
        font-size: 27px !important;
    }

    .margn50 {
        display: none;
    }

    .PricingSubscriptionBox .form-inline .emailId {
        width: 100% !important;
    }

    .PricingSubscriptionBox2 {
        width: 100% !important;
        margin: 0 auto;
        padding: 20px !important;
    }

        .PricingSubscriptionBox2 h2 {
            font-size: 15px !important;
            margin-bottom: 0px !important;
        }

    .trialExpiredWrp {
        width: 100% !important;
        margin: 50px auto !important;
    }

        .trialExpiredWrp h1 {
            font-size: 25px !important;
            margin-bottom: 15px !important;
        }

        .trialExpiredWrp h2 {
            font-size: 18px !important;
        }

        .trialExpiredWrp h3 {
            font-size: 18px !important;
        }

    .payTxt {
        width: 100% !important;
    }

    .formWrp .amountTxtbox {
        width: 100px !important;
    }

    .formWrp .text-danger {
        width: 100% !important;
        display: inline-block !important;
        position: absolute !important;
        bottom: 23px !important;
        font-size: 12px !important;
    }

    .Dltspace {
        display: none;
    }

    .dilricn2nw.lftbtmicon {
        left: 18px !important;
        right: auto;
        float: left;
    }

    .dilricn2nw {
        bottom: 20px !important;
    }

    .creditCard {
        margin-left: 20px !important;
    }

    .creditCard2 {
        margin-left: 20px !important;
    }

    .pleaseNot {
        width: 100%;
        display: inline-block;
    }

    .quickBooxbox {
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .xerobox {
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .ErpTitle {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        margin-top: 10px;
    }

    .addEmail {
        left: 295px;
    }
}
/*-------------------------------------------------------------dashboard mobile responsive css 1-May-19------------------------------------------------------------------*/
/*------------------Responsive for Tab css 13-August-19--------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #about-us-banner {
        background: #000000 !important;
    }

    #bannerWrp .col-md-6 {
        ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #gryBg .col-md-6 {
        ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    #ready-to-start-wrp {
        padding: 30px 0px;
        height: auto !important;
    }

    #pricingTable .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 1px;
        padding-right: 8px;
    }

    #contact-us-wrp, #about-us-banner, #cookie {
        background: #3f484f;
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .page-banner-title {
        margin-top: 10px;
    }

    #contact-us-addrees .col-md-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .or {
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0px;
    }

    .card-header {
        padding: 10px 9px;
        font-size: 14px;
    }

    .area-show .col-md-4 {
        -ms-flex: 0 0 48.333333%;
        flex: 0 0 48.333%;
        max-width: 48.333%;
    }

        .area-show .col-md-4 img {
            margin-right: 10px !important;
        }

    .manageInvoice h1 {
        margin-left: 10px !important;
    }

    .manageInvoice h2 {
        margin-left: 10px !important;
    }

    .uploadLogo .col-md-2 {
        -ms-flex: 0 0 36.666667%;
        flex: 0 0 36.667%;
        max-width: 36.667%;
    }

    .planBox .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .planBox .col-md-3 {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
    }

    #contact-us-addrees {
        margin-top: 0px;
    }

    #management {
        margin-top: 0px;
    }

    #advisoryBoard .col-md-3 {
        display: none;
    }

    #advisoryBoard .col-md-9 {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #management .col-md-1 {
        -ms-flex: 0 0 11.333333%;
        flex: 0 0 11.333333%;
        max-width: 11.333%;
    }

    .signIn span {
        color: #636466 !important;
        font-weight: 900;
        background: #fff;
        border-radius: 30px !important;
        padding: 0px !important;
        font-size: 15px;
    }

    .whiteBox .pull-right {
        float: left;
    }

    .fa-bars {
        font-size: 22px;
    }

    .top100 {
        margin-top: 0px;
    }

    .we-recommend {
        min-height: auto !important;
        width: 100%;
    }

    .orWrp {
        display: none;
    }

    .drag-and-drop-Box {
        border: none;
    }

    #dropArea {
        border: none;
        height: auto;
        margin-bottom: 0px;
    }

        #dropArea .drag-text {
            margin-top: 70px !important;
            line-height: normal;
        }

    #profileDetials .col-md-4 {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .supplier-profile-card {
        min-height: inherit !important;
    }

    .justify-content-center .col-md-6 {
        -ms-flex: 0 0 80% !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .justify-content-center .col-md-10 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .justify-content-center .col-md-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .dashboardLinkBtn {
        width: 83% !important;
    }

    .dashboardLinTitle {
        font-size: 14px !important;
    }

    .dashboardColmn .col-md-2 {
        -ms-flex: 0 0 32.666667% !important;
        flex: 0 0 32.667% !important;
        max-width: 32.667% !important;
    }

    .card-body .pull-right {
        float: left !important;
    }

    .card-header .pull-left {
        float: left !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .card-header .pull-right {
        float: left !important;
    }

    .card-footer {
        padding: 5px 0px 5px 7px !important;
    }

        .card-footer .pay-btn {
            font-size: 12px !important;
        }

    .Archive {
        right: 0px !important;
    }

    .billing-plan .text-right {
        text-align: left !important;
        margin-left: 39px !important;
    }

    #wrapper #content-wrapper {
        overflow-x: hidden !important;
    }

    .approve-supplier .col-md-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .card-body .form-inline {
        margin-top: 20px !important;
    }

    .LoginDetails .col-md-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .LoginDetails .col-md-3 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .Logocontainer {
        margin-bottom: 20px !important;
    }

    .usersTbl .edit-btn {
        margin-bottom: 10px !important;
    }

    .planBox {
        min-height: 246px !important;
    }

        .planBox .col-md-8, .planBox .col-md-4, .planBox .col-md-9, .planBox .col-md-3 {
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        .planBox .text-right {
            float: left !important;
            margin-left: 0px !important;
            margin: 20px 0px !important;
        }

    .auditLogSrch .form-control {
        width: 33% !important;
    }

    #about-us-banner, #contact-us-wrp, #terms-of-use, #privacy-policy, #cookie {
        background: #4b4b4b !important;
        height: auto !important;
        padding-bottom: 15px !important;
        margin-bottom: 20px !important;
    }

    .saveDocs {
        float: left !important;
    }

    .magn2 {
        margin-left: 0% !important;
    }

    .PublishedSuppliersScroll {
        height: 495px;
        overflow: scroll;
    }

    #newDetails .col-md-5 {
        -ms-flex: 0 0 79.667%;
        flex: 0 0 79.667%;
        max-width: 79.667%;
    }
    /*.dataTables_paginate .pagination {
        position: relative!important;
        left: -94px!important;
        margin-top:20px!important;
    }*/
    .pagination {
        position: relative !important;
        float: left !important;
        margin-top: 20px !important;
    }
}

@media(min-width:991px) {
    #sidebarToggle {
        display: none;
    }
}

@media (min-width: 768px) {
    .no-gutter-left {
        padding-left: 0;
    }
}

.swal2-popup {
    width: 35em !important;
    padding: 2em 2em !important;
}




.swal2-cancel {
    position: relative;
    padding: 5px 24px;
    border: 2px solid #104478;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #104478;
    font-weight: 700;
    text-decoration: none;
    font-size:16px!important;
}

.swal2-confirm {
    margin-left: 10px;
    position: relative;
    padding: 5px 24px;
    border: 2px solid #104478;
    border-radius: 3px;
    background-color: #104478;
    box-shadow: inset 0 0 100px 100px transparent;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    color: #fff;
    font-weight: 700;
    font-size: 16px!important;
    text-decoration: none;
    box-shadow: none !important;
}





.swal2-popup .swal2-styled.swal2-cancel {
    background: initial;
    background-color: #ffffff !important;
    color: #104478 !important;
    border: #104478 solid 2px !important;
    padding: 5px 24px !important;
    font-size: 16px !important;
    font-weight:700!important;
}



.swal2-popup .swal2-styled.swal2-confirm {
    padding: 6px 24px !important;
    box-shadow: none !important;
    background: #104478 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}


    .swal2-popup .swal2-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px !important;
    }

.swal2-popup .swal2-select {
    
    font-size: 14px !important;
}

.swal2-popup #swal2-content {
    text-align: center;
    font-size: 15px !important;
    font-weight: 500 !important;
    color:#000000;
}

.swal2-popup .swal2-title {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height:24px;
    color:#000000!important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: #656565 solid 3px !important;
}

.swal2-icon.swal2-question {
    border-color: #656565 !important;
    color: #104478 !important;
    font-weight: 900 !important;
}
.swal2-icon.swal2-info {
    border-color: #656565 !important;
    color: #104478 !important;
}
.swal2-icon.swal2-warning {
    border-color: #656565 !important;
    color: #104478 !important;
}



.swal2-icon.swal2-success [class^="swal2-success-line"] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #104478!important;
    z-index: 2;
}


.swal2-styled:hover {
    background: #ffffff !important;
}


.swal2-title .fa-lock {
    color: #104478;
    font-size: 36px;
    border: #363535 solid 3px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 20px;
    margin-bottom: 20px;
}


