﻿/*
vv1 3C90CB
vvy2 9DCFEF
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html, li, p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

textarea:focus, input:focus {
    outline: none;
}

/*Start upotettu koulutuskalenteri*/
#tblHakutulokset {
    background: #fff;
}

/*otsikkotekstit*/
/*tÃƒÂ¤stÃƒÂ¤*/
.rtlHeader th {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #e8e8e8;
    height: 56px;
    padding: 0px 8px;
}
.ui-button-text, #etaika-search .qbtn .ui-button-text, #etaika-search .ui-state-hover .ui-button-text, #event-details .actions .ui-button-text, #event-listview .sub-details .actions .ui-button-text, #event-details .actions .ui-state-hover .ui-button-text, #event-listview .sub-details .actions .ui-state-hover .ui-button-text{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;}


.rtlTable .rtlHeader th a, .rtlTable .rtlHeader th, .rtlTable .rtlHeader th.OmatTiedotHeaderStyle {
    line-height: 56px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.4);
}

#etaika-search *, #event-listview * {
    font-family: 'Roboto', sans-serif;
}

#search-query-floater, #search-filters-floater {
    background: #fff;
    border: none;
}

#search-query .qbtn {
    background-image: none;
    /* background-color: #03a9f4; */
    border-radius: 50px;
    height: 37px;
    width: 38px;
    padding-top: 3px;
    padding-left: 0px;
    border: none;
}

#search-query .qbtn:hover {
    background-color: #0783ab;
    transition: 0.4s;
}
.actions .ui-button-text {text-transform:uppercase;}

#search-query .qbtn .ui-button-text {
    margin-left: 0px;
    color: rgba(0,0,0,0.57);
    top: 7px;
    position: relative;
    font-family:'Material icons' !important;
    font-size: 28px;
}

#event-listview .header {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 10px;
}
@media (max-width:1024px){
	#event-listview .header .sub-col-two-third p, #event-listview .header .sub-col-two-third h2 {
    margin-left: 0px;
}
}
#event-listview .header h2 {

    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgba(0,0,0,.54) !important;
    font-weight: 400 !important;
    line-height:20px;
}

#etaika-search h2 {
    line-height: 120%;
}

#event-listview .events h2 a.eventlink {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

#event-listview .events li.odd {
    background: transparent;
    font-family: 'Roboto', sans-serif;
}

#event-listview .events p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,.54);
    font-weight: 400;
}

#event-listview .events p .registration a {
    text-decoration: none;
    color: #00BCD4 !important;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    /* text-align: center; */
}

.ui-dropdownchecklist-item input {
    float: left;
    margin-right: 4px;
}

    #event-listview .events li {
        border-bottom: none;
        padding: 10px 6px;
    }
@media only screen and (min-width: 1025px) {
    #search-results.two-columns .sub-col-one-third {
        width: 46%;
    }

    #search-results.two-columns .sub-col-two-third {
        width: 52%;
    }

    .date {
        min-height: 18px;
    }

    .sub-col-one-third > p {
        float: left;
        width: 45%;
        padding-right: 10px;
    }


    .demo-ribbon {
        padding-left: 70px !important;
        margin: 0px !important;
        padding-top: 0px;
    }
}

#event-listview .events li.selected {
    background: #fff;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin: 0px 0px;
    padding: 10px 0px 30px 10px;
    transition: 0.1s;
    width: 100%;
}

#event-listview .events li.selected h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.87) !important;
}

#event-listview .events li.selected h2 a.eventlink {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3E90CB !important;
    line-height: 110%;
}

#event-listview .events li.selected p a {
    color: #00BCD4 !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

#event-listview .events li.selected p a:hover {
    text-decoration: underline;
}

#etaika-search h2 {
    color: #212121 !important;
}

#event-details .info table tr th, #event-listview .sub-details .info table tr th {
    font-size: 14px;
    color: rgba(0,0,0,.87);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#event-listview .sub-details .info table tr td {
    font-weight: 400;
}

#event-listview .sub-details .actions #tr-registration-link td a, #product-actions .status.register, #etaika-product .button {
    background: transparent;
    border-radius: 5px;
    width: auto;
    max-width: inherit;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border: none;
    text-decoration: none;
}

#event-listview .sub-details .actions #tr-registration-link td a:hover, #etaika-search #search-results .none-rounded:hover {
  
    border: none;
    width: auto;
    max-width: inherit;text-decoration:none;
}

