﻿.licenseGenerateInputError{
	display: none;
    margin-top: 5px;
}	

.licenseGenerateInputErrorShow {
	color: red;
	margin-top: 5px;
}

.licenseGenerateInputDaysError {
    margin-top: 5px;
    font-size: 1rem;
}

.ShowError {
    color: red;
}

input.invalid, select.invalid {
    border: 2px solid red!important;
}

input.valid, select.valid {
	border: 2px solid green;
}

.generateLicenseStyle {
     font-family: 'Raleway', sans-serif;
}

form#generateLicenseForm label{
    font-weight: normal!important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.toast-top-center {
    top: 40%!important;
}

.toast-title {
    margin-top: 2%;
}

.toast-message {
    margin-left: 5%;
}

#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 450px!important;
    height: 103px;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
}

body #toast-container > .toast-success {
    background-image: none !important;
    background-color: #e8ffe8;
    color: black
}

#toast-container.toast-top-center .toast.toast-error .toast-message {
    margin-top: 7%;
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1em;
    color: green;
    padding-right: 0.5em;
    margin-right: 0.5em;
    margin-top: 3%;
}
#toast-container > .toast-success:before {
    content: "\f058";
}

.form-control::placeholder {
    opacity: 0.4;
}

.form-control::-ms-input-placeholder {
    opacity: 0.4;
}

:-ms-input-placeholder.form-control {
    opacity: 0.4;
}

#licenseModalBody #licenseModal-productSelect {
    display: inline-block;
    width: 40%;
    margin-left: 10px;
    padding-top: 5px;
}

#licenseModalBody hr#divider {
    margin-bottom:0px;
    margin-top: 5px;
}

#licenseModalBody #searchDiv{
    padding: 0px 15px;
}