﻿
@charset "utf-8";

/*
FONT AWESOME5
https://www.w3schools.com/icons/fontawesome5_icons_arrows.asp
*/

img {
    image-orientation: from-image;
}

/*======== Adjustment ========*/

/* jQuery DataTable Reset */
.table th {
    padding: 0.55rem;
    text-align: center;
}

.table td {
    padding: 0.65rem;
}

.dataTable thead {
    background-color: #f6f9fc;
}

.dataTable thead th {
    font-weight: 400;
}

.dataTables_length label {
    margin-bottom: 0;
}

.dataTables_length label select {
    height: 28px;
}

.dataTables_filter label {
    margin-bottom: 0;
}

.dataTables_filter label input {
    width: 95% !important;
    height: 28px;
}

.dataTables_active{
    background-color: #ecf7ff;
}



/*======== Shortcut Styles ========*/

/*-------- Width --------*/
.widthAuto {
    width: auto;
}

.width0 {
    width: 0;
}

.width38px {
    width: 38px;
}

.width5pct {
    width: 5%;
}

.width6pct {
    width: 6%;
}

.width10pct {
    width: 10%;
}

.width12pct {
    width: 12%;
}

.width20pct {
    width: 20%;
}

.width24pct {
    width: 24%;
}

.width25pct {
    width: 25%;
}

.width30pct {
    width: 30%;
}

.width30pct_i {
    width: 30% !important;
}

.width33pct {
    width: 33%;
}

.width35pct {
    width: 35%;
}

.width40pct {
    width: 40%;
}

.width40pct_i {
    width: 40% !important;
}

.width42pct {
    width: 42%;
}

.width45pct {
    width: 45%;
}

.width45pct_i {
    width: 45% !important;
}

.width48pct {
    width: 48%;
}

.width50pct {
    width: 50%;
}

.width55pct {
    width: 55%;
}

.width60pct {
    width: 60%;
}

.width65pct {
    width: 65%;
}

.width75pct {
    width: 75%;
}

.width80pct {
    width: 80%;
}

.width90pct {
    width: 90%;
}

.width95pct {
    width: 95%;
}

.width99pct {
    width: 99%;
}

.width100pct {
    width: 100%;
}

.width100pct_i {
    width: 100% !important;
}

.width20px {
    width: 20px;
}

.width25px {
    width: 25px;
}

.width40px_i {
    width: 40px !important;
}

.width48px {
    width: 48px;
}

.width60px {
    width: 60px;
}

.width60px_i {
    width: 60px !important;
}

.width80px_i {
    width: 80px !important;
}

.width75px {
    width: 75px;
}

.width90px {
    width: 90px;
}

.width120px_i {
    width: 120px !important;
}

.width160px {
    width: 160px;
}

.width150px_i {
    width: 90px !important;
}

.widthP2rem {
    width: 0.2rem;
}

.width1rem_i {
    width: 1rem !important;
}

.width2rem {
    width: 2rem;
}

.width3rem {
    width: 3rem;
}

.width3P5rem {
    width: 3.5rem;
}

.width4rem {
    width: 4rem;
}

.width5rem {
    width: 5rem;
}

.width6rem {
    width: 6rem;
}

.width7rem {
    width: 7rem;
}

.width8rem {
    width: 8rem;
}

.width10rem {
    width: 10rem;
}

.width12rem {
    width: 12rem;
}

.width14rem {
    width: 14rem;
}

.width15rem {
    width: 15rem;
}

.width17rem {
    width: 17rem;
}

.width18rem {
    width: 18rem;
}

.width20rem {
    width: 20rem;
}

.width20rem_i {
    width: 20rem !important;
}

.width22rem {
    width: 22rem;
}

.width22rem_i {
    width: 22rem !important;
}

.width23rem {
    width: 23rem;
}

.width24rem {
    width: 24rem;
}

.width26rem {
    width: 26rem;
}

.width30rem {
    width: 30rem;
}

.width32rem {
    width: 32rem;
}

.width38rem {
    width: 38rem;
}

.width40rem {
    width: 40rem;
}

.width50rem {
    width: 50rem;
}

.minWidth700px {
    min-width: 700px;
}

.minWidth20pct {
    min-width: 20%;
}

.minWidth30pct {
    min-width: 30%;
}

.minWidth40pct {
    min-width: 40%;
}

.minWidth50pct {
    min-width: 50%;
}

.minWidth65pct {
    min-width: 65%;
}

.minWidth70pct {
    min-width: 70%;
}

.minWidth80pct {
    min-width: 80%;
}

.minWidth90pct {
    min-width: 90%;
}

.minWidth10rem {
    min-width: 10rem;
}

.minWidth18rem {
    min-width: 18rem;
}

