@import url('https://fonts.googleapis.com/css?family=Montserrat');

.content-child{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1em;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;    
}

.content-child > label{
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
}
  
  .content-child > div{
    padding: 0px 25px 25px 25px;
    border: 1px solid #C2C3C6;
  }
  
  .content-child > div > div{
    margin-top: 25px;
  }
  
  .content-child > div:nth-child(2) > div:last-child{
    margin-bottom: 35px;
  }
  
  .content-child > div div.btn-option{
    float: right;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    width: 100%;
    max-width: 290px;
    flex-wrap: wrap;  
    border: 1px solid #56575D;
    border-radius: 4px;
  }

  .content-child > div div.btn-option > div{
    width: 96px;  
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 5px;
    border: 1px solid #56575D;
    cursor: pointer;
  }

  .content-child label{
    font-size: 14px;
  }

  .btn-active{
    background-color: #1D58CF;
    color: #ffffff;
  }

  .radio-option{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-items: center;
  }
  
  .radio-option > div:nth-child(1){
    width: 7%;
  }
  
  .radio-option > div:nth-child(2){
    width: 93%;
  }
  
  .radio-option > div:nth-child(2) p:nth-child(1){
    font-size: 14px !important;
  }
  
  .radio-option > div:nth-child(2) p:nth-child(2){
    font-size: 11px !important;
    color: rgb(54, 55, 56);
  }

.if-work-cl{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;  
  justify-content: right;
}

.if-work-cl img{
  max-width: 40px;
  margin-left: 15px;
}

.if-work-cl > div{
  display: inline-block;  
}

#work-mainlance{
  color: gray;
}