﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

main { min-height: 700px;}

.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
}

label { margin: 0;}

h5 {
	/*border: 1px dashed rgba(0, 0, 0, 0.125);
	border-top: 1px dashed rgba(0, 0, 0, 0.125);*/
	padding: 1em 0 1em 0;
	background-color: rgba(0, 0, 0, 0.03);
	/*padding-left: 10px;*/
	border-radius: 0.25rem;
	padding: 0.75rem 1rem;
}

/*Info Icon*/
span.oi.oi-info.form-group {
	cursor: pointer;
	padding: 0 10px;
	border: 1px solid #ebebeb;
	-ms-border-radius: 30px;
	border-radius: 30px;
	line-height: 29px;
	background-color: #f7f7f7;
}

/*For Error*/
span.field-validation-error {
	color: crimson;
	font-size: 80%;
}
.validation-summary-errors {
	color: crimson;
	font-size: 80%;
	width: 100%;
}

/*button#btnAddDREM {
	margin-top: 23px;
}*/

.checkEmail {
	margin-top: 23px;
}
.allCaps {
	text-transform: uppercase;
}

/*Edit button purple color*/
/*MA-106 content 22/03/2019*/
.btnbg {
    background: #a7288a !important;
    color: #fff;
}

    .btnbg:hover {
        color: #fff;
        background-color: #94277a !important;
    }
/*MA-106 content 22/03/2019*/


div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    overflow: auto;
    padding-top: 0;
}

div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
}

#DownloadSalesReportExcel, #DownloadSalesReportPDF {
    background-position-x: 0.25em;
    background-position-y: 0.25em;
    background-repeat: no-repeat;
    background-size: 2.5em auto;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 1em;
    padding: 1.5em 1.5em;
    border-radius: 0;
    cursor: pointer;
    background-color: #7a7f82;
    color: #fff;
    transition: background .3s;
}

#DownloadSalesReportExcel {
    background-image: url(../images/icon-excel.png);
}

#DownloadSalesReportPDF {
    background-image: url(../images/icon-pdf.png);
}

.dt-buttons .buttonpdf, .dt-buttons .buttonexcel {
    background: none;
    border: none;
}
@media (min-width: 768px) {
    .modal-extralarge {
        width: 90%;
        max-width: 1200px;
    }
}

.required {
    color: crimson;
    font-size: .9em;
    padding-right: .3em;
    /*/*vertical-align: bottom;*/
}