#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: #404040;
}

#content .standardText .pagination a
{
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 0.4em;
  text-decoration: none;
  text-align: center;
  color: #404040;
  background-color: #E6E7E8;
  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: #404040 !important;
  background-color: transparent !important;
  width: auto;
}

#content .standardText .pagination li.next.disabled a,
#content .standardText .pagination li.previous.disabled a
{
  color: #C8CACC !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  color: #FFFFFF;
  background-color: #404040;
}

#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: #000000;
}


.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: #6DB5CA;
}

.calendarView table tr td a
{
  display: block;
  color: #404040;
  text-decoration: none;
}

.calendarView table tr td a:hover
{
  color: #FFFFFF;
  background-color: #404040;
}

.calendarView table tr td span
{
  display: block;
}

.calendarView table tr td span.noEvent
{}

.calendarView table tr td span.otherMonth
{
  color: #C8CACC;
}

.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;
}



.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 #C8CACC;
  border-collapse: collapse;
}

table.ISE-border td
{
  border: none;
}

table.ISE-boxborder,
table.ISE-boxborder th,
table.ISE-boxborder td
{
  border: 1px solid #8D8D8D;
  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;
}




.text-primary {
  color: #E56E3A;
}

.bg-primary {
  background-color: #4E1A6A;
}

.border-primary {
  border-color: #4E1A6A;
}

.text-secondary {
  color: #4E1A6A;
}

.bg-secondary {
  background-color: #6DB5CA;
}

.border-secondary {
  border-color: #6DB5CA;
}

.textBrowser
{
  height: 0;
  width: 0;
  overflow: hidden;
}



  
/* alegreya-300 */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/prd.rv/up/ZkafrnzKS_AlegreyaSans-Light.ttf');
}
  
/* alegreya-300-italic */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/prd.rv/up/ZkafrnzKaB_AlegreyaSans-LightItalic.ttf');
}
  
/* alegreya-400 */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/prd.rv/up/ZkafrnzKgC_AlegreyaSans-Regular.ttf');
}
  
/* alegreya-400-italic */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/prd.rv/up/ZkafrnzKoC_AlegreyaSans-Italic.ttf');
}
  
/* alegreya-700 */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/prd.rv/up/ZkafrnzKqB_AlegreyaSans-Bold.ttf');
}
  
/* alegreya-700-italic */
@font-face
{
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/prd.rv/up/ZkafrnzKyB_AlegreyaSans-BoldItalic.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;
}


body
{
  color: #404040;
  background: #E6E7E8;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

hr
{
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px solid #C8CACC;
}


h2
{
  color: #E56E3A;
  font-weight: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}

h3
{
  color: #E56E3A;
  font-weight: normal;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0.4em;
  margin-bottom: 10px;
}

#content h2 a,
#content h3 a{
  color: inherit;
}



a,
a:link,
a:visited
{
  color: #4E1A6A;
  text-decoration: none;
}

a:hover
{
  color: #E56E3A;
  text-decoration: underline;
}



table
{
  border-top: 1px solid #C8CACC;
  border-left: 1px solid #C8CACC;
}

table caption
{
  font-style: italic;
}

td,
th
{
  border-right: 1px solid #C8CACC;
  border-bottom: 1px solid #C8CACC;
  padding: 0.4em;
  vertical-align: top;
}

th
{
  background-color: #E6E7E8;
  color: #404040;
  font-weight: normal !important;
  padding: 0.3em 0.4em 0.4em 0.4em;
}

table.sortable thead tr th span
{
  color: #E56E3A;
  padding-right: 14px;
  background-position: 100% 65%;
}



.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;
  border-radius: 0 0 5px 5px;
  padding: 0 20px 30px;
  overflow: hidden;
}

#top
{
  position: fixed;
  display : flex;
  align-items: center;
  font-size: 1.2em;
  width: 100vw;
  min-height: 91px;
  color: #404040;
  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: #404040;
  text-decoration: none;
}

#top a.logo,
#top a.navbar-brand {
  display: none;
}

#top .webletLocationtopLogo {
  width: 350px;
}
#top .webletLocationtopLogo img {
  max-width: 100%;
  height: auto !important;
}

#top .webletLocationtopLanguage {
  width: 50px;
}


