﻿/* 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;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.toggle-filter{
    cursor: pointer;
}

/*th {
    height: 25px;
    color: white;
    background: #464F51;
    border-bottom: none !important;
}*/

/* 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;
    }
}

.menuCSS3 ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menuCSS3 a {
    display: block;
    padding: 2em;
    background-color: #F9B53C;
    text-decoration: none;
    color: #191C26;
}

    .menuCSS3 a:hover {
        background-color: #CC673B;
    }

.menuCSS3 ul li ul {
    display: none;
}

    .menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
        display: block;
    }



.btn {
    min-width:150px;
    border-radius:2px;
}

.bootstrap-datetimepicker-widget button {
    min-width: 10px !important;
    border-radius: 0px !important;
}



.noPadding{
    margin:0;
    padding:0;

}


.filter-item {
    margin-top: 16px;
}

.ag-cell .btn {
    width: initial !important;
    min-width: initial !important;
    border-radius: initial !important;
}

.ag-paging-panel {
    border-top:none !important;
    color: #4f4f4f !important;
    border-style: solid;
    border-color: #BDC3C7;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 0.5px;
    background: #f5f7f7;
}

.clickable{
    cursor: pointer;
}

.clickable:hover {
    cursor: pointer;
    overflow-x:scroll !important;
}

    .clickable .selected {
        color: orange;
    }

.date-item{
    text-align: center;
    color: dimgray;
    padding: 15px 7px;
    display:inline-block;
    min-width:100px;
}

    .date-item:hover {
        /*background-color: #31708f;*/
        /*color: #094173;*/
        border-radius: initial !important;
        font-size: 15px;
        font-weight: bold;
        color: #094173;
    }

/*.ag-header-cell-label {
    justify-content: center;
}*/


.eh-error-message {
    color: red;
    margin-bottom: 0px;
}

.eh-panel-container {
    padding: 10px;
    min-height: 120px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #f1f1f1;
    border-radius: 4px 4px 0 0;
}

.cell-wrap-text {
    white-space: normal;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.eh-vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.eh-separator-small-left {
    margin-left: 5px
}

.eh-separator-small-right {
    margin-right: 5px
}

.eh-separator-small-top {
    margin-top: 5px;
}

.eh-separator-medium {
    margin-top: 13px;
}

.eh-separator-medium-right {
    margin-right: 13px;
}

.eh-separator-medium-left {
    margin-left: 13px;
}

.eh-separator-large {
    margin-top: 40px;
}

.eh-separator-large-left {
    margin-left: 40px;
}

.eh-separator-large-right {
    margin-right: 40px;
}

.eh-separator-medium-bottom {
    margin-bottom: 13px !important;
}

.cover {
    width: 260px;
    object-fit: cover;
}

.eh-centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-cropper {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}


.eh-image-no-content {
    width: 100%;
    height: 123px;
    background: #eee; /* border: none; */
    border-style: dashed;
    border-color: #cccccc;
    border-width: 2px;
    background-image: url(~/assets/placeholders/add_image.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.eh-image-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.eh-pointer-control {
    cursor: pointer;
}

.eh-no-margin {
    margin: 0px;
}

.eh-container-form-parent > div {
    margin: 5px 0;
}

.header-table-eh {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #BDC3C7;
}


.lds-facebook div {
    background-color: #5a5a5a;
}

.separator-item-large {
    margin-top: 30px;
}

.separator-item-medium {
    margin-top: 15px;
}

.subtittle {
    color: orange;
    font-size: 18px;
}

.subtittle-small {
    color: black;
    font-size: 15px;
}

.header-table-eh {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #BDC3C7;
}

.enable_element {
    color: black;
}

.enable_element_title {
    color: orange;
}

.enable_element_level_2 {
    color: black;
}

.enable_element_title_level_2 {
    color: orange;
}

.disable_element {
    color: lightgray;
}

.disable_element_title {
    color: lightgray;
}

.disable_element_level_2 {
    color: lightgray;
}

.disable_element_title_level_2 {
    color: lightgray;
}

.eh-required-symbol {
    color: red;
}

.eh-required-symbol_level_2 {
    color: red;
}

.disable_element_danger {
    color: lightgray;
}

.disable_element_danger_level_2 {
    color: lightgray;
}

.error-table-border {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

.eh-label-count{
    font-size:20px
}

.eh-filter-icon {
    width: 20px;
    height: 20px;
}

.eh-title-medium{
    font-size:25px
}

.eh-subtitle-medium {
    font-size: 18px
}

.eh-table-container {
    min-height: 250px;
    background: whitesmoke;
    padding: 0px;
}

.eh-text-area{
    max-width:100%;
    min-height:150px;
}

.jstree-search {
    color: #1aabef !important;
    font-style:normal !important;
}

.eh-center-content-parent {
    Display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    overflow-y: auto;
}

.panel-waring {
    border-left-color: #fedf09;
    border-left-width: 4px;
}