/* Default CSS Stylesheet for a new Web Application project */
@font-face {
    font-family: "MinionPro";
    src: url("fonts/Minion Pro Regular.ttf");
}

a:link	{	
	text-decoration: none;
	color: #3333cc;
	}	
		
a:visited	{	
	text-decoration: none;
	color: #333399;
	}	
		
a:active	{	
	text-decoration: none;
	color: #333399;
	}	
		
a:hover	{	
	text-decoration: underline;
	color: #3333cc;
	}

big {
    font-size: 1.17em;
}

blockquote, pre {
    font-family: MinionPro;
}

body {
    margin: 0;
    font-family: 'Minion Pro';
    color: #25285b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MontserratBold';
}

h2 {
    font-size: 20px;
}

input, select {
    height: 25px;
    border-radius: 2px;
    border: 1px inset #DCDCDC;
}

ol li {
    list-style-type: decimal;
}

ol ol li {
    list-style-type: lower-alpha;
}

ol ol ol li {
    list-style-type: lower-roman;
}

small {
    font-size: .7em;
}

ul li {
    list-style-type: square;
}

ul li li {
    list-style-type: disc;
}

ul li li li {
    list-style-type: circle;
}

.closed {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
}

.closed .closed-text {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(#161439, #25285b, #2c2f6d, #343a7f, #373e86, #373e86, #373e86, #373e86, #373e86, #343a7f, #2c2f6d, #25285b, #161439);
    border: 3px solid #dabd71;
    padding: 50px;
}

.closed .closed-text p {
    color: white;
    font-size: 25px;
    text-align: center;
}

.ec-responsive-data-table caption {
    font-size: 1.75rem;
    caption-side: top;
    font-weight: bold;
    color: #25285b;
}

.ec-responsive-data-table tbody {
    background-color: white;
    border: 2px solid #a6a4a8;
}

.ec-responsive-data-table tbody td {
    text-align: center;
}

.ec-responsive-data-table tbody th, .ec-responsive-data-table tbody td {
    vertical-align: middle;
}

.ec-responsive-data-table thead {
    border: 2px solid #25285b;
    color: white;
}

.ec-responsive-data-table thead th {
    vertical-align: middle;
    text-align: center;
    background-color: #343a7f;
}

.ec-responsive-data-table.table-total-bottom tbody th {
    background-color: #a38133;
}

.ec-responsive-data-table.table-total-bottom tbody tr:last-child {
    background-color: #bfbec1;
    font-weight: bold;
}

.ec-responsive-data-table.table-total-bottom tbody tr:last-child th {
    background-color: #bfbec1;
    font-weight: bold;
}

.ec-responsive-data-table.table-total-side tbody th {
    background-color: #a38133;
}

.ec-responsive-data-table.table-total-side tbody td:last-child {
    background-color: #bfbec1;
    font-weight: bold;
}

.error-message {
    color: red;
    font-weight: bold;
    display: none;
}

.fields, .form-text {
    padding: 0px 20px;
}

.form {
    margin-bottom: 50px;
}

.form-body {
    width: 100%;
    max-width: 992px;
    margin: auto auto 50px auto;
}

.form-fields {
    margin-bottom: 15px;
}

.form-fields .form-input {
    display: block;
    width: 100%;
}

.form-fields .form-input input{
    width: 100%;
}

.form-fields .form-input.textarea input{
    width: 100%;
}

.form-fields .form-label {
    display: block;
    width: 100%;
}

.form-fields.file .form-label {
    vertical-align: top;
}

.form-fields.radio {
}

.form-fields.radio .form-label {
    vertical-align: top;
}

.form-fields.radio .form-input label {
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}

.form-image {
    margin: auto;
    width: 100%;
    max-width: 200px;
}

.form-image img {
    width: 100%;
}

.form-submit-btn {
    text-align: center;
}

.form-submit-btn input {
    height: auto;
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    background-color: #007bff;
    border-color: #007bff;
    border: 1px solid transparent;
    color: white;
}

.form-submit-btn input:hover, .form-submit-btn input:active {
    background-color: #0063cc;
    border-color: #0063cc;
    border: 2px outset #0063cc;
}

.heading-div {
    background-color: #25285b;
    padding: 5px;
    margin-bottom: 25px;
}

.heading-div h2 {
    text-align: center;
    color: white;
}

.image-header {
    width: 100%;
    height: auto;
}

.image-header img {
    width: 100%;
    height: auto;
}

.phone-tooltip-text {
    display: none;
    position: absolute;
    z-index: 100000;
    margin-left: 10px;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
}

.required-style {
    color: red;
    margin-right: 5px;
    font-weight: bold;
}

.required-style::before {
   content: '*';
}

.required-text {
    color: red;
    font-weight: bold;
}

.section-style {
    background-color: #f2f2f3;
    padding: 20px 50px;
    margin-bottom: 30px;
}

.table-responsive {
    margin-bottom: 40px;
}

.table-section-title {
    background-color: #3f3e40;
    border: 3px solid #dabd71;
    padding: 30px;
    color: white;
    text-align: center;
}

.title {
    text-align: center;
    color: white;
    font-size: 25px;
}

.title-div {
    background-color: #a68331;
    padding: 10px;
}

.tooltip {
    background-color: #3f3e40;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 7px 0px 7px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px ridge grey;
}

.tooltip:hover {
    opacity: 0.4;
    cursor: help;
}

.two-column-table th, .two-column-table td {
    width: 400px;
}

.three-column-table th, .three-column-table td {
    width: 350px;
}

.four-column-table th, .four-column-table td {
    width: 300px;
}

.five-column-table th, .five-column-table td {
    width: 200px;
}

.six-column-table th, .six-column-table td {
    width: 150px;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 24px;
    }

    .form-fields .form-input {
        display: inline-block;
        width: 60%;
    }

    .form-fields .form-input input, .form-fields .form-input select {
        width: 40%;
    }

    .form-fields .form-input.textarea input {
        width: 100%;
    }

    .form-fields .form-label {
        display: inline-block;
        width: 20%;
    }

    .title {
        text-align: center;
        color: white;
        font-size: 32px;
    }
}