@charset "utf-8";
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        color: #424242;
        background: #DDD;
    }
}
input:focus {
    border: none !important;
    box-shadow: none !important;
}
.trans-250 {
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
	-ms-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
}
.mainmodule{
    display: none;
}
tbody > tr {
    cursor: pointer;
}
tbody > tr:hover {
    background: #AAA !important;
}
tr.selected {
    background: #2196f3 !important;
    color: #FFF;
}
input, textarea {
    border-bottom-color: #eeeeee !important;
    color: #616161 !important;
    background: #DDD !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-top: 9px !important;
    height: 36px !important;
    padding-left: 15px !important;
    width: calc(100% - 15px) !important;
}
input:focusm, textarea:focus{
    border-bottom: 1px solid transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.input-field > label {
    transform: translateY(15px) translateX(15px) !important;
	color: #333 !important;
}
.input-field > label.active {
    transform: translateY(-10px) translateX(15px) !important;
	color: #333 !important;
    font-size: 12px;
}
input:focus + label, textarea:focus + label {
    color: #AAA !important;
}
.btwidth-100 > button {
	width: 100%;
}
.sprblack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2100;
    background: rgba(0,0,0,0.3);
    display: none;
}
.srtxcx .indicator {
    background: #3F51B5;
}
.srtxcx .tab a.active:focus {
    background: transparent;
}
.uwqudssddws {
    position: fixed;
    z-index: 2000;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -35px;
}
.uwqudssddws > .card-content {
    padding: 10px;
}
.spinner-grey, .spinner-grey-only {
  border-color: #616161;
}
.percent {
    position: absolute;
    font-size: 16px;
    margin: 13px 0 0 0;
    width: 50px;
    text-align: center;
}