@font-face {
    font-family: 'dosis_regular';
    src: url('../fonts/dosis-webkit/dosis-regular-webfont.eot');
    src: url('../fonts/dosis-webkit/dosis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-webkit/dosis-regular-webfont.woff2') format('woff2'),
         url('../fonts/dosis-webkit/dosis-regular-webfont.woff') format('woff'),
         url('../fonts/dosis-webkit/dosis-regular-webfont.ttf') format('truetype'),
         url('../fonts/dosis-webkit/dosis-regular-webfont.svg#dosis_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dosis_semibold';
    src: url('../fonts/dosis-webkit/dosis-semibold-webfont.eot');
    src: url('../fonts/dosis-webkit/dosis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dosis-webkit/dosis-semibold-webfont.woff2') format('woff2'),
         url('../fonts/dosis-webkit/dosis-semibold-webfont.woff') format('woff'),
         url('../fonts/dosis-webkit/dosis-semibold-webfont.ttf') format('truetype'),
         url('../fonts/dosis-webkit/dosis-semibold-webfont.svg#dosis_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maven_pro_blackregular';
    src: url('public/fonts/maven-pro/mavenpro-black-webfont.eot');
    src: url('../fonts/maven-pro/mavenpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maven-pro/mavenpro-black-webfont.woff2') format('woff2'),
         url('../fonts/maven-pro/mavenpro-black-webfont.woff') format('woff'),
         url('../fonts/maven-pro/mavenpro-black-webfont.ttf') format('truetype'),
         url('../fonts/maven-pro/mavenpro-black-webfont.svg#maven_pro_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_probold';
    src: url('../fonts/maven-pro/mavenpro-bold-webfont.eot');
    src: url('../fonts/maven-pro/mavenpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro/mavenpro-bold-webfont.woff2') format('woff2'),
        url('../fonts/maven-pro/mavenpro-bold-webfont.woff') format('woff'),
        url('../fonts/maven-pro/mavenpro-bold-webfont.ttf') format('truetype'),
        url('../fonts/maven-pro/mavenpro-bold-webfont.svg#maven_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_pro_mediumregular';
    src: url('../fonts/maven-pro/mavenpro-medium-webfont.eot');
    src: url('../fonts/maven-pro/mavenpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro/mavenpro-medium-webfont.woff2') format('woff2'),
        url('../fonts/maven-pro/mavenpro-medium-webfont.woff') format('woff'),
        url('../fonts/maven-pro/mavenpro-medium-webfont.ttf') format('truetype'),
        url('../fonts/maven-pro/mavenpro-medium-webfont.svg#maven_pro_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_proregular';
    src: url('../fonts/maven-pro/mavenpro-regular-webfont.eot');
    src: url('../fonts/maven-pro/mavenpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro/mavenpro-regular-webfont.woff2') format('woff2'),
        url('../fonts/maven-pro/mavenpro-regular-webfont.woff') format('woff'),
        url('../fonts/maven-pro/mavenpro-regular-webfont.ttf') format('truetype'),
        url('../fonts/maven-pro/mavenpro-regular-webfont.svg#maven_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset css @Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.none {
    display:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset */


body {
    font-family:'maven_proregular', sans-serif;
    background-color: #464b5b;
    color: #2EAFC6;

    min-height:100%;
    margin: 0;
    padding: 0;
    scrollbar-color: #023048 #0476B4;
    scrollbar-width: thin;
    scrollbar-border-radius:4px;
    /* IE */
    ms-scrollbar-face-color: #023048;
    ms-scrollbar-track-color: #0476B4;
    -webkit-overflow-scrolling: touch;
    line-height:20px;
}

.message {
	width: 81vw;
	flex-direction: row;
	position: relative;
	z-index: 90;
	align-items: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, .5) 0px 3px 3px;
}
.change-pwd {
	/* background: rgba(64, 187, 205, 1); */
	/* color: rgba(255, 255, 255, 1); */
	/* float: left; */
	border-radius: 2px;
	border: 0;
	font-family: 'maven_proregular';
	font-size: 0.875em;
	background: #ffffff;
	color: #993439;
	border: 1px solid #ffffff;
	padding: 5px 15px;
	cursor: pointer;
	margin: 0px 10px;
	position: relative;
	transition: all 300ms;
}
.btn-skaze-timeline:hover,
.change-pwd:hover {
	background: #993439;
	color: #ffffff;
	border: 1px solid #ffffff;
}
html {
    margin:0;
    padding: 0;
    height:100%;
    scrollbar-color: #023048 #0476B4;
    scrollbar-width: thin;
    scrollbar-border-radius:4px;
}

header {
    background-color: #323749;
    margin-bottom: 20px;
    margin-left: 40px;
}

/* SlimSelect single */
.ss-main .ss-single-selected {
  border:0;
  border-bottom: dashed 3px rgba(64,187,205,1);
  color : white;
  background: transparent!important;
  border-radius:0;
}

input#datepicker, .select, .datepicker-container label {
    background-color: transparent!important;
    color: rgba(64, 187, 205, 1);
    -webkit-appearance: none;
}

.select {
    border: none !important;
    position: relative;
    display: inline-block;
    font-family: century-gothic,sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .5em .5em .5em;
    width: auto;
    border-bottom: 0.2em dashed #1B7799!important;
}

/* Rnd Slim select input */

/* Step 1: Common Properties: All required to make icons render reliably */
.fas::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.skt-client, .dashboard-title{
  font-family:  'dosis_regular', serif;
  font-size: 2.500em;
  /*margin-bottom: 40px;*/
}

a, a:visited, a:hover, a:focus, a:active, a:link   {
    text-decoration: none;
}

#global-container {
	  background-color: #323749;
    padding-left: 240px;
    scrollbar-color: #023048 #0476B4 !important;
    scrollbar-width: thin !important;
}

.dashboard-container {
    background-color: #464b5b;
    padding-left: 40px;
	/* margin-bottom: 100px; */
}

#logo-skaze-container img {
    margin-top: 30px;
    width: 60%;
}


input[type="email"],
input[type="password"],
input[type="text"],
input[type="file"],
input[type="number"] {
    background-color: #3c4152 !important;
    text-align: left;
    color:white;
    margin-bottom: 25px;
    padding: 0 0 0 2%;
    height: 35px !important;
    border: none!important;
    border-bottom: 0.1em solid #9F9EA3!important;
    text-transform: none!important;
    /* -webkit-text-fill-color: white; */
}

/* input:focus {
    outline: none;
    border-bottom: 4px solid rgba(64,187,205,1)!important;
} */
input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
    /* background-color: #3c4152 !important; */
    /* text-align: left;
    color:white;
    margin-bottom: 25px;
    height: 20px !important;
    border: none!important;
    border-bottom: 0.1em solid #9F9EA3!important;
    text-transform: none!important;
    -webkit-text-fill-color: white; */
    /* width:100%!important; */
    /* height:25px!important;
    border:0!important; */
    border-bottom:4px solid rgba(64,187,205,1)!important;
    background-color:rgba(50,55,73,1)!important;
    font-family: 'maven_proregular'!important;
    font-size:0.875em!important;
    color:rgba(64,187,205,1)!important;
    outline: none!important;
}

  /* Champs */
  div.row-custom div.input-field label,
  .form-group label.required,
  .form-group label {
    display:block;
    font-family: 'maven_proregular';
    font-size:0.813em;
    color:rgba(159,158,163,1);
}
div.row-custom div.input-field input[type="text"], div.row-custom div.input-field input[type="password"], div.row-custom div.input-field input[type="email"] {
    width:100%;
    height:25px;
    border:0;
    border-bottom:1px solid rgba(159,158,163,1);
    background:rgba(50,55,73,1);
    font-family: 'maven_proregular';
    font-size:0.875em;
    color:rgba(64,187,205,1);
    text-transform:uppercase;
    transition-property:border-bottom;
    transition-duration:100ms;
    transition-timing-function:linear;
}
    div.row-custom div.input-field input[type="text"]::placeholder{
        width:100%;
        height:25px;
        font-family: 'maven_proregular';
        font-size:0.875em;
        color:rgba(255,255,255,.4);
        text-transform:none;
        transition-property:color;
        transition-duration:100ms;
        transition-timing-function:linear;
    }
    /* div.row-custom div.input-field  */
    input[type="text"]:focus{
        width:100%;
        height:25px;
        border:none;
        border-bottom:4px solid rgba(64,187,205,1);
        background:rgba(50,55,73,1);
        font-family: 'maven_proregular';
        font-size:0.875em;
        color:rgba(64,187,205,1);
        text-transform:uppercase;
        outline: none!important;
    }


    /* div.row-custom  */
    div.input-field input[type="text"]:focus::placeholder{
        width:100%;
        height:25px;
        font-family: 'maven_proregular';
        font-size:0.875em;
        color:rgba(255,255,255,.2);
        text-transform:none !important;
    }
    .overview-date > input[type="text"]:focus{
        text-align: left;
        color: white;
        margin-bottom: 25px;
        padding: 0 0 0 2%;
        height: 35px !important;
        border: none!important;
        border-bottom: 0.1em solid #9F9EA3!important;
        text-transform: none!important;
    }
    .generic-form  {
        min-width: 200px;
        max-width: 500px;
    }
    /* Fin Champs */

#login label, #login input  {
    display: flex;
    flex-direction:column;
    text-transform: uppercase;
}
.loginForm{
    display:flex;
    flex-direction:column;
}
.loginField{
    display:flex;
    flex-direction:column;
}

.btn-skaze-tools {
    font-weight: bold;
    background-color: #1CDB99;
    width: 150px;
    border:none;
    height: 25px;
    color:#323749;
    text-transform: uppercase;
    border-radius: 2px;

}
/* button skaze transition */
button.btn-skaze-tools {
	position:relative;
	width:200px;
	height:30px;
	background:#1CDB99;
	padding:0;
	margin:0;
  margin-left: 30px;
	border:0px;
	border-radius:3px;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:600;
	color:#323749;
	cursor:pointer;
	text-align:center;
	transition: all 0.15s ease-in;
}
label.custom-file-label.file-error
 {
	background-color: rgba(208, 38, 36, 0.6)!important;
}
button.btn-skaze-tools::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 30px;
    transition: all 0.15s ease-in;
    z-index: 1;
	transform: translate3d(0, 105%, 0);
}
button.btn-skaze-tools:hover::after{
	background: #323749;
  transform: translate3d(0, 0, 0);
}
button.btn-skaze-tools:hover {
  border: 1px solid #1CDB99;
}
.btn-skaze-tools span.txt-btn-hover{
	display:none;
	position:relative;
    z-index:5;
}
.btn-skaze-tools span.txt-btn-origin{
	display:block;
	position:relative;
    z-index:6;

}
.btn-skaze-tools:hover span.txt-btn-hover{
	display:block;
	color:#1CDB99;
}
.btn-skaze-tools:hover span.txt-btn-origin{
    display:none;
}
/* End button skaze transition */

