/* ====================== BASIC */
html, body {
    min-height: 100%;
}

p {
    margin-bottom: 20px;
}

p a{
    color: #444444;
    text-decoration: underline;
}

p a:focus,
p a:active,
p a:hover{
    color: #111;
    text-decoration: none;
}

ul {
    list-style: disc outside none;
    margin: 0 0 30px 25px;
}

ul li {
    padding-left: 5px;
}

ol {
    list-style: decimal outside none;
    margin: 0 0 30px 25px;
}

h1 {
    color: #333;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 25px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e0e6eb;
    letter-spacing: -1px;
}




h1 a {
    color: #555;
}

h1 a:hover {
    color: #333;
    text-decoration: none;
}

h2 {
    font-size: 21px;
    font-weight: bold;
    color: #5cb85c;
    margin-bottom: 20px;
}

h2.hr {
    border-top: 1px double #cc;
    border-bottom: 0;
    padding-top: 25px;
    margin-top: 50px;
}

h2.hm {
    margin-top: 50px;
}

h2.anchored {
    padding-top: 90px;
    margin-top: -70px;
}

h3 {
    font-weight: bold;
    color: #2b69a0;
    font-size: 16px;
    margin-bottom: 15px;
}

h3.hm {
    margin-top: 50px;
}

h3 strong {
    color: #444;
}

h3>.label {
    font-size: 11px;
    padding: 3px 4px;
}

h3.dot {
    color: #666;
    background: url("/img/bullets/9.png") no-repeat scroll 0 50% transparent;
    margin-left: 5px;
    padding-left: 15px;
}

h3.dot a {
    color: #666;
}

h3.dot.anchored {
    padding-top: 90px;
    margin-top: -90px;
    background-position: 1px 97px;
}

h3.dot.anchored-clickable:hover {
    color: #777;
    background: url("/img/icons/anchor.png") no-repeat scroll 1px 94px transparent;
    cursor: pointer;
    padding-left: 18px;
}

h3.dot.sub {
    color: #999;
    background-image: url('/img/bullets/8.png');
    font-size: 15px;
}

h3.dot.hm.anchored {
    padding-top: 90px;
    margin-top: -60px;
}

h3.title {
    color: #0D5995;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

h4 {
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #888;
    font-size: 14px;
}

h4.hm {
    margin-top: 30px;
}

.text-larger-10{
    font-size: 110%;
}

.text-larger-20{
    font-size: 120%;
}

code {
    background-color: #f6f6f6;
    color: #1d2d36;
    padding: 1px 3px 1px 3px;
    margin: -15px 0 0 0;
    font-size: 13px;
    position: relative;
    top: -1px;
    border: 1px solid #eaeaea;
}

pre.endpoint{
    border: 1px solid #EAEAEA;
    background-color: #f6f6f6;
    white-space: pre-line;
    margin-top: -10px;
    margin-bottom: 30px;
    color: #181818;
}

pre.endpoint .arg{
    color: #686767;
}

.alert a.alert-link-ul {
    text-decoration: underline;
}

.alert a.alert-link-ul:hover {
    text-decoration: none;
}

.alert-info code {
    background-color: #c5e2f0;
    color: #505050;
}

.alert-warning code {
    background-color: #e6e2cd;
    color: #735624;
}


code.code-tooltip {
    cursor: help;
}

code.code-tooltip i {
    margin: 0 3px;
    vertical-align: middle;
    color: #666;
}

.screenshot {
    box-shadow: 0 4px 5px 0 rgba(126, 119, 119, 0.1), 0 1px 10px 0 rgba(213, 172, 172, 0.1), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
}

.anchored-link:hover {
    cursor: pointer;
}

div.endpoint{
    border: 1px solid #EAEAEA;
    background-color: #e0e0e0;
    margin-top: -10px;
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 40px;
    border-radius: 3px;
}

div.endpoint .method{
    float: left;
    background-color: #e0e0e0;
    color: #696969;
    font-weight: bold;
    width: 10%;
    text-align:center;
    font-size: 12px;    
}

div.endpoint .uri{
    float: left;
    background-color: #f6f6f6;
    border: 0 none;
    display: block;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
}

div.endpoint .method + .uri{
    width: 90%;
}
    
div.endpoint .uri .arg{
    color: #e76767;  
}

div.endpoint .uri .arg a{
     color: #e76767;  
}


/* ====================== NO JS WARNING */
noscript {
    background-color: #f2dede;
    border: 3px solid #db7674;
    color: #a94442;
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    left: 10px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 10px;
    width: 200px;
    z-index: 2147483647;
}

/* ====================== PLUGIN FILTERS */
#group-filter {
    margin-bottom: 10px;
}

