/* fonts */
@font-face {
    font-family: 'play';
    src: url('../fonts/play/play-regular-webfont.eot');
    src: url('../fonts/play/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play/play-regular-webfont.woff2') format('woff2'),
         url('../fonts/play/play-regular-webfont.woff') format('woff'),
         url('../fonts/play/play-regular-webfont.ttf') format('truetype'),
         url('../fonts/play/play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/play/play-bold-webfont.eot');
    src: url('../fonts/play/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play/play-bold-webfont.woff2') format('woff2'),
         url('../fonts/play/play-bold-webfont.woff') format('woff'),
         url('../fonts/play/play-bold-webfont.ttf') format('truetype'),
         url('../fonts/play/play-bold-webfont.svg#playbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
	background: url('../images/background-4-pupr.png');
    background-attachment: fixed;
}


/* container */
.container {
    max-width: 800px;
}

.container-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}


/* header */
.topbar {
    background: #0d2d6c;
    color: #ffca00;
    font-family: 'Play', sans-serif;
    padding: 10px 0;
    border-bottom: 4px solid #bcc5cd;
}

.topbar a {
    color: #f09217;
    text-decoration: none;
}

header {
    background-color: #f8f9fa;
    border-bottom: 4px solid #bcc5cd;
}

header img {
    max-width: 100%;
}


/* footer */
footer {
    background: #0d2d6c;
    color: #E4ECFC;
    font-family: 'Play', sans-serif;
    padding: 10px 0;
    border-top: 3px solid #ffca00;
    min-height: 100px;
}

footer .copyright {
    color: #ffca00;
}


/* navbar */
.navbar {
    font-family: 'Play', sans-serif;
}


/* main-content */
.main-content {
    padding: 20px;
    min-height: calc(100vh - 200px);
	background: linear-gradient(115.16deg, #E4ECFC 56.03%, #7786D3 139.49%), linear-gradient(0deg, #4263BB, #4263BB);
    animation-duration: 1s;
}

@media (max-width: 575.98px) {
    .main-content {
        margin: 0 10px;
        width: auto;
    }
}

.main-content .page-title {
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/* report statistic */
.report-statistic {
    margin-top: 40px;   
    padding-top: 20px; 
    border-top: 1px solid #ccc;
}


/* form */
.alert-message {
	display:none;
}

.form .form-label {
    margin-bottom: 0.1rem !important;
}

.report-form .btn-send {
    font-family: 'Play', sans-serif;
    color: #ccc;
}


/* view */
.report-view tbody tr:first-child th {
	width:180px;
}

.link {
	cursor:pointer;
}

.link-media {
    display:block;
	margin-top:15px;
}

.modal-body div,
.modal-body img,
.modal-body video {
    width:100%;
}

.modal-body .btn-close {
    position:absolute;
    top:1.5rem;
    right:1.5rem;
}


/* overlay */
.overlay {
	background-color: rgba(0, 0, 0, .7);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	z-index:2000;
	display:none;
}

.overlay img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
}