@charset "UTF-8";

@media only screen and (min-width: 768px){
    .page-content-wrapper.fixed {
        min-height: calc(100% - 130px);
        max-height: calc(100% - 130px);
    }
}
.form-api-subscription{
    background:#e4e5e6;
}
.form-api-subscription .btn .icon{
    margin-right:5px;
}
.input-group {
    margin-top: 3px;
}
a.btn .icon-caret, .btn .icon-caret {
    margin-left: 49px;
    border: none;
}
.body-wrapper a:hover {
    text-decoration: underline;
}
.body-wrapper a.btn:hover {
    text-decoration: none;
}
.search-wrap>.form-control, .search-wrap .btn.wrap-input-right  {
    background-color:#dadbdc;
    border: 0px;
    color: #000;
    height: 40px;
    margin-top:-3px;
}
.search-wrap>.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0.9;
    font-weight: 400;
}
#left-sidebar{
    background-color: inherit;
    color: inherit;
}
#left-sidebar.sidebar-nav li a{
    color:inherit;
    font-size:13px;
}
.navbar-search .navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color:#dadbdc;
}

@media (max-width: 767px) {
    .navbar-right{
        margin-left:-15px;
        margin-right:-15px;
    }
}

@media (min-width: 768px){
    .visible-side-pane{
        position: relative;
        left: 0px;
        width: initial;
    }

}

ul.nav.nav-tabs {
    background-color: #F4F2F2;
}
.nav-tabs > li > a{
    color: #00a07a;
}
.white-wrapper>.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover .nav-tabs>li.active>a:visited .nav-tabs>li.active>a:active {
    background-color: #fff;
    border-top: 1px solid #14a784;
    border-left: 1px solid #14a784;
    border-right: 1px solid #14a784;
    border-radius: 0;
    color: #14a784;
}
.white-wrapper>.nav-tabs>li>a:hover {
    border-radius: 0;
    background-color: #14a784;;
    color: #FFFFFF;
}
.body-wrapper>hr{
    border-top: 1px solid #14a784;;
    margin-top: 50px;
}
.navbar-menu-toggle {
    padding: 0;
    background:#00c193;;
    color: #fff;
}
.navbar-menu-toggle:hover, .navbar-menu-toggle:focus, .navbar-menu-toggle:active,
.navbar-menu-toggle[aria-expanded=true]{
    background: #dadbdc;
}
.input-group-btn>ul.dropdown-menu {
    background-color: #14a784;
    margin-top: 0px;
}
.input-group-btn>.dropdown-menu>li>a{color: #fff;}

.input-group-btn>.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #dadbdc;
}
.appm-content-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dadbdc;
}
.appm-content-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #dadbdc;
   opacity: 1;
}
.appm-content-search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #dadbdc;
   opacity: 1;
}
.appm-content-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #dadbdc;
}
.appm-content-search::placeholder {
  color: #dadbdc;
}
@media (min-width: 320px) and (max-width: 767px) {
    ul.sublevel-menu li a {
        text-indent:0px;
    }
}
.average-rating {
    background: transparent url("../images/bigstar.png") no-repeat scroll 0 0;
    background-size : 40px 40px;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 42px;
    text-indent: 12px;
    width: 40px;
    margin-top:-8px;
}
/* Rating color */
.rating-symbol {
    color: orange;
    cursor: pointer
}
.glyphicon-star-empty {
    color: #aaa;
}
a.remove_rating{
    color: gray;
    cursor: pointer;
}
a.remove_rating:hover{
    color: #C00;
}
.panel-group .panel .form-horizontal,
.wiz-content .form-horizontal,
.modal-body .form-horizontal,
.login-form-wrapper .form-horizontal{
    max-width:100%;
}
.modal-content{
    background: #FFF;
    color:#000;
 }
 .modal-header h3{
    padding: 0px;
 }
 .modal-header{
    background: #f1f1f1;
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
 }
 .modal-header .close{
    color:#222;
    margin-top: 6px;
    font-size: 16px;
 }
.extended-form{
    display: none;
}
/* Customize swagger UI */
#swagger-ui-container {max-width: 100%;}
.swagger-section .swagger-ui-wrap{ min-width:initial!important;}
#swagger-ui-container .container{ width: 100% !important;padding: 0 !important; }
#swagger-ui-container #api_info { display: none;}
#resources_container ul { padding-left: 0px;}


