#email{
	text-transform:lowercase
}
#username{
	text-transform:lowercase
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
.response-params td:last-child { 
	max-width: 100px;
	width: 20% ;
	word-wrap:break-word
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.application .title-2{
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
}

#codopm_conversations  {
  margin-top: 2px; 
  padding: 15px
    
}
.codopm_nomsgs {
  color: #000;
}
.codopm_tabs_divs{
    color: #000;
    background: #fff;
}
.codopm_navigator_range {
    color: #fff;
}
.codopm_inbox_msg {
	color: #000;
}
.image-title{
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 70px;
  display: inline-block;
  max-height: 40px;
  white-space: nowrap;
}

.authenticationArea, #globalAuth {
  display: none;
}

.info-container p{
	overflow-wrap: break-word;
    word-break: break-word;
	word-wrap: break-word;
}

.chzn-container .chzn-results li.active-result {
  margin-left: 10px;
}
.chzn-container .chzn-results {
  max-height: 150px !important;
  
}
.side-bar{
  z-index: 999
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
  color: #000;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  color:#000 !important;
}

#header .main-header {
	padding: 16px 0;
	position: relative;
	width: 100%;
}
.request-box .request-body .code {
	height: 150px;
	overflow-y: auto;
	overflow-x: auto;
}
.response-box {
	z-index: 99;
}
.response-box .response-body {
	max-height: 140px;
}
.table.table-full-spec tbody td.seperated {
	border-bottom: 0.5px solid #D8D1C9 !important;
	border-top-color: transparent !important;
}

.dataTables_filter:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f002';
	display: block;
	font-size: 18px;
	color: #CBCBCB;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.application .wrapper .main-content .app-form .table-result tbody tr td {
	  padding-top: 20px;
	  padding-bottom: 20px;
}


@media (max-width:768px) {
     .list-group {
     top : 0px;
      float : none;
      position: relative;
      cursor: pointer;
    }
  }	

@media (min-width: 768px) {

 .list-group {
  width: min-content;
  float : left;
  position: sticky;
   padding: 5px;
  top:100px;

	cursor: pointer;
}
.main_container{
  background-color:white;
  width: 80%;
  float: left;
  box-shadow: 1px 1px 6px 1px #afa6dd7d;
  padding: 0px 3%;
  
}
}
.com_apiportal .body {
  width : 100%
}

.list-group > .list-group {
  width: -moz-fit-content;
  display: block;
  margin-bottom: 0;
}

.list-group-item .list-group {
  display: block;
}

.list-group-item {
  padding: 5px;
}

.list-group > .list-group-item {
  border-radius: 0;
  border-width: 0px;
  background-color: transparent;
}

.list-group > .list-group-item{
  border-top-width: 0;
}

.list-group  > .list-group > .list-group-item {
  padding-left: 2.5rem;
  width: max-content;
}

div.description {
  font-size: medium;
  line-height: 1.5rem;
  padding-bottom: 10px
}
.borderless td, .borderless th {
    border: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top-color: #D8D1C9 !important;
  
}
.postbutton, .getbutton, .putbutton, .deletebutton{
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.4;
  font-size: 14px;
  margin-right: 5px;
  text-transform: uppercase;
}

.postbutton{
  background: #C3FFDF;
  color: #00B353;
}

.getbutton{
  background: #79E2F2;
  color: #008599;
}

.putbutton{
  background: #FFC400;
  color: #806200;
}

.deletebutton{
  background: #FF8F73;
  color: #B32400;
}



.postbutton, .getbutton, .putbutton, .deletebutton{border-radius: 4px;}

.genericTable{
  width: 100%;
}

.view-apitester .entry-details {

    margin-bottom: 30px;

}

.logo-img{
  max-width: 244px;
}

.swagger-ui-wrap .model-signature ul.signature-nav li a{
  color: #000 !important;
}
.api-method-description {
	margin-right:-75%; 
}