#event-listview .sub-details .actions #tr-registration-link td a:hover, #etaika-search #search-results .none-rounded:hover span {
color:rgba(0,0,0,0.87) !important; transition:0.5s;}

#event-details .actions, #event-listview .sub-details .actions {
    width: 33.5%;
    float: left;
    margin-top: 10px;
}

#event-listview .sub-details .actions #tr-registration-link td a span {
    color: #00BCD4 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border: none;
}
#event-listview .sub-details .actions #tr-registration-link td a span:hover{color:rgba(0,0,0,0.87) !important; transition:0.5s;}

#etaika-search #search-results .none-rounded {
    background: transparent;
    font-size: 13px;
    border: none;
    width: auto;
    text-align: inherit;
}


#event-details .summary, #event-listview .sub-details .summary {
    padding: 0px;
}

#event-details p, #event-listview .sub-details p, #event-details .normal, #event-listview .sub-details .normal {
    margin: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,.54);
    font-weight: 400;
    line-height: 18px;
}

/*tabien tyylit*/
#event-listview .tabs {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

#event-listview .sub-details .tabstrip {
    padding-bottom: 30px;
}

#event-details .tabstrip {
    padding-bottom: 30px;
}

.tabs ul.tabstrip li,ul#tabstrip li {
    border-bottom: 2px solid #ccc !important;
    text-align: center;
}

.tabs ul.tabstrip li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: grey;
    background: transparent;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    width: auto;
    padding: 0px 35px;
}

.tabs ul.tabstrip li a:hover {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

.tabs ul.tabstrip li:hover {
    border-bottom: 3px solid #00BCD4 !important;
}

.tabs ul.tabstrip > li:first-child a {
    margin-left: 5px !important;
}

.tabs ul.tabstrip li.current {
    border-bottom: 3px solid #00BCD4 !important;
}

.tabs ul.tabstrip li.current:hover {
    border-bottom: 3px solid #00BCD4 !important;
}

.tabs ul.tabstrip li.current a {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

.tabs ul.tabstrip li.current a:hover {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

ul#tabstrip li {
    /* border-bottom: none !important; */
    text-align: center;
}

ul#tabstrip li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: grey;
    background: transparent;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    width: auto;
    padding: 0px 35px;
}

ul#tabstrip li a:hover {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

ul#tabstrip li:hover {
    border-bottom: 3px solid #00BCD4 !important;
}

ul#tabstrip > li:first-child a {
    margin-left: 5px !important;
}

ul#tabstrip li.current {
    border-bottom: 3px solid #00BCD4 !important;
}

ul#tabstrip li.current:hover {
    border-bottom: 3px solid #00BCD4 !important;
}

ul#tabstrip li.current a {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

ul#tabstrip li.current a:hover {
    background: transparent;
    color: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: 0.1s;
    font-weight: 500;
}

/*end tabien tyylit*/
#search-filters-floater div.ui-dropdownchecklist-dropcontainer-wrapper label.ui-dropdownchecklist-text {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

#search-filters-floater .search-filters {
    margin: 10px 0px 0px 0px;
}

#search-filters-floater .search-filters .aikavali input {
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

#search-filters-floater .search-filters .filter span.ui-dropdownchecklist .ui-dropdownchecklist-text {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.ui-dropdownchecklist-selector-wrapper .ui-state-default {
    background: #fff;
    color: #000;
}

#search-query {
    margin: 10px 0px;
}

#event-details .tabstrip {
    margin-left: 0px;
}

#event-listview .sub-details .tabs > .tabstrip:first-child {
    margin-left: 0px;
}

.ui-dropdownchecklist .ui-widget-content {
    max-height: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#search-filters-floater .search-filters .filter .ui-dropdownchecklist-item {
    text-overflow: ellipsis;
}

#search-filters-floater .search-filters .filter .ui-dropdownchecklist-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 168px;
}

#search-filters-floater .search-filters .filter .ui-dropdownchecklist-selector {
    background: url("img/ic_keyboard_arrow_down_black_24px.svg");
    background-repeat: no-repeat;
    background-position: 167px;
    background-size: 10%;
    border-bottom: none;
    height: 21px;
    background: none;
}

.ui-autocomplete.ui-widget-content {
    display: none !important;
}

#event-details .info table tr td, #event-listview .sub-details .info table tr td {
    font-size: 14px;
    color: rgba(0,0,0,.54);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 7px 0px;
    margin: 0px;
}