#login .active {
    background-color: #2EAFC6;
    color: white;
}

#login .inactive {
    background-color: rgb(46, 175, 198, 0.5);
    cursor: not-allowed;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #3c4152 inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus {
    -webkit-text-fill-color: none!important;
	outline : none;
	outline-color: yellow!important;
}

button {
    font-family: 'maven_proregular', sans-serif;
    letter-spacing: 0.1em;
}


/* Custom SELECT */
.dropdown select {
	border: 0 !important;  /*Removes border*/
 -webkit-appearance: none;  /*Removes default chrome and safari style*/
 -moz-appearance: none;  /*Removes default style Firefox*/
}


select.active,
select:focus {
	outline: none;
}
select .optList {
	position: absolute;
	top: 100%;
	left: 0;
	text-align:left;
}
select .optList.hidden {
	max-height: 0;
	visibility: hidden;
}

select {
    color: white;
    background-color: transparent!important;
	border: none !important;
	position: relative;
	display: inline-block;
	font-family: century-gothic,sans-serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .5em .5em .5em;
	width: auto;
	border-bottom: 0.1em solid #9F9EA3!important;
}

/* option {
    color: #023048;
} */

select .value {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
}
select .optList {
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	border-top-width: .1em;
	border-radius: 0 0 .4em .4em;
	box-shadow: 0 .2em .4em rgba(0,0,0,.4);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	max-height: 10em;
	overflow-y: auto;
	overflow-x: hidden;
}

