/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  /* color: #3e454c; */
  color: #4c5463;
  font-weight: 400;
  background-color: #f1f4f7;
  /*background-image: url('../img/background.png') ;*/
  background-repeat:no-repeat;
  background-position: center center;
  background-size:cover;
}
body::after {
  clear: both;
  content: "";
  display: table;
  padding-bottom:70px;
}


.menuEi a:link, .menuEi a:hover, .menuEi a:visited, .menuEi a:active {
    font-size: 1.56rem !important;
    white-space: nowrap;
    background-color: #22B0DA !important;
    width: calc(100% + 8px);
    border-radius: 0px 4px 4px 0;
    color:#fff;
    font-weight: 500;
}


#personnalFiles li, #personnalFiles_bs li {
  font-family:arial;
  cursor:pointer;
}

.fileExt {
    color: #fff;
    background-color: #22B0DA;
    display: inline-block;
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 9px;
    border-radius: 3px;
    margin-right: 3px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 35px;
}


.linetotal {
  color:#22B0DA;
  font-size:14px;
  font-weight: 700;
}

.linetotal_total {
  color:#22B0DA;
  font-size:13px;
  font-weight:400;
}

#vacationsInfo {
  padding: 10px 15px;
  display: block;
  font-size: 13px;
  font-color: #444;
  margin-top:-8px;
  background-color: #22B0DA;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  max-width:780px;
  cursor:pointer;
}

#vacationsCredits {
  background: rgba(34,176,218,0.60);
  display: block;
  color: #fff;
  clear: both;
  margin-top: -10px;
  padding: 25px 17px 17px 17px;
  border-radius: 4px;
  margin-bottom: 0px;
  max-width:780px;
}

#vacationsCredits .date {
  display: inline-block;
  font-family:arial;
  font-size:12px;
  width: 110px;
  color:#fff;
}

#vacationsCredits .type {
  display: inline-block;
  font-weight: 500;
  width: 50px;
  color: #fff;
}

#vacationsCredits .quantity {
  display: inline-block;
  width: 50px;
  font-size: 11px;
}




#ttInfo {
  padding: 10px 15px;
  display: block;
  font-size: 13px;
  font-color: #444;
  margin-top:-8px;
  background-color: #22B0DA;
  margin-bottom: 0px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  max-width:780px;
  cursor:pointer;
}

#ttCredits {
  background: rgba(34,176,218,0.60);
  display: block;
  color: #fff;
  clear: both;
  margin-top: -10px;
  padding: 15px 17px 10px 17px;
  border-radius: 4px;
  margin-bottom: 0px;
  max-width:780px;
}

#ttCredits li {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 16px;
}




.date {
  font-family:arial;
  font-size:12px;
  opacity:0.9;
}



.ressource {
    border-radius: 6px;
    background-color: #fff;
    width: 300px;
    display: table;
    padding-bottom: 25px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-top: 100px;
}

.ressource .picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 200px;
    background-color: #eaeef3;
    width: 200px;
    margin-left: 50px;
    margin-top: -95px;
    height: 200px;
    position: absolute;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    border: 1px solid #efefef;
}

.ressource .layer {
    border-radius: 200px;
    width: 100%;
    color: rgba(34,176,218,1);
    display: block;
    padding-top: 125px;
    opacity: 1;

}


.ressource .layer .text {
  vertical-align: middle;
    text-align: center;
}


.ressource .layer .text .name {
  font-size: 20px;
    line-height: 20px;
    display: block;
    padding: 0 12px;
    color: #22B0DA;
    font-weight: 500;
    white-space: nowrap;
}

.ressource .layer .text .job {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    height: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 8px;
    width: 280px;
    display: inline-block;
    padding: 0 15px;
    color: #b6becb;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ressource:hover .layer {
  opacity:1;
}


.bold {
  font-weight: 700;
  color:#22B0DA;
}


.width100 {

  width:100px !important;
}


.column1-2 {

    width: 47%;
    padding-right: 2vw;
    display: inline-block;
    min-width: 350px;
    vertical-align: top;

}


.cpSplit {
    color: #b6becb;
    font-size: 11px;
    display: inline-block;
    padding: 18px 5px 0 5px;
}

.cpSplitPeriod {
  font-weight: 700;
}

a.action {
    color: #22B0DA;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #22B0DA;
    border-radius: 3px;
    padding: 6px 24px;
    font-size: 11px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px !important;
    background-color: inherit;
    margin-right: 10px;
}

a.action_s {
    color: #22B0DA;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #22B0DA;
    border-radius: 3px;
    padding: 3px 12px;
    font-size: 9px;
    display: inline-block;
    font-weight: 500;
    background-color: inherit;
    margin-right: 10px;
    margin-top: 10px;
}



.amounts {

    height: 60px;
}


.amount_detail {
    width:145px;
    float:left;

}
.amount_detail input {

  width:135px !important;
}




a.action_small {
 
    color: #22B0DA;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #22B0DA;
    border-radius: 3px;
    padding: 1px 9px;
    position: absolute;
    font-size: 11px;
    display: inline-block;
    height: 32px;
    font-weight: 500;
    margin-left: 12px;
    margin-top: -1px;
    background-color: inherit;
}



.box1 {
  background-color: #e8ecf0;
  margin: 20px -5vw 0px;
  padding: 40px 5vw 30px;
  width:fit-content;
  min-width: calc(100vw - 200px);
}

.box2 {
  background-color: #f1f3f6;
  margin: 0px -5vw;
  padding: 40px 5vw 30px;
  width:fit-content;
  min-width: calc(100vw - 200px);
}

