﻿/********* BUTTONS *********/
.bstrp-btn {
    margin: .35rem .175rem;
}

.bstrp-btn-lg {
    min-width:120px;
}

.btn-link {
    color: #444;
}

.bstrp-btn-fa-icon {
    margin-right:.4rem;
}

.bstrp-thin-padding {
    padding:0.5rem;
}

.bstrp-medium-padding {
    padding:1rem;
}

.bstrp-large-padding {
    padding:2rem;
}

.custom-file-label::after {
    content:none;
}

.btn-dkmenusm {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    color: #666;
    background: none;
    cursor: pointer;
    padding: 0.3rem;
}

.btn-dkmenulg {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #666;
    background: none;
    cursor: pointer;
}

.btn-ltmenusm {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    color: #DDD;
    background: none;
    cursor: pointer;
    padding: 0.3rem;
}

.btn-ltmenumd {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #DDD;
    background: none;
    cursor: pointer;
}

.btn-ltmenulg {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    color: #DDD;
    background: none;
    cursor: pointer;
}

.container-nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.autoform-controlers-spacer {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem
}

/********* FLUID - IMAGES *********/
.bstrp-fluid-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(https://i.ytimg.com/vi/sS1O6cqBj70/maxresdefault.jpg);
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-color: #DEF;
}

.bstrp-fimg-square {
    border-radius: 0px;
}

.bstrp-fimg-rounded {
    border-radius: 0.4rem;
    overflow: hidden;
}

.bstrp-fimg-disc {
    border-radius: 50%;
    overflow: hidden;
}

.bstrp-fimg-ratio-wrapper-100p {
    display: inline-block;
    position: relative;
    width: 100%;
}

.bstrp-fimg-ratio-wrapper-75p {
    display: inline-block;
    position: relative;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}

.bstrp-fimg-ratio-wrapper-50p {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.bstrp-fimg-ratio-wrapper-25p {
    display: inline-block;
    position: relative;
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}

.bstrp-fimg-ratio-wrapper-12p {
    display: inline-block;
    position: relative;
    width: 18%;
    margin-left: 41%;
    margin-right: 41%;
}


.bstrp-fimg-ratio-wrapper-48px {
    display: inline-block;
    position: relative;
    width: 48px;
}

.bstrp-fimg-ratio-wrapper-32px {
    display: inline-block;
    position: relative;
    width: 32px;
}

.bstrp-fimg-ratio-wrapper-24px {
    display: inline-block;
    position: relative;
    width: 24px;
}

.bstrp-fimg-ratio-wrapper-20px {
    display: inline-block;
    position: relative;
    width: 20px;
}

.bstrp-fimg-ratio-wrapper-18px {
    display: inline-block;
    position: relative;
    width: 18px;
}


.bstrp-fimg-space-keeper-300p {
    margin-top: 300%;
}

.bstrp-fimg-space-keeper-200p {
    margin-top: 200%;
}

.bstrp-fimg-space-keeper-100p {
    margin-top: 100%;
}

.bstrp-fimg-space-keeper {
    margin-top: 100%;
}

.bstrp-fimg-space-keeper-75p {
    margin-top: 75%;
}

.bstrp-fimg-space-keeper-50p {
    margin-top: 50%;
}

.bstrp-fimg-space-keeper-25p {
    margin-top: 25%;
}

.bstrp-fimg-space-keeper-12p {
    margin-top: 18%;
}

.bstrp-fimg-space-keeper-16-9e {
    margin-top: 56.25%;
}


.bstrp-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: -65px auto 0;
    overflow: hidden;
    border: 5px solid #fff;
    background: #FFF;
}

.bstrp-fimg-avatar-border {
    border: 5px solid #fff;
}

.bstrp-card-menu {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    /* overflow: hidden; */
    /* border: 1px solid #eee; */
    background: #FFF;
    color: #888;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    font-size: 18px;
    padding: 8px 0px;
    z-index: 5;
}

/*****************************************************************
    IDE
*****************************************************************/
.ace_editor.ace_autocomplete {
    width: 400px;
}

.ace-editor {
    width:100%;
}

.ace-editor-frame {
    width:100%;
    padding:1rem;
}

.ace-editor-result-frame {
    border: 3px solid #BBB;
    border-radius:3px;
}

.ace-editor-object-ref-frame {
    padding: 4px;
    border-bottom: 1px solid #DDD;
}

.ace-editor-uoid-frame {
    padding: 2px 8px;
    border: 1px solid #BBB;
    border-radius: 10px;
    color: #888;
    margin-bottom: 8px;
    margin-left: 4px;
    font-size: 0.8rem;
}

.ace-editor-result-csharp {
    padding: 0.5rem;
    border-bottom: 1px solid #DDD;
    font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
    font-size: 12px;
    background-color: #222;
    color:white;
}

