﻿
@charset "utf-8";

#container {min-height: calc(100vh - 370px);}

/*======== Adjustment ========*/

/* jQuery DataTable Reset */
.table th {
    padding: 0.55rem;
    text-align: center;
}

.table td {
    padding: 0.65rem;
}

.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_highlight {
    border: 2px solid rgba(255, 0, 0, 0.4) !important;
    background-color: rgba(255, 0, 0, 0.1);
}

.borderRightWidth1px {
    border-right-width: 1px !important;
}

.borderHidden {
    border: hidden;
}


/*======== Shortcut Styles ========*/

/*-------- Width --------*/
.width0 {
    width: 0;
}

.width3pct {
    width: 3%;
}

.width4pct {
    width: 4%;
}

.width5pct {
    width: 5%;
}

.width6pct {
    width: 6%;
}

.width7pct {
    width: 7%;
}

.width10pct {
    width: 10%;
}

.width12pct {
    width: 12%;
}

.width15pct {
    width: 15%;
}

.width20pct {
    width: 20%;
}

.width22pct {
    width: 22%;
}

.width24pct {
    width: 24%;
}

.width25pct {
    width: 25%;
}

.width30pct {
    width: 30%;
}

.width33pct {
    width: 33%;
}

.width35pct {
    width: 35%;
}

.width40pct {
    width: 40%;
}

.width42pct {
    width: 42%;
}

.width45pct {
    width: 45%;
}

.width48pct {
    width: 48%;
}

.width50pct {
    width: 50%;
}

.width55pct {
    width: 55%;
}

.width60pct {
    width: 60%;
}

.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;
}

.width30px {
    width: 30px;
}

.width48px {
    width: 48px;
}

.width65px {
    width: 65px;
}

.width81px {
    width: 81px;
}

.width100px {
    width: 100px;
}

.width110px {
    width: 110px;
}

.width160px {
    width: 160px;
}

.width250px {
    width: 250px;
}

.width330px {
    width: 330px;
}

.widthP2rem {
    width: 0.2rem;
}

.width2rem {
    width: 2rem;
}

.width14rem {
    width: 14rem;
}

.width18rem {
    width: 18rem;
}

.width20rem {
    width: 20rem;
}

.width23rem {
    width: 23rem;
}

.minWidth20pct {
    min-width: 20%;
}

.minWidth30pct {
    min-width: 30%;
}

.minWidth40pct {
    min-width: 40%;
}

.minWidth50pct {
    min-width: 50%;
}

.minWidth65pct {
    min-width: 65%;
}

.minWidth70pct {
    min-width: 70%;
}

.minWidth18rem {
    min-width: 18rem;
}

.minWidth20rem {
    min-width: 20rem;
}

.maxWidth22rem {
    max-width: 22rem;
}

.maxWidth10rem {
    max-width: 10rem;
}


/*-------- Height --------*/
.heightAuto {
    height: auto;
}

.heightAuto_i {
    height: auto !important;
}

.height0 {
    height: 0;
}

.height10px {
    height: 10px;
}

.height10px_i {
    height: 10px !important;
}

.height20px {
    height: 20px;
}

.height22px {
    height: 22px;
}

.height25px {
    height: 25px;
}

.height30px {
    height: 30px;
}

.height32px {
    height: 32px;
}

.height42px {
    height: 42px;
}

.height46px_i {
    height: 46px !important;
}

.height60px {
    height: 60px;
}

.height60px_i {
    height: 60px !important;
}

.height125px {
    height: 125px;
}

.height125px_i {
    height: 125px !important;
}

.height300px {
    height: 300px;
}

.height540px {
    height: 540px;
}

.height550px {
    height: 550px;
}

.height600px {
    height: 600px;
}

.height620px {
    height: 620px;
}

.height620px_i {
    height: 620px !important;
}

.height5pct {
    height: 5%;
}

.height10pct {
    height: 10%;
}


.height50pct {
    height: 50%;
}

.height50pct_i {
    height: 50% !important;
}

.height60pct {
    height: 60%;
}

.height60pct_i {
    height: 60% !important;
}

.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;
}

.height1P8rem {
    height: 1.8rem;
}

.height2rem_i {
    height: 2rem !important;
}

.height2P2rem {
    height: 2.2rem;
}

.height5rem {
    height: 5rem;
}

.height7rem_i {
    height: 7rem !important;
}

.height10rem_i {
    height: 10rem !important;
}

.minHeight2rem {
    min-height: 2rem;
}

.minHeight3P4rem {
    min-height: 3.4rem;
}