.box3 {
    background-color: #e8ebee;
    margin: 0px -5vw 20px;
    padding: 30px 5vw;
    width:fit-content;
    min-width: calc(100vw - 200px);
}


.avatar {
    display:none !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 7px;
    margin-top: 0px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}


.accessTitle {

  height:18px;
  padding-left: 11px;
  -webkit-filter: grayscale(100%) contrast(0.5);
  -moz-filter: grayscale(100%) contrast(0.5);
  -ms-filter: grayscale(100%) contrast(0.5);
  -o-filter: grayscale(100%) contrast(0.5);
}

/* --------------------------------

Global

-------------------------------- */


#drop_file_zone, #drop_file_zone_bs {
    background-color: #efefef;
    border: #22B0DA 2px dashed;
    width: 100%;
    font-family: "Montserrat";
    height: 100px;
    padding: 15px;
    font-size: 12px;
}
#drag_upload_file, #drag_upload_file_bs {
    width:50%;
    margin:0 auto;
}

#drop_file_zone input[type=button], #drop_file_zone_bs input[type=button]{

  border-radius: 3px;
    border: 1px solid #22B0DA;
    font-size: 11px;
    text-transform: uppercase;
    color: #22B0DA;
    padding: 7px 20px;
}

#drag_upload_file p, #drag_upload_file_bs p {
    text-align: center;
    margin:0;
    padding:0;
}
#drag_upload_file #selectfile, #drag_upload_file_bs #selectfile_bs {
    display: none;
}



.listPic{
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: -2px;
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    border:1px solid #e7e7e7;

}
.listPicOff {
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: -2px;
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    border:1px solid #fff;
    opacity:0.6;

}

.greyscale {

   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

}




.classOff {
  /*
  background-color:#e2f3f6 !important;
 color:#b6becb;
*/

opacity:0.40;
}




#accounts {
  font-size:13px;
  color:#333;
  line-height:25px;
  margin-top: 40px;
}



.carousel {
    border: 2px solid gray;
    padding: 10px;
    text-align: center;
    height: auto;
}
.carousel img {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(52,61,73,0.90);
}
.popup .wrap {
    width: 50vw;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 25vw;
}
.popup .wrap img {
    vertical-align: top;
    
    border-radius:6px;
    max-height:75vh;
}




.popupBox {
  border-radius:5px;
  background-color:rgba(255,255,255,0.92);
  width:800px;
  max-width:90vw;
  padding:30px;
  min-height:350px;
  margin-left:auto;
  margin-right:auto;
  margin-top:12vh;
  padding-bottom:20px;
}


.popupBox .title{
padding: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #4c5462;
    font-size: 28px;
}



.popupBox input[type="file"] {
    margin-bottom: 10px !important;
    margin-top: -10px !important;
    background-color: inherit;
}




label {
color: #b6becb;
    font-size: 10px;
    display: block;
    padding-left: 11px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    height:17px;
}



#profile .phone_approval_box {
    float: none !important;
    display: inline-block;
    padding-left: 0px;
    width: inherit;
    margin-left: -4px;
}

.phone_approval {
  display:inline-block; 
  margin-left:10px;
}


.popupBox label {
  padding-left: 0px;

}

label.labelcheck {

    display: inline;
    margin-top: 0px;
    padding-left: 0px;
}



.mediaMenu {
    padding-bottom: 30px;
}

.mediaMenu .children {
  height: inherit !important;
}


.fa-redo {
    float: right;
    margin-top: -25px;
    font-size: 17px;
}

.floatLeft {
  float: left;
  margin-right: 10px;
}

.floatRight {
  float: right;
  margin-left: 10px;
}


.txtInfos {
    font-size: 11px;
    color: #666;
    font-style: italic;
    line-height: 16px;
    padding: 3px 0 15px 0;
} 


.poste {
font-weight: 400;
    color: #b6becb;
    font-size: 13px;
    margin-top: -14px;
    height: 20px;
    margin-bottom: 18px;
}


.upload-btn-wrapper input, .upload-btn-wrapper label {
  display: block;
  color:#b6becb;
  border:none !important;
  padding:0 !important;
}

.upload-btn-wrapper input[type=file]::-webkit-file-upload-button {
    border: 1px solid #22B0DA;
    color: #22B0DA;
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    outline:none;
}







.jcrop-holder {
  background-color:#fff !important;
}




.cpCounter  {
padding: 30px 0;
    height: 155px;
    display: inline-block;
    margin-bottom: 20px;
    width: 319px;
    text-align: center;
    max-width: 95vw;
    background-color: #fff;
    border-radius: 3px;
    color: #fff;
    margin-right: 20px;
    vertical-align: top;
}


.cpAsker  {
  padding: 30px 0;
    height: 155px;
    display: block;
    margin-bottom: 20px;
    width: 319px;
    text-align: center;
    max-width: 95vw;
    background-color: #22B0DA;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin-right: 20px;
}




.box1 .nameSmall {
  font-size: 13px;
  color: #4c5462;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}



.cpCounter .counter {
  font-size: 50px;
  color: #22B0DA;
  font-weight: 700;
  margin-top: 6px;

}


.cpButtons {
  float:left;
  width:300px;
}

a.askForVacations:link, a.askForVacations:visited {
    background-color: #9bdae6;
    border-radius: 4px;
    color: #fff;
    position: relative;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    float: right;
    margin-top: -31px;
}



.userValue {
  font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left:11px;
    height: 23px;
    white-space: nowrap; 
}



#profile {
background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    width: calc( 100% );
    margin-right: 20px;

}