.parameter::placeholder{
  color: #000A13;
}
.btn-calendar{
  margin:0 !important;
}
.range_inputs{
  display:flex;
}
.form-container textarea{
  width:100%
}

.code-box  input::placeholder{
  color:rgba(255, 255, 255, 0.5) !important;
}


.code-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5) !important;
}
.code-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
}
.code-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5) !important;
}
.code-box input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
}

#codopm_subject::placeholder{
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_subject::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_subject::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_subject:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_subject:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5) !important;
}

#codopm_message::placeholder{
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_message::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_message::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_message:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
#codopm_message:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5) !important;
}

.codopm_textarea_transition::placeholder{
  color: rgba(0, 0, 0, 0.5) !important;
}
.codopm_textarea_transition::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5) !important;
}
.codopm_textarea_transition::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
.codopm_textarea_transition:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
.codopm_textarea_transition:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5) !important;
}

.application .wrapper .inner-container .modal {
    color:#000;
}
.modal-body-content {
  color:#000
}

.modal-body-content .input {
  background: #FFF;
  padding: 15px 25px;
  border-radius: 8px;
  border: 1px solid #DEE3E9;
  color: #000A13;
  font-size: 16px;
  
}
.chzn-container-single .chzn-search input[type="text"] {
  color: #000;}

.vjs-theme-forest {
  	max-height: 350px;
  
  }
.api-download-button:focus {
  	color: white
  }
.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.darken .form-horizontal {
  color: white
}
.darken #tests{
  color: #fff;
}

.customDropdown-menu {
    background: #009AD9 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    z-index: 99;
    color: white !important;
}
.dropdown-item {
      display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.open > .dropdown-menu {
    cursor: pointer;
    left: auto;
}
#dtable_filter{
  z-index:1
}

div#dtableCustomToolbar > div:first-child {
    margin: 0 5px;
}

div#dtableCustomToolbar > button, .mar-lr {
    margin: 0 5px !important;
}

.application .wrapper #users-form .check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000A13;
  z-index: 1;
}
.application .wrapper #users-form .check-box:hover .check ~ .check-mark {
  background-color: #ccc;
}
.application .wrapper #users-form .check-box .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.application .wrapper #users-form .check-box .check:checked ~ .check-mark {
  background-color: #00D269;
}
.application .wrapper #users-form .check-box .check:checked ~ .check-mark:after {
  display: block;
}
.application .wrapper #users-form .check-box .check-mark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid #CBCBCB;
  border-radius: 2px;
}
.application .wrapper #users-form .check-box .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.application .wrapper #users-form .check-box.row-item {
  margin: 0;
}


.table-striped > tbody > tr > td, .table-striped > tbody > tr > th, .dataTable > tbody > tr > td, .dataTable > tbody > tr > th {
    background-color: #ffffff;
    border-bottom: 1px solid #DEE3E9 !important;
}
p#confirm-delete-dialog-text {
    color: black;
}

.application .wrapper #applications-form .check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000A13;
  z-index: 1;
}
.application .wrapper #applications-form .check-box:hover .check ~ .check-mark {
  background-color: #ccc;
}
.application .wrapper #applications-form .check-box .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.application .wrapper #applications-form .check-box .check:checked ~ .check-mark {
  background-color: #00D269;
}
.application .wrapper #applications-form .check-box .check:checked ~ .check-mark:after {
  display: block;
}
.application .wrapper #applications-form .check-box .check-mark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid #CBCBCB;
  border-radius: 2px;
}
.application .wrapper #applications-form .check-box .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.application .wrapper #applications-form .check-box.row-item {
  margin: 0;
}

#add-shared-users-form .check-box {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000A13;
  z-index: 1;
}
#add-shared-users-form .check-box:hover .check ~ .check-mark {
  background-color: #ccc;
}
#add-shared-users-form .check-box .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#add-shared-users-form .check-box .check:checked ~ .check-mark {
  background-color: #00D269;
}
#add-shared-users-form .check-box .check:checked ~ .check-mark:after {
  display: block;
}
#add-shared-users-form .check-box .check-mark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid #CBCBCB;
  border-radius: 2px;
}
#add-shared-users-form .check-box .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#add-shared-users-form .check-box.row-item {
  margin: 0;
}
#system-message-container {
  z-index:99 !important;
  position: relative;
  margin-top: 60px !important;
  position: absolute;
  top: 0;
}