.minHeight5rem {
    min-height: 5rem;
}

.minHeight8rem {
    min-height: 8rem;
}

.minHeight400px {
    min-height: 400px;
}

.minHeight500px {
    min-height: 500px;
}

.minHeight600px {
    min-height: 600px;
}

.minHeight650px {
    min-height: 650px;
}

.maxHeight400px {
    max-height: 400px;
}

.maxHeight80pct {
    max-height: 80%;
}

.maxHeight90pct {
    max-height: 90%;
}

.maxHeight12rem {
    max-height: 12rem;
}


/*-------- Display --------*/
.displayNone {
    display: none;
}

.displayNone_i {
    display: none !important;
}

.displayInline {
    display: inline;
}

.displayInline_i {
    display: inline !important;
}

.displayInlineBlock {
    display: inline-block;
}

.displayBlock {
    display: block;
}

.displayFlex {
    display: flex;
}

.displayInlineFlex {
    display: inline-flex !important;
}


/*-------- Float --------*/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}



/*-------- Blanks --------*/
.blankDiv_10px {
    height: 10px;
    display: block;
}

.blankDiv_15px {
    height: 15px;
    display: block;
}

.blankDiv_20px {
    height: 20px;
    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;
}

.paddingAllP8rem_i {
    padding: 0.8rem !important;
}

.paddingAll1rem {
    padding: 1rem;
}

.paddingAll1P2rem {
    padding: 1.2rem;
}

.paddingAll2rem {
    padding: 2rem;
}

.paddingP1remP5rem {
    padding: 0.1rem 0.5rem;
}

.paddingLeft0px {
    padding-left: 0px;
}

.paddingLeft5pct {
    padding-left: 5%;
}

.paddingLeft10pct {
    padding-left: 10%;
}

.paddingLeft20pct {
    padding-left: 20%;
}

.paddingLeft48pct {
    padding-left: 48%;
}

.paddingLeft50pct {
    padding-left: 50%;
}

.paddingLeftP4rem {
    padding-left: 0.4rem;
}

.paddingLeftP8rem {
    padding-left: 0.8rem;
}

.paddingLeft1rem {
    padding-left: 1rem;
}

.paddingLeft1rem_i {
    padding-left: 1rem !important;
}

.paddingLeft2rem {
    padding-left: 2rem;
}

.paddingRight0px {
    padding-right: 0px;
}

.paddingRight5px {
    padding-right: 5px;
}

.paddingRight5px_i {
    padding-right: 5px !important;
}

.paddingRight1rem_i {
    padding-right: 1rem !important;
}

.paddingRight3rem_i {
    padding-right: 3rem !important;
}

.paddingRight1P25rem {
    padding-right: 1.25rem;
}

.paddingRight2rem {
    padding-right: 2rem;
}

.paddingTop0 {
    padding-top: 0;
}

.paddingTop8px {
    padding-top: 8px;
}

.paddingTop15px {
    padding-top: 15px;
}

.paddingTop5pct {
    padding-top: 5%;
}

.paddingTop17pct {
    padding-top: 17%;
}

.paddingTop20pct {
    padding-top: 20%;
}

.paddingTopP2rem {
    padding-top: 0.2rem;
}

.paddingTopP3rem {
    padding-top: 0.3rem;
}

.paddingTopP4rem {
    padding-top: 0.4rem;
}

.paddingTopP5rem {
    padding-top: 0.5rem;
}

.paddingTop1rem {
    padding-top: 1rem;
}

.paddingTop2rem {
    padding-top: 2rem;
}

.paddingLeftRight0px {
    padding-left: 0px;
    padding-right: 0px;
}


.paddingLeftRight5px {
    padding-left: 5px;
    padding-right: 5px;
}

.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;
}

.paddingBottomP4rem {
    padding-bottom: 0.4rem;
}