@media screen and (min-width: 768px) { 

  #leftWrapper{
    padding-right: 30px;
  }

}

#left{
  color: #404040;
  background: #FFFFFF;
  margin: 0 -15px;
  padding: 15px 15px;
}


#left .webletnavigation ul{
  padding: 0;
}

#left .webletnavigation ul.level1 li a{
  padding-left: 10px;
}

#left .webletnavigation li ul.level2 li a{
  padding-left: 20px;
}

#left .webletnavigation li ul.level3 li a{
  padding-left: 30px;
}

#left .webletnavigation li ul.level4 li a{
  padding-left: 40px;
}

#left .webletnavigation li ul.level5 li a{
  padding-left: 50px;
}

#left .webletnavigation ul li{
  position: relative;
  display: block;
  margin: 0 -15px;
  padding: 40px 20px 0;
  border: 0px solid blue;
}

#left .webletnavigation ul li ul li{
  margin: 0 -20px;
}

#left .webletnavigation ul li a{
  color: #404040;
  background: #FFFFFF;
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 40px;
  display: flex;
  align-items: center;
}

#left .webletnavigation ul li a:hover{
  background: #E6E7E8;
  text-decoration: none;
}

#left .webletnavigation ul li a.navigated {
  color: #FFFFFF;
  background: #6DB5CA;
  font-weight: bold;
}

@media screen and (max-width: 767px) { 

  #mainWrapper{
    display: flex;
    flex-wrap: wrap;
  }
    #leftWrapper{
      order: 2;
      width: 100%;
    }
    #contentWrapper{
      order: 1;
      width: 100%;
      margin-bottom: 15px;
    }

}

#content .rightContCol {
  overflow: hidden;  
  padding: 30px 0 0;
}

#rightContWeblets .webletLocationrightContent
{
  font-size: 1.2em;
}

@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: #404040;
}

#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-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
  }
    #top .webletnavigation ul li> a:hover,
    #top .webletnavigation ul li> a:focus {
      color: #000000;
      background: #DBEBEF;
    }

#top .webletnavigation ul li ul{
  display: none;
  position: absolute;
  margin: 0;
  padding: 11px 5px;
  list-style-type: none;
  background: #FFFFFF;
  color: #404040;
  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: #404040;
      }
        #top .webletnavigation ul li ul li a {
          position: absolute;
          top: 0; left: 0; right: 0; bottom: 0;
          color: #404040;
        }
          #top .webletnavigation ul li ul li:hover>a
          {
          }
  #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: #6DB5CA;
  }
  
  #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: #F8F8F8;
    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-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    text-decoration: none;
  }
    #top .webletwhoami .dropdown> a:hover,
    #top .webletwhoami .dropdown> a:focus {
      color: #000000;
      background: #DBEBEF;
    }

#top .webletwhoami .dropdown ul{
  display: none;
  position: absolute;
  margin: 0;
  padding: 11px 5px;
  list-style-type: none;
  background: #FFFFFF;
  color: #404040;
  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: #404040;
      }
        #top .webletwhoami .dropdown ul li a {
          position: absolute;
          top: 0; left: 0; right: 0; bottom: 0;
          color: #404040;
        }
          #top .webletwhoami .dropdown ul li:hover>a
          {
          }
  #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 #E56E3A;
    padding: 5px 10px 10px 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {

  #top .webletwhoami .dropdown-menu
  {
    right: -15px;
  }
}#mainWrapper #hyarchisDialogButton
{
  color: #FFFFFF;
  cursor: pointer;
  background-color: #4E1A6A;
  opacity: 1;
}

#mainWrapper #hyarchisDialogButton:hover
{
  background-color: #E56E3A;
  box-shadow: none;
}


#mainWrapper #hyarchisDialogMessages
{
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
  height: calc(100vh - 91px);
  width: 400px;
  top: 91px;
  z-index: 98;
}


#mainWrapper #hyarchisDialogMessages [app-messages-component] h2,
#mainWrapper #hyarchisDialogMessages [app-messages-component] .search-bar div .search,
#mainWrapper #hyarchisDialogMessages [app-messages-component] .search-bar input[type="text"],
#mainWrapper #hyarchisDialogMessages [app-messages-component] .search-bar input[type="text"]::placeholder
{
  color: #FFFFFF;
}

