/* This style file has been created automatically per your request.

The following pages can help you get started with CSS:
* CSS Tutorial (http://w3schools.com/css/default.asp)
* CSS3 Tutorial (http://w3schools.com/css3/default.asp)
* CSS Reference (http://w3schools.com/cssref/default.asp) */

/* Import Nunito Sans Google Web Font */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700&display=swap');

body
{
  font-family: "Nunito Sans", "Open Sans", "Arial", "Helvetica", sans-serif;
  margin: 0px;
  padding: 8px;
  color: #4D4D4D;
  text-align:left;
  line-height: 1.5;
  font-size: 16px;
}

/* Import font from Google Web Fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.nospacing
{
  margin-top: 0;
  margin-bottom: 0;
}

a,
.CHHotspot
{
  color: #2C72C8;
  text-decoration: none;
}

a:visited 
{
  color: #345079;
}

a:hover,
.CHHotspot:hover
{
  color: #2C72FF;
  text-decoration: underline;
}

a:active,
.CHHotspot:active
{
  color: #2C72C8;
}

.CHHotspot_expanded
{
}

a img
{
  border:0;
}

h1
{
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  color: #000;
  margin-top:0px;
  margin-bottom:0px;
  font-size: 42px;
  padding-bottom: 15px;
}

h2
{
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  
  width: 100%;
  text-align: left;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

ul
{
  padding-left: 40px;
}
ul li
{
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

ol
{
  padding-left: 40px;
}
ol li
{
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.listNumeric
{
  list-style-type: decimal;
}

.listAlpha
{
  list-style-type: lower-alpha;
}

.listRoman
{
  list-style-type: lower-roman;
}

.listDisc
{
  list-style-type: disc;
}

.listCircle
{
  list-style-type: circle;
}

.listSquare
{
  list-style-type: square;
}

@media print
  {
  .nonPrintable
  {
    display: none;
  }
}

/* Fixed Headers for Tables */
th {
  position: sticky;
  top: 0;
}

/* Tiles Styles */

.tilesContainer {
  background: white;
  color: white;
  padding-top: 60px;
  padding-bottom: 10px;
}

.tilesContainer .tileItem {
  color: #192150;
}

