.ride-panel-header {
  min-height: 80px;
  padding: 20px;
  font-size: 20px;

}

#driver-img{
  width:100px;height:100px;z-index:-1;
}

#call-icon{
  width:50px;
  margin-top:30px;
}

.cancel-btn{
  width: 17%;
  height: 40px;
  margin-top:20px;
  border-radius: 100px;
  background-color: #f7f7f7;
  border: solid 1px #595968;
  outline:none;
}
.driver-content{
  margin-top:14%
}

/*.img-circle{*/
  /*width:100%;height:100%;border:2px solid red;border-radius:200px;min-height:100px*/
/*}*/
.fare-label-holder{
  padding-top:2%
}
.cancel-reasons{
  width:55%;margin:auto;padding:2%
}

#rotator {

  height: 70px;
  width: 70px;
  border-radius: 70px;
  border: 2px solid #3d577e;
  margin: auto;
  margin-top: -25px;
  background: #3d577e;
  /*margin: 20px;*/
  /*width: 100px;*/
  /*height: 100px;*/

  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rotator {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  border: 2px solid #3d577e;
  margin: auto;
  margin-top: -35px;
  background: #3d577e
}

.rotator-inner-small {
  min-height: 14px;
  width: 14px;
  border-radius: 10px;
  border: 2px solid #3d577e;
  background: #ffffff;
  position: fixed;
  margin-left: 35px
}

.rotator-inner-big {
  min-height: 60px;
  width: 60px;
  border-radius: 60px;
  border: 2px solid white;
  background: #3d577e;
  margin: 3px;
}


@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.ride-eta {
  margin-top: -53px;
  z-index: 900;
  position: relative;
  color: #ffffff;

}

.surge-container {
  min-height: 300px;
  margin-top: 30px;
}

.fare-table {
  margin: 20px 5% 0 5%;
  border: 1px solid #979797;
  /*min-height: 100px;*/
  border-bottom: none;
}

.fare-table-cash {
  width: 50%;
  border-right: 1px solid #979797;
  display: inline-block;
  float: left;
  min-height: 100px;
  padding: 20px;
}

.fare-table-base {
  width: 50%;
  height: 100%;
  display: inline-block;
  padding: 20px;
  min-height:100px;
}

.fare-est-container {
  background: #f6f6f6;
  color: #4a90e2;
  /*padding: 5px 0 5px 0;*/
  border: 1px solid #979797;
  margin: 0 5% 0 5%;
  min-height: 50px
}

.fare-dest {
  width: 100%;
  margin: auto;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
  border-radius: 10px
}

#fare-dest-input {
  /*border: 1px solid grey;*/
  /*background: #ffffff;*/
  /*font-size: 15px;*/
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 0px;*/
  padding-left:20px;
  padding-right:10px;
  height:50px;
}

.rectangle-ride {
  margin-top: -3%;
  width: 40%;
  /*height: 687px;*/
  border-radius: 6px;
  background-color: #ffffff;
  /*box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);*/
  /*border: solid 1px #979797;*/
  max-width: 450px;
}


.engagement {
  margin-top: 5%;
  width: 40%;
  /*height: 687px;*/
  border-radius: 6px;
  background-color: #ffffff;

  border:1px solid #979797;padding: 0.4% 2%;
  /*box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);*/
  /*border: solid 1px #979797;*/
  max-width: 450px;

}

.clearable{
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  /*border: 1px solid #999;*/
  padding: 3px 18px 3px 10px;     /* Use the same right padding (18) in jQ! */
  /*border-radius: 3px;*/
  transition: background 0.4s;
}
.clearable.x  { background-position: right 10px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;}

.rectangle-182 {
  width: 55%;
  /*height: 687px;*/
  border-radius: 6px;
  background-color: #ffffff;
  /*box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);*/
  /*border: solid 1px #979797;*/
}

.driver-phone >img{
  width:40px;
}

.driver-phone{
  border-right:1px solid grey;padding-top:7%;min-height:150px;
}

.driver-content > p{
  text-align:left
}


@media only screen and (max-width: 800px) {


  .driver-phone{
    padding-top:7%;min-height:100px
  }


  .rotator-inner-big {
    min-height: 44px;
    width: 44px;
    border-radius: 60px;
    border: 2px solid white;
    background: #3d577e;
    margin: 1px;
  }

  .rotator-inner-small {
    min-height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #3d577e;
    background: #ffffff;
    position: fixed;
    margin-left: 24px;
  }

  .ride-eta {
    margin-top: -43px;
    z-index: 900;
    position: relative;
    color: #ffffff;
    font-size: 12px;
  }

  .ride-panel-header {
    min-height: 40px;
    padding: 10px;
    font-size: 16px;

  }

  #rotator {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 2px solid #3d577e;
    margin: auto;

    background: #3d577e;
    /* margin: 20px; */
    /* width: 100px; */
    /* height: 100px; */
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



  .surge-container {
    min-height: 200px;
    margin-top: 30px;
  }


  .fare-table-cash {
    width: 50%;
    border-right: 1px solid #979797;
    display: inline-block;
    float: left;
    min-height: 70px;
    padding: 10px;

  }

  .fare-table-base {
    width: 50%;
    /*height: 100%;*/
    display: inline-block;
    /*padding-top: 10px;*/
    min-height:70px;
    padding:3px;
  }



  .fare-table {
    margin: 10px 5% 0 5%;
    border: 1px solid #979797;
    min-height: 50px;
    border-bottom: none;
  }


  .fare-est-container {
    background: #f6f6f6;
    /*padding: 5px 0 5px 0;*/
    border: 1px solid #979797;
    margin: 0 5% 0 5%;
    min-height: 30px
  }

  #fare-dest-input {
    /*border: 1px solid grey;*/
    /*background: #ffffff;*/
    /*font-size: 15px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 0px;*/
    padding-left:10px;
    padding-top:10px;
    height:40px;
  }

  .fare-label-holder{
    padding:10px;
  }
  .rectangle-ride{
    margin-top:12%;
    width:90%;
    /*margin:0 2% 0 2%;*/
  }
  .engagement {
    margin-top: 13%;
    width: 98%;

    border-radius: 6px;
    background-color: #ffffff;
    border:1px solid #979797;padding: 2% 3%



  }


  /*.img-circle{*/
    /*margin:auto;*/
    /*width:50%;height:70%;border:2px solid red;border-radius:100px;min-height:150px*/

  /*}*/

  .cancel-reasons{
    width:85%;margin:auto;padding:2%
  }
  #call-icon{
    width:40px;
    margin-top:3px;
  }

  .driver-content{
    margin-top:2px;
  }
  .driver-content > p{
    text-align:left
  }
  .driver-phone {
    border-right: 0px solid grey;
    padding-top: 2%;
    min-height: 100px;
  }

  .cancel-btn{
    width: 40%;
  }

  #driver-img{
    width:70px;height:70px;z-index:-1;
  }

}


input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


label {
  display: inline;
}

.regular-checkbox {
  display: none !important;
}

.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
  background-color: #e9ecee  !important;;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 3px;
  color: #99a1a7;
}