#group-filter #group-filter-value {
    border-right: 0 none !important;
}

#group-filter #group-filter-value:focus {
    box-shadow: none;
    border-color: #ccc;
}

#group-filter #group-filter-reset {
    background-color: #fff;
    color: #fff;
}

#group-filter.group-filter-enabled #group-filter-reset {
    color: #ff7b7b;
}


#group-filter.group-filter-enabled #group-filter-reset i{
	position:relative;
	top: 0;
}


#group-filter.group-filter-enabled #group-filter-reset:hover {
    color: #f75757;
    cursor: pointer;
}

#group-filter .group-filter-sub-title {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.9;
    margin: 12px 0 5px 5px;
    text-transform: uppercase;
    display: none;
}

#group-filter.group-filter-enabled .group-filter-sub-title-no-results {
    display: block;
}

#group-filter.group-filter-enabled.group-filter-have-results .group-filter-sub-title-results {
    display: block;
}

#group-filter.group-filter-enabled.group-filter-have-results .group-filter-sub-title-no-results {
    display: none;
}

/* ====================== RESPONSIVE TABLES */
.table-responsive {
    margin-bottom: 40px;
}

.table-responsive table {
    margin-bottom: 0px ! important;
}

section .table-responsive {
    margin-bottom: 20px;
}

/* =============== HEADER \ NAVBAR */
header {
    height: 80px;
}

header #menu.navbar {
    border-bottom: 1px solid rgba(125, 125, 125, 0.4);
    border-radius: 0;
}

header #menu.navbar ul.nav > li.submenu_navbar a {
    margin-left: 40px;
    font-size: 14px;
    padding: 2px 10px;
}

header #menu .navbar-collapse.in,
header #menu .navbar-collapse.collapsing {
    z-index: 9999;
    background-color: #2b1d01;
    box-shadow: none;
    margin-top: 13px;
    border-bottom: 1px solid #f3aa20;
}

header .navbar-toggle{
    color: #f3aa20;
}

header .navbar-toggle:hover{
    opacity: 1 !important;
}

header .navbar-toggle.collapsed{
    opacity: 0.7;
}

/* ====================== CONTENT */
#content.content-single-page {
    padding: 50px 0 25px 0;
    border-left: 0;
}

#content.content-single-page h1 {
    font-size: 30px;
    border-bottom: 0 none;
}

/* Phone and not small tablet */
@media ( min-width : 996px) {
    #content {
        min-height: 880px;
    }
}



/* ====================== LEFT MENU */
#side-menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

#side-menu .menu li {
    padding-left: 5px;
    display: block;
}

#side-menu .menu li a {
    color: #666;
    font-size: 14px;
    display: block;
}

#side-menu .menu li a.with-icon:hover{
	text-decoration: none;
}

#side-menu .menu li a.with-icon:hover span{
	text-decoration: underline;	
}

#side-menu .menu li a.group-title {
    background: transparent url("/img/bullets/5.png") no-repeat scroll 0 50%;
    color: #4c555a;
    font-size: 14px;
    margin-left: 0;
    padding-left: 12px;
}

#side-menu .menu li a.group-title-muted {
    color: #adb3b8;
    background-image: none !important;
    padding-left: 0;
    margin-left: 0;
}

#side-menu .menu li a.group-title-muted:hover{
    color: #4c555a;
}

#side-menu .menu li a.group-title-no-dot {
    background-image: none !important;
    padding-left: 0;
}

#side-menu .menu li.active>a {
    color: #0099e5;
    font-weight: bold;
}

#side-menu .menu li.active>a:hover{
    text-decoration: none;    
}

#side-menu .menu li.active>a.group-title {
    background-image: url("/img/bullets/6.png");
}

#side-menu .menu li a.group-sub-title {
    color: #888;
    font-weight: bold;
}

