#content .standardText .pagination
{
  float: right;
}

#content .standardText .pagination.top
{
  display: none;
}

#content .standardText .pagination span.contraction
{
  display: block;
  float: left;
  padding: 0.2em 0.4em;
  margin: 0 0 0 0.4em;
  color: #3B3F4A;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #3B3F4A;
  background-color: #F6F6F6;
  border: none;
  border-radius: 1em;
  line-height: 2em;
  width: 2em;
  height: 2em;
}

#content .standardText .pagination li.next:not(.disabled) a:hover,
#content .standardText .pagination a.next:hover,
#content .standardText .pagination li.previous:not(.disabled) a:hover,
#content .standardText .pagination a.previous:hover
{
  text-decoration: underline;
}

#content .standardText .pagination li.next a,
#content .standardText .pagination a.next,
#content .standardText .pagination li.previous a,
#content .standardText .pagination a.previous
{
  color: #3B3F4A !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #9AA0A7 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #3B3F4A;
}

#content .standardText .pagination li.active a:hover,
#content .standardText .pagination a.current:hover,
#content .standardText .pagination a:hover,
#content .standardText .pagination a:focus,
#content .standardText .pagination a:active
{
  color: #FFFFFF;
  background-color: #23262D;
}


.calendarView table tr th,
.calendarView table tr td
{
  line-height: 3em;
  width: 3.5em;
  padding: 0;
  text-align: center;
}

.calendarView
{
  margin-top: 15px;
}

.calendarView .calendar
{
  text-align: center;
  margin-bottom: 25px;
}

.calendarView form a
{
  text-decoration: none;
}

.calendarView form div
{
  display: inline;
}

.calendarView table
{
  margin: 10px auto 10px auto;
}

.calendarView table tr .weekColumn,
.calendarView table tr .weekColumn a
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #17213C;
}

.calendarView table tr td a
{
  display: block;
  color: #3B3F4A;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #3B3F4A;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #9AA0A7;
}

.calendarView table tr td span.hasEvent 
{ 
  font-weight: bold;
}


.recall.refresh,
.recall.refreshRemote
{
  cursor: pointer;
}

.recall.refresh:before,
.recall.refreshRemote:before {
  content: "\f021";
}

.recall.refresh:active:before,
.recall.refreshRemote:active:before {
  
  content: "\f110";
}

.recall.refresh,
.recall.refreshRemote
{
  float: right;
  font-size: 14px;
  margin: 0 0.5em;
}

.recallBusy
{
  background: url(/gfx/x.gif) no-repeat center center;
  min-width: 100%;
  min-height: 50px;
}

.recallBusy > *
{
  opacity: 0.4;
}


.login form fieldset legend
{
  display: none;
}

.login .changePassword,
.login .resetPassword1
{
  display: none;
}

.login.noLabels label:not([for="keepMeSignedIn"]) > span
{
  display: none;
}

.login label input[type="checkbox"]
{
  vertical-align: middle;
}

body #contentWrapper
{
  background-image: url('/prd.smp/gx/ZmanikiLafI.jpeg');
}



.img_south      { margin:  0px 10px  4px  4px; }
.img_south_west { margin:  0px  0px  4px  4px; }
.img_west       { margin:  0px  0px  4px  4px; }
.img_north_west { margin: 10px  0px  0px  4px; }
.img_north      { margin: 10px 10px  0px  4px; }
.img_north_east { margin: 10px 10px  0px  0px; }
.img_east       { margin:  0px 10px  4px  0px; }
.img_south_east { margin:  0px 10px  4px  0px; }
.img_all        { margin: 10px 10px  4px  4px; }