select .option {
	padding: .2em .3em;
}

/* END SELECT CUSTOM */

/**************************************************
                    Scroll barr
**************************************************/
::-webkit-scrollbar-track{
    background-color: #023048;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar{
    background-color: #023048;
    border-radius: 4px;
    height: 6px;
    width: 8px;
}

::-webkit-scrollbar-thumb{
    margin-right: 10px;
    border-radius: 4px;
    background-color: #0476B4;
}

#dashboard-action, #tm-action, #dco-action, #cdp-action {
    padding-top: 20px;
}

#dashboard-action a,  #dco-action a, #cdp-action a  {
    margin-right: 20px;
}

input.error-form , .error-form{
color:#D02626!important;
border-bottom-color: #D02626!important;
}

input.error-form, input.firstname.error-form, input.lastname.error-form, input.email.error-form {
    background: rgba(208, 38, 36,0.6)!important;
    border-radius: 3px;
    height: 25px!important;
    position: relative;
    bottom: -30px;
}

input.error-form-user-new {
	border-bottom-color: rgba(208, 38, 36, 0.6)!important;
	
}
.error-message {
  position: absolute;
  top: 80px;
  background: rgba(208, 38, 36,0.6);
  padding: 5px;
  border-radius: 3px;
  color: white;
}

