@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
/*
* Syncfusion EJ theme overrides
*/

.e-dialog, .e-input,
button, h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
}

.e-input,
.e-select,
.e-dialog input {
  background-color: #b0bfc9;
}

.e-dialog input:not(.e-input) {
  border-radius: 3px;
  height: 34px;
  margin: 5px 0;
  padding: 5px;
}

.e-ddl-popup {
  background-color: #00171f;
  color: #ffffff;
  border: 1px solid #b0bfc9;
  border-radius: 0 !important;
  margin: 5px 0;
}
.e-ddl-popup li.e-hover {
  background: #11354d !important;
  color: #ffffff !important;
}
.e-dialog .e-ddl-popup {
  margin-top: 5px;
}
.e-dialog .e-icon {
  color: #00171f;
}
.e-dialog table td {
  padding: 10px 5px 5px 0;
  vertical-align: top;
}
.e-dialog .e-widget:not(button) {
  margin: 5px 0 10px 0;
}
.e-ddl-popup li span.e-widget {
  margin: 0;
}
.e-dialog .e-text,
.e-dialog .e-dialog-icon::before {
  color: #ffffff !important;
}
.e-dialog .e-dialog-icon:hover::before {
  color: #122938 !important;
}

.e-radiobtn-wrap .e-text {
  color: #ffffff;
  margin-bottom: 5px;
}

.e-chkbox-wrap .e-chk-image.e-checkmark::before {
  color: #0073ff;
}
.e-chkbox-wrap .e-chkbox-small .e-chk-act, 
.e-chkbox-wrap .e-chkbox-small .e-chk-inact {
  border-radius: 0;
}

/* Common buttons */
.ButtonVihrea {
  background-color: #128a35 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}
.ButtonVihrea:hover {
  background-color: #1a6a31 !important;
  color: #ffffff !important;
}
.ButtonPunainen {
  background-color: #f04770 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}
.ButtonPunainen:hover {
  background-color: #c72950 !important;
  color: #ffffff !important;
}
.ButtonHarmaa {
  background-color: #122938 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}

.ButtonSininen {
    background-color: #0073ff !important;
    border: 0 !important;
    color: #ffffff !important;
    padding: 15px 40px !important;
}
.button {
  background-color: #122938;
  border: 0;
  color: #ffffff;
  height: unset;
  margin: 2px 0;
  padding: 15px;
  text-align: left;
  transition: background 0.2s, background-color 0.2s;
  width: 100%;
}
.button:hover {
  background-color: #11354d;
}
button.e-btn.e-disable.e-select,
.e-chkbox-wrap.e-disable,
.e-chkbox-wrap.e-disabled {
  opacity: 0.5;
}
.e-btn.e-select, .e-btn.e-tbtn.e-select, .e-btn.e-split-btn.e-select {
  background: transparent;
}
button.e-btn,
.e-btn.e-btn-normal {
  background: transparent;
  border: 1px solid #0073ff;
  border-radius: 0 !important;
  color: #0073ff;
  height: unset;
  padding: 5px;
  transition: color 0.2s;
  width: auto !important;
}
button.e-btn.e-button:hover,
.e-btn.e-select:hover, .e-btn.e-select.e-active:hover {
  background: transparent;
  color: #0061d8;
}


#Pohja #Tiedostot_container,
#Pohja #Playerit_container {
  padding-right: 15px;
  width: unset !important;
}

#Pohja .e-ddl-popup {
  border: 0;
  max-height: 500px;
}

#Playerit_container,
#Pohja .add-files-buttons {
  border-top: 1px solid #0073ff !important;
  margin-top: -1px;
}
.files-header {
  border-bottom: 1px solid #0073ff !important;
}

#Tiedostot_container ul,
#Playerit_container ul,
#Pohja .add-files-buttons {
  padding-top: 15px;
}

#Pohja .e-dialog .e-ddl-popup {
  border-color: #b0bfc9;
  border-style: solid;
  border-width: 1px;
  margin-top: 5px;
}

/* Remove height from content inside scroller */
.e-scroller .e-listbox-container.e-content {
  height: auto !important;
}

/* Hide syncfusion scroller */
.e-scroller .e-scrollbar {
  display: none !important;
}

/* Show normal scrollers */
.e-ddl-popup.e-scroller {
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Scrollbar styles */
.e-ddl-popup::-webkit-scrollbar {
  margin: 1px 0;
  width: 12px;
}
.e-ddl-popup::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border: 1px solid #b0bfc9;
  border-radius: 10px;
}
.e-ddl-popup::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b0bfc9; 
}
.e-ddl-popup::-webkit-scrollbar-thumb:window-inactive {
  background: #b0bfc9; 
}

/* Tiedostot list */
#Pohja #Tiedostot li.black {
  cursor: pointer;
  margin-bottom: 3px;
  padding: 0 !important;
  position: relative;
}
#Pohja #Tiedostot li.black:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4.707 12.293a1 1 0 1 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l11-11a1 1 0 1 0-1.414-1.414L9 16.586l-4.293-4.293z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073ff'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}
#Pohja #Tiedostot li.black button {
  box-sizing: border-box;
  border: 1px solid #00171f;
  margin: 0;
  padding: 6px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 90%;
}
#Pohja #Tiedostot li.black button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='m14 3.414-10 10V16h2.586l10-10L14 3.414zM21 21a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM14.707 1.293l4 4a1 1 0 0 1 0 1.414l-11 11A1 1 0 0 1 7 18H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 .293-.707l11-11a1 1 0 0 1 1.414 0z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Tiedostot li.black button:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Tiedostot li.black.e-select,
#Pohja #Tiedostot li.black.e-hover {
  background: transparent;
}
#Pohja #Tiedostot li.black:hover button {
  border: 1px solid rgba(0, 115, 255, 0.3);
}
#Pohja #Tiedostot li.black:hover:after {
  opacity: 0.3;
}
#Pohja #Tiedostot li.black.e-select button,
#Pohja #Tiedostot li.black.e-select:hover button {
  border: 1px solid #0073ff;
}
#Pohja #Tiedostot li.black.e-select:after,
#Pohja #Tiedostot li.black.e-select:hover:after {
  opacity: 1;
}
#Pohja #Tiedostot li.black .maindiv {
  width: 100%;
}

/* Tiedostot order/delete buttons */
#Pohja .files-buttons button.e-button {
  background: transparent;
  border: 1px solid #0073ff;
  border-radius: 0;
  color: #0073ff;
  padding: 5px;
  transition: color 0.2s;
  width: auto !important;
}
#Pohja .files-buttons button.e-button {
  border-bottom: 0;
  margin-left: 5px;
}
#Pohja .files-buttons button:hover {
  color: #0061d8;
}