img.left           { float: left; }
img.right          { float: right; }
img.center         { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia_left   { float: left; }
.multimedia_right  { float: right; }
.multimedia_center { display: block; margin-left: auto; margin-right: auto; text-align:center; }

.multimedia a { display: inline-block; }



tr.ISE-header,
th.ISE-header,
tr.ISE-header th
{}

tr.ISE-footer, td.ISE-footer, tr.ISE-footer td
{
  font-style: italic;
}

table.ISE-noborder,
table.ISE-noborder th,
table.ISE-noborder td
{
  border: none;
}

table.ISE-border
{
  border: 1px solid #9AA0A7;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #787D85;
  border-collapse: collapse;
}

.ISE-align-left,
.ISE-align-left td
{
  text-align: left;
}

.ISE-align-right,
.ISE-align-right td
{
  text-align:right;
}
.ISE-align-center, 
.ISE-align-center td
{
  text-align:center;
  vertical-align: top;
}

body h2,
body h2.text-primary,
body h3
{
  color: #17213C;
}


body a,
body a:link,
body a:visited
{
  color: #17213C;
}

body a:hover
{
  color: #131C33;
}


body button,
body a.button,
body input[type="button"],
body input[type="submit"]
{
  color: #FFFFFF;
  background: #17213C;
}

body .btn,
body .btn:hover,
body .btn:active,
body .btn:focus
{
  background: #17213C !important;
}


body input[type="checkbox"],
body input[type="radio"]
{
  accent-color: #17213C;
}


body #content .collectionViewer > .search
{
  display: none;
}


body #content #dashboard .widget .recall.icon-refresh,
body #content .collectionViewer .boxes .block .weblet .recall.icon-refresh,
body #content .collectionViewer .boxes .block .actions a,
body #content .collectionViewer .boxes .block a.action
{
  color: #17213C;
}

body #content #dashboard .widget .recall.icon-refresh:hover,
body #content .collectionViewer .boxes .block .weblet .recall.icon-refresh:hover,
body #content .collectionViewer .boxes .block .actions a:hover,
body #content .collectionViewer .boxes .block a.action:hover
{
  color: #131C33;
}


body #content .webletgroupwareTasks .bignumber,
body #content .webletdatatable .bignumber a
{
  color: #17213C;
}


body #content .collectionViewer .boxes .block .weblet .weblettramlanes .tramlanes .tramlane > .actions
{
  margin-top: -33px;
}


body #content .collectionViewer .boxes .block .weblet .webletforms .forms > .buttons.sticky,
body #content .collectionViewer .boxes .block .weblet .webletcustomForms .forms > .buttons.sticky
{
  position: sticky;
  bottom: -18px;
  margin-left: -18px;
  padding: 15px 15px 8px 0;
  background-color: #FFFFFF;
  border-radius: 0;
  width: calc(100% + 36px);
}


body .bulma h2.title
{
  color: #17213C !important;
}


body .bulma .tramlanes .b-tabs .tab-content
{
  padding: 0;
}

body .bulma .tramlanes .b-steps.is-vertical > .steps .step-item
{
  min-height: 3em;
  padding: 0.6em 0;
}

body .bulma .tramlanes .b-tabs .tab-content .tab-item.tramlane > h3.title
{
  display: none;
}


.formkit.trow
{
  display: flex;
  padding: 0 !important;
}

.formkit-outer.tcell
{
  flex: unset !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}


@media screen and (max-width: 768px)
{
  .formkit.trow
  {
    display: initial;
  }

  .formkit-outer.tcell > .formkit-wrapper
  {
     max-width: 100%;
  }
}


.forms-frontend .currency .formkit-inner::before {
  content: "€";
  position: absolute;
  left: 0.75em;
}

.forms-frontend .currency .formkit-inner .formkit-input {
  text-align: right;
}




/* Fix font size for groupware task weblet within iframe in details popin for collection viewers */
#content .box.webletLocation
{
  font-size: 1.2em;
}




body #top .webletLocationtopLanguage {
  width: 0px;
}

.pre-wrap {
  white-space: pre-wrap;
}  




.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}

body .bg-base {
  color: #787D85;
  background-color: #FFFFFF;
}
body .bg-primary {
  color: #FFFFFF;
  background-color: #3F5073;
}
body .bg-secondary {
  color: #FFFFFF;
  background-color: #17213C;
}

body .text-base {
  color: #787D85;
}
body .text-primary {
  color: #3F5073;
}
body .text-secondary {
  color: #17213C;
}

