/* Generated by Novucura on: Wed, 10 Mar 2021 22:10:32 GMT */
﻿/*#region
******** Colors ***********/
/*#endregion*/
#MainLogoContainer span {
  background-repeat: no-repeat !important; }

#MainLogoContainer:after {
  display: none !important; }

@media print {
  body #MetaInfo {
    display: none; }
  body #MainMenu {
    display: none; }
  body #PageInner {
    background: none; }
  body .SubMenu {
    display: none; }
  body #BreadCrums {
    display: none; }
  body .inner {
    width: auto; }
  body #PageInner {
    min-height: 0;
    padding: 0;
    clear: none; }
  body #ContentContainer {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible; }
  body .Layout1_frame #zone1, body .Layout1_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout1_frame #zone2, body .Layout1_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout1_frame #zone3, body .Layout1_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout1_frame #zone4, body .Layout1_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout1_frame #zone5, body .Layout1_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout2_frame #zone1, body .Layout2_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout2_frame #zone2, body .Layout2_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout2_frame #zone3, body .Layout2_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout2_frame #zone4, body .Layout2_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout2_frame #zone5, body .Layout2_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout3_frame #zone1, body .Layout3_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout3_frame #zone2, body .Layout3_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout3_frame #zone3, body .Layout3_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout3_frame #zone4, body .Layout3_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout3_frame #zone5, body .Layout3_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout4_frame #zone1, body .Layout4_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout4_frame #zone2, body .Layout4_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout4_frame #zone3, body .Layout4_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout4_frame #zone4, body .Layout4_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout4_frame #zone5, body .Layout4_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout5_frame #zone1, body .Layout5_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout5_frame #zone2, body .Layout5_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout5_frame #zone3, body .Layout5_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout5_frame #zone4, body .Layout5_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout5_frame #zone5, body .Layout5_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout6_frame #zone1, body .Layout6_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout6_frame #zone2, body .Layout6_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout6_frame #zone3, body .Layout6_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout6_frame #zone4, body .Layout6_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout6_frame #zone5, body .Layout6_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout7_frame #zone1, body .Layout7_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout7_frame #zone2, body .Layout7_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout7_frame #zone3, body .Layout7_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout7_frame #zone4, body .Layout7_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout7_frame #zone5, body .Layout7_frame #zone5 .PartTitle table {
    width: auto !important; }
  body .Layout8_frame #zone1, body .Layout8_frame #zone1 .PartTitle table {
    width: auto !important; }
  body .Layout8_frame #zone2, body .Layout8_frame #zone2 .PartTitle table {
    width: auto !important; }
  body .Layout8_frame #zone3, body .Layout8_frame #zone3 .PartTitle table {
    width: auto !important; }
  body .Layout8_frame #zone4, body .Layout8_frame #zone4 .PartTitle table {
    width: auto !important; }
  body .Layout8_frame #zone5, body .Layout8_frame #zone5 .PartTitle table {
    width: auto !important; } }

#MetaInfo a {
  color: #3C89DF; }
  #MetaInfo a:hover {
    color: #7DC142; }

/*#region
******************** WaitBox ****************/
.overlay {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #353535; }

.wboverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.waitbox {
  position: relative;
  z-index: 32000;
  margin: 150px auto;
  width: 400px;
  padding: 10px;
  border: 4px solid #7a9fb1;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background-image: url(../BaseTheme/images/ajax-loader.gif);
  background-position: 50% 25px;
  background-repeat: no-repeat;
  height: 60px;
  padding-top: 110px; }

/*#endregion*/
/*#region
******************** Pages ********************************/
.Pages {
  background-color: #d5e6f8;
  border: 1px solid #4991e1;
  min-height: 625px;
  padding: 10px;
  margin-bottom: 10px; }
  .Pages .FormSendButton {
    background-color: #7DC142;
    color: #fff;
    height: 41px;
    border: 1px solid #7dc142;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    .Pages .FormSendButton:hover {
      background-color: #71b03a;
      background-image: none; }
  .Pages .FormView .FormControl {
    width: auto;
    float: left;
    width: 100%; }
    .Pages .FormView .FormControl > div {
      margin-right: 10px; }
    .Pages .FormView .FormControl .ParentPage {
      background-color: White; }
  .Pages .FormView .WideControl input {
    width: 550px; }
  .Pages .FormView .SmallControl input {
    width: 40px; }
  .Pages .PagesGenerateData {
    float: right;
    margin-right: 2%;
    margin-top: 52%; }
  .Pages .FormControl label {
    float: left;
    width: 300px; }
  .Pages .PagesOverview {
    background-color: White;
    width: 540px;
    border-style: inset;
    float: left;
    margin: 10px;
    overflow: auto;
    height: 500px; }
  .Pages .PagesOverviewNavigation {
    float: left;
    padding-left: 20px; }
  .Pages .PagesOverviewChanges {
    float: left;
    padding-left: 20px; }

.PagesOverview {
  background-color: White;
  width: 540px;
  border-style: inset;
  float: left;
  margin: 10px;
  overflow: auto; }

.PagesOverviewNavigation {
  float: left;
  padding-left: 20px; }

.PagesOverviewChanges {
  float: left;
  padding-left: 20px; }

/*#endregion*/
/*#region
******************** SimpleTabs ********************************/
.SimpleTabs {
  clear: both;
  display: block;
  overflow: auto;
  position: relative;
  z-index: 2; }
  .SimpleTabs ul {
    margin: 0 0 0 5px;
    padding: 0; }
  .SimpleTabs li {
    display: block;
    border: 1px solid #ddd;
    float: left;
    background-color: White;
    margin: 0 3px;
    padding: 0; }
    .SimpleTabs li a {
      display: block;
      height: 100%;
      text-decoration: none;
      font-weight: bold;
      color: #383838;
      padding: 5px 10px;
      font-size: 10px; }
      .SimpleTabs li a:hover {
        background-color: #f2f2f2; }
    .SimpleTabs li.selected {
      border-bottom: 1px solid #f2f2f2; }
      .SimpleTabs li.selected a {
        background-color: #f2f2f2; }

.SimpleTabsContent {
  position: absolute;
  border: 1px solid #ddd;
  z-index: 0;
  position: relative;
  top: -1px;
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px; }

/*#endregion*/
/*#region
******************** ColorBox Core Style ****************/
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5 !important; }

#cboxMiddleLeft {
  clear: left;
  display: none; }

#cboxBottomLeft {
  clear: left;
  display: none; }

#cboxContent {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: white; }

#cboxLoadedContent {
  overflow: hidden !important;
  margin: 26px; }
  #cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden; }

#cboxTitle {
  margin: 0;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  width: 100%;
  color: lightgray; }

#cboxLoadingOverlay {
  background: white; }

#cboxLoadingGraphic {
  background: url(../BaseTheme/images/ajax-loader.gif) center center no-repeat; }

#cboxPrevious {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 5px;
  background: url(../BaseTheme/images/colorbox_controls.png) -75px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: -75px -25px; }

#cboxNext {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../BaseTheme/images/colorbox_controls.png) -50px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: -50px -25px; }

#cboxClose {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5px;
  background: url(../BaseTheme/images/colorbox_controls.png) -25px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0 none; }
  #cboxClose:hover {
    background-position: -25px -25px; }

#cboxSlideshow {
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: deepskyblue; }

#cboxTopLeft {
  display: none; }

#cboxTopRight {
  display: none; }

#cboxBottomRight {
  display: none; }

#cboxMiddleRight {
  display: none; }

#cboxTopCenter {
  display: none; }

#cboxBottomCenter {
  display: none; }

#cboxCurrent {
  position: absolute;
  bottom: 3px;
  left: 58px;
  color: lightgray; }

/*#endregion*/
/*#region
******************** Novucura system - Webpart titlebar in edit modus ********************************/
.PartTitle {
  padding: 2px 0 2px 8px;
  background-color: #7a9fb1;
  border-bottom: 1px solid lightslategrey;
  color: white;
  font-weight: bold; }
  .PartTitle table {
    table-layout: fixed; }
  .PartTitle td {
    width: 16px; }
  .PartTitle .WebPartMenuLabel {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: transparent url(../BaseTheme/images/webpartmenu_down.gif) no-repeat 0 50%;
    cursor: pointer; }
    .PartTitle .WebPartMenuLabel:hover {
      background: transparent url(../BaseTheme/images/webpartmenu_down_hover.gif) no-repeat 0 50%; }
    .PartTitle .WebPartMenuLabel span {
      display: none; }
  .PartTitle tr td:first-child {
    overflow: hidden;
    width: auto;
    text-overflow: ellipsis;
    padding-right: 5px; }
  .PartTitle.ui-draggable.ui-draggable-handle {
    width: auto !important; }
  .PartTitle.ui-draggable-dragging {
    display: block !important;
    width: 200px !important; }
    .PartTitle.ui-draggable-dragging table {
      display: block !important;
      width: 200px !important; }
  .PartTitle.ui-draggable > tbody > tr > td {
    padding: 1px 0; }

