/* Version 1.2 
*  Released: 9/25/08
*/

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, a, abbr, 
acronym, address, big, cite, code, del,
dfn, em, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, 
dt, dd, fieldset, form, label, legend,
caption, .radmenu .item {
    margin: 0;
    padding: 0;
    /* added to global css file 4/27/17 by ACash */
	outline: none
    
}
/* added to global css file 4/27/17 by ACash */
ul, ul li, ul li a {outline:none}

/* adds a bottom margin to some block level elements */
ul, ol, dl, p {margin-bottom:1em;}

/* adds some padding to list items */
li {margin-left:15px;}

/* Classes for adding padding */
.pad5   {padding:5px;}
.pad10  {padding:10px;}
.pad15  {padding:15px;}

/* Classes for floating elements */
.floatLeft {float:left}
.floatRight {float:right}

/* Classes for clearing floated elements */
.clearLeft      {clear:left;}
.clearRight     {clear:right;}
.clearBoth      {clear:both;}

/* generic font sizes */
.largerfont {font-size:larger}
.smallerfont    {font-size:smaller}

/* controls the bg color for dialog boxes */
.darkbackgroundwrapper  { 
    background-color:#FFF; 
    color:#000; 
}

/*****Advanced Login Plugin****/

/* "remember me" checkbox --------- */
.advLogRemoveChk {

}

/*username/password inputs --------- */
.advLogUsername, .advLogPassword {
    border: solid 1px #999;
    height: 18px;
    font-size: 11px;
}


/*force text color in editor to  be black*/

.RadEContentBordered table, .RadEContentBordered div,
.RadEContentBordered h1, .RadEContentBordered p {        
    color: #000;
}

/*editor drop downs*/

.RadEWrapper div, .RadEToolText {
    color: #000;
}
.ResultsDiv { /*BORDER-RIGHT: #d4d0c8 2px inset;*/
/*BORDER-TOP: #808080 2px inset;*/
/*BORDER-LEFT: #808080 2px inset;*/
/*BORDER-BOTTOM: #d4d0c8 2px inset;*/
FONT-SIZE: 9pt; BACKGROUND: #ffffff; MARGIN: 0px; OVERFLOW: visible!important; WIDTH: 800px; FONT-FAMILY: Arial; HEIGHT: 590px; padding-left: 20px; 
min-height: 98vh;
}

div#buddyListDiv_opener {
    z-index: 9999!important;
}
div#buddyListDiv {position:fixed!important; top:110px!important}
div.sploder.Buddylist {position:fixed!important}
@media(max-width:768px){
.mobileFlyer table {
width: 100% !important;
}
.mobileFlyer img{
    max-width: 100% !important;
}
}

/* Messaging Container */
.messagingContainer {
    background: #FFF9C4;
    padding: 6px 0;
    margin: 1em 0;
    position: relative;
}
.messagingContainer p {
    font-weight: bold !important;
    font-size: 14px;
    text-align: center;
    max-width: 84%;
    margin: 0 auto !important;
    display: block;
}
.messagingContainer .abtn-close {
    margin: 0;
    padding: 1px 12px;
    font-size: 30px;
    position: absolute;
    top: 49%;
    right: 0px;
    line-height: 30px;
    transform: translateY(-50%);
    color: #BFBDC3;
}
.messagingContainer .abtn-close:hover, .messagingContainer .abtn-close:focus {
    text-decoration: none;
    color: #000;
}

/* end Messaging Container */



/* combobox fixes*/
.RadComboBoxDropDown .rcbList>li{margin:0;}
BODY .RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #333;
}
/* end combobox fixes*/


/*  Add radMultipage rmpView fix for recent height issues on tee times - Acash  4/27/17 */

.RadMultiPage .rmpView {
height: auto!important;
box-sizing: border-box;
}