/* =============================== COMMON ========================== */
body {
	font: 85%/130% Arial, Helvetica, sans-serif;
	background: #fcfcfc;  
	margin: 0px;
	padding: 0px;
}
a {
	/*General Link Attributes*/
	color: red;
	text-decoration: none;
}
#wrapper {
	margin: 0px auto 0 auto;
	padding: 0;
}
table, form {
	margin: 0px;
	padding: 0px;
}
/* =============================== CONTENT ========================== */
#content {
	padding: 10px 10px;
	background: #fff;
	margin: 0 auto
}
#content p {
	font-size: 13px;
	margin: 3px 0;
	padding: 0px 5px ;
}

/* Style the list Breadcrumb*/
ul.breadcrumb {
	padding: 2px 15px!important;
	list-style: none;
	background-color: #f5f5f5;
	border-bottom: 1px solid #D1D6DA;
	margin-bottom: 0px;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
	display: inline!important;
	font-size: 12px;
  }

  ul.breadcrumb {
    display: block!important;
    padding: 8px 15px!important;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    }

  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li+li:before {
	padding: 8px;
  content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
	color: #767676;
	text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
	color: #767676;
	text-decoration: underline;
  }
  
  .cbUpdateButtonC19 {
    color: #fff!important;
    background-color: #767676!important;
    border-color: #767676;
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 20px;
    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;
    margin: 0px 10px 20px 0px;
    text-transform: uppercase;
}
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 0px solid #ccc;
	border-top: none;
  }
  .cb-tab-resp table[data-cb-name^="cbTable"] tbody {
    display: block;
  }