/* File input stye - Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hide-radio {
  opacity: 0;
}
.line-input {
  border-bottom: 1px solid #989898;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  outline: none;
}
.personal-form input:focus, textarea:focus, fileinput:focus, select:focus,  textinput:focus{
            outline: none;
    }
::-webkit-file-upload-button {
  border: none;
  padding: 10px;
  background-color: #90A8A8;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.personal-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
 
}
.personal-form input[type="file"] {
  width: 300px;
  padding: 0px;
  background-color: #efefef;
  margin: 10px 0;
}
.personal-form textarea {
  border-radius: 5px;
  resize: none;
  font-size: 15px;
  float: right;
}
.ci-co-box input{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #666666;
  outline: none;
  font-size: 15px;
  color: #444;
  padding: 4px 0;
  text-align: center;
  outline: none;
}
  
.personal-form input[type="text" i]{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #666666;
  outline: none;
  font-size: 15px;
  color: #444;
  padding: 4px 0;
  text-align: center;
  outline: none;
}
.personal-form input[type="number"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #666666;
  outline: 0;
  font-size: 15px;
  color: #444;
  padding: 5px 0;
  text-align: center;
  outline: none;
    box-shadow: none;
    border-radius: 0;
}
.personal-form input[type="radio" i] {
  opacity: 0;
}
.personal-form select {
  font-size: 15px;
  border-radius: 5px;
  padding: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  color: #444;
  text-align-last:center;
  float: right; 
}
.personal-form .selector select {
  border: none;
  outline: none;
  width: 200px;
  border-radius: 15px;
}
.select-button {
  background-color: #fff;
  padding: 10px 0;
  font-size: 20px;
  color: #666666;
  border: none;
  box-shadow: none;
  outline: none;
}
.next-div {
  background-color: #355454;
  color: #fff;
  border: none;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.next-div a {
  color: #fff;
  text-decoration: none;
}
.next-div a:visited {
  color: #fff;
  text-decoration: none;
}

.addon-select {
  border: none;
  padding: 8px;
  margin: 20px 0;
  background-color: #fff;
  color: #444;
 }
.personal-form input {
  padding: 6px;
}
@media only screen and (max-width: 600px) {
  label {
    width: 90vw;
    margin: 4px 0;
  }
  .personal-form input[type="file"] {
    width: 90vw;
  }
  .personal-form input[type="text" i] {
    width: 90vw;
  }
  .personal-form input[type="number"] {
    width: 88vw;
  }
  .personal-form textarea {
    width: 88vw;
    margin: 10px auto;
  }
  .mini-calendar-container input[type="text"] {
    width: 250px;
  }
  .personal-form select {
    width: 90vw;
    margin: 10px 0 0 0;
  }
  .next-div {
    width: 250px;
  }
  .ci-co-box {
    width: 250px;
  }  
}
@media only screen and (min-width: 601px) {
  .ci-co-box input{
    width: 300px;
  }
  label {
    font-size: 20px;
  }
  .personal-form input[type="text"] {
    width: 300px;
  }
  .personal-form input[type="number"] {
    width: 300px;
  }
  .personal-form textarea {
    width: 300px;
  }
  .personal-form select {
    width: 300px;
  }
  .personal-form select {
    float: right;  
  }
  .next-div {
    width: 300px;
  }  
  .ci-co-box {
    width: 300px;
  }
}
.personal-form {
  margin-left: auto;
  margin-right: auto;
  color: #444;
}
.personal-form p{
  box-sizing: border-box;
  height: 55px;
  padding: 8px 0;
  margin: 5px 0 25px;
}
.personal-form .f-div {
  margin: 40px 0;
  padding: 10px;
}
.personal-form input{
  float: right;
}
.form-label {
  width: 100px;
}
@media only screen and (max-width: 800px) {
  .personal-form {
    width: 90vw; 
  }
}
@media only screen and (min-width: 801px) {
  .personal-form {
    width: 800px; 
  }
}

.submit-button {
  width: 100px;
  background-color: #000;
  color: #fff;
  border: none;
  text-align: center;
}
	
