/*************************
*******from ******
**************************/
#dataform {
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100%;
}
#dataform .form-area {
    padding: 10px;
}

#dataform h2 {
    font-size: 22px;
    color: #44008C;
    font-weight: bold;
}
#dataform h3 {
    font-size: 16px;
    color: #44008C;
}
#dataform h4 {
    font-size: 16px;
    line-height: 24px;
}
#dataform h5 {
    font-size: 20px;
    color: #D30000;
    font-weight: bold;
}
#dataform  .btn {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #95ae26;
    border-color: #B1CD35;
}
#dataform .btn-primary {
    margin-top: 2px;
}

#dataform .btn:hover {
    color: #fff;
    background-color: #B1CD35;
    border-color: #95ae26;
}

#dataform .input-group {
      height: 46px;
      margin-bottom: 10px;
}
#dataform .input-lg {
      height: 46px;
      font-size: 14px;
}
#dataform .input-group .radius {
      font-size: 14px;
      border-radius: 4px;
      margin-bottom: 3px;
}
#dataform .from-check {
      margin-left: 10px;
}
#dataform .from-group {
      margin-bottom: 10px;
}
#dataform .padding-right {
      padding-right: 3px;
}

#dataform select {
  border-radius: 4px;
  margin-bottom: 3px;
}

#dataform ul {
  margin-bottom: 3px;
}

#dataform input[type="radio"] {
  margin-right: 8px;
}

#dataform  .btn-submit {
        padding: 10px 40px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 8px;
        background-color: #f39c12;
        border-color: #ba7200;
        color: #000;
    }

#dataform .btn-submit:hover {
        color: #000;
        background-color: #ffb032;
        border-color: #ba7200;
}

#dataform  .content-box {
        padding : 10px 20px;
        margin: auto;
        border: 1px solid transparent;
        border-color: #CCC;
        border-radius: 8px;
        background-color: #FFF; opacity: 0.9;
        color: #333;
  }

  #dataform .content-box-50 {
  		width: 40%;
  		margin: auto;
  }
  @media (max-width: 767px) {
  		#dataform  .content-box-50 {
            width: 90%;
            margin: auto;
  		}
  }


  #alert_modal  .btn-submit {
          padding: 10px 20px;
          margin-bottom: 0;
          font-size: 16px;
          font-weight: normal;
          line-height: 1.42857143;
          text-align: center;
          white-space: nowrap;
          vertical-align: middle;
          -ms-touch-action: manipulation;
          touch-action: manipulation;
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 8px;
          background-color: #44008C;
          color: #fff;
      }

  #alert_modal .btn-submit:hover {
          color: #fff;
          background-color: #7A00E5;
          border-color: #024431;
  }

  .form-signin {
      max-width: 80%;
      padding: 15px;
      margin: 0 auto;
  }

  .form-signin .form-signin-heading,
  .form-signin .checkbox {
      margin-bottom: 10px;
  }

  .form-signin .checkbox {
      font-weight: normal;
  }
  .form-signin label {
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: 0px;
  }
  .form-signin .form-control {
      position: relative;
      height: auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
  }

  .form-signin .form-control:focus {
      z-index: 2;
  }


  .btn {
    height: 46px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
  }
  .btn-file {
      position: relative;
      overflow: hidden;
  }
  .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
  }
  .btn-default {
    background-color: #7A00E5 !important;
    color: #FFF;
    border-color: #024431 !important;
  }
  .btn-default:hover,
  .btn-default:active,
  .btn-default.hover {
    background-color: #44008C !important;
  }

  #img-upload{
      width: 200px;
      margin-bottom: 20px;
  }
