
/* FONT FAMILIES */

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light.woff') format('woff'),
         url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular.woff') format('woff'),
         url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.eot');
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic.woff') format('woff'),
         url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold.woff') format('woff'),
         url('fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold.woff') format('woff'),
         url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialRounded';
    src: url('fonts/ArialRounded.eot');
    src: url('fonts/ArialRounded.eot?#iefix') format('embedded-opentype'),
         url('fonts/ArialRounded.woff') format('woff'),
         url('fonts/ArialRounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
  url('fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}


/* GENERAL STYLE */

html,
body {
    min-width: 1024px !important;
    font-family: 'OpenSans-Regular';
    overflow-x: auto;
    color: #888;
}

.left {
    float: left;
}
.right {
    float: right;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
}
.form-control:-moz-placeholder {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
}

.form-control:focus,
input[type="text"]:focus {
    outline: 0 !important;
    box-shadow: rgba(0,0,0,0.0) !important;
}

.login-wrapper {
    min-height: 500px;
}

.primary-button {
    padding: 12px 25px;
    background-color: #6FB357;
    border: 1px solid #6FB357;
    font-family: 'ArialRounded';
}

.primary-icon-button {
    padding: 12px 25px;
    background-color: #6FB357;
    border: 1px solid #6FB357;
    color: #fff !important;
    font-family: 'ArialRounded';
}

.primary-button:hover,
.primary-icon-button:hover {
    color: #fff;
    opacity: 0.9;
}

.primary-icon-button span.custom-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

.icon-button {
    background-color: #6FB357;
	color: #fff;
}

.icon-button:focus {
    background-color: #6FB357;
	color: #fff;
}


/* LOGIN PAGE */

.login-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/body-graphic.png") top right no-repeat;
}

.login-wrapper .top-part {
    padding: 70px 0 0 0;
}

.top-part .navigation {
    margin-top: 40px;
}

.logo-wrapper {
    position: relative;
}

.logo-wrapper:before {
    background: rgba(0, 0, 0, 0) url("../images/logo-extension.png") top left no-repeat;
    content: "";
    height: 355px;
    left: -335px;
    position: absolute;
    top: 15px;
    width: 500px;
    z-index: -1;
}

.logo:before {
    background: rgba(0, 0, 0, 0) url("../images/logo_particules.png") repeat scroll 0 0;
    content: "";
    height: 178px;
    left: -210px;
    position: absolute;
    top: 15px;
    width: 275px;
    z-index: -1;
}

.logo a {
    width: 374px;
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll left top;
    color: #1F3B7F;
    display: block;
    font-family: "ArialRounded";
    font-size: 2.25em;
    height: 183px;
    line-height: 1;
    padding-left: 200px;
    padding-top: 65px;
}

.logo:hover a {
    color: #1F3B7F;
    text-decoration: none;
}

.login-box-wrapper .form-data-box {
    width: 100%;
    max-width: 500px;
    margin: 100px auto 0;
}

.form-data-box-title {
    margin: 0 12% 40px 0;
    color: #283C87;
    font-size: 26px;
    line-height: 30px;
    font-family: "ArialRounded";
    text-align: right;
}

.general-message-title {
    margin: 0 0 40px 0;
    color: #283C87;
    font-size: 26px;
    line-height: 30px;
    font-family: "ArialRounded";
    text-align: center;
}

.form-data-box .form-group {
    margin: 0 0 20px 0;
}

.form-data-box .form-group .form-control {
    width: 100%;
    max-width: 330px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px 0 0;
}

.form-data-box .form-group .control-label {
    text-align: right;
}

.form-data-box .primary-icon-button {
    width: 100%;
    max-width: 330px;
    height: 54px;
    margin: 10px 0 20px 0;
    font-size: 18px;
    line-height: 18px;
}

.form-data-box-link {
    text-align: center;
}

.form-data-box-link a {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

/* Create account page */

.general-message-title {
    margin-bottom: 27px;
    text-align: left;
    line-height: 40px;
}

.control-label sup {
    margin: 0 3px 0 0;
}

.general-message-text {
    width: 100%;
    max-width: 360px;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    font-family: 'OpenSans-Light';
    font-style: italic;
}

.create-account-wrapper,
.general-message-wrapper {
    margin: 60px 0 0 0;
}

/* API Page */

.inner-type-wrapper .header {
    padding: 7px;
    background-color: #fff;
}

.inner-type-wrapper .top-part {
    margin-bottom: 35px;
}

.search-wrapper .dropdown-toggle {
    height: 46px;
    background-color: #EDC337;
    border-color: #EDC337;
    color: #fff;
}

.search-wrapper .input-group.input-wrap {
    width: 300px;
}

.search-wrapper .form-control {
    height: 46px;
    border-color: #EDC337;
}

.search-wrapper .input-group-btn .btn-default {
    height: 46px;
    padding: 0 20px;
    border-color: #EDC337;
    border-left: 0;
}

.search-wrapper .input-group-btn .btn-default:focus {
    background-color: #EDC337;
    border-color: #EDC337;
}

.search-wrapper .input-group-btn .btn-default:hover {
    background-color: #EDC337;
    color: #fff;
}

.search-wrapper .input-group-btn .custom-icon {
    color:  #EDC337;
}

.dropdown-menu {
    background-color: #f5f5f5;
}

.profile-container .dropdown {
    padding: 10px 0 0 45px;
}

.profile-container .dropdown:hover {
    background-color: #fff;
}

header .nav .dropdown-menu, 
header .nav .open > a, 
header .nav .open > a:focus, 
header .nav .open > a:hover {
    background-color: #fff;
}

.profile-container .dropdown-menu {
    background-color: #f8f8f8 !important;
}

.profile-container .dropdown-menu li a {
    color: #000;
}

.title-container {
    margin: 0 0 35px 0;
}

.rating-wrapper {
    margin: 20px 0;
}

.rating-symbol .glyphicon {
    font-size: 22px;
    color: #EDC337;                   
}

/* General info boxes */

.general-info-box {
    border: 3px solid #E0E0E0;
}

.general-info-box-inner {
    padding: 30px 40px 35px 40px;
    /*border-top: 14px solid #283C87;*/
}

.general-info-box .version {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'OpenSans-Italic';
}

.general-info-box.blue-marked .general-info-box-inner {
    border-top: 14px solid #283C87;
}

.general-info-box.yellow-marked .general-info-box-inner {
    border-top: 14px solid #EDC337;
}

.general-info-box.green-marked .general-info-box-inner {
    border-top: 14px solid #6FB357;
}

.general-info-box.blue-marked .version {
    color: #283C87;
}

.general-info-box.yellow-marked .version {
    color: #EDC337;
}

.general-info-box.green-marked .version {
    color: #6FB357;
}

.general-info-box .info-box-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 15px 0;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-family: "ArialRounded";
}

.general-info-box .primary-icon-button {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 18px;
}

.general-info-box .info-text {
    height: 88px;
    overflow: hidden;
    margin: 0 0 15px 0;
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.general-label {
    min-height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-radius: 5px;
    background-color: rgba(0, 54, 255, 0.1);
    color: #0035FF;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

/* Navigator */

.navigation li.active {
    background: rgba(0, 0, 0, 0) url("../images/active-bg.svg") no-repeat scroll center center / 100% 100%;
    color: #fff;
    padding: 15px 35px 15px 25px;
}
.navigation li.active a,
.navigation li.active a:hover {
    color: #fff;
    text-decoration: none;
}
.navigation li {
    position: relative;
    margin: 0 40px;
    color: #000;
    display: block;
    float: left;
    font-weight: 100;
    margin-left: 30px;
    padding: 15px 0;
}
.navigation li:first-child {
    margin-left: 0;
}
.navigation li:last-child {
    margin-right: 0;
}
.navigation li a {
    color: #000;
    font-size: 16px;
}

.navigation li .dropdown-menu li {
    width: 100%;
    margin: 0;
    padding: 8px 0;
}

.navigation li .dropdown-menu li a {
    color: #000 !important;
    font-size: 15px;
}

.navigation li .dropdown-menu li:hover a {
    background-color: #f5f5f5 !important;
    opacity: 0.8;
}

.navigation li .dropdown-menu li a i {
    margin: 0 7px 0 0;
}

.page-title {
    color: #1F3B7F;
    font-size: 26px;
    line-height: 30px;
    font-family: "ArialRounded";
}

.page-subtitle {
    margin: 10px 0;
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    font-family: 'OpenSans-Light';
    font-style: italic;
}

/* API Details Page */

.api-detail .title-container {
    margin-bottom: 0;
}

.back-to-page {
    color: #888;
    font-size: 16px;
    line-height: 20px;
    font-family: 'OpenSans-Light';

}

.back-to-page:hover {
    color: #888;
}

.back-to-page .custom-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    font-size: 18px;
    line-height: 20px;
}

.title-container-left {
    float: left;
}

.title-container-right {
    float: right;
}

.title-container-left .page-title {
    color: #000;
}

.title-container-left .version-info,
.status-combo {
    margin: 12px 0 15px 0;
    color: #888;
    font-size: 16px;
    line-height: 20px;
}

.title-container-left .status-combo {
    color: #888;
    font-size: 16px;
    line-height: 20px;
}

.title-container-left .version-info i {
    margin: 0 0 0 7px;
    color: #283C87;
    font-family: 'OpenSans-Light';
}

.status-combo span {
    margin: 0 7px 0 0;
}

.status-combo .general-label {
    text-transform: uppercase;
}

.title-container-right .rating-wrapper {
    margin-bottom: 10px;
    text-align: right;
}

.author {
    margin: 0 0 20px 0;
}

.author-name {
    margin: 0 0 0 10px;
    color: #000;
}

.updated-date i {
    margin: 0 0 0 10px;
    color: #000;
}


/* Tabs */

.nav-tab-wrapper .nav-tabs {
    border-width: 0;
}

.nav-tab-wrapper .nav-tabs > li {
    width: 18%;
    height: 46px;
    border-bottom: 4px solid #bbbbb8;
    text-align: center;
}

.nav-tab-wrapper .nav-tabs > li > a {
    height: 58px;
    background-color: rgba(0, 0, 0, 0.0) !important;
    border: 0 none !important;
    color: #888;
    font-size: 18px;
    line-height: 50px;
    font-family: 'ArialRounded';
}

.nav-tab-wrapper .nav-tabs > li:hover > a {
    background-color: rgba(0,0,0,0.0);
    border: 0;
}

.nav-tab-wrapper .nav-tabs > li.active {
    border-bottom: 4px solid #E73E31;
    background: rgba(0, 0, 0, 0) url("../images/tab-bg.svg") no-repeat scroll center center / 100% 100%;
    color: #fff;
}

.nav-tab-wrapper .nav-tabs > li.active > a {
    border: 0;
    color: #fff;
}

.nav-tab-wrapper .nav-tabs > li.active:hover > a,
.nav-tab-wrapper .nav-tabs > li.active > a:focus  {
    color: #fff;
}

.nav-tab-wrapper .tab-content {
    padding: 45px 0 15px 0;
}

/* End of Tabs */

.tab-content-inner-wrapper .message {
    margin: 0 0 35px 0;
}

.message h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 20px;
}

.message p {
    color: #000;
    font-size: 14px;
    line-height: 19px;
}

.message .custom-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    font-size: 18px;
    line-height: 18px;
}