.pic_profile{

  display:none;
  border-radius:300px;
  background-color: #efefef;
  background-position: center center;
  background-size:cover;
  display:inline-block;

  width:280px;
  height:280px;
}

.pic_id{
  border:1px solid #eaeef3;
  display:none;
  border-radius:3px;
  width:280px !important;
}



#profile .infos {
    background-color: #fff;
    border-radius: 3px;
    padding: 0 20px;
    display: block;
    min-width: 500px;
    display: inline-block;
        vertical-align: top;
}

#profile label {
color: #b6becb;
    font-size: 9px;
    display: block;
    padding-left: 11px;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    float: left;
    width: 110px;
}


#vacations, #ndf, #da, #recup, #results, #journalisation_infos, #journalisation {

    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    display: block;
    margin-bottom: 20px;
}

#journalisation, #da, #vacations, #ndf, #recup {
  width: fit-content;
}




 #vacations table th, #ndf table th, #da table th, #recup table th, #results table th, #results table th, #journalisation th {
    padding: 5px;
    font-size: 11px;
    color: #b6becb;
    font-weight: 400;
    text-align:left !important;
}




.boxesRight  {

    display: block;
    margin-left:20px;
    width: 600px;
    max-width:90vw;
    float:right;
}



.boxFiles  {
  border: 1px solid #eaeef3;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    width: 600px;
    max-width:90vw;
}


.boxFiles .name {
    margin-bottom: 5px;
    font-weight: 400;
    color: #22B0DA;
}


.boxFiles .deleteFile, .boxFiles .deleteFile_bs {

    padding:0 5px 0 0;
    color: #22B0DA;
}





.boxFiles li {
    border-top: 1px solid #eaeef3;
    padding: 5px 0px;
    font-size: 12px;
}


.boxFiles li a:link, .boxFiles li a:visited, .boxFiles li a:active {
    color:#333;
    text-decoration:none;
}

.boxFiles li a:hover {
    color:#b6becb;
    text-decoration:none;
}


.modificationDate {
  display: inline-block;
  float:right;
  color:#b6becb;
  font-size:12px;
  font-family: arial
}


.bg-rounded-corners {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    display: block;
    vertical-align: top;
    margin-bottom: 20px;
    width: 322px;
}

.imgModifier  {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    width: 322px;
}

.imgModifier .name {
    margin-bottom: 5px;
    font-weight: 400;
    color: #22B0DA;
}

.imgModifier  .crop {
  display: none; 
  border-radius: 3px;
  background-color: #22B0DA;
  color: #fff;
  border: 0px;
  margin-top: 3px;
}


.imgModifier:hover .crop {
  display: block; 
}





.displayBlock {
  display:block !important;
}

.displayInlineBlock {
  display:inline-block !important;
}


a {
  /* color: #1784c7; */
  color: #22B0DA;
  text-decoration: none;
}