.SelectedPartChrome {
  border: 2px dashed #a5d47c;
  border-top: none;
  margin: -2px; }
  .SelectedPartChrome .PartTitle {
    background-color: #7DC142; }

/*#endregion*/
/*#region
******************** Novucura system - Drag webparts ********************************/
.webPartZoneClass {
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%; }
  .webPartZoneClass > table {
    width: 100%; }
    .webPartZoneClass > table > tbody > tr > td {
      padding: 1px 0; }
  .webPartZoneClass table {
    border-collapse: collapse;
    border-spacing: 0; }

.PartChrome table tbody tr > td {
  cursor: move; }

.droppable.ui-droppable.ui-state-active {
  display: block; }
  .droppable.ui-droppable.ui-state-active span {
    display: none; }

.droppable.ui-droppable.ui-state-hover {
  display: block;
  background-color: silver;
  border: 1px dashed black;
  height: 20px; }
  .droppable.ui-droppable.ui-state-hover span {
    display: block; }

.droppable.ui-droppable.ui-droppable-disabled {
  background-color: #7a9fb1; }

.droppable.ui-droppable.droppable span {
  display: none; }

.draggable.dragging tbody tr td table tbody tr td div {
  display: none !important; }

tbody tr td table tbody tr td .PartTitle.ui-draggable-dragging {
  display: block !important;
  width: 200px !important; }

/*#endregion*/
/*#region
******************** Novucura system - Standard grid view ********************************/
/********************************************************
    The following rules are the styles that are the standards for the gridview
 *******************************************************/
.StandardGridView {
  border: 1px solid #d4d4d4; }
  .StandardGridView td {
    padding: 5px;
    border-right: 1px dashed #d4d4d4; }
    .StandardGridView td .PackageName {
      border-left: 1px dashed #d4d4d4; }
  .StandardGridView .odd {
    background-color: #d9dfe6;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    color: #000; }
    .StandardGridView .odd .DeleteItem a span {
      color: #000; }
  .StandardGridView .header th {
    background-color: #E8ECF0;
    padding: 8px;
    border-bottom: 2px solid #d4d4d4;
    border-right: 1px dashed #d4d4d4;
    border-top: 1px solid #d4d4d4; }
  .StandardGridView tr.pager {
    border-top: 1px solid #E8ECF0; }
  .StandardGridView .pager td {
    text-align: left;
    padding: 0; }
    .StandardGridView .pager td td {
      padding: 5px;
      border-right: 1px solid #E8ECF0; }
    .StandardGridView .pager td span {
      font-weight: bold; }

/*#endregion*/
/*#region
******************** Novucura system - Modal overlay dialog ********************************/
/********************************************************
    The following rules are the styles that are standards for the modal overlay dialog
 *******************************************************/
.ModalOverlay {
  background-color: white; }

.ModalDialogContent {
  display: none;
  color: #3c89df;
  overflow: hidden;
  font-size: 11px; }
  .ModalDialogContent .RequiredUserControl {
    background-color: #7a9fb1; }
  .ModalDialogContent input[type="hidden"] {
    display: none; }
  .ModalDialogContent a {
    color: lightcoral;
    text-decoration: none; }

.Dialog {
  width: 600px; }

.DialogHeader .DialogCloseLink {
  float: right;
  display: block;
  margin: 16px 35px 0 0;
  background-image: url(../BaseTheme/images/modal/modal_close_button.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  cursor: pointer; }
  .DialogHeader .DialogCloseLink span {
    display: none; }

.DialogFooter {
  background-image: url(../BaseTheme/images/modal/modal_bottomleft.png); }
  .DialogFooter > span {
    background-image: url(../BaseTheme/images/modal/modal_bottomright.png); }

.DialogHeaderTitle {
  float: left;
  margin-top: 16px;
  color: lightcoral;
  font-weight: bold;
  font-size: 11px;
  margin-left: -5px; }

.DialogContent {
  background-image: url(../BaseTheme/images/modal/modal_middleleft.png);
  width: 100%;
  background-repeat: repeat-y; }

.DialogInnerContent {
  margin-left: 35px;
  background-image: url(../BaseTheme/images/modal/modal_middleright.png);
  background-repeat: repeat-y;
  background-position: 100% 0;
  padding-right: 35px;
  padding-top: 12px; }

.ModalButton {
  display: block;
  padding-left: 26px;
  background-repeat: no-repeat;
  height: 29px;
  color: lightcoral;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin: 5px 10px 0 0;
  cursor: pointer; }
  .ModalButton:hover {
    color: lightcoral;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold; }
  .ModalButton.Create {
    background-image: url(../BaseTheme/images/modal/buttons/create_button_left.png); }
  .ModalButton.Back {
    background-image: url(../BaseTheme/images/modal/buttons/back_button_left.png); }
  .ModalButton.Forward {
    background-image: url(../BaseTheme/images/modal/buttons/forward_button_left.png); }
  .ModalButton.Update {
    background-image: url(../BaseTheme/images/modal/buttons/update_button_left.png); }
  .ModalButton span {
    display: block;
    background-image: url(../BaseTheme/images/modal/buttons/standard_button_right.png);
    background-position: 100% 0;
    padding-right: 9px;
    background-repeat: no-repeat;
    height: 22px;
    padding-top: 7px;
    padding-left: 7px;
    float: left; }

.ModalImageButton {
  width: 20px;
  height: 20px;
  display: block; }
  .ModalImageButton span {
    display: none; }
  .ModalImageButton.Update {
    background-image: url(../BaseTheme/images/modal/buttons/update_button.png); }
  .ModalImageButton.Delete {
    background-image: url(../BaseTheme/images/modal/buttons/delete_button.png); }

.ModalGridView {
  border: 1.5px solid lightgray;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin: 5px 0;
  width: 100%; }
  .ModalGridView td {
    padding: 5px;
    border-right: 1px dashed lightgray;
    vertical-align: middle; }
  .ModalGridView .odd {
    background-color: silver;
    border-top: 1px solid #7a9fb1;
    border-bottom: 1px solid #7a9fb1; }
  .ModalGridView .Disabled {
    background-color: lightcoral; }
  .ModalGridView .header th {
    background-color: #ecf5f5;
    padding: 8px;
    border-bottom: 2px solid #7a9fb1;
    border-right: 1px dashed #7a9fb1;
    border-top: 1px solid #7a9fb1; }
  .ModalGridView tr.pager {
    border-top: 1px solid #7a9fb1; }
  .ModalGridView .pager td {
    text-align: left;
    padding: 0; }
    .ModalGridView .pager td td {
      padding: 5px;
      border-right: 1px solid #7a9fb1; }
    .ModalGridView .pager td span {
      font-weight: bold; }

.DialogHeader, .DialogFooter {
  width: 100%;
  background-image: url(../BaseTheme/images/modal/modal_topleft.png);
  background-repeat: no-repeat;
  height: 35px; }

.DialogHeader .DialogInnerHeader, .DialogFooter > span {
  display: block;
  height: 35px;
  background-image: url(../BaseTheme/images/modal/modal_topright.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin-left: 35px; }

/*#endregion*/
/*#region
******************** Novucura system - Popout by username ********************************/
.PopoutMenuUser {
  position: absolute;
  display: none;
  border: 1px solid #303030;
  background-color: #eef6f6;
  z-index: 32000;
  min-width: 160px;
  margin-left: -160px; }
  .PopoutMenuUser span {
    display: block;
    padding: 5px; }
  .PopoutMenuUser > span {
    display: none; }
  .PopoutMenuUser a {
    color: #3C89DF; }
    .PopoutMenuUser a:hover {
      color: #7DC142; }
  .PopoutMenuUser .SelectedTab a {
    color: #7DC142; }

/*#endregion*/
/*#region
******************** Novucura system - FloatingWebPartMenu ********************************/
#FloatingWebPartMenu {
  position: fixed;
  top: 0;
  left: 10px;
  padding: 5px;
  width: 10px;
  color: White;
  z-index: 9999; }
  #FloatingWebPartMenu a.WebPartMenuItem {
    padding: 5px 10px 5px 20px;
    display: block;
    color: black;
    border-bottom: 1px dashed black;
    background: transparent url(../BaseTheme/images/pointer_left_secondary.gif) no-repeat 7px center;
    font-weight: normal;
    text-decoration: none; }
    #FloatingWebPartMenu a.WebPartMenuItem:hover {
      background-color: #7DC142;
      text-decoration: none;
      color: white; }
  #FloatingWebPartMenu a.WebPartMenuItemSelected {
    font-weight: bold; }
  #FloatingWebPartMenu a.WebPartMenuMainItem {
    display: block;
    height: 15px;
    min-width: 5px;
    _width: 1px;
    padding-left: 15px;
    font-weight: normal;
    background: transparent url(../BaseTheme/images/pointer_left.gif) left center no-repeat;
    text-decoration: none;
    color: black; }
  #FloatingWebPartMenu div.WebPartMenu {
    margin-left: 5px;
    border: 1px solid black;
    z-index: 32000 !important; }

/*#endregion*/
/*#region
******************** Novucura system - CookieLaw ********************************/
.AskCookieLawPermission {
  position: absolute;
  top: 0;
  z-index: 99999;
  background: url(../BaseTheme/images/cookies/bgCookieMessage.png);
  height: 180px; }

.AskCookieLawPermissionInner {
  margin: 0 auto;
  width: 700px;
  padding-top: 30px;
  text-align: center;
  background: url(../BaseTheme/images/cookies/cookie_large.png) no-repeat center left;
  padding-left: 106px; }

.PermissionText {
  display: inline-block; }

.btnCookiesGroup {
  text-align: center; }

.btnCookies {
  display: inline-block;
  margin: 10px 5px;
  border: 1px solid #7a9fb1;
  border-radius: 5px;
  padding: 4px 7px;
  cursor: pointer; }

.ResetAcceptedCookieLawPermission {
  position: fixed;
  bottom: 0;
  right: 0; }
  .ResetAcceptedCookieLawPermission input {
    font-size: 9px;
    vertical-align: bottom;
    background-image: url(../BaseTheme/images/cookies/cookie-small.png);
    width: 40px;
    height: 40px; }
    .ResetAcceptedCookieLawPermission input:hover {
      background-image: url(../BaseTheme/images/cookies/cookie-flip-red-small.png); }

.ResetDeniedCookieLawPermission {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .ResetDeniedCookieLawPermission input {
    font-size: 9px;
    vertical-align: bottom;
    background-image: url(../BaseTheme/images/cookies/cookie-textEN.png);
    width: 80px;
    height: 80px; }
    .ResetDeniedCookieLawPermission input.NL {
      background-image: url(../BaseTheme/images/cookies/cookie-textNL.png); }
      .ResetDeniedCookieLawPermission input.NL:hover {
        background-image: url(../BaseTheme/images/cookies/cookie-flip-green-textNL.png); }
    .ResetDeniedCookieLawPermission input:hover {
      background-image: url(../BaseTheme/images/cookies/cookie-flip-green-textEN.png); }

input.AcceptCookies {
  background-color: #7a9fb1;
  color: White; }
  input.AcceptCookies:hover {
    box-shadow: 1px 1px 1px #888; }

input.DenyCookies {
  border: 1px solid lightgray; }
  input.DenyCookies:hover {
    box-shadow: 1px 1px 1px #888; }

.AskCookieLawPermission, .WebpartAskCookieLawPermission {
  width: 100%;
  background-color: #f5f5f5;
  color: lightgray;
  border-bottom: 2px solid Silver;
  margin-bottom: 10px; }

.ResetAcceptedCookieLawPermission .btnCookies, .ResetDeniedCookieLawPermission .btnCookies {
  background-color: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  color: transparent; }

/*#endregion*/
/*#region
******************** NewsAdmin ********************************/
.NewsAdmin {
  margin: 10px;
  border: 1px solid #7dc142;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  width: 95%;
  overflow: hidden; }
  .NewsAdmin .Rss {
    text-align: right;
    height: 18px; }
  .NewsAdmin .NewsItem {
    border-bottom: 1px dashed #cccccc;
    display: block;
    padding: 5px;
    overflow: visible;
    clear: both;
    position: relative;
    float: left;
    width: 98%; }
    .NewsAdmin .NewsItem .edit {
      background-image: url(../BaseTheme/images/file_edit.png); }
      .NewsAdmin .NewsItem .edit:hover {
        opacity: 1; }
      .NewsAdmin .NewsItem .edit span {
        display: none; }
    .NewsAdmin .NewsItem .remove {
      background-image: url(../BaseTheme/images/trash.png); }
      .NewsAdmin .NewsItem .remove:hover {
        opacity: 1; }
      .NewsAdmin .NewsItem .remove span {
        display: none; }
  .NewsAdmin .NewsEdit {
    position: absolute;
    bottom: 10px;
    right: 0; }
  .NewsAdmin .NewsError {
    background-color: #df7d82;
    font-weight: bold;
    border: 1px solid #ff0000;
    padding: 4px;
    color: #ff0000;
    margin-bottom: 10px; }
  .NewsAdmin .NewsDisplayDate {
    float: left;
    margin-right: 10px; }
  .NewsAdmin .FormSendButton {
    background-color: #7DC142;
    color: white;
    height: 41px;
    border: 1px solid lightgray;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    width: auto;
    margin-top: 20px;
    margin: 10px; }
    .NewsAdmin .FormSendButton:hover {
      background-color: #71b03a;
      background-image: none; }
  .NewsAdmin .FormCancelButton {
    background-color: #7DC142;
    color: white;
    border: 1px solid lightgray;
    height: 41px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    width: auto;
    margin-top: 20px;
    text-align: center;
    margin: 10px; }
    .NewsAdmin .FormCancelButton:hover {
      background-color: #71b03a; }
  .NewsAdmin .FormControl {
    padding: 2px;
    width: 100%; }
    .NewsAdmin .FormControl Label {
      display: block;
      float: left;
      margin-bottom: auto;
      width: 25%;
      text-align: left;
      padding-right: 15px; }
    .NewsAdmin .FormControl textarea {
      width: 70%; }
    .NewsAdmin .FormControl > input {
      width: 70%; }
  .NewsAdmin .Buttons {
    text-align: center; }
  .NewsAdmin .InsertItem {
    background: none repeat scroll 0 0 #d5e6f8;
    border: 1px solid #3c89df;
    border-radius: 15px 15px 15px 15px;
    left: 29%;
    padding: 20px;
    position: fixed;
    top: 249px;
    width: 615px;
    z-index: 5000; }
  .NewsAdmin .InsertNews {
    float: right;
    display: block; }
  .NewsAdmin .FormCloseButton {
    background-image: url(../BaseTheme/WebParts/News/images/close_half_opacity.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 18px; }
  .NewsAdmin .FormNewItem {
    border: 1px none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
    padding: 1px 0 2px;
    white-space: nowrap; }
  .NewsAdmin .NewsKeyWords {
    margin-top: 10px; }
  .NewsAdmin .KeyWordHelper {
    display: inline; }
  .NewsAdmin .TagsLink {
    margin-left: 6px; }
  .NewsAdmin .PagingContainer {
    float: left; }
    .NewsAdmin .PagingContainer .PagingButton {
      border: 1px solid;
      cursor: pointer;
      font-family: Arial;
      color: #ffffff;
      font-size: 13px;
      background: #a0a0a0;
      padding: 5px;
      margin: 10px 5px 10px 0;
      text-decoration: none; }
      .NewsAdmin .PagingContainer .PagingButton:hover {
        background: #a0a0a0; }
    .NewsAdmin .PagingContainer .ActivePagingButton {
      background: #7dc142; }
  .NewsAdmin .NewsListDate {
    float: left;
    margin-right: 10px; }
  .NewsAdmin .NewsListDate2 {
    float: left; }
    .NewsAdmin .NewsListDate2 > span {
      margin-left: 10px; }
  .NewsAdmin .NewsDataAuthor {
    width: 100%;
    float: left;
    margin-bottom: 5px; }
  .NewsAdmin .NewsImage {
    border: 2px none;
    float: left;
    height: 120px;
    margin-right: 10px;
    margin-top: 15px;
    width: 90px; }
  .NewsAdmin .NewsContainer {
    float: left;
    width: 84%; }
  .NewsAdmin .NewsSummary {
    float: left;
    margin: 0;
    width: 100%; }
  .NewsAdmin .NewsTitle {
    overflow: hidden;
    width: 93%;
    float: left;
    margin-bottom: 6px; }
    .NewsAdmin .NewsTitle > h2 {
      margin-top: 6px; }
  .NewsAdmin .NewsListAuthor {
    display: inline-block; }
  .NewsAdmin .RelatedArticles {
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff; }
    .NewsAdmin .RelatedArticles .NewsContainer {
      width: auto;
      min-width: 0; }
  .NewsAdmin .News .NewsListDate {
    float: left;
    margin-right: 10px; }
  .NewsAdmin .NewsKeyWords span {
    float: left; }

.NewsAdmin .Rss a, .NewsAdmin .Rss a:hover {
  line-height: 18px;
  padding: 18px 0 0 18px;
  background-position: left bottom;
  background-image: url(../BaseTheme/images/rss_icon.png);
  background-repeat: no-repeat;
  color: #7DC142;
  text-decoration: none; }

.NewsAdmin .NewsItem .edit, .NewsAdmin .NewsItem .remove {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 20px 0;
  opacity: 0.5; }

/*#endregion*/
/*#region
******************** Upload ********************************/
.UploadGridView {
  margin-bottom: 10px; }
  .UploadGridView td {
    border-right: 1px dashed #ddd;
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #d2e7e7; }
  .UploadGridView .alternateRow {
    background-color: #f2f2f2; }

.custom-file-upload {
  padding: 6px 12px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #5CB85C;
  width: 200px; }
  .custom-file-upload:hover, .custom-file-upload:focus, .custom-file-upload:active {
    color: #FFFFFF;
    background-color: #4C8F4C;
    border-color: #4CAE4C; }

.UploadLabel {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  width: 210px;
  float: left;
  display: block;
  padding-top: 1px;
  margin-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px; }

/*#endregion*/
/*#region
******************** siteSettings ********************************/
.SiteSettings {
  margin-bottom: 10px; }
  .SiteSettings .EditControl {
    background: transparent url(../BaseTheme/images/file_edit.png) no-repeat 50% 50%; }
    .SiteSettings .EditControl span {
      visibility: hidden; }
  .SiteSettings .FormSendButton {
    background-color: #7DC142;
    color: #ffffff;
    height: 41px;
    border: 1px solid #a5d47c;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
    .SiteSettings .FormSendButton:hover {
      background-color: #71b03a;
      background-image: none; }
  .SiteSettings .SiteSettingsPages {
    background-color: #d5e6f8;
    border: 1px solid #4991e1;
    min-height: 625px;
    padding: 10px;
    margin-bottom: 10px; }
    .SiteSettings .SiteSettingsPages .PagesOverview {
      background-color: #ffffff;
      width: 540px;
      border-style: inset;
      float: left;
      margin: 10px;
      overflow: auto; }
  .SiteSettings .even {
    background: linear-gradient(white 10%, #EFEFEF 80%); }
  .SiteSettings .odd {
    background: linear-gradient(white 10%, #EFEFEF 80%); }
  .SiteSettings .EditItem a {
    text-decoration: none; }
  .SiteSettings .header th {
    background-color: #d5e6f8; }

/*#endregion*/
/*#region
******************** SharedContentsEditor ********************************/
.SharedContentsEditor .FailedToInsert {
  background-color: #df7d82;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 4px;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 10px; }

.SharedContentsEditor .ContainerSharedContentEditor {
  margin-top: 2%; }

.SharedContentsEditor .FormControl {
  padding: 2px;
  width: 100%;
  margin-bottom: 2%; }
  .SharedContentsEditor .FormControl label {
    display: block;
    float: left;
    width: 5%; }
  .SharedContentsEditor .FormControl > input {
    width: 25%; }

.SharedContentsEditor .edit {
  background-image: url(../BaseTheme/images/file_edit.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 0 0;
  opacity: 0.5; }
  .SharedContentsEditor .edit:hover {
    opacity: 1; }
  .SharedContentsEditor .edit span {
    display: none; }

.SharedContentsEditor .delete {
  background-image: url(../BaseTheme/images/trash.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 0 0;
  opacity: 0.5; }
  .SharedContentsEditor .delete:hover {
    opacity: 1; }
  .SharedContentsEditor .delete span {
    display: none; }

.SharedContentsEditor .FormSendButton {
  background-color: #7DC142;
  color: #ffffff;
  height: 41px;
  border: 1px solid #a5d47c;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  .SharedContentsEditor .FormSendButton:hover {
    background-color: #71b03a;
    background-image: none; }

/*#endregion*/
/*#region
******************** UsersAdmin ********************************/
.UsersAdmin input[type="submit"] {
  background-color: #7DC142;
  color: #ffffff;
  border: 1px solid #a5d47c;
  font-size: 15px;
  font-weight: bold;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  .UsersAdmin input[type="submit"]:hover {
    background-color: #71b03a;
    background-image: none; }

.UsersAdmin .BigAdminButton {
  height: 41px; }

.UsersAdmin .UserAdminFilter input[type=text] {
  min-width: initial;
  width: 257px; }

.UsersAdmin .pre-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  max-width: 200px; }

.UsersAdmin .odd > td {
  max-width: 200px;
  overflow: hidden; }

.UsersAdmin .even > td {
  max-width: 200px;
  overflow: hidden; }

.UsersAdmin #ctl00_ctl00_ctl00_cphWebPartMenu_wpmWebPartManager_gwpUsersAdmin1_UsersAdmin1_fvwUserDetails tbody tr td table tbody td {
  max-width: 200px; }

/*#endregion*/
/*#region
******************** EditorZone ********************************/
.default_html {
  overflow: hidden; }
  .default_html body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; }

#ContentContainer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

#EditorZone {
  color: #000;
  height: 100%;
  width: 300px;
  background-color: #f5f5f5;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  z-index: 10000;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  border-top: #a0a0a0 solid 2px; }
  #EditorZone .Title {
    background-color: #7a9fb1;
    color: #ffffff;
    letter-spacing: 2px;
    height: 95px;
    background-repeat: repeat-x; }
    #EditorZone .Title a {
      display: block;
      position: absolute;
      right: 5px;
      top: 5px;
      height: 16px;
      width: 16px;
      background-image: url(../BaseTheme/images/close_half_opacity.png);
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      #EditorZone .Title a:hover {
        background-image: url(../BaseTheme/images/close_full_opacity.png); }
      #EditorZone .Title a span {
        display: none; }
    #EditorZone .Title h1 {
      background-image: url(../BaseTheme/images/title.png);
      background-repeat: no-repeat;
      height: 100px;
      width: 200px;
      padding: 0;
      margin: 0 auto 0 auto; }
      #EditorZone .Title h1 span {
        display: none; }
  #EditorZone .Body {
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 2px solid #7a9fb1; }
    #EditorZone .Body .Page {
      padding: 10px;
      float: left;
      clear: both;
      background-repeat: repeat-x;
      min-width: 300px;
      border-top: #a0a0a0 solid 1px;
      position: relative; }
      #EditorZone .Body .Page > div {
        visibility: hidden;
        display: none; }
      #EditorZone .Body .Page::before {
        background: linear-gradient(white 10%, #EFEFEF 80%);
        position: absolute;
        height: 45px;
        content: " ";
        width: 100%;
        margin-left: -10px;
        margin-top: -10px;
        z-index: -1; }
      #EditorZone .Body .Page h2 {
        font-size: 13px;
        margin: 0;
        padding: 5px;
        cursor: pointer;
        color: #000;
        background-repeat: no-repeat;
        padding-left: 15px;
        background-position: 0 50%;
        font-weight: bold; }
        #EditorZone .Body .Page h2.expanded {
          background-image: url(../BaseTheme/images/page_down_arrow.png);
          color: #000; }
        #EditorZone .Body .Page h2.collapsed {
          background-image: url(../BaseTheme/images/page_right_arrow.png);
          color: #000; }
      #EditorZone .Body .Page table {
        margin-top: 20px; }
      #EditorZone .Body .Page span.EditUIStyle div span div span {
        display: inline-block;
        height: 22px;
        width: 80px;
        text-transform: capitalize; }
      #EditorZone .Body .Page span.EditUIStyle div span div input[type="checkbox"] {
        margin-right: 10px; }
  #EditorZone .Confirmation {
    height: 32px;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    background-color: #7a9fb1; }
    #EditorZone .Confirmation a {
      display: block;
      color: #ffffff;
      height: 32px;
      float: left;
      padding: 9px 15px 10px;
      text-decoration: none;
      border-right: 1px dotted #d2e7e7; }
      #EditorZone .Confirmation a:hover {
        background-color: #6a93a8; }
  #EditorZone .Layout {
    width: 134px;
    height: 67px;
    border: 1px dotted #ddd;
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-color: #eef6f6;
    float: left;
    cursor: pointer;
    background-position: 0 50%;
    padding-left: 65px;
    font-size: 80%; }
  #EditorZone .LayoutSelected {
    width: 134px;
    height: 67px;
    border: 3px solid #ddd;
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-color: #eef6f6;
    float: left;
    cursor: pointer;
    background-position: 0 50%;
    padding-left: 65px;
    font-size: 80%;
    font-weight: bold; }
  #EditorZone .PageControls {
    margin-top: 15px;
    clear: both; }
  #EditorZone .FormControl {
    white-space: nowrap;
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #ddd; }
    #EditorZone .FormControl label {
      margin-bottom: 0; }
    #EditorZone .FormControl Textarea {
      display: block;
      width: 300px;
      overflow: auto;
      padding: 2px;
      clear: both; }
  #EditorZone .None {
    background-image: url(../BaseTheme/images/none_small.png); }
  #EditorZone button, #EditorZone input, #EditorZone select, #EditorZone textarea {
    color: black; }

/*#endregion*/
/*#region
******************** CreateUser ********************************/
.CreateUser {
  width: 100%;
  margin-bottom: 10px; }
  .CreateUser .Confirm {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    text-align: center;
    background-color: #71b03a; }

.CreateUserFailure {
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid 1px solid #cccccc;
  text-align: center; }

/*#endregion*/
/*#region
******************** BlogAuthor ********************************/
.BlogAuthor .ContainerEmpty {
  float: none; }

.BlogAuthor .ContainerInsertButton {
  float: none;
  margin-top: 30px; }

.BlogAuthor .Error {
  background-color: #ff0000;
  color: #df7d82;
  padding: 8px 10px;
  width: 475px;
  border: 1px solid #ff0000;
  clear: both;
  border-right: none;
  border-left: none; }

.BlogAuthor .Buttons {
  margin-top: 20px; }
  .BlogAuthor .Buttons .ContainerErrorLabel {
    margin-bottom: 25px; }

.BlogAuthor .edit {
  background-image: url(../BaseTheme/images/file_edit.png); }
  .BlogAuthor .edit:hover {
    opacity: 1; }
  .BlogAuthor .edit span {
    display: none; }

.BlogAuthor .remove {
  background-image: url(../BaseTheme/images/trash.png);
  margin-left: 36px; }
  .BlogAuthor .remove:hover {
    opacity: 1; }
  .BlogAuthor .remove span {
    display: none; }

.BlogAuthor .FormControl {
  padding: 2px;
  width: 100%;
  margin-bottom: 5px; }
  .BlogAuthor .FormControl input[type=submit] {
    width: 15%; }
  .BlogAuthor .FormControl input[type=text] {
    width: 30%; }
  .BlogAuthor .FormControl > span {
    display: block;
    float: left;
    width: 25%; }
  .BlogAuthor .FormControl Label {
    display: block;
    float: left;
    margin-bottom: auto;
    width: 25%;
    text-align: left;
    padding-right: 15px; }

.BlogAuthor .EditForm {
  margin-top: 40px; }

.BlogAuthor .ImageContainer {
  float: right;
  margin-right: 25%;
  margin-top: -15px;
  border: 2px none;
  height: 120px;
  width: 90px; }

.BlogAuthor .EditControl {
  background: transparent url(../BaseTheme/images/file_edit.png) no-repeat 50% 50%; }
  .BlogAuthor .EditControl span {
    visibility: hidden; }

.BlogAuthor .FormSendButton {
  background-color: #7DC142;
  color: #ffffff;
  height: 41px;
  border: 1px solid #a5d47c;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  .BlogAuthor .FormSendButton:hover {
    background-color: #71b03a;
    background-image: none; }

.BlogAuthor .SiteSettingsPages {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  min-height: 625px;
  padding: 10px;
  margin-bottom: 10px; }
  .BlogAuthor .SiteSettingsPages .PagesOverview {
    background-color: #ffffff;
    width: 540px;
    border-style: inset;
    float: left;
    margin: 10px;
    overflow: auto;
    max-height: 590px; }

.BlogAuthor .even {
  background-color: #ffffff; }

.BlogAuthor .odd {
  background-color: #d4d4d4; }

.BlogAuthor .EditItem a {
  text-decoration: none; }

.BlogAuthor .header th {
  background-color: #d4d4d4; }

.BlogAuthor .edit, .BlogAuthor .remove {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 0 0;
  opacity: 0.5;
  margin-left: 30px; }

/*#endregion*/
/*#region
******************** AdvancedSettings ********************************/
.scrollContainer {
  overflow: auto; }

.AdvancedSettings .EditRow {
  background-color: #7DC142; }
  .AdvancedSettings .EditRow input[type=text], .AdvancedSettings .EditRow input[type=number] {
    background-color: #7DC142; }

.AdvancedSettings tr input[type=text], .AdvancedSettings tr input[type=number] {
  min-width: 150px;
  width: 100%; }

.AdvancedSettings th {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.AdvancedSettings .error {
  background-color: #df7d82; }

.AdvancedSettings .RQValidator {
  display: none; }

.AdvancedSettings .currentTable {
  margin-top: 10px; }

/*#endregion*/
/*#region
******************** Default form settings ********************************/
.FormView {
  position: relative; }
  .FormView input {
    background-color: white;
    border: 1px solid #e8e8e8 !important;
    padding: 8px 8px 12px 8px;
    margin-left: 42px;
    resize: none;
    box-shadow: inset -1px -9px 2px -4px #e8e8e8;
    border-bottom: 0; }
    .FormView input[type=radio], .FormView input[type=checkbox] {
      box-shadow: none !important; }
  .FormView .FormControl {
    padding: 3px 0;
    padding-left: 3px; }
    .FormView .FormControl.NoBorderBottem {
      border-bottom: none; }
    .FormView .FormControl .FormControl {
      padding-left: 0; }
    .FormView .FormControl label {
      width: 175px;
      float: left;
      display: block;
      padding-top: 1px;
      margin-top: 3px;
      padding-right: 15px;
      padding-bottom: 3px; }
    .FormView .FormControl .LongLabel {
      padding: 15px 0 3px;
      border-bottom: 1px dashed #e8e8e8;
      margin-bottom: 3px; }
    .FormView .FormControl .WarningLabel {
      padding: 0 0 1px 0;
      margin-left: 234px;
      color: #ff0000;
      clear: both; }
    .FormView .FormControl .CurrentValue {
      padding-left: 6px; }
    .FormView .FormControl .FormRadioButton {
      background-color: transparent !important;
      margin-left: 4px;
      margin-top: 3px; }
      .FormView .FormControl .FormRadioButton label {
        float: none;
        display: inline;
        padding: 0 20px 0 5px;
        position: relative;
        font-weight: normal;
        top: -2px; }
      .FormView .FormControl .FormRadioButton input {
        margin: 0;
        padding: 0;
        border: 0; }
  .FormView h1 {
    margin-top: 20px;
    margin-bottom: 5px; }
  .FormView .Validation {
    clear: both;
    padding-left: 195px; }
    .FormView .Validation .ValidatorContent {
      background-color: white;
      font-weight: bold;
      border: 1px solid #ff0000;
      padding: 4px;
      float: left;
      margin-bottom: 2px;
      margin-top: 3px;
      white-space: nowrap;
      clear: both;
      position: absolute;
      left: 505px;
      bottom: 9px;
      color: #ff0000; }
  .FormView .Error {
    clear: both;
    display: block;
    background-color: white;
    border: 3px solid #ff0000;
    padding-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    margin-top: 3px; }
  .FormView .FormRadioButton td {
    padding: 6px 0 6px 42px; }

.RequestFormEmail.emailaanmelden input {
  padding-left: 24px; }

.FormControl p {
  margin: 12px 0; }

.FormControl div.Explanation {
  background-image: url("images/t_forminfo.gif");
  background-position: 100% 1px;
  background-repeat: no-repeat;
  margin-left: 175px;
  margin-top: 3px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute; }

.bpm-import .RequestFormEmail input {
  width: 200px;
  margin-left: 22px; }

.bpm-import .FormView .FormControl .Validation .ValidatorContent {
  width: auto;
  float: none;
  position: relative;
  top: 1px;
  left: 0;
  line-height: 4; }

/*#endregion*/
.FormView {
  text-align: left; }
  .FormView .FormControl .LongLabel {
    padding: 15px 0 3px;
    border-bottom: 1px dashed #486166;
    margin-bottom: 3px; }
  .FormView .FormControl .WarningLabel {
    padding: 0 0 1px 0;
    margin-left: 234px;
    color: #486166;
    clear: both; }
  .FormView .FormControl .CurrentValue {
    padding-left: 6px; }
  .FormView .FormControl .FormRadioButton {
    background-color: transparent !important;
    margin-left: 4px;
    margin-top: 3px; }
    .FormView .FormControl .FormRadioButton label {
      float: none;
      display: inline;
      padding: 0 20px 0 5px;
      position: relative;
      font-weight: normal;
      top: -2px; }
    .FormView .FormControl .FormRadioButton input {
      margin: 0;
      padding: 0;
      border: 0; }
  .FormView .Numeric {
    text-align: right; }
  .FormView .Percentage {
    text-align: right;
    border-right: none;
    padding-right: 2px; }
  .FormView .Money {
    text-align: right;
    border-left: none; }
  .FormView .CurrencySign {
    border-right: none;
    width: 10px;
    margin-right: -5px; }
  .FormView .PercentageSign {
    border-left: none;
    width: 13px;
    margin-left: -5px; }
  .FormView .HealthStatementLink {
    margin-left: 5px; }
  .FormView .Validation {
    clear: both;
    padding-left: 195px; }
    .FormView .Validation .ValidatorContent {
      background-color: white;
      font-weight: bold;
      border: 1px solid #ff0000;
      padding: 4px;
      float: left;
      margin-bottom: 2px;
      margin-top: 3px;
      white-space: nowrap;
      clear: both;
      color: #ff0000; }
  .FormView .Error {
    clear: both;
    display: block;
    background-color: #fde9ea;
    border: 3px solid #ff0000;
    padding-left: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    margin-top: 3px; }

.Relative .FormView .Validation .ValidatorContent {
  position: inherit; }

.RequestFormRegisterNewsletter .FormView {
  width: 36%; }

/*#region
******************** RequestFormText ********************************/
.RequestFormText .FormView a.Button3 {
  position: relative;
  color: white;
  background-color: #d20005;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }
  .RequestFormText .FormView a.Button3:hover {
    color: white;
    text-decoration: none;
    background-color: #ab0408;
    cursor: pointer; }
  .RequestFormText .FormView a.Button3:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid White;
    transform: rotate(-45deg); }

.RequestFormTextBox,
.RequestFormEmail {
  margin-top: 0 !important; }
  .RequestFormTextBox .FormView .IsRequired,
  .RequestFormEmail .FormView .IsRequired {
    background-color: white; }
  .RequestFormTextBox .FormView textarea,
  .RequestFormEmail .FormView textarea {
    background-color: white !important;
    border: 1px solid #e8e8e8 !important;
    padding: 8px 8px 12px 8px;
    margin-left: 24px;
    resize: none;
    box-shadow: inset -1px -9px 2px -4px #e8e8e8;
    border-bottom: 0; }
  .RequestFormTextBox .FormView input,
  .RequestFormEmail .FormView input {
    height: 40px;
    border: 1px solid #e8e8e8;
    margin-left: 24px;
    margin-bottom: -4px;
    padding: 0 0 4px 16px;
    box-shadow: inset -1px -9px 2px -4px #e8e8e8;
    width: 200px !important; }
  .RequestFormTextBox .FormView :disabled,
  .RequestFormEmail .FormView :disabled {
    background-color: rgba(200, 200, 200, 0.5) !important;
    border-color: rgba(200, 200, 200, 0.5) !important;
    cursor: not-allowed; }
  .RequestFormTextBox.InfoBox .FormView .FormControl label,
  .RequestFormEmail.InfoBox .FormView .FormControl label {
    display: none; }
  .RequestFormTextBox.textareabox input,
  .RequestFormEmail.textareabox input {
    height: 100px; }

/*#endregion*/
/*#region
******************** RequestFormCheckBoxList ********************************/
.RequestFormCheckBoxList .FormView {
  width: 630px; }
  .RequestFormCheckBoxList .FormView .FormControl label {
    width: 100%; }
  .RequestFormCheckBoxList .FormView .FormControl td input {
    clip: rect(0 0 0 0);
    position: absolute; }
    .RequestFormCheckBoxList .FormView .FormControl td input:checked::after {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      transform: rotate(-45deg); }
    .RequestFormCheckBoxList .FormView .FormControl td input:checked + label {
      opacity: 100;
      color: white;
      background-color: #f39200; }
  .RequestFormCheckBoxList .FormView .FormControl td label {
    background: #f39200;
    height: 58px;
    text-align: center;
    line-height: 50px;
    color: #333333;
    opacity: 0.3;
    cursor: pointer;
    width: 156px;
    font-size: 16px;
    font-weight: 100;
    padding-left: 4px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    margin-right: 1px;
    opacity: 100;
    box-shadow: inset -1px -9px 2px -4px #c9cacb;
    border-bottom: 0; }
    .RequestFormCheckBoxList .FormView .FormControl td label .IsRequired {
      background-color: #f8f8f8; }
  .RequestFormCheckBoxList .FormView .FormControl p {
    margin: 12px 0;
    width: 90%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px; }
  .RequestFormCheckBoxList .FormView .IsRequired {
    background-color: white; }

/*Resets the checkboxlist to the original checkbox format*/
.AlternativeCheckboxStyle .FormView .FormControl td input {
  float: left;
  margin-right: 10px;
  margin-top: 2.5%;
  position: relative; }
  .AlternativeCheckboxStyle .FormView .FormControl td input:checked::after {
    content: none; }
  .AlternativeCheckboxStyle .FormView .FormControl td input:checked + label {
    color: inherit;
    background-color: transparent; }

.AlternativeCheckboxStyle .FormView .FormControl td label {
  background: transparent;
  height: inherit;
  text-align: inherit;
  line-height: inherit;
  color: inherit;
  opacity: 1;
  width: inherit;
  font-size: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none; }

.AlternativeCheckboxStyle .FormView .FormControl label {
  width: 25%; }

/*#endregion*/
/*#region
******************** RequestFormButton ********************************/
.RequestFormButton .RequestFormButtonConfirm a {
  color: white;
  position: relative;
  background-color: #f39200;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }
  .RequestFormButton .RequestFormButtonConfirm a:after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-right: 2px solid White;
    border-bottom: 2px solid White;
    transform: rotate(-45deg); }
  .RequestFormButton .RequestFormButtonConfirm a:hover {
    background-color: #017a77; }

.RequestFormSendEmailButton a {
  color: white;
  position: relative;
  background-color: #f39200;
  padding: 6px 14px 6px 24px;
  border-radius: 4px;
  text-decoration: none; }
  .RequestFormSendEmailButton a:hover {
    background-color: #017a77;
    text-decoration: none; }
  .RequestFormSendEmailButton a:after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-right: 2px solid White;
    border-bottom: 2px solid White;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .RequestFormSendEmailButton a:visited, .RequestFormSendEmailButton a:link {
    color: white !important;
    text-decoration: none !important; }

.RequestFormSendEmailButton.button6 {
  margin-top: 10px;
  margin-left: 200px; }

/*#endregion*/
/*#region
******************** RequestFormDropdownList ********************************/
.RequestFormDropdownList .FormView select {
  background-color: white !important;
  border: 1px solid #e8e8e8;
  padding: 8px 8px 12px 8px;
  resize: none;
  -webkit-box-shadow: inset -1px -9px 2px -4px #e8e8e8;
  -moz-box-shadow: inset -1px -9px 2px -4px #e8e8e8;
  box-shadow: inset -1px -9px 2px -4px #e8e8e8;
  border-bottom: 0;
  /*margin-left: 40px;
    width: 298px;*/
  margin-left: 24px;
  width: 200px; }

/*#endregion*/
/*#region
******************** HTMLContent General tags ********************************/
#Page {
  position: relative;
  max-width: 100%;
  overflow: hidden; }

.BootstrapCarousel {
  font-size: 18px;
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */ }
  .BootstrapCarousel .BootstrapCarouselFullWidth {
    position: absolute;
    width: 100vw;
    left: 0; }
  .BootstrapCarousel h1 {
    font-size: 30px; }
  .BootstrapCarousel .HTMLContent .Button2 {
    position: relative;
    top: 20px;
    left: initial;
    margin-top: 10px; }
  .BootstrapCarousel .BootstrapCarouselheight {
    height: 300px;
    margin-bottom: 30px; }
  .BootstrapCarousel .carousel {
    height: 300px;
    margin-bottom: 40px; }
  .BootstrapCarousel .carousel-caption {
    z-index: 10; }
  .BootstrapCarousel .carousel .item {
    height: 300px;
    background-color: #777; }
  .BootstrapCarousel .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    max-height: 100%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
    left: 50%; }
  .BootstrapCarousel .carousel-indicatorsContainer {
    width: 100%;
    background: white; }
  .BootstrapCarousel .carousel .carousel-indicators li {
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 0;
    border: 0;
    position: relative; }
  .BootstrapCarousel .carousel .carousel-indicators li.active {
    text-decoration: underline; }
  .BootstrapCarousel .carousel .btn-primary {
    background-color: #00ADA8;
    background-image: none;
    border-color: #00ADA8;
    font-weight: bold; }
  .BootstrapCarousel .carousel-caption {
    margin: 0 -15px;
    text-align: left;
    position: relative;
    left: 50px;
    margin-top: 40px; }
  .BootstrapCarousel .carousel .btn-primary:hover {
    background-color: white;
    background-image: none;
    border-color: #00ADA8;
    color: #00ADA8; }
  .BootstrapCarousel .carousel .carousel-indicators li.active::after {
    content: " ";
    position: absolute;
    transform: rotate(45deg);
    background: white;
    width: 15px;
    height: 15px;
    top: -7px;
    left: 40%;
    border-radius: 3px; }
  .BootstrapCarousel .carousel .carousel-indicators {
    position: static;
    margin: 0 auto;
    width: 100%; }
    @media (max-width: 767px) {
      .BootstrapCarousel .carousel .carousel-indicators {
        margin-left: -2%; } }

@media (min-width: 1778px) {
  .BootstrapCarousel .carousel .item {
    height: 360px; }
  .BootstrapCarousel .carousel {
    height: 360px; }
  .BootstrapCarousel .BootstrapCarouselheight {
    height: 360px; } }

@media (max-width: 1080px) {
  .BootstrapCarousel .carousel-caption {
    left: 0px; }
  .BootstrapCarousel {
    font-size: 14px; }
    .BootstrapCarousel h1 {
      font-size: 20px; }
    .BootstrapCarousel .carousel .item {
      height: 220px; }
    .BootstrapCarousel .carousel {
      height: 220px; }
    .BootstrapCarousel .BootstrapCarouselheight {
      height: 220px; } }

@media (max-width: 767px) {
  .BootstrapCarousel .carousel-indicatorsContainer {
    display: none !important; }
  .BootstrapCarousel .BootstrapCarouselheight {
    margin-bottom: 0px; }
  .BootstrapCarousel .carousel .item {
    height: 200px; }
  .BootstrapCarousel .carousel {
    height: 200px; }
  .BootstrapCarousel .BootstrapCarouselheight {
    height: 200px; } }

.HTMLContent ul {
  list-style-type: none; }
  .HTMLContent ul li {
    position: relative; }
    .HTMLContent ul li:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: -20px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.HTMLContent input {
  height: 35px;
  border: 1px solid #e8e8e8;
  padding: 0 0 4px 16px;
  border-bottom: 0; }

/*#endregion*/
/*#region
******************** HTMLContent Buttons ********************************/
.HTMLContent.services-box .Button {
  font-size: 14px;
  color: white;
  background-color: #098986;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 24px;
  padding: 4px 14px 4px 20px;
  border-radius: 4px; }
  .HTMLContent.services-box .Button:hover {
    background-color: #017a77;
    text-decoration: none; }

.HTMLContent.services-box .Button::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid White;
  border-bottom: 2px solid White;
  transform: rotate(-45deg); }

.HTMLContent a.Button2:visited, .HTMLContent a.Button2:link {
  color: white; }

.HTMLContent a.Button3:visited, .HTMLContent a.Button3:link {
  color: white; }

.HTMLContent a.Button3:hover {
  background-color: #ab0408;
  color: white;
  text-decoration: none;
  cursor: pointer; }

.HTMLContent .Button2 {
  color: white;
  background-color: #f39200;
  position: absolute;
  bottom: 9px;
  left: 34px;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }
  .HTMLContent .Button2:after {
    border-color: white;
    top: 14px !important; }
  .HTMLContent .Button2:hover {
    background-color: #017a77;
    text-decoration: none; }
  .HTMLContent .Button2 a:link, .HTMLContent .Button2 a:visited, .HTMLContent .Button2 a:hover {
    color: white;
    text-decoration: none; }

.HTMLContent .Button3 {
  color: white;
  background-color: #d20005;
  position: relative;
  left: 0;
  bottom: 9px;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }
  .HTMLContent .Button3 a:link, .HTMLContent .Button3 a:visited {
    color: white;
    text-decoration: none; }
  .HTMLContent .Button3 a:hover {
    color: white;
    text-decoration: none; }
  .HTMLContent .Button3:hover {
    background-color: #ab0408; }

.HTMLContent .Button3::after {
  border-right: 2px solid white;
  border-bottom: 2px solid white; }

.HTMLContent .Button5:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #f39200;
  border-bottom: 2px solid #f39200;
  transform: rotate(135deg); }

.HTMLContent .twoBlock.Button2 {
  left: 66px;
  bottom: -6px; }

.HTMLContent.block3 .Button3 {
  padding: 4px 10px 7px 12px;
  bottom: -12px;
  left: 0; }
  .HTMLContent.block3 .Button3:after {
    display: none; }

.HTMLContent.klantcontact .Button2 {
  left: 48px;
  margin-bottom: 10px; }

.HTMLContent.faqbox .Button2 {
  margin-left: 13px;
  margin-bottom: 6px; }

.HTMLContent.expertise a.Button2 {
  position: relative; }

.HTMLContent .Button4:after, .ContactBox .Button4:after, .row.ContactBox .Button4:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #f39200;
  border-bottom: 2px solid #f39200;
  transform: rotate(-45deg); }

.HTMLContent .Button2::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg); }

.HTMLContent .Button4, .HTMLContent .Button5, .ContactBox .Button4, .row.ContactBox .Button4 {
  color: #f39200 !important;
  border: 1px solid #f39200;
  background-color: transparent;
  position: relative;
  left: 34px;
  padding: 4px 14px 4px 24px;
  border-radius: 4px; }

/*#endregion*/
/*#region
******************** HTMLContent Header Textbox ********************************/
.HTMLContent.header-textbox {
  border: 1px solid #e8e8e8;
  background-position: center top;
  border-top: 0;
  width: 120%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -10%;
  border-top: none; }
  .HTMLContent.header-textbox > div {
    background: url(/Upload/images/Default.jpg) no-repeat;
    border: 20px solid white;
    border-top: none;
    background-size: 100%;
    height: 100%;
    width: 100%; }
  .HTMLContent.header-textbox img {
    width: 100% !important;
    /*height: 100% !important;*/
    margin-top: -121px; }
  .HTMLContent.header-textbox div {
    width: 100%; }
  .HTMLContent.header-textbox p {
    width: 100%;
    margin: 0; }

.HTMLContent .HeaderText, .HTMLContent .header-textbox p.HeaderText, .header-textbox h1.HeaderText {
  font-weight: 600;
  font-size: 24px;
  padding-top: 16px;
  padding-left: 30px;
  text-align: left;
  color: white;
  width: 86% !important;
  height: 70px !important;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  left: 7%;
  position: absolute;
  bottom: 20px; }

/*#endregion*/
/*#region
******************** HTMLContent Services-box ********************************/
.HTMLContent.services-box {
  color: White;
  font-size: 14px;
  font-weight: 200;
  height: 200px;
  border: 10px solid white;
  padding: 24px; }
  .HTMLContent.services-box h2 {
    font-size: 22px;
    color: white;
    padding-bottom: 6px;
    font-weight: 700; }
  .HTMLContent.services-box.english {
    height: 250px; }

.HTMLContent.services-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: -11px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: white;
  transform: rotate(-45deg); }

/*#endregion*/
/*#region
******************** HTMLContent InfoBox ********************************/
.HTMLContent {
  margin-bottom: 20px; }
  .HTMLContent .InfoBoxRow {
    margin: 10px;
    height: 180px;
    padding: 20px 22px;
    float: left;
    width: 100%; }
    .HTMLContent .InfoBoxRow input {
      width: 92%;
      margin-bottom: 5px; }
    .HTMLContent .InfoBoxRow h4 {
      margin-top: -20px;
      margin-bottom: -12px; }
    .HTMLContent .InfoBoxRow .Button2 {
      padding: 6px 14px 6px 24px; }
  .HTMLContent.InfoBox {
    width: 72%;
    margin-top: 40px; }
    .HTMLContent.InfoBox p {
      margin-left: 0; }
    .HTMLContent.InfoBox ul {
      list-style-image: none;
      list-style-type: none;
      padding-left: 0; }
      .HTMLContent.InfoBox ul li {
        position: relative;
        margin-left: 25px; }
        .HTMLContent.InfoBox ul li:after {
          content: '';
          display: block;
          position: absolute;
          top: 5px;
          left: -20px;
          width: 10px;
          height: 10px;
          border-radius: 4px;
          background: #f39200;
          border-right: 1px solid #e8e8e8;
          border-bottom: 1px solid #e8e8e8;
          transform: rotate(45deg); }
    .HTMLContent.InfoBox h3 {
      padding-left: 0; }
      .HTMLContent.InfoBox h3 a {
        color: #333333 !important; }
        .HTMLContent.InfoBox h3 a:hover {
          text-decoration: none;
          color: #333333; }
    .HTMLContent.InfoBox table {
      width: 100%;
      color: #f39200; }
      .HTMLContent.InfoBox table a, .HTMLContent.InfoBox table a:link, .HTMLContent.InfoBox table a:visited {
        color: #f39200; }
      .HTMLContent.InfoBox table td {
        padding: 10px;
        border-spacing: 10px; }
      .HTMLContent.InfoBox table tr {
        border-bottom: 1px solid white; }
        .HTMLContent.InfoBox table tr:nth-child(even) {
          background-color: #dbf9f8; }
        .HTMLContent.InfoBox table tr:nth-child(odd) {
          background-color: #c3efee; }
    .HTMLContent.InfoBox .RowFAQ {
      width: 100%;
      border: 1px solid white;
      border-radius: 2px;
      padding: 10px 16px;
      box-shadow: 0 2px #c9cacb; }
    .HTMLContent.InfoBox .Collapsed {
      background-color: white;
      width: 101.4%;
      margin-top: -11px;
      margin-bottom: 0;
      z-index: 1; }
    .HTMLContent.InfoBox.full {
      width: 100%; }
    .HTMLContent.InfoBox.searchresults {
      width: 100%; }
    .HTMLContent.InfoBox a.Button2 {
      position: relative;
      left: 0;
      bottom: 0; }
    .HTMLContent.InfoBox a:link {
      color: #f39200; }
  .HTMLContent.InfoBoxDetail .Button2 {
    position: relative;
    margin-left: -35px; }
  .HTMLContent.InfoBoxDetail .Button3 {
    position: relative;
    margin-left: -6px;
    padding: 7px 10px 7px 25px; }
  .HTMLContent.InfoBoxDetail .Button3::after {
    top: 12px;
    left: 6px; }
  .HTMLContent.InfoBoxDetail h4 {
    font-size: 18px; }
  .HTMLContent .InfoBoxRow2 {
    width: 50%;
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    padding: 8px 10px 8px 30px;
    left: 0; }
  .HTMLContent li.InfoBoxRow2 {
    position: relative; }
    .HTMLContent li.InfoBoxRow2:after {
      top: 14px;
      left: 12px; }
  .HTMLContent.InfoBox.full img {
    margin-left: 40px; }

/*#endregion*/
/*#region
******************** HTMLContent twoBlock ********************************/
.HTMLContent.twoBlock {
  border: white solid 2px;
  margin-bottom: 40px;
  position: relative; }
  .HTMLContent.twoBlock > div {
    border: 1px solid #e8e8e8;
    padding: 30px;
    margin-bottom: 15px;
    width: 100%; }
  .HTMLContent.twoBlock.one {
    margin-right: 30px; }
    .HTMLContent.twoBlock.one > div {
      margin-top: 15px; }
  .HTMLContent.twoBlock input {
    margin-top: 4px;
    padding-bottom: 4px;
    width: 90%;
    height: 40px;
    border: 1px solid #e8e8e8;
    box-shadow: inset -1px -9px 2px -4px #c9cacb; }
  .HTMLContent.twoBlock.verkoop h3 {
    margin-top: -14px; }
  .HTMLContent.twoBlock.verkoop.normal {
    border-color: transparent;
    margin-bottom: 16px !important; }
    .HTMLContent.twoBlock.verkoop.normal > div {
      min-height: 180px; }
  .HTMLContent.twoBlock.verkoop > div {
    min-height: 300px;
    margin-top: 14px; }
  .HTMLContent.twoBlock h5 {
    font-size: 17px;
    margin-top: 20px; }
  .HTMLContent.twoBlock select {
    margin-top: 4px;
    padding: 8px 8px 12px 8px;
    width: 90%;
    border-color: #e8e8e8;
    box-shadow: inset -1px -9px 2px -4px #c9cacb; }
  .HTMLContent.twoBlock.klantcontact > div {
    max-height: 600px; }
  .HTMLContent.twoBlock.klantcontact.one > div {
    min-height: 698px; }
  .HTMLContent.twoBlock.verkoop::after {
    top: 47px; }
  .HTMLContent.twoBlock.kantoor {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    min-height: 230px; }
    .HTMLContent.twoBlock.kantoor > div {
      margin: 0;
      min-height: 200px; }
  .HTMLContent.twoBlock h3 {
    margin-bottom: 14px; }
  .HTMLContent.twoBlock h4 {
    font-size: 16px;
    font-weight: bold; }
  .HTMLContent.twoBlock p {
    margin-bottom: 14px; }
  .HTMLContent.twoBlock.cutWhite::after {
    background-color: white !important; }
  .HTMLContent.twoBlock.cutGreen::after {
    background-color: #f39200 !important; }
  .HTMLContent.twoBlock.cutGrey::after {
    background-color: #efefef !important; }
  .HTMLContent.twoBlock.actueel {
    width: 33%;
    height: 300px;
    margin-bottom: 60px; }
    .HTMLContent.twoBlock.actueel img {
      width: 35px;
      margin: 25px; }
    .HTMLContent.twoBlock.actueel p {
      font-size: 13px; }
    .HTMLContent.twoBlock.actueel > div {
      height: 332px;
      padding-bottom: 0; }
    .HTMLContent.twoBlock.actueel .Button2 {
      position: relative;
      left: 0; }
    .HTMLContent.twoBlock.actueel .socialrow {
      border: 1px solid #e8e8e8;
      padding-top: 10px;
      margin-left: -31px;
      margin-right: -31px;
      margin-bottom: -1px;
      height: 133px; }
  .HTMLContent.twoBlock .Button2 {
    position: relative;
    left: 0; }
    .HTMLContent.twoBlock .Button2:after {
      top: 12px;
      border-color: white !important; }
  .HTMLContent.twoBlock.one::after {
    top: 46px; }
  .HTMLContent.twoBlock.vacancies {
    border-color: transparent;
    margin-bottom: -50px; }
    .HTMLContent.twoBlock.vacancies > div {
      background-color: white;
      border-color: transparent;
      padding-bottom: 10px; }
    .HTMLContent.twoBlock.vacancies .Button2 {
      position: relative;
      left: 0;
      bottom: 0; }
    .HTMLContent.twoBlock.vacancies h4 {
      font-size: 20px; }
  .HTMLContent.twoBlock.vacancies::after {
    left: 5px;
    top: 31px;
    background-color: #efefef; }
  .HTMLContent.twoBlock.actualiteiten::after {
    background-color: #efefef; }
  .HTMLContent.twoBlock.actualiteiten {
    width: 49%;
    background-color: white;
    border-color: #efefef; }
    .HTMLContent.twoBlock.actualiteiten > div {
      border-color: white; }
    .HTMLContent.twoBlock.actualiteiten .Button2 {
      position: relative;
      left: 0;
      bottom: 0; }
  .HTMLContent.twoBlock.actueel::after {
    top: 50px;
    left: 7px; }
  .HTMLContent.twoBlock.search {
    border-color: transparent;
    margin-bottom: -40px; }
    .HTMLContent.twoBlock.search > div {
      background-color: white;
      border-color: transparent;
      padding-bottom: 10px;
      width: 100%; }
  .HTMLContent.twoBlock.search::after {
    left: 5px;
    top: 31px;
    background-color: #efefef; }
  .HTMLContent.twoBlock.minheightAutobedrijf > div {
    margin-top: 20px;
    min-height: 370px; }
  .HTMLContent.twoBlock ul li a:link, .HTMLContent.twoBlock ul li a:visited {
    color: #f39200; }
  .HTMLContent.twoBlock ul li a:hover {
    color: #017a77; }
  .HTMLContent.twoBlock.filter.one {
    margin-top: -15px;
    margin-bottom: 0; }
  .HTMLContent.twoBlock.heighter > div {
    min-height: 370px !important; }
  .HTMLContent.twoBlock.heighter300 > div {
    min-height: 300px !important; }

.HTMLContent .twoBlock.Button2 {
  left: 66px;
  bottom: -6px; }

.HTMLContent .twoBlock.vacancies p {
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 0; }

.HTMLContent.twoBlock::after {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  top: 34px;
  left: 7px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: white;
  transform: rotate(-45deg); }

.services .HTMLContent.twoBlock {
  background-color: #efefef;
  border-color: #efefef;
  min-height: 260px;
  margin: 15px 15px 0 18px; }
  .services .HTMLContent.twoBlock > div {
    background-color: white;
    margin: 15px 15px 0 15px; }
  .services .HTMLContent.twoBlock .Button2 {
    position: relative;
    width: 110px;
    left: -1px; }

.services .HTMLContent.twoBlock::after {
  background-color: #efefef; }

/*#endregion*/
/*#region
******************** HTMLContent ContactBox ********************************/
.ContactBox {
  border: 1px solid #e8e8e8;
  padding-left: 10px;
  padding-top: 24px;
  padding-bottom: 10px;
  margin-top: 17px;
  margin-left: -1px;
  margin-bottom: 10px; }
  .ContactBox .FormView {
    position: inherit; }
  .ContactBox:after {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    top: 48px;
    left: 7px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: white;
    transform: rotate(-45deg); }
  .ContactBox h3 {
    margin-left: 20px; }

.row.ContactBox p {
  margin-left: 20px; }

.row.ContactBox .RequestFormTextBox .FormControl {
  width: auto !important;
  /*margin-left: 20px;*/ }

.row.ContactBox .RequestFormTextBox .FormView input {
  width: 100%; }

/*#endregion*/
/*#region
******************** SocialMediaBox ********************************/
.SocialMedia.SocialMediaBox {
  margin-top: 30px;
  float: right;
  width: 70%;
  border: 1px solid #efefef;
  padding: 16px; }

/*#endregion*/
/*#region
******************** TitleCollapse ********************************/
.HTMLContent .Content {
  position: relative;
  padding: 15px;
  float: left;
  background-color: white;
  border-radius: 0 0 8px 8px;
  width: 100%;
  margin-bottom: 2px;
  box-shadow: 0 2px 0 0 rgba(198, 199, 200, 0.75);
  border: 1px solid lightgrey;
  overflow: hidden;
  border-top: none;
  margin-top: -6px;
  padding-right: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #e8e8e8;
  clear: both;
  display: block; }

.HTMLContent .TitleCollapsed {
  border: 1px solid lightgrey;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  float: left;
  background-color: white;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2px;
  box-shadow: 0 2px 1px 0 rgba(198, 199, 200, 0.75);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold; }
  .HTMLContent .TitleCollapsed:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 33px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #f39200;
    border-bottom: 2px solid #f39200;
    transform: rotate(45deg); }

.HTMLContent .TitleExpanded {
  position: relative;
  padding: 15px;
  float: left;
  background-color: white;
  border-radius: 8px 8px 0 0;
  width: 100%;
  margin-bottom: 2px;
  box-shadow: 0 2px 0 0 rgba(198, 199, 200, 0.75);
  border: 1px solid lightgrey;
  overflow: hidden;
  border-bottom: none;
  cursor: pointer;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right 10px center; }
  .HTMLContent .TitleExpanded:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 33px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #f39200;
    border-bottom: 2px solid #f39200; }

/*#endregion*/
/*#region
******************** HTMLContent VacancieBox ********************************/
.HTMLContent.VacancieBox {
  padding-top: 40px;
  width: 48%;
  position: relative;
  float: left; }
  .HTMLContent.VacancieBox .Button2 {
    color: #f39200 !important;
    border: 1px solid #f39200;
    background-color: transparent;
    left: 400px; }
  .HTMLContent.VacancieBox .Button2::after {
    border-color: #f39200; }

.HTMLContent.VacancieLinkBox {
  margin-top: 20px;
  margin-right: -205px;
  float: left;
  list-style-position: inside; }
  .HTMLContent.VacancieLinkBox .InfoBoxRow2:hover {
    background-color: #efefef;
    color: #f39200; }
  .HTMLContent.VacancieLinkBox a:link, .HTMLContent.VacancieLinkBox a:visited {
    color: #f39200; }
  .HTMLContent.VacancieLinkBox a:hover {
    color: #f39200;
    font-weight: bold;
    text-decoration: none; }

.HTMLContent.VacancieInfo {
  margin-top: 20px;
  margin-left: 40px;
  width: 64%; }

.HTMLContent .VacancieLinkBox ul {
  margin: 0;
  padding: 0; }

/*#endregion*/
/*#region
******************** HTMLContent Actueel ********************************/
.HTMLContent.Actueel {
  border: 1px solid #e8e8e8;
  padding: 15px;
  width: 90%;
  float: right;
  position: relative; }
  .HTMLContent.Actueel.left {
    float: left; }

.HTMLContent .ActueelRow {
  width: 100%;
  float: left;
  height: 60px;
  border-bottom: 1px solid #e8e8e8; }

/*#endregion*/
/*#region
******************** HTMLContent General classes ********************************/
.HTMLContent .InlineBorder {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 450px; }

.HTMLContent .HeaderPadding {
  padding-left: 2%;
  padding-top: 20px;
  padding-bottom: 10px; }

.HTMLContent .BorderBottom {
  border-bottom: 1px solid #e8e8e8;
  position: relative; }

.HTMLContent .bg-green {
  background-color: #cceceb; }

.HTMLContent .pink {
  width: 100%;
  background-color: #fde9ea;
  margin: auto;
  float: none; }

.HTMLContent .borderStyle {
  margin-top: -4px;
  margin-bottom: 1px;
  border-top: 1px solid #333333; }

.HTMLContent.expertise {
  width: 49%;
  margin-left: 2%;
  height: 340px;
  background-color: #e6e6e6; }

.HTMLContent.one > div {
  margin-left: 15px;
  margin-right: 15px; }

/*#endregion*/
/*#region
******************** HTMLContentCarousel ********************************/
.HTMLContentCarousel .pnlHTMLContentCarouselShell {
  overflow: hidden;
  width: 100%; }

.HTMLContentCarousel .pnlHTMLContentCarouselWrapper {
  left: 0;
  position: relative;
  width: 100%; }

.HTMLContentCarousel .roundabout li.roundabout-in-focus {
  cursor: default; }

.HTMLContentCarousel .roundabout li > div p {
  margin: 12px 0; }

.HTMLContentCarousel .roundabout #carbonads-container .carbonad {
  margin: 0 auto; }

.HTMLContentCarousel .controls .next {
  right: 10%; }

.HTMLContentCarousel .controls .prev {
  left: 10%; }

.HTMLContentCarousel .pnlCarouselPager {
  position: relative;
  padding-bottom: 30px; }
  .HTMLContentCarousel .pnlCarouselPager .carouselPager {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: absolute; }
    .HTMLContentCarousel .pnlCarouselPager .carouselPager li {
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      float: left;
      min-width: 25px;
      text-align: center; }
      .HTMLContentCarousel .pnlCarouselPager .carouselPager li a {
        cursor: pointer;
        display: block;
        padding: 5px;
        text-decoration: none; }
        .HTMLContentCarousel .pnlCarouselPager .carouselPager li a:hover {
          background-color: #efefef;
          color: #333333; }
      .HTMLContentCarousel .pnlCarouselPager .carouselPager li.active {
        background-color: #efefef;
        color: #333333; }

.HTMLContentCarousel ul.roundabout {
  list-style: none;
  margin: 15px auto;
  padding: 0; }
  .HTMLContentCarousel ul.roundabout > li {
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    cursor: pointer; }
  .HTMLContentCarousel ul.roundabout li > div {
    display: block;
    padding: 5px 10px; }

.HTMLContentCarousel .controls .next, .HTMLContentCarousel .controls .prev {
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #f39200;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 107px;
  height: 105px;
  position: absolute;
  top: 0;
  z-index: 300; }

/*#endregion*/
/*#region
******************** HTMLContentRotator ********************************/
.HTMLContentRotator {
  height: 300px; }
  .HTMLContentRotator > div {
    width: 100%;
    background-color: transparent;
    min-height: 200px;
    text-align: center; }
  .HTMLContentRotator h3 {
    text-align: center;
    width: 575px;
    padding-bottom: 30px; }
  .HTMLContentRotator .rotatorpageswrapper {
    margin-bottom: 10px;
    overflow: inherit !important; }
    .HTMLContentRotator .rotatorpageswrapper .rotatorpages ul li a:link {
      color: #333333; }
    .HTMLContentRotator .rotatorpageswrapper .rotatorpages ul li a:visited {
      color: #333333; }
  .HTMLContentRotator .rotatorpage {
    display: none;
    width: 100% !important;
    height: 100% !important; }
  .HTMLContentRotator .rotatorpagecontent {
    display: block; }
  .HTMLContentRotator.Marktcijfers {
    height: 225px; }
    .HTMLContentRotator.Marktcijfers.bg-white {
      background: transparent; }
    .HTMLContentRotator.Marktcijfers > div {
      margin-top: -25px;
      height: 225px; }
    .HTMLContentRotator.Marktcijfers img {
      max-height: 178px !important;
      max-width: 312px !important; }
  .HTMLContentRotator .controls {
    overflow: visible;
    clear: both;
    width: initial;
    position: relative; }
    .HTMLContentRotator .controls .next {
      content: '';
      display: block;
      position: absolute;
      bottom: 22px;
      right: 16px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      transform: rotate(-45deg);
      cursor: pointer; }
    .HTMLContentRotator .controls .prev {
      content: '';
      display: block;
      position: absolute;
      bottom: 22px;
      left: 16px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      transform: rotate(135deg);
      cursor: pointer; }
    .HTMLContentRotator .controls .pageidx {
      float: none;
      margin: 0 auto;
      position: absolute !important;
      bottom: -40px;
      left: 50.5% !important;
      height: 40px; }
      .HTMLContentRotator .controls .pageidx ul {
        padding: 0;
        margin: 0;
        margin-left: -50%; }
      .HTMLContentRotator .controls .pageidx li {
        list-style: none;
        float: left;
        height: 11px;
        width: 11px;
        background-color: #e8e8e8;
        border-radius: 2px;
        margin-right: 14px;
        padding: 6px;
        transform: rotate(45deg); }
        .HTMLContentRotator .controls .pageidx li.active {
          background-color: #e6e6e6; }
          .HTMLContentRotator .controls .pageidx li.active a {
            background: transparent url(images/page_idx_active.png) no-repeat 50% 50%; }
        .HTMLContentRotator .controls .pageidx li:hover {
          background-color: #adadad; }
        .HTMLContentRotator .controls .pageidx li a {
          display: none;
          text-decoration: none;
          width: 16px;
          height: 16px;
          background: transparent url(images/page_idx_inactive.png) no-repeat 50% 50%;
          cursor: pointer; }
      .HTMLContentRotator .controls .pageidx a span {
        visibility: hidden;
        font-size: 8px; }
  .HTMLContentRotator.margintop {
    margin-top: 50px;
    margin-bottom: -40px; }
  .HTMLContentRotator.english .rotatorpagecontent {
    margin-top: -40px; }
  .HTMLContentRotator.bg-white.Marktcijfers > div {
    background: white; }
  .HTMLContentRotator.height .rotatorpageswrapper {
    margin-top: 6px;
    margin-bottom: 50px; }

.HTMLContentRotatorTab .rotator {
  position: relative;
  padding-bottom: 30px; }

.HTMLContentRotatorTab .rotatorpages {
  overflow: hidden;
  width: 100%; }
  .HTMLContentRotatorTab .rotatorpages ul {
    width: 80px;
    float: none;
    list-style-position: outside;
    list-style: disc;
    list-style-image: none; }

.HTMLContentRotatorTab .rotatorpage {
  margin-top: 25px; }

.HTMLContentRotatorTab .rotatorpagecontent {
  border: 1px solid #d7e6f5;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }
  .HTMLContentRotatorTab .rotatorpagecontent > table {
    max-width: 500px !important; }

.HTMLContentRotatorTab .controls {
  position: absolute;
  width: 100%;
  top: 0; }
  .HTMLContentRotatorTab .controls .pageidx {
    float: left;
    left: inherit;
    margin: 0 auto;
    height: 26px; }
    .HTMLContentRotatorTab .controls .pageidx ul {
      margin: 0; }
      .HTMLContentRotatorTab .controls .pageidx ul li {
        display: inline;
        width: auto;
        margin: 0;
        list-style: none; }
        .HTMLContentRotatorTab .controls .pageidx ul li a {
          background: #0568c5 top left repeat-x;
          color: white;
          float: left;
          padding: 5px 10px;
          display: block;
          margin-right: 5px;
          border-top-right-radius: 5px;
          border-top-left-radius: 5px;
          border: 1px solid #d7e6f5;
          width: auto; }
          .HTMLContentRotatorTab .controls .pageidx ul li a span {
            visibility: visible; }
          .HTMLContentRotatorTab .controls .pageidx ul li a:hover {
            background: white top left repeat-x;
            color: #0568c5; }
        .HTMLContentRotatorTab .controls .pageidx ul li.active a {
          background: white top left repeat-x;
          color: #0568c5;
          cursor: text;
          border-bottom-width: 0; }

/*#endregion*/
/*#region
******************** HTMLContentShared ********************************/
.HTMLContentShared.InfoBox {
  width: 72% !important;
  margin-top: 14px; }
  .HTMLContentShared.InfoBox h3 {
    color: #333333;
    padding-left: 0; }
    .HTMLContentShared.InfoBox h3 a {
      color: #333333; }
  .HTMLContentShared.InfoBox a h3:hover {
    text-decoration: none; }

/*#endregion*/
/*#region
******************** NewsList ********************************/
.NewsList .NewsEdit {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 99; }

.NewsList .none {
  display: none !important; }

.NewsList .NewsItem .edit:hover {
  opacity: 1; }

.NewsList .NewsItem .edit span {
  display: none; }

.NewsList .NewsItem .remove {
  background-image: url(images/News/trash.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 20px 0;
  opacity: 0.5; }
  .NewsList .NewsItem .remove:hover {
    opacity: 1; }
  .NewsList .NewsItem .remove span {
    display: none; }

.NewsList .NewsError {
  background-color: #ffdbdb;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 4px;
  color: #ff0000;
  margin-bottom: 10px; }

.NewsList .InsertItem {
  background: none repeat scroll 0 0 #ecf5f5;
  border: 1px solid #e8e8e8;
  border-radius: 15px 15px 15px 15px;
  left: 29%;
  padding: 20px;
  position: fixed;
  top: 249px;
  width: 615px;
  z-index: 5000; }

.NewsList .InsertNews {
  float: right;
  display: block; }

.NewsList .FormCloseButton {
  background-image: url(images/close_half_opacity.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 18px; }

.NewsList .FormNewItem {
  background: none repeat scroll 0 0 white;
  border: 1px none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin: 0;
  padding: 1px 0 2px;
  white-space: nowrap; }

.NewsList.NewsOverviewBox {
  margin-top: 30px; }
  .NewsList.NewsOverviewBox .NewsSocialImageContainer::before {
    right: 53px !important; }

.NewsList .NewsSocialImageContainer::before {
  height: 100%;
  width: 209px;
  content: ' ';
  border: 50px solid white;
  border-right: 50px solid transparent;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 1; }

.NewsList .FormControl > input {
  width: 50%; }

.NewsList .NewsItem .edit {
  background-image: url(images/file_edit.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0 20px 20px 0;
  opacity: 0.5; }

.NewsListDate {
  background: url(images/cal_icon_cl.png) top left;
  background-repeat: no-repeat;
  padding-left: 20px;
  position: absolute;
  bottom: 20px; }

.NewsListBody .NewsSocialImageContainer {
  top: 0;
  right: 0;
  overflow: hidden;
  width: 205px;
  position: absolute;
  height: 100%; }
  .NewsListBody .NewsSocialImageContainer .NewsSocialImage {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute; }

.NewsListBody .acutaliteiten {
  position: relative; }

.NewsList.NewsOverviewBox:after {
  content: "Meer lezen";
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  left: 174px;
  top: 0; }

.NewsHeader a {
  z-index: 99;
  text-decoration: none;
  cursor: pointer; }

.NewsSummary span {
  display: none; }

/*#endregion*/
/*#region
******************** NewsFilter ********************************/
.NewsListFilter {
  border: white solid 2px;
  position: relative; }
  .NewsListFilter select {
    margin-top: 4px;
    padding: 8px 8px 12px 8px;
    width: 90%;
    border-color: #e8e8e8;
    box-shadow: inset -1px -9px 2px -4px #c9cacb; }
  .NewsListFilter input {
    margin-top: 4px;
    padding-bottom: 4px;
    width: 90%;
    height: 40px;
    border: 1px solid #e8e8e8;
    box-shadow: inset -1px -9px 2px -4px #c9cacb; }
  .NewsListFilter select, .NewsListFilter input, .NewsListFilter h3 {
    margin-left: 5%; }

/*#endregion*/
/*#region
******************** NewsOverview ********************************/
.NewsOverview {
  margin-left: 50px;
  width: 115%; }
  .NewsOverview h2 {
    font-weight: 600;
    font-size: 20px; }
  .NewsOverview b {
    font-weight: 700; }

.NewsOverviewBox .NewsList {
  position: relative; }

.NewsOverviewBox .NewsListBody {
  position: relative; }

.NewsOverviewBox .NewsItem {
  width: 70%;
  float: right;
  border: 1px solid #e8e8e8;
  margin: 0 0 14px 0;
  min-height: 130px;
  position: relative;
  padding: 0 20px !important; }
  .NewsOverviewBox .NewsItem .NewsSocialImageContainer::before {
    height: 100%;
    width: 209px;
    content: ' ';
    border-top: 65px solid white;
    border-right: 65px solid transparent;
    border-bottom: 65px solid white;
    border-left: 65px solid white;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 1; }

.NewsOverviewBox .NewsListDate {
  position: absolute;
  bottom: 15px; }

.NewsOverviewBox .NewsHeader {
  width: 70%; }
  .NewsOverviewBox .NewsHeader a {
    position: absolute;
    top: 18px;
    width: 60%;
    font-size: 15px;
    color: #333333; }
  .NewsOverviewBox .NewsHeader .NewsTitle {
    z-index: 99;
    position: absolute; }

.NewsOverviewBox .NewsSummary {
  width: 70%;
  margin-top: 70px; }

.NewsOverviewBox .ContainerReadMore a {
  color: white;
  background-color: #f39200;
  padding: 4px 14px 4px 24px;
  border-radius: 4px;
  left: 20px;
  bottom: 20px; }

/*#endregion*/
/*#region
******************** Logon ********************************/
.Logon input {
  width: 200px !important;
  float: left !important;
  clear: both;
  margin-left: 0 !important; }

.Logon label {
  width: 100% !important; }

.Logon .CheckBox input[type=checkbox] {
  /*float: left !important;
        clear: both;*/
  height: 19px !important;
  width: 18px !important; }

.Logon .Confirm a {
  float: left;
  clear: left;
  text-decoration: none;
  color: black;
  margin: 5px 0; }

.Logon .Logon.Actions a {
  float: left;
  clear: left;
  text-decoration: none;
  color: black;
  margin: 10px 3px; }

.Logon .Novu-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.Logon .logonRememberMe label {
  width: 380px !important;
  float: right; }

.Logon .logonRememberMe .CheckBox {
  display: block;
  float: left;
  margin-right: 5px; }

/*#endregion*/
/*#region
******************** SocialMedia ********************************/
.SocialMedia .horizontal > div {
  float: left;
  margin-right: 10px; }
  .SocialMedia .horizontal > div.SocialMediaBox {
    margin-top: 30px;
    float: right;
    width: 70%;
    border: 1px solid #e8e8e8;
    padding: 16px; }
    .SocialMedia .horizontal > div.SocialMediaBox:after {
      content: "Bericht delen";
      position: absolute;
      font-weight: 600;
      font-size: 18px;
      left: 174px;
      top: 319px; }
    .SocialMedia .horizontal > div.SocialMediaBox .Clear {
      clear: both; }

.HTMLContent .TitleCollapsed {
  border: 1px solid lightgrey;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  float: left;
  background-color: white;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  -moz-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold; }

/*#endregion*/
/*#region
******************** ColorBox ********************************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333333; }

#cboxMiddleLeft {
  clear: left;
  width: 21px;
  background: white; }

#cboxBottomLeft {
  clear: left;
  width: 21px;
  height: 21px;
  background: white; }

#cboxContent {
  position: relative;
  overflow: visible;
  background: white; }

#cboxLoadedContent {
  overflow: hidden !important;
  margin-bottom: 28px; }
  #cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0; }

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 3px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxLoadingOverlay {
  background: white; }

#cboxLoadingGraphic {
  background: url(images/ajax-loader.gif) center center no-repeat; }

#cboxPrevious {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/colorbox_controls.png) -75px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxPrevious:hover {
    background-position: -75px -25px; }

#cboxNext {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/colorbox_controls.png) -50px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxNext:hover {
    background-position: -50px -25px; }

#cboxClose {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/colorbox_controls.png) -25px 0 no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }
  #cboxClose:hover {
    background-position: -25px -25px; }

#cboxSlideshow {
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #0092ef; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: white; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: white; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: white; }

#cboxMiddleRight {
  width: 21px;
  background: white; }

#cboxTopCenter {
  height: 21px;
  background: white; }

#cboxBottomCenter {
  height: 21px;
  background: white; }

#cboxCurrent {
  position: absolute;
  bottom: 3px;
  left: 58px;
  color: #949494; }

/*#endregion*/
/*#region
******************** WebPart specific ********************************/
.WebPart .RequestFormTextBox, .WebPart .RequestFormDropdownList, .WebPart .RequestFormRadioButtonList, .WebPart .RequestFormCheckBox, .WebPart .RequestFormEmail {
  margin-top: 5px !important; }

/*#endregion*/
/*#region
******************** VWE custom webparts ********************************/
/*#region
******************** VWEContact ********************************/
.VweContact {
  background-color: white;
  border: 1px solid #486166;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: normal; }
  .VweContact .ContactHeader {
    color: #f39200;
    font-weight: normal;
    margin: 0 0 10px;
    border-bottom: 2px solid #e8e8e8; }
  .VweContact a {
    color: #f39200;
    text-decoration: none; }
    .VweContact a:hover {
      text-decoration: underline; }
  .VweContact .ContactTelephone {
    display: block; }
  .VweContact .ContactEmail {
    display: block; }
  .VweContact .ContactDetails {
    margin-top: 10px;
    text-align: right;
    background: url("images/vwe/pointer_right2.gif") no-repeat scroll left center transparent; }
    .VweContact .ContactDetails:hover {
      background: url("images/vwe/pointer_right2_hover.gif") no-repeat scroll left center transparent; }

/*#endregion*/
/*#region
******************** VweDRRequestFormSendResultButton ********************************/
.RequestFormSendEmailButton {
  margin-top: 10px;
  margin-bottom: 10px; }
  .RequestFormSendEmailButton a {
    color: white;
    position: relative;
    background-color: #00ada8;
    padding: 6px 14px 6px 24px;
    border-radius: 4px; }
    .RequestFormSendEmailButton a:after {
      content: '';
      position: absolute;
      display: block;
      top: 12px;
      left: 8px;
      width: 7px;
      height: 7px;
      border-right: 2px solid White;
      border-bottom: 2px solid White;
      transform: rotate(-45deg); }
    .RequestFormSendEmailButton a:hover {
      background-color: #f39200; }
  .RequestFormSendEmailButton.FormStyle {
    margin-left: 178px;
    margin-top: 10px;
    margin-bottom: 20px; }

.RequestFormSendEmailButtonFailure {
  color: Red;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid white;
  text-align: center; }

/*#endregion*/
/*#region
******************** VweKenteken ********************************/
.VweKenteken {
  border: 1px solid #486166; }
  .VweKenteken .ActionText {
    color: #f39200;
    margin: 0 0 10px;
    font-weight: normal; }
  .VweKenteken .Action .SearchText {
    position: absolute;
    width: 84px;
    height: 22px;
    top: 50px;
    left: 100px;
    float: left; }
    .VweKenteken .Action .SearchText input {
      background: #ffcc00 url(images/vwe/plate.png) no-repeat scroll 0 0 !important;
      border: 0 solid #ffcc00 !important;
      font-weight: 600;
      height: 41px;
      padding-left: 66px;
      padding-bottom: 4px;
      font-size: 22px;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 269px;
      line-height: normal;
      position: absolute;
      left: -49px;
      bottom: -6px; }
  .VweKenteken .Action input {
    margin: 3px; }
  .VweKenteken input.button {
    text-indent: -9999px;
    position: absolute;
    background-color: transparent;
    top: 31px;
    right: 55px;
    width: 20px;
    height: 41px;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer; }
    .VweKenteken input.button:hover {
      background-color: transparent; }
  .VweKenteken.block2.english .Action .SearchText input {
    left: -92px; }
  .VweKenteken a.bpmlink {
    position: absolute;
    width: 100%;
    height: 110px;
    background: #f6f6f6;
    padding-top: 79px;
    top: 0; }
  .VweKenteken span.finnik.bg-white {
    position: absolute;
    top: 110px;
    width: 40%; }
  .VweKenteken .text span.finnik.bg-white {
    right: 0;
    width: 60% !important; }

.PrijsMileusticker {
  float: right;
  color: #ff0000 !important;
  font-weight: bold;
  margin-top: -17px; }

.block2.VweKenteken {
  border: 10px solid transparent;
  margin-right: 0;
  padding: 0; }
  .block2.VweKenteken.button {
    display: none; }

.block2 .kenteken {
  background-color: #f6f6f6;
  height: 112px;
  top: 0;
  left: 0; }

.SearchText .ValidatorContent {
  position: absolute;
  font-size: 14px;
  bottom: 45px;
  width: 250px;
  left: -65px; }

.VweKentekenResults {
  margin-right: -6px;
  margin-left: -10px; }
  .VweKentekenResults iframe {
    height: 520px;
    width: 100%;
    border: 0;
    margin: 0; }

/*#endregion*/
/*#region
******************** VweMaps ********************************/
.VweMaps {
  margin-top: 45px; }
  .VweMaps .ActionText {
    display: none;
    font-weight: normal;
    color: #3073b9;
    padding: 5px;
    padding-left: 10px;
    background-color: #eaf0f7; }
  .VweMaps .Action {
    border: 1px solid #e6e6e6; }
    .VweMaps .Action .SearchText input {
      color: black;
      margin-top: 4px;
      padding-left: 8px;
      padding-bottom: 4px;
      width: 95%;
      height: 40px;
      border: 1px solid #dadada;
      box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77); }
    .VweMaps .Action .SearchText .button {
      color: white;
      background-color: #f39200;
      width: 100px;
      height: 32px;
      padding: 2px 14px 2px 24px;
      border-color: transparent;
      border-radius: 4px;
      box-shadow: none; }
    .VweMaps .Action .SearchText label {
      color: black;
      margin-top: 22px; }
    .VweMaps .Action .SearchText:after {
      content: '';
      display: block;
      position: absolute;
      top: 110px;
      left: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      transform: rotate(-45deg); }
  .VweMaps .Map {
    background-color: #e5e3df;
    height: 500px;
    margin-top: 10px; }
  .VweMaps .SearchText {
    position: relative; }
  .VweMaps .RequestFormDropdownList.FormStyle .FormView select {
    background-color: white !important;
    border: 1px solid #dadada !important;
    padding: 8px 8px 12px 8px;
    resize: none;
    box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
    border-bottom: 0;
    width: 65%; }
  .VweMaps .RequestFormDropdownList .FormView select {
    background-color: white !important;
    border: 1px solid #dadada !important;
    padding: 8px 8px 12px 8px;
    resize: none;
    box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
    border-bottom: 0;
    margin-left: 24px;
    width: 200px; }
  .VweMaps .CheckBoxListFilter {
    border: 1px solid #efefef;
    margin-top: 32px;
    border-radius: 5px;
    padding: 5px; }
    .VweMaps .CheckBoxListFilter input {
      margin-left: 0;
      box-shadow: none;
      margin-top: 2px; }
    .VweMaps .CheckBoxListFilter label {
      font-weight: normal; }

/*#endregion*/
/*#region
******************** VweRequestFormCalculateCarValue ********************************/
.VweRequestFormCalculateCarValue {
  margin-top: 10px; }
  .VweRequestFormCalculateCarValue .CarVersion span {
    font-size: 16px;
    width: 140px;
    display: block;
    float: left;
    padding-right: 15px; }
  .VweRequestFormCalculateCarValue .CarVersion select {
    font-size: 16px;
    margin: 0 5px; }
  .VweRequestFormCalculateCarValue .CarInfo {
    margin-top: 15px;
    width: 367px; }
  .VweRequestFormCalculateCarValue .Model {
    display: block;
    font-size: 16px;
    text-align: center; }
  .VweRequestFormCalculateCarValue .Price {
    background-color: #f3f3f3;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    color: #78b833;
    display: block;
    font-size: 26px;
    margin-top: 5px;
    padding: 15px 0;
    text-align: center;
    width: 100%; }
  .VweRequestFormCalculateCarValue .ErrorText {
    color: #be2727; }
  .VweRequestFormCalculateCarValue a.CalculateButton {
    background: #f28c00;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0 0 254px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: lowercase; }
  .VweRequestFormCalculateCarValue .FormView .FormControl.LicensePlate {
    border-bottom: none; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.LicensePlate > input[type=text] {
      background: url(images/vwe/kenteken.png) no-repeat 0 3px;
      border: none;
      font-size: 34px;
      height: 57px;
      margin-left: 50px;
      padding-left: 10px;
      text-align: center;
      width: 251px !important; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.LicensePlate > label {
      display: none; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.LicensePlate div.Validation {
      padding-left: 47px; }
  .VweRequestFormCalculateCarValue .FormView .FormControl.Email {
    border-bottom: none; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.Email > input[type=text] {
      background-color: #f3f3f3;
      font-size: 16px; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.Email > label {
      font-size: 16px;
      width: 140px; }
      .VweRequestFormCalculateCarValue .FormView .FormControl.Email > label span.RequiredMark {
        display: none; }
    .VweRequestFormCalculateCarValue .FormView .FormControl.Email div.Validation {
      padding-left: 160px; }
  .VweRequestFormCalculateCarValue .Kilometerstand .FormView .FormControl {
    border-bottom: none; }
    .VweRequestFormCalculateCarValue .Kilometerstand .FormView .FormControl > input[type=text] {
      background-color: #f3f3f3;
      font-size: 16px; }
  .VweRequestFormCalculateCarValue .Kilometerstand .FormView div > label {
    font-size: 16px;
    width: 140px; }
    .VweRequestFormCalculateCarValue .Kilometerstand .FormView div > label span.RequiredMark {
      display: none; }
  .VweRequestFormCalculateCarValue .Kilometerstand .FormView div div.Validation {
    padding-left: 160px; }

/*#endregion*/
/*#region
******************** VweRequestFormOrderProduct ********************************/
.VweRequestFormOrderProduct .RequestFormOrderProductConfirm {
  margin: 40px 0; }
  .VweRequestFormOrderProduct .RequestFormOrderProductConfirm a {
    color: white;
    position: relative;
    background-color: #00ada8;
    margin: 20px 0;
    padding: 6px 14px 6px 24px;
    border-radius: 4px;
    left: 25px; }
    .VweRequestFormOrderProduct .RequestFormOrderProductConfirm a:after {
      content: '';
      display: block;
      position: absolute;
      top: 13px;
      left: 8px;
      width: 7px;
      height: 7px;
      border-right: 2px solid White;
      border-bottom: 2px solid White;
      transform: rotate(-45deg); }
    .VweRequestFormOrderProduct .RequestFormOrderProductConfirm a:hover {
      color: white !important;
      background-color: #f39200; }
    .VweRequestFormOrderProduct .RequestFormOrderProductConfirm a:visited {
      color: white !important; }

.VweRequestFormOrderProduct .RequestFormOrderProductFailure {
  color: Red;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center; }

.milleusticker strong {
  font-family: Open Sans Semibold;
  font-size: 18px; }

/*#endregion*/
/*#region
******************** VweRequestFormRegister ********************************/
.VweRequestFormRegister .RequestFormRegisterButtonFailure {
  color: Red;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center; }

.VweRequestFormRegister .RequestFormRegisterButtonSuccesfull {
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  background-color: #f39200; }

.VweRequestFormRegister .RequestFormRegisterButtonConfirm a {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
  color: white;
  background-color: #00ada8;
  padding: 6px 150px;
  border-radius: 4px; }
  .VweRequestFormRegister .RequestFormRegisterButtonConfirm a:hover {
    background-color: #00ada8; }

/*#endregion*/
/*#region
******************** VweRequestFormSelectProduct ********************************/
.VweRequestFormSelectProduct.adverteren {
  margin-left: 0; }

.VweRequestFormSelectProduct .FormView input {
  box-shadow: none; }

/*#endregion*/
/*#endregion*/
/*#region
******************** Media query's ********************************/
@media (max-width: 1199px) {
  .HTMLContent.services-box {
    height: 248px; }
  .HTMLContent.InfoBox {
    width: 57% !important; }
  .HTMLContent.VacancieBox .Button2 {
    left: 316px !important;
    bottom: 41px !important; }
  .HTMLContent.header-textbox img {
    width: auto;
    margin-top: -121px;
    min-width: 100%; }
  .ContactBox .FormView .Validation .ValidatorPointer {
    position: absolute;
    border: 1px solid #ff0000;
    height: 45px;
    width: 202px;
    top: 33px;
    z-index: -1;
    left: 252px; } }

@media (max-width: 991px) {
  .HTMLContent.InfoBox {
    width: 100% !important; }
  .HTMLContent .InfoBoxRow2 {
    width: 125%; }
  .HTMLContent.VacancieLinkBox {
    width: 100%; }
  .HTMLContent.VacancieBox .Button2 {
    left: 19px !important;
    bottom: -37px !important; }
  .HTMLContent.twoBlock.actueel img {
    margin: 10px !important; }
  .HTMLContent.twoBlock.actueel .socialrow {
    padding-top: 0 !important; }
  .ContactBox .FormView .Validation .ValidatorPointer {
    position: absolute;
    border: 1px solid #ff0000;
    height: 45px;
    width: 202px;
    top: 33px;
    z-index: -1;
    left: 385px; } }

@media (max-width: 767px) {
  .Logon.FormView {
    width: 450px; }
  .HTMLContent.header-textbox {
    width: 100%;
    height: auto !important;
    margin-left: 0 !important;
    margin-bottom: -1px; }
    .HTMLContent.header-textbox img {
      width: 100% !important;
      height: auto !important;
      padding-top: 100px !important; }
    .HTMLContent.header-textbox > div {
      border: none !important; }
  .HTMLContent .HeaderPadding {
    height: 30px !important;
    padding-left: 4% !important;
    padding-bottom: 10px; }
  .HTMLContent.twoBlock > div {
    margin-top: 10px !important;
    margin-bottom: 0 !important; }
  .HTMLContent.twoBlock.verkoop {
    margin-left: 0 !important;
    margin-right: 30px !important;
    margin-top: -20px !important; }
  .HTMLContent.twoBlock.actualiteiten {
    width: 100% !important; }
  .HTMLContent.twoBlock.actueel > div {
    width: 375% !important; }
  .HTMLContent.services-box {
    margin-bottom: -10px; }
    .HTMLContent.services-box .Button {
      background-color: transparent !important;
      left: 8% !important;
      bottom: 10% !important; }
  .HTMLContent.InfoBox {
    width: 98%; }
  .HTMLContent.VacancieBox {
    width: 100% !important; }
    .HTMLContent.VacancieBox h4 {
      font-size: 14px !important; }
    .HTMLContent.VacancieBox .Button2 {
      padding: 2px 12px 2px 24px !important;
      bottom: -24px !important;
      left: 170px !important; }
  .HTMLContent .Button2::after {
    top: 9px !important; }
  .HTMLContent ul.AnchorSubmenu.container {
    display: none; }
  .HTMLContent.quote table em {
    font-size: 14px; }
  .HTMLContent.quote table span {
    font-size: 18px; }
  .HTMLContent .header-textbox p.HeaderText, .HeaderText, .header-textbox h1.HeaderText {
    width: 100% !important;
    padding-top: 1px;
    bottom: 0 !important; }
  .Validation {
    width: 100%;
    height: 30px; }
  .FormView .Validation .ValidatorContent {
    left: 0;
    margin-bottom: 7px;
    margin-top: 7px;
    position: relative !important; }
  .SocialMedia.SocialMediaBox:after {
    left: 0; }
  .NewsSocialImageContainer {
    display: none; }
  .NewsList.NewsOverviewBox:after {
    left: 0; }
  .RequestFormRegisterButtonConfirm a {
    padding: 6px 15px; }
  .VweMaps td {
    width: 100%; } }

@media (max-width: 519px) {
  .FormView .Validation .ValidatorContent {
    left: -171px; } }

@media (max-width: 492px) {
  .HTMLContent ul.AnchorSubmenu.container {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: none !important; } }

@media (max-width: 469px) {
  .ContactBox .FormView .Validation .ValidatorPointer {
    position: absolute;
    display: block;
    border: 1px solid #ff0000;
    height: 45px;
    width: 202px;
    top: 136px;
    z-index: -1;
    left: 26px; }
  .ContactBox .floatleft .FormView .Validation .ValidatorPointer {
    position: absolute;
    border: 1px solid #ff0000;
    z-index: -1;
    left: 26px;
    top: 33px; }
  .HTMLContent.header-textbox {
    margin-bottom: -1px; }
    .HTMLContent.header-textbox img {
      margin-top: -98px !important; }
  .HTMLContent .HeaderPadding {
    padding-top: 0 !important; }
  .HTMLContent.quote table {
    width: 300px !important; }
  .HTMLContent.quote .rotatorpagecontent table em {
    font-size: 12px; }
  .HTMLContent.quote .rotatorpagecontent table span {
    font-size: 16px; }
  .HTMLContent.services-box {
    width: 100%;
    float: left;
    height: 50px !important;
    border: 0;
    margin: 0 0 1px 0 !important;
    overflow: hidden; }
    .HTMLContent.services-box h2 {
      font-size: 18px;
      margin-top: -8px; }
    .HTMLContent.services-box .Button {
      font-weight: 600;
      bottom: 9px !important;
      left: auto !important;
      right: 5% !important;
      font-size: 0 !important;
      border: 0 !important;
      background-color: transparent !important; }
    .HTMLContent.services-box .Button::after {
      top: 6px;
      left: initial;
      right: 7px;
      width: 9px;
      height: 9px; }
  .HTMLContent.services-box::after {
    top: 15px !important;
    width: 18px !important;
    height: 18px !important; }
  .HTMLContent .Button2 {
    left: 4% !important;
    margin-bottom: 2%; }
  .HTMLContent.twoBlock.verkoop {
    margin-top: 0 !important;
    margin-left: -13px !important; }
  .NewsStyle .header-textbox .NewsListDate {
    bottom: 12px !important; }
  .NewsList.NewsOverviewBox:after {
    left: 0; }
  .NewsOverviewBox .NewsHeader a {
    font-size: 11px; }
  .SocialMedia.SocialMediaBox:after {
    left: 0; } }

.Checkout .CheckOutDetails {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  padding: 5px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e8e8e8; }

.Checkout .CheckOutDetails .Personalia {
  float: left; }

.Checkout .CheckOutDetails .Data {
  float: right; }

.Checkout .CheckOutDetails span {
  line-height: 140%; }

.Checkout table.CheckOutProducts {
  border: none;
  width: 100%; }

.Checkout table.CheckOutProducts .Quantity {
  text-align: center; }

.Checkout table.CheckOutProducts th {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px;
  font-weight: normal; }

.Checkout table.CheckOutProducts .ProductName {
  font-weight: bold; }

.Checkout table.CheckOutProducts .Description {
  font-size: 75%; }

.Checkout table.CheckOutProducts .UnitPrice {
  text-align: right; }

.Checkout table.CheckoutTotals {
  width: 100%; }

.Checkout table.CheckoutTotals td {
  padding: 8px; }

.Checkout table.CheckoutTotals td.Value {
  width: 200px;
  text-align: right; }

.Checkout table.CheckoutTotals td.Type {
  font-weight: bold;
  text-align: right; }

.Checkout span {
  padding: 10px; }

.Checkout .ProceedButton {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #00ada8;
  padding: 6px 150px;
  border-radius: 4px; }

.Checkout .ProceedButton:hover {
  background-color: #00ada8; }

table.CheckOutProducts td {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px; }

table.CheckOutProducts .TotalPrice {
  text-align: right; }

.CheckoutTotals div {
  padding: 8px; }

.Checkout .CheckOutDetails .OrderNumber, .CheckOutDetails .OrderDateTime {
  display: block;
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 150px; }

/*#region

/******** Colors ***********/
/*$body_main: #333333;
$primary: #53c6c3;
$secondary: #486166;

$vwe_yellow: #ffd700;
$vwe_red: #d20005;
$vwe_pink: #fde9ea;
$vwe_green: #00ADA8;
$vwe_blue: #d6e7e7;
$vwe_pink: #fde9ea;

$border: #e8e8e8;
$border_shadow: #c9cacb;
$vwe_zone1: #e6e6e6;
$vwe_zone2: #efefef;
$vwe_footer_text: #888888;
$button3_hover: #ab0408;
$vwe_vacancies: #cceceb;
$services_button: #098986;
$services_button_hover: #017a77;
$validator: #017a77;
$automarkt_primary: #f39200;
$am_services_button: #d8830b;
$am_services_button_hover: #b76f13;*/
/*#endregion*/
/*#region
/********* Logo URL **********/
/*#endregion*/
/*#region
/******** Fonts ***********/
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

/* END Extrabold Italic */
/*#endregion*/
/*#region
/********* Extensions **********/
/*#endregion*/
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px; }

@media (min-width: 1px) {
  .container-smooth {
    width: auto; } }

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }

.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px; }

.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0; }

.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px; }

.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0; }

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px; }

.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0; }

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px; }

.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0; }

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd; }

.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px; }

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px; }

.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent; }

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd; }

.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none; }

.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px; }

.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent; }

.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1; }

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd; }

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd; }

.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none; }

.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px; }

.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent; }

.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px; }

.navmenu, .navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px; }

.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0; }

.navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0; }

.navmenu-fixed-right, .navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px; }

.navmenu-nav {
  margin-bottom: 10px; }

.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.navbar-offcanvas .navbar-nav {
  margin: 0; }

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px; }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px; }
  .navbar-offcanvas .navmenu-brand {
    display: none; } }

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0; }

.navmenu-brand:hover, .navmenu-brand:focus {
  text-decoration: none; }

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777; }

.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navmenu-default .navmenu-text, .navbar-default .navbar-offcanvas .navmenu-text {
  color: #777; }

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333; }

.navmenu-default .navmenu-nav > .open > a, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

.navmenu-default .navmenu-nav > .open > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navmenu-default .navmenu-nav > .dropdown > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav.dropdown-menu > .divider, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8; }

.navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7; }

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777; }

.navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav > .disabled > a, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navmenu-inverse, .navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808; }

.navmenu-inverse .navmenu-brand, .navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999; }

.navmenu-inverse .navmenu-brand:hover, .navbar-inverse .navbar-offcanvas .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus, .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-text, .navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999; }

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .dropdown > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navmenu-inverse .navmenu-nav.dropdown-menu, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000; }

.navmenu-inverse .navmenu-nav > li > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999; }

.navmenu-inverse .navmenu-nav > li > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-nav > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navmenu-inverse .navmenu-nav > .disabled > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.alert-fixed-top, .alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0; }

@media (min-width: 992px) {
  .alert-fixed-top, .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px; } }

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px; } }

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0; }

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0; } }

.offcanvas {
  display: none; }

.offcanvas.in {
  display: block; }

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }
  .offcanvas-xs.in {
    display: block; } }

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none; }
  .offcanvas-sm.in {
    display: block; } }

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none; }
  .offcanvas-md.in {
    display: block; } }

.offcanvas-lg {
  display: none; }

.offcanvas-lg.in {
  display: block; }

.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s; }

.offcanvas-clone {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important; }

.table.rowlink td:not(.rowlink-skip), .table .rowlink td:not(.rowlink-skip) {
  cursor: pointer; }

.table.rowlink td:not(.rowlink-skip) a, .table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit; }

.table-hover.rowlink tr:hover td, .table-hover .rowlink tr:hover td {
  background-color: #cfcfcf; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }

.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0; }

.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3 col-md-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 col-md-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3 col-md-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 col-md-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 col-md-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 col-md-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.in {
  opacity: .5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
  text-shadow: none; }

.btn.active, .btn:active {
  background-image: none; }

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc; }

.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.btn-default.active, .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580; }

.btn-primary:focus, .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px; }

.btn-primary.active, .btn-primary:active {
  background-color: #265a88;
  border-color: #245580; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.btn-success:focus, .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px; }

.btn-success.active, .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }

.btn-info:focus, .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px; }

.btn-info.active, .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.btn-warning:focus, .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px; }

.btn-warning.active, .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.btn-danger.active, .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none; }

.img-thumbnail, .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  border-radius: 0; }

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; } }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a; }

.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
  text-shadow: none; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x; }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x; }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x; }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x; }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
  text-shadow: none; }

.btn.active, .btn:active {
  background-image: none; }

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc; }

.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.btn-default.active, .btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none; }

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580; }

.btn-primary:focus, .btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px; }

