/* Image Sselect Area */

.image_preview_dnd_area, .file_preview_dnd_area{
  margin-left: 15px;
  padding: 20px;
  border: solid 1px lightgray;
}

.user-image-dnd-wrapper, .user-file-dnd-wrapper{
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
}

.image_preview_area, #file_preview_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.image_preview_area img{
  height: 100px;
}

.image_drop_area, #file_drop_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border: 1px dashed #ccc;
  cursor: pointer;
  padding-top: 30px;
  border-radius: 4px;
}

.image_clear_button, #file_clear_button {
  display: none;
  position: absolute;
  top: -4px;
  right: -8px;
  width: 20px;
  height: 20px;
  border: 1px solid #777;
  border-radius: 50%;
  cursor: pointer;
}

.input_image, #input_file{
  opacity: 0;
}

.input_image:focus, #input_image:focus{
  opacity: 1;
}

/* Image Modal Area */

.modal-image-dialog {
 margin: 5% auto;
 max-width:90%;
}

.modal-image-dialog-footer {
 padding: 0.5em;
 text-align: center;
}

.modal-image{
  max-width:100%;
}

/* Header Buttons */
.head_buttons{
  margin:10px 0;
}

/* Logo Image */
.navbar-brand img{
  height: 50px;
  margin:-15px 0 0 -5px;

}

.mt20 {
  margin-top:20px;
}

/*terms*/

#terms p{
  margin-left: 10px;
}

#terms .leadtext{
  margin-bottom: 50px;
}

#terms ul{
 list-style-type: none;
}

#terms ol{
 list-style-type: decimal;
}

#terms ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
#terms ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#terms ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

#terms ol.list_parentheses p{
 margin-left: 10px;
}

/*privacy*/

#privacy p{
  margin-left: 10px;
}

#privacy .leadtext{
  margin-bottom: 50px;
}

#privacy ul{
 list-style-type: disc;
}

#privacy ol{
 list-style-type: decimal;
}

#privacy ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
#privacy ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#privacy ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

#privacy ol.list_parentheses p{
 margin-left: 10px;
}

/* Footer */

#footer{
  width:100%;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0 30px;
  background-color: #FAFAFA;
  border: 1px solid #E7E7E7;
  font-size: 12px;
}

#footer .navbar-nav{
  margin: 10px auto;
  list-style: none; 
  text-align: center;
  float: none; 
}

#footer .navbar-nav>li{
  margin:0 10px;
  float: none; 
}

#footer .navbar-nav>li>a {
  color: #777;
}
#footer .navbar-nav>li>a:hover {
  color: #333;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    opacity:0.7;
}

.switch3__label {
    width: 37px;
    position: relative;
    display: inline-block;
    padding-top: 3px;
}
.switch3__content {
    display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background-color: rgba(34,31,31,.26);
    -webkit-transition: all .1s .4s;
       -moz-transition: all .1s .4s;
        -ms-transition: all .1s .4s;
         -o-transition: all .1s .4s;
            transition: all .1s .4s;
    overflow: hidden;
}
.switch3__content:after {
    content: "";
    display: block;
    position: absolute;
    
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.switch3__input {
    display: none;
}
.switch3__circle {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #F1F1F1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-box-shadow: 0 2px 2px #ccc;
            box-shadow: 0 2px 2px #ccc;
}
.switch3__input:checked ~ .switch3__circle {
    left: 18px;
    background-color: #00c4cc;
}
.switch3__input:checked ~ .switch3__content {
    border-color: transparent;
    -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;
}
.switch3__input:checked ~ .switch3__content:after {
    background-color: rgba(55 190 176 / 25%);
    width: 100%;
}
.mxh400{
    max-height:400px;
}
.y-scroll{
    overflow-y:scroll;
}

@media (max-width: 767px){
#footer{
  height:120px;
}
#footer .navbar-nav>li {
  margin: 0;
}

}

/* Company search (horizontal-checkbox) */
form.form_company_search > div.multicheckbox > label{
  display:block;
}
form.form_company_search > div.multicheckbox > div.checkbox{
  display:inline-block;
  margin:0 10px 10px 10px;
}


#faq .row_area_hide{
  display:none;
}
#faq .q-text{ 
  font-size: large;
  padding:20px;
  margin:10px;
  vertical-align:middle;
  cursor:pointer;
}
#faq .a-text{ 
  padding:10px 10px 10px 30px;
  margin:10px;
}

 