.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

html.aui-dialog-iframe-root-node {
	overflow:hidden;
}



.tip-buttons .aui-field-choice .aui-field-content {
    margin-bottom: 1em;
    overflow: hidden;
}
 
.tip-buttons input.aui-button-input {
    width: 7em;
    margin-right: 1em;
}



.tip-of-the-day-portlet .fieldset  {
    margin-top: 20px;
    margin-bottom: 20px;
}

/***** Nav item checkbox CSS rules *****/

.aui input.tof-checkbox {
	vertical-align: top;
}

.tof-checkbox-a {
	overflow: auto;
	clear:both;
}

/***** Custon Dockbar CSS rules *****/
.aui .dockbar .nav li.dropdown .taglib-tip-of-the-day-help.dropdown-menu.tip-of-the-day-menu{
	left: 0;
	right: 0;
	min-width: 15vw;
}

.aui .dockbar .nav li.dropdown.user-avatar .dropdown-menu {
    left: auto;
    right: 5px;
}
/***** End Custon Dockbar CSS rules *****/



span.fa.fa-bullhorn.pm-annoucements {
    background-color: white;
    color: black;
    padding: 0.2vw;
    border-radius: 100%;
    bottom: 0.1vw;
    position: relative;
}

li.tip-of-the-day-menu a .nav-item-label {
    font-family: Lato, 'sans-serif';
    font-size: 0.8vw;
    line-height: 20px;
    color: #333;
}

/* li.tip-of-the-day-menu a:hover {
    background-color: #fec465 !important;
    background-image: none !important;
} */

li.nav-item-label a .pull-left {
    font-family: Lato, 'sans-serif';
    font-size: 0.8vw;
    line-height: 20px;
    color: #333;
}

/* li.nav-item-label a:hover {
    background-color: #fec465 !important;
    background-image: none !important;
    color: #333 !important;
} */

input.pull-right:checked:before{
    background-color: #fec465 !important;
    height: 14px; 
    width: 14px !important; 
    position: relative;
    padding-left: 0.25vw;
    bottom: 1px;
    content: "\2713";
    color: #fff !important;
    display: block;
    border-radius: 2px !important;
    right: 0.08vw !important;
    font-size: 8px;
    padding-top: 0.08vw;
}

input.pull-right{
    box-sizing: border-box;
    height: 14px;
    width: 14px !important;
    border: 1px solid #fec465 !important;
    border-radius: 2px;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    position: absolute;
    margin-left: 0.5vw !important;
}

.tip-of-the-day-portlet .fieldset .control-group select {
    width: 100% !important;
    height: 25vh !important;
}