.btn-primary.active, .btn-primary:active {
  background-color: #265a88;
  border-color: #245580; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.btn-success:focus, .btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px; }

.btn-success.active, .btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none; }

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }

.btn-info:focus, .btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px; }

.btn-info.active, .btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.btn-warning:focus, .btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px; }

.btn-warning.active, .btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.btn-danger.active, .btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none; }

.img-thumbnail, .thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  border-radius: 0; }

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; } }

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a; }

.list-group-item.active .badge, .list-group-item.active:focus .badge, .list-group-item.active:hover .badge {
  text-shadow: none; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x; }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x; }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x; }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x; }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px; }

@media (min-width: 1px) {
  .container-smooth {
    width: auto; } }

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }

.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px; }

.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0; }

.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px; }

.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0; }

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px; }

.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0; }

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px; }

.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0; }

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd; }

.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px; }

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px; }

.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent; }

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd; }

.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none; }

.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px; }

.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent; }

.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1; }

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd; }

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd; }

.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none; }

.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px; }

.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent; }

.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px; }

.navmenu, .navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px; }

.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0; }

.navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0; }

.navmenu-fixed-right, .navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px; }

.navmenu-nav {
  margin-bottom: 10px; }

.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.navbar-offcanvas .navbar-nav {
  margin: 0; }

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px; }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px; }
  .navbar-offcanvas .navmenu-brand {
    display: none; } }

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0; }

