.pane_layout .Normal ul li {
    list-style:none;
}
.pane_layout .Normal ul:not(.resp-tabs-list, .ais-Menu-list, .ais-Pagination-list) li::before {
    content: "\2022";
    display: inline-block;
    width: 1.25em;
    height: 1em;
    font-size: 1em;
    margin-left: -1.25em;
    color: #505050;
    font-family: monospace;
    font-weight: bold;
}

.pane_layout .Normal ul:not(.resp-tabs-list) li ul li::before {
    content: "\25CB";
}
.ms-modal-open #dnn_content
{
z-index: auto;  
}
#ui-datepicker-div{
z-index: 9!important;  
}

.colorpicker{
 z-index:999!important;
}

.Toolbar-Overlay{
color:#000!important;
}

.hyperlink-control {
  text-decoration: underline!important; /* Default state with underline */
  font-weight: normal!important; /* Default font weight */
}

.hyperlink-control:hover {
  text-decoration: none!important; /* Remove underline on hover */
  font-weight: bold!important; /* Make the font weight bold on hover */
}

.link-button {
text-decoration: underline!important;

}

.link-button:hover {
  text-decoration: none!important; /* Remove underline on hover */
  background-color: #E6E6E6!important;
}

.btn {
   word-wrap: break-word; /* Allows long words to break and wrap onto the next line */
  white-space: normal; /* Ensures text is wrapped within the element */
  overflow-wrap: break-word; /* Another way to ensure text breaks properly in newer browsers */
}

.btn-default {
    color: #333;
	background-color: #fff;
	border-color:#105368!important;
	border-radius: 50px!important;
	border-style: solid!important;
	border-width:2px!important;

}
.btn-yellow {
	color: #333;
	background-color: #FFD12C;
	border-color:#105368;
	border-radius: 50px;
	border-style: solid;
	border-width:2px;
}
.btn-yellow:hover{
background-color: #e6e6e6;

}