body .border-base {
  border-color: #F6F6F6;
}
body .border-primary {
  border-color: #787D85;
}
body .border-secondary {
  border-color: #17213C;
}

  
/* raleway-700-semiBold */
@font-face
{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/prd.smp/up/ZmanikiLejB_Raleway-SemiBold.ttf');
}
  
/* roboto-800 */
@font-face
{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('/prd.smp/up/ZmanikiLmjB_Roboto-Bold.ttf');
}
  
/* openSans-400 */
@font-face
{
  font-family: 'Open_Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/prd.smp/up/ZmanikiLujB_OpenSans-Regular.ttf');
}
  
/* openSans-400-italic */
@font-face
{
  font-family: 'Open_Sans';
  font-style: italic;
  font-weight: normal;
  src: url('/prd.smp/up/ZmanikiLckB_OpenSans-Italic.ttf');
}
  
/* openSans-800 */
@font-face
{
  font-family: 'Open_Sans';
  font-style: normal;
  font-weight: bold;
  src: url('/prd.smp/up/ZmanikiLkkB_OpenSans-SemiBold.ttf');
}
  
/* openSans-800-italic */
@font-face
{
  font-family: 'Open_Sans';
  font-style: italic;
  font-weight: bold;
  src: url('/prd.smp/up/ZmanikiLskB_OpenSans-SemiBoldItalic.ttf');
}

.SE_menubar .SE_toggle,
.SE_menubar .SE_anon
{
  width: auto;
}


label
{
  font-weight: normal;
}

.label
{
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: inherit;
  border-radius: inherit;
  color: inherit;
}



#content p.label
{
  padding: inherit;
  display: inherit;
}

.standardText label
{
  display: inline;
}

standardText label, standardText .label
{
  color: inherit;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
}

standardText label input[type=radio]
{
  margin: inherit;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]
{
  position:inherit;
}


html
{
  font-size: 14px;
}

body
{
  color: #787D85;
  background: #F6F6F6;
  font-family: "Open_Sans", sans-serif;
  font-size: 12px;
}

hr
{
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px solid #9AA0A7;
}


h2
{
  color: #17213C;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}

h3
{
  color: #17213C;
  font-weight: normal;
  font-size: 20px;
  margin-top: 0.4em;
  margin-bottom: 10px;
}

#content h2 a,
#content h3 a{
  color: inherit;
}



a,
a:link,
a:visited
{
  color: #17213C;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}



table
{
  border-top: 1px solid #9AA0A7;
  border-left: 1px solid #9AA0A7;
}

table caption
{
  font-style: italic;
}

td,
th
{
  border-right: 1px solid #9AA0A7;
  border-bottom: 1px solid #9AA0A7;
  padding: 0.4em;
  vertical-align: top;
}

th
{
  background-color: #F6F6F6;
  color: #787D85;
  font-weight: normal !important;
  padding: 0.3em 0.4em 0.4em 0.4em;
}

table.sortable thead tr th span
{
  color: #17213C;
  padding-right: 14px;
  background-position: 100% 65%;
}

table.dataTable thead th.sorting
{
  color: #17213C;
}



.clear
{
  line-height: 0;
}

.clear::after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}



#mainWrapper{
  margin-top: 91px; 
  padding: 0 30px 30px;
}

#contentWrapper
{
  min-height: 250px;
  background: #FFFFFF;
  padding: 0 20px 30px;
  overflow: hidden;
}

#top
{
  position: fixed;
  display : flex;
  align-items: center;
  font-size: 1.2em;
  width: 100vw;
  min-height: 91px;
  color: #3B3F4A;
  background: #FFFFFF;
  margin: 0;
  padding: 10px 30px 10px 10px;
  left: 0px;
  z-index: 99;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
  #top>div {
    flex: 0 1 auto; 
  }
  #top>div.webletLocationtopLogo {
    flex-shrink: 1;
  }
  #top>div.webletLocationtopNav {
    flex-grow: 1;
  }


@media screen and (max-width: 768px) { 

  #mainWrapper{
    padding: 0;
  }

  #contentWrapper
  {
    padding: 0 2% 30px;
  }

  #top
  {
    padding: 10px;
  }

}

