/* 
    Created on : 3 août 2018, 10:55:04
    Author     : guillaumelagny
*/
body, html {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

body {
    background: #EEEEEE;
}

textarea {
    width: 100%;
    height: 100px;
    border-radius: 12px;
    border: 1px solid lightgray;
    padding: 12px;
}

#long-description {
    height: 147px;
}

a:hover {
    cursor: pointer !important;
    text-decoration: none;
}

a.small {
    font-size: 14px;
}

a.disabled {
    opacity: 0.3;
}

#left-steps-container {
    position: relative;
    overflow: hidden;
    background: black;
}

#left-steps-container #blur-background-container {
    background: url(../images/welcome-image.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: -30px;;
    top: -30px;
    width: 120%;
    height: 120vh;
    filter: blur(30px);
    opacity: 0.8;
}

#left-steps-container #blur-overlay-container {
    position: relative;
    color: white;
    padding-bottom: 48px;
}

#right-main-container {
    background: white;
}

#left-steps-container {
    text-align: center;
}

#steps-container {
    display: inline-block;
}

.left-step a {
    color: white;
    font-size: 14px;
}

.left-step:hover a {
    text-decoration: none !important;
}

.left-step {
    text-align: left;
    padding: 12px 0;
    position: relative;
    font-size: 22px;
}

.left-step::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: -19px;
    top: 30px;
    background: white;
    text-align: center;
}

.left-step.last::before {
    height: 0;
}

.left-step-title {
    font-weight: bold;
}

.left-step.completed {
    color: rgb(94, 255, 41);
}

.left-step.completed::before {
    background: rgb(94, 255, 41);
}

.left-step.current .left-step-title {
    text-decoration: underline;
}

.header-image, #header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#header {
    /*background: url(../images/header-image.jpg) no-repeat;*/
}

#welcome-image {
    background: url(../images/welcome-image.jpg) no-repeat center center; 
    height: 40vh;
}

#welcome-icons {
    margin: 70px 12px;
}

#header {
    text-align: center;
    padding: 12px 0;
    margin-bottom: 20px;
}

#header h1 {
    color: black;
}

h2 {
    margin-top: 80px;
}

.row.simple-margin {
    margin-top: 20px;
}

.row.double-margin {
    margin-top: 40px;
}

#main-content {
    background: white;
    padding-bottom: 32px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.blue-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c7ff+0,1c79f7+100 */
    background: rgb(0,199,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,199,255,1) 0%, rgba(28,121,247,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,199,255,1) 0%,rgba(28,121,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,199,255,1) 0%,rgba(28,121,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7ff', endColorstr='#1c79f7',GradientType=0 ); /* IE6-9 */
}

.green-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ec51+0,429321+100 */
    background: rgb(180,236,81); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(180,236,81,1) 0%, rgba(66,147,33,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ec51', endColorstr='#429321',GradientType=0 ); /* IE6-9 */
}

.blue-deoliance {
    color: rgb(10,165,252);
}

h1 {
    font-weight: 500;
    font-size: 3em;
}

input:not([type='checkbox']) {
    border: none;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    font-size: 1.3em;
    padding: 6px 0px;
    border-radius: 0px;
}

.round-button {
    padding: 7px 38px;
    color: white;
    border-radius: 10px;
    font-size: 1.3em;
    border: none;
}

.round-button:disabled {
    background: lightgray;
}

.classic-link {
    font-size: 1.3em;
}

form {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 12px;
}

.input-container {
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    padding-top: 20px;
}

.input-container label {
    font-size: 1.3em;
    color: #c4c4c4;
    font-weight: 300;
    text-align: left;
    display: block;
}

.input-container label:not(.no-animate) {
    position: absolute;
    -webkit-transition: all 0.18s linear;
    -moz-transition: all 0.18s linear;
    -ms-transition: all 0.18s linear;
    -o-transition: all 0.18s linear;
    transition: all 0.18s linear;
    top: 29px;
    left: 1px;    
}

.input-container label:hover {
    cursor: text;
}

.input-container label:not(.black).fulfilled {
    top: 4px;
    font-size: 15px;
}

label.fulfilled.activated {
    color: rgb(10,165,252);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus{
    border-bottom-color: rgb(10,165,252);
    outline: none;
}

input[type="radio"] {
    width: auto;
}

.should-preserve-placeholder::placeholder {
    opacity: 0;
}

.should-preserve-placeholder.focused::placeholder {
    opacity: 1;
}

label.black {
    color: black !important;
    font-weight: 400 !important;
    display: inline-block !important;
}


#file-random-id-input-container {
    width: 200px !important;
    margin: 0 auto;
}

.error-container {
    color: red;
}