.tilesList {
  font-family: 'Nunito Sans';
  list-style-type: none;
  padding-left: 0px;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.tilesList .tileItem {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 340px;
  flex: 1 1 30%;
  height: 109px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px;
}

.tileItem .tileItemTitle {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
}

.tileItemText {
  font-size: 14px;
}

.tilesList .tileItem:hover {
  border-color: #99E7F9;
  background-color: #99E7F9;
}

img.pubIcon {
  max-width: 50px;
  margin-right: 16px;
}

.allItemsHeader {
  padding-top: 5px;
  padding-bottom: 5px;
}

.allItemsContainer {
  display: flex;
}

.allItemsCol {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

a.allItemsItem {
  padding-top: 15px;
  color: #2C72C8 !important;
}

a.allItemsItem:hover {
  color: #2C72FF !important;
  text-decoration: underline;
}

.allItemsFooterBlock {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Nunito Sans';
  padding-bottom: 30px;
}

.allItemsLineSeparator {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.flex2Col {
  display: flex;
  width: 50%;
}

@media (max-width: 980px) {
  .tilesList .tileItem {
    flex: 1 1 40%;
  }
  .flex2Col {
    width: 100%;
  }
  .allItemsContainer {
    flex-direction: column;
  }
  .allItemsCol {
    flex: 1 1;
  }
}

@media (max-width: 767px) {
  .tilesList {
    flex-direction: column;
  }
  .tilesList .tileItem {
    max-width: 500px;
    width: 100%;
    min-height: 109px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .tilesList .tileItem {
    width: 100%;
  }
  .flex2Col {
    flex-direction: column;
  }
  .allItemsFooterBlock {
    text-align: center;
  }
  .allItemsCol {
    padding-right: 0;
  }
}

/* --- Custom classes --- */

.screenshot
{
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
}

/* Start Page */

.startHeader
{
  margin-bottom: 15px;
  padding: 8px;
  background: url('/resources/Storage/copado-ci-cd-publication4/escheresque.png');
  font-weight: 400;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.startTable
{
  margin-top: 10px;
}

.startTable h2
{
  padding-top: 0;
  padding-left: 5px;
  margin: 0;
}

.startTable:after
{
  content: "";
  clear: both;
  display: block;
}

.startColumn
{
  float: left;
  width: 33.333333333333%;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) 
  {
  
  .startColumn
  {
    /* One column per screen */
    width:100%;
  }
}

/* Custom Header */

.header {
  background-color: #F1FCFE;
  padding: 5px;
  padding-left: 20px;
  border: 2px solid #F1FCFE;
  border-radius: 10px;
  border-bottom: 2px solid #EBECF0;  
}
  
/* Footer element */

.footer
{
  
  font-size: 12px;
  margin-top: 20px;
  padding: 8px;
  border-top: 1px solid #a2a2a2;
  color: #696969;
}

/* Tables */

.sampleTable
{
  max-width: 480px;
}

/* CHTable is the CSS class assigned to all tables by default. Use the styles below to customize the default tables appearance */

.CHTable th,
.CHTable td
{
  border: 1px solid #cdcdcd;
}

.CHTable
{
  font-size: 16px;
	text-align: left;
	border-collapse: collapse;
  width: 100% !important;
}

.CHTable th
{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	color: #555555;
  background: #efefef;
}

.CHTable td
{
	padding: 8px;
	color: #333;
}

/* Simple table */

.tableSimple
{
  font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #616161;
}

.tableSimple th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #555555;
  text-align:left;
}

.tableSimple tbody
{
	background: transparent;
}

.tableSimple td
{
	padding: 10px;
	color: #333;
	border-top: 1px solid #696969;
  text-align: left;
}

.tableSimple tbody tr:hover td
{
	color: black;
	background: #EFEFEF;
}

/* Table with both rows and columns having odd/even styles */

.tableVerZebra
{
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  background:#eee;
}

.tableVerZebra th
{
  font-size: 14px;
  font-weight: normal;
  padding: 12px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #555555;
  background:#eee;
}

.tableVerZebra td
{
  padding: 8px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #333;
}

.tableVerZebra tr:nth-child(odd)
{
  background: #E0E0E0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.tableVerZebra tfoot td
{
  background: #EEEEEE;
  color: #333;
}

/* Image Border for Screenshots */

.imageBorder 
{
  border: solid;
  border-width: 1px;
  border-color:#808080;
  border-radius: 25px;
}

/* Personalized table for Copado*/

.tableCopadoZebra
{
  overflow-x: auto;
  display: block;
  font-size: 16px;
  text-align: left;
  border: 1px solid #808080;
  border-collapse: collapse;
  background:#fff;
}

.tableCopadoZebra th
{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 12px 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #ffffff;
  background:#192150;
}

.tableCopadoZebra td
{
  padding: 8px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #333;
  width: 1%;
}

.tableCopadoZebra tr:nth-child(odd)
{
  background: #CCF3FC;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.tableCopadoZebra tfoot td
{
  background: #FFFFFF;
  color: #333;
}

/* Note Callout */

.info-callout {
  width: auto;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 1em;
  
  background-color: #CCF3FC;
  border: solid #CCF3FC;
  border-left: 5px solid #00C3EF;
}

.container {
  display: flex;
}

.info-icon, .warning-icon, .tip-icon, .caution-icon {
  align-self: center;
}

.info-text, .warning-text, .tip-text, .caution-text {
  align-self: center;
  padding: 10px;
  font-size: 18px;
}

.note-text {
  padding-left:35px;
}

/* Tip Callout */

.tip-callout {
  width: auto;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 1em;
  
  background-color: #c2ece8;
  border: solid #c2ece8;
  border-left: 5px solid #00B1A0;
}

/* Warning Callout */

.warning-callout {
  width: auto;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 1em;
  
  background-color: #FFC09D;
  border: solid #FFC09D;
  border-left: 5px solid #FF7C33;
}

/* Caution Callout */

.caution-callout {
  width: auto;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 1em;
  
  background-color: #FFEA99;
  border: solid #FFEA99;
  border-left: 5px solid #ffcc00;
}

/* ClickHelp Out-of-the-Box Info and Warning Boxes

.infoBox
{
width: 100%;
padding: 3px;
font-size: 1em;

margin-top: 5px;
margin-bottom: 5px;
}

.infoBox p:last-child 
{
margin-bottom: 0;
}

.infoBox p
{
margin-top: 0;
}

.infoBoxImageCell
{
width: 16px;
padding-top: 2px;

}

.infoBox td
{
padding: 5px;
vertical-align: top;

}

.warningBox
{
width: 100%;
padding: 3px;
font-size: 1em;
margin-top: 5px;
margin-bottom: 5px;
}

.warningBox p:last-child 
{
margin-bottom: 0;
}

.warningBox p
{
margin-top: 0;
}

.warningBox td
{
padding: 5px;
vertical-align: top;

}

.warningBoxImageCell
{
width: 16px;
vertical-align: top;
padding-top: 2px;
}

*/

/* "Show More" Box */

.CHBoxShowMore
{
}

.CHBoxShowMore .showMoreLabel
{
}

.CHBoxShowMore .hideLabel
{
}

.CHBoxShowMore .showMoreContent
{
}

/* Navigation elements */

.CHNavLinkTop
{
}

.CHNavLinkNext
{
}

.CHNavLinkPrevious
{
}

.CHNavCaption
{
}

.CHSeeAlso
{
}

.CHSeeAlso_separator
{
}

.CHSeeAlso_item
{
}

.CHSeeAlso_itemChild
{
}

.CHSeeAlso_itemSibling
{
}

.CHSeeAlso_hasChildren
{
}

.CHSeeAlso_hasSiblings
{
}

.CHBreadcrumb
{
}

.CHBreadcrumb_separator
{
}

.CHBreadcrumb_item
{
}

.CHBreadcrumb_itemHome
{
}

.CHBreadcrumb_itemPub
{
}

.CHBreadcrumb_itemSelf
{
}

/* FAQ */

.faqQuestionText
{
  font-size: 1.1em;
  background: #eee;
  padding: 10px;
}

.faqQuestionText p
{
  padding-top: 10px;
}

/* Link icons displayed on hover in headings */

.CHHeadingLink
{
}

/* Mini-TOC */

.CHMiniToc
{
}

.CHMiniToc_heading3,
.CHMiniToc_heading4,
.CHMiniToc_heading5,
.CHMiniToc_heading6
{
}

/* Code Samples */

.CHCodeSample_container
{
}

.CHCodeSample_header
{
}

.CHCodeSample_langName
{
}

.CHCodeSample_copyCode
{
}

.CHCodeSample_code
{
}

/* Tabs */

.CHTabs_container
{
}

.CHTabs_tabCaptionsContainer
{
}

.CHTabs_tabCaption
{
  
}

.CHTabs_tabCaption:hover
{
  color: #00C3EF;
  background-color: #e4ebef;
}

.CHTabs_tabCaption.CHTabs_tabCaptionSelected,
.CHTabs_tabCaptionSelected:hover
{
  color: #192150;
  background-color: #9CA3BD;
}

.CHTabs_tabContentContainer
{
}

/* API Docs Elements - begin */

.inlineCode
{
  font-family: "Consolas", monospace;
  color: #696969;
  background: #f6f7f9;
  padding: 3px;
  border-radius: 3px;
}

/* CHMemberTable */

.CHMemberTable
{
  border: 1px solid #e7ecf0;
  border-radius: 3px;
  border-collapse: collapse;
  width: 100%;
}

.CHMemberTable tr:nth-child(even)
{
  background-color: #f5f7f9;
}

.CHMemberTable td
{
  border-bottom: 1px solid #f5f7f9;
  vertical-align: baseline;
  padding: 10px;
}

.CHMemberTable td p
{
  margin: 0;
  line-height: 1.5;
}

.CHMemberTable > tr > td:first-child,
.CHMemberTable > tbody > tr > td:first-child
{
  line-height: 1;
  white-space: nowrap;
}

.CHMemberTable > tr > td:nth-child(2),
.CHMemberTable > tbody > tr > td:nth-child(2)
{
  font-family: "Consolas", monospace;
  color: #8792a2;
  white-space: nowrap;
}

.CHMemberTable > tr > td:last-child,
.CHMemberTable > tbody > tr > td:last-child
{
  width: 100%;
}

.CHMemberTable_optionalMark,
.CHMemberTable_requiredMark
{
  font-family: monospace;
  font-size: 0.9em;
  text-transform: uppercase;
}

.CHMemberTable_requiredMark
{
  color: #ed6055;
}

/* CHHttpRequest */

.CHHttpRequest
{
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.CHHttpRequest_headerImg,
.CHHttpRequest_headerText
{
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: bold;
}

.CHHttpRequest_get .CHHttpRequest_headerImg,
.CHHttpRequest_put .CHHttpRequest_headerImg
{
  width: 40px;
}

.CHHttpRequest_post .CHHttpRequest_headerImg
{
  width: 47px;
}

.CHHttpRequest_delete .CHHttpRequest_headerImg
{
  width: 63px;
}

.CHHttpRequest_headerImg
{
  padding-right: 10px;
}

.CHHttpRequest_headerImg img
{
  vertical-align: middle;
}

.CHHttpRequest_headerText
{
  width: 100%;
}

.CHHttpRequest_code
{
  font-family: "Consolas", monospace;
  font-size: 14px;
  color: #696969;
  background: #f6f7f9;
  border-radius: 4px;
  padding: 10px 16px;
}

/* CHResponseCode */

.CHResponseCode_good,
.CHResponseCode_warning,
.CHResponseCode_error
{
  font-weight: bold;
  margin-bottom: 0;
}

.CHResponseCode_good + p,
.CHResponseCode_warning + p,
.CHResponseCode_error + p
{
  margin-top: 0;
}

.CHResponseCode_good::before,
.CHResponseCode_warning::before,
.CHResponseCode_error::before
{
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.CHResponseCode_good::before
{
  background: #27cb7c;
}

.CHResponseCode_warning::before
{
  background: #ff9d3d;
}

.CHResponseCode_error::before
{
  background: #ff4741;
}

/* Fix for the Command + F Search Functionality 

.desktopView, .desktopView>body
{
  overflow: auto !important;
}
*/

/* Fix for the Scroll Issue on Mobile Phones

.mobileView, .mobileView>body
{
  overflow: auto !important;
}
 */

.desktopView html, .desktopView body
{
  overflow: auto !important;
}

/* API Docs Elements - end */