.paddingBottom1rem {
    padding-bottom: 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 --------*/
.marginAuto {
    margin: auto;
}

.marginAuto_i {
    margin: auto !important;
}

.marginAll0 {
    margin: 0;
}

.marginAll0_i {
    margin: 0 !important;
}

.margin01rem {
    margin: 0 1rem;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop8px {
    margin-top: 8px;
}

.marginTop9px {
    margin-top: 9px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop40px {
    margin-top: 40px;
}

.marginTop50px_i {
    margin-top: 50px !important;
}

.marginTopMinus1px {
    margin-top: -1px;
}

.marginTopMinus3px {
    margin-top: -3px;
}

.marginTopMinus5px {
    margin-top: -5px;
}

.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;
}

.marginTopP6rem {
    margin-top: 0.6rem;
}

.marginTopP5rem {
    margin-top: 0.5rem;
}

.marginTop1rem_i {
    margin-top: 1rem !important;
}

.marginTop1P5rem {
    margin-top: 1.5rem;
}

.marginTop2rem {
    margin-top: 2rem;
}

.marginLeftMinus1px {
    margin-left: -1px;
}

.marginLeftMinus5px {
    margin-left: -5px;
}

.marginLeft5px {
    margin-left: 5px;
}

.marginLeft10px_i {
    margin-left: 10px !important;
}

.marginLeft15px {
    margin-left: 15px;
}

.marginLeft50px{
    margin-left:50px;
}

.marginLeft57px{
    margin-left:57px;
}

.marginLeft150px{
    margin-left:150px;
}

.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;
}

.marginLeft2rem {
    margin-left: 2rem;
}

.marginLeftMinusP2rem {
    margin-left: -0.2rem;
}

.marginLeftMinusP5rem {
    margin-left: -0.5rem;
}

.marginLeftMinus9rem {
    margin-left: -9rem;
}

.marginRight0px {
    margin-right: 0px;
}

.marginRight5px {
    margin-right: 5px;
}

.marginRight10px {
    margin-right: 10px;
}

.marginRight20px {
    margin-right: 20px;
}

.marginRight130px_i {
    margin-right: 130px !important;
}

.marginRightP5rem {
    margin-right: 0.5rem;
}

.marginRight1rem {
    margin-right: 1rem;
}

.marginRight2rem {
    margin-right: 2rem;
}

.marginRight2rem_i {
    margin-right: 2rem !important;
}

.marginTop2pct {
    margin-top: 2%;
}

.marginTop20pct {
    margin-top: 20%;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop10pct {
    margin-top: 10%;
}

.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;
}

.marginBottom20px {
    margin-bottom: 20px;
}

.marginBottom20px_i {
    margin-bottom: 20px !important;
}


/*-------- Position --------*/
.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.topAuto_i {
    top: auto !important;
}

.topMinus10px {
    top: -10px;
}

.top0 {
    top: 0;
}

.top5px {
    top: 5px;
}

.top10px {
    top: 10px;
}

.top15px {
    top: 15px;
}

.top70px {
    top: 70px;
}

.top140px {
    top: 140px;
}

.top140px_i {
    top: 140px !important;
}

.topP5rem {
    top: 0.5rem;
}

.top1rem {
    top: 1rem;
}

.top14rem {
    top: 14rem;
}

.top18rem {
    top: 18rem;
}

.top50pct {
    top: 50%;
}

.right0 {
    right: 0;
}

.right0_i {
    right: 0 !important;
}

.right5px {
    right: 5px;
}

.right10px {
    right: 10px;
}

.right25px {
    right: 25px;
}

.rightMinus10px {
    right: -10px;
}

.rightP5rem {
    right: 0.5rem;
}

.right1rem {
    right: 1rem;
}

.left0 {
    left: 0;
}

.left5px {
    left: 5px;
}

.leftP5rem {
    left: 0.5rem;
}

.left1rem {
    left: 1rem;
}

.left2rem {
    left: 2rem;
}

.left45pct {
    left: 45%;
}

.left50pct {
    left: 50%;
}

.bottom0 {
    bottom: 0;
}

.bottom5px {
    bottom: 5px;
}

.bottom1rem {
    bottom: 1rem;
}

.bottomP5rem {
    bottom: 0.5rem;
}



/*-------- Borders --------*/
.borderNone {
    border: none;
}

.borderWhite {
    border: 1px solid white;
}

.borderLightGray {
    border: 1px solid #d2d2d2;
}

.borderGray2px {
    border-top: 2px solid gray;
}

.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;
}

.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);
}



/*-------- Border Radius --------*/
.borderRadius0P25rem {
    border-radius: 0.25rem;
}

.borderRadius0P5rem {
    border-radius: 0.5rem;
}



/*-------- Fonts --------*/
.fontSizeSmaller {
    font-size: smaller;
}

.fontSize11px {
    font-size: 11px;
}

.fontSize12px {
    font-size: 12px;
}

.fontSize13px {
    font-size: 13px;
}
.fontSize13px_i {
    font-size: 13px !important;
}

.fontSize15px {
    font-size: 15px;
}

.fontSize21px {
    font-size: 21px;
}

.fontSize22px {
    font-size: 22px;
}

