﻿.custom-input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid black;
    outline: none;
    box-shadow: none;
}

.vert-limiter{
   min-height:!important 400px;
}


.spoiler-content{
    display:none;
}

.clicked {
    display:block;
}

.vert-space{
    height:20px;
}

#calendar_lbl{
    height:40px;
    width:40px;
    background-image:url("/AdminPanelStatic/images/calendar.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:40px 40px;
    cursor:pointer;
}

.formatted{
    white-space:pre-wrap;
    font-family:monospace;
}