.navmenu-brand:hover, .navmenu-brand:focus {
  text-decoration: none; }

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777; }

.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navmenu-default .navmenu-text, .navbar-default .navbar-offcanvas .navmenu-text {
  color: #777; }

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333; }

.navmenu-default .navmenu-nav > .open > a, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

.navmenu-default .navmenu-nav > .open > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navmenu-default .navmenu-nav > .dropdown > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav.dropdown-menu > .divider, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8; }

.navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7; }

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777; }

.navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav > .disabled > a, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navmenu-inverse, .navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808; }

.navmenu-inverse .navmenu-brand, .navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999; }

.navmenu-inverse .navmenu-brand:hover, .navbar-inverse .navbar-offcanvas .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus, .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-text, .navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999; }

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .dropdown > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navmenu-inverse .navmenu-nav.dropdown-menu, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000; }

.navmenu-inverse .navmenu-nav > li > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999; }

.navmenu-inverse .navmenu-nav > li > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-nav > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navmenu-inverse .navmenu-nav > .disabled > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.alert-fixed-top, .alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0; }

@media (min-width: 992px) {
  .alert-fixed-top, .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px; } }

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px; } }

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0; }

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0; } }

.offcanvas {
  display: none; }

.offcanvas.in {
  display: block; }

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }
  .offcanvas-xs.in {
    display: block; } }

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none; }
  .offcanvas-sm.in {
    display: block; } }

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none; }
  .offcanvas-md.in {
    display: block; } }