#top a,
#top a:link,
#top a:visited,
#top a:hover
{
  color: #3B3F4A;
  text-decoration: none;
}

#top a.logo,
#top a.navbar-brand {
  display: none;
}

#top .webletLocationtopLogo {
  width: 350px;
}
#top .webletLocationtopLogo img {
  height: auto;
  width: auto;
  max-height: 55px;
  max-width: 100%;
}

#top .webletLocationtopLanguage {
  width: 50px;
}

.webletautocomplete.webletLocationtopCustomerSearch input{
  margin-top: 0;
}

.webletautocomplete.webletLocationtopCustomerSearch input::placeholder{
  color: #9AA0A7;
}

#content .rightContCol {
  overflow: hidden;  
  padding: 30px 0 0;
}

@media screen and (min-width: 992px) { 

  #content .rightContCol {
    padding: 0 0 0 60px;
  }
}


#top .webletnavigation
{
  border: none;
}

#top .webletnavigation .container-fluid
{
  padding: 0;
}


#top .webletnavigation.navbar {
  margin-bottom: 0;
}
  #top .webletnavigation.navbar .navbar-nav {
    float: none;
  }
@media screen and (min-width: 767px) { 
  
    #top .webletnavigation.navbar .navbar-collapse.collapse {
      display: inline-block !important;
    }
}

#top .webletnavigation a,
#top .webletnavigation a:hover {
  color: #3B3F4A;
}

#top .webletnavigation ul {
  list-style-type: none;
  padding: 0;
}
  #top .webletnavigation>ul>li {
    float: left;
    min-height: 91px;
  }
  

#top .webletnavigation ul li  a {
    display: block;
    font: normal bold 16px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    text-decoration: none;
  }
    #top .webletnavigation ul li> a:hover,
    #top .webletnavigation ul li> a:focus {
      color: #23262D;
      background: #F6F6F6;
    }

#top .webletnavigation ul li ul{
  display: none;
  position: absolute;
  margin: 0;
  padding: 11px 5px;
  list-style-type: none;
  background: #FFFFFF;
  color: #3B3F4A;
  border-radius: 0px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
  #top .webletnavigation ul li>a.selected~div>div>ul{} 
  #top .webletnavigation ul li:hover ul {
    display: block;
  }
    #top .webletnavigation ul li ul li {
      float: none;
      min-width: 200px;
      position: relative;
      height: 32px;
    }
      #top .webletnavigation ul li ul li:hover
      {
        background: #3B3F4A;
      }
        #top .webletnavigation ul li ul li a {
          position: absolute;
          top: 0; left: 0; right: 0; bottom: 0;
          color: #3B3F4A;
        }
          #top .webletnavigation ul li ul li:hover>a
          {
            background: #9AA0A7;
            color: #FFFFFF;
          }
  #top .webletnavigation ul li .dropdown > li > a,
  #top .webletnavigation ul li .dropdown-menu > li > a {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    font-weight: normal;
  }

#top .webletnavigation ul:after
{
  content: " "; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


@media screen and (max-width: 768px) { 
  #top>div.webletLocationtopNav {
    flex-grow: 0;
    order: 3; 
  }

  #top .webletnavigation ul li
  {
    display: block;
    float: unset;
    width: 100%;
  }
  
  #top .webletnavigation .icon-bar {
    background-color: #3B3F4A;
  }
  
  #top .webletnavigation ul li ul{
    margin-left: 40px;
    margin-top: -20px;
  }

  #top .webletnavigation .in
  {
    margin-bottom: 0.7em;
  }
  
  #top .webletnavigation .navbar-collapse{
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #FCFCFC;
    height: 100vh;
  }
  
}
#top .webletwhoami {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

#top .webletwhoami .photo a,
#top .webletwhoami .photo a:link,
#top .webletwhoami .photo a:visited,
#top .webletwhoami .photo a:hover
{
  text-decoration: none;
}


#top .webletwhoami .dropdown  a {
    display: block;
    font: normal bold 16px / 20px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    text-decoration: none;
  }
    #top .webletwhoami .dropdown> a:hover,
    #top .webletwhoami .dropdown> a:focus {
      color: #23262D;
      background: #F6F6F6;
    }