a.dropdown-toggle:hover {
    color: #fff;
}
.view-home #apissection {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.display-none{
  display:none !important;
}
.view-home #enterSection .map-highlight a {
    padding: 0;
    font-size: inherit;
}
#featuresSection{
  margin-top:50px
}
.container {
  position: relative;
  padding-bottom: 50px;
  max-width: 1360px;
  margin: auto;
}
.mod-languages .display-name {
    padding: 0 !important;
}
.delete{
  position:relative;
}
input.checkboxSelector.disabled-app {
    height: 24px;
    width: 23px;
    background: #ccc;
}
#api-manager {
    color: white;
    background: #009AD9;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
  	font-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    margin-right: 2rem;
    padding-right: 1.5rem;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}

form#choose-manager-form {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  	font-size:16px;
}
.side-bar-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 80%;
}
#country {
    background: #009AD9;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    margin-right: 2rem;
    padding-right: 1.5rem;
}
@media screen and (max-width: 1400px){
	.side-bar-header{
		/*flex-direction:column;*/
		max-height:70px;
	}

	.side-bar{
		top: 180px;
	}
}
.parameter {
    color: white;
    background: #009AD9;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    margin-right: 2rem;
    padding-right: 1.5rem;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
#createAppSingleManager:hover {
    cursor: pointer;
}

.monitoring-page{
  margin-top:120px
}


article  td{
  position: relative;
}
article .link-more {
  
  position: absolute;
  bottom: 0;
}

.modal1 {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal1.fade .modal1-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal1.in .modal1-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal1-open .modal1 {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal1-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal1-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  width: 800px;
  height: 500px;
}
.modal1-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal1-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal1-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=50);
}
.modal1-header {
  padding: 0px;
}
.modal1-header .close {
  margin-top: -2px;
}
.modal1-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal1-body {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.modal1-footer {
  padding: 20px;
  text-align: right;
}
.modal1-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal1-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal1-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal1-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;
  }
}

@media (min-width: 768px) {
  .modal1-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal1-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  }
  .modal1-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal1-lg {
    width: 900px;
  }
}
.ellipsis {
    text-overflow: ellipsis;
    max-width: 150px;
    overflow: hidden;
    max-height: 40px;
    height: 40px;
    white-space: nowrap;
}
.application .wrapper .top-section .button-group .btn {
    position: relative;
}
#apis-table thead th:first-child {
    cursor: pointer;
}
.application .wrapper .main-content .app-form .table-result thead tr th {
    cursor: auto;
}
.dropup, .dropdown {
	cursor: pointer;
}
.navbar-nav .menu-profile img {
    height: 24px;
    width: 24px;
    top: 0;
    border-radius: 50%;
    margin: 0 5px;
    background: url(/images/com_apiportal/menu/user.svg);
}
.nav > li > span > img {
  position: relative;
  top: -8px;
  margin-top: 0;
  width: max-content;
}

@media only screen and (max-width: 990px){
.nav > li > span > img {
    display: none;
}
}


#certs-uploaded-table tbody tr td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.api-side-bar{
	top:65px;
  	font-size: .8em;
  	left: 10px;
}

.fixed-side-bar{
	position:fixed
}
.swagger-ui-wrap pre {
    background-color: transparent;
}

.card-slider{
	max-width: 1160px;
    margin: 0 auto;
}
li:not(:last-child) > .separator {
    text-transform: none;
    color: white;
    font-size: 14px;
    line-height: 64px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}
#certs-upload-form .oauth-client-edit-mode{
	width:100%
}
.check-mark-disabled{
    background-color: #C6C6C6;
    cursor: not-allowed;
}