.offcanvas-lg {
  display: none; }

.offcanvas-lg.in {
  display: block; }

.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s; }

.offcanvas-clone {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important; }

.table.rowlink td:not(.rowlink-skip), .table .rowlink td:not(.rowlink-skip) {
  cursor: pointer; }

.table.rowlink td:not(.rowlink-skip) a, .table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit; }

.table-hover.rowlink tr:hover td, .table-hover .rowlink tr:hover td {
  background-color: #cfcfcf; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }

.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0; }

.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

/*#region
******************** .ResponsiveMijnVweButton *******************************
    zet onzichtbaar, wordt zichtbaar bij scrollen
*/
.ResponsiveMijnVweButton {
  display: none; }

/*#endregion*/
.Checkout .ActionButtons {
  margin-top: 40px;
  padding-bottom: 40px;
  line-height: 3; }

/*#region
******************** HTML style general tags ********************************/
form, div, img, h1, h2, h3, h4, a {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 140%;
  margin: 0; }

a:link, a:visited {
  color: #486166;
  text-decoration: none; }

a:hover, a:active {
  color: #53c6c3;
  text-decoration: underline; }

h3 {
  font-weight: 600;
  font-size: 20px; }

h3 a {
  color: black !important;
  text-decoration: none !important; }

img {
  max-width: 100%; }

h4 {
  font-weight: 200;
  font-size: 20px; }

p {
  margin: 0.5em 0;
  line-height: 1.6em; }

ul {
  margin: 0;
  padding-left: 20px; }

/*#endregion*/
/*#region
******************** Page rows ********************************/
.RowGroup1 {
  padding: 0 15px 15px 15px; }

.RowTitle {
  margin-top: 40px;
  padding-left: 18px; }
  .RowTitle h3 {
    font-weight: 700;
    font-size: 20px; }

.row .halfpage {
  width: 132%;
  margin-left: 10%; }

.row .fullpage {
  margin-left: 12%; }

#wpzZone1 {
  position: relative; }

.home #wpzZone1 {
  position: static; }