/*****************************************************************
    REDEFINITIONS
*****************************************************************/
.classic-tabs li a {
    display: block;
    padding: 1rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(64, 64, 64, 0.7);
    text-align: center;
    border-radius: 0;
}

.classic-tabs li a.active {
    border-bottom: 3px solid;
    border-radius: 0px;
    color: #5a95f5;
}

.accordion .card .card-body {
    line-height: 1.5;
    color: #626262;
    font-size: 1rem;
    font-weight: 400;
}

table td {
    font-size: 1rem;
    font-weight: 400;
}

.custom-checkbox {
    min-width: 280px;
}

neutral:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*****************************************************************
    SEPARATOR
*****************************************************************/
/* -------- H2 -------- */
h2.separator {
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none;
    padding: 2rem 0rem 0.5rem 0rem;
}

h2.separator:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.separator span {
    background: #fff;
    padding: 0 15px;
}

/* -------- H3 -------- */
h3.separator {
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none;
    padding: 2rem 0rem 0.5rem 0rem;
}

h3.separator:before {
    border-top: 1px solid #BBB;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h3.separator span {
    background: #fff;
    padding: 0 15px;
}

/*****************************************************************
    BUTTONS
*****************************************************************/
.btn.btn-sm, .btn.wishlist {
    font-size: 0.8rem;
    /*padding: 0.3rem 1.4rem;*/
}

.btn {
    /*font-size: 0.9rem;*/
}

.p-section {
    padding: 0.5rem 0rem;
}

/*****************************************************************
    READ MORE
*****************************************************************/
/* Accordion styles */
.pure-tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  /* :checked */
  /* Icon styles*/
}
.pure-tab .pure-tab-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.pure-tab .pure-tab-label {
  position: relative;
  display: block;
  padding: 0 0 0 3em;
  background: #ffffff;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  color: #3d556e;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.pure-tab .pure-tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  background-color: #3498db;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.pure-tab .pure-tab-content p {
  margin: 1em;
}
.pure-tab .pure-tab-content .pure-tab {
  padding: 10px;
  background: #fff;
  color: #3d556e;
  margin: 2px 0px;
  border-radius: 3px;
}
.pure-tab .pure-tab-content .pure-tab label {
  border-radius: 0;
}
.pure-tab .pure-tab-inner {
  padding: 1px 0 0;
}
.pure-tab .pure-tab-inner label {
  font-weight: 400;
  background-color: #3d556e;
  color: #fff;
}
.pure-tab .pure-tab-inner .pure-tab-content ul {
  margin: 0;
  padding: 0;
}
.pure-tab .pure-tab-inner .pure-tab-content ul li {
  list-style-type: none;
}
.pure-tab .pure-tab-inner .pure-tab-content ul li .checkBox label {
  background-color: transparent;
  color: #3d556e;
  text-transform: capitalize;
  padding-left: 0;
  margin: 0;
}
.pure-tab .pure-tab-inner .pure-tab-content ul li .checkBox label:after {
  content: "";
}
.pure-tab .pure-tab-input:checked ~ .pure-tab-content {
  max-height: 50em;
}
.pure-tab .pure-tab-label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.pure-tab .pure-tab-input[type=checkbox] + .pure-tab-label::after {
  font-family: "FontAwesome";
  content: "\f077";
}
.pure-tab .pure-tab-input[type=checkbox]:checked + .pure-tab-label::after {
  transform: rotate(180deg);
}

.pure-checkbox-custom {
  opacity: 0;
  position: absolute;
}

.pure-checkbox-custom,
.pure-checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.pure-checkbox-custom-label {
  position: relative;
}

.pure-checkbox-custom + .pure-checkbox-custom-label:before {
  content: '';
  background: transparent;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.pure-checkbox-custom:checked + .pure-checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3498db;
  line-height: 10px;
}

/*****************************************************************
    IDE
*****************************************************************/

.lm_header .lm_tab {
    cursor: pointer;
    float: left;
    height: 14px;
    margin-top: 1px;
    padding: 0 10px 5px;
    padding-right: 25px;
    position: relative;
    border-radius: 3px 10px 0px 0px;
}

.lm_header .lm_tab .lm_close_tab {
    width: 11px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABfSURBVHjalJHBDcAwCAMNY6WjpONllcx1+TRVhOARJB6WLQsbAVLrAKp286bW0TfMYQpjz/vzfgpOImLmMI+OWxCFkmSAKudo5BWRYa9uzLBXYdI2KmEa+qZn3XxwDQAWiHPmfZ4vagAAAABJRU5ErkJggg==);
    background-position: center center;
    background-repeat: no-repeat;
    right: 6px;
    top: 4px;
    opacity: .4;
}

.ide-content-target {
    height: 100%;
}

.ide-tab-containner {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding:0.8rem;
    font-size: 1rem;
}