.minWidth20rem {
    min-width: 20rem;
}

.minWidth25rem {
    min-width: 25rem;
}

.maxWidth10pct {
    max-width: 10%;
}

.maxWidth14rem {
    max-width: 14rem;
}

.maxWidth22rem {
    max-width: 22rem;
}

.maxWidth10rem {
    max-width: 10rem;
}


/*-------- Height --------*/
.height0 {
    height: 0;
}

.height20px {
    height: 20px;
}

.height22px {
    height: 22px;
}

.height25px {
    height: 25px;
}

.height30px {
    height: 30px;
}

.height32px {
    height: 32px;
}

.height38px {
    height: 38px;
}

.height60px {
    height: 60px;
}

.height300px {
    height: 300px;
}

.height600px {
    height: 600px;
}

.height60px_i {
    height: 60px !important;
}

.height5pct {
    height: 5%;
}

.height10pct {
    height: 10%;
}

.height20pct {
    height: 20%;
}

.height30pct {
    height: 30%;
}

.height40pct {
    height: 40%;
}

.height50pct {
    height: 50%;
}

.height80pct {
    height: 80%;
}

.height90pct {
    height: 90%;
}

.height100pct {
    height: 100%;
}

.heightP2rem {
    height: 0.2rem;
}

.heightP8rem_i {
    height: 0.8rem !important;
}

.height1rem {
    height: 1rem;
}

.height1P4rem {
    height: 1.4rem;
}

.height1P5rem {
    height: 1.5rem;
}

.height1P8rem {
    height: 1.8rem;
}

.height1P8rem_i {
    height: 1.8rem !important;
}

.height2rem_i {
    height: 2rem !important;
}

.height2P2rem {
    height: 2.2rem;
}

.height3rem {
    height: 3rem;
}

.height4rem {
    height: 4rem;
}

.height5rem {
    height: 5rem;
}

.height5rem_i {
    height: 5rem !important;
}

.height6rem {
    height: 6rem;
}

.height6P5rem {
    height: 6.5rem;
}

.height7rem_i {
    height: 7rem !important;
}

.height8rem_i {
    height: 8rem !important;
}

.height10rem_i {
    height: 10rem !important;
}

.height12rem {
    height: 12rem
}

.height14rem_i {
    height: 14rem !important;
}

.height16rem {
    height: 16rem
}

.height20rem_i {
    height: 20rem !important;
}

.height22rem {
    height: 22rem
}

.height26rem {
    height: 26rem
}

.height26rem_i {
    height: 26rem !important;
}
.height36rem {
    height: 36rem
}

.heightAuto {
    height: auto;
}

.minHeight600px {
    min-height: 600px;
}

.minHeight2rem {
    min-height: 2rem;
}

.minHeight3rem {
    min-height: 3rem;
}

.minHeight3P4rem {
    min-height: 3.4rem;
}

.minHeight5rem {
    min-height: 5rem;
}

.minHeight8rem {
    min-height: 8rem;
}

.minHeight20rem {
    min-height: 20rem;
}

.minHeight500px {
    min-height: 500px;
}

.minHeight90pct {
    min-height: 90%;
}

.maxHeight400px {
    max-height: 400px;
}

.maxHeight40pct {
    max-height: 40%;
}

.maxHeight50pct {
    max-height: 50%;
}

.maxHeight80pct {
    max-height: 80%;
}

.maxHeight90pct {
    max-height: 90%;
}

.maxHeight12rem {
    max-height: 12rem;
}

.maxHeight20rem {
    max-height: 20rem;
}


/*-------- Display --------*/
.displayNone {
    display: none;
}

.displayNone_i {
    display: none !important;
}

.displayInline {
    display: inline;
}

.displayInline_i {
    display: inline !important;
}

.displayInlineBlock {
    display: inline-block;
}

.displayInlineFlex {
    display: inline-flex;
}

.displayTable {
    display: table;
}

.displayTableCell {
    display: table-cell;
}


/*-------- Float --------*/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}



/*-------- Blanks --------*/
.blankDiv_5px {
    height: 5px;
    display: block;
}

.blankDiv_10px {
    height: 10px;
    display: block;
}

.blankDiv_15px {
    height: 15px;
    display: block;
}

.blankDiv_20px {
     height: 20px;
     display: block;
}

.blankDiv_40px {
    height: 40px;
    display: block;
}

.blankDiv_200px {
    height: 200px;
    display: block;
}

.blankDiv_10pct {
    height: 10%;
    display: block;
}

.blankDiv_20pct {
    height: 20%;
    display: block;
}

.blankDiv_25pct {
    height: 25%;
    display: block;
}

.blankDiv_30pct {
    height: 30%;
    display: block;
}