/*#endregion*/
/*#region
******************** InfoBox ********************************/
.row.InfoBoxDetail {
  position: absolute;
  z-index: 1;
  right: 40px;
  width: 320px;
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0;
  top: 420px;
  margin-right: -70px;
  box-shadow: 0 2px #c9cacb; }
  .row.InfoBoxDetail label {
    display: none; }
  .row.InfoBoxDetail .RequestFormText .FormView {
    padding: 24px 24px 10px 24px; }

.HTMLContentRotator {
  height: auto; }
  .HTMLContentRotator > div {
    height: 100%;
    position: relative; }
  .HTMLContentRotator.margintop {
    margin-top: 60px;
    margin-bottom: 80px; }
  .HTMLContentRotator .controls {
    width: 100%;
    position: absolute;
    height: 20px;
    bottom: 0;
    padding: 0 10px; }
    .HTMLContentRotator .controls .prev {
      position: static;
      float: left; }
    .HTMLContentRotator .controls .next {
      position: static;
      float: right; }

.AskCookieLawPermission {
  height: auto;
  position: relative;
  background-color: #e6e6e6;
  color: #888888; }
  @media (max-width: 767px) {
    .AskCookieLawPermission {
      z-index: 999;
      position: fixed;
      top: 80px;
      -webkit-transform: translateZ(0); } }
  @media (max-width: 767px) and (max-width: 320px) {
    .AskCookieLawPermission {
      top: 50px; } }

.AskCookieLawPermissionInner {
  background-image: none;
  padding-left: 0;
  padding-top: 0;
  font-size: 12px;
  display: inline; }
  .AskCookieLawPermissionInner .PermissionText {
    display: table;
    margin: auto; }
  @media (max-width: 469px) {
    .AskCookieLawPermissionInner span {
      font-size: 10px; }
    .AskCookieLawPermissionInner .btnCookiesGroup {
      font-size: 10px; }
      .AskCookieLawPermissionInner .btnCookiesGroup .btnCookies {
        padding: 0 5px;
        margin: 10px 0 !important; } }

.btnCookiesGroup input[type=submit] {
  padding: 0 7px;
  background-color: #00ada8;
  border-radius: 4px;
  color: white; }

.ResetAcceptedCookieLawPermission, .ResetDeniedCookieLawPermission {
  display: none; }

.AskCookieLawPermissionInner a {
  text-decoration: underline; }

.InfoBoxDetail .ValidatorContent {
  display: none; }

.InfoBoxDetail .Validation {
  width: auto; }

.InfoBoxDetail .ValidatorPointer {
  position: absolute;
  height: 42px;
  width: 252px;
  border: 1px solid #d20005;
  top: 2px;
  left: 26px;
  z-index: -1; }

/*#endregion*/
/*#region
******************** HTMLContent ContactBox ********************************/
.ContactBox {
  border: 1px solid #e8e8e8;
  padding-left: 10px;
  padding-top: 24px;
  padding-bottom: 20px;
  margin-top: 17px;
  margin-left: -1px;
  margin-bottom: 50px; }
  .ContactBox:after {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    top: 48px;
    left: 7px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: white;
    transform: rotate(-45deg); }
  .ContactBox a:hover {
    text-decoration: none; }
  .ContactBox h3 {
    margin-left: 20px; }

.row.ContactBox p {
  margin-left: 20px; }

.row.ContactBox .RequestFormTextBox .FormControl {
  width: auto !important; }

.row.ContactBox .RequestFormTextBox .FormView input {
  width: 100%; }

.PagesOverview {
  width: 570px;
  overflow: scroll; }

/*#endregion*/
.RequestFormTextBox .FormView .IsRequired {
  background-color: white; }

.RequestFormText.NoBottom {
  margin-bottom: -18px; }

.RequestFormTextBox.InfoBox .FormView .FormControl label {
  display: none; }

.RequestFormTextBox {
  margin-top: 0 !important; }

.RequestFormText {
  margin-top: 0 !important; }

.RequestFormTextBox .FormView input {
  height: 40px;
  border: 1px solid #dadada;
  margin-left: 24px;
  margin-bottom: -4px;
  padding: 0 0 4px 16px;
  -webkit-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
  -moz-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
  box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77); }

.RequestFormTextBox.FormStyle input {
  margin-left: 0;
  width: 65% !important; }

.RequestFormTextBox.FormStyle textarea {
  margin-left: 0;
  width: 65% !important; }

.RequestFormText .FormView a.Button3 {
  position: relative;
  color: white;
  background-color: #d20005;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }

.RequestFormText .FormView a.Button3:hover {
  color: white;
  text-decoration: none;
  background-color: #AB0408;
  cursor: pointer; }

.RequestFormText .FormView a.Button3:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid White;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.RequestFormTextBox .FormView textarea {
  background-color: white !important;
  border: 1px solid #dadada !important;
  padding: 8px 8px 12px 8px;
  margin-left: 24px;
  resize: none;
  -webkit-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
  -moz-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
  box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
  border-bottom: 0; }

.RequestFormSendEmailButton {
  margin-top: 10px;
  margin-bottom: 10px; }

.RequestFormSendEmailButton a {
  color: white;
  position: relative;
  background-color: #00ada8;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }

.RequestFormSendEmailButton.FormStyle {
  margin-left: 178px;
  margin-top: 10px;
  margin-bottom: 20px; }

.RequestFormSendEmailButton a:after {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid White;
  border-bottom: 2px solid White;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.RequestFormSendEmailButton a:hover {
  background-color: #017a77; }

.RequestFormSendEmailButtonFailure {
  color: Red;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center; }

.RequestFormSendEmailButton.contact {
  margin-left: 26px; }

.RequestFormSendEmailButton.CallMe {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px !important;
  margin-left: 26px; }

.adverteren .RequestFormTextBox {
  margin-left: 17px;
  padding-bottom: 4px; }

.adverteren .InfoBoxDetail .RequestFormTextBox {
  margin-left: 0; }

.adverteren .RequestFormTextBox .FormView .FormControl input {
  width: 300px !important; }

.row.InfoBoxDetail .RequestFormTextBox.Infobox input {
  width: 200px !important; }

.adverteren .row.InfoBoxDetail .RequestFormText .FormView label {
  width: 250px !important; }

.adverteren .RequestFormTextBox .FormView .FormControl textarea {
  width: 300px !important; }

.adverteren .RequestFormSendEmailButton {
  padding-top: 10px;
  margin-left: 200px !important; }

.RequestFormTextBox.inputaanmelden textarea {
  margin-left: 40px; }

.RequestFormTextBox.marginleft input {
  margin-left: 40px; }

.RequestFormTextBox.marginleft textarea {
  margin-left: 40px;
  margin-bottom: 10px; }

.RequestFormTextBox.floatleft {
  width: 50%;
  float: left; }

.ContactBox .RequestFormTextBox label {
  margin-left: 24px; }

.RequestFormTextBox.textareabox input {
  height: 100px; }

.ContactBox .RequestFormTextBox .FormControl {
  width: 250px; }

.RequestFormTextBox.textareabox .FormControl {
  width: 500px; }

.ContactBox .RequestFormDropdownList label {
  width: 400px;
  margin-left: 24px; }

.ui-datepicker-trigger {
  background: url("images/cal_icon_cl.png") top left no-repeat;
  background-size: 30%;
  border: 0 none;
  border-radius: 0 2px 2px 0;
  height: 40px;
  width: 40px;
  cursor: pointer; }

#ui-datepicker-div {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-color: #CCCCCC #CCCCCC #BBBBBB;
  box-shadow: 0 5px 15px -5px #000000;
  /* Fallback color */
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  box-sizing: border-box;
  padding: 8px;
  width: 224px;
  display: none;
  zoom: 1;
  z-index: 100; }

#ui-datepicker-div .ui-datepicker-header {
  height: 30px; }

#ui-datepicker-div .ui-datepicker-header > a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 30px;
  -ms-opacity: 0.5;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  width: 20px;
  position: absolute;
  top: 4px; }

#ui-datepicker-div .ui-datepicker-header > a:hover {
  -ms-opacity: 1;
  opacity: 1; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
  background-position: -20px 0; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
  background-position: 0 0; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0 30px;
  text-align: right; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  border: 0 none;
  font-weight: bold;
  text-transform: capitalize;
  margin: 2px 10px 2px 0; }

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse; }

.WrittenText {
  display: none; }

#ui-datepicker-div .ui-datepicker-calendar thead th,
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  height: 25px;
  padding: 0;
  text-align: right;
  width: 14.2857%; }

#ui-datepicker-div .ui-datepicker-calendar thead th {
  background-color: #F1F1F1;
  color: #999999;
  cursor: default;
  font-weight: 700;
  text-align: center; }

#ui-datepicker-div .ui-datepicker-calendar tbody {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 4px 6px; }

#ui-datepicker-div .ui-datepicker-calendar tbody td:hover {
  background-color: #FF8000;
  box-shadow: none; }

#ui-datepicker-div .ui-datepicker-calendar tbody td:hover a,
#ui-datepicker-div .ui-datepicker-calendar tbody td:hover span {
  color: #FFFFFF; }

#ui-datepicker-div .ui-datepicker-calendar tbody td a,
#ui-datepicker-div .ui-datepicker-calendar tbody td span {
  display: block;
  padding-right: 5px;
  color: #666666;
  font-weight: normal;
  text-decoration: none; }

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #00ada8;
  box-shadow: 0 1px 3px 0 #00ada8 inset; }

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today.ui-datepicker-current-day a,
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #FFFFFF;
  font-weight: 700; }

#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today a {
  color: #00ada8; }

#ui-datepicker-div .ui-state-disabled {
  -ms-opacity: 0.35;
  opacity: 0.35; }

.DatePicker {
  z-index: 999999; }

.ui-datepicker-calendar td {
  float: none; }

/*#region
******************** ContentContainer ********************************/
#ContentContainer {
  /*overflow: hidden;*/ }
  #ContentContainer #OuterPage {
    margin: 0 auto;
    width: 100%;
    /*height: 488px;*/
    /*height: auto;*/
    background: white; }

/*#endregion*/
/*#region
******************** Metainfo ********************************/
#MetaInfo {
  float: right;
  height: auto;
  margin-bottom: 10px; }
  #MetaInfo span, #MetaInfo a {
    color: #486166;
    /*float: left;*/
    margin: 0 2px;
    margin-top: 1px; }
    #MetaInfo span:hover, #MetaInfo a:hover {
      color: #53c6c3; }
  #MetaInfo #MetaInfoContent {
    float: right; }

/*#endregion*/
/*#region
******************** Page Header ********************************/
header {
  transition: top 0.2s ease-in-out;
  width: 100%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  min-height: 130px; }

/*#endregion*/
/*#region
******************** MainLogoContainer ********************************/
#MainLogoContainer {
  width: 200px;
  margin-left: -20px; }
  #MainLogoContainer span {
    display: none; }
  #MainLogoContainer img {
    margin-top: 30px;
    width: 220px;
    height: 76px; }

#PageHeader.sticky #MainLogoContainer:after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  width: 21px;
  bottom: -33px;
  height: 21px;
  background: white;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 103; }

.home #MainLogoContainer:after,
.about #MainLogoContainer:after,
.vacatures #MainLogoContainer:after,
.contact #MainLogoContainer:after,
.Actualiteiten #MainLogoContainer:after,
.zoeken #MainLogoContainer:after {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  width: 21px;
  bottom: -33px;
  height: 21px;
  background: white;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1; }

/*#endregion*/
/*#region
******************** SiteSearchPanel ********************************/
.SiteSearchPanel {
  position: relative;
  float: right; }
  .SiteSearchPanel input {
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #e8e8e8 !important;
    margin: 0;
    color: black;
    background-color: #e8e8e8;
    border-radius: 4px;
    padding: 4px 5px;
    width: 90px; }
    .SiteSearchPanel input.button {
      margin-left: -34px;
      width: 35px;
      height: 29px;
      margin-right: 8px;
      color: transparent; }
      .SiteSearchPanel input.button:focus {
        border: 0; }
  .SiteSearchPanel:after {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    color: grey;
    position: absolute;
    right: 24px;
    top: 4px; }

input:focus {
  outline: 0; }

.SearchText input:focus {
  background-color: transparent; }

.SearchText input:-webkit-autofill {
  background: #ffd700 url("images/plate.png") no-repeat scroll 0 0;
  border: 0 solid #ffd700; }

#watermarkTextSiteSearchPanel {
  color: #333333; }

/*#endregion*/
/*#region
******************** AnchorSubmenu ********************************/
.AnchorSubmenu {
  font-weight: 600;
  font-size: 16px;
  padding-top: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  position: static; }
  .AnchorSubmenu li {
    display: inline;
    position: relative; }
    .AnchorSubmenu li.active a:after {
      content: '';
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -16px;
      width: 12px;
      height: 12px;
      background: white;
      border-radius: 4px;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      transform: rotate(45deg);
      z-index: 1; }
    .AnchorSubmenu li.active a {
      color: #53c6c3 !important; }
    .AnchorSubmenu li a:visited {
      color: #333333; }
      .AnchorSubmenu li a:visited:hover {
        color: #333333; }
    .AnchorSubmenu li a:link {
      color: #333333;
      font-size: 16px;
      margin-right: 20px; }
    .AnchorSubmenu li a:hover {
      color: #53c6c3;
      text-decoration: none; }
    .AnchorSubmenu li:after {
      display: none !important; }
  .AnchorSubmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.AnchorSubmenuPlaceHolder {
  height: 59px; }

#AnchorSubmenu.sticky {
  position: fixed;
  top: 53px;
  z-index: 100;
  background-color: white;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 10px 0 14px -2px #c9cacb;
  box-shadow: 10px 0 14px -2px #c9cacb; }
  #AnchorSubmenu.sticky .AnchorSubmenu {
    border: 0; }

/*#endregion*/
/*#region
******************** SiteLinkMenu ********************************/
#SiteLinkMenu {
  /*position: absolute;
    top: 10px;
    right: 64px;
    margin-right: -80px;
    width: 650px;*/
  float: right;
  /*margin-bottom:30px;*/ }
  #SiteLinkMenu ul {
    margin: 0;
    float: right; }
    #SiteLinkMenu ul li {
      float: left;
      margin: 0;
      padding-top: 4px;
      list-style-type: none;
      list-style-image: none; }
      #SiteLinkMenu ul li a {
        font-weight: 300;
        font-size: 14px;
        padding-top: 0; }
  #SiteLinkMenu a {
    padding-right: 20px; }
    #SiteLinkMenu a:hover {
      color: #486166;
      padding-right: 20px;
      text-decoration: underline; }

/*#endregion*/
/*#region
******************** MainMenu ********************************/
#MainMenu {
  float: right;
  min-height: 50px;
  margin-top: 12px;
  position: static; }
  #MainMenu .Root {
    float: right;
    width: 100%; }
    #MainMenu .Root a {
      border-bottom: 0;
      margin-left: 2px;
      margin-right: 4px; }
    #MainMenu .Root .RootMenu li {
      float: left;
      margin-right: 6px;
      font-size: 12px;
      top: 10px;
      text-transform: uppercase;
      list-style: none;
      width: auto; }
      #MainMenu .Root .RootMenu li.HasChildren:after {
        display: block;
        position: absolute;
        top: 10px;
        right: -3px;
        width: 9px;
        height: 9px;
        background: #FFFFFF;
        border-right: 1px solid #53c6c3;
        border-bottom: 1px solid #53c6c3;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #MainMenu .Root .RootMenu li a {
        color: #333333;
        display: block;
        padding: 7px;
        margin-top: -1px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        background: none; }
        #MainMenu .Root .RootMenu li a:hover {
          color: #53c6c3;
          text-decoration: none; }
      #MainMenu .Root .RootMenu li.mn_MijnVwe {
        font-weight: 700;
        width: 124px;
        height: 32px;
        color: #333333;
        background-color: #ffd700;
        border-radius: 8px;
        margin-left: 50px;
        margin-bottom: 15px;
        padding-left: 24px;
        float: right; }
        #MainMenu .Root .RootMenu li.mn_MijnVwe:after {
          content: "";
          width: 35px;
          height: 22px;
          background: url(images/lock.svg);
          background-size: 35px 22px;
          background-repeat: no-repeat;
          top: 4px;
          left: 2px;
          position: absolute;
          display: inline-block; }
        #MainMenu .Root .RootMenu li.mn_MijnVwe:hover {
          background-color: #ecc500; }
      #MainMenu .Root .RootMenu li .ChildMenu {
        position: absolute !important;
        z-index: 68000 !important;
        height: auto;
        padding: 0 6px 10px;
        margin-left: -1px;
        background: white 0 100% no-repeat;
        border-radius: 0 0 20px 0;
        box-shadow: 11px 14px 11px -12px #333333, 0 0 6px -4px #333333;
        border: 1px solid #e8e8e8; }
        #MainMenu .Root .RootMenu li .ChildMenu > div {
          margin-top: 10px;
          display: inline-block; }
      #MainMenu .Root .RootMenu li.HasChildren div a {
        text-decoration: none;
        padding-left: 10px;
        display: inline-block;
        font-weight: normal; }
    #MainMenu .Root .RootMenu .mn_MijnVwe a:hover {
      color: #333333; }
    #MainMenu .Root li.SelectedTab a {
      color: #53c6c3;
      font-weight: bold;
      text-decoration: none; }
      #MainMenu .Root li.SelectedTab a:hover {
        color: #53c6c3; }
  #MainMenu .Child li.SelectedTab > a {
    color: #53c6c3;
    font-weight: bold;
    text-decoration: none; }

/*#endregion*/
/*#region
*************** Child menu ****************/
.Child {
  left: 10px;
  width: 1199px;
  margin-top: 30px;
  display: inline-block; }
  .Child .ChildMenu.navigation {
    display: list-item !important; }
    .Child .ChildMenu.navigation li a:hover {
      color: #00ADA8;
      text-decoration: none; }
  .Child ul.ChildMenu.navigation {
    list-style-type: none;
    margin-left: -34px;
    padding-bottom: 34px; }

.ChildMenu {
  display: none; }
  .ChildMenu li.HasChildren {
    padding-bottom: 22px;
    margin-bottom: -18px; }
  .ChildMenu li.HasChildren.Open {
    padding-bottom: 182px;
    margin-bottom: -18px; }
  .ChildMenu li {
    font-weight: 600;
    float: left;
    display: list-item;
    padding: 10px 30px; }
    .ChildMenu li a:hover {
      color: #53c6c3; }
  .ChildMenu.navigation .HasChildren.Open li a:hover.HTMLContent.header-textbox img {
    color: #486166; }

.ChildMenu li.HasChildren.Open ul {
  margin-top: 9px;
  display: list-item;
  list-style-type: none;
  left: 0px;
  width: 100vw;
  height: 160px;
  background-color: #80cfcd;
  padding: 32px 10%;
  position: absolute;
  z-index: 150; }
  .ChildMenu li.HasChildren.Open ul li {
    position: relative;
    width: 33%;
    height: 23px; }
    .ChildMenu li.HasChildren.Open ul li:after {
      content: '';
      display: block;
      position: absolute;
      top: 16px;
      left: 8px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      transform: rotate(-45deg); }

/*li.HasChildren.Open .ChildMenu {
    display: none !important;
}*/
.about .Child, .vacatures .Child, .contact .Child, .Actualiteiten .Child, .zoeken .Child {
  display: none; }

/*#endregion*/
/*#region
******************** Navbar ********************************/
.navbar {
  margin-bottom: auto !important;
  position: static; }

.nav-up {
  top: -100px; }

.navbar-toggle .icon-bar {
  background-color: white;
  width: 14px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px; }

/*#endregion*/
/*#region
******************** Sticky parts ********************************/
#Page.sticky {
  margin-top: 180px; }

#Page .inner.sticky .InfoBoxDetail {
  position: fixed;
  top: 134px;
  right: 20%;
  z-index: 1;
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  float: right;
  padding: 0;
  margin-top: -64px;
  margin-right: -70px;
  box-shadow: 0 2px #c9cacb;
  z-index: 999; }

#PageHeader.sticky {
  position: fixed;
  top: 0;
  min-height: 52px;
  z-index: 999; }
  #PageHeader.sticky #SiteLinkMenu {
    display: none; }
  #PageHeader.sticky #MetaInfo {
    display: none; }
  #PageHeader.sticky #MainMenu {
    margin-top: 0; }
    #PageHeader.sticky #MainMenu .Root {
      top: 2px; }
  #PageHeader.sticky #MainLogoContainer img {
    height: 52px;
    margin-left: -29px;
    margin-top: 3px;
    position: absolute; }
  #PageHeader.sticky #MainLogoContainer:after {
    z-index: -1;
    bottom: -62px; }

.sticky .Child {
  display: none; }

.draggable .HTMLContent.InfoBoxDetail {
  float: left; }

.draggable .HTMLContent #stickytop.sticky {
  position: relative !important; }

a.BackToTop {
  display: block;
  position: fixed;
  font-size: 10px;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 4pc;
  padding: 6px;
  color: #d6e7e7;
  background-color: #d6e7e7;
  border-radius: 8px;
  cursor: pointer;
  z-index: 99;
  -webkit-transform: translateZ(0); }
  a.BackToTop:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

/*#endregion*/
/*#region
******************** BreadCrums ********************************/
#ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  /*position: absolute;*/
  height: 39px;
  z-index: 9999;
  width: 100%; }

#BreadCrums {
  position: relative;
  padding-top: 9px;
  padding-left: 20%;
  height: 38px;
  background-color: white;
  border-bottom: 1px solid #e8e8e8; }
  #BreadCrums .SiteMapPath::before {
    content: "";
    position: absolute;
    height: 38px;
    left: 18%;
    top: 0;
    border-left: 1px solid #e8e8e8; }
  #BreadCrums .SiteMapPath a {
    text-decoration: underline !important; }
    #BreadCrums .SiteMapPath a.span:link {
      text-decoration: underline; }
  #BreadCrums .SiteMapPath span, #BreadCrums .SiteMapPath span a {
    color: #486166;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    padding-top: 4px;
    padding-right: 16px; }
  #BreadCrums .SiteMapPath span a::after {
    content: '';
    position: absolute;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    top: 1px;
    right: -26px;
    width: 26px;
    height: 26px;
    background: white;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1; }

/*#endregion */
/*#region
******************** block2 ********************************/
.block2 {
  border: 10px solid transparent;
  font-weight: 200;
  padding: 15px;
  position: relative;
  height: 244px;
  margin-bottom: 10px; }
  .block2 .NewsContainer {
    padding: 15px;
    height: 102px;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    position: relative; }
  .block2 .finnik {
    width: 100%;
    color: #333333;
    font-size: 14px;
    padding-top: 6px;
    padding-left: 22px;
    float: left;
    overflow: hidden;
    height: 112px; }
    .block2 .finnik img {
      max-height: 110px; }
  .block2.english {
    margin-left: 0;
    width: 312px;
    height: 100px; }
    .block2.english .kenteken {
      height: 128px; }
    .block2.english.finnik {
      width: 270px !important;
      height: 178px !important;
      padding: 5px;
      font-size: 12px; }
  .block2 .NewsHeader .NewsTitle {
    position: absolute;
    font-size: 15px;
    float: left;
    overflow: hidden;
    width: 70%;
    height: 40px;
    z-index: 99; }
    .block2 .NewsHeader .NewsTitle:hover {
      color: #53c6c3 !important;
      text-decoration: underline !important; }
  .block2 .NewsListBody .NewsSocialImageContainer {
    width: 95px; }
    .block2 .NewsListBody .NewsSocialImageContainer:before {
      right: 42px; }

/*#endregion*/
/*#region
******************** block3 ********************************/
.block3 {
  margin-top: 14px;
  font-weight: 200;
  font-size: 14px;
  height: 148px;
  border: white solid 3px; }
  .block3 > div {
    border: 1px solid #e8e8e8;
    height: 148px;
    padding: 18px; }
  .block3 h3 {
    font-size: 20px;
    font-weight: normal; }
    .block3 h3 .Milieu {
      font-size: 20px;
      font-weight: normal; }
  .block3 .Milieu {
    color: #d20005;
    font-weight: normal; }
  .block3.nowhite {
    border: 0; }
    .block3.nowhite > div {
      border-color: #e8e8e8; }

/*#endregion*/
/*#region
******************** functional classes ********************************/
.no_border_left {
  border-left-width: 0; }

.no_border_right {
  border-right-width: 0; }

.no_border_bottom {
  border-bottom-width: 0; }

.border_right {
  border-right-width: 1px; }

.border_bottom {
  border-bottom-width: 1px; }

.bg-green {
  background-color: #00ADA8; }

.bg-white {
  font-family: "Open Sans";
  background-color: White; }

.pink {
  background-color: #fde9ea;
  margin-top: 0;
  margin-bottom: -10px; }

.title_box {
  font-weight: 300;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: -15px;
  color: #333333;
  background-color: transparent; }

.ContactInformation {
  display: none; }

.row.InfoBoxDetail .Button4 {
  left: 26px;
  top: 22px; }

.RootTabRow {
  width: 100%;
  float: left; }

.PagingContainer a {
  color: #53c6c3;
  border: 1px solid #53c6c3;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 2px; }

/*.SiteMapPath
{
    display: none;
}*/
/*#endregion*/
/*#region
******************** Footer ********************************/
#PageFooter {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #e6e6e6; }
  #PageFooter a:link, #PageFooter a:visited {
    font-weight: 300;
    font-size: 13px; }
  #PageFooter .footerblock {
    padding: 18px 16px;
    color: #888888;
    margin-top: -28px;
    min-height: 240px;
    font-weight: 300;
    font-size: 13px; }
    #PageFooter .footerblock.english {
      margin-bottom: 100px;
      min-height: 160px !important; }
    #PageFooter .footerblock h4 {
      font-size: 14px;
      color: #333333;
      font-weight: 700;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #PageFooter .footerblock h4 a:link {
        font-size: 14px;
        font-weight: 700;
        color: #333333 !important; }
      #PageFooter .footerblock h4 a:visited {
        color: #333333 !important; }
    #PageFooter .footerblock a:link {
      color: #888888 !important;
      text-decoration: none; }
    #PageFooter .footerblock a:visited {
      color: #888888 !important;
      text-decoration: none; }
    #PageFooter .footerblock a:hover {
      color: #888888;
      text-decoration: underline !important; }
    #PageFooter .footerblock a.contact {
      color: #53c6c3 !important;
      font-weight: bold;
      text-decoration: none !important; }
    #PageFooter .footerblock a.social {
      color: #888888;
      font-weight: normal; }

.Footer {
  font-size: 12px;
  font-weight: 200; }