#mainWrapper #hyarchisDialogMessages [app-messages-component] .search-bar
{
  color: #FFFFFF;
  background-color: #6DB5CA;
  border-radius: 0;
  border-width: 0;
  border-bottom: 2px solid #DBEBEF;
}


#mainWrapper #hyarchisDialogMessages [app-messages-component] .messages-component .tasks-container
{
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0px;
}

#mainWrapper #hyarchisDialogMessages [app-messages-component] .messages-component .tasks-container .bg
{
  margin-right: 0;
}


.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;
}


.weblethyarchisDialog [app-messages-component] .messages-component
{
  background-color: #6DB5CA;
  border-width: 0;
}

.weblethyarchisDialog [app-messages-component] app-chat-session .chat-log-container,
.weblethyarchisDialog [app-overview-component] app-chat-session .chat-log-container
{
  background-color: #E6E7E8;
}


.weblethyarchisDialog .icon-add
{
  color: #4E1A6A;
}
.weblethyarchisDialog .icon-add:hover
{
  color: #E56E3A;
}


.weblethyarchisDialog .popup-header,
.weblethyarchisDialog .chat-session-header
{
  background-color: #6DB5CA;
}


.weblethyarchisDialog .chat-input
{
  background-color: #E56E3A;
}

/*Hide member pickers and other parameters nobody can use*/
/*app-popup-memberpicker,*/
.member-picker-input-bar,
app-popup-select,
app-popup-datepicker {
	display: none !important;
}
#top .webletlanguageLinks {
  margin: 0 15px;
}

#top .webletlanguageLinks .current {
	border-bottom: 5px solid #E56E3A;
}

#top .webletlanguageLinks .languageChange {
  box-shadow: 0 1px 4px #C8CACC;
}

#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: #6DB5CA;
  border-bottom-left-radius: 60px 80px;
  border-bottom-right-radius: 400px 80px;
  color: #FFFFFF;
  font-weight: 400;
  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,
.fancybox-content > div,
.fancybox-content > form
{
  font-size: 1.2em;
}


#content .tag-tile
{
  background: #4E1A6A;
  border-radius: 1em;
  padding: 0.1em 0.6em 0.3em;
}

#content .tag-tile:hover
{
  background: #E56E3A;
}

#content .tag-tile,
#content .tag-tile a
{
  color: #FFFFFF;
}


#content .multimedia,
#content .multimedia img{
  max-width: 100%;
  height: auto;
}



#contentWrapper
{
  background-color: #DBEBEF;
  background-image: url('/prd.rv/gx/ZkafrnzKqB.jpeg');
  background-size: cover;
  min-height: calc(100vh - 185px);
}


#contentWrapper .standardText
{
  background: #FFFFFF;
  border-radius: 5px;
  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 span
{
  display: block;
  float: left;
  width: 10em;
}

.login label input
{
  width: 100%;
}

.login span.warning
{
  color: #DB0000;
}

.login form .elements
{
  margin-top: 15px;
}

fieldset legend
{
  color: #404040;
  font-weight: normal !important;
}

textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
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 #6DB5CA;
  border-radius: 0px;
  box-shadow: none;
  color: #404040;
  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="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: #E56E3A;
  outline: 0;
  box-shadow: none;
}

input::placeholder
{
  color: #C8CACC;
}

input[disabled="disabled"],
input[readonly="readonly"]
{
  opacity: 0.7;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control
{
  background-color: inherit;
  border-color: #E6E7E8;
}

input[type="checkbox"],
input[type="radio"]
{
  margin: 3px;
  vertical-align: middle;
}


form .dmUpload input[type="text"],
form .dmUpload select,
form .dmUpload textarea
{
  background-color: #E6E7E8;
}


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: #4E1A6A;
}


#content form .radioButtonBig .radio label{
}
form .radioButtonBig .radio label{
  display: block;
  cursor: pointer;
  border: 1px solid #E56E3A;
  color: #FFFFFF;
  background-color: #E56E3A;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
}
  form .radioButtonBig .radio label.selected{
    background-color: #FFFFFF;
    color: #E56E3A;
  }


form .radioButtonBig .radio label input{
  position: absolute;
  top: 0px;
  visibility: hidden;
}