#search-filters-floater .search-filters {
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1280px) {
    #event-listview .events li.selected h2 {
        float: left;
        width: 150px;
        margin: 0px;
        padding: 0px;
    }

    #event-listview .events li.selected .sub-col-two-third h2 {
        width: 100%;
    }

    #event-listview .events li.selected p {
        float: left;
        width: 80%;
        margin-bottom: 20px;
    }

    #event-listview .events .sub-details ul.tiedostot {
        margin-left: 150px;
        width: 80%;
        float: left;
    }

    #event-listview .sub-details .info table tr {
        display: block;
    }

    #event-listview .sub-details .info table tr th {
        display: block;
        float: left;
        width: 150px;
    }

    #event-details .info table tr {
        display: block;
    }
}

@media (max-width: 1280px) {
    #search-query input.qbox {
        max-width: 80%;
        width: 80%;
    }

    #search-filters-floater .search-filters .filter {
        width: 100%;
        text-align: left;
    }

    #search-filters-floater .search-filters .filter .ui-dropdownchecklist-selector {
        border: none;
    }

    #event-listview .status {
        height: 50px !important;
    }

    #event-listview .status .left {
        height: 40px;
        width: 49%;
    }

    #event-listview .status .right {
        width: 50% !important;
    }

    #event-listview .events li.selected h2 {
        margin-left: 0px;
    }

    #event-listview .events li {
        padding: 10px 0px;
    }

    #event-listview .sub-details .info {
        width: 100%;
    }

    #event-listview .sub-details .actions {
        width: 100%;
    }

    .tabs ul.tabstrip li {
        width: 24%;
    }

    .tabs ul.tabstrip li a {
        padding: 0px;
    }

    #event-details .actions {
        width: 100%;
    }

    .summary .actions {
        display: inline-block;
    }

    .summary .actions > table {
        display: inline-block;
        width: 100%;
    }

    .summary .actions > table > tbody {
        display: inline-block;
        width: 100%;
    }

    .summary .actions > table > tbody > tr {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .summary .actions > table > tbody > tr > td {
        display: inline-block;
        width: 100%;
    }

    #event-listview .sub-details .info table tr th {
        padding-right: 10px;
    }

    #eTaika_OmatTiedot2 .box {
        padding: 0px;
    }

    .ui-dropdownchecklist-selector-wrapper, .ui-widget.ui-dropdownchecklist-selector-wrapper {
        vertical-align: unset;
        text-align: left;
    }

 
}

@media (max-width: 1280px) and (min-width: 768px) {
    #search-query input.qbox {
        max-width: 92%;
        width: 100%;
    }

    #search-query .qbtn {
        float: right;
    }

    #search-filters-floater .search-filters {
        width: 100%;
    }

    #search-filters-floater .search-filters .filter {
        width: 31%;
    }

    #event-listview .sub-details .info {
        width: 80%;
    }

    #event-listview .sub-details .actions {
        width: 20%;
    }

    .summary .actions > table > tbody > tr {
        width: 100%;
    }

    #etaika-search #search-results .none-rounded span {
        padding: 10px 0px;
    }
}