.fontSize24px_i {
    font-size: 24px !important;
}

.fontSize70px {
    font-size: 70px;
}

.fontSize100px {
    font-size: 100px;
}


.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;
}

.fontSize2rem {
    font-size: 2rem;
}


.fontWeight600 {
    font-weight: 600;
}


.fontWeightBold {
    font-weight: bold;
}


.fontStyleItalic {
    font-style: italic;
}





/*-------- Line Height --------*/
.lineHeight2rem {
    line-height: 2rem;
}



/*-------- Opacity --------*/
.opacity0pct {
    opacity: 0;
}

.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 --------*/
.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;
}

.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;
}

.colorBlue {
    color: blue;
}

.colorCadetBlue {
    color: cadetblue;
}

.colorCoral {
    color: coral;
}

.colorCornFlowerBlue {
    color: cornflowerblue;
}

.colorDarkOrange {
    color: darkorange;
}

.colorDodgerblue {
    color: dodgerblue;
}

.colorWhite {
    color: white;
}

.colorWhiteSmoke {
    color: whitesmoke;
}

.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;
}

.colorLightSlateGray_i {
    color: lightslategray !important;
}

.colorDarkSlateGray {
    color: darkslategray;
}

.colorDarkSlateGray_i {
    color: darkslategray !important;
}

.colorDarkOliveGreen {
    color: darkolivegreen;
}

.colorDarkCyan {
    color: darkcyan;
}

.colorMediumVioletRed {
    color: mediumvioletred;
}

.colorBlack {
    color: black;
}



.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 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;
}

.backgroundColorLightGray {
    background-color: #f2f2f2;
}

.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;
}

.backgroundColorBlackBlue {
    background-color: #384652;
}

.backgroundColorBlueDeepBlack {
    background-color: #474b54;
}

.backgroundColorGrayBlue_i {
    background-color: #000000 !important;
}

.backgroundColorLightGrayBlue {
    background-color: #74829e;
}

.backgroundColorDeepSkyBlue_i {
    background-color: deepskyblue !important;
}

.backgroundColorLightSkyBlue {
    background-color: #c3ebf9;
}

.backgroundColorLightSoil {
    background-color: #fbf1d4;
}

.backgroundColorMint{
    background-color: #3ea0b7;
}

.backgroundColorDarkMint{
    background-color: #3A93BB;
}

.backgroundColorBlueGreen{
    background-color: #3977BC;
}

.backgroundColorDarkBlue{
    background-color: #3965BC;
}

.backgroundColorMint_i{
    background-color: #3ea0b7;
!important;
}

.backgroundColorDarkMint_i{
    background-color: #3A93BB;
!important;
}

.backgroundColorBlueGreen_i{
    background-color: #3977BC;
!important;
}

.backgroundColorDarkBlue_i{
    background-color: #3965BC;
!important;
}



/*-------- Overflow --------*/
.overflowAuto {
    overflow: auto;
}


.overflowHidden {
    overflow: hidden;
}


.overflowXAuto {
    overflow-x: auto;
}

.overflowXHidden {
    overflow-x: hidden;
}

.overflowYAuto {
    overflow-y: auto;
}

.overflowXVisible {
    overflow-x: visible;
}

.overflowYVisible {
    overflow-y: visible;
}


/*-------- BoxShadow --------*/
.boxShadowBlue {
    box-shadow: 0 0 10px #9ecaed;
}



/*-------- Visibility --------*/
.visibilityHidden {
    visibility: hidden;
}

.visibilityCollapse {
    visibility: collapse;
}



/*-------- White-Space --------*/
.whiteSpaceNoWrap {
    white-space: nowrap;
}



/*-------- 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;
    }
}



/*-------- 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;
}


/*-------- table --------*/
.thLight {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.thLightNone {
    color: #495057;
    background-color: #e9ecef;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

/*-------- carousel  --------*/

.carousel-inner {
    position:relative;
    /*height:600px!important;*/
    overflow:hidden;
}


.carousel-inner img{
    max-height: 600px;
    height: inherit !important;
    margin: auto;
}

/*-------- tabs  --------*/

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
    /*font-weight: bold;*/
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}


/*-------- word-break  --------*/
.workdBreakAll  {
    word-break: break-all;
}

/* 관리자 고시문 파일관련 */
.marginleftminus5px{
    margin-left: -5px;
}

.marginleftminus15px{
    margin-left: -15px;
}

.marginleftminus25px{
    margin-left: -25px;
}
.width300px{
    width: 300px;
}