.steps {
    text-align: center;
    margin-top: 30px;
    max-width: 100%;
}

.steps img {
    max-width: 400px;
    width: 100%;
}

#app-icon {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-top: 40px;
    background: rgb(237, 237, 237);
    border-radius: 28px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

#app-icon.has-icon .fa-upload {
    display: none;
}

#app-icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#app-icon i {
    line-height: 140px;
    font-size: 50px;
    text-align: center;
    color: rgb(10,165,252);
}

#app-icon .loader {
    display: none;
}

#app-names-container {
    text-align: center;
}

#app-names-container .input-container {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.color-swatch {
	height: 40px;
	width: 40px;
	margin: 10px;
	border: 1px solid rgb(193, 193, 193);
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
}

.color-swatch .mask {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.color-swatch.locked {
	cursor: default !important;
}

.tableview {
	background: rgb(232, 232, 232);
	border-radius: 5px;
	border: 1px solid lightgray;
        margin-top: 40px;
        text-align: left;
}

.tableview h3 {
	font-weight: 300;
	color: gray;
        font-size: 19px;
        margin-left: 12px;
}

.tableview .tableview-cell {
	background: white;
	border-bottom: 1px solid lightgray;
	padding: 15px;
	height: auto;
	-webkit-transition: all 0.18s linear;
    -moz-transition: all 0.18s linear;
    -ms-transition: all 0.18s linear;
    -o-transition: all 0.18s linear;
    transition: all 0.18s linear;
}

.tableview-cell.collapsed {
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}

.tableview .tableview-footer {
	color: gray !important;
        margin-left: 12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

.right-aligned {
	text-align: right;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: rgb(10,165,252);
}

input:focus + .slider {
  box-shadow: 0 0 1px #288CCC;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.app-management form {
    width: 100%;
    max-width: 100%;
}


#app-preview-container {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

#app-preview, #mask {
    position: absolute;
    left: 6.5%;
    top: 3%;
    width: 87%;
    border-radius: 15px;
}

#mask {
    background-color: red;
    position: absolute;
    left: 6.5%;
    top: 3%;
    width: 86.88%;
    height: 94.4%;
}

#mask-small {
    background-color: #8E8E93;
    position: absolute;
    right: 8%;
    bottom: 5%;
    width: 67%;
    height: 7.5%;
}

#mockup {
    max-width: 100%;
}

#theme-settings {
    position: relative;
    overflow: hidden;
    height: 170px;
}

#theme-settings.has-data {
    height: auto;
}

#app-no-icon-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 245, 245);
    padding: 26px 16px;
    font-size: 20px;
    font-weight: 400;
    color: gray;
}

#no-app-icon-button {
    border: none;
    background: none;
}

#more-options {
    max-width: 380px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#more-options h2 {
    margin-bottom: 24px;
}

#more-options div {
    clear: both;
}

#more-options span {
    float: left;
}

#more-options label {
    float: right;
}

.summary {
    text-align: left;
    max-width: 1024px;
    margin: 0 auto;
    padding: 12px;
}

.summary .h2-container {
    margin-top: 40px;
    padding-top: 20px;
}

.summary .h2-container:not(.first) {
    border-top: 1px solid lightgray;
}

.summary .h2-container h2 {
    display: inline;
    margin-right: 16px;
}

.summary.submitted .h2-container a, .summary.validated .h2-container a {
    display: none !important;
}

.summary span {
    display: block;
}

.summary .legend {
    color: lightgray;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: .8em;
}

.summary .value {
    font-size: 1.2em;
}

.summary .color-container {
    background-color: #f02868;
    display: inline;
    padding: 6px;
    color: white;
    border-radius: 8px;
}

.summary .color-container .value {
    display: inline-block;
}

.summary #app-icon {
    margin-left: 0;
}

.buttons-container div {
    text-align: center;
    margin: 20px 0px;
}

.buttons-container {
    text-align: center;
}

#submitted {
    margin: 0 auto;
    display: inline-block;
    padding: 12px;
    color: white;
    font-size: 16px;
    border-radius: 12px;
    margin-top: 40px;
}

#get-ajax-shop {
    text-align: left;
}

#get-ajax-shop a {
    cursor: pointer;
}

#get-ajax-shop .fa-check {
    color: green;
}

#get-ajax-shop .fa-times {
    color: red;
}

#get-ajax-shop-success, #get-ajax-shop-no-result, #get-ajax-shop-error {
    display: none;
}

#search-place-button {
    border: 1px solid rgb(10,165,252);
    background: white;
    color: rgb(10,165,252);
    padding: 6px 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#preview-tab-container {
    border: 1px solid rgb(10,165,252);
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}

