.cv{
  background: #f2f4f6;
  /* height: 90vh; */
}
.cv .field{
  position: relative;
  margin-bottom: 30px;
}
.cv .field label{
  position: absolute;
  left: 10px;
  top: -12px;
  background: white;
  border-radius: 5px;
  padding: 0px 5px;
  border: 1px solid silver;
  text-transform: uppercase;
  font-size: 11pt;
  height: 22px;
  max-width: 100%;  
  overflow: hidden;
}
.cv .form-control{
  padding: 10px 15px;
  font-size: 110%;
}
.cv .buttons{
  text-align: right;
}
.cv .title{
  margin-bottom: 40px;
  font-size: 26pt;
  font-weight: bold;
  font-family: Verdana;
}


.cvform{
  padding: 2rem;
}

.cvgen{
  background-color: silver;  
  min-height: 100vh;
}



.cvgen .cvlayout{
  width: 600px;
  margin: 20px auto 0 auto;
  background: white;
  border-radius: 5px;
  /* min-height: 80vh; */
  overflow: hidden;

  
}

.cvgen .maincnt{
  padding: 35px 20px 20px 195px;
  /* min-height: 90vh; */
  /* position: relative; */
}
.cvgen .sidecnt{
  width: 180px;
  background: #383e46;
  height: 90%;
  float: left;
  padding: 25px 20px ;
  color: #e6e7e8;
  border-radius: 5px 0 0 5px;
 
}
.cvgen .subtitle{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding-bottom: 10px;
  font-size: 11pt;
  text-transform: uppercase;
}
.cvgen .infosm{
  font-size: 8pt;
  line-height: 11pt;
}
.cvgen .infosm .link{
  margin-bottom: 10px;
  font-weight: 700;
}
.cvgen .infosm a{
  color: #e6e7e8;
  text-decoration: underline;
  font-weight: normal;
  font-size: 7pt;
  word-wrap: break-word;
}
.cvgen .sec{
  margin-bottom: 15px;
  border-bottom: 1px solid #6B7280;
  padding-bottom: 15px;
}

.cvgen .fullname{
  font-size: 20pt;
  line-height: 22pt;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.cvgen .contact{
  font-size: 8pt;
  padding-right: 0;
}

.cvgen .contact div{
  margin-bottom: 3px;
}
.cvgen  .function{
  font-size: 10pt;
  text-transform: uppercase;
  color: gray;
}
.cvgen .stitle{
  font-size: 11pt;
  text-transform: uppercase;
  border-bottom: 1px solid black;
}

.nav-pills .nav-link{
  padding: 5px;
}
.nav-pills .nav-link.sel{
  border: 1px solid #0d6efd;
  /* border-radius: 0; */
}

.form-control:focus {
  color: #6B7280;
  background-color: #ffffff;
  border-color: #4d6689;
  outline: 0;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}
.bg-primary{
  background-color: #1F2937 !important;
}
.btn-link{
  text-decoration: none;
}

.cvform .list-group-item{
  margin-bottom: 5px;
  padding: 10px;
}

.cvgen .exp{
  font-size: 8pt;
}

.cvgen .company{
  text-transform: uppercase;
  font-weight: 600;
}
.cvgen .expfunction{
  font-weight: 600;
}
/* vertical separator */
.cvgen .vsep{
  border-right: 1px solid silver;
}
.cvgen .vsep::before{
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid silver;
    display: inline-block;
    margin-right: -16px;
    background: #383e46;
    float:right;
}
.relative{
  position: relative;
}

.sm{
  font-size: 80%;
}

.list-group .open,
.list-group .open .accordion-arrow{
  background: #e7f1ff;
}
.list-group .header{
  position: relative;
  cursor: pointer;
}
.accordion-arrow{
  position: absolute;
  right: 0;
  top: 0px;
  background: white;
  padding: 5px;
}

.actions-btns{
  float:right;
  position:absolute;
  top: -2px;
  right: 25px;
  display: none;
  background: #e7f1ff;
  border-radius: 5px;;
}
.list-group .header:hover .actions-btns{
  display: block;
}
.list-group .actions-btns .btn:hover{
  box-shadow: 0 1px 2px 0 black;
}


.sidecnt .lang{
  text-transform: uppercase;
  padding-bottom: 2px;
}
.sidecnt .progress{
  background: gray;
  height: 5pt;
  margin-bottom: 8px;
}
.sidecnt .progress-bar{
  background: white;
}

.input-range{
  height: 45px;
  width: 100%;
  background: white;
}

/** download/view cv page **/

.cvbig .cvlayout {
  margin-top:0;
  width: 800px;
  max-height: 1200px;
}
.cvbig .maincnt{
  padding-left: 265px;
}

.cvbig  .sidecnt{
  height: 100vh;
  width: 250px;
  height: 100%;
}



@media print{
  @page {
    size: portrait;
		margin: 0;
  }
	body{
		background: white;
   
	}
  .cvgen .sidecnt{
    border-radius: 0;
    height: 100%;;
  
  }

  .cvbig {
    background-color: white;
  }
  .cvbig .cvlayout{
    width: auto;
  }
  .btn-expand{
    display: none;
  }
  
}

.btn-expand{
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-expand .btn{
  margin-right: 5px;
}
.btn-expand .bi{
  font-size: 15pt;
}

@media (max-width: 990px)
{
  .cvgen {
    min-height: 50vh;
  }
}

@media (max-width: 600px){
  .cvgen .cvlayout{
    width: 100%;
    font-size: 90%;
    /* margin: 10px auto; */
  }
  .cvgen .cvlayout *{
    /* font-size: 90%; */
  }
  .cvgen .sidecnt{
    width: 30%;
    padding: 10px;
  }
  
  .cvgen .maincnt{
    padding-left: 28%;
  }

}
