span.invalid-text
{
	color: #F44336;
    margin-top: -15px;
    display: block;
    font-size: 12px;
}
.input-field label 
{
	font-family: 'Roboto';
	font-weight: 300;
	left: 0;
    font-size: 12px;
}
.dropdown-content li>a, 
.dropdown-content li>span
{
	color:#000;
}
.input-field input[type=text]:focus + label,
.input-field input[type=password]:focus + label  
{
   	color: #674172;
}
.input-field input[type=text]:focus,
.input-field input[type=password]:focus,
.select-wrapper input.select-dropdown:focus,
.input-field input.valid
{
	border-bottom: 1px solid #674172;
	box-shadow: 0 1px 0 0 #674172;
	font-size: 14px;
    font-weight: 300;
}

div.select-wrapper input.select-dropdown,
.dropdown-content li>a, 
.dropdown-content li>span,
input[type=text],
input[type=password]
{
	font-size: 14px;
    font-weight: 300;
     width: 100%;
}
.frm-buttons
{
	margin-top: 40px;
}
.caret
{
    margin-left: -10px; 
    width: auto;
    margin-left: 0px;
   	border-top: 0px dashed; 
    border-right: 0px solid transparent;
    border-left: 0px solid transparent; 
}
.select-wrapper
{
	padding-bottom: 1px;
}
[type="checkbox"]:checked+label:before 
{
    border-right: 2px solid #674172;
    border-bottom: 2px solid #674172;
}
div.modal-content
{
    position: relative;
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-clip: border-box;
    outline: 0;
    max-height: 50%;
}
.btn, .btn-large, .btn:hover
{
    background-color: #674172;
    color:#FFF;
}
.btn-action
{
    line-height: 12px;
    font-size: 10px;
    padding: 0;
    font-weight: 300;
    height: auto;
    padding: 6px 10px;
    margin-right: 8px;
}
.btn-action:hover
{
    text-decoration: none;
}


[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #674172;
    z-index: 0;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #674172;
}

span.badge 
{
    min-width: 1rem;
    background-color: #674172 !important;
}
span.badge.new:after 
{
    content: "";
}


.btnDelete
{
    background-color: red;
    justify-self: flex-end;

}

.btnDownload
{
    background-color: #1b7e5a;
}
.delete-download
{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;

    text-transform: lowercase;
}