
/**
 * MUI Textfield Component
 */
 .mui-textfield {
    display: block;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .mui-textfield > label {
    position: absolute;
    top: -15px;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .mui-textfield > textarea {
    padding-top: 5px;
  }
  
  /*
  .mui-textfield > input:focus ~ label,
  .mui-textfield > select:focus ~ label,
  .mui-textfield > textarea:focus ~ label {
    -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    color: #00ffaa;
  }*/
  
  .mui-textfield--float-label > label {
    position: absolute;
    -webkit-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    font-size: 15px;
    font-weight: 100;
    line-height: 15px;
    color: rgba(255, 255, 255);
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    overflow: hidden;
  }
  
  .mui-textfield--wrap-label {
    display: table;
    width: 100%;
    padding-top: 0px;
  }
  
  .mui-textfield--wrap-label:not(.mui-textfield--float-label) > label {
    display: table-header-group;
    position: static;
    white-space: normal;
    overflow-x: visible;
  }
  
  .mui-textfield > input,
  .mui-textfield > select,
  .mui-textfield > textarea {
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-color: transparent;
    color: #ffffff;
    border: none;
    border-bottom: 2px solid #00FFAA;
    outline: none;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    font-family: inherit;
    line-height: inherit;
    background-image: none;
    padding-bottom: 4px;
  }
  
  .mui-textfield > input:focus,
  .mui-textfield > select:focus,
  .mui-textfield > textarea:focus {
    border-color: #00ffaa;
    border-width: 2px;
  }
  
  .mui-textfield > input:disabled,
  .mui-textfield > input:-moz-read-only,
  .mui-textfield > select:disabled,
  .mui-textfield > select:-moz-read-only,
  .mui-textfield > textarea:disabled,
  .mui-textfield > textarea:-moz-read-only {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1;
  }
  
  .mui-textfield > input:disabled,
  .mui-textfield > input:read-only,
  .mui-textfield > select:disabled,
  .mui-textfield > select:read-only,
  .mui-textfield > textarea:disabled,
  .mui-textfield > textarea:read-only {
    cursor: not-allowed;
    background-color: transparent;
    opacity: 1;
  }
  
  .mui-textfield > input::-webkit-input-placeholder,
  .mui-textfield > textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
  }
  
  .mui-textfield > input:-ms-input-placeholder,
  .mui-textfield > textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
  }
  
  .mui-textfield > input::-ms-input-placeholder,
  .mui-textfield > textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
  }
  
  .mui-textfield > input::placeholder,
  .mui-textfield > textarea::placeholder {
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
  }
  
  .mui-textfield > input {
    height: 32px;
  }
  
  .mui-textfield > input:focus {
  /*  height: calc(32px + 1px);
    margin-bottom: -1px;*/
  }
  
  .mui-textfield > textarea {
    min-height: 64px;
  }
  
  .mui-textfield > textarea[rows]:not([rows="2"]):focus {
    margin-bottom: -1px;
  }
  
  .mui-textfield > input:focus {
  /*  height: calc(32px + 1px);
    margin-bottom: -1px;*/
  }

  .mui-textfield--float-label > label.floatlabel{
    color: rgb(0, 255, 170);
}
.floatlabel{
    color: rgb(0, 255, 170);
    cursor: auto;
    top:-15px;
    text-decoration-color: rgba(98, 0, 238, 0.87);
    -webkit-transform: translateY(-70%) scale(.75);
    -ms-transform: translateY(-70%) scale(.75);
    transform: translateY(-70%) scale(.75);
    /*transition: all 1s;*/
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
}

.select-row .mui-textfield--float-label label.dlabels{
    top:0px!important;
}

.mui-textfield--float-label > label.floatlabel{
    color: rgb(0, 255, 170);
}
.floatlabel{
    top: -14px!important;
      color: #00ffaa;
      font-size:12px!important;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.select-row .mui-textfield--float-label label.dlabels{
    top:0px!important;
}

        .select-row .mui-textfield--float-label label.dlabels{
    top:0px!important;
}
.ui.scrolling.dropdown.selection {
    padding: 0px 0px !important;
}
.vertical-div{
    padding: 0px!important;
    padding-bottom: 0px!important;
    margin: 0px;
}

div.form-group.mobidrop.vertical-div{
    padding-bottom: 0px!important;
}

.mui-textfield.mui-textfield--float-label.trafficblock,.mui-textfield.mui-textfield--float-label.verticalblock{
    width: 370px;
    /*overflow: hidden;*/
    border-bottom: 2px solid rgb(0, 255, 170);
}

.mui-textfield--float-label > label.floatlabel{
    color: rgb(0, 255, 170);
}
.floatlabel{
    color: rgb(0, 255, 170);
    cursor: auto;
    top:-15px;
    text-decoration-color: rgba(98, 0, 238, 0.87);
    -webkit-transform: translateY(-70%) scale(.75);
    -ms-transform: translateY(-70%) scale(.75);
    transform: translateY(-70%) scale(.75);
    /*transition: all 1s;*/
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
}
.dlabel{
    color: rgba(0, 0, 0, 0.6);
    text-decoration-color: rgba(0, 0, 0, 0.6);
    top: 0px!important;
}

label.error {
    font-size: 12px;
    color: #F44336;
    top: 35px;
}

.mui-textfield--float-label > label.floatlabel{
    color: rgb(0, 255, 170);
}
.floatlabel{
    color: rgb(0, 255, 170);
    cursor: auto;
    top:-15px;
    text-decoration-color: rgba(98, 0, 238, 0.87);
    -webkit-transform: translateY(-70%) scale(.75);
    -ms-transform: translateY(-70%) scale(.75);
    transform: translateY(-70%) scale(.75);
    /*transition: all 1s;*/
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
}

.mui-textfield--float-label > label.floatlabel{
    color: rgb(0, 255, 170);
}
.floatlabel{
    top: -14px!important;
      color: #00ffaa;
      font-size:12px!important;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.floatlabelsel{
    color:#00FFAA!important;
    top: 0px!important;
      color: #00ffaa;
      font-size:12px!important;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}