﻿html {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
}

@media (min-width: 576px) { /* sm breakpoint */
    html {
        font-size: 0.8rem;
    }
    .p-sm-0{
        padding: 0 !important;
    }
}

@media (min-width: 768px) { /* md breakpoint */
    html {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) { /* lg breakpoint */
    html {
        font-size: 1.4rem;
    }
}


/* 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;
    }
}

body {
    background-color: #f6f6f6;
    padding: 0px;
}
.readonly {
    background-color: #d4d4d4 !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    height: 20em;
}

label{
    font-weight: bold!important;
}

.default-label{
    font-size: 0.9em !important;
}

.box{
    padding: 0px !important;
}

.box-section{
    margin: 0px !important;
    padding: 1em 2em;
}

@media(max-width: 768px){
    .box-section{
        margin: 0px !important;
        padding: 1em 0.5em;
    }
}

.box-section-header{
    display:flex;
    justify-content: space-between;
    align-content: center;
    margin: 0.4em 0em;
}

.btn-square{
    border-radius: 5px;
    border: solid 1px #2a2a2a;
}

.bg-blue {
    background-color: #D9EDF6;
}

.bg-darkblue {
    background-color: #4F90C0;
}

.bg-darkblue *{
    color: #FFFFFF;
}

.bg-darkblue input{
    color: #2a2a2a;
}

.default-input{
    background-color: white !important;
}

input[type="file"].default-input{
    padding:0px;
}

input[type="file"]::file-selector-button { /* the button to select file */
    background-image: linear-gradient(#76BB40, #5a8226);
    background-color: #5a8226;
    margin: 0;
    margin-right: 0.5em;
    padding: 0rem 0.5rem 0rem 0.5rem;
    border: 0;
    border-color: #000000;
    border-right-width: 1px;
    box-shadow: none;
    border-style: solid;
    height: 100%;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
    white-space: nowrap;
}

    input[type="file"]::file-selector-button:hover {
        background: #5a8226 !important;
        border-color: none;
        cursor: pointer;
    }

    input[type="file"]::file-selector-button:active {
        background-color: #ffffff;
    }

input[type="file" i] { /* the name of the selected file */
    width: 100%;
}

.image_input_container {
    background-color: #ffffff;
    display: flex;
    margin: 0.5rem;
    padding: 0;
    border: 0;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    max-width: 100%;
    color: rgb(0, 0, 0);
}

.box-gray {
    background-color: #E7E8EB;
}

.box{
    border: 1px solid #2a2a2a !important;
}

.table-bordered{
    border: 1px solid #2a2a2a!important;
}

.btn-icon {
    background: none;
    border: solid 1px #00000000;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    color: #2a2a2a;
    font-size: 1.3em;
}

    .btn-icon:hover {
        border: solid 1px #2a2a2a;
        box-shadow: -1px 2px 5px #c1c1c1;
        color: #2a2a2a;
    }


.ui-datepicker-trigger{
    position:absolute;
    right: 1.4em;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #2a2a2a;

}

    .ui-datepicker-trigger img {
        width: 1.5em;
        height: 1.03em;
    }

.text-info{
    color: gray !important;
}