#side-menu .menu li a img {
    vertical-align: inherit;
}

#side-menu .menu ul.menu {
    margin-bottom: 15px;
    margin-left: 10px;
}

#side-menu .menu li.group {
    margin-bottom: 5px;
    margin-left: 3px;
    padding-left: 8px;
}

#side-menu .menu li.group .menu {
    margin: 5px 0 15px 10px;
}

#side-menu .menu li.group-header {
    color: #0b4c7f;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0 2px;
    padding: 5px 0;
    text-transform: uppercase;
    opacity: 0.9;
}

#side-menu .menu li.group-separation {
    border-top: 1px solid #eee;
    padding-top: 5px;
}

#side-menu .menu li.group-header:first-child {
    margin-top: 0;
}


.copyright {
    bottom: 5px;
    font-size: 10px;
    text-align: center;
    width: 220px;
    margin-top: 20px;
}

/* ====================== CANVAS */
header.has-canvas nav.navbar-fixed-transparent ul.nav>li>a {
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-radius: 20px !important;
}

header.has-canvas nav.navbar-fixed-transparent ul.nav>li>a:hover, 
header.has-canvas nav.navbar-fixed-transparent ul.nav>li.active>a {
    color: #fff;
}

header.has-canvas nav.navbar-fixed-transparent ul.nav>li a#signup-button {
    background-color: rgba(76, 174, 76, 0.8) !important;
    color: #fff;
}

header.has-canvas nav.navbar-fixed-transparent ul.nav>li a#signup-button:hover {
    background-color: rgba(76, 174, 76, 1) !important;
}

header.has-canvas nav.navbar-fixed-transparent ul.nav>li.dropdown>a.dropdown-toggle:hover, 
header.has-canvas nav.navbar-fixed-transparent ul.nav>li.dropdown.open>a.dropdown-toggle {
    color: #fff !important;
}

header.has-canvas {
    background-size: cover;
    border-bottom: 2px solid #ddd;
    height: 480px;
}

header.has-canvas .navbar {
    background-color: transparent !important;
    border-bottom: 0 none !important;
}

