/* cmsms stylesheet: amc modified: Sunday, January 5, 2025 11:40:48 PM */

body {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #182D49;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #3091b1;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #a1e3fd;
}

h1 {
  font-family: 'Sacramento', cursive;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #182D49;
}

h2, h3, h4 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #B2CCEE;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #182D49;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #3091b1 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #3091b1 transparent transparent;
}

.divider {
  background: #B2CCEE;
  background-image: linear-gradient( to right, rgb( 75,100,150 ), #B2CCEE, rgb( 75,100,150 ) );
  margin: 1rem 0;
  margin-bottom: 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #182D49;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #3091b1;
}

.card-divider {
  background: #182D49;
  color: #B2CCEE;
}

.button {
  background: #B2CCEE;
  color: #182D49;
  border-radius: 5px;
}

.button:hover {
  background: #182D49;
  color: #B2CCEE;
}

.divider .button {
  background: #182D49;
  color: #B2CCEE;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #3091b1;
  color: #182D49;
}

footer {
  background: #182D49;
  color: #B2CCEE;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #B2CCEE;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #B2CCEE;
}

footer i {
  margin-right: 0.5rem;
}
#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

.vasen {
    border-radius: 6px 0px 0px 6px;
}

.oikea {
    border-radius: 0px 6px 6px 0px;
}
.bt {
    background-color: rgb( 75,100,150 );
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.bt2 {
    background-color: rgba( 255, 255, 255, .5);
    color: #a50202;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.teho {
    background-color: rgb( 75, 100, 150 );
    color: #ffffff;
}
.tema {
    background-color: #B2CCEE;
    color: #182D49;
    text-align: center;
}
.tepu {
    color: #ffffff;
    background-color: rgb( 200,30,30 );
    text-align: center;
    font-family: Roboto, Helvetica;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: -0.2rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}
.haitari    {
  background-color: #B2CCEE;
  color: #182D49;
  cursor: pointer;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  list-style: none;
  border: none;
  outline: none;
  transition: 0.4s;
  display: table;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px;
  border-radius: 6px 6px 6px 6px;
}

.nappi    {
  width: 100%;
  cursor: pointer;
  border-bottom: solid 1px #ffffff;
}

.nappi:hover  {
  background-color: rgb( 75,100,150 );
  color: #ffffff;
}

.nappi span {
  display: inline-block;
  width: 30%;
  padding: 8px 16px;
  text-align: left;
  margin: 4px;
}

.nappi span strong {
  text-transform: uppercase;
  font-family: Roboto, 'Helvetica Neue', Helvetica;
}

.sisalto {
  padding: 0 18px;
  background-color: #ffffff;
  display: none;
  overflow: hidden;
}

.sisalto table    {
  margin-top: -7px;
}

table .num  {
  text-align: right;
  padding-right: 12%;
}

table .seli  {
  padding-left: 10%;
}

/* Accordion css */
.accordion {
  background-color: #B2CCEE;
  color: #182D49;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: table;
  font-weight: 600;
  margin-bottom: 4px;
  border-radius: 6px 6px 6px 6px;
}

.accordion span {
  display: table-cell;
  width: 30%;
}

.accordion span b {
  text-transform: uppercase;
  font-family: 'Myriad Semibold', Helvetica;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: rgb( 75,100,150 );
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #ffffff;
  display: none;
  overflow: hidden;
}
/* accordion slut */
/* table form start */
#login {
    color: #ffffff;
    background-color: rgb( 200,30,30 );
    text-align: center;
    font-family: Roboto, 'Helvetica Neue';
    font-weight: 700;
    text-transform: uppercase;
}
#login:hover {
    background-color: rgb( 250, 180, 250 );
    color: rgb( 75,100,150 );
}
.table {
    margin-bottom: 0px;
}
.table input[type=submit] {
    color: #ffffff;
    background-color: rgb( 200,30,30 );
    border: none;
    text-align: center;
    font-family: Roboto, Helvetica Neue;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 32px;
    margin: 4px 2px;
    cursor: pointer;
}
.table input[type=submit]:hover {
    background-color: rgb( 75,100,150 );
}
.tb {
  width:100%;
  margin-top: 30px;
  margin-bottom: 140px;
}
.tbtop {
  border-radius: 20px 20px 0px 0px;
  background-color: rgb( 241,246,252 );
}
.tbsivu {
  width: 40px;
  background-image: linear-gradient( rgb( 241,246,252 ), rgb( 75,100,150 ));
}
.tbform {
  background-color: #ffffff;
}
.tbform input {
  width:60%;
  margin-left: 20%;
  border-radius: 6px 6px 6px 6px;
}
.tbform button {
  width:60%;
  padding: auto 10%;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  cursor:pointer;
  font-weight: 700;
}
.tbbtm {
  border-radius: 0px 0px 20px 20px;
  background-color: rgb( 75,100,150 );
}
/* table slut */

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