/* Add files buttons */
#Pohja #UploadDefault .e-selectpart.e-select,
#Pohja #AddUnc,
#Pohja #AddWww {
  align-items: center;
  background-color: #0073ff;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: flex;
  height: 50px;
  margin-bottom: 5px;
  padding: 5px;
  transition: background 0.2s;
  width: 100% !important;
}
#Pohja #UploadDefault {
  cursor: pointer;
  height: auto !important;
  width: 100% !important;
}
#Pohja #UploadDefault .e-selectpart.e-select #UploadDefault_SelectButton {
  color: #ffffff;
}
#Pohja #UploadDefault .e-selectpart.e-select:hover,
#Pohja #AddUnc:hover,
#Pohja #AddWww:hover {
  background: #0073ff;
  background-color: #0061d8;
}
#Pohja #UploadDefault #UploadDefault_SelectButton {
  text-align: left;
}
#Pohja #UploadDefault .e-selectpart.e-select:before,
#Pohja #AddUnc:before,
#Pohja #AddWww:before,
#Pohja #btnOpen2:before,
#Pohja #btnOpen2:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

/* Buttons file icons */
#Pohja #UploadDefault .e-selectpart.e-select:before,
#Pohja #Tiedostot li.black.tiedosto-image button:before,
#Pohja #Tiedostot li.black button.tiedosto-image:before  {
  /* image */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5l-.058-.002h-.001L5 22a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14zm-3 9.414L7.414 20H19a1 1 0 0 0 1-1v-3.585l-4-4zM19 4H5a1 1 0 0 0-1 1v14a1 1 0 0 0 .65.937L15.292 9.293a1 1 0 0 1 1.414 0L20 12.585V5a1 1 0 0 0-1-1zM8.5 6a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #AddUnc:before,
#Pohja #Tiedostot li.black.tiedosto-unc button:before,
#Pohja #Tiedostot li.black button.tiedosto-unc:before {
  /* UNC */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M14 1c.043 0 .085.003.126.008L14 1a1 1 0 0 1 .25.031l.03.009c.03.009.061.02.091.031l.027.012a.914.914 0 0 1 .227.137l.082.073 6 6c.03.03.057.06.082.093l-.082-.093a1 1 0 0 1 .21.309l.012.027c.012.03.022.06.031.091l.008.03A.921.921 0 0 1 21 8v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zm-1 2H6a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9h-5a1 1 0 0 1-.993-.883L13 8V3zm2 11a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm0-9.585V7h2.586L15 4.415z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #AddWww:before,
#Pohja #Tiedostot li.black.tiedosto-www button:before,
#Pohja #Tiedostot li.black button.tiedosto-www:before {
  /* www */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zM7.053 13.001H3.055a9.008 9.008 0 0 0 6.671 7.71A16.33 16.33 0 0 1 7.053 13zm13.892 0H16.95a16.3 16.3 0 0 1-2.675 7.709 9.007 9.007 0 0 0 6.67-7.71zm-6 0H9.058A14.3 14.3 0 0 0 12 20.449 14.288 14.288 0 0 0 14.945 13zm-5.22-9.71-.036.008A9.008 9.008 0 0 0 3.055 11H7.05a16.3 16.3 0 0 1 2.675-7.71zM12 3.55A14.288 14.288 0 0 0 9.055 11h5.887A14.3 14.3 0 0 0 12 3.55zm2.274-.261.189.29A16.336 16.336 0 0 1 16.947 11h3.998a9.008 9.008 0 0 0-6.671-7.71z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-video button:before,
#Pohja #Tiedostot li.black button.tiedosto-video:before {
  /* video */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16' xml:space='preserve'%3E%3Cpath d='M14 4c1.7 0 3 1.3 3 3v3.1l5.4-3.9A1 1 0 0 1 24 7v10c0 .8-.9 1.3-1.6.8L17 13.9V17c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V7c0-1.7 1.3-3 3-3h11zm0 2H3c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h11c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1zm8 2.9L17.7 12l4.3 3.1V8.9z' style='fill:%23fff' transform='translate(0 -4)'/%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-ppt button:before,
#Pohja #Tiedostot li.black button.tiedosto-ppt:before {
  /* powerpoint */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath d='M12 0c.4 0 .8.4.8.8v.8h8.8C22.9 1.6 24 2.7 24 4c0 1-.7 1.9-1.6 2.3v10.5c0 1.3-1.1 2.4-2.4 2.4h-5l4 3.4c.3.3.4.8.1 1.1-.3.3-.8.4-1.1.1 0 0-1.2-1-2.5-2.1l-.5-.4c-1.3-1.1-2.5-2.1-2.5-2.1h-1l-5.4 4.6c-.3.3-.8.2-1.1-.1-.3-.3-.2-.8.1-1.1l4-3.4H4c-1.3 0-2.4-1.1-2.4-2.4V6.3C.7 5.9 0 5 0 4c0-1.3 1.1-2.4 2.4-2.4h8.8V.8c0-.4.4-.8.8-.8zm8.8 6.4H3.2v10.4c0 .4.4.8.8.8h16c.4 0 .8-.4.8-.8V6.4zM9 10.5h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4.2.3.2.3.2.6s0 .3-.2.6c-.1.3-.1.3-.4.4-.3.2-.3.2-.6.2h-.7V14h-.8v-3.5H9zm3.3 0h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4s.1.3.1.6 0 .3-.1.6-.1.3-.4.4-.3.2-.6.2h-.7V14h-.9v-3.5h1.6zm4.5 0v.8h-1.1V14h-.9v-2.7h-1v-.8h3zm-7.9.8h-.6v.8h.6c.1 0 .1 0 .2-.1l.1-.1s.1-.1.1-.2 0-.1-.1-.2l-.1-.1c-.1-.1-.1-.1-.2-.1zm3.3 0h-.6v.8h.6c.1 0 .1 0 .2-.1l.1-.1c.1-.1.1-.1.1-.2s0-.1-.1-.2l-.1-.1c-.1-.1-.1-.1-.2-.1zm9.4-8.1H2.4c-.4 0-.8.4-.8.8s.4.8.8.8h19.2c.4 0 .8-.4.8-.8s-.4-.8-.8-.8z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-pdf button:before,
