@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
 @import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);

 body {
     /*background-color: #D32F2F;*/
     /*font-family: 'Calibri', sans-serif !important*/
 }

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
      border: none;
      margin-right: 49px;
}
.myratings{
  font-size: 35px;
  color: green;
}

/*.full{
  font-size: 30px;
  color: green;
}*/

.rating > [id^="star"] { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 2.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > [id^="star"]:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > [id^="star"]:checked + label:hover, /* hover current star when changing rating */
.rating > [id^="star"]:checked ~ label:hover,
.rating > label:hover ~ [id^="star"]:checked ~ label, /* lighten current selection */
.rating > [id^="star"]:checked ~ label:hover ~ label { color: #FFED85;  }

.reset-option {
display: none;
}

.reset-button {
margin: 6px 12px;
background-color: rgb(255, 255, 255);
text-transform: uppercase;
}



.mt-100 {
     margin-top: 50px;
 }

 .card {
     position: relative;
     display: flex;
     font-size: 12px;
     width: 400px;
     height: 300px;
     text-align: center;
     /*padding-left: 0.2%;*/
     padding-top: 20px;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 11px;
     -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
     -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
     box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
 }

 .card .card-body {
     padding: 1rem 1rem
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 14px
 }

 h4 {
     margin-top: 18px
 }

 .btn:focus {
     outline: none
 }

 .btn {
     border-radius: 22px;
     text-transform: capitalize;
     font-size: 13px;
     padding: 8px 19px;
     cursor: pointer;
     color: #fff;
     /*background-color: #D50000*/
 }

 .btn:hover {
     background-color: #D32F2F !important
 }


 body {
  font-family: sans-serif;
  background-color: #eeeeee;
}

.file-upload {
  background-color: #ffffff;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #7fad39;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background:#7fad39;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  width: 100%;
  padding: 50px;
  margin-top: 20px;
  border: 4px dashed #7fad39;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #7fad39;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  font-size: medium;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}


/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .file-upload {
    background-color: #ffffff;
    width: 600px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
  }

  .card {
    display:inline-block;
    /*position: relative;
    margin-top: -50%;
    display: flex;*/
    width: 300px;
    height: 200px;
}

.btn {
  border-radius: 22px;
  text-transform: capitalize;
  font-size: 10px;
  padding: 8px 19px;
  cursor: pointer;
  color: #fff;
  /*background-color: #D50000*/
}


}


/* Small Device = 320px */

@media only screen and (max-width: 479px) {

  .file-upload {
    background-color: #ffffff;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
    /*margin-bottom: 20%;*/
  }

  .card {
    display:inline-block;
    /*position: relative;
    margin-top: -50%;
    display: flex;*/
    width: 300px;
    height: 200px;
    /*margin-top: -30%;*/
    /*position: relative;*/
    /*flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)*/
}


}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {

  .file-upload {
    background-color: #ffffff;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
  }

  /*.image-upload-wrap {
    width: 100%;
    padding: 60px;
    margin-top: 20px;
    border: 4px dashed #7fad39;
    position: relative;
  }*/

  .card {
    display:inline-block;
    /*position: relative;
    margin-top: -50%;
    display: flex;*/
    width: 300px;
    height: 200px;
}

}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .file-upload {
    background-color: #ffffff;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
  }

  .card {
    display:inline-block;
    /*position: relative;
    margin-top: -50%;
    display: flex;*/
    width: 300px;
    height: 200px;
}

}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .file-upload {
    background-color: #ffffff;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding: 20px;
  }
  .card {
    display:inline-block;
    /*position: relative;
    margin-top: -50%;
    display: flex;*/
    width: 300px;
    height: 200px;
}

}