error-message-field, input .error-placeholder {
  font-size: 0.6em;
  color:red;
}

.ui-tooltip {
    z-index: 900;
    position: absolute;
    top: 50px;
    background-color: rgba(2,48,72,1);
    padding: 0.7em;
    border-radius: 3px;
    border:1px solid rgba(4,79,120,.5);
    box-shadow: 0 6px 6px rgba(1,19,28,.5);
}

.ui-helper-hidden-accessible {
    display: none;
}
/* .jq-dropdown-panel a {
    display: block;
    text-align: center;
    padding: 1em;
} */

#partitionSVG path title{
  color:red !important;
}
.title-and-edit {
    display:flex;
}

.client-partner-image, .edit-client ,.add-button, .cat-iab-ico {
    border-radius: 2px;
    height: 29px;
    margin: 0 10px;
    width: 29px;
    float: left;
}
.edit-client a {
    z-index: 1000;
    width: 40px;
    height:40px;
}
.hide {
    display: none;
}

.show {
    display: block;
}

.breadcrumbs a:visited{
    color: #2EAFC6;
}
.dashboard-overview {
    margin-bottom: 0;
}

a.js-password-show {
    left: 95%;
    position: relative;
    top: -47px;
    display: flex;
    width: 18px;
}
.inputPsw{
    display:flex;
    flex-direction:row;
}

.password-show img {
    width: 100%;
}

a.password-show.login-password-show {
    display:flex;
}

#login #forgotten-pwd {
    margin-top: 15px;
}

a#logo-skaze-container.logo-skaze-dco {
    width: 30px !important;
    top: -27px !important;
    left: -24px;
    position: relative;
}

.logo-skaze-prospect img {
    width:100%!important;
}

.show-activation-dsp {
	float: left;
	position: relative;
	top: -25px;
}

span.dsp-on,
span.dsp-off {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 5px;
	border-radius: 5px;
}

span.dsp-off {
	color:#d02626;
}

span.dsp-on {
	color:#1CDB99;
}

@media only screen and (max-width:768px) {

    #global-container{
        padding-left:40px;
    }

}