@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');





@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
 
    
}
@media (max-width: 768px) {
 
    .padding-mobile{
        padding: 0;
    }
#color-calendar{
    margin-right: 15px;
    margin-left: 15px;
}
.event-card{
    margin-right: 30px;
    margin-left: 30px;
}
.events-title{
    margin-right: 25px;
    margin-left: 25px;
    font-size: 22px;
}
}
.color-m {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-color: yellow;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.important-event{
    background: #ff5b5b !important;
}
table {

}

.pointer {
    cursor: pointer
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: 12px;
    margin-top: 2px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.DragDrop-container {
    display: flex;
    justify-content: space-around;
}

.DragDrop-status {
    display: flex;
    flex-direction: column;
    width: 312px;
}

.DragDrop-status ul {
    flex: 1;
}

.dropzone {
    padding: 15px 30px;
    /*border: 1px dashed #75868a;*/
    list-style: none;
}

.spinEditInput {
    text-align: right;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 10px;
    padding: 5px 5px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    text-align: center;
}

.draggable:active {
    cursor: grabbing;
}

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

.last-updated small {
    text-transform: uppercase;
    color: #c4cbd4;
    font-size: 11px;
}

.table td, .table th {
    padding: 0.3rem;
}

.deleteIconHover:hover {
    color: red;
}

.deleteIconHover {
    color: gray;
}

.hide-master-detail-grid-detail-toggle td:first-child button {
    display: none;
}

/*Event Details View Style*/
.event-info-box {
    margin: 15px 0;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 5px;
}

.event-info-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadb;
}

.event-info-box- p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.event-main-image {
    width: 100%;
    height: auto
}

.event-card-body{
 
    border-radius: 0;
    text-align: start;
}

.event-card-button {
    background-color: #061425;
    border-color: #fff;
}

