﻿.inputContainer {
  position: relative;
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.NewInput {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 49px !important;
    width: 100% !important;
    border: 1px solid #D9D3CF !important;
    border-radius: 8px !important;
    font-size: 16px;
    padding: 2px 16px !important;
    padding-top: 10px !important;
    outline: none;
    background: none;
    z-index: 1;
    color: rgba(42, 51, 61, 1);
}
.labelNewInput {
    position: absolute;
    top: 13px;
    left: 15px;
    padding: 0 4px;
    background-color: white;
    color: rgba(82, 103, 123, 1);
    font-size: 16px;
    transition: 0.5s;
    z-index: 0;
}
.NewInput::placeholder {
  color: transparent;
}
.submitBtn {
  display: block;
  margin-left: auto;
  padding: 15px 30px;
  border: none;
  background-color: purple;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
}
.submitBtn:hover {
  background-color: #9867C5;
  transform: translateY(-2px);
}
.NewInput:focus + .labelNewInput {
  top: -7px;
  left: 13px;
  z-index: 10;
  font-size: 14px;
  /*font-weight: 700;*/
  /*color: #231D19;*/
}
.NewInput:not(:placeholder-shown)+ .labelNewInput {
  top: -7px;
  left: 13px;
  z-index: 10;
  font-size: 14px;
}
.NewInput:focus {
    border: 1px solid rgba(41, 94, 255, 1) !important;
}
.newStyleForm input[type="text"]:disabled {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 49px;
    width: 100%;
    border: 1px solid #89837F;
    border-radius: 4px;
    font-size: 16px;
    padding: 2px 16px;
    outline: none;
    background: none;
    z-index: 1;
    color: #89837F;
}
.newStyleForm input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.newStyleForm input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.newStyleForm input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.newStyleForm input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}
.newStyleForm input:disabled:not(:placeholder-shown) + .labelNewInput {
    top: -7px;
    left: 26px;
    z-index: 10;
    font-size: 14px;
    /*font-weight: 600;*/
    margin-left: -13px;
    color: #89837F;
}
.newStyleForm input[type="text"]:disabled .labelNewInput {
    color: #89837F !important;
}
.newStyleForm select {
    /*background-image: url("../images/arrowDrop.png") !important;
    background-image: url(../images/arrowDrop.png) !important;*/
    background-repeat: no-repeat, repeat !important;
    background-position: right 0.7em top 50%, 0 0 !important;
    background-size: 1em auto, 100% !important;
    /*width: 110% !important;*/
}
.newStyleForm select:disabled {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 49px;
    width: 110%;
    border: 1px solid #D9D3CF;
    border-radius: 4px;
    font-size: 16px;
    padding: 2px 16px;
    outline: none;
    background: none;
    z-index: 1;
    color: #D9D3CF;
}
.newStyleForm select:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
.newStyleForm select:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.newStyleForm select:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
.newStyleForm select:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}
.newStyleForm select:disabled:not(:placeholder-shown) + .labelNewInput {
    top: -7px;
    left: 26px;
    z-index: 10;
    font-size: 14px;
    /*font-weight: 600;*/
    margin-left: -13px;
    color: #D9D3CF;
}
.NewDrop {   
    /*color:#89837F;*/
    height: 55px;
}
.NewDrop option {
    height:20px;
    /*color:#56504C;*/
}
.ValidateError {
    position: relative;
    top: 55px;    
    left: 22px;
    color:#B71C1C;
    display: none;
}
.InputErrorColor {
    border-color:#B71C1C;
}
.imgerror {
    /*border-color: #28a745;*/
    padding-right: calc(1.5em + 0.75rem);
   background-image:url(../image/ErrorInput.png);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    /*background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
    background-size: 30px;
}
.newStyleForm .btnSecundary {
    width: 100%;
    margin-top: 4px;
}
.newStyleForm .boton {
    width: 100%;
    margin-top: 4px;
}
.fileNewInput {
    z-index: 1;
    position: relative;
    width: 90%;
    color: transparent;
    height: 44px;
    opacity: 0;
}
.imgFile {
    background-image: url(../images/ic_clip.png);
    background-repeat: no-repeat;
    background-position: right 0.8em top 50%, 0 0;
    background-size: 14px;
}