/*#search-filters-floater .search-filters label.header {
    display: none;
}*/
/*
	Default colors:
	Cyan 500 #00BCD4
	Light Blue 500 #03A9F4


*/
/* MAIN COLOR, default cyan */
#eTaika_OmatTiedot2 .Osaamishaku .RadTreeList .OmatTiedotItemStyle td a.etLinkkiPainike, #eTaika_OmatTiedot2 .Osaamishaku .RadTreeList .OmatTiedotAlternatingItemStyle td a.etLinkkiPainike, #eTaika_OmatTiedot2 #tblHakutulokset .RadGrid_Default .rgMasterTable .etLinkkiPainike, .mdl-data-table td a:hover, #event-listview .events p .registration a, #event-listview .events li.selected p a, #event-listview .sub-details .actions #tr-registration-link td a, #product-actions .status.register, #event-listview .sub-details .actions #tr-registration-link td a span, #etaika-search #search-results .none-rounded span, .tabs ul.tabstrip li:hover, .tabs ul.tabstrip li.current a, .tabs ul.tabstrip li.current a:hover, ul#tabstrip li a:hover, ul#tabstrip li.current a, ul#tabstrip li.current a:hover, #eTaika_OmatTiedot2 .Osaamishaku .RadTreeList .OmatTiedotItemStyle td a.etLinkkiPainike, #eTaika_OmatTiedot2 .Osaamishaku .RadTreeList .OmatTiedotAlternatingItemStyle td a.etLinkkiPainike, #eTaika_OmatTiedot2 #tblHakutulokset .RadGrid_Default .rgMasterTable .etLinkkiPainike, .mdl-data-table td a:hover, #event-listview .events p .registration a, #event-listview .events li.selected p a, #event-listview .sub-details .actions #tr-registration-link td a, #product-actions .status.register, #event-listview .sub-details .actions #tr-registration-link td a span, #etaika-search #search-results .none-rounded span, .tabs ul.tabstrip li a:hover, .tabs ul.tabstrip li:hover, .tabs ul.tabstrip li.current, .tabs ul.tabstrip li.current:hover, .tabs ul.tabstrip li.current a, .tabs ul.tabstrip li.current a:hover, ul#tabstrip li a:hover, ul#tabstrip li:hover, ul#tabstrip li.current, ul#tabstrip li.current:hover, ul#tabstrip li.current a, ul#tabstrip li.current a:hover, #eTaika_OmatTiedot2 .rgRow td a:hover, #eTaika_OmatTiedot2 .rgAltRow td a:hover,#etaika-product .button {
    color: #3C90CB !important;
}

.tabs ul.tabstrip li:hover, .tabs ul.tabstrip li.current, .tabs ul.tabstrip li.current:hover, ul#tabstrip li:hover ul#tabstrip li.current, ul#tabstrip li.current:hover, ul#tabstrip li.current, ul#tabstrip li:hover {
    border-bottom: 2px solid #3C90CB !important;
}

#search-query .qbtn, .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    background-color: transparent;
}

svg path {
    fill: #3C90CB !important;
}

/*SECONDARY COLOR, default light blue */
#eTaika_OmatTiedot2 .moduulinValikko .menuitem.selected, #eTaika_OmatTiedot2 .moduulinValikko a:hover, #eTaika_OmatTiedot2 .tabValikko a:hover .menuitem-center, #eTaika_OmatTiedot2 .moduulinValikko a.selected:hover, #eTaika_OmatTiedot2 .tabValikko a.selected:hover .menuitem-center, #eTaika_OmatTiedot2 .mdl-button--primary.mdl-button--primary, #eTaika_OmatTiedot2 .rgRow td a:hover, #eTaika_OmatTiedot2 .rgAltRow td a:hover, #eTaika_OmatTiedot2 .profiili2 .profiilit [data-content] article .kentat .file, .testi, #event-listview .events h2 a.eventlink:hover, .etLinkkiPainike:hover {
    color: #9DCFEF;
    text-decoration: none;
}

@media (min-width: 1280px) {
    .OikeanYlareunanNapit .HaeKoulutukseen, .OikeanYlareunanNapit .LisaaOsallistuminen {
        color: #9DCFEF;
    }
}

   #search-query .qbtn:hover{ background-color:transparent;}
#search-query .qbtn:hover span {
    color:rgba(0,0,0,0.87);
    transition:0.5s;
}

/*Black menu*/
#eTaika_OmatTiedot2 .menuitem {
    color: #000 !important;
}

@media (min-width: 1280px) {
    .tableYhteistiedot {
        width: 40% !important;
    }

    #modal-profiili, #modal-profiili2 {
        width: 50%;
        left: 41%;
    }

    .alert {
        padding-left: 25px;
    }

    #search-query input.qbox {
        border: none;
        border-bottom:1px solid #ddd;
		min-width: 94%;
        margin-right: 5px;
        font-family: 'Roboto', sans-serif;
    }

   search-query input.qbox:before{
        font-family: 'Material Icons';
     content: "link";color:#000;font-size:24px;
        -webkit-font-feature-settings: 'liga';}

    .demo-ribbon {
        width: 100%;
        height: 130px;
        background-color: #3F51B5;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .demo-content {
        background: #Fff;
        margin-top: -45px !important;
    }

    #eTaika_OmatTiedot2 .profiili2 .profiilit [data-content] article .kentat select {
        width: 93%;
        font-size: 14px;
        line-height: 110%;
        padding: 0px 0px;
        margin: 0px 0px;
    }

    .datepicker {
        width: 35% !important;
        font-size: 14px;
    }

    .datepickerJarjestaja {
        width: 30% !important;
        font-size: 14px;
    }

    .kentanOhje {
        margin-left: -10px !important;
    }

    .Errormessage {
        position: absolute;
    }

    .VastaanottajatGrid {
        width: 35%;
    }
}