input {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


i {
  font-style: italic;
  font-size:11px;
}


textarea {

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #eaeef3;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 10px;
    outline: none;
    width:500px;
    height:150px;
}

 input[type='checkbox']  {

  border:inherit !important;
  width:15px !important;

}


img.miniature {
  max-height:20px;
}

.product_add {
  padding-bottom:5px;
}

.product_add input, .product_add select,
.product_edit input, .product_edit select {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  border:1px solid #eaeef3;
  border-radius:4px;
  background-color:#fff;
  padding:10px 10px;
  outline:none;
  margin-bottom:5px;
  width:280px;
  max-width:90vw;
}

.sender {
  
  width:inherit !important;
}

select, input[type='text'] {
    -webkit-appearance: none;
}

select, input[type='date'] {
   
}

textarea {
  max-width:90vw;
}

.analyse {
  width:400px;
  margin-bottom:5px;
  max-width:90vw;
}


.product_add input::-webkit-input-placeholder, .product_add select::-webkit-input-placeholder, .product_add textarea::-webkit-input-placeholder,
.product_edit input::-webkit-input-placeholder, .product_edit select::-webkit-input-placeholder, .product_edit textarea::-webkit-input-placeholder { color: #bcc2ca; }

.product_add input::-moz-placeholder, .product_add select::-moz-placeholder, .product_add textarea::-moz-placeholder,
.product_edit input::-moz-placeholder, .product_edit select::-moz-placeholder, .product_edit textarea::-moz-placeholder { color: #bcc2ca; }

.product_add input:-moz-placeholder, .product_add select:-moz-placeholder, .product_add textarea:-moz-placeholder,
.product_edit input:-moz-placeholder, .product_edit select:-moz-placeholder, .product_edit textarea:-moz-placeholder { color: #bcc2ca; }

.product_add input:-ms-input-placeholder, .product_add select:-ms-input-placeholder, .product_add textarea:-ms-input-placeholder, 
.product_edit input:-ms-input-placeholder, .product_edit select:-ms-input-placeholder, .product_edit textarea:-ms-input-placeholder { color: #bcc2ca; }


input.sender {

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #22B0DA;
    border: 1px solid #22B0DA;
    padding: 9px 24px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 11px;
}


.button {

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #22B0DA;
  border: none;
  padding: 6px 12px;
  border-radius:3px;
  position: absolute;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-decoration: none;
  margin-top:10px;
  margin-bottom:20px;
}

input.title {
  font-size: 16px;
  width:350px;
  max-width:90vw;
}

table th {
  padding:10px 10px 10px 5px;
  font-size:13px;
  font-weight:400;
  text-align:center;
}

.ui-state-highlight {
    background-color: rgba(34,176,218,0.80);
    color:#fff;
    border-radius: 22px;
    padding: 6px 0 5px 0;
    width: 22px;
    font-weight: 500;
    margin: -3px;
    display: inline-block;
}

.ui-state-active {
    background-color: #4d5363;
    border-radius: 22px;
    color: #fff;
    padding: 6px 0 5px 0;
    width: 22px;
    font-weight: 500;
    margin: -3px;
    display: inline-block;
}



table td {
  padding:5px 15px 5px 5px;
  font-size:11px;
  font-weight: 400;
}

table tr:nth-child(odd) td{
  white-space: nowrap;
}

table tr:nth-child(even) td{
  background: #fff; 
  white-space: nowrap;
}

img {
    image-orientation: from-image;
}


table td:nth-child(1) { width:50px !important; }
table td:nth-child(2) { width:50px !important; }
table td:nth-child(3) { width:50px !important; }
table td:nth-child(4) { width:130px !important; }
table td:nth-child(5) { width:40px !important; }
table td:nth-child(6) { width:40px !important; }
table td:nth-child(7) { width:40px !important; }
table td:nth-child(8) { width:40px !important; }
table td:nth-child(9) { width:40px !important; }
table td:nth-child(10) { width:40px !important; }
table td:nth-child(11) { width:40px !important; }
table td:nth-child(12) { width:40px !important; }
table td:nth-child(13) { width:40px !important; }






#vacations table td:nth-child(1) { width:20px !important; }
#vacations table td:nth-child(2) { width:50px !important; }
#vacations table td:nth-child(3) { width:50px !important; }
#vacations table td:nth-child(4) { width:50px !important; }
#vacations table td:nth-child(5) { width:40px !important; }
#vacations table td:nth-child(6) { width:40px !important; }
#vacations table td:nth-child(7) { width:40px !important; }
#vacations table td:nth-child(8) { width:40px !important; }
#vacations table td:nth-child(9) { width:40px !important; }
#vacations table td:nth-child(10) { width:40px !important; }
#vacations table td:nth-child(11) { width:40px !important; }
#vacations table td:nth-child(12) { width:40px !important; }
#vacations table td:nth-child(13) { width:40px !important; }









.message_error {
  display:inline-block;
  padding:10px 20px;
  background-color:#db1355;
  color:#fff;
  position:fixed;
  bottom:0;
  right:30px;
  font-size:14px;
  font-weight: 400;
  z-index:1001;
}

.message_success {
  display:inline-block;
  padding:10px 20px;
  background-color:#22B0DA;
  color:#fff;
  position:fixed;
  bottom:0;
  right:30px;
  font-size:14px;
  font-weight: 400;
  z-index:1001;
}



img {
    image-orientation: from-image;
}


#resultSolo {
  width:92%;
  max-width:405px;
}

#resultSolo td {
  font-size:11px;
}

#resultSolo .name {
  font-weight:500;
  font-size:18px;
}

#resultSolo .serial {
  font-weight: 400;
  font-size:13px;
}


.pastille {
  max-width:400px;
  border-radius:3px;
  margin-left:-5px;
}







table.contacts td:nth-child(1) { width:30px !important; }
table.contacts td:nth-child(2) { width:30px !important; }
table.contacts td:nth-child(3) { width:50px !important; }
table.contacts td:nth-child(4) { width:50px !important; }
table.contacts td:nth-child(5) { width:150px !important; }
table.contacts td:nth-child(6) { width:100px !important; }
table.contacts td:nth-child(7) { width:120px !important; }
table.contacts td:nth-child(8) { width:120px !important; }
table.contacts td:nth-child(9) { width:120px !important; }












#results th, #results td  {

  padding-right:15px;
  text-align:left;
  vertical-align: middle;
  white-space: nowrap;

}




th  {

  padding-right:15px;
  white-space: nowrap;

}



#results th  {

  padding-bottom:15px;
  font-weight:400;

}

#results td  {

    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-bottom: 12px;
}

.far, .fas, .fab {

  font-size:18px;
  padding-top:1px;
  color:#22B0DA;
}



#results td .fa-circle {

  color:#b6becb;
}

#results td .fa-check-circle, .fa-check-circle {

  color:#22B0DA;
}

#results td .fa-stop-circle {

  color:#ff103d;
}



.booking .fa-check-circle {

  color:#22B0DA;
  text-align:center;
  font-size: 18px;
}

.booking .fa-hourglass {

  color:#22B0DA;
  font-size:12px;
}






#results .far {
  text-align:center;
  width:40px;
}

.results-corehw .far {
  width:20px !important;
}



.blockCode {
  font-family: "Source Code Pro", monospace;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background-color: #e8e8e8;
  text-align: left !important;
  padding:10px;
  border-radius:5px;
  margin:15px 0;
  max-width:700px;
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* --------------------------------

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
  padding: 110px 3% 50px 5% !important;
  font-weight: 400;
  font-size:0.6em;
  line-height: 20px;
}

.cd-main-content .content-wrapper h1 {
    padding: 0px;
    font-size: 3.5rem;
    font-weight: 700;
    color: #4c5363;
    margin-bottom: 50px;
    line-height: 32px;
}

.cd-main-content .content-wrapper h2 {
  padding: 0px;
  margin-bottom:20px;
    line-height: 30px;
    font-weight: 700;
    font-size: 28px;


}

.cd-main-content .content-wrapper h3 {
  font-weight: 700;
      color: #4c5462;
      font-size: 24px;
      height: 48px;
}

.cd-main-content .content-wrapper h4 {
    font-size: 16px;
    color: #4c5462;
    font-weight: 400;
    height: 40px;
}

