.swalInput{
  border: 0px solid rgb(0,0,0);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position:right 10px center;
  margin-bottom:12px;
  background-color: #1D1C1C;
  box-shadow: 0px 0px 7px 8px #171616 inset;
  font-family:'Segoe UI', sans-serif;
  font-weight:100;
  color:    #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 40px;
  vertical-align: center;
  height: 40px;
  width: 70%;
}
.swalTextArea{
  border: 0px solid rgb(0,0,0);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position:right 10px center;
  margin-bottom:12px;
  background-color: #1D1C1C;
  box-shadow: 0px 0px 7px 8px #171616 inset;
  font-family:'Segoe UI', sans-serif;
  font-weight:100;
  color:    #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 40px;
  vertical-align: center;
  height: 160px;
  width: 70%;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.swalDropdown{
  -webkit-appearance:none;
  border: 0px solid rgb(0,0,0);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position:right 10px center;
  margin-bottom:12px;
  background-color: #1D1C1C;
  box-shadow: 0px 0px 7px 8px #171616 inset;
  font-family:'Segoe UI', sans-serif;
  font-weight:100;
  color:    #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 40px;
  vertical-align: center;
  height: 40px;
  width: 40%;
  background-image:url('../Images/Arrow.png');
background-position: right 10px center;

background-repeat: no-repeat;
}

.swalConfirmButton{
  vertical-align: center;
  border:0px solid #25739d; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:20px;font-family:'Segoe UI', sans-serif; padding: 0px 50px 0px 50px; font-weight:100; text-decoration:none; display:inline-block; color: #FFFFFF;
 background-color: #3fa7e0;
 box-shadow: 0px 0px 10px #30759b inset;
 height: 40px;
 width:250px;

 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden !important
}

.swalConfirmButton:hover:enabled{
 border:0px solid #30759b;
 background-color: #3fa7e0; background-image: -webkit-gradient(linear, left top, left bottom, from(#30759b), to(#30759b));
 background-image: -webkit-linear-gradient(top, #30759b, #3fa7e0);
 background-image: -moz-linear-gradient(top, #30759b, #3fa7e0);
 background-image: -ms-linear-gradient(top, #30759b, #3fa7e0);
 background-image: -o-linear-gradient(top, #30759b, #3fa7e0);
 background-image: linear-gradient(to bottom, #30759b, #3fa7e0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3fa7e0, endColorstr=#30759b);

 white-space: initial;
 overflow: unset !important;
 vertical-align: top;
 height: auto;
 min-height: 40px;
}
.swalTitle{
  color:white;
  font-family:'Segoe UI', sans-serif;

  font-weight:500;
}
.swalText{
  color:white;
  font-family:'Segoe UI', sans-serif;

  font-weight:100;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #FFFFFF;
  font-family:'Segoe UI', sans-serif;
  font-size: 200;
  font-weight:100;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #FFFFFF;
  font-family:'Segoe UI', sans-serif;
  font-weight:100;
  font-size: 200;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #FFFFFF;
 font-family:'Segoe UI', sans-serif;
 font-weight:100;
 font-size: 200;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #FFFFFF;
 font-family:'Segoe UI', sans-serif;
 font-weight:100;
 font-size: 200;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color:    #FFFFFF;
 font-family:'Segoe UI', sans-serif;
 font-size: 200;
 font-weight:100;
}
