html,
body {
    height: 100% !important;
}

dl {
    margin-bottom: 0 !important;
}
.material-icons{}
.htm5dropfile{
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
    cursor: pointer;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
    vertical-align: middle;
}
.htm5dropfile p{
    padding-top: 5px;
}
.htm5dropfilehover{
    border: 3px dashed cornflowerblue;
    padding: 5px;
    text-align: center;
    color: royalblue;
    height: 115px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.htm5dropedfile{
    border: 3px solid white;
    padding: 5px;
    text-align: center;
    height: 115px;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4), inset -1px -1px 3px rgba(0,0,0,0.4);
}

.box-menu{
    position: relative;
}

.box-menu-content{
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4), -1px -1px 3px rgba(0,0,0,0.4);
    border-radius: 10px;
}

.box-shadow{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.text-shadow{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.optionElement{
    border: 1px dotted rgba(0,0,0,0);
    padding: 5px;
    font-size: 12px;
}
.optionElement:hover{
    border: 1px solid rgba(0,0,0,0);
    color: darkblue;
    cursor: pointer;
    border-radius: 15px;

}

.card-header{
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    padding-left: 18px !important;
    padding-right: 0 !important;
}

.card-header h5{
    cursor: pointer;
}

#div1 {
    /*width: 350px;*/
    /*height: 70px;*/
    /*padding: 10px;*/
    /*border: 1px solid #aaaaaa;*/
}
.card{
    box-shadow: 0 0 4px 1px rgba(150, 150, 150, 0.2);
}
.breadcrumb{
    box-shadow: 0 2px 2px 1px rgba(150, 150, 150, 0.4);
}

.text-shadow-white{
    text-shadow: 2px 2px 4px rgba(250, 250, 250, 0.8), -2px -2px 4px rgba(250, 250, 250, 0.8);
}
.text-shadow-white:hover{
    text-shadow: none;
}

.cke_top {
	position: sticky;
	top: 0;
} 

.cke_notifications_area {
	display: none !important;
}