#Pohja #Tiedostot li.black button.tiedosto-pdf:before {
  /* PDF */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' style='enable-background:new 0 0 18 22' xml:space='preserve'%3E%3Cpath d='M14 1h.1-.1.5s.1 0 .1.1l.1.1 6 6 .1.1-.1-.1.1.1s0 .1.1.1v12.4c0 1.7-1.3 3-3 3H6c-1.7 0-3-1.3-3-3V4c0-1.7 1.3-3 3-3h8zm-1 2H6c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V9h-5c-.5 0-.9-.4-1-.9V3zM8.8 14.5h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4.2.3.2.3.2.6s0 .3-.2.6c-.1.3-.1.3-.4.4-.3.2-.3.2-.6.2h-.6V18h-.9v-3.5h1.5zm3.3 0h.2c.3 0 .3 0 .5.1.3.1.3.1.6.4.2.2.2.2.4.6.1.3.1.3.1.7 0 .4 0 .4-.1.7-.1.3-.1.3-.4.6-.2.2-.2.2-.5.4h-2.3v-3.5h1.5zm4.8 0v.8h-1.6v.7h1.4v.7h-1.4V18h-.9v-3.5h2.5zm-4.8.8h-.6v2h.7c.1 0 .1 0 .2-.1.2-.1.2-.1.3-.2.1-.1.1-.1.2-.3.1-.2.1-.2.1-.4s0-.2-.1-.4-.1-.2-.2-.3c-.1-.1-.1-.1-.3-.2-.1-.1-.1-.1-.3-.1zm-3.4 0h-.6v.8h.6c.1 0 .1 0 .2-.1.1 0 .1 0 .1-.1s.1-.1.1-.2 0-.1-.1-.2 0-.1-.1-.2h-.2zM15 4.4V7h2.6L15 4.4z' style='fill:%23fff' transform='translate(-3 -1)'/%3E%3C/svg%3E");
}

/* Playerit list */
#Pohja #Playerit li {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #0073ff;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 6px;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  transition: background 0.2s;
  white-space: nowrap;
}
#Pohja #Playerit li .e-chkbox-wrap {
  visibility: hidden;
}
#Pohja #Playerit li:hover,
#Pohja #Playerit li.e-hover  {
  background-color: #122938 !important;
}
#Pohja #Playerit li:before,
#Pohja #Playerit li:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  float: right;
  height: 20px;
  width: 20px;
}
#Pohja #Playerit li:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Playerit li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M8 22a1 1 0 0 1 0-2h3v-2H4a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-7v2h3a1 1 0 0 1 .993.883L17 21a1 1 0 0 1-1 1zM20 4H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  float: left;
  margin-right: 5px;
}
#Pohja #Playerit li.green:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4.707 12.293a1 1 0 1 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l11-11a1 1 0 1 0-1.414-1.414L9 16.586l-4.293-4.293z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236AC137'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.orange:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.585l5.293-5.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L13.415 12l5.292 5.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L12 13.415l-5.293 5.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.585 12 5.293 6.707a1 1 0 0 1-.083-1.32z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23EA8A45'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.585l5.293-5.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L13.415 12l5.292 5.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L12 13.415l-5.293 5.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.585 12 5.293 6.707a1 1 0 0 1-.083-1.32z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23C33053'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M16.14 1a1 1 0 0 1 .707.293l5.86 5.86A1 1 0 0 1 23 7.86v8.28a1 1 0 0 1-.293.707l-5.86 5.86a1 1 0 0 1-.707.293H7.86a1 1 0 0 1-.707-.293l-5.86-5.86A1 1 0 0 1 1 16.14V7.86a1 1 0 0 1 .293-.707l5.86-5.86A1 1 0 0 1 7.86 1h8.28zm-.414 2H8.274L3 8.274v7.452L8.274 21h7.452L21 15.726V8.274L15.726 3zm-4.433 11.293a1 1 0 1 1 1.414 1.414 1 1 0 0 1-1.414-1.414zM12 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073ff'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.black:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M16.14 1a1 1 0 0 1 .707.293l5.86 5.86A1 1 0 0 1 23 7.86v8.28a1 1 0 0 1-.293.707l-5.86 5.86a1 1 0 0 1-.707.293H7.86a1 1 0 0 1-.707-.293l-5.86-5.86A1 1 0 0 1 1 16.14V7.86a1 1 0 0 1 .293-.707l5.86-5.86A1 1 0 0 1 7.86 1h8.28zm-.414 2H8.274L3 8.274v7.452L8.274 21h7.452L21 15.726V8.274L15.726 3zm-4.433 11.293a1 1 0 1 1 1.414 1.414 1 1 0 0 1-1.414-1.414zM12 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23b0bfc9'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Other buttons */
#Pohja button#btnOpen2 {
  border: 1px solid #0073ff !important;
  color: #ffffff;
  padding: 5px 15px !important;
  transition: background 0.2s;
  width: auto !important;
}
#Pohja button#btnOpen2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 0a3 3 0 0 1 3 3v.086c.001.26.156.493.404.6a.647.647 0 0 0 .709-.123l.06-.06a3 3 0 1 1 4.244 4.244l-.052.052a.65.65 0 0 0-.13.717 1 1 0 0 1 .064.2.647.647 0 0 0 .531.284H21a3 3 0 0 1 0 6h-.086a.65.65 0 0 0-.595.394.65.65 0 0 0 .118.719l.06.06a3 3 0 1 1-4.244 4.244l-.052-.052a.654.654 0 0 0-.727-.126.649.649 0 0 0-.394.591V21a3 3 0 0 1-6 0 .698.698 0 0 0-.484-.685.647.647 0 0 0-.709.122l-.06.06a3 3 0 1 1-4.244-4.244l.052-.052a.654.654 0 0 0 .126-.727.649.649 0 0 0-.591-.394H3a3 3 0 0 1 0-6 .698.698 0 0 0 .685-.484.647.647 0 0 0-.122-.709l-.06-.06a3 3 0 1 1 4.244-4.244l.052.052a.65.65 0 0 0 .717.13 1 1 0 0 1 .2-.064A.647.647 0 0 0 9 3.17V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v.174a2.65 2.65 0 0 1-1.606 2.425 1 1 0 0 1-.264.073 2.655 2.655 0 0 1-2.737-.615l-.06-.06a1 1 0 1 0-1.416 1.416l.068.068c.757.774.967 1.932.554 2.864A2.657 2.657 0 0 1 3.09 11.08H3a1 1 0 0 0 0 2h.174a2.646 2.646 0 0 1 2.42 1.596 2.654 2.654 0 0 1-.537 2.931l-.06.06a1 1 0 1 0 1.416 1.416l.068-.068c.774-.757 1.932-.967 2.864-.554a2.657 2.657 0 0 1 1.735 2.449V21a1 1 0 0 0 2 0v-.174a2.646 2.646 0 0 1 1.596-2.42 2.654 2.654 0 0 1 2.931.537l.06.06a1 1 0 1 0 1.416-1.416l-.068-.068a2.65 2.65 0 0 1-.53-2.923A2.648 2.648 0 0 1 20.91 13H21a1 1 0 0 0 0-2h-.174a2.65 2.65 0 0 1-2.425-1.606 1 1 0 0 1-.073-.264 2.655 2.655 0 0 1 .615-2.737l.06-.06a1 1 0 1 0-1.416-1.416l-.068.068a2.646 2.646 0 0 1-2.913.534A2.651 2.651 0 0 1 13 3.09V3a1 1 0 0 0-1-1zm0 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  vertical-align: middle;
}
#Pohja button#btnOpen2:hover {
  background-color: #122938;
  color: #ffffff;
}