.ide-list-frame {
    padding:8px;
    margin-top:8px;
    margin-bottom:8px;
}

.ide-tabicon-red {
    color:#ff4444;
}

.ide-tabicon-blue {
    color:#4285F4;
}

.ide-tabicon-green {
    color:#007E33;
}

.ide-tabicon-orange {
    color:#FF8800;
}

.ide-tabicon-purple {
    color:#9c27b0;
}

.ide-tabicon-cyan {
    color:'#006064;
}

.ide-tabicon-gray {
    color:#4B515D;
}

.ide-tabicon-lightgray {
    color:#BBB;
}

/*****************************************************************
    ACE - AUTOCOMPLETE
*****************************************************************/
.ace_editor.ace_autocomplete .ace_completion-highlight {
    color: #B00;
    text-shadow: none;
    font-weight: 800;
}

/*****************************************************************
    IDE - DEBUG
*****************************************************************/
.debug-infos-frame {
    border-radius: 4px;
    border : 2px dotted red;
    padding: 2px;
    position: relative;
    text-align: left;
    margin:2px;
}

.debug-infos-frame-header {
    height: 22px;
    background: #EEE;
    display: block;
    position: relative;
    text-align: left;
    background-image: url(modification_page_bkg.png);
    background-repeat: repeat;
}

.debug-infos-button {
    padding: 1px;
    background: #EEE;
    border-radius: 20%;
    border: 1px #DDD solid;
    display: inline-block;
    position: relative;
    font-size: 14px;
    z-index: 18;
    width: 18px;
    height: 18px;
    text-align: center;
}

.debug-infos-content {
    border-radius: 5px;
    border: 1px #DDD solid;
    display: block;
    position: absolute;
    background: #EEE;
    text-align: left;
    padding:4px;
    z-index: 19;
    font-size: 10px;
    font-weight: 400;
    font-family: arial, geneva, verdana, sans-serif;
    min-width: 250px;
}

.selectator {
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*============================== MAGIC ===============================*/
/*
.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/

/********* SHADOWS *********/
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-1:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/**/
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-6:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-4:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/*============================== MAGIC ===============================*/
.blockstack p {
    font-size:1.04rem;
}

.blockstack ul {
    font-size:1.04rem;
}
.blockstack li {
    font-size:1.04rem;
}

/*============================== MAGIC ===============================*/
.publication-frame {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.publication-editor p {
    margin:0px;
}

.publication-editor-preview {
    margin-top:0.75rem;
}

.publication-content-title {
    padding:0.5rem 1rem 0.5rem 1rem;
    font-size: 1.9rem;
    font-weight: 700;
    font-family: Roboto Condensed, arial, geneva, verdana, sans-serif;
}

.publication-content-text {
    padding:0rem 1rem 0.65rem 1rem;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: Roboto Condensed, arial, geneva, verdana, sans-serif;
}

.publication-content-embed {
    padding:0.5rem;
    background: #444;
    text-align:center;
}

.publication-editor {
    background: #FFF;
    border-radius: 2px;
    padding:0.25rem;
}

.publication-editor-frame {
    padding: 0.75rem;
    background: #EEE;
    border-radius: 0.5rem;
    border: solid 1px #DDD;
    margin-top:1rem;
    margin-bottom:1rem;
}

@media (min-width: 512px) {
    .publication-content-embed {
        padding:1.25rem;
    }
}

@media (max-width: 512px) {
    .publication-content-embed {
        padding:0.5rem;
    }
}

.form-inner-content {
    overflow-y: scroll;
    background:#FFF;
    border-bottom: solid 1px #BBB;
    border-top: solid 1px #BBB;
}

.wizard-form-section-content {
    overflow-y: scroll;
    background: #FFF;
    border-bottom: solid 1px #BBB;
    border-top: solid 1px #BBB;
}

.document-large-embed {
    background: #444;
    text-align: center;
    color: #EEE;
}

/*============================== MAGIC ===============================*/
.accordion .card-header div:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}

.accordion .card-header div.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'FontAwesome';  
    content: "\f067"; 
    float: right; 
}

.accordion .card-header {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #666;
}

/*============================== MAGIC ===============================*/
.journal-date-separator {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #8097a2;
    background: none;
    padding: 0.3rem;
    text-align: center;
    border-bottom: 1px solid #c7d4da;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.listers-background {
    background: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #ddd;
}


/*============================== DRAG AND DROP ===============================*/
.draggable-icon:before {
    font-family: FontAwesome;
    content: "\f047";
    position: absolute;
    bottom: 4px;
    right: -10px;
    transition: all 200ms ease;
    color: transparent;
    font-size: 14px;
}

.draggable-icon:hover:before {
    right: 8px;
    color: #BBB;
}

.composed-web-page {
    position:relative;
}

.std-div {
    position: relative;
}