* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.25%;
}

body {
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    background-color: #efefef;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
}

h2 {
    border-bottom: 1px solid #DDD;   
    border-top: 1px solid #DDD;
    padding-top:20px;
    padding-bottom:20px;
    line-height: 1.3em;
    font-weight: 600;
    font-size:1.4em;
    margin-bottom:30px;
}
h3 {
    text-align:center;
    margin:15px;
}

p {
    font-size:15px;
    color: #333;
    text-align: justify;
}

/* = Utilities & common
 ----------------------- */
 .list h3 {
    text-align:left; margin-left:0px;
 }
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
img.icon {
    width:auto;
    max-height:42px;
    margin-bottom:10px;
}
a:hover {
    opacity:0.9;
}

/* = Header
 ----------------------- */
#masthead {
    background-color: #0c3b65;
    text-align: center;
}
#masthead .container {
    padding: 20px 0;
}
.site-title a {
    font-size: 4.4rem;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
}
.site-description {
    font-size: 2rem;
    color: #FFF;
    
    font-weight: 400;
    text-align:center;
}
/* = Navigation
 ---------------------- */
#site-navigation {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #0c3b65;
}
#site-navigation .container {
    padding: 10px 0;
}
#site-navigation ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
#site-navigation li {
    padding: 5px 10px;
}
#site-navigation li a {
    text-decoration: none;

    color: #FFF;
}

/* = Main
 -------------------- */
#main .container {
    background-color: #FFF;
    padding: 30px;
    margin-top: 10px;
}
 
/* = Buttons & Form
 --------------------- */
.btn {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}
.btn.btn-primary {
    background-color: #c52343;
    color: #FFF;
}
.menu-data {
    display:none !important;
    position:absolute;
    z-index:1000;
    
}
.hover-data:hover .menu-data{
    display:block !important; padding-top:15px;
}
.menu-data li {
    display:block; padding-top:10px; padding-bottom:10px; border-top:1px solid #fff; background-color: #0c3b65;
}
.menu-data li a {
    display:inline-block; width:100%; 
}
#site-navigation ul li span {
    color:#fff;
}
#site-navigation i {
    color:#fff;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"] {
    padding: 10px;
    border: 1px solid #efefef;
}

/* = List
 --------------------- */
.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* = Account
 --------------------- */
.account .list {
    list-style-type: none;
}
.account article {
    margin-bottom: 30px;
}
.account .list-item {
    line-height: 2;
}
.account .list-item .label {
    font-weight: bold;
}
.account-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.account-link > div + div {
    margin-left: 15px;
}
.account-link a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background-color: #0c3b65;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 6rem;
}
.account .button-bar .btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
}
.readmore {
    text-align:right;
}


.button {
    border-color: transparent;
    background-color: #f8f8f8;
    color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 46px;
    cursor: pointer;
}
.button:hover {
    opacity:0.8;    
}

.readmore a {
    background-color: #c52343;
    color: #FFF;
    text-decoration:none;
    margin-top:10px;
}
/* = Home
 -------------------- */
.home-links {

    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}
.home-links .box.square {
    display: block;
    width: 200px;
    /*line-height: 80px;*/
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #0c3b65;
}
.home-links .box.square i {
    font-size: 5rem;
    margin-bottom:10px;
}
.home-links .box.square span {
    display: block;
}

/* = Web Hook
 -------------------- */
.webhook .row {
    display: flex;
    margin: 20px 0;
}
.webhook .form-element {
    margin-right: 20px;
}
.webhook .form-element input {
    width: 250px;
}
.webhook .alert {
    margin: 20px 0;
}
.webhook form ~ form {
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}
.webhook textarea {
    margin: 20px 0;
    width: 100%;
    height: 200px;
}
/* = Login Form
 -------------------- */