header.has-canvas .navbar-fixed-opaque {
    background: linear-gradient(150deg,#30516d 15%,#405f79 70%, #31526e 94%);
    box-shadow: 0 1px 10px rgba(0,0,0,0.149);
    color: #fff;
}

header.has-canvas .canvas {
    padding-top: 170px;
    position: relative;
    height: inherit;
}

header.has-canvas .canvas .primary {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 68px;
    letter-spacing: -0.03em;
    opacity: 0.95;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

header.has-canvas .canvas .secondary {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 32px;
    opacity: 0.4;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    margin-top: 32px;
}

/*Phone*/
@media ( max-width : 768px) {
    header.has-canvas nav.navbar-fixed-transparent ul.nav>li>a {
        background-color: transparent !important;
        border-radius: 0;
    }
    header.has-canvas nav.navbar-fixed-transparent ul.nav>li a#signup-button {
        background-color: rgba(76, 174, 76, 0.8) !important;
        color: #fff;
        border-radius: 20px;
    }
}

@media ( max-width : 600px) {
    header.has-canvas {
        height: 325px;
    }
    header.has-canvas .canvas {
        padding-top: 85px;
    }
    header.has-canvas .canvas .primary {
        font-size: 25px;
        line-height: 49px;
    }
    header.has-canvas .canvas .secondary {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

    /*Landscape*/
    @media ( max-height : 400px) {
        .hidden_landscape_phone {
            display: none;
        }
        header.has-canvas {
            height: 220px;
        }
    }
}

/* ====================== SECTION SERVICES */
body.docs-services #side-menu li.group-header {
    color: #F5783F;
}

body.docs-services header.has-canvas {
    background: #5C258D;
    background: -webkit-linear-gradient(-15deg, #F7ED7B, #F73C29);
    background: linear-gradient(-15deg, #F7ED7B, #F73C29);
}

body.docs-services header.has-canvas .canvas .secondary {
    color: #fff;
}

/* ====================== SECTION API */
body.docs-api #side-menu li.group-header {
    color: #4b6cb7;
}

body.docs-api header.has-canvas {
    background: #4b6cb7;
    background: -webkit-linear-gradient(-15deg, #4b6cb7, #182848);
    background: linear-gradient(-15deg, #4b6cb7, #182848);
}

body.docs-api header.has-canvas .canvas .secondary {
    color: #ccffff;
}

/* ====================== SECTION PLUGINS */
body.docs-plugins #side-menu li.group-header {
    color: #177c67;
}

body.docs-plugins header.has-canvas {
    background: #268b76;
    background: -webkit-linear-gradient(-15eg, #369b86, #23697d);
    background: linear-gradient(-18deg, #369b86, #23697d);
}

body.docs-plugins header.has-canvas .canvas .secondary {
    color: #c6fee4;
}

/* ====================== SECTION HOME */
body.docs-home #side-menu li.group-header {
    color: #177c67;
}

#side-menu li.group-subheader {
    color: #333;
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

body.docs-home header.has-canvas {
    background: #1f2c65;
    background: #1f2c65 -webkit-linear-gradient(#1f2c65, #6298aa) repeat scroll 0 0;
    background: #1f2c65 linear-gradient(#1f2c65, #6298aa) repeat scroll 0 0;
}

body.docs-home header.has-canvas .canvas .secondary {
    opacity: 0.5;
}

/* ====================== RESOURCES */
table.resources {
    width: 100%;
    border: 0 none;
    background-color: #fafafa;
    font-size: 12px;
    margin-bottom: 40px;
    table-layout:fixed;
}

table.resources .required {
    color: red;
    cursor: help;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

table.resources .col-80{
    width: 80%;
}

table.resources .col-70{
    width: 70%;
}

table.resources .col-60{
    width: 60%;
}

table.resources .col-50{
    width: 50%;
}

table.resources .col-40{
    width: 40%;
}

table.resources .col-30{
    width: 30%;
}

table.resources .col-20{
    width: 20%;
}

table.resources .col-10{
    width: 10%;
}

table.resources td.none{
    color: #bababa;    
}

table.resources td.uri code {    
    border: 1px solid #e0e6eb;
    display: block;
    margin-top: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 3px;
    white-space: nowrap;
    font-size: 11px;
    background-color: #eee;
    color: #555;
}

table.resources td.uri i{
    color: #76AB62;
}

table.resources thead td, 
table.resources thead th {
    background-color: #555;
    border-color: #666;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #fff;
}

table.resources thead th .label {
    padding: 3px 5px;
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
}

table.resources.params thead td, 
table.resources.params thead th {
    background-color: #ECECEC;
    font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace;
    font-weight: normal;
    border-color: #D1D1D1;
    color: #555;
    line-height: 30px;
    padding: 0 0 0 7px;
}

table.resources.params .resource {
    color: #009900;
    font-family: monospace;
    font-size: 14px;
    margin-left: 5px;
}

table.resources.params .type {
    background-color: #ddd;
    font-family: monospace;
    font-size: 14px;
    padding: 0 5px;
}

table.resources thead td.method, 
table.resources thead th.method {
    width: 80px;
    text-align: center;
}

table.resources tbody td {
    border: 1px solid #e8e9ed;
    vertical-align: middle;
    text-align: center;
    padding: 4px;
}

table.resources.params tbody td {
    line-height: 21px;
    padding: 5px;
    text-align: left;
}

table.resources.params tbody td {
    border-color: #D1D1D1;
}

table.resources.responses tbody td {
    line-height: 32px;
    text-align: left;
}

table.resources tbody tr.divider td {
    border-top: 6px solid #e8e9ed;
}

table.resources tbody td.uri {
    text-align: left;
    padding: 10px;
}

table.resources tbody td .break{
    display: block;
}

table.resources tbody td.description {
    font-family: monospace;
    background-color: #ddd;
}

table.resources tbody td.hint {
    font-family: monospace;
    background-color: rgba(227, 227, 79, 0.2);
}

table.resources.alternate tbody tr:nth-child(even) {
    background: #F6F6F6;
}

table.resources.alternate tbody tr:nth-child(odd) {
    background: #FBFBFB;
}

table.resources tbody td.active {
    background-color: #0099e5 !important;
    color: #fff !important;
    font-weight: bold;
}

table.resources tbody td.active a {
    color: #fff !important;
    text-decoration: none !important;
}

.loudvoice-container h4 {
    border-top: 1px solid #e0e6eb;
    font-size: 17px;
    margin: 55px auto 20px auto;
    padding-bottom: 5px;
    padding-top: 15px;
    color: #999;
}

.resources-toggler {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #959595;
    padding: 8px;
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px;
}

.resources-toggler:hover{
    background-color: #efefef;
    cursor: pointer;
    color: #333;
}

.resources-toggler i {
    color: inherit;
}

.resources-toggler i.indicate-open, .resources-toggler.collapsed i.indicate-close {
    display: none;
}

.resources-toggler.collapsed i.indicate-open {
    display: initial;
}

.resources-toggler:not (.collapsed ), .resources-toggler:hover {
    color: #333;
    background-color: #f4f4f4;
    cursor: pointer;
}

.resources-toggler.collapsed {
    margin-bottom: 0;
}

#resources {
    margin-top: 20px;
}

.callout-legend {
    padding: 25px 25px 0 25px;
    background-color: #FFFCE4;
    border-color: #E0DCBF;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.callout-legend code {
    background-color: #ede9c7;
    color: #5a552a;
    line-height: 25px;
    position: relative;
    top: -1px;
}

.callout-legend .title {
    color: #7E7C6C;
    font-size: 20px;
    margin-bottom: 25px;
}

.callout-legend .title a{
    color: #5F5D4D;
    text-decoration: underline;
}

.callout-legend .title a:hover{
    text-decoration: none;
}

.callout-legend>ol {
    margin-left: 0;
    padding-left: 25px;
}

.callout-legend ol>li>ul {
    margin: 5px 0 25px 0;
    font-weight: normal;
    padding-left: 15px;
}

.callout-legend ol>li>ul>li {
    line-height: 30px;
    min-height: 30px;
}

.callout-legend li>a {
    text-decoration: underline;
    color: #7E7C6C;
}

.callout-legend li>a:hover {
    text-decoration: none;
}

.callout-legend ol>li {
    font-size: 16px; color : #7E7C6C;
    font-weight: bold;
    color: #7E7C6C;
}


/* =============== Product infos */
.service-info {
    color: #444;
    font-size: 17px;
    background-color: #fafafa;
    margin: 0 0 30px 0;
    text-align: justify;
    padding: 20px;
    overflow: hidden;
}

.service-product-info {
    padding: 20px 0 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.service-product-info.clickable:hover {
    background-color: #f4f4f4 !important;
}

.service-product-info.clickable:hover a {
    text-decoration: none !important;
}

.service-product-info p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 15px;
}

.service-product-info h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #3e7cb3;
    text-align: center;
}

.service-product-info h3 a {
    text-decoration: none;
}

.service-product-info h3 i {
    margin-right: 5px;
    font-size: 20px;
}

.service-product-info.service-product-info-main {
    margin-bottom: 50px;
    color: #545454;
}

.service-product-info.service-product-info-main p {
    font-size: 16px;
}

.service-product-info.service-product-info-main h3 {
    font-size: 25px;
}

.service-product-info.service-product-info-main h3 i {
    font-size: 26px;
}

#service-product-info-sni h3{
    color: #2980b9;
}

#service-product-info-ues h3{
    color: #27ae60;
}

#service-product-info-ciam h3{
    color: #8e44ad;
}

#service-product-info-sni h3 a, 
#services-sni .service-product-info h3 a, 
#service-product-info-ues h3 a, 
#services-ues .service-product-info h3 a, 
#services-ciam .service-product-info h3 a,
#service-product-info-ciam h3 a {
    text-decoration: underline;
}


/* ============= MEDIA QUERIES */

/* ============= Extra large devices */
@media (max-width: 1199px) {
    h1 {
        font-size: 20px;
    } 
}

/* ============= Large devices */
@media (max-width: 991px) {
    h1 {
        font-size: 18px;
    }     
    
    div.endpoint .method {
       width: 100%;
       font-size: 14px;
    }
    
    div.endpoint .method + .uri{
        width: 100%;
    }
    
    table.resources td.uri code{
        display: none;
    }
    
    table.resources tbody td .break{
        display: inline;
    }
}

