body{
    margin: 0;
    padding: 0;
    background-color: #fff;
}
body *::-moz-selection{
    background-color: #059;
    color: #fff;
}
body *::selection{
    background-color: #059;
    color: #fff;
}
body a{
    font: 13px "Segoe UI", Arial, Tahoma, Verdana, sans-serif;
    color: #4a7194;
}
body a:hover{
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time{
    display: block;
    margin: 0;
    padding: 0;
}
div.styleLinkRightBaner{
    position: relative;
    display: block;
    width: 248px;
    height: 220px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    font: 13px/19px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #333;
    text-align: center;
    border: 1px solid #f5f5f5;
}
div.styleLinkRightBaner div.styleTextBaner{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding: 3px;
}
div.styleLinkRightBaner img{
    height: 100%;
    border: none;
}
div.styleLinkLeftBaner{
    position: relative;
    float: left;
    display: block;
    width: 708px;
    height: 120px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    font: 13px/19px Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
    color: #333;
    border: 1px solid #f5f5f5;
}
div.styleLinkLeftBaner div.styleTextBaner{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding: 3px;
}
div.styleLinkLeftBaner img{
    height: 100%;
    border: none;
}
div.styleLinkRightBaner p,
div.styleLinkLeftBaner p{
    padding: 0;
    margin: 3px 0;
}
.styleMessageTextTrue{
   position: relative;
   display: table;
   width: 100%;
   height: auto;
   margin: 0px 5px 5px;
   font: 13px Arial, Tahoma, Verdana, sans-serif;
   color: #549e06;
}
.styleMessageTextFalse{
   position: relative;
   display: table;
   width: 100%;
   height: auto;
   margin: 0px 5px 5px;
   font: 13px Arial, Tahoma, Verdana, sans-serif;
   color: #ef1600;
}
div#styleMethodCrumbs{
    position: relative;
    width: 500px;
    height: 25px;
    padding: 0;
    margin: 0px 0px 10px 0px;
}
div#styleMethodCrumbs img{
    float: left;
    margin: 0px 5px 0px 0px;
    height: 17px;
    border: none;
}
div#styleMethodCrumbs a,
div#styleMethodCrumbs span{
    display: block;
    float: left;
    margin: 0px 5px 0px 0px;
    font: 13px "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    color: #bfbfbf;
}
div#styleMethodCrumbs a:hover{
    text-decoration: none;
}
p.styleTextDateError{
   font: 15px "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    color: #c0040a;
}
.scroll-top {
    display: none;
}
div.restautoBanner {
    height: 248px;
}

@media screen and (max-width: 990px) {
    div.styleLinkLeftBaner {
        width: 100%;
    }
    div.styleLinkRightBaner {
        margin: 0;
        margin-right: 10px;
        width: 250px;
        height: 210px;
        margin-bottom: 20px;
        float: right;
    }
    div.styleLinkRightBaner a {
        display: block;
        width: 100%;
        height: 100%;
    }
    div#styleMethodCrumbs {
        width: 100%;
    }
    div.restautoBanner {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    body.overflow-hidden {
        overflow: hidden;
    }
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    div.styleLinkLeftBaner {
        height: auto;
    }
    div.styleLinkLeftBaner a {
        display: block;
        width: 100%;
        height: auto;
    }
    div.styleLinkLeftBaner img {
        width: 100%;
        height: auto;
    }
    .scroll-top {
        position: fixed;
        right: 15px;
        bottom: -41px;
        z-index: 1050;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #092f60;
        border: 1px solid #235aa3;
        border-radius: 4px;
        -webkit-transition-duration: 0.5s;
             -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .scroll-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    .scroll-top svg {
        width: 60%;
        height: 60%;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        fill: white;
    }
    div.restautoBanner {
        height: 160px;
        float: right;
    }
}

@media screen and (max-width: 651px) {
    div.styleLinkLeftBaner {
        display: none;
    }
    div.styleLinkRightBaner {
        display: none;
    }
    div.restautoBanner {
        display: block;
        float: none;
    }
}