.counter-container{
    display:inline-block;
    text-align:right;
    font-style: italic;
    margin-top:4px;
}

.api-details-container .form-horizontal{
    max-width:100%;
}
.api-details-container .form-horizontal .form-group{
    margin-bottom:0px;
}

.currentTheme{
    border:solid 2px #0099ff;
}
.themeLabel{
    border-radius:0;
}
.currentTheme a.themeLabel{
    background-color:#3A87AD;
    cursor:default;
}
.currentTheme,.currentTheme a,.currentTheme img{
    cursor:default !important;
}

/* fix broken swagger console */
.swagger-section pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.social_links img{
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.remove_rating i{
    margin-top: -3px;
}
.resize-vertical-only{
    resize:vertical;
}
.truncate-children {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
.truncate-children > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}
.word-break{
  word-break: break-all;
}
.share-container{
    min-height:60px;
}
#forum_topics_list_paginator,
#forum_replies_paginator{
    float:right;
    margin:0px;
}

.forum-edit-delete{
    float:right;
    position:relative;
    top:5px;
    padding-right:10px;
    z-index:999;
}


.search-wrap .dropdown-toggle{
    color: #000;
    background-color: #dadbdc;
    border:1px solid #dadbdc;
    border-right:1px solid #dadbdc;
    padding: 9px 12px;
    margin-top: -3px;
    line-height:20px;
}
.search-wrap .dropdown-toggle:hover{
    border-right-color:#99A1AA;
}
.search-wrap .input-group-btn>ul.dropdown-menu {
    background-color: #99A1AA;
    margin-top: 0px;
}
.search-wrap .input-group-btn>.dropdown-menu>li>a{color: #fff;}

.search-wrap .input-group-btn>.dropdown-menu>li>a:focus,
.search-wrap .dropdown-menu>li>a:hover {
    color: #000;
    background-color: #dadbdc;
}
.search-wrap .input-group-btn>.dropdown-menu > li:not(.divider){
    border-bottom:none;
}
.search-wrap .input-group-btn:first-child > .btn,
.search-wrap .input-group-btn:first-child > .btn-group{
    margin-right:0px;
    text-transform: uppercase;
}
.search-wrap .input-group-btn.open > .btn-default.dropdown-toggle:hover,
.search-wrap .input-group-btn.open > .btn-default:active:hover,
.search-wrap .input-group-btn.open > .btn-default:active:focus,
.search-wrap .input-group-btn.open > .btn-default.active,
.search-wrap .input-group-btn.open > .btn-default.dropdown-toggle,
.search-wrap .input-group-btn.open > .btn:focus{
    color:#fff;
    background-color: #99A1AA;
    border:1px solid #99A1AA;
}
@media (max-width: 480px) {
    .navbar-menu-toggle.active + form .search-wrap{
        display:none;
    }
}

.tenent-store-list .list-group-item{
    margin-top:0px;
    margin-bottom:0px;
}

 #tab3 .white-wrapper.add-padding-5x{
    padding:0px!important;
 }
 .checkbox .helper{
    padding-left:30px;
 }
 .checkbox p {
     padding: 0 0 0 30px;
     position: relative;
     margin: 0;
 }

/* =============================================================================
 * Same height columns support
 * ============================================================================= */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/* =============================================================================
 * Forum comment styles
 * ============================================================================= */

.tip {
  width: 0px;
  height: 0px;
  position: absolute;
  background: transparent;
  border: 10px solid #f5f5f5;
}