.cd-main-content .content-wrapper h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #22B0DA;
  font-size: 1rem;
  letter-spacing: .1em;
}

.cd-main-content .content-wrapper .home_skills {
  padding: 0px;
  font-size: 2rem;
  font-weight: 400;
  margin-top:15px;
  margin-bottom:15px;
  color:#22B0DA;
  display:inline-block;
}

.cd-main-content .content-wrapper a.back {
  margin-top:-15px;
  margin-bottom:15px;
  display:block;
}


.cd-main-content .content-wrapper ul {
  padding-top:0px;
}


.cd-main-content .content-wrapper strong {
  font-weight:bold;
}

.cd-main-content .content-wrapper p {
  padding-top:0px;
  padding-bottom:10px;
}

.cd-main-content .content-wrapper ul li span.title80 {
    width: 80px;
    display: inline-block;
}

.cd-main-content .content-wrapper ul li span.title150 {
    width: 150px;
    display: inline-block;
}




.cd-main-content::before {
  /* never visible - used to check MQ in jQuery */
  display: none;
  content: 'mobile';
}


@media only screen and (min-width: 768px) {
  .cd-main-content .content-wrapper {
    margin-left: 110px;
    padding-top: 55px;
  }
  .cd-main-content .content-wrapper h1 {
    font-size: 4.2rem;
  }
  .cd-main-content::before {
    content: 'tablet';
  }
}
@media only screen and (min-width: 768px) {
  .cd-main-content .content-wrapper {
    margin-left: 200px;
  }
  .cd-main-content::before {
    content: 'desktop';
  }
}

/* --------------------------------

Header

-------------------------------- */
.cd-main-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #14181d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) {
  .cd-main-header {
    position: fixed;
    height: 55px;
  }
}

.cd-logo {
  float: left;
  display: block;
  margin: 11px 0 0 5%;
  size: 10px;
  width:181px;
}
.cd-logo img {
  display: block;
  height:20px;
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    margin: 18px 0 0 18px;
  }
}



