﻿.hwl {
    display: block;
    margin-bottom: 11px;
    font-size: 110%;
    font-weight: bold;
    border-bottom-style: solid;
    padding-bottom: 6px;
    border-width: 1px;
}

body {
    background-color: white;
    font-family: "Arial" !important;
    font-size: 90%;
}

.cent_lable {
    animation-name: myAnimation;
    animation-duration: 2000ms;
    animation-fill-mode: forwards;
    color: goldenrod;
    font-weight: bold;
    margin-left: 4px;
    display: inline !important;
}

@keyframes myAnimation {
    0% {
        opacity: 1;
        transform: rotateX(90deg);
    }

    50% {
        opacity: 0.5;
        transform: rotateX(0deg);
    }

    100% {
        display: none;
        opacity: 0;
        transform: rotateX(90deg);
    }
}


.dynamicMenuStyle {
    width: 290px !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    margin-left: 10px !important;
    border-radius: 3px;
    padding: 5px;
    font-weight: 300;
}

    .dynamicMenuStyle a {
        white-space: break-spaces !important;
        border-style: none;
    }



.menu_asp {
    border-style: none !important;
    border-bottom-style: solid !important;
    border-width: 4px !important;
    border-color: #fbfbfb !important;
    background-color: white !important;
}

    .menu_asp:hover {
        border-style: none !important;
        border-bottom-style: none !important;
        background-color: #fbfbfb !important;
        color: orange !important;
    }

h1 {
    clear: both;
}

.div_m2 ul {
    margin-left: -8px !important;
}

.menu {
    margin-bottom: 50px;
}

@media (min-width: 200px) {
    .contCalcTren {
        box-shadow: none;
        padding: 20px;
        border-radius: 0;
        margin-top: 14px;
    }
}

@media (min-width: 700px) {
    .contCalcTren {
        box-shadow: 0 0 4px rgb(0 0 0 / 50%);
        padding: 20px;
        border-radius: 13px;
        margin-top: 14px;
    }
}



h1 {
    font-size: 139%;
    color: #f29000;
}

h2 {
    font-family: Calibri;
    margin: 0 !important;
    font-size: 109%;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#header {
    height: 59px;
    /* border-bottom-color: orange;
    border-bottom-style: solid;*/
    font-size: 127%;
}



@media (min-width: 200px) {
    .mc {
        /*height: 3000px;*/
        margin-top: 0;
        padding: 0;
    }
}



@media (min-width: 700px) {
    .mc {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1000px) {
    .mc {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 1200px) {
    .mc {
        margin-left: 25%;
        margin-right: 25%;
    }
}

#form1 {
    /* background-color: #eeeeee;*/
}