#etaika-product * {
    font-family: 'Roboto', sans-serif !important;
}

#product-details .summary .fields table tr th, .tabs ul.tabstrip li:hover, .tabs ul.tabstrip li.current, .tabs ul.tabstrip li.current:hover, ul#tabstrip li:hover ul#tabstrip li.current, ul#tabstrip li.current:hover, ul#tabstrip li.current, ul#tabstrip li:hover, #etaika-product h2,#tabs p,#etaika-product p {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    line-height: 24px;
}

#product-details .summary .fields table tr th {
    font-weight: 400;
}

ul#tabstrip li a, ul#tabstrip li.current a:hover ul#tabstrip li a:hover {
    font-weight: 400 !important
}

#product-details #tabs .tab {
    border: none;
    padding: 0px;
}

.service-code-header {font-weight:400;font-size: 14px;font-family: 'Roboto', sans-serif;color: rgba(0,0,0,.54);font-weight: 400;}
.ui-helper-hidden-accessible{display:none;}

#event-listview .header h2.AjankohtaHeading {margin-left:-3px !important;}
@media (min-witdh:1025px){
.registration {width:100%;display:block; text-align:center;}
}
#event-listview {
    display: flex;
    flex-direction: column;}
	

#event-listview  .status{
    order: 3;
    border-top: 1px solid #ccc;
    margin-top: 10px;}
	
	#event-listview .status .right #service-code .qbox{    height: 15px;
    line-height: 16px;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;}

    #event-listview .status .right #service-code .qbtn .ui-button-text{font-size: 22px;color: rgba(0,0,0,0.54) !important;/* left: -3px; *//* position: relative; *//* top: 2px; */}
    #event-listview .status .right #service-code .qbtn .ui-button-text:hover{color: rgba(0,0,0,0.87) !important;transition:0.5s;}


    #search-query input.qbox {border:none; border-bottom:1px solid #ccc}
    #search-query input.qbox:hover,
     #search-query input.qbox:focus,
    #search-query input.qbox:active {border-bottom:1px solid rgba(0,0,0,0.87)}
	
.VVYLogo .logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	vertical-align: middle;
	color: inherit;
	height: 72px;
}
.VVYLogo  .logo__img {
    height: 52px;
}
.VVYLogo .logo__text {
    font-size: 21.33328px;
}
.VVYLogo .logo__img+.logo__text {
    padding-left: 0.3em;
}

.VVYLogo .logo__text h1 {
    font-size: 21.33328px;
	color:#fff;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-weight:600;
	margin:0px !important;
}

.VVYLogo .logo__text h2 {
    font-size: 10.66664px;
	color:#fff;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-weight:600;
	margin:0px !important;
}

.TopPaneFullWidth {max-height:400px;overflow:hidden;}
.TopPaneFullWidth .Normal {position:relative;text-align: center;}
.TopPaneFullWidth .Normal h1 {
    position:absolute;
    top:150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-family: "Helvetica Neue","Arial",sans-serif;
    font-weight: 900;
    text-decoration: none;
	color:#fff;
    font-size: 34px;
    }

@media (max-width:1240px){
	
.TopPaneFullWidth {max-height:200px;}
.TopPaneFullWidth .Normal h1 {top:50px;}
.TopPaneFullWidth .Normal h1 {font-size:22px;}

	
}

@media (max-width:700px){
.registration { text-align:left;}
.event.selected .sub-col-two-third {width:88%;}
.TopPaneFullWidth .Normal h1{font-size:18px; width:80%;}
.TopPaneFullWidth img{width:100% !important; height:auto !important;}
.TopPaneFullWidth .Normal h1 {font-size:18px;}
}

@media (max-width:400px){
.TopPaneFullWidth .Normal h1 {font-size:14px;}
}

#etaika-product *{
font-family:roboto, sans-serif;	
}
#etaika-product h1 {
    color: #3C90CB;
    }

#event-listview .sub-details .actions #tr-registration-link td a, #product-actions .status.register, #etaika-product .button{
	font-size:16px;
	font-weight: 400;
}
#etaika-product {width:100%;}
#product-actions, #product-nav {width:19%;padding:1%;}
#product-details {width:59%;padding:1%;}

