/* cmsms stylesheet: amc modified: Tuesday, January 21, 2025 9:04:34 PM */


html   {
    height: 100%;
    width: 100%;
    background-color: transparent;

}

body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #182D49;
    height: 100vh;
    background-image: linear-gradient( 217deg, rgba( 0, 30, 150, .2 ), rgba( 0, 0, 0, 0 ) 70.71% ),
                linear-gradient( 127deg, rgba(255,255,255,.8), rgba(255,255,255,.0) 70.71%),
                linear-gradient( 336deg, rgb( 255, 255, 255 ), rgb( 255, 255, 255 ) 70.71%);
    background-size: contain;
    background-repeat: no-repeat;
}
#cnt      {
    min-height: calc( 100vh - 170px );
}
.input-group-label  {
    min-width: 100px;
    background-image: linear-gradient( 60deg, rgba( 80, 60, 40, .8 ), rgba( 40, 30, 20, .8 ), rgba( 0, 0, 0, .8 ) );
    color: rgb( 255, 255, 255 );
    font-weight: 600;
    border: none; /* <-- This thing here */
    border:solid 1px rgba( 40, 30, 20, .8 );
    border-radius: 6px 0px 0px 6px !important;
}

.input-group-field.field-right   {
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.input-group-button .button     {
    min-width: 80px;
    font-weight: 600 !important;
}
.menu-btn   {
    border-radius: .3rem;
    background-color: rgb( 255, 255, 255 );
    color: rgba( 40, 30, 20, .8 );
    padding: .5rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: .3rem;
    font-weight: 600;
}
.hinta      {
    color: rgba( 0, 0, 0, .8 );
}
.tex, .tex-last      {
    color: rgb( 255, 255, 255 );
}
.tex-last      {
    padding-right: .8rem;
}
.btn-corner-left   {
    border: none;
    border:solid 1px #ccc;
    border-radius: 6px 0px 0px 6px !important;
}
.btn-corner-right   {
    border: none;
    border:solid 1px #ccc;
    border-radius: 0px 6px 6px 0px !important;
}
.subm   {
    text-align: center !important;
    border: none;
    border:solid 1px #ccc;
    border-radius: .4rem !important;
    padding: .5rem;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
}
.subm:hover   {
    background-color: transparent;
    background-image: linear-gradient( 60deg, rgba( 80, 60, 40, .8 ), rgba( 40, 30, 20, .8 ), rgba( 0, 0, 0, .8 ) );
    color: rgb( 255, 255, 255 );
    font-weight: 600;
    border:solid 1px rgba( 40, 30, 20, .8 );
}
.topper, .head    {
    background-color: transparent;
    color: rgba( 40, 30, 20, .8 );
    padding-top: 10px;
}
.header   {
    padding-top: 10px;
    background-color: transparent;
    color: rgba( 40, 30, 20, .8 );
    text-align: center;
}
.site     {
    font-family: Sacramento;
    vertical-align: middle;
    font-size: 1.5 rem;
    line-height: 2 rem;
    text-align: center;
}
.title-bar   {
    border-radius: .3rem;
    background-color: transparent;
    background-image: linear-gradient( 60deg, rgba( 80, 60, 40, .8 ), rgba( 40, 30, 20, .8 ), rgba( 0, 0, 0, .8 ) );
    margin-bottom: .5rem;
}
.title-bar div   {
    padding-left: 1rem;
}
.current   {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    vertical-align: baseline;
    text-align: right;
    text-transform: uppercase;
}
.head h1    {
    padding-top: 15px;
}

.formbg     {
    background-image: linear-gradient( 200deg, rgb( 255, 255, 255 ), rgba(255,255,255,.14) );
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    border-radius: 8px;
    margin-top: calc( 30vh - 50px );
    box-shadow: 1px 1px 12px 10px rgba( 50, 50, 50, .1);
}

.month   {
    font-weight: 600;
    text-transform: uppercase;
}
.menu li a {
    text-transform: uppercase;
    color: rgba( 0, 0, 0, .8 );
}
.menu li a:hover {
    text-transform: uppercase;
    color: rgba( 0, 0, 0, .4 );
}
.helper a    {
    color: rgba( 0, 0, 0, .8 );
}
.helper a:hover    {
    color: rgba( 0, 0, 0, .4 );
}
thead tr     {
    background-image: linear-gradient( 60deg, rgb( 62, 65, 205 ), rgb( 0, 0, 0 ) );
}
tr th {
    color: rgb( 255, 255, 255 );
    background-color: transparent;
    text-align: center;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: -0.2rem;
}
tr td   {
    text-align: right;
    padding-right: 20px;
}
.t-left {
    border-radius: 6px 0px 0px 6px;
    text-align: left;
}
.t-right {
    border-radius: 0px 6px 6px 0px;
    text-align: right;
}
tbody .t-right  {
    padding-right: 20px;
}
.seli   {
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    padding:  .3rem;
}
.sum   {
    text-align: right;
    width: 100%;
    padding:  .3rem;
}
.off-canvas {
    background-color: transparent;
    background-image: linear-gradient( 60deg, rgb( 62, 65, 205 ), rgb( 0, 0, 0 ) );
}
.menu   {
    margin-top: 10%;
    margin-left: 1rem;
}
.menu li a {
    color: rgb( 255, 255, 255 );
}
.menu li a:hover {
    color: rgb( 240, 183, 26 );
    font-weight: 600;
}
.accordion-title  {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    color: rgba( 0, 0, 0, .8 );
}
.accordion-title:hover, .accordion-title.active  {
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient( 60deg, rgba( 200, 0, 0, 1 ), rgba( 150, 0, 0, .8 ), rgba( 100, 0, 0, .8 ) );
    color: rgb( 255, 255, 255 );
}
.accordion-content  {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: transparent;
    background-image: linear-gradient( 60deg, rgb( 62, 65, 205 ), rgb( 0, 0, 0 ) );
    color: rgb( 255, 255, 255 );
    margin-bottom: 2rem;
}
.accordion-content.hvid    {
    background-image: none;
}  
.footer     {
    background-image: linear-gradient( 60deg, rgba( 80, 60, 40, .8 ), rgba( 40, 30, 20, .8 ), rgba( 0, 0, 0, .8 ) );
    color: rgb( 255, 255, 255 );
    padding: 6px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
.footer-data    {
    position: fixed;
    bottom: 40px;
    text-align: right;
}
.footer-data .cell    {
    padding: 12px 30px 2px 6px;
}
.footer-head    {
    position: fixed;
    bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-image: linear-gradient( 70deg, rgba( 240, 240, 255, .2 ), rgba( 240, 240, 255, .5 ), rgba( 180, 180, 255, .2 ) );
    border-bottom: 1px solid rgba( 0, 30, 150, .2 );
}
.footer-head .cell    {
    padding: 6px;
}
@media screen and ( orientation:portrait ) {
    .topper  {
        visibility: visible;
    }
    .fbg  {
        margin-top: calc( 30vh - 50px );
    }
    .menu   {
        margin-top: 20px;
    }
    .foot   {
        background-image: linear-gradient( 60deg, rgba( 80, 60, 40, .8 ), rgba( 40, 30, 20, .8 ), rgba( 0, 0, 0, .8 ) );
        color: rgb( 255, 255, 255 );
        padding: 9px;
    }
}
@media screen and ( orientation:landscape ) and ( min-height: 799px ) {
    .foot  {
        display: none;
    }
}
@media screen and ( orientation:landscape ) and ( max-height: 800px ) {
    .topper  {
        display: none;
    }
}
/* Small */
@media screen and ( max-width: 640px ) {
    .res-table-large   {
        display: none;
    }
    .res-table-small   {
        display: block;
    }
    .helper   {
        font-size: 90%;
    }
}
/* Medium and up */
@media screen and ( min-width: 641px ) and ( max-width: 1007px ) {
    .res-table-large   {
        display: block;
    }
    .res-table-small   {
        display: none;
    }
}
/* Medium only */
@media screen and ( min-width: 1008px ) and ( max-width: 63.9375em ) {
    .res-table-large   {
        display: block;
    }
    .res-table-small   {
        display: none;
    }
}
/* Large and up */
@media screen and ( min-width: 64em ) {
    .res-table-large   {
        display: block;
    }
    .res-table-small   {
        display: none;
    }
}
/* Large only */
@media screen and ( min-width: 64em ) and ( max-width: 74.9375em ) {
    .res-table-large   {
        display: block;
    }
    .res-table-small   {
        display: none;
    }
}