@media (min-width: 770px) {
  #Pohja button#Julkaisu {
    margin-left: 40px;
  }
}

/* Dialog & form */
#Pohja .e-dialog,
#Pohja .e-dialog > .e-dialog-scroller{
  background: #122938;
  border: 0;
  color: #ffffff;
}
#Pohja .e-dialog > .e-header {
  background: #122938;
  border: 0;
  border-bottom: 2px solid #11354d;
  color: #ffffff;
}
#Pohja .e-dialog {
  box-shadow: 0 0 100px rgba(0,0,0,0.8);
}
#Pohja .e-dialog .e-ddl-popup {
  background-color: #122938;
  color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}
#Pohja .e-dialog .e-ddl-popup .e-listbox-container {
  height: auto !important;
}
#Pohja .e-dialog .e-ddl-popup li  {
  color: #ffffff;
}
#Pohja .e-dialog table,
#Pohja .e-dialog td {
  border: 0;
}
#Pohja .e-dialog button {
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 5px 15px;
}
#WWWDialog input#LisaaWWWID,
#Tapaturma input#Tapaturma1,
#Tapaturma input#Tapaturma2,
#UNCDialog input#LisaaUNCID {
  padding: 10px;
  width: 100%;
}
#TiedostoDialog_wrapper .e-ddl-popup.e-scroller,
#OletusDialog_wrapper .e-ddl-popup.e-scroller {
  min-height: 220px;
  max-height: 220px;
}

/* Dialog save buttons */
#UNCDialog button#btn1,
#WWWDialog button#btn3,
#Tapaturma button#btn9,
#TiedostoDialog button#UpdateAndExit,
#OletusDialog button#OUpdateAndExit {
  background-color: #f04770;
  border-color: #f04770;
  color: #ffffff;
  float: right;
  padding: 5px 25px;
}

/* Dialog close/cancel buttons */
#PLAYERVALINTA button#xx,
#UNCDialog button#btn2,
#WWWDialog button#btn4,
#Tapaturma button#btn8,
#TiedostoDialog button#Close123,
#OletusDialog button#OClose {
  background-color: #b0bfc9;
  border-color: #b0bfc9;
  color: #00171f;
}

/* Dialog additional buttons */
#TiedostoDialog #TiedostoOpenHiddenSettings,
#OletusDialog button#btnOpen55 {
  background-color: transparent;
  border: 1px solid #0073ff;
  color: #ffffff;
}

/* Tiedosto hidden settings */
#TiedostoDialog #TiedostoOpenHiddenSettings {
  float: right;
}
#TiedostoHiddenSettings {
  display: none;
}
#TiedostoHiddenSettings.open {
  display: table;
}
#TiedostoHiddenSettings th {
  border-top: 0;
  padding: 0;
}
#TiedostoHiddenSettings .vakio .e-numeric {
  max-height: 25px;
}

#PLAYERVALINTA_wrapper img {
  display: block;
  margin-bottom: 15px;
}


/* User management */
a#registerLink {
  color: #0073ff;
}
a#registerLink:hover {
  color: #0061d8;
}
button#Perus,
button#Sidokset {
  background-color: #0073ff;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 5px 5px 0;
  padding: 10px 20px;
}
button#Perus:hover,
button#Sidokset:hover {
  background-color: #0061d8;
  border-color: #0061d8;
}
button#Tallenna {
  background-color: #128a35;
  border: 0;
  color: #ffffff;
  padding: 5px 15px;
}
button#Tallenna:hover {
  background-color: #1a6a31;
}
#ejvalinta3b {
  margin-bottom: 15px;
}
#Perustaulu input#Nimi {
  padding: 10px;
}
#PerusTaulu .e-ddl-popup,
#SidosTaulu .e-ddl-popup {
  max-width: 480px;
  min-width: 480px;
  margin-right: 20px;
}
#PerusTaulu .e-chkbox-wrap[aria-checked="true"],
#SidosTaulu .e-chkbox-wrap[aria-checked="true"] {
  position: relative;
}
#PerusTaulu .e-chkbox-wrap[aria-checked="true"]::before,
#SidosTaulu .e-chkbox-wrap[aria-checked="true"]::before {
  background-color: rgba(0, 115, 255, 0.3);
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 470px;
  z-index: -1;
}

/*
* Old styles
*/

.e-button.customCss5 {
  background-color: #c0b6a2;
}

.TimePick .e-ul li {
  padding-bottom: 4px;
  padding-top: 4px;
}

#TapaturmaDropList li {
  padding: 2px;
}

#TiedostoonLiitetytPlayerit li {
  padding: 1px;
}

#TiedostoonLiitetytPlayerGroupit li {
  padding: 1px;
}

#EsitettavatTiedostot li {
  padding: 3px;
}

#wrapper_a1 {
  width: 450px;
  font-size: 15px;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first_a1 {
  width: 215px;
  float: left; /* add this */
}

#second_a1 {
  width: 200px;
  float: left;
}

#third_a1 {
  width: 80px;
  float: left;
}

#target {
  height: .20px;
}

#wrapper {
  width: 100%;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first {
  width: 25%;
  float: left; /* add this */
}

#second {
  width: 20%;
  float: left;
}

#third {
  width: 50%;
  float: left;
}

#wrapper2 {
  width: 700px;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first2 {
  width: 100px;
  float: left; /* add this */
  font-size: 16px;
}

#second2 {
  width: 250px;
  float: left;
  font-size: 16px;
}

#third2 {
  width: 100px;
  float: left;
}

.vakio {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.vakio1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

#fourth2 {
  width: 200px;
  float: right;
  visibility: hidden;
}

.logo {
  filter: grayscale(100%);
}

#OKayttajanPlayerit li,
#OKayttajanPlayerGroupit li {
  padding: 1px;
}

.Tiedostolista {
  margin-left: 50px;
  margin-top: 50px;
  overflow: auto;
}

.players {
  margin-left: 800px;
  margin-top: 50px;
}

.painikkeet {
  margin-left: 500px;
  margin-top: 50px;
}

