/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

h7 {
  font-weight: bold;
  margin-top: 1.15px;
  margin-bottom: 1.15px;
  font-size: 1.15em;
  color: #666666;
  line-height: 1.3em;
}

img.thumbnail/*Setting max-width: 100%; property makes images always fit the width of the container*/ {
  height: auto;
  max-width: 100%;
}

img.thumbnail {
  mc-thumbnail: popup;
}

a.MCBreadcrumbsLink {
  font-style: italic;
  text-decoration: underline;
}

a.MCBreadcrumbsLink:visited {
  color: #000000;
}

a.MCBreadcrumbsLink:hover {
  color: #4f7476;
}

MadCap|breadcrumbsProxy {
  border-bottom: none;
  font-size: 0.7em;
  font-style: italic;
  mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref {
  color: #2d8dcc;
  font-weight: bold;
  text-decoration: underline;
  mc-format: '{paraxml}';
}

MadCap|xref:hover {
  color: #4f7476;
}

MadCap|dropDown {
  mc-closed-image: url('arrow-down-black.png');
  mc-open-image: url('arrow-up-black.png');
  font-size: 14px;
}

MadCap|dropDownHotspot {
  color: #1d1d1d;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 5px;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the grey background. This HTML element is not on a master page, it is used at compile time.*/ {
  background: #ffffff;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/ {
  margin-right: 0;
  background-color: white;
  padding: 1px;
  min-height0: 95vh;
  width: 100%;
}

div.side-content {
  float: right;
  margin-left: 10x;
  margin-bottom: 10px;
  width: 100%;
  font: 13px;
  color: #009fe3;
}

MadCap|dropDownHotspot:focus {
  font-style: normal;
  font-weight: bold;
}

ol > li::marker {
}

ol {
}

MadCap|dropDownHotspot:hover {
  color: #009fe3;
}

div.content-container {
  padding-top: 10px;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/ {
  mc-grid-row: true;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 10px;
  min-height: 95vh;
  max-width: 100%;
}

div.topic-layout::before {
  content: ' ';
  display: table;
}

div.topic-layout::after {
  content: ' ';
  display: table;
  clear: both;
}

div.topic-layout > div {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.topic-layout > div:nth-child(1) {
  width: 70%;
  margin-left: 0%;
  min-height: 95vh;
  padding-right: 5px;
}

div.topic-layout > div:nth-child(2)	/*Menu Proxy container*/ {
  width: 300px;
  margin-left: 20px;
  padding: 5px 5px;
  position: sticky;
  top: 50px;
}

p.toppage {
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  float: right;
  color: #009fe3;
}

span.SearchHighlight {
  background-color: #e0f2fc;
}

th {
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. 
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media tablet {
  .main-section > .outer-row	/* Removes the padding around the topic container in tablet */ {
    padding: 0;
  }

  div.topic-layout {
    max-width: 98%;
  }

  img.image-with-border {
    max-width: default;
    max-height: default;
  }
}

@media mobile {
  .main-section > .outer-row	/* Removes the padding around the topic container in mobile */ {
    padding: 0;
  }

  div.topic-layout {
    max-width: 100%;
  }

  div.topic-layout > div:nth-child(1) {
    width: 100%;
    margin-left: 0%;
    min-height: 95vh;
    border: 0;
    padding: 0;
  }

  div.topic-layout > div:nth-child(2) {
    display: none;
  }

  img.image-with-border {
    max-width: 100%;
  }

  div.topic-layout {
    max-width: 95%;
  }

  img.image-with-border {
  }

  img.image-with-border {
  }
}

p.p_space {
  margin-bottom: 0;
  font-size: -4px;
  margin-top: -20px;
}

img.image-with-border {
  height: auto;
  border: solid 1px #dfdfdf;
  padding: 7px;
}

@media tablet {
  .main-section > .outer-row	/* Removes the padding around the topic container in tablet */ {
    padding: 0;
  }

  div.topic-layout {
    max-width: 100%;
  }

  div.topic-layout > div:nth-child(2) {
    display: none;
  }
}

@media mobile {
  .main-section > .outer-row	/* Removes the padding around the topic container in mobile */ {
    padding: 0;
  }

  div.topic-layout {
    max-width: 100%;
  }

  div.topic-layout > div:nth-child(1) {
    width: 100%;
    margin-left: 0%;
    min-height: 95vh;
    border: 0;
    padding: 0;
  }
}

@media mobile {
}

@media web {
  span.SearchHighlight {
    background-color: #e0f2fc;
  }

  p.p_space {
    margin-bottom: -10px;
    margin-top: -20px;
    line-height: 6px;
    padding-bottom: 5px;
    font-size: 6pt;
    font-family: Arial;
  }

  MadCap|dropDownHead {
    font-size: 14px;
  }

  MadCap|dropDownHotspot {
    font-size: 14px;
  }

  ul.intro {
    padding-top: 8px;
  }

  div.div-intro {
    display: inherit;
  }

  div.introtext {
    line-spacing: inherit;
  }

  MadCap|relatedTopics {
    color: #009fe3;
    font-size: 11px;
    font-style: italic;
    mc-image: url('../../Images/icons/activity_small.png');
  }

  MadCap|relatedTopicsControlList {
    font-family: Arial;
  }

  MadCap|conceptLink {
    color: #009fe3;
  }

  MadCap|relatedTopicsControlListItemLink:visited {
    color: #7f7f7f;
  }

  li.featuretablelist {
    padding-top: 4px;
    padding-bottom: 4px;
    padding: 4px 0px;
    line-height: 3px;
  }

  img.image-with-border {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #dfdfdf;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #dfdfdf;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dfdfdf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf;
  }

  .NewClass {
    font-size: 14px;
  }
}

div.intro {
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  color: #666666;
  box-sizing: inherit;
  line-height: 18px;
}

div.introtext {
  line-spacing: 10px;
  padding: 10px;
}

ul.featuretablebullet {
  font-size: 11px;
}

li.featuretablelist {
  margin: 0px;
  margin-top: 6px;
  margin-bottom: 12px;
  line-height: 14px;
  font-size: 12px;
}

@media print {
  MadCap|xref {
  }
}