.cd-nav-trigger {
  /* navigation trigger - visible on mobile devices only */
  float: right;
  position: relative;
  display: block;
  width: 34px;
  height: 44px;
  margin-right: 5%;
  /* hide text */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: white;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-search {
  position: relative;
  margin: 1.2em 5% 0.6em;
}
.cd-search.is-hidden {
  opacity: 0;
}
.cd-search::before {
  /* lens icon */
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: url(../img/cd-search.svg) no-repeat 0 0;
}
.cd-search input {
  padding-left: 32px;
  width: 100%;
  height: 36px;
  border: none;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .cd-search {
    float: left;
    display: inline-block;
    width: 250px;
    height: 100%;
    margin: 0 0 0 2.5em;
  }
  .cd-search.is-hidden {
    /* reset style */
    opacity: 1;
  }
  .cd-search::before {
    background-position: 0 -16px;
    left: 1em;
  }
  .cd-search form, .cd-search input {
    height: 100%;
    width: 100%;
  }
  .cd-search input {
    border: none;
    padding-left: 2.6em;
    border-radius: 0;
    background-color: #000;
    border-left: 1px solid #000;
    color: #ffffff;
  }
  .cd-search input::-webkit-input-placeholder {
    color: #bcc2ca;
  }
  .cd-search input::-moz-placeholder {
    color: #bcc2ca;
  }
  .cd-search input:-moz-placeholder {
    color: #bcc2ca;
  }
  .cd-search input:-ms-input-placeholder {
    color: #bcc2ca;
  }
}

/* --------------------------------

Top Navigation

-------------------------------- */
.cd-nav {
  /* top nav - not visible on mobile devices */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-nav {
    display: block;
    float: right;
    height: 100%;
  }
}

.cd-top-nav > li > a::before {
  /* reset style */
  display: none;
}
.cd-top-nav > li a {
  padding: 1em 5% !important;
}
.cd-top-nav img {
  /* avatar image */
  background-position: center center;
  background-size:cover;
  position: absolute;
  left: 1.8em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-top-nav {
    height: 100%;
  }
  .cd-top-nav a {
    display: block;
    font-size: 1.4rem;
    color: #ffffff;
  }
  .cd-top-nav > li {
    display: inline-block;
    margin-right: 1em;
    height: 100%;
  }
  .cd-top-nav > li:last-of-type {
    margin-right: 0;
  }
  .cd-top-nav > li a {
    padding: 1em .6em !important;
  }
  .cd-top-nav img {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .cd-top-nav li:not(.has-children) a:hover {
    color: #22B0DA;
  }
}

/* --------------------------------

Sidebar

-------------------------------- */
.cd-side-nav {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  padding: 45px 0 0;
  background-color: #1f242c;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-side-nav.nav-is-visible {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  max-height: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding-bottom:25px;
}
.cd-side-nav > ul {
  padding: 0.6em 0;
}
.cd-side-nav > ul:last-of-type {
  padding-bottom: 0;
}
.cd-side-nav .cd-label, .cd-side-nav a {
  display: block;
  padding: 1em 5%;
}
.cd-side-nav .cd-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  font-size: 1rem;
  letter-spacing: .1em;
}
.cd-side-nav a {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
.cd-side-nav ul.cd-top-nav > li:last-of-type > a {
  border-bottom: none;
}
.cd-side-nav > ul > li > a {
  padding: 1em 5%;
    text-align: left;
    border-bottom: none;
}
.cd-side-nav > ul > li > a::before {
  /* icon before item name */
  position: absolute;
  content: '';
  left: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
.cd-side-nav > ul > li.overview > a::before {
  background-position: -64px 0;
}
.cd-side-nav > ul > li.notifications > a::before {
  background-position: -80px 0;
}
.cd-side-nav > ul > li.comments > a::before {
  background-position: -48px 0;
}
.cd-side-nav > ul > li.bookmarks > a::before {
  background-position: -32px 0;
}
.cd-side-nav > ul > li.images > a::before {
  background-position: 0 0;
}
.cd-side-nav > ul > li.users > a::before {
  background-position: -16px 0;
}
.cd-side-nav .count,
.cd-top-nav .count {
  /* notification badge */
  position: absolute;
  top: 38%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.25em 0.45em;
  background-color: #22B0DA;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;

}

.cd-top-nav .count {
  right: 188px;
}


.cd-side-nav .action-btn a,
.cd-top-nav .action-btn a {
  display: block;
  margin: 0 5%;
  padding: 1em 0;
  background-color: #22B0DA;
  border-radius: .25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.cd-side-nav .action-btn a::before,
.cd-top-nav .action-btn a::before {
  display: none;
}

.content-wrapper .action-btn {
  display: inline-block;
  margin: 0;
  padding: 0.6em 1em;
  background-color: #22B0DA;
  border-radius: .25em;
  border: none;
  text-align: center;
  color: #ffffff;
  font-size:14px;
  font-weight: 500;
  margin-bottom:20px;
}

.content-wrapper .action-btn::before {
  display: none;
}


@media only screen and (min-width: 768px) {
  .cd-side-nav {
    position: fixed;
    float: left;
    top: auto;
    width: 110px;
    min-height: 100vh;
    padding-top: 55px;
    /* reset style */
    visibility: visible;
    opacity: 1;
    overflow: visible;
    max-height: none;
  }
  .cd-side-nav.nav-is-visible {
    box-shadow: none;
  }
  .cd-side-nav.is-fixed {
    position: fixed;
  }
  .cd-side-nav > ul {
    /* reset style */
    padding: 0;
  }
  .cd-side-nav .cd-label {
    /* remove labels on minified version of the sidebar */
    display: none;
  }
  .cd-side-nav a {
    font-size: 1.4rem;
    text-align: center;
    color:#848c9a;
    font-family: "Montserrat", sans-serif;
  }
  .cd-side-nav > ul > li > a {
    padding: calc(2.2em + 24px) 0 2.4em;
  }
  .cd-side-nav > ul > li > a::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2.4em;
    display:none;
  }
  .cd-side-nav .active > a {
    /* current page */
    box-shadow: inset 3px 0 0 #22B0DA;
    background-color: #14181d;
    color:#fff;
    font-weight: 700;
  
  }
  .cd-side-nav .action-btn a {
    margin: 1em 10% 0;
  }
  .cd-side-nav .count {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 0;
    top: 2em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: calc(50% + 5px);
    right: auto;
    color: transparent;
  }


}
@media only screen and (min-width: 768px) {
  .cd-side-nav {
    width: 200px;
  }
  .cd-side-nav > ul {
    padding: 0.6em 0;
  }
  .cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #22B0DA;
    color:#fff;
  }
  .cd-side-nav > ul > li > a {
    padding: 1em 1em 1em 18px;
    text-align: left;
    border-bottom: none;
  }
  .cd-side-nav > ul > li > a::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
  }
  .cd-side-nav .cd-label {
    display: block;
    padding: 1em 18px;
  }
  .cd-side-nav .action-btn {
    text-align: left;
  }
  .cd-side-nav .action-btn a {
    margin: 0 18px;
  }
  .no-touch .cd-side-nav .action-btn a:hover {
    background-color: #22B0DA;
  }
  .cd-side-nav .count {
    /* reset style */
    color: #ffffff;
    height: auto;
    width: auto;
    border-radius: 50%;
    padding: .25em .45em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    left: auto;
    box-shadow: none;
  }
}

.has-children ul {
  position: relative;
  width: 100%;
  display: none;
  background-color: #222222;
}
.has-children > a::after {
  /* arrow icon */
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  right: 5%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/account-arrow.png);
  background-size: 15px auto;
  background-position: 0 0;
}
.has-children.selected > ul {
  display: block;
}
.has-children.selected > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .has-children {
    position: relative;
  }
  .has-children ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 160px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .has-children ul a {
    text-align: left;
    border: none;
    padding: 1em;
  }
  .no-touch .has-children ul a:hover {
    color: #22B0DA;
  }
  .has-children > a::after {
    display: none;
  }
  .cd-side-nav .has-children.selected > a {
    /* focus state -> show sub pages */
    background-color: #22B0DA;
  }
  .cd-top-nav .has-children {
    position: relative;
    background-color: #22B0DA;
  }
  .cd-top-nav .has-children > a {
    height: 100%;
    padding: 0 calc(1.8em + 22px) 0 calc(1.8em) !important;
    line-height: 55px;
    font-weight:600;
  }
  .cd-top-nav .has-children > a::after {
    display: block;
    right: 1.8em;
  }
  .cd-top-nav .has-children ul {
    background-color: #1c1f22;
    width: 155px;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .cd-top-nav .has-children ul a {
    padding-left: 18px !important;
    font-weight: 400;
  }
}
@media only screen and (min-width: 768px) {
  .has-children > ul {
    width: 100%;
    z-index: 1;
  }

  .has-children ul a {
    padding-left: 18px;
  }


  .has-children ul li a {
    padding-left: 18px;
  }

  .active ul li a {
    padding-left: 42px;
  }

  .has-children.active > ul {
    /* if the item is active, make the subnavigation visible */
    position: relative;
    display: block;
    /* reset style */
    left: 0;
    box-shadow: none;
  }
  .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
    /* show subnavigation on hover */
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#skills-list {
  display:table-row;
}