.tip-up {
  top: -25px; /* Same as body margin top + border */
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.tip-down {
  bottom: -20px;
  left: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.tip-left {
  top: 10px;
  left: -25px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.tip-right {
  top: 10px;
  right: -25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.comment-body {
  position: relative;
  height: auto;
  margin: 20px 0px 10px 0px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}
.comment-text > *{
    margin:0px;
}
.comment-message {
  color: #333;
}
.comment-message .successfully-added{
  float:right;
  color: #5cb85c;
}
.comment-extra{
    font-size:12px;
    text-indent:15px;
    color:#666;
}
.comment-extra strong{
    font-weight:500;
}

.requiredAstrix{
  color:red;
}

.api-prototype-icon {
    position:absolute;
    bottom:0px;
    left:0px;
    opacity:1;
}

.square-element .api-prototype-icon{
    display:block;
    background:rgba(0, 0, 0, .3);
    color:#fff;
    width:40px;
    height:40px;
    position:absolute;
    z-index: 999;
}

.square-element .api-prototype-icon i{
    font-size:1.5em;
    padding:12px 2px;
}

.bootstrap-select.btn-group .dropdown-menu{
    height: 250px;
}


.apiNameWrap{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.header-main{
  color: #FFFFFF;
}

.api-padding {
  padding: 20px 20px 20px 20px;
}

.purple {
  background-color: #FF0000;
}

.green {
  background-color: #FFC400;
}

.main-logo {
  content: url("../libs/theme-wso2_1.0/images/Switchfox-Logo-01.png") !important;
  padding-top: 5px;
  height: 40px;
}

.footer-logo {
  content: url("../libs/theme-wso2_1.0/images/Switchfox-Logo-footer.png") !important;
  height: 40px;
}

.api-listing-border {
  background-color: #F4F2F2;
}

.circle-icon {
  content: url("../libs/theme-wso2_1.0/images/circle.png") !important;
}

.api-info-div {
  background-color: #e4e5e6;
  padding-bottom: 40px;
}

.api-thumbnail {
  padding-top: 15px;
  width: 18%;
}

.api-info-row {
  padding-bottom: 15px;
}

.logged-in-icon {
  content: url("../libs/theme-wso2_1.0/images/SF-user-icon.png");
  width: 30px;
  height: 30px;
}

.log-in-icon {
  content: url("../libs/theme-wso2_1.0/images/lock.png");
  width: 30px;
  height: 30px;
}

.listing-content {
  padding-right: 150px;
}

.api-icon-box {
  padding-left: 0px !important;
  padding-right: 30px;
  padding-bottom: 13px;
}

.sign-in-text {
  padding-bottom: 5px;
}

.sign-our-icon {
  content: url("../libs/theme-wso2_1.0/images/sf-sign-out.png");
  height: 14px;
  width: 13px;
}

.first-col-head:before {
  content: "\a Contact Us:";
  color: #000;
  font-weight: bold;
  font-size: 13px !important;
}

.first-col-text:before {
  white-space: pre;
  content: "Email: integrations@myeezi.com \a Office: 020 3941 2985 \a\a Monday – Friday: 08h30 – 17h30\a Saturday: Closed\a Sunday: Closed\a Bank Holidays: Closed \a";
  color: #000;
  font-size: 12px !important;
}

.second-col-head:after {
  content: "Eezi Group support:";
  color: #000;
  font-weight: bold;
  font-size: 13px !important;
}

.second-col-text:after {
  white-space: pre;
  content: "Email: support@myeezi.com \a\a\a Monday – Friday: 07h00 – 19h00 \a Saturday: 08h00 – 17h00 \a Sunday: 08h00 – 16h00 \a Bank Holidays: 08h00 – 16h00 \a";
  color: #000;
  font-size: 12px !important;
}

.second-col-text {

}

.footer-lower {
  background-color: #00c193;
  color: #EDEFFB;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  font-size: 10px;
}

.footer-upper {

}

.footer-logo-div {
  display: inline-block;
  float: left;
  padding-top: 100px;
  padding-left: 250px;
  padding-right: 50px;
}

.footer-logo-div:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 25%;
  height: 50px;
}

.footer-first-col {
  display: inline-block;
  padding-left: 50px;
  padding-top: 20px;
}

.footer-second-col  {
  display: inline-block;
  padding-left: 50px;
  padding-top: 20px;
}

.vertical-line{
  width: 1px;
  background-color: #000 ;
  height: 135px;
  display: inline-block;
  position: absolute;
  padding-top: 50px;
  margin-top: 55px;
}

.first-col-content {
  padding:10px;
}

.second-col-content {
  padding:10px;
}

.footer-href {
  color: #FFFFFF;
}

.footer-lower-content {
  padding-top: 5px;
}

button#loginBtn {
  width: 320%;
  margin-top: 5px;
}

button#goBackBtn {
  width: 320%;
  margin-top: 5px;
}

.loginInput {
  background: #EFEFEF;
  border: none;
}

.loginSections {
  width:60% !important;
}

.loginSigninTitle {
  font-weight: bold;
}