form .radioButtonBig .radio label.disabled{
  border: 1px solid #C8CACC;
  color: #C8CACC;
  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: #E56E3A;
}

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: #4E1A6A;
  border: none;
  border-radius: 5px;
}

.buttons a.button {
  display: inline-block;
  margin-bottom: 3px;
}

#content .BBeditor .editbar button
{
  color: #FFFFFF;
  background: #4E1A6A;
  border-radius: 0;
  padding: 1px 10px 4px 10px;
}

button:hover,
button:active,
button:focus,
a.button:hover,
a.button:active,
a.button:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus
{
  background-color: #E56E3A;
}

button.toggled,
a.button.toggled,
input[type="button"].toggled,
input[type="submit"].toggled
{
  background: #4E1A6A;
}

button.navbar-toggle:hover,
button.navbar-toggle:active,
button.navbar-toggle:focus
{
  background-color: transparent;
}

a.button:hover
{
  text-decoration: none;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled
{
  cursor: default;
  background: #E6E7E8;
  position: relative;
  top: 0 !important;
}


.fancybox-button
{
  color: #FFFFFF !important;
  background-color: #6DB5CA !important;
  opacity: 1;
  transition: none;
}
.fancybox-button:hover
{
  color: #FFFFFF !important;
  background-color: #E56E3A !important;
}

.autocomplete-suggestions
{
  background: #FFFFFF;
  border: none;
  box-shadow: 0 1px 4px #C8CACC;
  color: #404040;
  max-height: 284px !important;
}

.autocomplete-selected
{
  background: #E56E3A;
  color: #FFFFFF;
}

#content .standardText .pagination a
{
  color: #4E1A6A;
}

#content .standardText .pagination li.next a,
#content .standardText .pagination a.next,
#content .standardText .pagination li.previous a,
#content .standardText .pagination a.previous
{
  color: #E56E3A !important;
}

#content .standardText .pagination li.active a,
#content .standardText .pagination a.current
{
  background-color: #4E1A6A;
}

#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: #E56E3A;
}


table
{
  border: none;
  width: 100%;
}

.dataTables_wrapper table
{
  font-size: 1em;
}

table tr th
{
  background: transparent;
  border: none;
  border-bottom: 3px solid #E6E7E8;
}

table tr td
{
  border: none;
  border-bottom: 1px solid #E6E7E8;
}

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 .rails > h3
{
  display: none;
}


.weblettramrails .default .stops
{
  border-color: #6DB5CA !important;
}

.weblettramrails .default .stops .stop .details .begin
{
  background-color: #6DB5CA !important;
}

.weblettramrails .default .stops .stop .details .title
{
  display: block !important;
  padding-left: 1.4em !important;
  margin-top: -1.65em;
}

.weblettramrails .default .stops .stop .details .buttons
{
  margin-left: 1em;
}

.weblettramrails .default .stops .stop .details .buttons button
{
  margin: 3px 0 0 5px;
  white-space: nowrap;
}

.fancybox-content
{
  border-radius: 5px;
}



@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;
}


}

 .webletsimpleWeblet .multimedia{
  display: block;
  width: 100% !important;
}

.webletsimpleWeblet .multimedia img{
  margin: 0 auto;
  display: block;
}  

.webletsimpleWeblet .simpleText{
  position: relative;
}

.webletsimpleWeblet ul{
  margin: 0;
}

.webletsimpleWeblet ul li{
  display: block;
}  

.webletsimpleWeblet .hiddenLinks .hyperLinks{
  position: unset;
  float: unset;
}

.webletsimpleWeblet .hiddenLinks ul li a{
  display: block;
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
}

.webletsimpleWeblet .hiddenLinks ul li a .title{
  display: none;
}  

 .col-xs-12.auto{
    width: unset;
    float: none;
    display: inline-block;
}  

.popinEdit .webletEditMenu span.icon{
  text-align: center;
  display: block;
  font-size: 30px;
}

.webletEditMenu span.text{
} .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:#4E1A6A;
  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;
  }
}
.webletStyleryfwtfBsHmrCnrCrHEFOPC { 


}
.webletStyletzfwtfBsHmrCnrCrHEFOPE { 


}
@media print
{

}

