.um-profile-nav-item a {
    /*color: #fff!important;*/
    font-size: 13px !important;
}
.um-profile-headericon { display: none; }


.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.site-content {
    padding-top: 170px;
}


@media (max-width: 800px) {
    .site-content {
        padding-top: 100px;
    }
        .main-navigation {
                position: fixed;
                margin-top: 0px;
    }
}

@media (max-width: 650px) {
    .site-content {
        padding-top: 150px;
    }
        .main-navigation {
                position: fixed;
                margin-top: 60px;
    }
    .main-navigation {
        position: fixed;
         margin-top: 0; 
        /* top: 0; */
        background: #333;
        z-index: 99;
    }
    .main-navigation .user-menu {
        padding:  1rem;
    }
    .site-content {
        padding-top: 70px; 
    }   
}
.main-header-menu li.current-menu-item, .current-page-ancestor {
	border-bottom: 3px solid var(--ast-global-color-0);
	font-weight: 400;
}
.main-header-menu li.user-menu a {
	display: flex;
	flex-direction: row-reverse;
}
.main-header-menu li.user-menu a .dropdown-menu-toggle {
	padding-right: 5px;
}
.liam-icon > a::before {
  
    margin-left: 5px;
  
}
#frm_form_19_container {
	overflow-x: scroll;
}
table.with_frm_style {
  	border: 1px solid #ccc;
  	border-collapse: collapse;
 	 margin: 0;
  	padding: 0;
  	width: 100%;
  	table-layout: fixed;
	overflow-x: scroll;
}

table.with_frm_style caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.with_frm_style tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.with_frm_style th,
table.with_frm_style td {
  padding: .625em;
  text-align: center;
}

table.with_frm_style th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 980px) {
  table.with_frm_style {
    border: 0;
  }

  table.with_frm_style caption {
    font-size: 1.3em;
  }
  
  table.with_frm_style thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.with_frm_style tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.with_frm_style td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
	
  }
  
  table.with_frm_style td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.with_frm_style td:last-child {
    border-bottom: 0;
  }
}
.with_frm_style tr td {
	white-space: nowrap;
	overflow: hidden;
}
/*#frm_field_808-728-0_container, #frm_field_809-728-0_container {
    display: none;
}*/

.um .picker, .um .picker__weekday {
    color: #000 !important;
}
.frm_uppercase  input {
	text-transform: uppercase;
}
.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio + .frm_radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ce_btn {
	width: auto;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 15px;
    text-decoration: none !important;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #0170b9;
    border-width: 1px;
    border-color: #0067dd;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin-left: 7px;
    margin-right: 0;
    border-radius: 2px;
    margin-top: 0px;
}
.ce_btn:hover, .ce_btn:active {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.export-view {
	width: auto;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #21a366;
    border-width: 1px;
    border-color: #107c41;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin-left: 0;
    margin-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.h5 h3 {
    font-size: 14px !important;
}
.bg_warning {
	background: red;
}
.bg_info {
	background: #e5be00;
}
@media (min-width: 992px) {
	.modal-lg {
    	width: 1440px !important;
	}
}
#frm_search::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1\A Line 2\A Line 3\A";
}
#frm_form_19_container table.with_frm_style tr td:first-child {
    border-left: 3px solid #009fe369;
}
#frm_form_19_container table.with_frm_style tr.same td:first-child {
    border-left: 3px solid #009fe3;
}
table.frm-alt-table tr:nth-child(even) {
    background-color: #f8f8f8;
	border: 0px solid #ddd;
}
table.with_frm_style tr {
    background-color: #f8f8f8;
    border: 0px solid #ddd;
    padding: 0.35em;
}
#frm_field_1433_container, #frm_field_1436_container {
	margin-top: -20px;
}

.um-message-unreaditems {
  padding: 10px !important;
  border-radius: 3px !important;
  color: #fff !important;
  background-color: #c74a4a !important;
  font-size: 13px !important;
  margin-left: 5px !important;
  max-height: 0px !important;
  max-width: 30px;
  line-height: 0px !important;
}