﻿/* 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;
    }
}

.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 */
}


/* Customized CAPA CSS */
.capa-action-header {
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.capa-action-content {
    display: block;
    /*background-color: #f5f5f5;*/
    background-color:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.capa-required label:after {
    content: " *";
    color: red;
}




.capa-imgbtn-container {
    position: relative;
}

.capa-imgbtn {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.capa-imgbtn-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.capa-imgbtn-container:hover .capa-imgbtn {
    opacity: 0.3;
}

.capa-imgbtn-container:hover .capa-imgbtn-middle {
    opacity: 1;
}

.capa-imgbtn-text {
    background-color: #3B60A6;
    border-radius:100px;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-align:center;
}

.capa-imgbtn-add:hover {
    transform: scale(1.1);
}



/* File Uploader CSS */
.widget-container {
    margin-right: 320px;
}

.content h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.content {
    margin-top: 50px;
    margin-left: 10px;
}

.selected-item {
    margin-bottom: 20px;
}

#selected-files {
    display: none;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}


/*Tag Helper Class*/
.NotAutorized{
    display:none;
}

.NotCreator {
    display:none;
}

.formClass
{
    border-collapse: separate; border-spacing: 5px;
    margin-bottom: 10px;
}

.formClass td
{
    vertical-align:top;
}

.subtitle
{
    padding: 10px;
    font-weight: bold;
}