﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font: "";
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.container-modal .ajax__html_editor_extender_container {
    width: 100% !important; /*important is really important at here*/
}

.modal-dialog-transform {
    transform: translate(0, 0px) !important;
}

.modal-max-height {
    height: 700px !important;
    max-height: 720px;
}

.overflow-y {
    overflow-y: auto;
}

.ajax__html_editor_extender_texteditor {
    max-height: 250px !important;
}

.MainContent_htmlEditor_ExtenderContentEditable {
    max-height: 350px !important;
    overflow-y: auto;
}

.footer-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.inputbtn {
    margin: 10px 1px;
    padding: 11px 30px;
    cursor: pointer;
    position: relative;
    border: none;
    font-weight: 500;
    font-size: 1em;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    color: var(--white);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    z-index: 1;
    color: white !important;
    background: linear-gradient(135deg, #28a428 10%, #478078 80%);
}

    .inputbtn:hover {
        opacity:.7;
    }

.compose-modal {
    height: 660px;
}

.padding-10 {
    padding: 10px !important;
}