#top .webletwhoami .dropdown ul{
  display: none;
  position: absolute;
  margin: 0;
  padding: 11px 5px;
  list-style-type: none;
  background: #FFFFFF;
  color: #3B3F4A;
  border-radius: 0px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
  #top .webletwhoami .dropdown>a.selected~div>div>ul{} 
  #top .webletwhoami .dropdown:hover ul {
    display: block;
  }
    #top .webletwhoami .dropdown ul li {
      float: none;
      min-width: 200px;
      position: relative;
      height: 32px;
    }
      #top .webletwhoami .dropdown ul li:hover
      {
        background: #3B3F4A;
      }
        #top .webletwhoami .dropdown ul li a {
          position: absolute;
          top: 0; left: 0; right: 0; bottom: 0;
          color: #3B3F4A;
        }
          #top .webletwhoami .dropdown ul li:hover>a
          {
            background: #9AA0A7;
            color: #FFFFFF;
          }
  #top .webletwhoami .dropdown .dropdown > li > a,
  #top .webletwhoami .dropdown .dropdown-menu > li > a {
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    font-weight: normal;
  }

#top .webletwhoami .dropdown-menu
{
  left: unset;
  right: 0px;
  top: 90px;
}

#top .webletwhoami ul li{
  min-width: 120px;
}

#top .webletwhoami .logout a
{
  font-weight: normal;
}

#top .whoami {
	margin: -20px 0 -20px 20px;
}

#top .whoami .photo{
	margin: 20px 0;
}

#top .whoami .dropdown .name {
    border-bottom: solid 2px #3F5073;
    padding: 5px 10px 10px 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {

  #top .webletwhoami .dropdown-menu
  {
    right: -15px;
  }
}#hyarchisDialogMessages {
    height: calc(100vh - 91px) !important;
    top: 91px !important;
}

.block .weblethyarchisDialog {
	height: 584px;
}

@media screen and (max-width: 767px) {
  .block .weblethyarchisDialog {
    height: calc(568px - 91px - 6em);
  }
  
  #header .weblethyarchisDialog {
  	display: none;
  }
}

.block .weblethyarchisDialog .overview-component {
	border: none;
  background-color: transparent;
  padding-top: 5px;
  padding-left: 0;
}#top .webletlanguageLinks {
  margin: 0 15px;
}

#top .webletlanguageLinks .current {
	border-bottom: 5px solid #3F5073;
}

#top .webletlanguageLinks .languageChange {
  box-shadow: 0 1px 4px #9AA0A7;
}

#top .webletlanguageLinks .languageChange span {
  margin: 20px 20px 0 0;
}

#top .webletlanguageLinks .languageChange div {
  margin-top: 10px;
}

#top .webletlanguageLinks .languageChange a {
  width: 100px;
}#content
{
  padding: 10px 15px 30px 15px;
}

#content h1:first-of-type {
  background: #17213C;
  color: #FFFFFF;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin: -10px -35px 15px;
  padding: 15px 40px;
}

#content .leftContCol.col-md-6 h1:first-of-type {
  margin: -10px -50px 15px;
}

#content .standardText,
#dashboard .webletLocation,
#contentWeblets,
#contentBottomWeblets
{
  font-size: 1.2em;
}


#content .tag-tile
{
  background: #17213C;
  border-radius: 1em;
  padding: 0.1em 0.6em 0.3em;
}

#content .tag-tile,
#content .tag-tile a
{
  color: #FFFFFF;
}


#content .multimedia,
#content .multimedia img{
  max-width: 100%;
  height: auto;
}



#contentWrapper
{
  background-color: #17213C;
  background-image: url('/prd.smp/gx/ZmanikiLifI.jpeg');
  background-size: cover;
  min-height: calc(100vh - 185px);
}


#contentWrapper .standardText
{
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 80px auto 30px;
  padding: 30px;
  max-width: 400px;
}

@media (min-height: 700px)
{
  #contentWrapper .standardText
  {
    margin: calc((50vh - 75px) - 200px) auto 30px;
  }
}


