
@font-face {
    font-family: "Montserrat";
    /*src: url("/assets/font/Chalkduster.ttf");*/
    src: url("/assets/font/Montserrat-Regular.ttf");
    /*src: url("/assets/font/Montserrat-Regular.ttf") format('truetype');*/
}

.hrCustom {
    color: #979797;
    width: 92%;
}

.link {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: bold;
}

.linkUnSelected {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: normal;
}

.textMenu {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.textMenuUnSelected {
    color: #1d1d1d;
    font-size: 1.1rem;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.cardRef {
    margin-top: 10px;
    margin-bottom: 10px;

    width: 100%;
    max-width: 800px;

    min-height: 180px;

    /*background-color: #FFFFFF;*/
    /*border-color: #fcfcfc;*/
    /*border-width: 1px;*/
    /*border-radius: 6px;*/
}

.cardTitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #252525;
}

.cityGpsTitle {
    font-size: 0.9rem;
    font-weight: normal;
    color: #252525;

    cursor: pointer;
}

.cardRemoveDiv1 {
}
.cardRemoveDiv2 {
}

/* .butColor {
    display: inline-block;
    background: #0053c9;
    border-radius: 5px;
}

.butColorIn {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #0053c9;
    border-radius: 4px;
    padding: 8px 8px 7px 8px;
    margin: 1px 1px 1px 1px;

    cursor: pointer; }  */


.butColor {
    display: inline-block;
    background: #0053c9;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.butColorIn {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;

    background: #0053c9;
    border-radius: 4px;
    padding: 8px 8px 7px 8px;
    margin: 1px 1px 1px 1px;

    cursor: pointer;
    transition: background-color 0.3s, color 0.3s; 
}

.butColor:hover {
    transform: scale(1.05);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); 
}

.butColor:hover .butColorIn {
    background-color: #FF5733; 
    color: #FFFFFF;
}




.butColorInWait {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #F7F9FB;

    background: #0053c9;
    border-radius: 4px;
    padding: 8px 8px 7px 8px;
    margin: 1px 1px 1px 1px;
}

.butUnderline {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration-line: underline;
    color: #0053c9;

    padding: 8px 8px 7px 8px;

    cursor: pointer;
}

.butSpinnerWait {
    width:15px;
    height:15px;
    margin-right:5px;
    vertical-align:top;
    margin-top:3px;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #252525;

    margin-top: 20px;
    margin-bottom: 10px;
}

.subTitle {
    font-size: 1.0rem;
    font-weight: bold;
    color: #252525;

    margin-top: 20px;
    margin-bottom: 20px;
}

.textInfo {
    font-size: 1.0rem;
    font-weight: normal;
    color: #8b8b8b;

    margin-top: 10px;
    margin-bottom: 10px;
}

.space {
    height: 20px;
}

.cardCross {
    font-size:1.5rem;
    cursor:pointer;
    float:right;
    margin-top:-5px;
}

.formBox {
    max-width: 500px!important;
}

.bodyLayout {
    min-height: calc(100vh - 65px);
}

.footerBox {
    background-color: #FFFFFF;
    /*padding: 20px 0px 20px 0px;*/
    /*height: 64px;*/
    height: 0px;
}

.footerBoxLink {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #000;
}

.footerLink {
    padding: 0 10px;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: bold;
    color: #000;
    transition: color 0.3s;
}

.footerLink:hover {
    color: #333;
}

.footerLink {
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.footerSpace {
    font-size: 1.0rem;
    font-weight: bold;
    color: #252525;
    margin: 0 20px;
    display: inline-block;
}

.infoImgBox {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.infoImg {
    width: 100%;
    max-width: 350px;
}

.infoImgText {
    font-size: 0.9rem;
    font-style: italic;
    font-weight: normal;
    color: #000000;
}

.infoTitle {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}

.infoText {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #000000;
}

.infoTextUnder {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}