#FooterAccordion {
  margin: 10px; }
  #FooterAccordion h3 {
    padding: 20px;
    margin-top: 15px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background: #efefef;
    font-size: 16px;
    font-weight: bold; }
    #FooterAccordion h3.ui-state-active {
      background: white; }
      #FooterAccordion h3.ui-state-active span:after {
        transform: rotate(-135deg);
        top: 25px; }
    #FooterAccordion h3 span:after {
      cursor: pointer;
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 9px;
      height: 9px;
      background: transparent;
      border-right: 1px solid #888888;
      border-bottom: 1px solid #888888;
      transform: rotate(45deg); }
  #FooterAccordion .contact {
    cursor: pointer;
    color: #53c6c3 !important;
    font-weight: bold;
    text-decoration: none !important; }
  #FooterAccordion > div {
    border: 1px solid #e8e8e8;
    border-radius: 0 0 2px 2px;
    padding: 10px;
    margin: 0 10px 10px;
    background: white; }
  #FooterAccordion a {
    line-height: 1.9em; }

/*#endregion*/
/*#region
******************** Media query's ********************************/
@media (max-width: 1700px) {
  #Page .inner.sticky .InfoBoxDetail {
    right: 19%; } }

@media (max-width: 1675px) {
  #Page .inner.sticky .InfoBoxDetail {
    right: 17%; } }

@media (max-width: 1540px) {
  #Page .inner.sticky .InfoBoxDetail {
    margin-right: -165px; } }

@media (max-width: 1378px) {
  .row.InfoBoxDetail {
    right: 40px; } }

@media (max-width: 1299px) {
  .row.InfoBoxDetail {
    right: 30px; } }

@media (max-width: 1275px) {
  .row.InfoBoxDetail {
    right: 50px; }
  #Page .inner.sticky .InfoBoxDetail {
    right: 14%; } }

@media (max-width: 1199px) {
  .ChildMenu li {
    padding: 10px 30px 10px 14px; }
  .ChildMenu.navigation .HasChildren.Open li {
    padding-left: 30px; }
  .ChildMenu.navigation a.HasChildren.Open:hover {
    color: #486166 !important; }
  #PageHeader.sticky {
    min-height: 54px; }
  #stickytop.sticky {
    position: relative; }
  .home #MainLogoContainer:after {
    content: "";
    bottom: -30px; }
  #Page .inner.sticky .InfoBoxDetail {
    right: 19%; }
  .NewsStyle .col-md-6 {
    width: 100%; }
  .NewsStyle .HeaderText {
    font-size: 20px;
    height: 150px !important; }
  .NewsStyle .NewsOverview {
    width: 100%;
    margin: 0; }
  .NewsStyle .header-textbox p.HeaderText {
    font-size: 20px;
    height: 150px !important; }
  .NewsOverviewBox .NewsItem {
    float: left !important; }
  .NewsOverviewBox .NewsHeader .NewsTitle {
    font-size: 12px !important; }
  .SocialMediaBox.SocialMedia {
    float: left !important; }
  p.text {
    margin-top: 7px; }
  .block2 .NewsHeader .NewsTitle {
    font-size: 14px; }
  .block3 {
    font-size: 13px;
    height: 155px; }
  .row.InfoBoxDetail {
    margin-right: -120px; }
  .VweKenteken .Action .SearchText input {
    left: -85px !important; } }

@media (max-width: 1100px) {
  .row.InfoBoxDetail {
    right: 130px; } }

@media (max-width: 991px) {
  nav.navbar.container {
    width: 100%;
    /*min-height:180px;*/ }
  .header {
    height: 152px !important; }
  .PagingContainer {
    padding-bottom: 27px;
    line-height: 251%; }
  #SiteLinkMenu {
    padding: 0;
    margin-bottom: 0; }
  #MainLogoContainer:after {
    display: none !important; }
  #MainMenu .Root .RootMenu li.mn_MijnVwe {
    margin-left: 0; }
  #PageHeader.sticky {
    height: 82px; }
  #AnchorSubmenu.sticky {
    top: 80px; }
  #PageFooter .footerblock {
    margin-top: 0; }
  .ChildMenu li {
    padding: 10px 30px 10px 0;
    margin-left: -10px; }
  .ChildMenu.navigation .HasChildren.Open li {
    padding-left: 30px; }
  .adverteren .wpzZone1 {
    position: relative; }
  .adverteren .HTMLContentRotator > div {
    margin-left: 0 !important; }
  .adverteren .HTMLContent.quote {
    margin-left: 0 !important; }
  .Child ul.ChildMenu.navigation {
    margin-left: -58px; }
  .row.InfoBoxDetail {
    display: none; }
  .NewsStyle .header-textbox .NewsListDate {
    color: white !important;
    left: 124px;
    bottom: 32px !important; }
  .VweKenteken .Action .SearchText input {
    left: -60px !important; }
  .block3 > div {
    height: 175px; } }

@media (min-width: 768px) {
  .ChildMenu {
    display: none !important; }
  .ChildMenu .Open .ChildMenu {
    display: block !important; } }

@media (max-width: 767px) {
  header {
    position: fixed;
    min-height: 0;
    max-height: 100vh; }
  #SiteLinkMenu {
    float: left;
    margin-top: 30px;
    margin-left: -9px; }
  #MainMenu .Root li.SelectedTab a {
    color: #53c6c3 !important; }
  #MainMenu .Root li.SelectedTab .ChildMenu a {
    color: black !important; }
  #PageHeaderInner {
    width: 100vw; }
  #PageHeader.sticky {
    height: auto; }
    #PageHeader.sticky #SiteLinkMenu {
      display: block; }
    #PageHeader.sticky #MainMenu .Root {
      top: 0; }
  .SiteSearchPanel {
    float: left; }
  #MainMenu {
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px; }
  #Page.sticky {
    margin-top: 0; }
  #MainLogoContainer {
    display: none; }
  #MainMenu .Root .RootMenu {
    margin-left: 0 !important;
    margin-bottom: 15px; }
    #MainMenu .Root .RootMenu li {
      width: 90%; }
      #MainMenu .Root .RootMenu li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        margin-bottom: -6px;
        max-width: 90%;
        background-color: transparent !important; }
      #MainMenu .Root .RootMenu li .ChildMenu {
        position: relative !important;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: none; }
      #MainMenu .Root .RootMenu li.mn_MijnVwe {
        display: none; }
        #MainMenu .Root .RootMenu li.mn_MijnVwe a {
          margin-left: 20px; }
        #MainMenu .Root .RootMenu li.mn_MijnVwe:hover {
          margin-left: 0; }
      #MainMenu .Root .RootMenu li.HasChildren:after {
        content: ''; }
  #MainMenu .Root .RootTabRowMenu li {
    width: 100%; }
  #MainMenu .Root .ChildTabRowMenu li {
    width: 100%; }
  #SiteLinkMenu ul {
    display: none; }
  #MetaInfo {
    margin-right: 20px;
    margin-top: 20px; }
    #MetaInfo span, #MetaInfo a {
      font-weight: 300;
      font-size: 14px;
      color: #888888; }
  #MetaInfoContent > span {
    display: none; }
  #zone1 {
    padding-top: 80px; }
  .HeaderText {
    padding-top: 4px;
    font-size: 18px; }
  .header-textbox .HeaderText {
    width: auto !important;
    left: 0 !important; }
  .header-textbox p.HeaderText {
    font-size: 18px !important;
    padding-top: 5px !important; }
  .header-textbox h1.HeaderText {
    font-size: 18px !important;
    padding-top: 5px !important; }
  .footerblock {
    min-height: 0; }
  #PageFooter .footerblock {
    margin-top: 0;
    display: none; }
    #PageFooter .footerblock a.contact {
      color: #53c6c3 !important;
      font-weight: bold;
      text-decoration: none !important; }
      #PageFooter .footerblock a.contact:visited {
        color: #53c6c3 !important;
        font-weight: bold;
        text-decoration: none !important; }
    #PageFooter .footerblock a:link {
      color: #888888 !important;
      text-decoration: none !important; }
  .navbar {
    min-height: 80px !important; }
  .navbar-header .MenuText {
    position: absolute;
    top: 5px;
    left: 30px;
    font-size: 15px; }
  .navbar-header .ResponsiveMijnVweButton {
    position: absolute;
    color: #333333 !important;
    text-decoration: none !important;
    background-color: #ffd700;
    border-radius: 5px;
    top: 20px;
    right: 1%;
    width: 122px;
    height: 32px;
    font-weight: 600;
    font-size: 16px !important;
    padding-left: 35px;
    padding-top: 7px; }
    .navbar-header .ResponsiveMijnVweButton:after {
      content: "";
      width: 35px;
      height: 22px;
      background: url(images/lock.svg);
      background-size: 35px 22px;
      background-repeat: no-repeat;
      top: 4px;
      left: 2px;
      position: absolute;
      display: inline-block; }
  .navbar-toggle {
    float: left;
    left: 1%;
    color: white;
    background-color: #00ADA8;
    padding-right: 62px;
    height: 32px;
    top: 14px; }
  .nav-justified > li > a {
    text-align: left; }
  .Child {
    display: none;
    float: left;
    margin-top: 100px;
    width: 200px; }
  li.Open ul.ChildMenu {
    margin-top: 0;
    position: relative !important;
    width: auto;
    z-index: 2;
    height: auto;
    background: transparent;
    padding: 0; }
    li.Open ul.ChildMenu li {
      height: auto; }
  .ChildMenu li {
    padding: 3px 27px 3px 34px; }
  #AnchorSubmenu.sticky {
    top: 65px; }
  .AnchorSubmenu li.active a::after {
    display: none; }
  .block2 {
    margin-top: 0;
    margin-bottom: 0 !important; }
    .block2 .NewsHeader {
      padding: 15px; }
      .block2 .NewsHeader .NewsTitle {
        margin-top: -19px; }
    .block2.VweKenteken {
      border: 0 !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .block2 .finnik {
      width: 100% !important;
      height: 138px !important; }
      .block2 .finnik img {
        max-width: 145px !important; }
    .block2 .kenteken {
      height: 138px !important; }
  .block3 {
    font-size: 14px !important; }
    .block3 h3 {
      font-size: 18px !important; }
    .block3 > div {
      height: 148px !important; }
  .NewsOverview {
    max-width: 80% !important; }
  .NewsStyle .header-textbox .NewsListDate {
    left: 14px;
    bottom: 25px !important; }
  .NewsStyle .header-textbox p.HeaderText {
    height: 115px !important;
    padding-left: 10px;
    padding-top: 15px !important;
    width: 100% !important; }
  .NewsStyle .HeaderText {
    height: 115px !important;
    padding-left: 10px;
    padding-top: 15px !important; }
  .NewsList {
    border: none; }
  .NewsOverviewBox .NewsItem {
    width: 100% !important;
    float: none; }
  table {
    width: 100% !important; }
  td {
    width: 50%;
    float: left; }
  .ResponsiveMijnVweButton {
    display: inline-block !important; }
  .title_box {
    font-size: 20px; }
    .title_box.actueel {
      margin-bottom: -8px; }
  .quote {
    margin-left: -90px; }
  .RootTabRowMenu {
    float: left;
    height: auto; }
  .MobileLogo {
    content: '';
    display: block;
    position: absolute;
    background-image: url("images/logo/vwe-logo-mobile.png");
    background-size: 120px 52px;
    z-index: 9999; }
  #ctl00_ctl00_ctl00_cphMenu_tnvTabNavigator {
    height: auto;
    width: 250px; }
  #bs-example-navbar-collapse-1 {
    overflow: hidden; }
  #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
    display: none; }
  /*a.bpmlink {
        left: 0;
        bottom: 128px;
        position: absolute;
    }*/
  .Actualiteiten .NewsItem {
    width: 100% !important; }
  .VweKenteken .Action .SearchText input {
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 10px !important;
    left: -50px !important; }
  .SocialMedia.SocialMediaBox {
    width: 100% !important; }
  .row.InfoBoxDetail {
    display: none; }
  .adverteren .HTMLContentRotator > div {
    margin-left: 0 !important; } }

@media (max-width: 500px) {
  .floatleft {
    float: left;
    width: 100% !important; }
  textarea {
    width: 80% !important; } }

@media (max-width: 492px) {
  #AnchorSubmenu.sticky {
    padding-top: 20px;
    padding-left: 40px; }
  .AnchorSubmenu li {
    display: block; }
  .navbar-header .ResponsiveMijnVweButton {
    width: 40px;
    font-size: 0 !important; }
  .navbar-header .MenuText {
    display: none; }
  .navbar-toggle {
    padding-right: 11px; } }

@media (max-width: 492px) {
  .NewsStyle .HeaderText {
    font-size: 13px !important;
    height: 108px !important; }
  .NewsStyle .header-textbox p.HeaderText {
    font-size: 13px !important;
    height: 108px !important; } }

@media (max-width: 320px) {
  #PageHeader {
    min-height: 52px; }
    #PageHeader.sticky {
      min-height: 52px; }
  body {
    overflow-wrap: break-word;
    hyphens: auto; }
  td {
    width: 100%; }
  table {
    width: 100% !important; }
  .navbar {
    min-height: 48px !important; }
  .navbar-toggle {
    top: -1px !important; }
  .navbar-header .ResponsiveMijnVweButton {
    top: 7px !important; }
  .navbar-header .MenuText {
    display: none; }
  .HeaderText {
    padding-left: 24px;
    font-size: 18px; }
  #AnchorSubmenu.sticky {
    top: 50px !important; }
  /*a.bpmlink {
        left: 54px;
        bottom: 114px;
    }*/
  p.text {
    margin-top: 27px;
    font-size: 12px; }
  li.Open ul.ChildMenu li:after {
    display: none; }
  #zone1 {
    padding-top: 50px; }
  .header-textbox {
    height: 30%; }
    .header-textbox p.HeaderText, .header-textbox h1.HeaderText {
      font-size: 18px; }
  .NewsListDate {
    bottom: 0; }
  .kentekenboxxs {
    margin-top: -20px; }
  .InfoBox img {
    display: none; }
  .VweKenteken .Action .SearchText input {
    left: -85px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 10px !important; }
  .title_box.actueel {
    padding-top: 30px;
    margin-bottom: -10px !important; }
  .RowTitle.diensten {
    padding-top: 20px; }
  .block2 {
    border: 0; }
    .block2 .NewsContainer {
      padding: 0; }
    .block2 .NewsHeader::after {
      display: none; }
    .block2.VweKenteken {
      border: 0 !important; }
    .block2 .NewsHeader {
      height: 130px;
      margin: 0;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      margin-top: -1px;
      background-color: #fafafa;
      padding: 14px; }
      .block2 .NewsHeader .NewsTitle {
        font-size: 16px;
        margin-top: -2px; }
    .block2 .kenteken {
      background-color: #e8e8e8 !important;
      height: 112px; }
    .block2 .finnik img {
      margin-top: 20px; }
  .block3 {
    width: 100% !important;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
    margin-bottom: -1px !important;
    background-color: #efefef;
    padding: 4%; }
    .block3 h3 {
      font-size: 18px; }
    .block3 > div {
      border: 0;
      height: 0;
      padding: 0; }
  .finnik.bg-white {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    height: 131px;
    width: 100%; }
  .RowTitle {
    padding-left: 4%; }
  .RowGroup1 {
    padding-bottom: 0; }
  .MobileLogo {
    content: '';
    display: block;
    position: absolute;
    width: 90px;
    height: 38px;
    float: right;
    top: 7px;
    left: 53%;
    margin-left: -19px;
    background-image: url("images/logo/vwe-logo-mobile320.png");
    background-size: 90px 38px;
    z-index: 9999; } }

@media (max-width: 294px) {
  .HeaderText {
    font-size: 14px; } }

/*#endregion*/
@media (max-width: 991px) {
  #PageHeaderInner #MainLogoContainer:after {
    bottom: -53px !important; } }

.NewsPageInfo {
  margin-bottom: 20px; }

/*#region

/******** Colors ***********/
/*$body_main: #333333;
$primary: #53c6c3;
$secondary: #486166;

$vwe_yellow: #ffd700;
$vwe_red: #d20005;
$vwe_pink: #fde9ea;
$vwe_green: #00ADA8;
$vwe_blue: #d6e7e7;
$vwe_pink: #fde9ea;

$border: #e8e8e8;
$border_shadow: #c9cacb;
$vwe_zone1: #e6e6e6;
$vwe_zone2: #efefef;
$vwe_footer_text: #888888;
$button3_hover: #ab0408;
$vwe_vacancies: #cceceb;
$services_button: #098986;
$services_button_hover: #017a77;
$validator: #017a77;
$automarkt_primary: #f39200;
$am_services_button: #d8830b;
$am_services_button_hover: #b76f13;*/
/*#endregion*/
/*#region
/********* Logo URL **********/
/*#endregion*/
/*#region
/******** Fonts ***********/
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

/* END Extrabold Italic */
/*#endregion*/
/*#region
/********* Extensions **********/
/*#endregion*/
/*#region
******************** .home page ********************************/
.home .NewsHeader::before {
  width: 10px;
  height: 10px; }

.home .NewsListBody {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.home #zone3 {
  background-color: #efefef; }

.home.automarkt, .language #zone3 {
  background-color: #e6e6e6;
  padding-bottom: 20px; }

/*#endregion*/
/*#region
******************** .autobedrijf page ********************************/
.autobedrijf #zone3, .autobedrijf #zone10 {
  background-color: #efefef; }

.autobedrijf #zone7 {
  background-color: #e6e6e6; }

.autobedrijf #zone8 {
  background-color: white; }

.autobedrijf .BreadCrums {
  display: none; }

.autobedrijf #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  display: none; }

/*#endregion*/
/*#region
******************** .adverteren page ********************************/
.adverteren #zone4, .adverteren #zone5, .adverteren #zone7, .adverteren #zone9 {
  background-color: #efefef; }

.adverteren .HTMLContent a.Button2:visited, .adverteren .HTMLContent a.Button3:visited, .adverteren .HTMLContent a.Button2:link, .adverteren .HTMLContent a.Button3:link {
  color: white; }

.adverteren #zone2, .adverteren #zone8, .adverteren #zone10 {
  background-color: white; }

.adverteren .InfoBoxDetail .RequestFormTextBox .FormView .FormControl input {
  width: 250px !important; }

.adverteren .FormView input {
  margin-left: 24px; }

.adverteren .FormView .FormRadioButton td {
  padding: 6px 0 6px 26px; }

.adverteren .InfoBoxDetail .RequestFormSendEmailButton {
  margin-left: 27px !important;
  margin-top: 20px !important;
  margin-bottom: 24px !important; }

.adverteren .HTMLContentRotator .rotatorpageswrapper {
  height: 230px;
  margin-top: 40px;
  margin-bottom: 10px;
  overflow: inherit !important; }

.adverteren .HTMLContentRotator > div {
  margin-left: -15%; }

.adverteren .RequestFormTextBox {
  margin-left: 0 !important;
  padding-bottom: 4px !important; }
  .adverteren .RequestFormTextBox .FormView .FormControl input {
    width: 300px !important; }
  .adverteren .RequestFormTextBox .FormView .FormControl textarea {
    width: 300px !important; }

.adverteren .RequestFormEmail {
  margin-left: 0 !important;
  padding-bottom: 4px !important; }
  .adverteren .RequestFormEmail .FormView .FormControl input {
    width: 300px !important; }

.adverteren .RequestFormDropdownList .FormView select {
  margin-left: 24px;
  width: 300px; }

.adverteren .NewsList {
  position: relative;
  top: -26px !important; }

.adverteren .NewsListBody {
  position: relative; }

.adverteren .NewsItem {
  width: 36%;
  float: left;
  min-height: 150px;
  border: 1px solid white;
  padding: 10px; }

.adverteren .NewsItem .NewsContainer {
  border: 1px solid #e6e6e6;
  min-height: 150px;
  position: relative; }

.adverteren .NewsListDate {
  position: absolute;
  top: 15px;
  left: 25px; }

.adverteren .NewsHeader {
  width: 70%; }

.adverteren .NewsHeader a {
  position: absolute;
  top: 44px;
  left: 25px;
  font-size: 18px;
  color: black;
  width: 70%; }

.adverteren .NewsSummary {
  width: 70%;
  margin-top: 70px; }

.adverteren .ContainerReadMore a {
  color: white;
  background-color: #00ada8;
  padding: 4px 14px 4px 24px;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  bottom: 20px; }

/*#endregion*/
/*#region
******************** .English page ********************************/
.home.english #zone4 {
  margin-top: 20px;
  margin-bottom: 20px; }

/*#endregion*/
/*#region
******************** .Actualiteiten page ********************************/
.draggable .NewsOverview {
  width: 100% !important;
  margin: 0; }
  .draggable .NewsOverview img {
    max-width: 500px !important; }

.Actualiteiten #zone3 {
  background-color: #efefef;
  padding-top: 40px; }

.Actualiteiten .twoBlock {
  min-height: 90px;
  position: relative; }
  .Actualiteiten .twoBlock > div {
    margin-bottom: 20px; }
  .Actualiteiten .twoBlock:after {
    left: -9px; }

.Actualiteiten .NewsSummary {
  width: 70%;
  margin-top: 70px; }

.Actualiteiten .ContainerReadMore a {
  position: absolute;
  color: white;
  background-color: #00ADA8;
  padding: 6px 14px 6px 24px;
  border-radius: 4px;
  left: 4px;
  bottom: 4px;
  margin: 20px; }
  .Actualiteiten .ContainerReadMore a:hover {
    background-color: #017a77;
    text-decoration: none; }

.Actualiteiten .ContainerReadMore a::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid White;
  border-bottom: 2px solid White;
  transform: rotate(-45deg); }

.Actualiteiten .NewsItem {
  width: 50%;
  float: left;
  min-height: 175px;
  border: 1px solid white;
  padding: 10px; }
  .Actualiteiten .NewsItem .NewsContainer {
    border: 1px solid #e8e8e8;
    min-height: 175px;
    position: relative; }
  .Actualiteiten .NewsItem .NewsSocialImageContainer::before {
    height: 100%;
    width: 209px;
    content: ' ';
    border: 92.5px solid white;
    border-right: 92.5px solid transparent;
    position: absolute;
    right: 67px;
    top: 0;
    z-index: 1; }

.Actualiteiten .NewsListDate {
  position: absolute;
  top: 15px;
  left: 25px; }

.Actualiteiten .NewsHeader {
  width: 70%; }
  .Actualiteiten .NewsHeader a {
    position: absolute;
    top: 44px;
    left: 25px;
    font-size: 18px;
    color: #333333;
    width: 70%;
    z-index: 9; }

.Actualiteiten .NewsList {
  position: relative; }

.Actualiteiten .NewsListBody {
  position: relative; }

/*#endregion*/
/*#region
******************** .Over page ********************************/
.over .FormView .Validation .ValidatorContent {
  left: 188px !important;
  bottom: 32px !important; }