#contentWrapper .standardText h2
{
  margin-top: 0;
}


.login button
{
  display: block;
  float: right;
  min-width: 100px;
}

@media (max-width: 767px)
{
  #contentWrapper .standardText
  {
    margin: 40px auto 0;
  }

  .login button
  {
    min-width: 100%;
    margin: 10px 0 20px 0;
  }
}


.login label input:not([type="checkbox"])
{
  width: 100%;
}

.login .warning
{
  color: #DB0000;
}

.login form .elements
{
  margin-top: 15px;
}

fieldset legend
{
  color: #787D85;
  font-weight: normal !important;
}

textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input.form-control,
select,
select.form-control,
#content .BBeditor .container iframe
{
  background-color: #FFFFFF;
  border: none;
  border-bottom: 2px solid #3F5073;
  border-radius: 0px;
  box-shadow: none;
  color: #3B3F4A;
  font-family: inherit;
  font-size: inherit;
  height: auto;
  margin: 2px 5px 2px 0;
  padding: 5px;
}

textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input.form-control:focus,
select:focus,
select.form-control:focus,
#content .BBeditor .container iframe:focus
.form-control:focus {
  border-color: #17213C;
  outline: 0;
  box-shadow: none;
}

input::placeholder
{
  color: #9AA0A7;
}

input[disabled="disabled"],
input[readonly="readonly"]
{
  opacity: 0.7;
}

input[type="checkbox"],
input[type="radio"]
{
  accent-color: #17213C;
  margin: 3px;
  vertical-align: middle;
}


form .dmUpload input[type="text"]
{
  background-color: #F6F6F6;
}


form .errorElement .inputElement input,
form .errorElement .inputElement select,
form .errorElement .inputElement textarea,
#content form .errorElement .BBeditor .container iframe
{
  border-color: red;
}

form .errorElement .error
{
  font-style: italic;
  font-size: 0.8em;
  color: red;
}

form input.parsley-error,
form textarea.parsley-error
{
  background-color: inherit  !important;
  border: none  !important;
  border-bottom: 2px solid red !important;
}

form input.parsley-success,
form textarea.parsley-success
{
  background-color: inherit  !important;
  border: none  !important;
  border-bottom: 2px solid green !important;
}

form .parsley-errors-list
{
  color: red;
}


form .formElementButton div {
    display: inline;
}

form .formElementButton div.centerColButton {
    float: right;
}

form .uitleg {
    font-size: 0.8em;
    color: #17213C;
}


#content form .radioButtonBig .radio label{
}
form .radioButtonBig .radio label{
  display: block;
  cursor: pointer;
  border: 1px solid #17213C;
  color: #FFFFFF;
  background-color: #17213C;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
}
  form .radioButtonBig .radio label.selected{
    background-color: #FFFFFF;
    color: #17213C;
  }


form .radioButtonBig .radio label input{
  position: absolute;
  top: 0px;
  visibility: hidden;
}

form .radioButtonBig .radio label.disabled{
  border: 1px solid #9AA0A7;
  color: #9AA0A7;
  cursor: inherit;
}

form table.tariffs {
	table-layout: fixed;
}

form table.tariffs th {
  text-align: center;
}

form table.tariffs ul {
	padding-inline-start: 25px;
  list-style-type: none;
}

form table.tariffs ul li::before {
	font-family: 'Glyphicons Halflings';
  content: "\e013";
  position: relative;
  left: -10px;
  margin-left: -15px;
  color: #3F5073;
}

form table.tariffs td.premie {
  text-align: center;
  font-weight: bold;
}button,
a.button,
.btn,
.btn:hover,
.btn:active,
.btn:focus,
input[type="button"],
input[type="submit"]
{
  cursor: pointer;
  font-size: 1.1em;
  color: #FFFFFF;/* !important */
  padding: 3px 12px 5px 12px;
  background: #17213C;
  border: none;
  border-radius: 5px;
}

.buttons a.button {
  display: inline-block;
  margin-bottom: 3px;
}