#login-form {
    text-align:center;
}
#login-form > div {
    margin-bottom: 10px;
}
#login-form label {
    min-width: 120px;
    display: inline-block;
    text-align:right;
}
.center {
    text-align:center;
}
#site-navigation li  a.btn-white , a.btn-white {
    background:white;
    color:#0c3b65;
}
a.btn-blue {
    background:#0c3b65;
    color:white;
}
.maj_h3 {
    text-align:left; padding-bottom:15px; margin-bottom:15px; margin-left:0px;
}
.maj_table tr td {
     padding:10px; height:60px;
}
.maj_table {
    border-spacing : 0;
border-collapse : collapse; width:100%;
}
.maj_table tr {
    background:#efefef;
}
.maj_table tr:nth-child(odd) {
    background:#dedede;
}
/* = Alert
 -------------------- */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;    
}
.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;    
}
.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert.alert-info {
    color: #000;
    background-color: #efefef;
    border-color: #ccc;
}
.no-underline {
    text-decoration:none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.home-links h3 {
    width:100%; text-align:left; border-top:1px solid #ddd; margin-top:10px; padding-top:20px; margin-left:0px;
}

.home-links .item {
    display:inline-block;
    width:220px;
}
#stock_table {
    width:100%; 
}
#stock_table a {
    color:#333; text-decoration:none;
}
#stock_table tr:nth-child(odd) {
    background:#efefef;
}
#stock_table tr td {
    padding:10px 5px;
}
#stock_table tr td h3 {
    text-align:left; padding:0px; margin:0px;
}
#stock_table tr td .update {
    font-size:11px;
}
.tag {
    border-radius:3px; padding:5px; background:#49cc90; color:#fff; font-weight:bold; font-size:11px;
}
.tag-partenaire {
    background:orange;
}
.tag-ism {
    background:#0c3b65;
}
.tag-rien {
    background:#aaa;
}
.tag-processed {
    background:#49cc90;
}
.tag.white {
    background:#f7f7f7; border:3px solid #41444e; color:#333;
}
.tag.green {
    background:#f7f7f7; border:3px solid #49cc90; color:#49cc90;
}

.account-link a.cloud-sync-txt {
    background:none; color:#000; font-size:16px; line-height:36px;
}
.content p {
    margin:15px 0px; font-size:16px;
}
.content ul li {
    color:#333; margin-left:30px;
}

footer.footer {
    
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #DDD;
}
footer.footer .copyright-date  {
    text-align:right;
}
.footer-logos-wrapper {
      text-align:center;
      border-bottom:1px solid #DDD;
      padding-bottom:20px;
    margin-bottom:20px;
} 
.footer-logos-wrapper ul li {
    display:inline-block; margin:0px 30px;
}
.footer-logos-wrapper ul li a {
    line-height:50px;
}
.footer-logos-wrapper ul li a img {
    vertical-align:middle;
}
.api_id {
    width:100%;
    margin-top:20px;
    margin-bottom:30px;
}
.api_id input {
    padding:5px;
}
.right {
    text-align:right;
}
#login-form input[type="checkbox"] {
    width:16px; height:16px; border:1px solid #efefef;
}
.tooltip {
    position: relative;
    display: inline-block;
   
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #aaa;
   
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top:105px;
    margin-left:30px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.swal-button {
    background-color:#c52343 !important;
    font-weight:100;
}
.swal-text {
    color:#333;
}
.doc-sidebar {
    width:30%; height: 100%; 
}
.doc-sidebar ul {
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    border-bottom:1px solid #ccc;
    margin-top:15px;
}
.doc-sidebar ul li {
    list-style-type:none;  border:1px solid #ccc; border-bottom:0px solid #ccc;
}
.doc-sidebar ul li a {
    width:100%; color:#0c3b65; text-decoration:none; display:inline-block; height:100%; padding:10px; font-size:15px;
}
.doc-sidebar ul li.selected {
    background:#c52343; color:#fff; font-weight:bold; 
}
.doc-sidebar ul li.selected a {
    color:#fff;
}
.doc-content {
    display:inline-block; width:calc(100% - 290px); margin-left:290px;
}

.doc-content h3 {
    text-align:left; padding-left:0px; margin-left:0px; padding-bottom:15px; border-bottom:1px solid #ccc;
}
.doc-bloc h4 {
    font-size:16px;
}
.doc-bloc {
    margin-bottom:30px;
}
.doc-bloc p, .doc-bloc ul li {
    font-size:14px;
}
.doc-sidebar ul li.titre {
    font-weight:bold;  height:100%; padding:10px; width:100%;
}
.doc-content table {
      border-spacing : 0;
border-collapse : collapse;
}
.doc-content table th {
    font-size:13px; padding:10px; color:#fff; background:#0c3b65; border:1px solid #ccc;
}
.doc-content table tr td {
    border:1px solid #ccc; padding:10px; font-size:13px;
}
.doc-content table tr:nth-child(odd) {
    background:#efefef;
}
.doc-content table tr td ul li  {
    list-style-type:none; font-size:13px; margin-left:0px; color:#000;
}
.required {
    color: red;
}
p.info-form {
    text-align: center;
}
button[disabled] {
    opacity: .4;
    cursor: default !important;
}