:root {
    --baseColor: #003865 !important;
}


@font-face {
  font-family: 'Glyphicons Basic';  
  src: url("glyphicons-basic-regular.otf");
  src: url("glyphicons-basic-regular.otf") format("opentype");
}
/* line 22, assetic_compass12Iw7e.scss */
.gi {
    display: inline-block;
    font-family: 'Glyphicons Basic';
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.8;
}
    /* line 31, assetic_compass12Iw7e.scss */
    .gi:before {
        display: inline-block;
    }
    /* line 36, assetic_compass12Iw7e.scss */
    .gi.x05 {
        font-size: 50%;
    }
    /* line 40, assetic_compass12Iw7e.scss */
    .gi.x125 {
        font-size: 125%;
    }
    /* line 44, assetic_compass12Iw7e.scss */
    .gi.x15 {
        font-size: 150%;
    }
    /* line 48, assetic_compass12Iw7e.scss */
    .gi.x2 {
        font-size: 200%;
    }
    /* line 52, assetic_compass12Iw7e.scss */
    .gi.x3 {
        font-size: 300%;
    }
        /* line 55, assetic_compass12Iw7e.scss */
        .gi.x3:before {
            padding: 16px 20px;
        }
    /* line 60, assetic_compass12Iw7e.scss */
    .gi.x4 {
        font-size: 96px;
    }
        /* line 63, assetic_compass12Iw7e.scss */
        .gi.x4:before {
            padding: 20px 28px;
        }
    /* line 68, assetic_compass12Iw7e.scss */
    .gi.x5 {
        font-size: 120px;
    }
        /* line 71, assetic_compass12Iw7e.scss */
        .gi.x5:before {
            padding: 28px 36px;
        }
    /* line 78, assetic_compass12Iw7e.scss */
    .gi.light:before {
        color: #f2f2f2;
    }
    /* line 85, assetic_compass12Iw7e.scss */
    .gi.drop:before {
        text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
    }
    /* line 91, assetic_compass12Iw7e.scss */
    .gi.flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    /* line 100, assetic_compass12Iw7e.scss */
    .gi.flipv {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    /* line 108, assetic_compass12Iw7e.scss */
    .gi.rotate90 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    /* line 115, assetic_compass12Iw7e.scss */
    .gi.rotate180 {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* line 122, assetic_compass12Iw7e.scss */
    .gi.rotate270 {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    /* line 129, assetic_compass12Iw7e.scss */
    .gi.spin {
        animation: spin 1s infinite linear;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* line 4956, assetic_compass12Iw7e.scss */
.giSave:before {
    content: "\E399";
}

.giWFStart:before {
    content: "\E461";
}

.giDelete:before {
    content: "\E017";
}

.giAccept:before {
    content: "\E739";
}

.giReject:before {
    content: "\E599";
}

.giListColmmnChooser:before {
    content: "\E115";
    font-size: larger;
}

.giPrintPreview:before {
    content: "\E588";
}

.giNew:before {
    content: "\E371";
}

.giLogout:before {
    content: "\E432";
}

.giMenu:before {
    content: "\E600";
}


.giSentEnvList:before {
    content: "\E124";
}

.giReceivedEnvList:before {
    content: "\E123";
}

.giSentInvList:before {
    content: "\E969";
}

.giReceivedInvList:before {
    content: "\E968";
}

.giArcAdd:before {
    content: "\E146";
}

.giArcTransactions:before {
    content: "\E150";
}

.giArcView:before {
    content: "\E148";
}

.giFileUpload:before {
    content: "\E801";
}

.giFiles:before {
    content: "\E803";
}

.giFilesEnt:before {
    content: "\E805";
}

.giTaxables:before {
    content: "\E531";
}

.giSentInvRep:before {
    content: "\E212";
}

.giRecInvRep:before {
    content: "\E211";
}

.giSentInvRepList:before {
    content: "\E198";
}

.giRecInvRepList:before {
    content: "\E199";
}

.giGreater:before {
    content: "\E224";
}

.giWFNotStarted:before {
    content: "\E206";
    color: #ff9900;
}

.giWFAccepted:before {
    content: "\E194";
    color: #00CC66;
}

.giWFRejected:before {
    content: "\E193";
    color: #CC3300;
}

.giWFUncommited:before {
    content: "\E637";
    color: #CC3300;
}

.giWFRunning:before {
    content: "\E913";
    color: #0066CC;
}

.giListRedIcon:before {
    content: "\E004";
    color: #a8122c;
}

.giListBlueIcon:before {
    content: "\E004";
    color: #303066;
}

.giGoDetail:before {
    content: "\E939";
}

.giFormPreview:before {
    content: "\E764";
    font-size : medium;
}

.giEnv:before {
  content: "\E960";
}
.giCommEnv:before {
  content: "\E990";
}
.giDesp:before {
  content: "\E030";
}
.giArc:before {
  content: "\E422";
}
.giGoogles:before {
  content: "\E26";
}
.giWFFilter:before {
  content: "\E395";
}
.giColChooser:before {
  content: "\E120";
}
.giExport:before {
  content: "\E301";
}
.giList:before {
    content: "\E159";
}
.giManuel:before {
    content: "\E151";
}
.giDBSearch:before {
    content: "\E144";
}
.giCloudCheck:before {
    content: "\E550";
}
.giResend:before {
    content: "\E847";
}
.giMassDownload:before {
    content: "\E546";
}
.giServerRefresh:before {
    content: "\E507";
}
.giReceptUpload:before {
    content: "\E501";
}
.giListSearch:before {
    content: "\E028";
}
.giTestLedger:before {
    content: "\E339";
}
.giDots:before {
    content: "\E947";
}
.giWFFilter:before {
    content: "\E398";
    font-size: larger;
}
.giViewManager:before {
    content: "\E509";
    font-size: larger;
}
.giRefresh:before {
    content: "\E081";
    font-size: larger;
}
.giCopy:before {
    content: "\E611";
    font-size: larger;
}
.giLoad:before {
    content: "\E086";
}
.giStar:before {
    content: "\E049";
}
.giStarEmpty:before {
    content: "\E050";
}
.giForms:before {
    content: "\E939";
}
.giWorkFlows:before {
    content: "\E058";
}
.giThema:before {
    content: "\E248";
}
.giAdministration:before {
    content: "\E138";
}
.giHelp:before {
    content: "\E195";
}
.giTreeMenu:before {
    content: "\E947";
    font-size: larger;
}
.giFavorite:before {
    content: "\E049";    
}
.giUnfavorite:before {
    content: "\E050";    
}
.giHistory:before {
    content: "\E058";
    color:red;
}
.giHome:before {
    content: "\E021";
}
.giinfo:before {
    content: "\E636";
}
.giwarning:before {
    content: "\E638";
}
.gierror:before {
    content: "\E638";
    color:red;
}
.giReport:before {
    content: "\E043";
    font-size:x-large;
}
.giUserIdentity:before {
    content: "\E347";
    font-size:x-large;
}
.giUsers:before {
    content: "\E044";
    font-size:x-large;
}
.giStats:before {
    content: "\E041";
    font-size:x-large;
}