#Remove, #Add {
  margin-top: 30px;
}/*
* Syncfusion EJ theme overrides
*/

.e-ddl-popup {
  background-color: #00171f;
  color: #ffffff;
  border: 1px solid #b0bfc9;
  border-radius: 0 !important;
  margin: 5px 0;
}
.e-ddl-popup li.e-hover {
  background: #11354d !important;
  color: #ffffff !important;
}

.e-dialog, .e-input,
button, h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
}
.e-input,
.e-select,
.e-dialog input {
  background-color: #b0bfc9;
}
.e-dialog input:not(.e-input) {
  border-radius: 3px;
  height: 34px;
  margin: 5px 0;
  padding: 5px;
}
.e-dialog .e-icon {
  color: #00171f;
}
.e-dialog table td {
  padding: 10px 5px 5px 0;
  vertical-align: top;
}
.e-dialog .e-widget:not(button) {
  margin: 5px 0 10px 0;
}
.e-ddl-popup li span.e-widget {
  margin: 0;
}
.e-dialog .e-text,
.e-dialog .e-dialog-icon::before {
  color: #ffffff !important;
}
.e-dialog .e-dialog-icon:hover::before {
  color: #122938 !important;
}

.e-radiobtn-wrap .e-text {
  color: #ffffff;
  margin-bottom: 5px;
}
.e-chkbox-wrap .e-chk-image.e-checkmark::before {
  color: #0073ff;
}
.e-chkbox-wrap .e-chkbox-small .e-chk-act, 
.e-chkbox-wrap .e-chkbox-small .e-chk-inact {
  border-radius: 0;
}

/* EJS Scrollbar style */
.e-scrollbar .e-vscroll, 
.e-scrollbar .e-hscroll, 
.e-scrollbar .e-vhandlespace {
  background-color: #122938;
}
.e-scrollbar .e-vscroll {
  border: 0;
}
.e-scrollbar .e-vscroll .e-button.e-icon {
  background-color: #122938;
}
.e-scrollbar .e-vscroll .e-button.e-icon:before {
  color: #ffffff;
}
.e-scrollbar .e-vhandle {
  background-color: #b0bfc9;
  border-radius: 15px;
  border: 0;
  width: 70% !important;
}

/* Common buttons */
.ButtonVihrea {
  background-color: #128a35 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}
.ButtonVihrea:hover {
  background-color: #1a6a31 !important;
  color: #ffffff !important;
}
.ButtonPunainen {
  background-color: #f04770 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}
.ButtonPunainen:hover {
  background-color: #c72950 !important;
  color: #ffffff !important;
}
.ButtonHarmaa {
  background-color: #122938 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 15px 40px !important;
}
.button {
  background-color: #122938;
  border: 0;
  color: #ffffff;
  height: unset;
  margin: 2px 0;
  padding: 15px;
  text-align: left;
  transition: background 0.2s, background-color 0.2s;
  width: 100%;
}
.button:hover {
  background-color: #11354d;
}
button.e-btn.e-disable.e-select,
.e-chkbox-wrap.e-disable,
.e-chkbox-wrap.e-disabled {
  opacity: 0.5;
}
.e-btn.e-select, .e-btn.e-tbtn.e-select, .e-btn.e-split-btn.e-select {
  background: transparent;
}
button.e-btn,
.e-btn.e-btn-normal {
  background: transparent;
  border: 1px solid #0073ff;
  border-radius: 0 !important;
  color: #0073ff;
  height: unset;
  padding: 5px;
  transition: color 0.2s;
  width: auto !important;
}
button.e-btn.e-button:hover,
.e-btn.e-select:hover, .e-btn.e-select.e-active:hover {
  background: transparent;
  color: #0061d8;
}


#Pohja .e-ddl-popup {
  border: 0;
}

#Playerit_container,
#Pohja .add-files-buttons {
  border-top: 1px solid #0073ff !important;
  margin-top: -1px;
}
.files-header {
  border-bottom: 1px solid #0073ff !important;
}

#Tiedostot_container ul,
#Playerit_container ul,
#Pohja .add-files-buttons {
  padding-top: 15px;
}

#Pohja .e-dialog .e-ddl-popup {
  border-color: #b0bfc9;
  border-style: solid;
  border-width: 1px;
  margin-top: 5px;
}

/* Tiedostot list */
#Pohja #Tiedostot li.black {
  cursor: pointer;
  margin-bottom: 3px;
  padding: 0 !important;
  position: relative;
}
#Pohja #Tiedostot li.black:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4.707 12.293a1 1 0 1 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l11-11a1 1 0 1 0-1.414-1.414L9 16.586l-4.293-4.293z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073ff'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}
#Pohja #Tiedostot li.black button {
  box-sizing: border-box;
  border: 1px solid #00171f;
  margin: 0;
  padding: 6px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 90%;
}
#Pohja #Tiedostot li.black button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='m14 3.414-10 10V16h2.586l10-10L14 3.414zM21 21a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM14.707 1.293l4 4a1 1 0 0 1 0 1.414l-11 11A1 1 0 0 1 7 18H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 .293-.707l11-11a1 1 0 0 1 1.414 0z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073FF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Tiedostot li.black button:before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Tiedostot li.black.e-select,
#Pohja #Tiedostot li.black.e-hover {
  background: transparent;
}
#Pohja #Tiedostot li.black:hover button {
  border: 1px solid rgba(0, 115, 255, 0.3);
}
#Pohja #Tiedostot li.black:hover:after {
  opacity: 0.3;
}
#Pohja #Tiedostot li.black.e-select button,
#Pohja #Tiedostot li.black.e-select:hover button {
  border: 1px solid #0073ff;
}
#Pohja #Tiedostot li.black.e-select:after,
#Pohja #Tiedostot li.black.e-select:hover:after {
  opacity: 1;
}
#Pohja #Tiedostot li.black .maindiv {
  width: 100%;
}

/* Tiedostot order/delete buttons */
#Pohja .files-buttons button.e-button {
  background: transparent;
  border: 1px solid #0073ff;
  border-radius: 0;
  color: #0073ff;
  padding: 5px;
  transition: color 0.2s;
  width: auto !important;
}
#Pohja .files-buttons button.e-button {
  border-bottom: 0;
  margin-left: 5px;
}
#Pohja .files-buttons button:hover {
  color: #0061d8;
}