@media (max-width:700px){
	#product-details .summary .fields{width:100%;}
	
#etaika-product {display:flex;flex-direction:column;}
#product-actions, #product-nav, #product-details {
    width:99%;
    padding: 1% !important;
    max-width: 99%;
    margin: 0px !important;
    }

	 #product-actions{
    order: 2;
    }
	  #product-details{order: 1;}
	#product-nav {order:3;}
}

#etaika-product h2 {font-weight:500 !important;}


#etaika-product .tiedostot {}


#etaika-product .tiedostot {}
#etaika-product .tiedostot a {font-size: 16px;padding-left:0px !important;font-weight: 400;margin: 5px 0px;}



	#search-query {display:none;}
	
	#etaika-product ul.tiedostot a[href$='.pdf'] {
    padding-left: 20px !important;
 
}
#event-listview .status .right #service-code .qbtn {
    font-family: Material Icons;}
	
	
@media (max-width: 480px) {
    #event-listview .status .right {
    width: 100% !important;
		
	}
	#event-listview .status .left {display:none;}
}

main {
    margin-top: 20px;
}

html>body > form {
    background-image: none;
}

textarea:focus, input:focus {
    outline: none;
}

.ilmo_lomake {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.tableYhteystiedot, div[id*=pnlKysymykset] table {
    display: block;
    width: 100%;
}

.tableYhteystiedot tbody, div[id*=pnlKysymykset] table tbody {
    display: block;
    width: 100%;
}

.tableYhteystiedot tbody tr, div[id*=pnlKysymykset] table tbody tr {
    margin: 0px 0px 4px 0px !important;
    display: block;
    width: 100%;
    position: relative;
}

div[id*=pnlKysymykset] table tbody tr {
    margin: 0px 0px 0px 0px !important;
}

.tableYhteystiedot tbody tr td, div[id*=pnlKysymykset] table tbody tr td {
    margin: 0px 0px;
    display: inline-block;
    width: 97%;
    font-size: 1em;
}

.tableYhteystiedot>tbody>tr>td:nth-child(1) {
    padding-bottom: 0px
}

.tableYhteystiedot>tbody>tr>td:nth-child(2), div[id*=pnlKysymykset] table>tbody>tr>td {
    padding-top: 0px
}

.tableYhteystiedot tbody tr td input, .tableYhteystiedot tbody tr td select, div[id*=pnlKysymykset] table tbody tr input {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    transition: 1s;
    font-size: 1.3em;
    padding: 2px 0px;
    margin-bottom: 0px;
}
 .tableYhteystiedot tbody tr td select {width:100%;}
.tableYhteystiedot tbody tr td input:focus, div[id*=pnlKysymykset] table tbody tr input:focus {
    border-bottom: 1px solid #3562a5 !important;
    }

.tableYhteystiedot tbody tr td input:active, .tableYhteystiedot tbody tr td input:focus, , div[id*=pnlKysymykset] table tbody tr input:focus, , div[id*=pnlKysymykset] table tbody tr input:active {
    border: none;
    border-bottom: 1px solid #26A69A;
    transition: 0.5s
}

.tableYhteystiedot > tbody > tr > td:nth-child(3), div[id*=pnlKysymykset] > table > tbody > tr > td:nth-child(3) {
    /* display: none; */
    float: right;
    width: 3%;
}

.tableYhteystiedot > tbody > tr > td:nth-child(4) {
    font-size: 0.7em;
}

.trEtunimi:before {
    font-family: "Material Icons";
    content: "\E853";
    position: absolute;
    left: -40px;
    font-size: 24px;
    top: 0px;
}

.trSukunimi:before {
    font-family: "Material Icons";
    content: "\E853";
    position: absolute;
    left: -40px;
    font-size: 24px;
    top: 0px;
}

.trSahkoposti:before {
    font-family: "Material Icons";
    content: "\E158";
    position: absolute;
    left: -40px;
    font-size: 24px;
    top: 0px;
}

.trMatkapuhelin:before {
    font-family: "Material Icons";
    content: "\E0CD";
    position: absolute;
    left: -40px;
    font-size: 24px;
    top: 0px;
}

span[id*=lblSyottovirhe] .trMatkapuhelin:before, span[id*=lblSyottovirhe] .trSahkoposti:before , span[id*=lblSyottovirhe] .trSukunimi:before, span[id*=lblSyottovirhe] .trEtunimi:before {
    content: "\E001";
    top: 20px;
    font-size: 24px;
}

span[id*=lblSyottovirhe] td {
    border: none !important;
    background-color: transparent !important;
}

span[id*=lblSyottovirhe] td b {
    font-size: 14px;
}

.etLihSin, .valiotsikko {
    font-size: 1.3em!important;
    font-weight: 500!important;
    font-family: roboto!important;
}

span[id*=lblTapahtumanNimi].etLihSin {
    font-size: 1.5em!important;
    margin-left: 0%;
}

.nuoli {
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0px;
	min-width:200px;
}

.nuoli span {
    color: #000 !important;
}

.nuoli .etLih {
    font-size: 16px;
}

td[class*=nuoli_aktiivinen] {
    border-bottom: 2px solid #3562a5;
    transition: 1s;
}

tr[id*=trPakollinenTietoInfo] {
    position: absolute;
    top: 190px;
    right: 30px;
}

@media (max-width: 1024px) {
    .TDSivuohje {
        display:none;
    }

    .nuoli {
        width: 33% !important;
    }

    .PreTable1Tr > td:not(.PreTable1Td) {
        display: none;
    }

    .tableYhteystiedot {
        width: 90%;
        margin-left: 10%;
    }

    tr[id*=trPakollinenTietoInfo] {
        position: absolute;
        top: 50px;
        right: 30px;
    }
}

@media (max-width:600px)
{    .nuoli {padding:0% 1%;}
	.nuoli .etLih {
        font-size: 9px;
    }
}	
@media (max-width: 400px) {

    tr[id*=trPakollinenTietoInfo] {
        position: absolute;
        bottom: 40px;
        right: 30px;
        top: auto;
    }

    table.ilmo_lomake > tbody > tr:last-child > td {
        text-align: Center;
    }

    .etLihSin, .valiotsikko {
        margin-left: 10%;
    }
    span[id*=lblOtsikko1] {margin-left:0px;margin-top: 20px;padding-top: 20px;display: block;}
}

.ilmo_lomake input[type=submit] {
    min-width: 120px !important;
}

div[id*=pnlVahvistus] td[width='100'] {
    display: none;
}

div[id*=pnlVahvistus] .ValiOtsikko span, div[id*=pnlVahvistus] .ValiOtsikko, div[id*=pnlVahvistus] .etLihSin {
    margin-left: 0px;
}

label {
    max-width: 90%;
    font-weight: normal;
    padding-left: 10px;
}

.ilmo_lomake input[type=submit] {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    height: auto !important;
    background: transparent !important;
    color: #000 !important;
    width: auto !important;
}

.ilmo_lomake input[name*=SiirryEteenpain], .ilmo_lomake input[name*=HyvaksyIlmoittautuminen] {
    background: transparent !important;
    color: #000 !important;
}

/*oletus*/
.ilmo_lomake input[name*=SiirryEteenpain], .ilmo_lomake input[name*=HyvaksyIlmoittautuminen] {
    background: transparent !important;
    color: #3562a5 !important;
}
span[id*=lblOtsikko] {display:block;margin-top:20px;}


@media (max-width:600px){
textarea.Normal {max-width:290px;}
}

.GDPRSuostumus .otsikko,
div[id*=pnlVahvistus] .ValiOtsikko span, div[id*=pnlVahvistus] .ValiOtsikko, div[id*=pnlVahvistus] .etLihSin,
.etLihSin {
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: Roboto, sans-serif !important;
    color: #3562a5 !important;
    padding: 20px 0px 5px 0px;}

	.GDPRSuostumus *,
	.GDPRSuostumus font {color:#000; font-family: 'Roboto', sans-serif; font-size:14px;}
	.GDPRSuostumus a{ text-decoration:underline !important; color: #3562a5 !important; }
	
	
	.et, label	{color:#000; font-family: 'Roboto', sans-serif; font-size:14px;}
	
	span[id*=Vahvistus_lblYhteystiedot] > table > tbody > tr > td:first-child {font-weight:400;}
	
	
	.tableYhteystiedot tbody tr td input, .tableYhteystiedot tbody tr td select, div[id*=pnlKysymykset] table tbody tr input[type=text] {min-width:300px;}
	
.etLih {font-family: 'Roboto'}
​