@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* GLOBAL */
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,su
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
input,
select,
textarea,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.98em;
    font-family: Roboto,helvetica,arial,sans-serif;
    vertical-align: baseline;
	-webkit-font-smoothing:antialiased;
}

header {
    position: fixed;
    width: 110px;
    z-index: 10;
}

main {
    position: relative;
    top: 16px;
    left: 120px;
    z-index: 1;
}

h1 {
    display: block;
    position: relative;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 30px;
    max-width: 980px;
	font-weight: 600;
    margin: 0 auto;
}

h1 img {
    position: absolute;
    top: -10px;
    right: 0;
}

hr {
	background-color: #F1F1F1;
    color: #ddd;
    border: 0;
    height: 1px;
	margin: 20px 0;
}
.navbar hr {
	background-color: #555;
    color: #ddd;
    border: 0;
    height: 1px;
    margin: 20px auto;
    width: 70%;
}
header img {
    display: block;
    margin: 0 auto;
}
input[type="number"] {
    border: #ddd 1px solid;    
	font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    min-height: 30px !important;
    min-width: 200px !important;
    margin: 10px;
    padding-right: 15px;
	text-align: right;
    display: inline-block;
}
input[type="text"] {
    border: #ddd 1px solid;    
	font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    min-height: 30px !important;
    min-width: 200px !important;
    margin: 10px;
    padding-left: 15px;
    display: inline-block;
}
input[type="datetime"] {
    border: #ddd 1px solid;    
	font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    min-height: 30px !important;
    min-width: 200px !important;
    margin: 10px;
    padding-left: 15px;
    display: inline-block;
}
input[type="submit"] {
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    border: 0;
    border-radius: 5px;
    min-height: 32px !important;
    padding: 0 20px;
    color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
    text-transform: uppercase;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

input[type="submit"]:hover {
    background-color: #f04364;
}

input[type="date"] {
    border: #ddd 1px solid;
    min-height: 30px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    padding-left: 10px;
	margin: 10px;
	min-width: 200px !important;
}
input[type="time"] {
    border: #ddd 1px solid;
    min-height: 30px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    padding-left: 10px;
	margin: 10px;
	    min-width: 200px !important;
}
input.bat {display:none;}
input.bat + label {cursor:pointer;margin-right:3rem}
input.bat + label:before {
	content: ""; 
	width: 20px;
    height: 20px;
    line-height: 18px;
    margin: 10px;
    display: inline-block;
	vertical-align: middle;
    font-size: 1.3rem;
    border: 1px solid #DDD;
	background-color: #fff;
}
input.bat + label:hover:before {background-color: #1a527c;}
input.bat:checked + label:before {content: "⨯";line-height: 9px;text-align: center; font-size: 30px; color: #fff; background-color: #1a527c;}
select {
    border: #ddd 1px solid;
    min-height: 30px !important;
    background-color: white;
	padding: 7px;    
	font-size: 12px;
	margin: 10px;
}
textarea {
    border: #ddd 1px solid;    
	font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    padding: 15px;
    display: inline-block;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #f04364;
}
/* HEADER GLOBAL */
.body-general {
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
    width: 100%;
}

.body-general header {
    height: 100%;
    float: none;
}

.body-general header section:first-of-type {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding-top: 28px;
}

.body-general header section:last-of-type {
    margin-top: 35px;
}

.body-general main {
    background-color: #f6f6f6;
    min-height: 600px;
    float: none;
    width: calc(100% - 140px);
}

.body-general main section {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

.body-general main article {
    padding: 50px;
	margin-bottom: 20px;
}

.no-data {
	text-align: center;
    padding: 80px 0;
    color: grey;
}
/* END HEADER GLOBAL */

.button {
    color: #fff;
    border: 0px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 300px;
	letter-spacing: 0.1em;
    cursor: pointer;
    background-color: #191919;
    margin: 10px auto;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.button:hover {
    background-color: #f04364;
}

.titre_td {
    font-size: 1.5em;
    height: 40px;
    width: 100%;
	padding-bottom: 10px;
    border-bottom: solid 1px #F1F1F1;
    vertical-align: middle;
    margin-bottom: 50px;
	font-weight: 600;
}
.sub_titre_td {
    font-size: 1.2em;
    height: 40px;
    width: 100%;
	padding-bottom: 10px;
    border-bottom: solid 1px #F1F1F1;
    vertical-align: middle;
    margin-bottom: 50px;
	font-weight: 600;
}
/* ERREUR */
.alert {
    color: #930002;
	
  position: relative;
    padding: 10px;
    width: 99%;
    background-color: #f0c4c4;
    border: #930002 1px solid;
    margin-bottom: 20px;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
    -o-animation: fadein 2s; /* Opera */
	z-index: 20;
}

.alert_OK {
    color: #71ab34;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
    -o-animation: fadein 2s; /* Opera */
  position: relative;
    padding: 10px;
    width: 99%;
    background-color: #e7feea;
    border: #71ab34 1px solid;
    margin-bottom: 20px;
	z-index: 20;
}
.notifications {
  position: absolute;
	top: 10px;
	right: 10px;
	animation: mymove 2s;
  animation-timing-function: linear;
    -moz-animation: mymove 2s; /* Firefox */
    -webkit-animation: mymove 2s; /* Safari et Chrome */
    -o-animation: mymove 2s; /* Opera */
	    z-index: 2;
}
.notifications:hover .notification-inner {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.notifications .notification-inner {
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom:0;
  opacity: 1;
  display: flex;
  align-items: center;
}
.notifications .notification-inner h2 {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0rem;
}
.notifications .notification-inner p {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}
.notifications .notification-inner .close {
	position: absolute;
    right: 4px;
    top: 4px;
  	font-size: 0.8rem;
  	padding: 0.5rem;
  	cursor: pointer;
	float:right;
    border: 0;
    background: none;
	color: #000!important;
}
.notifications .notification-inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  margin-right: 1rem;
  font-size: 1rem;
  color: white;
}
.notifications .notification-inner .icon.error {
  background-color: #f87171;
}
.notifications .notification-inner .icon.success {
  background-color: #10b981;
}
@keyframes mymove {
  from {right: -300px;}
  to {right: 10px;}
}
@keyframes zoom-in {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* PAGE CONFIG */
.label-file {
    cursor: pointer;
    color: #00b1ca;
}

.label-file:hover {
    color: #25a5c4;
}

.input-file {
    display: none;
}

/* PAGE INDEX */
.tri {
    font-size: 0.7em;
    color: #C7C7C7;
    text-decoration: none;
}

.tri:hover {
    color: #f04364;
    text-decoration: none;
}

.tri:active {
    color: #191919;
    text-decoration: none;
}

.entete {
	font-size: 14px;
    height: 40px;
    border: 0;
	padding-left: 10px;
	font-weight: 600;
    vertical-align: middle;
}

.contenu {
    height: 50px;
    border: 0;
    font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif!important;
    vertical-align: middle;
	padding-left: 10px;
    border-bottom: #F6F6F6 1px solid;
}
.contenu.data {
    height: 50px;
    border: 0;
    font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif!important;
    vertical-align: middle;
	padding-left: 0px!important;
    border-bottom: #F6F6F6 1px solid;
	cursor: pointer;
}
.contenu.data:hover {
    background-color: #ffe9ed;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	animation: zoom-in 1s;
    -moz-animation: zoom-in 1s; /* Firefox */
    -webkit-animation: zoom-in 1s; /* Safari et Chrome */
    -o-animation: zoom-in 1s; /* Opera */
}


.edit {
    text-decoration: none;
    color: #000;
    font-family: Roboto,helvetica,arial,sans-serif!important;
}

.edit:hover {
    text-decoration: underline;
}

.export {
    border-radius: 5px;
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
	letter-spacing: 0.1em;
    border: 0;
    padding: 10px 20px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('../img/icon.png');
    background-position: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.export:hover {
    background-color: #f04364;
}
.ajouter {
    border-radius: 5px;
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
	letter-spacing: 0.1em;
    border: 0;
    padding: 10px 20px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('../img/icon/ajouter.png');
	background-size: auto 15px;
    background-position: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ajouter:hover {
    background-color: #f04364;
	color: #fff!important;
}
.ajouter_collab {
    border-radius: 5px;
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
	letter-spacing: 0.1em;
    border: 0;
    padding: 10px 20px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnIGlkPSJhYm91dCI+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYsMTZjMy45LDAsNy0zLjEsNy03cy0zLjEtNy03LTdTOSw1LjEsOSw5UzEyLjEsMTYsMTYsMTZ6IE0xNiw0YzIuOCwwLDUsMi4yLDUsNXMtMi4yLDUtNSw1cy01LTIuMi01LTUKCQlTMTMuMiw0LDE2LDR6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcsMThoLTJDOC45LDE4LDQsMjIuOSw0LDI5YzAsMC42LDAuNCwxLDEsMWgyMmMwLjYsMCwxLTAuNCwxLTFDMjgsMjIuOSwyMy4xLDE4LDE3LDE4eiBNNi4xLDI4CgkJYzAuNS00LjYsNC40LTgsOC45LThoMmM0LjYsMCw4LjQsMy40LDguOSw4SDYuMXoiLz4KPC9nPgo8L3N2Zz4K');
	background-size: auto 15px;
    background-position: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ajouter_collab:hover {
    background-color: #f04364;
	color: #fff!important;
}
.ajouter_caf {
    border-radius: 5px;
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
	letter-spacing: 0.1em;
    border: 0;
    padding: 10px 20px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PHRpdGxlPjI8L3RpdGxlPjxnIGlkPSJMYXllcl80NyIgZGF0YS1uYW1lPSJMYXllciA0NyI+PHBhdGggZD0iTTYwLDMwSDUzLjc3YTguOTMsOC45MywwLDAsMC0xNy40MSwwSDRhMiwyLDAsMCwwLDAsNEgzNi4zNmE4LjkzLDguOTMsMCwwLDAsMTcuNDEsMEg2MGEyLDIsMCwwLDAsMC00Wk00NS4wNiwzNi45NEE0Ljk0LDQuOTQsMCwxLDEsNTAsMzIsNC45NCw0Ljk0LDAsMCwxLDQ1LjA2LDM2Ljk0WiIgaWQ9ImlkXzEwMSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiPjwvcGF0aD48cGF0aCBkPSJNNCwxNEg5LjQyYTguOTMsOC45MywwLDAsMCwxNy40MSwwSDYwYTIsMiwwLDAsMCwwLTRIMjYuODNBOC45Myw4LjkzLDAsMCwwLDkuNDIsMTBINGEyLDIsMCwwLDAsMCw0Wk0xOC4xMyw3LjA2QTQuOTQsNC45NCwwLDAsMSwyMy4wNiwxMmgwYTQuOTQsNC45NCwwLDAsMS05Ljg3LDBoMEE0Ljk0LDQuOTQsMCwwLDEsMTguMTMsNy4wNloiIGlkPSJpZF8xMDIiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7Ij48L3BhdGg+PHBhdGggZD0iTTYwLDUwSDM1LjcxQTguOTMsOC45MywwLDAsMCwxOC4zLDUwSDRhMiwyLDAsMCwwLDAsNEgxOC4zYTguOTMsOC45MywwLDAsMCwxNy40MSwwSDYwYTIsMiwwLDAsMCwwLTRaTTI3LDU2Ljk0QTQuOTQsNC45NCwwLDEsMSwzMS45NCw1Miw0Ljk0LDQuOTQsMCwwLDEsMjcsNTYuOTRaIiBpZD0iaWRfMTAzIiBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyI+PC9wYXRoPjwvZz48L3N2Zz4=');
	background-size: auto 15px;
    background-position: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
	display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ajouter_caf:hover {
    background-color: #f04364;
	color: #fff!important;
}
.logout {
    position: absolute;
    bottom: 40px;
    left: 1rem;
    width: 5.5rem;
}
.warning {
	color: #CD0003;
	font-weight: 800;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDgwMCA4MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCA4MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQ0QwMDAzO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDAxLjQiIGN5PSI1MjYuNiIgcj0iNjAiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyOS40LDIxMy40aC01My40Yy0xNy43LDAtMzIsMTQuNS0zMiwzMlY0MTZjMCwxNy41LDE0LjUsMzIsMzIsMzJoNTMuNGMxNy41LDAsMzItMTQuNSwzMi0zMlYyNDUuNAoJCQkJQzQ2MS40LDIyNy44LDQ0NywyMTMuNCw0MjkuNCwyMTMuNHoiLz4KCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwMCwwQzE3OC45LDAsMCwxNzguOSwwLDQwMHMxNzguOSw0MDAsNDAwLDQwMHM0MDAtMTc4LjksNDAwLTQwMFM2MjEuMSwwLDQwMCwweiBNNDAwLjQsNjg1LjYKCQkJCWMtMTU3LjYsMC0yODUuNC0xMjcuNy0yODUuNC0yODUuNHMxMjcuNy0yODUuNCwyODUuNC0yODUuNHMyODUuNCwxMjcuNywyODUuNCwyODUuNEM2ODUuOCw1NTcuOCw1NTgsNjg1LjYsNDAwLjQsNjg1LjZ6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
	background-size: auto 15px;
    background-position: 15px;
    background-repeat: no-repeat;
	padding-left: 40px;
}
#price {
	position: relative;
}
.info {
	display: none;
	background-color: #A50002;
	width: auto;
	color: #FFF;
	left: 8px;
	margin-top: 7px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: absolute;
	z-index: 1000;
	font-family: Roboto,helvetica,arial,sans-serif!important;
	padding: 10px 10px;
	border-radius: 5px;
	line-height: 100%;
}
.info::before {
	content: '';
	position: absolute;
	z-index: 1500;
	top: -10px;
	left: 10px;
	border: 5px solid transparent;
	border-bottom-color: #A50002;
}
.prix {
	font-size: 8px;
	font-weight: 400!important;
	text-transform: uppercase;
}
.montant {
	font-size: 14px;
	font-weight: 800;
}
.view {
    border-radius: 5px;
    background-color: #191919;
    font-family: Roboto,helvetica,arial,sans-serif;
    border: 0;
    padding: 6px 10px;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.view:hover {
    background-color: #f04364;
	color: #fff!important;
}
.pagination_inactive {
    border: #DDD 1px solid;
    background-color: #FFF;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #CCC;
    line-height: 30px;
	font-size: 12px;
    cursor: pointer;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.pagination_inactive:hover {
    background-color: #f04364;
	color: #fff!important;
}
.pagination_active {
    border: #DDD 1px solid;
	background-color: #191919;
    border-radius: 100px;
    width: 30px;
    height: 30px;
	font-size: 12px;
	font-family: 'Roboto',helvetica,arial,sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.pagination_active:hover {
    background-color: #f04364;	
	color: #fff!important;
}

ul.pagination {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 40px auto 10px auto;
}
.pagination > li {
	display: inline;
	margin: 4px;
}
.nb_projet {
	width: max-content;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    float: right;
	color: #000;
	cursor: pointer;
} 
.nb_projet:hover {
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	animation: zoom-in 1s;
    -moz-animation: zoom-in 1s; /* Firefox */
    -webkit-animation: zoom-in 1s; /* Safari et Chrome */
    -o-animation: zoom-in 1s; /* Opera */
}
.projet {
	padding: 20px;
    border-radius: 25px;
	margin: 10px 0;
	color: #fff;
}
.container {
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-mid {
  position: relative;
  text-align: left;
  width: calc(50% - 90px);
  margin: 0 40px;
  display: inline-grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contain-search {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    border: #f6f6f6 1px solid;
    background-color: #fbfbfb;
}

.contain-search div {
    padding: 25px;
}

.contain-export {
    position: relative;
    width: 100%;
    padding-top: 30px;
}
.search-lib {
	display: inline-block;
	padding: 10px!important;
}
/* END PAGE INDEX */

/* PAGE EDIT */
.button-sup {
    color: #f04364;
    text-decoration: none;
    text-align: center;
    border: #f04364 1px solid;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 220px;
    cursor: pointer;
    font-size: 12px;
    background-color: #FFF;
    margin: 10px auto;
    display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.button-sup:before { 
	content: "\2718"; 
	padding-right: 6px;
	font-size: 14px;
}
.button-sup:hover {
    background-color: #f04364;
    color: #fff;
}
/* END PAGE EDIT */

/* PAGE STATS */
.but_send {
    border-radius: 5px;
    background-color: #191919;
    font-size: 12px;
    border: 0;
    padding: 10px 20px 10px 40px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('../img/send_menu.png');
    background-size: 18px;
    background-position: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	letter-spacing: 0.1em;
}

.but_send:hover {
    background-color: #f04364;
	color: #fff!important;
}
/* END PAGE STATS */

/* PAGE UPLOAD */
.but-link {
    position: relative;
    display: block;
    color: #7C7C7C;
    font-size: 12px;
    border: #c0c0c0 1px solid;
	text-transform: uppercase;
    padding: 15px;
    margin-top: 80px;
    border-radius: 40px;
    width: 180px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.but-link:hover {
    border: #7C7C7C 1px solid;
    background-color: #292929;
    color: #C0C0C0;
}

form.upload {
    position: relative;
    width: 500px;
    height: 200px;
    border: 4px dashed #ababab;
}

form p.upload {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    color: #ababab;
}

form input[type="file"].upload {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}

form input[type="submit"].upload {
    width: 508px;
	cursor: pointer;
	letter-spacing: 0.1em;
}
/* END PAGE UPLOAD */

/* PAGE MODELE */
.textarea_html {
    border: #ddd 1px solid;    
	font-size: 12px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    padding: 15px;
    display: inline-block;
	width:98%; 
	height:500px; 
	margin:20px 0;
	float:none;
	clear:both;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

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

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

.slider.round {
    border-radius: 34px;
}

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

.but_gris {
    padding: 10px 15px;
	font-size: 12px;
    color: #595959;
    border: #A0A0A0 1px solid;
    text-decoration: none;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.but_gris:hover {
    color: #FFF;
    background-color: #595959;
}
/* END PAGE MODELE */

/* PAGE SEND & SEND SMS */
.messagebox {
    position: absolute;
    margin-top: 5px;
}

.dispo {
    position: absolute;
    margin-top: 5px;
    color: #008000;
}

.busy {
    position: absolute;
    margin-top: 5px;
    color: #CC0000;
}

.wrapper-send {
    width: 100%;
    margin-right: 20px;
	margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.fomulaire-send .subject {
    margin: 20px;
    width: 400px;
    height: 20px;
    padding-left: 8px;
}

.fomulaire-send #affiche_email {
    display: none;
    margin-top: 8px;
	clear: both;
}
.fomulaire-send #affiche_perso {
    display: none;
    margin: 15px 10px;
	clear: both;
}

.fomulaire-send #msgbox {
    display: none;
	margin: 16px;
}
.lab_envoi {
	border-radius: 5px;
	margin: 20px 0px;
    height: 100px;
    width: 160px;
    padding: 20px;
    display: inline-block;
	text-align: center;
    float: left;
    border: #ddd 1px solid;
	background-color: #fbfbfb;
}
.lab_envoi:active {
	background-color: #c05e77;
	color: #FFF;
}

input.type_send {display:none;}
input.type_send + label {cursor:pointer;margin-right:2rem}
input.type_send + label:before {
	content: ""; 
	width: 20px;
    height: 20px;
    line-height: 18px;
    margin: 10px;
    display: inline-block;
	vertical-align: middle;
    font-size: 1.5rem;
    border: 1px solid #DDD;
	background-color: #fff;
}
input.type_send + label:hover:before {background-color: #f04364;}
input.type_send:checked + label:before {content: "✔";line-height: 19px;text-align: center; font-size: 17px; color: #fff; background-color: #f04364;}


/* FIN PAGE SEND */

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    min-height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

.close {
    color: #f04364;
    float: right;
    padding-right: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 50px 16px;
}
/* END MODAL */

/* MENU */
.add {
    border-radius: 100px;
    border: 1px #C7C7C7 solid;
    text-align: center;
    text-decoration: none;
    color: #C7C7C7;
    font-size: 1em;
    font-weight: 100;
    position: absolute;
    right: 40px;
    top: 15px;
    cursor: pointer;
    height: 30px;
    width: 40px;
    line-height: 17px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    padding-top: 10px;
}

.add:hover {
    background-color: #191919;
    text-decoration: none;
    color: #fff;
}
ul ul {
    display: none;
    position: absolute;
    right: 15px;
    top: 0px;
    margin: 0;
    padding: 15px;
}

li {
    list-style-type: none;
}

.navbar {
  position: fixed;
  top: 1rem;
  left: 1rem;
  border-radius: 10px;
  padding: 2rem 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
  height: calc(100vh - 6rem);
}
.navbar__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 5.5rem;
  color: #6a778e;
  transition: 250ms ease all;
}
.navbar__item.active:before {
  content: "";
  position: absolute;
  opacity: 1!important;
  z-index: -1;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #f04364;
  border-radius: 17.5px;
}
.navbar__item.active:hover:before {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #f04364;
  border-radius: 17.5px;
  transition: 250ms ease all;
}
.navbar__link span {
  position: absolute;
  left: 100%;
  transform: translate(-3rem);
  margin-left: 1rem;
  opacity: 0;
  pointer-events: none;
  color: #f04364;
  background: #fff;
  padding: 0.75rem;
  transition: 250ms ease all;
  border-radius: 17.5px;
  width: max-content;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
.navbar__link:hover {
  color: #fff;
}
.navbar:not(:hover) .navbar__link:focus span, .navbar__link:hover span {
  opacity: 1;
  transform: translate(0);
}
.navbar.active:not(:hover) .navbar__link.active:focus span, .navbar__link.active:hover span {
  opacity: 0;
  transform: translate(0);
}
.navbar__menu {
  position: relative;
  margin-top: 40px;
}
.navbar__menu img {
  opacity: 0.9;
}
.navbar__item:last-child:before {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #f04364;
  border-radius: 17.5px;
  transition: 250ms cubic-bezier(1, 0.2, 0.1, 1.2) all;
}

.navbar__item:first-child:nth-last-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(1) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(1):last-child:hover:before, .navbar__item:first-child:nth-last-child(1) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(1):last-child:hover:before, .navbar__item:first-child:nth-last-child(1) ~ li:last-child:hover:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(2) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(2):last-child:hover:before, .navbar__item:first-child:nth-last-child(2) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(2):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(2) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(2):last-child:hover:before, .navbar__item:first-child:nth-last-child(2) ~ li:last-child:hover:before {
  top: 50%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(3) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(3):last-child:hover:before, .navbar__item:first-child:nth-last-child(3) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(3):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(3) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(3):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(3) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(3):last-child:hover:before, .navbar__item:first-child:nth-last-child(3) ~ li:last-child:hover:before {
  top: 66.6666666667%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(4) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(4):last-child:hover:before, .navbar__item:first-child:nth-last-child(4) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(4):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(4) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(4):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(4) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 25%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(4):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(4) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(4):last-child:hover:before, .navbar__item:first-child:nth-last-child(4) ~ li:last-child:hover:before {
  top: 75%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(5) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(5):last-child:hover:before, .navbar__item:first-child:nth-last-child(5) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(5):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(5) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(5):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(5) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 20%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(5):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(5) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 40%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(5):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(5) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 60%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(5):last-child:hover:before, .navbar__item:first-child:nth-last-child(5) ~ li:last-child:hover:before {
  top: 80%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(6):last-child:hover:before, .navbar__item:first-child:nth-last-child(6) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(6):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 16.6666666667%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(6) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 66.6666666667%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(6):last-child:hover:before, .navbar__item:first-child:nth-last-child(6) ~ li:last-child:hover:before {
  top: 83.3333333333%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(7):last-child:hover:before, .navbar__item:first-child:nth-last-child(7) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(7):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 14.2857142857%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 28.5714285714%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 42.8571428571%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 57.1428571429%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):nth-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(7) ~ li:nth-child(6):hover ~ li:last-child:before {
  top: 71.4285714286%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(7):last-child:hover:before, .navbar__item:first-child:nth-last-child(7) ~ li:last-child:hover:before {
  top: 85.7142857143%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(8):last-child:hover:before, .navbar__item:first-child:nth-last-child(8) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(8):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 12.5%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 25%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 37.5%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(6):hover ~ li:last-child:before {
  top: 62.5%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):nth-child(7):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(8) ~ li:nth-child(7):hover ~ li:last-child:before {
  top: 75%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(8):last-child:hover:before, .navbar__item:first-child:nth-last-child(8) ~ li:last-child:hover:before {
  top: 87.5%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(9):last-child:hover:before, .navbar__item:first-child:nth-last-child(9) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(9):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 11.1111111111%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 22.2222222222%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 33.3333333333%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 44.4444444444%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(6):hover ~ li:last-child:before {
  top: 55.5555555556%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(7):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(7):hover ~ li:last-child:before {
  top: 66.6666666667%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):nth-child(8):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(9) ~ li:nth-child(8):hover ~ li:last-child:before {
  top: 77.7777777778%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(9):last-child:hover:before, .navbar__item:first-child:nth-last-child(9) ~ li:last-child:hover:before {
  top: 88.8888888889%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(10):last-child:hover:before, .navbar__item:first-child:nth-last-child(10) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(10):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 10%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 20%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 30%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 40%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(6):hover ~ li:last-child:before {
  top: 50%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(7):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(7):hover ~ li:last-child:before {
  top: 60%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(8):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(8):hover ~ li:last-child:before {
  top: 70%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):nth-child(9):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(10) ~ li:nth-child(9):hover ~ li:last-child:before {
  top: 80%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(10):last-child:hover:before, .navbar__item:first-child:nth-last-child(10) ~ li:last-child:hover:before {
  top: 90%;
  animation: gooeyEffect-10 250ms 1;
}
@keyframes gooeyEffect-10 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:hover ~ li:last-child:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(11):last-child:hover:before, .navbar__item:first-child:nth-last-child(11) ~ li:last-child:hover:before {
  opacity: 1;
}
.navbar__item:first-child:nth-last-child(11):nth-child(1):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(1):hover ~ li:last-child:before {
  top: 0%;
  animation: gooeyEffect-1 250ms 1;
}
@keyframes gooeyEffect-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(2):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(2):hover ~ li:last-child:before {
  top: 9.0909090909%;
  animation: gooeyEffect-2 250ms 1;
}
@keyframes gooeyEffect-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(3):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(3):hover ~ li:last-child:before {
  top: 18.1818181818%;
  animation: gooeyEffect-3 250ms 1;
}
@keyframes gooeyEffect-3 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(4):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(4):hover ~ li:last-child:before {
  top: 27.2727272727%;
  animation: gooeyEffect-4 250ms 1;
}
@keyframes gooeyEffect-4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(5):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(5):hover ~ li:last-child:before {
  top: 36.3636363636%;
  animation: gooeyEffect-5 250ms 1;
}
@keyframes gooeyEffect-5 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(6):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(6):hover ~ li:last-child:before {
  top: 45.4545454545%;
  animation: gooeyEffect-6 250ms 1;
}
@keyframes gooeyEffect-6 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(7):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(7):hover ~ li:last-child:before {
  top: 54.5454545455%;
  animation: gooeyEffect-7 250ms 1;
}
@keyframes gooeyEffect-7 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(8):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(8):hover ~ li:last-child:before {
  top: 63.6363636364%;
  animation: gooeyEffect-8 250ms 1;
}
@keyframes gooeyEffect-8 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(9):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(9):hover ~ li:last-child:before {
  top: 72.7272727273%;
  animation: gooeyEffect-9 250ms 1;
}
@keyframes gooeyEffect-9 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):nth-child(10):hover ~ li:last-child:before, .navbar__item:first-child:nth-last-child(11) ~ li:nth-child(10):hover ~ li:last-child:before {
  top: 81.8181818182%;
  animation: gooeyEffect-10 250ms 1;
}
@keyframes gooeyEffect-10 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.navbar__item:first-child:nth-last-child(11):last-child:hover:before, .navbar__item:first-child:nth-last-child(11) ~ li:last-child:hover:before {
  top: 90.9090909091%;
  animation: gooeyEffect-11 250ms 1;
}
@keyframes gooeyEffect-11 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* END MENU */

/* CONFIG */
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;    
	top: 1px;
    position: inherit;
}
ul.tabs li img {
    opacity: 0.5;
}
ul.tabs li {
    background: #ebebeb;
    color: #999;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
}
ul.tabs li:hover {
    background: #FAFAFA;
    color: #222;
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

ul.tabs li.current {
    background: #FFF;
    color: #222;
    border-top: #ebebeb 1px solid;
    border-bottom: 0;
    border-left: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    min-width: 120px;
    text-align: center;
}
ul.tabs li.current img {
    opacity: 1;
}
.tab-content {
    visibility: hidden;
	height: 0;
	border: 0;
	overflow: hidden;
    background: #fff;
    padding: 0;
	width: -webkit-fill-available;
}

.tab-content.current {
	visibility: visible;
    border: #ebebeb 1px solid;
    padding: 40px;
    margin: 0 0 20px 0;
	height: auto;
}

input.color {
    width: 40px;
    display: inline-block;
    background: transparent;
}

input.color[type="text"] {
    width: 200px;
    margin: 10px;
    padding: 5px;
    display: inline-block;
}

input.color[type="text"]:invalid {
    background: red;
    color: #fff;
}
.com {
	border-radius: 5px;
	background-color: #191919;
	font-size: 12px;
	border: 0;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	 -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;	transition: all 1s ease;
}
.com:hover {
	background-color: #f04364;
	cursor: pointer;
	color: #fff!important;
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
#pie-chart text {
	font-size: 5px!important;
}
#pie-chart svg {
	heigh: 100px!important;
}
/* END PAGE CONFIG*/