/*-------- Paddings --------*/
.paddingAll0 {
    padding: 0;
}

.paddingAll2px {
    padding: 2px;
}

.paddingAll3px {
    padding: 3px;
}

.paddingAll4px {
    padding: 4px;
}

.paddingAll5px {
    padding: 5px;
}

.paddingAll10px {
    padding: 5px;
}

.paddingAll12px {
    padding: 12px;
}

.paddingAll2pct {
    padding: 2%;
}

.paddingAll5pct {
    padding: 5%;
}

.paddingAllP2rem {
    padding: 0.2rem;
}

.paddingAllP2rem_i {
    padding: 0.2rem !important;
}

.paddingAllP3rem {
    padding: 0.3rem;
}

.paddingAllP4rem {
    padding: 0.4rem;
}

.paddingAllP4rem_i {
    padding: 0.4rem !important;
}

.paddingAllP5rem {
    padding: 0.5rem;
}

.paddingAllP5rem_i {
    padding: 0.5rem !important;
}

.paddingAllP6rem_i {
    padding: 0.6rem !important;
}

.paddingAllP8rem_i {
    padding: 0.8rem !important;
}

.paddingAll1rem {
    padding: 1rem;
}

.paddingAll1P2rem {
    padding: 1.2rem;
}

.paddingAll2rem {
    padding: 2rem;
}

.paddingP1remP5rem {
    padding: 0.1rem 0.5rem;
}

.paddingLeft5px {
    padding-left: 5px;
}

.paddingLeft5pct {
    padding-left: 5%;
}

.paddingLeft10pct {
    padding-left: 10%;
}

.paddingLeft20pct {
    padding-left: 20%;
}

.paddingLeft48pct {
    padding-left: 48%;
}

.paddingLeft50pct {
    padding-left: 50%;
}

.paddingLeft65pct {
    padding-left: 65%;
}

.paddingLeftP4rem {
    padding-left: 0.4rem;
}

.paddingLeftP8rem {
    padding-left: 0.8rem;
}

.paddingLeftRight0 {
    padding-left: 0;
    padding-right: 0;
}