.over a {
  font-weight: 500; }
  .over a:link {
    color: #00ADA8;
    text-decoration: underline; }
  .over a:hover {
    color: #098986; }
  .over a:visited {
    color: #00ADA8; }
  .over a .FormView .Validation .ValidatorContent {
    left: 188px !important;
    bottom: 32px !important; }

.over table.Voordelen {
  color: white;
  width: 75%; }
  .over table.Voordelen a, .over table.Voordelen a:link, .over table.Voordelen a:visited {
    color: #00ADA8 !important; }
  .over table.Voordelen td {
    padding: 10px;
    border-spacing: 10px; }
  .over table.Voordelen tr {
    border-bottom: 1px solid white; }
    .over table.Voordelen tr:nth-child(even) {
      background-color: #fdd3a0; }
    .over table.Voordelen tr:nth-child(odd) {
      background-color: #f9b55c; }

.over h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.over #zone4, .over #zone6 {
  background-color: #efefef; }

table.Voordelen.automarkt {
  color: white;
  width: 100% !important; }
  table.Voordelen.automarkt td {
    padding: 10px;
    border-spacing: 10px; }
  table.Voordelen.automarkt tr {
    border-bottom: 1px solid white; }
    table.Voordelen.automarkt tr:nth-child(even) {
      background-color: #fdd3a0; }
    table.Voordelen.automarkt tr:nth-child(odd) {
      background-color: #f9b55c; }

/*#endregion*/
/*#region
******************** .Nieuwsberichten page ********************************/
.Nieuwsberichten.blog .NewsHeader h2 {
  max-width: 900px;
  position: inherit; }

.Nieuwsberichten.blog .NewsSummary {
  width: 82%;
  margin-top: 25px; }
  .Nieuwsberichten.blog .NewsSummary span {
    display: block; }

.Nieuwsberichten.blog .NewsListDate {
  float: left;
  position: relative;
  top: 0; }

.Nieuwsberichten .NewsList {
  position: relative; }

.Nieuwsberichten .NewsListBody {
  position: relative; }
  .Nieuwsberichten .NewsListBody .NewsItem:first-child {
    background-color: #e8e8e8; }

.Nieuwsberichten .NewsItem {
  width: 100%;
  border: 1px solid #e8e8e8;
  margin: 0 0 14px 0;
  height: 225px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  background: white; }
  .Nieuwsberichten .NewsItem .NewsSocialImageContainer::before {
    height: 100%;
    width: 209px;
    content: ' ';
    border: 112.5px solid white;
    border-right: 112.5px solid transparent;
    position: absolute;
    right: 90px;
    top: 0;
    z-index: 1; }
  .Nieuwsberichten .NewsItem .NewsSocialImageContainer.first::before {
    border-color: #e8e8e8;
    border-right-color: transparent; }

.Nieuwsberichten .NewsTitle {
  font-weight: 600;
  font-size: 20px;
  color: #333333; }

.Nieuwsberichten .ContainerReadMore a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  background-color: #53c6c3;
  padding: 6px 14px 6px 24px;
  border-radius: 4px; }
  .Nieuwsberichten .ContainerReadMore a:link {
    color: white;
    text-decoration: none; }
  .Nieuwsberichten .ContainerReadMore a:visited {
    color: white; }
  .Nieuwsberichten .ContainerReadMore a:hover {
    color: white;
    text-decoration: none;
    background-color: #017a77; }

.Nieuwsberichten .ContainerReadMore a::after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid White;
  border-bottom: 2px solid White;
  transform: rotate(-45deg); }

.Nieuwsberichten .NewsListDate {
  position: absolute;
  top: 15px; }

.Nieuwsberichten .NewsSummary {
  width: 70%;
  margin-top: 70px; }

.Nieuwsberichten .NewsHeader h2 {
  max-width: 500px;
  position: absolute;
  top: 30px; }

.Nieuwsberichten.blog .NewsContainer h2 {
  position: inherit; }

.Nieuwsberichten.blog .NewsContainer .NewsDataAuthor {
  width: 100%; }
  .Nieuwsberichten.blog .NewsContainer .NewsDataAuthor .NewsListDate {
    float: left;
    position: inherit; }

.Nieuwsberichten.blog .NewsContainer .NewsSummary {
  margin-top: 25px;
  width: 70%; }

@media (max-width: 767px) {
  .Nieuwsberichten.blog .NewsContainer .NewsSummary {
    width: 100%; }
  .Nieuwsberichten.blog .NewsContainer h2 {
    line-height: 0.8; }
    .Nieuwsberichten.blog .NewsContainer h2 a {
      font-size: 18px; }
  .Nieuwsberichten.blog .NewsContainer .NewsDataAuthor span {
    font-size: 12px; } }

/*#endregion*/
/*#region
******************** .Particulier page ********************************/
.Particulier #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  display: none; }

.Particulier #zone3 {
  background-color: #efefef; }

/*#endregion*/
/*#region
******************** .vacatures page ********************************/
.vacatures #zone3 {
  background-color: #cceceb; }

.vacatures #zone5 {
  background-color: #efefef;
  padding-top: 40px; }
  .vacatures #zone5 h3 {
    padding-left: 18px; }

/*#endregion*/
/*#region
******************** .services page ********************************/
.services #zone1 {
  background-color: white; }

.services #zone4 {
  background-color: #efefef; }

.services #zone_3_5 {
  background-color: #efefef;
  padding-top: 28px; }

.services #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  position: absolute;
  margin-top: 66px;
  /*height: 39px;
        z-index: 9999;
        width: 100%;*/
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

/*#endregion*/
/*#region
******************** .OldNews page ********************************/
.OldNews #zone3 {
  width: 100%;
  padding-left: 18%;
  padding-right: 20%; }

.OldNews #zone4, .OldNews #zone5 {
  display: none; }

/*#endregion*/
/*#region
******************** .NewsStyle page ********************************/
.NewsStyle {
  border-top: 0;
  padding-top: 0; }
  .NewsStyle h2, .NewsStyle h3 {
    font-weight: 600;
    font-size: 20px; }
  .NewsStyle b, .NewsStyle strong {
    font-weight: 600;
    font-size: 16px; }
  .NewsStyle .header-textbox .NewsListDate {
    color: white !important;
    left: 158px;
    bottom: 45px !important; }
  .NewsStyle .header-textbox p.HeaderText, .NewsStyle .HeaderText {
    height: 115px !important;
    padding-left: 60px; }
  .NewsStyle .FormView .FormControl.Email > label {
    width: 175px; }
  .NewsStyle .FormView .FormControl.Email > input[type=text] {
    background-color: #fff; }

@Media (max-width:769px) {
  .NewsStyle .header-textbox .NewsListDate {
    left: 15px; }
  .NewsStyle .header-textbox p.HeaderText, .NewsStyle .HeaderText {
    padding-left: 15px; } }

/*#endregion*/
/*#region
******************** .actueel page ********************************/
.actueel {
  padding-top: 20px;
  padding-bottom: 20px; }

/*#endregion*/
/*#region
******************** .zoeken page ********************************/
.zoeken #zone4 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 200px;
  height: 473px;
  width: 100vw;
  background-color: #efefef; }

.zoeken #Page {
  position: relative;
  min-height: 450px; }

.zoeken .BreadCrums {
  display: none; }

.zoeken .SiteSearchResults {
  position: relative; }
  .zoeken .SiteSearchResults input[type=text] {
    font-size: 22px;
    margin-left: 27%;
    margin-top: 3px;
    padding: 2px 2px 2px 14px;
    width: 500px;
    height: 60px;
    border: 1px solid #dadada;
    -webkit-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
    -moz-box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77);
    box-shadow: inset -1px -9px 2px -4px rgba(218, 218, 218, 0.77); }
  .zoeken .SiteSearchResults input[type=submit] {
    position: absolute;
    left: 27%;
    margin-left: 394px;
    top: 15px;
    color: white;
    padding: 3px 10px 4px 28px;
    background-color: #00ADA8;
    border-color: #00ADA8;
    border-radius: 4px;
    -webkit-box-shadow: none; }
    .zoeken .SiteSearchResults input[type=submit] :before {
      position: absolute;
      right: 20px;
      content: "\e003";
      color: red;
      width: 50px;
      height: 50px; }
  .zoeken .SiteSearchResults em {
    font-style: normal;
    font-weight: bold; }
  .zoeken .SiteSearchResults .details {
    position: relative; }
    .zoeken .SiteSearchResults .details div {
      position: relative;
      top: 20px; }
    .zoeken .SiteSearchResults .details cite {
      position: absolute;
      top: 0;
      overflow: hidden;
      height: 20px; }
      .zoeken .SiteSearchResults .details cite a {
        font-weight: bold;
        font-size: 15px;
        color: #00ada8;
        font-style: normal; }
        .zoeken .SiteSearchResults .details cite a:hover {
          text-decoration: underline !important; }
  .zoeken .SiteSearchResults h3 {
    margin-top: 13px;
    margin-bottom: 13px; }
    .zoeken .SiteSearchResults h3 a:link, .zoeken .SiteSearchResults h3 a:visited, .zoeken .SiteSearchResults h3 a:active {
      font-family: "Open Sans";
      color: black;
      font-size: 22px;
      padding-left: 20px; }
    .zoeken .SiteSearchResults h3 a:link:nth-child(n+5) {
      font-size: 18px; }
  .zoeken .SiteSearchResults ol {
    margin: 0;
    padding: 0; }
  .zoeken .SiteSearchResults ol li {
    border: 1px solid lightgrey;
    overflow: hidden;
    list-style-position: outside;
    list-style-type: none;
    margin: 1em 0;
    z-index: 1; }
    .zoeken .SiteSearchResults ol li:nth-child(1):before {
      content: "Beste Resultaten";
      position: absolute;
      top: -60px;
      left: 0;
      font-size: 22px;
      font-weight: bold; }
    .zoeken .SiteSearchResults ol li:nth-child(1), .zoeken .SiteSearchResults ol li:nth-child(2) {
      margin-top: 80px; }
    .zoeken .SiteSearchResults ol li:nth-child(3) {
      margin-bottom: 100px; }
    .zoeken .SiteSearchResults ol li:nth-child(4) {
      margin-bottom: 100px !important; }
    .zoeken .SiteSearchResults ol li:nth-child(-n+4) {
      position: relative;
      width: 50%;
      float: left;
      padding: 10px 30px 10px 30px;
      background-color: white;
      border: 10px solid #EFEFEF;
      min-height: 200px;
      margin-bottom: -14px; }
      .zoeken .SiteSearchResults ol li:nth-child(-n+4):before {
        display: none;
        background: #EFEFEF;
        width: 100vw;
        position: absolute;
        height: 182px;
        z-index: -1;
        content: " "; }
      .zoeken .SiteSearchResults ol li:nth-child(-n+4):after {
        content: '';
        display: block;
        position: absolute;
        border-right: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        top: 30px;
        left: -9px;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background: #EFEFEF;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .zoeken .SiteSearchResults ol li:nth-child(-n+4) .details {
        display: block !important; }
      .zoeken .SiteSearchResults ol li:nth-child(-n+4) h3 {
        cursor: default; }
    .zoeken .SiteSearchResults ol li:nth-child(n+5) {
      position: relative;
      float: left;
      background-color: white;
      border-radius: 8px;
      width: 100%;
      margin-bottom: 2px;
      -webkit-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
      -moz-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
      box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75); }
      .zoeken .SiteSearchResults ol li:nth-child(n+5):after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        right: 18px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #00ADA8;
        border-bottom: 2px solid #00ADA8;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .zoeken .SiteSearchResults ol li:nth-child(n+5) .details {
        padding: 10px;
        border-top: 1px solid #efefef;
        display: none; }
        .zoeken .SiteSearchResults ol li:nth-child(n+5) .details cite {
          position: relative;
          top: auto; }
        .zoeken .SiteSearchResults ol li:nth-child(n+5) .details div {
          position: relative;
          top: auto;
          overflow: visible;
          height: auto;
          max-width: 60%; }
    .zoeken .SiteSearchResults ol li:nth-child(n+54) h3 {
      cursor: pointer; }
    .zoeken .SiteSearchResults ol li .openResult:after {
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      right: 18px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #00ADA8;
      border-bottom: 2px solid #00ADA8;
      -ms-transform: rotate(-135deg);
      /* IE 9 */
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media (max-width: 1199px) {
  .zoeken #zone4 {
    height: 860px; }
  .SiteSearchResults ol li:nth-child(2) {
    margin-top: 0 !important; }
  .SiteSearchResults ol li:nth-child(3) {
    margin-bottom: 0 !important; }
  .SiteSearchResults ol li:nth-child(-n+4) {
    width: 100% !important; } }

@media (max-width: 767px) {
  .over #PageFooter a:link {
    color: #888888; }
  .over #PageFooter a:visited {
    color: #888888; }
  .zoeken #zone4 {
    height: 0; }
  .zoeken .SiteSearchResults input[type=text] {
    width: 60%;
    margin-left: 5px; }
  .zoeken .SiteSearchResults input[type=submit] {
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0; }
  .zoeken .SiteSearchResults ol li:nth-child(1) {
    margin-top: 0 !important; }
  .zoeken .SiteSearchResults ol li:nth-child(3) {
    margin-bottom: -14px !important; }
  .zoeken .SiteSearchResults ol li:nth-child(-n+4) h3 a {
    padding-left: 0 !important; }
  .zoeken .SiteSearchResults ol li:nth-child(n+5) h3 {
    margin-left: 20px; }
    .zoeken .SiteSearchResults ol li:nth-child(n+5) h3 a {
      padding-left: 0 !important; } }

/*#endregion*/
/*#region
******** Colors ***********/
/*#endregion*/
#MainLogoContainer span {
  background-repeat: no-repeat !important; }

#MainLogoContainer:after {
  display: none !important; }

.navbar-header .ResponsiveMijnVweButton {
  background: #f39200;
  font-size: 0 !important; }
  .navbar-header .ResponsiveMijnVweButton:after {
    content: "Inloggen";
    color: white;
    font-size: 18px;
    padding-left: 30px;
    padding-top: 2px;
    font-weight: 500;
    background-image: url("images/automarkt/lockicom_am.svg");
    background-position: 6px 0;
    background-repeat: no-repeat;
    background-size: 20px 22px; }

#MainLogoContainer span {
  height: 104px;
  width: 227px;
  display: block;
  font-size: 0;
  background-image: url("images/logo/logo_automarkt_nl.png"); }

#MainLogoContainer img {
  display: none; }

#PageHeader.sticky #MainLogoContainer span {
  background-image: url("images/logo/logo_automarkt_mobile.png");
  height: 50px; }

.RequestFormSendEmailButton a:hover {
  background-color: #f39200;
  color: white;
  text-decoration: none; }

.HTMLContent a {
  color: #f39200; }

.HTMLContent.twoBlock ul li a {
  color: #f39200 !important; }
  .HTMLContent.twoBlock ul li a:link {
    color: #f39200 !important;
    text-decoration: none; }
  .HTMLContent.twoBlock ul li a:hover {
    color: #b76f13 !important; }

.Nieuwsberichten .ContainerReadMore a {
  background-color: #f39200 !important; }
  .Nieuwsberichten .ContainerReadMore a:hover {
    background-color: #d8830b !important; }

.PagingContainer a {
  color: #f39200 !important;
  border: 1px solid #f39200 !important; }

.NewsListDate {
  background: url(images/cal_icon_am.png) top left !important;
  background-repeat: no-repeat !important; }

.NewsStyle .header-textbox .NewsListDate {
  color: white !important;
  left: 158px !important;
  bottom: 45px !important; }

.block2.promo {
  border: 10px solid #e8e8e8; }

.block2 .NewsHeader .NewsTitle:hover {
  color: #f39200 !important;
  text-decoration: underline !important; }

.ContactBox {
  border: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-top: 24px;
  padding-bottom: 10px;
  margin-top: 17px;
  margin-left: -1px;
  margin-bottom: 10px; }
  .ContactBox .RequestFormSendEmailButton {
    margin: 20px 30px; }
    .ContactBox .RequestFormSendEmailButton a {
      color: white !important;
      background-color: #f39200;
      text-decoration: none !important; }
      .ContactBox .RequestFormSendEmailButton a:hover {
        background-color: #d8830b; }
  .ContactBox:after {
    display: none; }

#AnchorSubmenu.sticky {
  top: 54px !important; }

.HTMLContent.twoBlock::after {
  display: none !important; }

.HTMLContent.twoBlock.klantcontact.one > div {
  min-height: 724px !important; }

.row.InfoBoxDetail {
  padding-bottom: 25px !important; }

#Page .inner.sticky .InfoBoxDetail {
  padding-bottom: 25px !important; }

#MainMenu .Child li.SelectedTab > a {
  color: #f39200 !important; }

.ui-datepicker-trigger {
  background: url("images/cal_icon_am.png") top left no-repeat !important; }

.RequestFormText .FormView a.Button3 {
  text-decoration: none; }

.AnchorSubmenu li.active a {
  color: #f39200 !important; }

.AnchorSubmenu li a:link {
  font-weight: 600 !important;
  text-decoration: none; }

.AnchorSubmenu li a:hover {
  color: #f39200 !important; }

.AnchorSubmenu li a:active {
  color: #f39200 !important;
  font-weight: 500; }

.loginAdmin span {
  font-size: 14px !important; }

#MainMenu .Root li.SelectedTab a {
  color: #f39200;
  font-weight: bold;
  text-decoration: none; }
  #MainMenu .Root li.SelectedTab a:hover {
    color: #f39200; }

#MainMenu .Root .RootMenu li a:hover {
  color: #f39200; }

#MainMenu li.mn_MijnVwe {
  background: #f39200 !important; }
  #MainMenu li.mn_MijnVwe a {
    color: white !important;
    text-transform: none;
    font-size: 18px !important;
    font-weight: 500 !important; }
  #MainMenu li.mn_MijnVwe:after {
    background-image: url("images/automarkt/lockicom_am.svg") !important; }

.Child .ChildMenu.navigation {
  display: list-item !important; }
  .Child .ChildMenu.navigation li a {
    color: #333333;
    font-weight: 600;
    text-decoration: none; }
    .Child .ChildMenu.navigation li a:hover {
      color: #f39200;
      text-decoration: none; }

#SiteLinkMenu a {
  text-decoration: none;
  color: #333333 !important; }
  #SiteLinkMenu a:hover {
    color: #f39200 !important; }

.home.automarkt, .language #zone3 {
  background-color: #e6e6e6;
  padding-bottom: 20px; }

.over .HTMLContent.InfoBox table {
  width: auto;
  color: black; }
  .over .HTMLContent.InfoBox table thead tr th {
    padding: 20px 10px;
    background-color: #f9b55c; }
  .over .HTMLContent.InfoBox table tbody tr td {
    padding: 12px 10px; }
  .over .HTMLContent.InfoBox table tbody tr:first-child {
    background-color: #fdd3a0; }
  .over .HTMLContent.InfoBox table tbody tr:last-child {
    background-color: #f9b55c; }

.over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  display: none; }
  .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer a {
    font-weight: 500; }
    .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer a:link {
      color: #f39200;
      text-decoration: underline; }
    .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer a:hover {
      color: #d8830b; }
  .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer #zone4, .over #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer #zone6 {
    background-color: #efefef; }

.HTMLContent.box {
  border: 20px solid white; }
  .HTMLContent.box > div {
    padding: 30px;
    border: 1px solid #e8e8e8;
    min-height: 300px; }
  .HTMLContent.box h3 {
    margin-bottom: 20px; }
  .HTMLContent.box ul li a:link {
    color: #f39200; }

.HTMLContent table.Voordelen {
  color: black !important; }

.HTMLContent.services {
  padding: 30px;
  border: 20px solid white;
  background-color: #f39200;
  min-height: 300px; }
  .HTMLContent.services h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500; }
  .HTMLContent.services a {
    color: white;
    text-decoration: none; }
    .HTMLContent.services a:hover {
      color: white; }
  .HTMLContent.services p {
    font-size: 16px;
    font-weight: 200; }
  .HTMLContent.services .Button {
    padding: 6px 10px 6px 25px;
    border-radius: 2px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    background-color: #d8830b; }
    .HTMLContent.services .Button:hover {
      background-color: #b76f13;
      text-decoration: none; }
    .HTMLContent.services .Button:after {
      content: '';
      display: block;
      position: absolute;
      top: 14px;
      left: 6px;
      width: 9px;
      height: 9px;
      border-right: 2px solid White;
      border-bottom: 2px solid White;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.HTMLContent.block4 {
  margin-top: -20px;
  padding: 30px;
  border: 15px solid #e6e6e6;
  min-height: 300px; }
  .HTMLContent.block4 strong, .HTMLContent.block4 h2, .HTMLContent.block4 h3, .HTMLContent.block4 h4 {
    font-weight: 600;
    font-size: 16px;
    color: #f39200; }
  .HTMLContent.block4 a {
    color: #f39200;
    text-decoration: underline; }

.HTMLContent.fullBlock {
  min-height: 200px;
  margin-top: 40px;
  padding: 30px;
  width: 100%;
  border: 1px solid #c9cacb; }
  .HTMLContent.fullBlock h3, .HTMLContent.fullBlock h4 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 24px;
    font-weight: 500; }

.occasions #ctl00_ctl00_ctl00_cphMain_BreadCrumContainer {
  display: none; }

.HTMLContent .Content {
  position: relative;
  padding: 15px;
  float: left;
  background-color: white;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  border: 1px solid lightgrey;
  overflow: hidden;
  border-top: none;
  margin-top: -6px;
  padding-right: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #efefef;
  clear: both;
  display: block;
  clear: both;
  display: block; }

.HTMLContent .TitleCollapsed {
  border: 1px solid lightgrey;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  float: left;
  background-color: white;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  -moz-box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  box-shadow: 0px 2px 1px 0px rgba(198, 199, 200, 0.75);
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold; }

.HTMLContent .TitleCollapsed:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 33px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f39200;
  border-bottom: 2px solid #f39200;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.HTMLContent .TitleExpanded {
  position: relative;
  padding: 15px;
  float: left;
  background-color: white;
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  -moz-box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  box-shadow: 0px 2px 0px 0px rgba(198, 199, 200, 0.75);
  border: 1px solid lightgrey;
  overflow: hidden;
  border-bottom: none;
  cursor: pointer;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: r   ight 10px center; }

.HTMLContent .TitleExpanded:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 33px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f39200;
  border-bottom: 2px solid #f39200;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.home #zone3 {
  background-color: #e6e6e6; }

@media (max-width: 1199px) {
  .HTMLContent.InfoBox {
    width: 65% !important; } }

@media (max-width: 991px) {
  .HTMLContent.InfoBox {
    width: 100% !important; } }

@media (max-width: 767px) {
  table td {
    float: none;
    width: auto; } }

header {
  max-width: 100vw; }

.zone {
  max-width: 100vw; }

.navbar-header:before {
  display: none; }

/*#region
******************** Metainfo ********************************/
#MetaInfo span {
  font-size: 0; }

#MetaInfo a:hover {
  color: #f39200; }

#MetaInfo .NL {
  background-image: url(images/MetaInfoMenu/Lang_NL.png); }
  #MetaInfo .NL:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .EN {
  background-image: url(images/MetaInfoMenu/Lang_EN.png); }
  #MetaInfo .EN:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .DE {
  background-image: url(images/MetaInfoMenu/Lang_DE.png); }
  #MetaInfo .DE:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .FR {
  background-image: url(images/MetaInfoMenu/Lang_FR.png); }
  #MetaInfo .FR:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .RU {
  background-image: url(images/MetaInfoMenu/Lang_RU.png); }
  #MetaInfo .RU:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .PL {
  background-image: url(images/MetaInfoMenu/Lang_PL.png); }
  #MetaInfo .PL:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .HU {
  background-image: url(images/MetaInfoMenu/Lang_HU.png); }
  #MetaInfo .HU:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .RO {
  background-image: url(images/MetaInfoMenu/Lang_RO.png); }
  #MetaInfo .RO:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo .CZ {
  background-image: url(images/MetaInfoMenu/Lang_CZ.png); }
  #MetaInfo .CZ:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#MetaInfo span, #MetaInfo a {
  color: #333333; }

#MetaInfo .NL, #MetaInfo .EN, #MetaInfo .DE, #MetaInfo .FR, #MetaInfo .RU, #MetaInfo .PL, #MetaInfo .HU, #MetaInfo .RO, #MetaInfo .CZ {
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  font-size: 0;
  display: inline-block; }

/*#endregion*/
/*#region
******************** Media query's ********************************/
@media (max-width: 767px) {
  .navbar-header .ResponsiveMijnVweButton {
    background: #f39200;
    font-size: 0 !important; }
    .navbar-header .ResponsiveMijnVweButton:after {
      content: "Inloggen";
      color: white;
      font-size: 18px;
      padding-left: 30px;
      padding-top: 2px;
      font-weight: 500;
      background-image: url("images/automarkt/lockicom_am.svg");
      background-position: 6px 0;
      background-repeat: no-repeat;
      background-size: 20px 22px; }
  .MobileLogo {
    background-image: url("images/logo/logo_automarkt_mobile.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 55px;
    float: right;
    top: 10px;
    left: 50%;
    margin-left: -50px; }
  .over .FormView .Validation .ValidatorContent {
    position: inherit !important; } }

@media (max-width: 991px) {
  .home #zone3 {
    padding-top: 40px; }
  .block2.promo {
    width: 375px; } }

@media (max-width: 767px) {
  .block2.promo {
    width: 100%; }
  .navbar-toggle {
    background-color: #f39200; } }

@media (max-width: 492px) {
  .navbar-header .ResponsiveMijnVweButton:after {
    font-size: 0;
    background-position: 7px 0; } }

@media (max-width: 320px) {
  .MobileLogo {
    margin-top: -4px;
    margin-left: -35px; } }

/*#endregion*/