#skills-list li {

  vertical-align: middle;
  height:100px;
  width:23%;
  margin-right:2%;
  float:left;
  margin-bottom:2%;
  line-height:100px;
}


#skills-list li a {

  vertical-align: middle;
  height:100px;
  width:100%;
  margin-right:3%;
  float:left;
  margin-bottom:3%;
  border:1px solid #22B0DA;
  line-height:100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  padding:0px 25px;
  display: block;
  border-radius:4px;
  color:#22B0DA;
}

#skills-list li a:hover {

  transform: scale(1.04);
  background-color:#22B0DA;
}



#skills-list li a .zoomer {

  vertical-align: middle;
  display:inline-block;
  width:100%;
  color:#22B0DA;
  font-size:14px;
  font-weight: 400;
  text-align:center;
  line-height:20px;
}

#skills-list li a:hover .zoomer {

  color:#ffffff;
  font-weight:500;
}





.spacer {
  margin:auto;
  height:1px;
  clear: both; 
}




.analysis_pic {

  width:50%;
  float:left;
  height:437px;
}

.analysis_pic img {
  width:100%;
  float:left;;
}


.analysis_results {

  width:45%;
  float:right;
}


#pic-container {
  width:100%;
  height:437px;
}

#loading {
  display:block;
  opacity:0;
  width:100%;
  height:200px;
  z-index:10;
  position:relative;
  top:0;
  left:0;
  height:437px;
  background-image:url('../img/loading_1.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper .analysis_pic .action-btn {

  margin-top:15px;
}

.blue {
  color:#22B0DA;
}













/* --------------------------------

Dashboard

-------------------------------- */


.cd-li-project {
  width: 18vw;
  min-width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.2s;
  display: inline-block;
  height: 9vw;
  min-height: 150px;
}


.cd-single-project {
    width: 100%;
    height:100%;
    max-width: 90vw;
    min-width: 200px;
    background-color: #fff;
    min-width: 200px;
    float: left;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display:inline-block;

}
.cd-title h2.blue {
    color: #22B0DA;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 700;
    /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-title img {
height: 40px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    margin: auto;
    filter: grayscale(96%) contrast(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-title > * {
    /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-title p {
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: .4em 0em;
    color: #888;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-single-project:hover {

  background-color:#fff;
  -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
  margin-top: -5px;
  margin-left: -5px;
  cursor: pointer;
}

.cd-single-project:hover .cd-title img {
height: 40px;
    text-align: center;
    display: block;
    padding-bottom: 5px;
    margin: auto;
    filter: grayscale(96%) contrast(1);
}


/*
.cd-single-project:hover .cd-title h2.blue {

  color:#fff;
}

.cd-single-project:hover .cd-title p {

  color: #fff;
}
*/


#welcomeHome {
  text-align: center;
  padding:40px;
}

#welcomeHome h3 {

    font-weight: 700;
    color: #22B0DA;
    font-size: 45px;
    text-align: center;
    height: 48px;
    margin-top: 40px;
}


#welcomeHome p {

  font-size:16px;
  margin-top:30px;
  line-height:25px;
}

#welcomeHome p.welcomeAgain {

  font-size:24px;
  font-weight:400;

}


#welcomeHome a:link, #welcomeHome a:hover, #welcomeHome a:visited, #welcomeHome a:active {

    background-color: #22B0DA;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-top: 45px;
    font-size: 18px;
} 


.cd-side-nav > ul > li.account > a {
  padding: 1em 5% 1.2em 5% !important;
    font-weight: 500;
    font-size: 18px;
}





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

  #profile {
      border-radius: 0px;
      width: calc( 100% + 40px);
      margin-left: -20px;
      margin-bottom:0;
  }

  #profile .infos {
    padding: 0px;
    margin-top: 20px;
  }

  #profile label {
    padding-left: 0px;
  }

  .floatRight {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }

  .box1 {
    margin: 0px -5vw 0px;
  }

  .modificationDate {
    display: block;
    float: none; 
    color: #b6becb;
    margin-top: -2px;
    margin-bottom: 8px;
  }


  .cd-li-project {
  width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.2s;
  display: inline-block;
  height: 9vw;
  min-height: 150px;
}



}



.ui-datepicker {

  background-color: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    box-shadow: 0 10px 100px rgba(34,176,218,0.20);
    margin-top: 5px !important;
}

.ui-datepicker table td {

  width:30px !important;
  padding:5px 5px !important;
  text-align:center !important;
}

.ui-datepicker-title {
    padding: 0px 0px 8px 0;
    margin-bottom: 3px;
    border-bottom: 1px solid #d7f3f7;
}


.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
font-size: 12px;
padding-right: 10px;
height: 20px;
display: inline-block;
cursor: pointer;
}


.hidder {

  display:none !important;
}

.notes {
    font-size: 0.9em !important;
    padding-bottom: 0px !important;
}

.lastNote, .notesLast {
    
    padding-bottom: 20px !important;
}

.lastNote .bold, .notes .bold {
    
    font-weight:600 !important;
}


.phone_approval_button {
    width: inherit !important;
    font-size: 10px !important;
    padding: 2px 8px 1px 8px !important;
    margin-left: 4px;
    border-radius: 3px !important;
    color: #22B0DA;
    border: 1px solid #22B0DA !important;
    font-weight: 400 !important;
    -webkit-appearance: none;

}

.ressource .phone {
  height:20px;
  font-size: 12px;
}