.tab-content-inner-wrapper p {
    color: #000;
    font-size: 14px;
    line-height: 19px;
}

.main-section-title {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}

.large-input-wrapper .form-group,
.large-input-wrapper .input-group {
    width: 100%;
}

.large-input-wrapper .input-group-addon {
    width: 212px !important;
    height: 50px;
    border: 1px solid #6FB357;
    background-color: #6FB357;
    color: #fff;
}

.large-input-wrapper .form-control {
    border-color: #6FB357;
    height: 50px;
    line-height: 50px;
}

.large-input-wrapper {
    margin: 0 0 45px 0;
}

/* PANELS */

.panel-title-number {
    margin: 0 0 0 7px;
}

.panel-item-wrapper {
    margin: 0 0 25px 0;
}

.panel-item-wrapper .panel-body {
    padding: 10px 0;
}

.panel-item-wrapper > .panel-group .panel > .panel-heading {
    border: 1px solid #ddd;
}

.panel-subitem-wrapper .panel-heading {
    padding: 0;
    border: 0 !important;
    background-color: rgba(40,64,135,0.2);
}

.panel-subitem-wrapper .panel-heading h4 {
    margin: 0;
}

.panel-subitem-wrapper .panel-heading .http_method,
.panel-subitem-wrapper .panel-heading .path {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.panel-subitem-wrapper .panel-heading .http_method:hover a,
.panel-subitem-wrapper .panel-heading .path:hover a {
    text-decoration: none;
}

.panel-subitem-wrapper .panel-heading .http_method {
    padding: 10px 25px;
    background-color: #283C87; 
}
.panel-subitem-wrapper .panel-heading .http_method a {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans-Light';
}
.panel-subitem-wrapper .panel-heading .path a {
    color: #000;
    font-size: 14px;
}
.panel-subitem-wrapper .panel-body {
    border-top: 0 !important;
    padding: 15px 25px;
}

.sandbox h4 {
    font-size: 14px;
    color: #000;
    font-family: 'OpenSans-Bold';
}

.sandbox table {
    margin-bottom: 25px;
}

.sandbox .primary-button {
    padding: 7px 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'ArialRounded';
}

table.parameters th,
table.response-messages th {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px;
    color: #888;
    font-size: 12px;
}

tbody.operation-params input.parameter {
    width: 100%;
    max-width: 170px;
    height: 20px;
    border: 1px solid #888888;
}

table.response-messages th {
    width: 350px !important;
    max-width: 350px !important;
}

tbody.operation-params tr td,
tbody.operation-status tr td {
    padding: 5px;
    color: #000;
    font-size: 12px;
}

.sidebar {
    padding: 30px 15px;
}

.sidebar-title {
    padding-left: 25px;
    margin: 0 0 15px 0;
    color: #283C87;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
}

.sidebar .panel-heading,
.sidebar .panel,
.sidebar .panel-default {
    border: 0;
    background-color: rgba(0,0,0,0.0);
    box-shadow: none;
}

.sidebar .panel-heading {
    padding: 5px 15px;
    position: relative;
}

.sidebar .panel-heading.collapsed:before {
    content: "\e905";
    position: absolute;
    top: 4px;
    left: 0px;
    color: #888;
    font-size: 10px;
    font-family: 'custom-font-icons' !important;
}

.sidebar .panel-heading:before {
    content: "\e904";
    position: absolute;
    top: 4px;
    left: -7px;
    color: #888;
    font-size: 10px;
    font-family: 'custom-font-icons' !important;
}

.sidebar .panel-title {
    color: #000;
    font-size: 14px;
}

.sidebar .panel .panel-body {
    border-top: 0 !important;
    padding: 0;
}

.sidebar-panel-list-item {
    list-style-type: none;
    margin: 0 0 5px 0
}

.sidebar-panel-list {
    margin: 0;
    padding: 10px 0 0 35px;
}

.sidebar-panel-list-item  a {
    color: #000;
    font-size: 12px;
    line-height: 14px;
} 

.sidebar .panel-group .panel + .panel {
    margin-top: 0;
}

.general-paragraph {
    margin: 0 0 15px 0;
}

.code-example-container {
    position: relative;
    padding: 25px 50px;
    background-color: #F8F8F8;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    margin: 70px 0 15px 0;
}

.code-example-label {
    height: 44px;
    padding: 0 20px;
    position: absolute;
    top: -44px;
    left: 0;
    background-color: #F8F8F8;
    color: #000;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.code-class-name {
    color: #F6A623;
}

a {
	color: #000;
}

.pagination  .active  a  {
    background-color: #6FB357;
}

th.itemlist {
	background-color: #6FB357;
	color: #fff;
}

.nav-pills   li.active  a  {
	background-color: #6FB357;
	color: #fff;
}

.nav-pills   li.active  a:focus  {
	background-color: #6FB357;
	color: #fff;
}