/* Add files buttons */
#Pohja #UploadDefault .e-selectpart.e-select,
#Pohja #AddUnc,
#Pohja #AddWww {
  align-items: center;
  background-color: #0073ff;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: flex;
  height: 50px;
  margin-bottom: 5px;
  padding: 5px;
  transition: background 0.2s;
  width: 100% !important;
}
#Pohja #UploadDefault {
  cursor: pointer;
  height: auto !important;
  width: 100% !important;
}
#Pohja #UploadDefault .e-selectpart.e-select #UploadDefault_SelectButton {
  color: #ffffff;
}
#Pohja #UploadDefault .e-selectpart.e-select:hover,
#Pohja #AddUnc:hover,
#Pohja #AddWww:hover {
  background: #0073ff;
  background-color: #0061d8;
}
#Pohja #UploadDefault #UploadDefault_SelectButton {
  text-align: left;
}
#Pohja #UploadDefault .e-selectpart.e-select:before,
#Pohja #AddUnc:before,
#Pohja #AddWww:before,
#Pohja #btnOpen2:before,
#Pohja #btnOpen2:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

/* Buttons file icons */
#Pohja #UploadDefault .e-selectpart.e-select:before,
#Pohja #Tiedostot li.black.tiedosto-image button:before,
#Pohja #Tiedostot li.black button.tiedosto-image:before  {
  /* image */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5l-.058-.002h-.001L5 22a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14zm-3 9.414L7.414 20H19a1 1 0 0 0 1-1v-3.585l-4-4zM19 4H5a1 1 0 0 0-1 1v14a1 1 0 0 0 .65.937L15.292 9.293a1 1 0 0 1 1.414 0L20 12.585V5a1 1 0 0 0-1-1zM8.5 6a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #AddUnc:before,
#Pohja #Tiedostot li.black.tiedosto-unc button:before,
#Pohja #Tiedostot li.black button.tiedosto-unc:before {
  /* UNC */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M14 1c.043 0 .085.003.126.008L14 1a1 1 0 0 1 .25.031l.03.009c.03.009.061.02.091.031l.027.012a.914.914 0 0 1 .227.137l.082.073 6 6c.03.03.057.06.082.093l-.082-.093a1 1 0 0 1 .21.309l.012.027c.012.03.022.06.031.091l.008.03A.921.921 0 0 1 21 8v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3zm-1 2H6a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9h-5a1 1 0 0 1-.993-.883L13 8V3zm2 11a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2zm0-9.585V7h2.586L15 4.415z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #AddWww:before,
#Pohja #Tiedostot li.black.tiedosto-www button:before,
#Pohja #Tiedostot li.black button.tiedosto-www:before {
  /* www */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zM7.053 13.001H3.055a9.008 9.008 0 0 0 6.671 7.71A16.33 16.33 0 0 1 7.053 13zm13.892 0H16.95a16.3 16.3 0 0 1-2.675 7.709 9.007 9.007 0 0 0 6.67-7.71zm-6 0H9.058A14.3 14.3 0 0 0 12 20.449 14.288 14.288 0 0 0 14.945 13zm-5.22-9.71-.036.008A9.008 9.008 0 0 0 3.055 11H7.05a16.3 16.3 0 0 1 2.675-7.71zM12 3.55A14.288 14.288 0 0 0 9.055 11h5.887A14.3 14.3 0 0 0 12 3.55zm2.274-.261.189.29A16.336 16.336 0 0 1 16.947 11h3.998a9.008 9.008 0 0 0-6.671-7.71z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-video button:before,
#Pohja #Tiedostot li.black button.tiedosto-video:before {
  /* video */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 16' style='enable-background:new 0 0 24 16' xml:space='preserve'%3E%3Cpath d='M14 4c1.7 0 3 1.3 3 3v3.1l5.4-3.9A1 1 0 0 1 24 7v10c0 .8-.9 1.3-1.6.8L17 13.9V17c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V7c0-1.7 1.3-3 3-3h11zm0 2H3c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h11c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1zm8 2.9L17.7 12l4.3 3.1V8.9z' style='fill:%23fff' transform='translate(0 -4)'/%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-ppt button:before,
#Pohja #Tiedostot li.black button.tiedosto-ppt:before {
  /* powerpoint */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24' xml:space='preserve'%3E%3Cpath d='M12 0c.4 0 .8.4.8.8v.8h8.8C22.9 1.6 24 2.7 24 4c0 1-.7 1.9-1.6 2.3v10.5c0 1.3-1.1 2.4-2.4 2.4h-5l4 3.4c.3.3.4.8.1 1.1-.3.3-.8.4-1.1.1 0 0-1.2-1-2.5-2.1l-.5-.4c-1.3-1.1-2.5-2.1-2.5-2.1h-1l-5.4 4.6c-.3.3-.8.2-1.1-.1-.3-.3-.2-.8.1-1.1l4-3.4H4c-1.3 0-2.4-1.1-2.4-2.4V6.3C.7 5.9 0 5 0 4c0-1.3 1.1-2.4 2.4-2.4h8.8V.8c0-.4.4-.8.8-.8zm8.8 6.4H3.2v10.4c0 .4.4.8.8.8h16c.4 0 .8-.4.8-.8V6.4zM9 10.5h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4.2.3.2.3.2.6s0 .3-.2.6c-.1.3-.1.3-.4.4-.3.2-.3.2-.6.2h-.7V14h-.8v-3.5H9zm3.3 0h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4s.1.3.1.6 0 .3-.1.6-.1.3-.4.4-.3.2-.6.2h-.7V14h-.9v-3.5h1.6zm4.5 0v.8h-1.1V14h-.9v-2.7h-1v-.8h3zm-7.9.8h-.6v.8h.6c.1 0 .1 0 .2-.1l.1-.1s.1-.1.1-.2 0-.1-.1-.2l-.1-.1c-.1-.1-.1-.1-.2-.1zm3.3 0h-.6v.8h.6c.1 0 .1 0 .2-.1l.1-.1c.1-.1.1-.1.1-.2s0-.1-.1-.2l-.1-.1c-.1-.1-.1-.1-.2-.1zm9.4-8.1H2.4c-.4 0-.8.4-.8.8s.4.8.8.8h19.2c.4 0 .8-.4.8-.8s-.4-.8-.8-.8z' style='fill:%23fff'/%3E%3C/svg%3E");
}
#Pohja #Tiedostot li.black.tiedosto-pdf button:before,
#Pohja #Tiedostot li.black button.tiedosto-pdf:before {
  /* PDF */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' style='enable-background:new 0 0 18 22' xml:space='preserve'%3E%3Cpath d='M14 1h.1-.1.5s.1 0 .1.1l.1.1 6 6 .1.1-.1-.1.1.1s0 .1.1.1v12.4c0 1.7-1.3 3-3 3H6c-1.7 0-3-1.3-3-3V4c0-1.7 1.3-3 3-3h8zm-1 2H6c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V9h-5c-.5 0-.9-.4-1-.9V3zM8.8 14.5h.1c.3 0 .3 0 .5.1.3.2.3.2.4.4.2.3.2.3.2.6s0 .3-.2.6c-.1.3-.1.3-.4.4-.3.2-.3.2-.6.2h-.6V18h-.9v-3.5h1.5zm3.3 0h.2c.3 0 .3 0 .5.1.3.1.3.1.6.4.2.2.2.2.4.6.1.3.1.3.1.7 0 .4 0 .4-.1.7-.1.3-.1.3-.4.6-.2.2-.2.2-.5.4h-2.3v-3.5h1.5zm4.8 0v.8h-1.6v.7h1.4v.7h-1.4V18h-.9v-3.5h2.5zm-4.8.8h-.6v2h.7c.1 0 .1 0 .2-.1.2-.1.2-.1.3-.2.1-.1.1-.1.2-.3.1-.2.1-.2.1-.4s0-.2-.1-.4-.1-.2-.2-.3c-.1-.1-.1-.1-.3-.2-.1-.1-.1-.1-.3-.1zm-3.4 0h-.6v.8h.6c.1 0 .1 0 .2-.1.1 0 .1 0 .1-.1s.1-.1.1-.2 0-.1-.1-.2 0-.1-.1-.2h-.2zM15 4.4V7h2.6L15 4.4z' style='fill:%23fff' transform='translate(-3 -1)'/%3E%3C/svg%3E");
}