.paddingLeftRightP2rem {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.paddingLeftRightP9rem {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.paddingLeft1rem {
    padding-left: 1rem;
}

.paddingLeft1rem_i {
    padding-left: 1rem !important;
}

.paddingLeft1P5rem {
    padding-left: 1.5rem;
}

.paddingLeft2rem {
    padding-left: 2rem;
}

.paddingRight0 {
    padding-right: 0;
}

.paddingRight5px {
    padding-right: 5px;
}

.paddingRight5px_i {
    padding-right: 5px !important;
}

.paddingRightP5rem_i {
    padding-right: 0.5rem !important;
}

.paddingRight1rem {
    padding-right: 1rem;
}

.paddingRight1rem_i {
    padding-right: 1rem !important;
}

.paddingRight3rem_i {
    padding-right: 3rem !important;
}

.paddingRight1P25rem {
    padding-right: 1.25rem;
}

.paddingRight2rem {
    padding-right: 2rem;
}

.paddingRight25pct {
    padding-right: 25%;
}

.paddingTop0 {
    padding-top: 0;
}

.paddingTop8px {
    padding-top: 8px;
}

.paddingTop15px {
    padding-top: 15px;
}

.paddingTop5pct {
    padding-top: 5%;
}

.paddingTop20pct {
    padding-top: 20%;
}

.paddingTopP2rem {
    padding-top: 0.2rem;
}

.paddingTopP3rem {
    padding-top: 0.3rem;
}

.paddingTopP4rem {
    padding-top: 0.4rem;
}

.paddingTopP5rem {
    padding-top: 0.5rem;
}

.paddingTopP7rem {
    padding-top: 0.7rem;
}

.paddingTopP9rem {
    padding-top: 0.9rem;
}

.paddingTopP9rem_i {
    padding-top: 0.9rem !important;
}

.paddingTop1rem {
    padding-top: 1rem;
}

.paddingTop2rem {
    padding-top: 2rem;
}

.paddingTop3rem_i {
    padding-top: 3rem !important;
}

.paddingLeftRight5px {
    padding-left: 5px;
    padding-right: 5px;
}

.paddingLeftRightP1rem {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.paddingLeftRight1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

.paddingLeftRight5pct {
    padding-left: 5%;
    padding-right: 5%;
}

.paddingLeftRight10pct {
    padding-left: 10%;
    padding-right: 10%;
}

.paddingLeftRight25pct {
    padding-left: 25%;
    padding-right: 25%;
}

.paddingLeftRightP4rem {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.paddingLeftRight2rem {
    padding-left: 2rem;
    padding-right: 2rem;
}

.paddingBottom0 {
    padding-bottom: 0;
}

.paddingBottom10px {
    padding-bottom: 10px;
}

.paddingBottomP1rem {
    padding-bottom: 0.1rem;
}

.paddingBottomP3rem {
    padding-bottom: 0.3rem;
}

.paddingBottomP4rem {
    padding-bottom: 0.4rem;
}

.paddingBottomP5rem {
    padding-bottom: 0.5rem;
}

.paddingBottom1rem {
    padding-bottom: 1rem;
}

.paddingBottom3rem_i {
    padding-bottom: 3rem !important;
}

.paddingTopBottomP1rem {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.paddingTopBottomP2rem {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.paddingTopBottom1rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.paddingTopBottom5pct {
    padding-top: 5%;
    padding-bottom: 5%;
}



/*-------- Margins --------*/
.marginAll0 {
    margin: 0;
}

.marginAll2px {
    margin: 2px;
}

.marginAll0_i {
    margin: 0 !important;
}

.marginAll1rem {
    margin: 1rem;
}

.margin01rem {
    margin: 0 1rem;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop8px {
    margin-top: 8px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTopMinus1px {
    margin-top: -1px;
}

.marginTopMinus3px {
    margin-top: -3px;
}

.marginTopMinus5px {
    margin-top: -5px;
}

.marginTopMinus10px {
    margin-top: -10px;
}

.marginTopMinus12px {
    margin-top: -12px;
}

.marginTopMinus20px {
    margin-top: -20px;
}

.marginTopMinusP5rem {
    margin-top: -0.5rem;
}

.marginTopMinusP8rem {
    margin-top: -0.8rem;
}

.marginTopMinus1rem {
    margin-top: -1rem;
}

.marginTopMinus2rem {
    margin-top: -2rem;
}

.marginTopP3rem_i {
    margin-top: 0.3rem !important;
}

.marginTopP6rem {
    margin-top: 0.6rem;
}

.marginTop1rem_i {
    margin-top: 1rem !important;
}

.marginTop1P5rem {
    margin-top: 1.5rem;
}

.marginTop2rem {
    margin-top: 2rem;
}

.marginLeft0 {
    margin-left: 0;
}

.marginLeftMinus1px {
    margin-left: -1px;
}

.marginLeftMinus5px {
    margin-left: -5px;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginLeft15px {
    margin-left: 15px;
}

.marginLeft10pct {
    margin-left: 10%;
}

.marginLeftP1rem {
    margin-left: 0.1rem;
}

.marginLeftP2rem {
    margin-left: 0.2rem;
}

.marginLeftP5rem {
    margin-left: 0.5rem;
}

.marginLeftP8rem {
    margin-left: 0.8rem;
}

.marginLeft1rem {
    margin-left: 1rem;
}

.marginLeft1P5rem {
    margin-left: 1.5rem;
}

.marginLeft1P5rem_i {
    margin-left: 1.5rem !important;
}

.marginLeft2rem {
    margin-left: 2rem;
}

.marginLeftMinusP2rem {
    margin-left: -0.2rem;
}

.marginLeftMinusP5rem {
    margin-left: -0.5rem;
}

.marginLeftMinus9rem {
    margin-left: -9rem;
}

.marginRight0 {
    margin-right: 0;
}

.marginRightP5rem {
    margin-right: 0.5rem;
}

.marginRight1rem {
    margin-right: 1rem;
}

.marginRight1rem_i {
    margin-right: 1rem !important;
}

.marginRight2rem {
    margin-right: 2rem;
}

.marginRight1rem_i {
    margin-right: 1rem !important;
}

.marginRight2rem_i {
    margin-right: 2rem !important;
}

.marginRightMinus1rem {
    margin-right: -1rem;
}

.marginTop2pct {
    margin-top: 2%;
}

.marginTop10pct {
    margin-top: 10%;
}

.marginTop15pct {
    margin-top: 15%;
}

.marginTop20pct {
    margin-top: 20%;
}

.marginBottom0 {
    margin-bottom: 0;
}

.marginBottom0_i {
    margin-bottom: 0 !important;
}

.marginBottomMinus1P5rem {
    margin-bottom: -1.5rem;
}

.marginBottomMinus2rem {
    margin-bottom: -2rem;
}

.marginBottomMinus10px {
    margin-bottom: -10px;
}

.marginBottomMinus35px {
    margin-bottom: -35px;
}

.marginBottomP2rem_i {
    margin-bottom: 0.2rem !important;
}

.marginBottomP4rem {
    margin-bottom: 0.4rem;
}

.marginBottom1rem {
    margin-bottom: 1rem;
}

.marginBottom3rem {
    margin-bottom: 3rem;
}

.marginBottom6rem_i {
    margin-bottom: 6rem;
}

.marginBottom5px {
    margin-bottom: 5px;
}

.marginAllAuto {
    margin-top: auto;
    margin-bottom: auto;
}


/*-------- Position --------*/
.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.positionFixed {
    position: fixed;
}

.topAuto_i {
    top: auto !important;
}

.top0 {
    top: 0;
}

.top5px {
    top: 5px;
}

.top10px {
    top: 10px;
}

.top15px {
    top: 15px;
}

.top70px {
    top: 70px;
}

.topP5rem {
    top: 0.5rem;
}

.top1rem {
    top: 1rem;
}

.top1P5rem {
    top: 1.5rem;
}

.top3rem {
    top: 3rem;
}

.top6rem {
    top: 6rem;
}

.top7rem {
    top: 7rem;
}

.top11rem {
    top: 11rem;
}

.top14rem {
    top: 14rem;
}

.top18rem {
    top: 18rem;
}

.top50pct {
    top: 50%;
}

.topMinusP5rem {
    top: -0.5rem;
}

.topMinus2rem {
    top: -2rem;
}

.right0 {
    right: 0;
}

.right0_i {
    right: 0 !important;
}

.right5px {
    right: 5px;
}

.right10px {
    right: 10px;
}

.right25px {
    right: 25px;
}

.rightMinus10px {
    right: -10px;
}

.rightMinus3rem {
    right: -3rem;
}

.rightMinus6rem {
    right: -6rem;
}

.rightMinus8P5rem {
    right: -8.5rem;
}

.rightP5rem {
    right: 0.5rem;
}

.right1rem {
    right: 1rem;
}

.right1P5rem {
    right: 1.5rem;
}

.right2rem {
    right: 2rem;
}

.right3rem {
    right: 3rem;
}

.right3P5rem {
    right: 3.5rem;
}

.right4P5rem {
    right: 4.5rem;
}

.right4rem {
    right: 4rem;
}

.right7P5rem {
    right: 7.5rem;
}

.right8P5rem {
    right: 8.5rem;
}

.right11rem {
    right: 11rem;
}

.right12P5rem {
    right: 12.5rem;
}

.right14P5rem {
    right: 14.5rem;
}

.right16P5rem {
    right: 16.5rem;
}

.right18rem {
    right: 18rem;
}

.right20P5rem {
    right: 20.5rem;
}

.right10rem {
    right: 10rem;
}

.rightMinus12P2rem {
    right: -12.2rem;
}

.right10pct {
    right: 10%;
}

.left0 {
    left: 0;
}

.left5px {
    left: 5px;
}

.leftP5rem {
    left: 0.5rem;
}

.left1rem {
    left: 1rem;
}

.left2rem {
    left: 2rem;
}

.left20pct {
    left: 20%;
}

.left45pct {
    left: 45%;
}

.left50pct {
    left: 50%;
}

.bottom0 {
    bottom: 0;
}

.bottom5px {
    bottom: 5px;
}

.bottomP5rem {
    bottom: 0.5rem;
}

.bottom1rem {
    bottom: 1rem;
}

.bottom1rem_i {
    bottom: 1rem !important;
}

.bottom1P5rem {
    bottom: 1.5rem;
}

.bottom2rem {
    bottom: 2rem;
}

.bottom3rem {
    bottom: 3rem;
}

.bottom3P4rem {
    bottom: 3.4rem;
}

.bottom7rem {
    bottom: 7rem;
}



/*-------- Borders --------*/
.borderNone {
    border: none;
}

.borderRightWidth1px {
    border-right-width: 1px !important;
}

.borderRightLightGray1px {
    border-right: solid 1px lightgray;
}

.borderWhite {
    border: 1px solid white;
}

.borderWhiteSmoke2px {
    border: solid 2px whitesmoke;
}

.borderCornflowerblue2px {
    border: solid 2px cornflowerblue;
}

.borderCornflowerblue3px {
    border: solid 3px cornflowerblue;
}

.borderLightGray {
    border: 1px solid #d2d2d2;
}

.borderLightSalmon {
    border: 1px solid lightsalmon;
}

.borderBootStrapInputBorder {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.borderDarkSeaGreen {
    border: 1px solid darkseagreen;
}

.borderDarkOrange2px {
    border: 2px solid darkorange;
}

.borderLightSkyBlue {
    border: 1px solid lightskyblue;
}

.borderWhite5px {
    border: 5px solid white;
}

.borderTopGray4px {
    border-top: 4px solid gray;
}

.borderBottomLightGray {
    border-bottom: 1px solid #E2E2E2;
}

.borderBottomLightGray2px {
    border-bottom: 2px solid #E2E2E2;
}

.borderBottomGray4px {
    border-bottom: 4px solid gray;
}

.borderHorizontalGradientGray {
    border: 0;
    height: 1px;
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-repeating-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.borderHorizontalGradientBlue {
    border: 0;
    height: 1px;
    background-image: -ms-linear-gradient(left, #F0F0EF, #c2dade, #f0f0f0);
    background-image: -moz-linear-gradient(left, #F0F0EF, #c2dade, #f0f0f0);
    background-image: -webkit-linear-gradient(left, #F0F0EF, #c2dade, #f0f0f0);
    background-image: -o-repeating-linear-gradient(left, #F0F0EF, #c2dade, #f0f0f0);
}

.borderRightWhiteSmoke2px {
    border-right: solid 2px whitesmoke;
}



/*-------- Border Radius --------*/
.borderRadius0P25rem {
    border-radius: 0.25rem;
}

.borderRadius0P5rem {
    border-radius: 0.5rem;
}

.borderRadius50pct {
    border-radius: 50%;
}



/*-------- Fonts --------*/
.fontFamilyInherit {
    font-family: inherit;
}


.fontSizeSmaller {
    font-size: smaller;
}

.fontSize11px {
    font-size: 11px;
}

.fontSize12px {
    font-size: 12px;
}

.fontSize13px {
    font-size: 13px;
}

.fontSize15px {
    font-size: 15px;
}

.fontSize22px {
    font-size: 22px;
}

.fontSizeP5rem {
    font-size: 0.5rem;
}

.fontSizeP7rem {
    font-size: 0.7rem;
}

.fontSizeP8rem {
    font-size: 0.8rem;
}

.fontSizeP8rem_i {
    font-size: 0.8rem !important;
}

.fontSizeP9rem {
    font-size: 0.9rem;
}

.fontSizeP9rem_i {
    font-size: 0.9rem !important;
}

.fontSize1rem {
    font-size: 1rem;
}

.fontSize1rem_i {
    font-size: 1rem !important;
}

.fontSize1P2rem {
    font-size: 1.2rem;
}

.fontSize1P4rem {
    font-size: 1.4rem;
}

.fontSize1P5rem {
    font-size: 1.5rem;
}

.fontSize1P6rem {
    font-size: 1.6rem;
}

.fontSize1P8rem {
    font-size: 1.8rem;
}

.fontSize2rem {
    font-size: 2rem;
}

.fontWeight300 {
    font-weight: 300;
}

.fontWeight400 {
    font-weight: 400;
}

.fontWeight400_i {
    font-weight: 400 !important;
}

.fontWeight500 {
    font-weight: 500;
}

.fontWeight600 {
    font-weight: 600;
}


.fontStyleItalic {
    font-style: italic;
}



/*-------- Line Height --------*/
.lineHeightNormal {
    line-height: normal;
}

.lineHeight0_i {
    line-height: 0 !important;
}

.lineHeight2rem {
    line-height: 2rem;
}



/*-------- Opacity --------*/
.opacity0pct {
    opacity: 0;
}

.opacity10pct {
    opacity: 0.1;
}

.opacity20pct {
    opacity: 0.2;
}

.opacity30pct {
    opacity: 0.3;
}

.opacity40pct {
    opacity: 0.4;
}

.opacity50pct {
    opacity: 0.5;
}

.opacity60pct {
    opacity: 0.6;
}

.opacity80pct {
    opacity: 0.8;
}

.opacity90pct {
    opacity: 0.9;
}

.opacity100pct {
    opacity: 1;
}



/*-------- Z-Index --------*/
.zIndex9 {
    z-index: 9;
}

.zIndex10 {
    z-index: 10;
}

.zIndex100 {
    z-index: 100;
}

.zIndex1000 {
    z-index: 1000;
}

.zIndex1100 {
    z-index: 1100;
}

.zIndex1200 {
    z-index: 1200;
}

.zIndex1300 {
    z-index: 1300;
}

.zIndex2000 {
    z-index: 2000;
}



/*-------- Texts --------*/
.textAlignLeft {
    text-align: left;
}

.textAlignLeft_i {
    text-align: left !important;
}

.textAlignCenter {
    text-align: center;
}

.textAlignCenter_i {
    text-align: center !important;
}

.textAlignCenter_last {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
}

.textAlignRight {
    text-align: right;
}

.textAlignRight_i {
    text-align: right !important;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignTop_i {
    vertical-align: top !important;
}

.verticalAlignTextTop {
    vertical-align: text-top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignMiddle_i {
    vertical-align: middle !important;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.colorBlue {
    color: blue;
}

.colorLightBlue {
    color: #2196F3;
}

.colorCadetBlue {
    color: cadetblue;
}

.colorCoral {
    color: coral;
}

.colorCornFlowerBlue {
    color: cornflowerblue;
}

.colorDarkOrange {
    color: darkorange;
}

.colorDodgerblue {
    color: dodgerblue;
}

.colorDodgerblue_i {
    color: dodgerblue !important;
}

.colorWhite {
    color: white;
}

.colorWhiteSmoke {
    color: whitesmoke;
}

.colorWhiteSmoke_i {
    color: whitesmoke !important;
}

.colorGreen {
    color: green;
}

.colorLightGreen {
    color: #1cc71c;
}

.colorGainsboro {
    color: gainsboro;
}

.colorGold {
    color: gold;
}

.colorGray {
    color: gray;
}

.colorHotPink {
    color: hotpink;
}

.colorLightSeaGreen {
    color: lightseagreen;
}

.colorOlive {
    color: olive;
}

.colorOrangeRed {
    color: orangered;
}

.colorChocolate {
    color: chocolate;
}

.colorChocolate_i {
    color: chocolate !important;
}

.colorDimGray {
    color: dimgray;
}

.colorDimGray_i {
    color: dimgray !important;
}

.colorPaleVioletRed {
    color: palevioletred;
}

.colorLightSlateGray {
    color: lightslategray;
}

.colorLightGray {
    color: lightgray;
}

.colorLightSlateGray_i {
    color: lightslategray !important;
}

.colorDarkSlateGray {
    color: darkslategray;
}

.colorDarkSlateGray_i {
    color: darkslategray !important;
}

.colorDarkOliveGreen {
    color: darkolivegreen;
}

.colorDarkCyan {
    color: darkcyan;
}

.colorMediumVioletRed {
    color: mediumvioletred;
}

.colorDarkviolet {
    color: darkviolet;
}

.colorRed {
    color: red;
}

.textBox {
    height: 24px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.textBox_i {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selectBox {
    height: 24px;
    padding: 3px 2px 3px 3px;
}

.selectBox_i {
    height: 24px !important;
    padding: 3px 2px 3px 3px !important;
}


.userNotice {
    padding-top: 5px;
    color: orange;
    font-size: 12px;
}


.textDecorationUnderline {
    text-decoration: underline;
}



/*-------- Background Size --------*/
.backgroundSizeContain {
    background-size: contain;
}



/*-------- Background Color --------*/
.backgroundColorTransparent {
    background-color: transparent;
}

.backgroundColorTransparent_i {
    background-color: transparent !important;
}

.backgroundColorWhite {
    background-color: white;
}

.backgroundColorAliceBlue {
    background-color: aliceblue;
}

.backgroundColorAzure {
    background-color: azure;
}

.backgroundColorDarkGray {
    background-color: darkgray;
}

.backgroundColorWhite_i {
    background-color: white !important;
}

.backgroundColorGhostWhite {
    background-color: ghostwhite;
}

.backgroundColorGhostWhite_i {
    background-color: ghostwhite !important;
}

.backgroundColorLightSlateGray {
    background-color: lightslategray;
}

.backgroundColorLightSlateGray_i {
    background-color: lightslategray !important;
}

.backgroundColorBlack {
    background-color: black;
}

.backgroundColorBlackBlue {
    background-color: #384652;
}

.backgroundColorBlueDeepBlack {
    background-color: #474b54;
}

.backgroundColorGrayBlue_i {
    background-color: #39445a !important;
}

.backgroundColorLightGrayBlue {
    background-color: #74829e;
}

.backgroundColorDeepSkyBlue_i {
    background-color: deepskyblue !important;
}

.backgroundColorRoyalBlue {
    background-color: royalblue;
}

.backgroundColorLightSkyBlue {
    background-color: #c3ebf9;
}

.backgroundColorLightSoil {
    background-color: #fbf1d4;
}

.backgroundColorLightWhiteT30pct {
    background-color: rgba(229, 213, 252, 0.3);
}

.backgroundColorGreen {
    background-color: #008000;
}

.backgroundColorGreen_i {
    background-color: #008000 !important;
}

.backgroundColorOrange {
    background-color: #FF8017;
}

.backgroundColorOrange_i {
    background-color: #FF8017 !important;
}

.backgroundColorRed {
    background-color: #FF0000;
}

.backgroundColorRed_i {
    background-color: #FF0000 !important;
}


.backgroundColorPink {
    background-color: pink;
}

.backgroundColorViolet {
    background-color: #8B17FF;
}

.backgroundColorViolet_i {
    background-color: #8B17FF !important;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #232323 !important;
    font-weight: 400;
}

/*-------- FacsTabs Border --------*/
.facsTabsBorderLightWhiteBackgroundLightSoil_i{
    border: 1px solid;
    border-color:#dee2e6 #dee2e6 #fff !important;
    /*background-color: #fbf1d4;*/
	background-color: #e5e5e5;
	color: #939393 !important;
}

/*-------- OverScroll --------*/
.overscrollBehavior_Y_Auto{
    overscroll-behavior-y: auto;
}




/*-------- Overflow --------*/
.overflowAuto {
    overflow: auto;
}


.overflowHidden {
    overflow: hidden;
}


.overflowXAuto {
    overflow-x: auto;
}

.overflowXHidden {
    overflow-x: hidden;
}

.overflowYAuto {
    overflow-y: auto;
}



/*-------- Word Break --------*/
.wordBreakBreakAll {
    word-break: break-all;
}



/*-------- BoxShadow --------*/
.boxShadowBlue {
    box-shadow: 0 0 10px #9ecaed;
}



/*-------- VIsibility --------*/
.visibilityHidden {
    visibility: hidden;
}



/*-------- Pointer Events --------*/
.pointerEventsAuto {
    pointer-events: auto;
}



/*-------- Etcetra --------*/
.focusedBorderBlue {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


.focusedBorderOrange {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #d09d2a;
}


.clearBoth {
    clear: both;
}

.cursorDefault {
    cursor: default;
}

.cursorPointer {
    cursor: pointer;
}

.cursorWait {
    cursor: wait;
}


.selected {
    color: white;
    font-weight: 600;
    background-color: darkCyan;
}


.userSelectText {
    user-select: text;
}


/* ref. https://www.w3schools.com/howto/howto_css_loader.asp */
.spinningCircleLoader {
    position: absolute;
    left: 50%;
    top: 42%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid #3498db;
    border-bottom: 15px solid #f99f3e;
    width: 80px;
    height: 80px;
    -webkit-animation: spinCircle 1.5s linear infinite;
    animation: spinCircle 1.5s linear infinite;
}



.spinningCircleLoader-small {
    position: absolute;
    left: 44%;
    top: 42%;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    border-bottom: 6px solid #f99f3e;
    width: 40px;
    height: 40px;
    -webkit-animation: spinCircle 1.5s linear infinite;
    animation: spinCircle 1.5s linear infinite;
}



@-webkit-keyframes spinCircle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


@keyframes spinCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Text Blinking */
/* ref. https://stackoverflow.com/questions/13955163/imitating-a-blink-tag-with-css3-animations*/
.blinkText {
    animation: blink-text-animation 3s steps(10, start) infinite;
    -webkit-animation: blink-text-animation 3s steps(10, start) infinite;
}

@keyframes blink-text-animation {
    to {
        opacity: 0.4;
    }
}

@-webkit-keyframes blink-text-animation {
    to {
        opacity: 0.4;
    }
}



/*-------- Circles(Dots) --------*/
.dot12 {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}



/*-------- SB-Admin-2 --------*/
div.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

div.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

div.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}



/*-------- Grid System --------*/

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
}



/*********** carousel settings ***************/
.carousel:hover .carousel-control-prev-icon,
.carousel:hover .carousel-control-next-icon {
    display: block;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    display: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #343a40;
}




/*********** IMG tag orientation ***********/
/** 파일서버의 이미지는 위치를 확인(EXIF.Orientaion)하여 위치변경한 후 표시 (500 milisecond) **/
.file-server-image {
    display: none;
}

img.max-small-height320px {
    width: auto;
    height: auto;
    max-height: 320px;
}



img.rotate90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

img.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

img.rotateMinus90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}



/********************  사업설명서 ******************/
.colorInnerTitleProjectManual {
    color: #1474b2;
}

.flexDirCol {flex-direction: column;}




.table {
}

.table tbody th {
    background-color: #f6f9fc;
}

.table tbody tr:last-child th, .table tbody tr:last-child td {
    border-bottom: 2px solid #dee2e6;
}

.table tbody tr.on {
    background-color: #fbf1d4;
}



/* 파일다운로드 프로그레스바 */
.progressbar {position: absolute;top: 0;width: 100%;height: 100%;background: rgba(0,0,0, 0.6);z-index: 9999;}
.progressbar .circle {width: 100px;margin: 6px 6px 20px;display: inline-block;text-align: center;line-height: 1.2;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.progressbar .circle canvas {vertical-align: top;}
.progressbar .circle strong {position: absolute;top: 30px;left: 0;width: 100%;text-align: center;line-height: 40px;font-size: 30px;color: #fff;}
.progressbar .circle strong i {font-style: normal;font-size: 0.6em;font-weight: normal;color: #fff;}
.progressbar .circle span {display: block;color: #aaa;margin-top: 12px;}