.preview-tab {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 26px;
    color: rgb(10,165,252);
}

.preview-tab:hover {
    cursor: pointer;
}

.preview-tab.selected {
    background: rgb(10,165,252);
    color: white;
}

#search-place-button:hover {
    color: white;
    background: rgb(10,165,252);
}

#summary-preview-container {
    text-align: center;
}

#warrant-knowledge-container {
    text-align: left;
}

.feature.unavailable {
    opacity: 0.5;
}

.disabled-feature-explainations {
    text-align: left;
    font-style: italic;
    display: none;
}

.feature.unavailable .disabled-feature-explainations {
    display: block;
}

.missing-elements {
    margin-top: 15px;
}

.checkbox-container {
    text-align: center;
}

.checkbox-container label {
    text-align: center;
}

#file-state {
    text-align: center;
}

#color-dot, #state-label {
    display: inline-block;
    vertical-align: middle;
}

#color-dot {
    width: 20px;
    height: 20px;
    background: gray;
    border-radius: 100%;
}

#file-left-state {
    width: 12px;
    height: 12px;
    background: gray;
    border-radius: 100%;
}

.submitted #color-dot, .submitted #file-left-state {
    background: orange;
}

.validated #color-dot, .validated #file-left-state {
    background: green;
}

.invalid #color-dot, .invalid #file-left-state {
    background: red;
}

#file-left-state-text {
    color: gray;
}

.submitted #file-left-state-text {
    color: orange;
}

.validated #file-left-state-text {
    color: green;
}

.invalid #file-left-state-text {
    color: red;
}

#state-label {
    font-size: 1.2em;
    padding-left: 12px;
}

.file-tracking {
    background: none !important;
}

.step {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 40px;
}

.step p {
    margin-bottom: 0;
}

.step .date-container {
    color: gray;
    font-size: 0.9em;
}

.step-explainations-container {
    position: relative;
    padding-left: 42px;
}

.step-explainations-container, .step-title {
    max-width: 1024px;
    margin: auto;
}

.step-title {
    font-weight: 400;
    text-transform: uppercase;
    color: gray;
}

.step-explainations {
    background: white;
    padding: 12px 0;
}

.step-actions {
    text-align: center;
}

.step-actions button {
    border: none;
    color: white;
    margin: 20px 12px;
    padding: 5px 15px;
    border-radius: 12px;
}

#validate-file {
    background: green;
}

#invalidate-file {
    background-color: red;
}

.invalid-reasons {
    font-style: italic;
    color: red;
}

.modal-body {
    text-align: center;
}

.modal-body  input {
    max-width: 360px;
    text-align: left;
}

.step .icons-container {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    width: 50px;
    height: 100%;
}

.step .icons-container i {
    display: none;
}

.step .icons-container .fa-check-circle {
    color: rgb(0, 227, 0);
}

.step .icons-container .fa-times-circle {
    color: red;
}

.step .icons-container .fa-hourglass {
    color: gray;
}

.step .icons-container .fa-exclamation-circle {
    color: orange;
}

.step.valid .fa-check-circle {
    display: block;
}

.step.invalid .fa-times-circle {
    display: block;
}


.step.awaiting .fa-hourglass {
    display: block;
}

.step.needed .fa-exclamation-circle {
    display: block;
}

#invalidate-reasons-container {
    margin-top: 24px;
}

#previous-invalidate-reasons-container {
    opacity: 0.6;
    margin-top: 12px;
    height: 0;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
    overflow: hidden;
}

#previous-invalidate-reasons-container.expanded {
    height: auto;
}

#file-left-summary {
    padding: 6px 12px;
    background: rgba(0,0,0,0.4);
}

#file-left-state, #file-left-summary-details {
    display: inline-block;
    vertical-align: middle;
}

#file-left-summary-details {
    margin-left: 20px;
    text-align: left;
}

#left-copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    margin-bottom: 8px;
}

#left-copyright img {
    width: 34px;
    margin-right: 12px;
}

.actor {
    color: rgb(19, 86, 83);
    font-size: 11px;
    font-weight: bold;
}

.is-administrative .dev-task {
    opacity: 0.3;
}

.is-administrative .dev-task a {
    display: none;
}

.is-dev .administrative-task {
    opacity: 0.3;
}

.is-dev .administrative-task a {
    display: none;
}

.is-dev .administrative-task .fa-exclamation-circle {
    color: gray;
}

@media screen and (min-width: 768px) {
    .tableview {
        margin-top: 180px;
    }
    
    #left-steps-container {
        width: 210px;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
    }
    
    #right-main-container {
        margin-left: 210px;
    }
    
    #left-steps-container, #right-main-container {
        min-height: 100vh;
    }
}