/* Playerit list */
#Pohja #Playerit li {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #0073ff;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 6px;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  transition: background 0.2s;
  white-space: nowrap;
}
#Pohja #Playerit li .e-chkbox-wrap {
  visibility: hidden;
}
#Pohja #Playerit li:hover,
#Pohja #Playerit li.e-hover  {
  background-color: #122938 !important;
}
#Pohja #Playerit li:before,
#Pohja #Playerit li:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  float: right;
  height: 20px;
  width: 20px;
}
#Pohja #Playerit li:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#Pohja #Playerit li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M8 22a1 1 0 0 1 0-2h3v-2H4a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-7v2h3a1 1 0 0 1 .993.883L17 21a1 1 0 0 1-1 1zM20 4H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  float: left;
  margin-right: 5px;
}
#Pohja #Playerit li.green:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M4.707 12.293a1 1 0 1 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l11-11a1 1 0 1 0-1.414-1.414L9 16.586l-4.293-4.293z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%236AC137'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.orange:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.585l5.293-5.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L13.415 12l5.292 5.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L12 13.415l-5.293 5.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.585 12 5.293 6.707a1 1 0 0 1-.083-1.32z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23EA8A45'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.red:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M5.293 5.293a1 1 0 0 1 1.414 0L12 10.585l5.293-5.292a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L13.415 12l5.292 5.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L12 13.415l-5.293 5.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.585 12 5.293 6.707a1 1 0 0 1-.083-1.32z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23C33053'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M16.14 1a1 1 0 0 1 .707.293l5.86 5.86A1 1 0 0 1 23 7.86v8.28a1 1 0 0 1-.293.707l-5.86 5.86a1 1 0 0 1-.707.293H7.86a1 1 0 0 1-.707-.293l-5.86-5.86A1 1 0 0 1 1 16.14V7.86a1 1 0 0 1 .293-.707l5.86-5.86A1 1 0 0 1 7.86 1h8.28zm-.414 2H8.274L3 8.274v7.452L8.274 21h7.452L21 15.726V8.274L15.726 3zm-4.433 11.293a1 1 0 1 1 1.414 1.414 1 1 0 0 1-1.414-1.414zM12 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%230073ff'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#Pohja #Playerit li.black:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M16.14 1a1 1 0 0 1 .707.293l5.86 5.86A1 1 0 0 1 23 7.86v8.28a1 1 0 0 1-.293.707l-5.86 5.86a1 1 0 0 1-.707.293H7.86a1 1 0 0 1-.707-.293l-5.86-5.86A1 1 0 0 1 1 16.14V7.86a1 1 0 0 1 .293-.707l5.86-5.86A1 1 0 0 1 7.86 1h8.28zm-.414 2H8.274L3 8.274v7.452L8.274 21h7.452L21 15.726V8.274L15.726 3zm-4.433 11.293a1 1 0 1 1 1.414 1.414 1 1 0 0 1-1.414-1.414zM12 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23b0bfc9'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Other buttons */
#Pohja button#btnOpen2 {
  border: 1px solid #0073ff !important;
  color: #ffffff;
  padding: 5px 15px !important;
  transition: background 0.2s;
  width: auto !important;
}
#Pohja button#btnOpen2:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M12 0a3 3 0 0 1 3 3v.086c.001.26.156.493.404.6a.647.647 0 0 0 .709-.123l.06-.06a3 3 0 1 1 4.244 4.244l-.052.052a.65.65 0 0 0-.13.717 1 1 0 0 1 .064.2.647.647 0 0 0 .531.284H21a3 3 0 0 1 0 6h-.086a.65.65 0 0 0-.595.394.65.65 0 0 0 .118.719l.06.06a3 3 0 1 1-4.244 4.244l-.052-.052a.654.654 0 0 0-.727-.126.649.649 0 0 0-.394.591V21a3 3 0 0 1-6 0 .698.698 0 0 0-.484-.685.647.647 0 0 0-.709.122l-.06.06a3 3 0 1 1-4.244-4.244l.052-.052a.654.654 0 0 0 .126-.727.649.649 0 0 0-.591-.394H3a3 3 0 0 1 0-6 .698.698 0 0 0 .685-.484.647.647 0 0 0-.122-.709l-.06-.06a3 3 0 1 1 4.244-4.244l.052.052a.65.65 0 0 0 .717.13 1 1 0 0 1 .2-.064A.647.647 0 0 0 9 3.17V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v.174a2.65 2.65 0 0 1-1.606 2.425 1 1 0 0 1-.264.073 2.655 2.655 0 0 1-2.737-.615l-.06-.06a1 1 0 1 0-1.416 1.416l.068.068c.757.774.967 1.932.554 2.864A2.657 2.657 0 0 1 3.09 11.08H3a1 1 0 0 0 0 2h.174a2.646 2.646 0 0 1 2.42 1.596 2.654 2.654 0 0 1-.537 2.931l-.06.06a1 1 0 1 0 1.416 1.416l.068-.068c.774-.757 1.932-.967 2.864-.554a2.657 2.657 0 0 1 1.735 2.449V21a1 1 0 0 0 2 0v-.174a2.646 2.646 0 0 1 1.596-2.42 2.654 2.654 0 0 1 2.931.537l.06.06a1 1 0 1 0 1.416-1.416l-.068-.068a2.65 2.65 0 0 1-.53-2.923A2.648 2.648 0 0 1 20.91 13H21a1 1 0 0 0 0-2h-.174a2.65 2.65 0 0 1-2.425-1.606 1 1 0 0 1-.073-.264 2.655 2.655 0 0 1 .615-2.737l.06-.06a1 1 0 1 0-1.416-1.416l-.068.068a2.646 2.646 0 0 1-2.913.534A2.651 2.651 0 0 1 13 3.09V3a1 1 0 0 0-1-1zm0 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-right: 10px;
  vertical-align: middle;
}
#Pohja button#btnOpen2:hover {
  background-color: #122938;
  color: #ffffff;
}