#content .BBeditor .editbar button
{
  color: #FFFFFF;
  background: #17213C;
  border-radius: 0;
  padding: 1px 10px 4px 10px;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus
{
  color: #FFFFFF !important;
  background-color: #17213C !important;
}

button.toggled,
a.button.toggled,
input[type="button"].toggled,
input[type="submit"].toggled
{
  background: #17213C;
}

a.button:hover
{
  text-decoration: none;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled
{
  cursor: default;
  background: #F6F6F6;
  position: relative;
  top: 0 !important;
}


.fancybox-button
{
  color: #787D85 !important;
  transition: none;
}
.fancybox-button:hover
{
  color: #FFFFFF !important;
  background-color: #17213C !important;
}

.autocomplete-suggestions
{
  background: #FFFFFF;
  border: none;
  box-shadow: 0 1px 4px #9AA0A7;
  color: #787D85;
  max-height: 284px !important;
}

.autocomplete-selected
{
  background: #3F5073;
  color: #FFFFFF;
}

#content .standardText .pagination a
{
  color: #17213C;
}

#content .standardText .pagination li.next a,
#content .standardText .pagination a.next,
#content .standardText .pagination li.previous a,
#content .standardText .pagination a.previous
{
  color: #3F5073 !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  background-color: #17213C;
}

#content .standardText .pagination li.active a:hover,
#content .standardText .pagination a.current:hover,
#content .standardText .pagination a:hover,
#content .standardText .pagination a:focus,
#content .standardText .pagination a:active
{
  background-color: #3F5073;
}


table
{
  border: none;
  width: 100%;
}

.dataTables_wrapper table
{
  font-size: 1em;
}

table tr th
{
  background: transparent;
  border: none;
  border-bottom: 3px solid #F6F6F6;
}

table tr td
{
  border: none;
  border-bottom: 1px solid #F6F6F6;
}

table tr td .noResults
{
  text-align: center;
  font-style: italic;
}


.teamFilter
{
  float: right;
}

.hiddenSpan
{
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: transparent;
}.weblettramrails .default .stops
{
  border-color: #17213C !important;
}

.weblettramrails .default .stops .stop .details .begin
{
  background-color: #17213C !important;
}


.weblettramrails h2.webletTitle
{
  display: none;
}



@media print
{
html
{
  background: none;
}

body
{
  font-size: 10pt;
  color: Black;
}

#pageWrapper
{
  width: auto;
  background: none;
}

#mainWrapper
{
  float: none;
  width: auto;
}

#contentWrapper
{
  float: none;
  width: auto;
}

#content
{
  padding: 0;
}

#top,
#bottom
{
  display: none;
}


}

  .languageChange {
	background-color: white;
  color: gray;
  position:absolute;
  top:10px;
  right:10px;
  z-index: 999;
  padding: 20px !important;
}

.languageChange div {
	float: none;
}

.languageChange .close {
	font-size: 200%;
  font-weight: bold;
	position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px !important;
  transform: rotate(45deg);
  cursor: pointer;
} .whoami
{
  display: flex;
  margin: 5px 0 0 12px;
}

.whoami .photo
{
  border-radius: 100%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin: auto 0px;
}

.whoami .photo .no-avatar 
{
  width:50px;
  height:50px;
  background-color:#17213C;
  color:white;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

.whoami .text
{
  float: left;
  margin: 2px 0 0 4px;
  font-size: 0.7em;
  margin: auto 5px;
}

.whoami .name
{
  font-weight: bold;
}

.login .icon {
	font-size: 150%;
  margin: 10px;
}
  
  .login a {
    text-decoration: none;
  }

@media screen and (min-width: 769px) {
  
  .whoami .dropdown-menu {
    display: none;
  }
  .login .icon-sign-in{
    display: none;
  }
}
  

@media screen and (max-width: 768px) {
	.whoami .text {
    display: none;
  }
  
  .login .text {
    display: none;
  }
}
.webletStylenmiiizBsHjHuMbNCFiFjFC { 


}
.webletStylelnthizBsHjHuMbNCFiFjFG { 


}
.webletStylexlthizBsHjHuMbNCFiFjFE { 


}
@media print
{

}