.phone_type {
    background-color: #b6becb;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    height: 16px;
    line-height: 18px;
    margin-top: 0px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: 2px;
}

.phone_spacer {
  width:3px;
  display: inline-block;
}


.team_email {
    color: #b6becb;
    font-size: 12px;
    padding-bottom: 3px;
}




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

  .cd-logo img {
      display: block;
      height: 25px;
  }

  .cd-main-header {
    height: 65px;
    padding: 10px 0;
  }

  .cd-main-content .content-wrapper h1 {

    margin-bottom: 20px;
    font-size: 3rem;
  }


  .cd-main-content .content-wrapper {
      padding: 90px 3% 50px 5% !important;
  }

  .cd-side-nav > ul {
    padding: 0.6em 0;
    margin-top: 18px;
  }

  .cd-side-nav > ul:last-of-type {
      padding-bottom: 0;
      margin-top: -35px;
      margin-bottom: -10px;
  }


  .cpCounter {
      padding: 30px 0;
      height: 155px;
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
      max-width: 95vw;
      background-color: #fff;
      border-radius: 3px;
      color: #fff;
      margin-right: 0;
      vertical-align: top;
  }

  .ressource {
      border-radius: 6px;
      background-color: #fff;
      width: calc( 100% - 30px );
      display: block;
      padding-bottom: 0;
      margin-bottom: 20px;
      vertical-align: middle;
      text-align: left;
      float: left;
      margin-right: 0;
      margin-left: 30px;
      margin-top: 0;
  }


  .ressource .picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 206px;
    background-color: #eaeef3;
    width: 96px;
    margin-left: -30px;
    margin-top: -4px;
    height: 96px;
    position: absolute;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    border: 1px solid #efefef;#
  }

  .ressource .layer {
      border-radius: 200px;
      color: rgba(34,176,218,0.10);
      display: block;
      padding-top: 10px;
      opacity: 1;
  }

  .ressource .layer .text {
      vertical-align: middle;
      text-align: left;
      padding-left: 63px;
  }

  .ressource .layer .text .name {
      font-size: 16px;
      line-height: 16px;
      display: block;
      padding: 0 12px;
      color: #22B0DA;
      font-weight: 500;
  }

  .ressource .layer .text .job {
      font-size: 11px;
      line-height: 12px;
      overflow: hidden;
      height: 12px;
      text-transform: uppercase;
      font-weight: 400;
      margin-top: 5px;
      width: 100%;
      display: inline-block;
      padding: 0 12px;
      color: #b6becb;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .ressource .phone {

      height: 25px;
      font-size: 11px;
      padding: 0 0 0 11px;
      line-height:12px;
      white-space: nowrap;
  }

  .team_email {
    color: #b6becb;
    font-size: 12px;
    line-height: 11px;
    padding-bottom: 3px;
    padding-left: 12px;
  }

}



.cvType {
  width:100px !important;
}

#step0 {
    font-size: 80px;
    margin-bottom: 20px;
}

#steps {
  display: none;
}


.managerHighlight {

  border:2px solid #22B0DA;
}




@media only screen and (min-width: 768px) {
   .cpCounter {
          max-width: calc(22vw);
  }

}


.ref_img {
    display: block;
    width: 430px;
    margin-left: 310px;
    margin-top: 70px;
    position: absolute;
}


.ref_img img {
  max-width:100%;
  max-height:270px;
  border-radius: 5px;
}



.product_add .form_block_3 input,
.product_add .form_block_4 input,
.product_add .form_block_6 input,
.product_add .form_block_9 input,
.product_add .form_block_12 input {
  width:calc( 100% - 15px );
}

.product_add .form_block_3 .select2, .product_add .form_block_3 select, 
.product_add .form_block_4 .select2, .product_add .form_block_4 select,
.product_add .form_block_6 .select2, .product_add .form_block_6 select,
.product_add .form_block_9 .select2, .product_add .form_block_9 select,
.product_add .form_block_12 .select2, .product_add .form_block_12 select {
  width:calc( 100% - 15px ) !important;
}
}


.form_block_3 label, 
.form_block_4 label,
.form_block_6 label,
.form_block_9 label,
.form_block_12 label {
  display: inline;
  clear:both;
}

.form_block_3 {
  width:calc( 25%  );
  float:left;
}

.form_block_4 {
  width:calc( 33.33% );
  float:left;
}

.form_block_6 {
  width:calc( 50% );
  float:left;
}

.form_block_9 {
  width:calc( 75% );
  float:left;
}

.form_block_12 {
  width:100%;
  clear:both;
}

.form_block_return {
  clear:both;
}




#journalisation_infos label {
  padding-left:0px;
}

.table_marginright {
  margin-right:30px;
}

.table_marginright th {
  text-align: left;
}



.select2-container--default .select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #eaeef3 !important;
    min-height: 37px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #ccc !important;
}

.select2-results__option {
    font-size: 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #22B0DA !important;
}

.select2-dropdown {
    background-color: white !important;
    border: 1px solid #eee !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 11px !important;
}



.tag_responsible {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    font-size: 10px;
    color: #555;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 6px;
}


.available-products {
    display: inline-block;
    width: 170px;
    padding: 6px 0 6px 0;
    border: 1px solid #eaeef3;
    border-radius: 4px;
    background-color: #fff;
    height: 37px;
    margin-right: 10px;
}


.available-products label {
    color: #b6becb;
    font-size: 12px;
    display: block;
    padding-left: 5px;
    text-transform: inherit;
    margin-top: 0px;
    font-weight: 500;
    height: 17px;
}