@media (min-width: 770px) {
  #Pohja button#Julkaisu {
    margin-left: 40px;
  }
}

/* Dialog & form */
#Pohja .e-dialog,
#Pohja .e-dialog > .e-dialog-scroller{
  background: #122938;
  border: 0;
  color: #ffffff;
}
#Pohja .e-dialog > .e-header {
  background: #122938;
  border: 0;
  border-bottom: 2px solid #11354d;
  color: #ffffff;
}
#Pohja .e-dialog {
  box-shadow: 0 0 100px rgba(0,0,0,0.8);
}
#Pohja .e-dialog .e-ddl-popup li  {
  color: #ffffff;
}
#Pohja .e-dialog table,
#Pohja .e-dialog td {
  border: 0;
}
#Pohja .e-dialog button {
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 5px 15px;
}
#WWWDialog input#LisaaWWWID,
#Tapaturma input#Tapaturma1,
#Tapaturma input#Tapaturma2,
#UNCDialog input#LisaaUNCID {
  padding: 10px;
  width: 100%;
}
#TiedostoDialog_wrapper .e-ddl-popup.e-scroller,
#OletusDialog_wrapper .e-ddl-popup.e-scroller {
  min-height: 220px;
}

/* Dialog save buttons */
#UNCDialog button#btn1,
#WWWDialog button#btn3,
#Tapaturma button#btn9,
#TiedostoDialog button#UpdateAndExit,
#OletusDialog button#OUpdateAndExit {
  background-color: #f04770;
  border-color: #f04770;
  color: #ffffff;
  float: right;
  padding: 5px 25px;
}

/* Dialog close/cancel buttons */
#PLAYERVALINTA button#xx,
#UNCDialog button#btn2,
#WWWDialog button#btn4,
#Tapaturma button#btn8,
#TiedostoDialog button#Close123,
#OletusDialog button#OClose {
  background-color: #b0bfc9;
  border-color: #b0bfc9;
  color: #00171f;
}

/* Dialog additional buttons */
#TiedostoDialog #TiedostoOpenHiddenSettings,
#OletusDialog button#btnOpen55 {
  background-color: transparent;
  border: 1px solid #0073ff;
  color: #ffffff;
}

/* Tiedosto hidden settings */
#TiedostoDialog #TiedostoOpenHiddenSettings {
  float: right;
}
#TiedostoHiddenSettings {
  display: none;
}
#TiedostoHiddenSettings.open {
  display: table;
}
#TiedostoHiddenSettings th {
  border-top: 0;
  padding: 0;
}
#TiedostoHiddenSettings .vakio .e-numeric {
  max-height: 25px;
}

#PLAYERVALINTA_wrapper img {
  display: block;
  margin-bottom: 15px;
}


/* User management */
a#registerLink {
  color: #0073ff;
}
a#registerLink:hover {
  color: #0061d8;
}
button#Perus,
button#Sidokset {
  background-color: #0073ff;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 5px 5px 0;
  padding: 10px 20px;
}
button#Perus:hover,
button#Sidokset:hover {
  background-color: #0061d8;
  border-color: #0061d8;
}
button#Tallenna {
  background-color: #128a35;
  border: 0;
  color: #ffffff;
  padding: 5px 15px;
}
button#Tallenna:hover {
  background-color: #1a6a31;
}
#ejvalinta3b {
  margin-bottom: 15px;
}
#Perustaulu input#Nimi {
  padding: 10px;
}
#PerusTaulu .e-ddl-popup,
#SidosTaulu .e-ddl-popup {
  min-width: 480px;
  margin-right: 20px;
}
#PerusTaulu .e-chkbox-wrap[aria-checked="true"],
#SidosTaulu .e-chkbox-wrap[aria-checked="true"] {
  position: relative;
}
#PerusTaulu .e-chkbox-wrap[aria-checked="true"]::before,
#SidosTaulu .e-chkbox-wrap[aria-checked="true"]::before {
  background-color: rgba(0, 115, 255, 0.3);
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 470px;
  z-index: -1;
}

/*
* Old styles
*/

.e-button.customCss5 {
  background-color: #c0b6a2;
}

.TimePick .e-ul li {
  padding-bottom: 4px;
  padding-top: 4px;
}

#TapaturmaDropList li {
  padding: 2px;
}

#TiedostoonLiitetytPlayerit li {
  padding: 1px;
}

#TiedostoonLiitetytPlayerGroupit li {
  padding: 1px;
}

#EsitettavatTiedostot li {
  padding: 3px;
}

#wrapper_a1 {
  width: 450px;
  font-size: 15px;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first_a1 {
  width: 215px;
  float: left; /* add this */
}

#second_a1 {
  width: 200px;
  float: left;
}

#third_a1 {
  width: 80px;
  float: left;
}

#target {
  height: .20px;
}

#wrapper {
  width: 100%;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first {
  width: 25%;
  float: left; /* add this */
}

#second {
  width: 20%;
  float: left;
}

#third {
  width: 50%;
  float: left;
}

#wrapper2 {
  width: 700px;
  overflow: hidden; /* will contain if #first is longer than #second */
}

#first2 {
  width: 100px;
  float: left; /* add this */
  font-size: 16px;
}

#second2 {
  width: 250px;
  float: left;
  font-size: 16px;
}

#third2 {
  width: 100px;
  float: left;
}

.vakio {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.vakio1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

#fourth2 {
  width: 200px;
  float: right;
  visibility: hidden;
}

.logo {
  filter: grayscale(100%);
}

#OKayttajanPlayerit li,
#OKayttajanPlayerGroupit li {
  padding: 1px;
}

.Tiedostolista {
  margin-left: 50px;
  margin-top: 50px;
  overflow: auto;
}

.players {
  margin-left: 800px;
  margin-top: 50px;
}

.painikkeet {
  margin-left: 500px;
  margin-top: 50px;
}

#Remove, #Add {
  margin-top: 30px;
}