@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* You can add global styles to this file, and also import other style files */
/* Master Styles */
body {
    border-top: 4px solid #c2d63e;
    background-color: white;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #84888c !important;
}
h4 {
    font-size: 16px;
}
.equal {
    display: flex;
    flex-wrap: wrap;
}
.equal>[class*='col-'] {
    display: flex;
    flex-direction: column;
}
.welcome {
    font-size: 1em;
    color: #c2d63e;
}
.foot {
    color: #84888c;
    background-color: #002d72;
}
footer {
    height: 50px;
    bottom: 0px;
    position: fixed;
    width: 100%;
}
.foot p {
    margin-bottom: 0px;
    padding: 15px 0px;
    font-size: 14px;
}
.foot ul {
    margin-bottom: 0px;
    padding: 15px 0px;
    font-size: 14px;
    margin-right: 270px;
}
.foot ul li {
    padding: 0px 20px;
}
.foot ul li a {
    color: #84888c !important;
}
.foot ul li a:hover {
    color: #c2d63e !important;
    text-decoration: none;
}
#livechat-compact-container {
    bottom: 8px !important;
}
@media only screen and (max-width: 414px) {
    .foot {
        /* font-size: smaller; */
    }

    footer {
        /* height: 70px; */
    }

    footer #copyright {
        /* order: 2; */
    }

    footer #links {
        /* order: 1; */
    }

    .foot p {
        /* margin-bottom: 0px; */
        /* padding: 10px 0 5px 0; */
        /* font-size: 0.875em; */
    }

    .foot ul {
        /* margin-bottom: 0px; */
        /* padding: 10px 0 5px 0; */
        /* font-size: 0.875em; */
    }

    .foot ul li {
        /* padding: 0px 12px; */
        /* border: 1px solid white; */
    }
}
#map_container {
    position: relative;
}
.whitbkgd {
    background-color: white;
    border-radius: 5px;
    padding: 20px 10px;
}
.grey_form {
    background-color: #f3f3f3;
    font-size: 0.8em;
    /*margin: 10px auto;*/
}
.content-home {
    margin-bottom: 400px !important;
}
#googleMap {
    height: 80vh;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gm-style-iw {
    margin: 10px 0;
    line-height: 18px;
    font-weight: 400 !important;
}
.gm-style-iw span {
    font-weight: 600;
    text-transform: uppercase;
}
/*#geomBtn {
	margin-top: 6px;
	margin-bottom: 3px;
	color: white;
	background-color: #c2d63e;
}*/
.btn-parcel {
    margin-top: 8px;
    /*margin-bottom: 3px;
	margin-right: 15px;*/
    padding: 2px 4px 2px 4px;
    /*color: white;
	background-color: #c2d63e;*/
}
.btn-parcel:hover {
    /*margin-top: 6px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 2px;*/
    color: #c2d63e;
    background-color: grey;
}
#parcelWarn {
    color: red;
    font-weight: bold;
    margin-bottom: 0;
}
.content_sum {
    height: 800px;
    padding: 20px 0px;
}
.content_sum h1,
.content_sum h2,
.content_sum h3,
.content_sum h4,
.content_sum h5,
.content_sum h6 {
    color: #303030;
    text-transform: uppercase;
}
#pac-input {
    position: absolute;
    z-index: 9;
    margin: 1% 2%;
    max-width: 400px;
    border: 1px solid #676767;
}
#pac-input input {
    border: 0px;
    border-radius: 0px;
}
#font {
    font-size: 0.6em;
    width: 300px;
}
.modal #map-canvas {
    width: 500px;
    height: 300px;
    padding-bottom: 5px;
}
#map-canvas {
    width: 500px;
    height: 400px;
    padding-bottom: 5px;
}
body,
.modal-open .page-container,
.modal-open .page-container .navbar-fixed-top,
.modal-open .modal-container {
    overflow-y: scroll;
}
@media (max-width: 979px) {
    .modal-open .page-container .navbar-fixed-top {
        /* overflow-y: visible; */
    }
}
.btn_grey {
    background-color: #002d72;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 8px 4px;
}
.btn_grey111 {
    background-color: #002d72;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 36px;
}
.btn_grey2 {
    background-color: #002d72;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0
}
.btn_ingrey {
    background-color: transparent;
    color: #ccc;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 8px 4px;
}
a:hover,
.btn:hover {
    color: #c2d63e;
    cursor: pointer;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
.topText2 {
    margin-top: 18px;
    float: right;
}
.top_ico_3 {
    width: 30px;
}
.navbar_mobile .navbar-brand {
    padding: 14px 2px 0px 2px;
}
@media (min-width: 800px) {
    .nav_mobile {
        display: none;
    }
}
.greyBar {
    background-color: #002d72;
}
p.greyBar {
    margin-top: 12px;
    color: white;
    padding: 6px 12px;
}
.border-primary {
    border-color: #84888c !important;
}
.border-success {
    border-color: #84888c !important;
}
.ck-size h4,
.content-titles {
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 12px;
    font-size: 18px;
    line-height: normal;
    color: #303030 !important;
    font-weight: 700;
}
.order_summary {
    border: 1px solid #002d72;
    margin-top: 21px;
}
h4.head_sum {
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 700;
}
.nav-link {
    display: block;
    padding: .2em 1em;
}
#map9 {
    height: 100%;
}
.tabs-adjust .nav-tabs .nav-link.active {
    color: #eee;
    background-color: inherit !important;
    border-color: inherit !important;
    border: 0px !important;
}
.tabs-adjust .nav-item {
    padding: 0px 0px 0px 0px;
}
.tabs-adjust .nav {
    display: block !important;
    list-style: none;
}
.tabs-adjust .nav-tabs .nav-link .active {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}
.btn_link {
    color: white;
    text-transform: uppercase;
    padding: 8px 16px;
}
.btn_link.active {
    color: #c2d63e !important;
    text-transform: uppercase;
    padding: 8px 16px;
}
.form-group.required .control-label:after {
    content: "*";
    color: red;
}
.bg-danger,
.bg-success {
    background-color: white !important;
}
.bg-danger {
    color: red;
}
.bg-success {
    color: #303030;
}
label {
    color: black;
}
/* Modal Styles */
.modal-dialog {
    width: 400px;
    margin: 150px auto;
    font-size: 14px;
}
.modal-header {
    padding-left: 30px;
}
.modal-body {
    padding: 20px 30px 0px 30px;
}
.modal-title {
    font-size: 20px;
    font-weight: 700;
}
.modal-body label {
    font-weight: 700;
}
.modal-body input[type='text'],
.modal-body input[type='password'] {
    font-size: 16px;
}
#myModal .help-block {
    color: red;
}
.btn-primary,
.form-group .btn {
    background-color: #c2d63e;
    border: 1px solid #c2d63e;
    color: black;
}
.btn-primary:hover,
.show>.btn-primary.dropdown-toggle {
    color: #c2d63e !important;
    background-color: #002d72 !important;
    border: 1px solid #002d72 !important;
}
.myToolTip,
.introToolTip,
.menuTooTip {
    max-width: none !important;
    width: 420px;
}
.menuTooTip {
    width: 500px;
}
.menuTooTip .introjs-prevbutton,
.hidePrevTip .introjs-prevbutton {
    /* display: none; */
}
.menuTooTip .introjs-nextbutton,
.hideNextTip .introjs-nextbutton {
    /* display: none; */
}
.menuTooTipLink:hover {
    text-decoration: underline !important;
}
.introToolTip {
    width: 480px;
    left: 20px !important;
    bottom: 20px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    top: auto !important;
}
#gmdm-toolbar {
    height: 178px;
    width: 46px;
}
.introjs-hidden {
    display: none;
}
.help_image {
    float: left;
    padding-right: 3px;
    padding-top: 3px;
    width: 32px;
    height: 32px;
}
.help_inline {
    float: none;
    width: 28px;
    height: 28px;
    padding: 0 3px;
}
button:focus {
    outline: unset !important;
}
.pac-container {
    font-family: Roboto;
    /*margin-left: 12px;*/
    background-color: #fff;
    z-index: 20000 !important;
    border-radius: 2px;
    font-size: 11px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    overflow: hidden;
    /*width: 350px;*/
}
.pac-icon {
    width: 15px;
    height: 20px;
    /*margin-right: 7px;
  margin-top: 6px;*/
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}
.pac-icon-marker {
    background-position: -1px -161px;
}
.pac-item {
    font-family: Roboto;
    cursor: pointer;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    color: #999;
    font-size: 11px;
}
.pac-item:hover {
    background-color: #efefef;
}
.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe;
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px;
}
.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px;
}
.pac-item-query {
    color: #000000;
    font-size: 13px;
}
.pac-matched {
    font-weight: 700;
}
.pac-item-error,
.pac-item-error:hover {
    color: #aaa;
    padding: 0 5px;
    cursor: default;
    background-color: #fff;
}
.pac-pid {
    color: #ffdb8e;
    padding-left: 10px;
    font-weight: normal;
    font-size: 10px
}
.iw-content {
    line-height: 20px;
}
.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px;
}
.disabled {
    pointer-events: none;
    /*This makes it not clickable*/
    opacity: 0.6;
    /*This grays it out to look disabled*/
}
#button-search {
    position: absolute;
    height: 60px;
    right: 20px;
    z-index: 12;
    margin: 1% 2%;
    max-width: 450px;
    border: 1px solid #676767;
}
.modal-content1 {
    position: absolute;
    bottom: 54px;
    left: 32px;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    display: none;
    /*border: 1px solid #888;*/
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}
/*.modal-content2 {
	position: absolute;
	top:176px;
	right:54px;
    background-color: #fefefe;
    margin: 6px;
    padding: 0;
	display:none;
    width: 150px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
     animation-name: animatetop;
    animation-duration: 0.4s;
	color:white
}*/
.modal-content2 {
    position: absolute;
    top: 175px;
    right: 54px;
    background-color: #fefefe;
    margin: 6px;
    padding: 0;
    display: none;
    /*border: 1px solid #888;*/
    width: 230px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    color: white
}
.modal-header1 {
    font-size: 12px;
    padding: 0px 16px;
    height: 30px;
    background-color: #6E6E6E;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
}
.modal-body1 {
    padding: 10px 16px;
    background-color: #6E6E6E;
    opacity: 0.9;
    color: white;
    /*font-weight: bold*/

}
.icon {
    font-size: 12px;
    color: rgb(195, 212, 47);
    border: none;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    padding: 2px;
    height: 15px;
    background-color: #6E6E6E
}
.searchBtn {
    border: none;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #555;
    color: yellow;
    margin: 4px;
    cursor: pointer;
}
.parcelChk {
    vertical-align: middle;
}
@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.eot');
    src: url('primeicons.eot?#iefix') format('embedded-opentype'), url('primeicons.ttf') format('truetype'), url('primeicons.woff') format('woff'), url('primeicons.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

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

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

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

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}

.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-o:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}


/*# sourceMappingURL=styles.css.map*/