@charset "utf-8";
/* CSS Document */
.glueup_container
{
	margin:0px;
	padding:20px;
	background: #fff;
	min-height:90vh;
}
a
{
	text-decoration:none;
}
.glueup_admin_sec
{
	margin: 30px 10px;
    padding: 0;
    text-align: right;
}
.glueup_admin_sec a
{
	background: #001C6C;
    padding: 16px;
    color: #fff;
    font-family: Mulish;
    font-size: 14px;
    border-radius: 10px;
	text-transform:uppercase;
}
.website-sec
{
	margin:0px;
	padding:20px 0px;
}
.website-sec p
{
	font-size:16px;
	color: #7F8DB5;
}
.CategorySidebar.horizontal {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
	padding:20px 0px;
    background: none;
}
.CategorySidebar.horizontal ol {
    font-size: 0;
    border-bottom: 4px solid #7f8db58c;
}
.CategorySidebar > ol {
    position: relative;
}
.CategorySidebar.horizontal ol li {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    font-size: 14px;
    background: none;
    border: none;
    line-height: 30px;
    margin-bottom: -4px;
}
.CategorySidebar.horizontal ol li a {
    color: #7F8DB5;
    padding: 0;
	text-transform: capitalize;
	display: block;
	padding-bottom:7px;
    position: relative;
	font-size:16px;
}
.CategorySidebar.horizontal ol li a:hover
{
	color:#0D62FE;
}
.CategorySidebar {
    width: 198px;
    margin-right: 24px;
    margin-bottom: 24px;
    font-weight: 500;
    background: #F2F3F7;
    float: left;
}
.CategorySidebar > ol {
    position: relative;
	margin:0px;
	padding:0px;
}
.CategorySidebar > ol > li {
    position: relative;
    border-bottom: 1px solid white;
    background: #F2F3F7;
    line-height: 35px;
	margin-bottom:0px;
}
.clickable {
    cursor: pointer !important;
    padding-right: 16px;
}
ol, ul {
    list-style: none;
}
.CategorySidebar .active .active-marker {
    display: block;
    background: #42BE65;
}
 .CategorySidebar .active-marker {
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
}
.CategorySidebar li > a, .CategorySidebar .createCategoryButton > a, .CategorySidebar .createSubCategoryButton > a {
    text-transform: capitalize;
    padding-left: 21px;
    padding-right: 8px;
}
.CategorySidebar a {
    display: block;
    position: relative;
    color: #001C6C;
}
.fill-up {
    position: relative;
    display: block;
    overflow: hidden;
}
.clear
{
	clear:both;
}
/*#widgetStandardForm {
    float: left;
    width: 25%;
}
#widgetPageContentView h3 {
    font-weight: 600;
    font-size: 1em;
    color: #001C6C;
    margin-bottom: 16px;
	display:inline-block;
}
h3:first-child {
    margin-top: 0;
}
#WidgetsFormStandardForm {
    padding: 16px;
}
.StandardForm {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 28px 37px;
    border: 1px solid #e6e7eb;
}
.StandardForm form {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-top: 8px;
}
.StandardForm form fieldset {
    margin-bottom: 2px;
}
.DynamicForm form fieldset {
    width: 100%;
    padding: 0;
}
.StandardForm form fieldset legend {
    margin-bottom: 12px;
}

.DynamicForm form fieldset legend {
    padding-left: 16px;
	padding-top:20px;
}
.StandardForm form legend {
    color: #001C6C;
    font-weight: 600;
}
.ColorPicker.InputElement.color-picker-input-type .picker {
    float: left;
    border: none;
    margin: 2px 9px 0 0;
}
.DynamicForm form fieldset .InputElement {
    padding: 0 16px;
    width: 50%;
    float: left;
}
div.InputElement .InputElement_input {
    position: relative;
}
div.InputElement > div {
    height: 100%;
}
div.InputElement .select, div.InputElement .MultiSelectTool {
    height: 30px;
}
div.InputElement input, div.InputElement .select, div.InputElement textarea, div.InputElement .MultiSelectTool {
    width: 100%;
    height: 100%;
}
input, .select, select, textarea {
    border: 1px solid #c9cacd;
    padding: 4px 8px;
    color: #212121;
    background: white;
}
/*.select select {
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 10;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
} 
.select .iconHolder {
    position: absolute;
    width: 30px;
    height: 28px;
    top: 0px;
    right: 0px;
    margin: -1px;
    z-index: 10;
    pointer-events: none;
    background: #0D62FE;
    border: 1px solid #0D62FE;
    border-radius: 0 4px 4px 0;
}
.select .iconHolder .arrow {
    height: 0;
    width: 0;
    background: none;
    border-top: 4px solid white;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    position: absolute;
    background: none;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -4px;
}
.DynamicForm form fieldset .InputElement .InputElement_label {
    left: 24px;
}
div.InputElement .InputElement_label {
    position: absolute;
    top: 0;
    left: 16px;
    height: 2px;
    background: white;
    padding: 0 8px;
}
.DynamicForm form fieldset .InputElement {
    padding: 0 16px;
    width: 50%;
    float: left;
}
div.InputElement .InputElement_input {
    position: relative;
}
div.InputElement > div {
    height: 100%;
}
#PreviewFormStandardForm.StandardForm {
    background-color: #fff;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.StandardForm form {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-top: 8px;
}
.StandardForm form fieldset {
    margin-bottom: 2px;
}
.DynamicForm form fieldset {
    width: 100%;
    padding: 0;
}
.widget-codeHolder {
    height: 200px;
}
.DynamicForm form fieldset .InputElement {
    padding: 0 16px;
    width: 100%;
    float: left;
}
div.InputElement .InputElement_input {
    position: relative;
	width: 97%;
}
div.InputElement>div {
    height: 100%;
}
div.InputElement .InputElement_label label {
    position: relative;
    display: inline-block;
    top: 26px;
    font-size: 13px;
    color: #A6A6A6;
    background: #fff;
    padding: 1px 6px;
}
div.InputElement textarea {
    height: 99%;
}
.previewSection .InputElement_input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E4E8F1;
    padding: 24px 72px;
    min-height: 200px;
}
div.InputElement>div {
    height: 100%;
}*/
#widgetPageContentView
{
	float: right;
    width: 80%;
    margin: 0px;
    padding: 0px;
}
h3
{
	margin:0px;
	padding:0px;
}
#widgetStandardForm
{
	float: left;
    width: 25%;
    padding: 0px 15px;
}
#widgetPageContentView h3 {
    font-weight: 600;
    font-size: 16px;
    color: #001C6C;
    margin-bottom: 16px;
}
#widgetStandardForm .StandardForm {
    overflow: hidden;
    margin: 0 0 16px 0;
    padding: 16px;
    border: 1px solid #e6e7eb;
}
#widgetStandardForm .InputElement_input
{
	width:100%;
}
#widgetStandardForm .InputElement_input select
{
	width: 97%;
    border: none;
}
#widgetStandardView .StandardForm form legend {
    color: #001C6C;
    font-weight: 600;
	font-size:16px;
}
#widgetStandardView .InputElement_input
{
	width: 97%;
    border: none;
}
#widgetStandardView .InputElement_input textarea
{
	width: 100%;
    height: 200px;
    margin-top: 5px;
	padding:16px;
	margin-bottom:20px;
}
#widgetStandardView div.InputElement .InputElement_label {
    position: absolute;
    top: -5px;
    left: 16px;
    height: 2px;
    background: #fff;
    padding: 0 8px;
}
.InputElement.widget-codeHolder
{
	position:relative;
}
#widgetStandardView div.InputElement .InputElement_label .initialized.cutoff
{
	background: #fff;
    padding: 8px;
}
#widgetStandardView .previewSection .InputElement_input
{
	border-radius: 5px;
    border: 1px solid #E4E8F1;
    padding: 24px 72px;
    min-height: 200px;
    width: 74%;
    margin-top: 18px;
}
.StandardForm form legend {
    color: #001C6C;
    font-weight: 600;
	margin-bottom:12px;
	font-size:14px; 
}
input, .select, select, textarea {
    border: 1px solid #c9cacd;
    padding: 4px 8px;
    color: #212121;
    background: #fff;
}
.select {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0;
}
.select .iconHolder {
    position: absolute;
    width: 30px;
    height:30px;
    top: 0px;
    right: 0px;
    margin: -1px;
    z-index: 10;
    pointer-events: none;
    background: #0D62FE;
    border: 1px solid #0D62FE;
    border-radius: 0 4px 4px 0;
}
.select .iconHolder .arrow {
    height: 0;
    width: 0;
    background: none;
    border-top: 4px solid #fff;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    position: absolute;
    background: none;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -4px;
}
#widgetStandardForm div.InputElement
{
	position:relative;
}
#widgetStandardForm div.InputElement .InputElement_label label
{
	position: absolute;
    overflow: visible;
    top: -12px;
    width: auto;
    left: 28px;
    background: #ffff;
    color: #A6A6A6;
    font-size: 12px;
	padding-left:5px;
}
.InputElement.autoAdjustWidthHolder.fullWidth
{
	padding-top: 16px;
    padding-bottom: 12px;
}
.InputElement.showPastEventHolder.fullWidth
{
	padding-top: 16px;
    padding-bottom: 12px;
}
.InputElement.autoAdjustHeightHolder.fullWidth
{
     padding-bottom: 12px;
}
.InputElement.autoAdjustHeightHolder.fullWidth
{
     padding-bottom: 12px;
}
.InputElement.showEventTagHolder.fullWidth
{
     padding-bottom: 12px;
}
.InputElement.showViewMoreHolder.fullWidth
{
     padding-bottom: 12px;
}
.InputElement.showHostCommitteeHolder.fullWidth
{
     padding-bottom: 12px;
}
div.InputElement.checkbox-input-type .label-content, div.InputElement.radio-input-type .label-content {
    display: block;
    position: relative;
    padding: 0 0 0 24px;
    font-size: 13px;
}
div.InputElement .InputElement_input>label>input {
    float: left;
	margin: 0.1rem 0.25rem 0 0;
}
.clickable #colorpicker
{
	border: none;
    height: 22px;
    padding: 0;
    width: 22px;
    border-radius: initial;
    margin-right: 5px;
    margin-top: -1px;
    margin-bottom: 15px;
}
.CategorySidebar.sidebarmenu .CategorySidebarCategory.active  span.active-marker
{
	height: 3px;
    bottom: 1px;
    top: auto;
    width: 100%;
}
#widgetStandardView
{
	float: right;
    width: 70%;
	margin:0px;
	padding:0px;
}
.glueup_popup
{
	position: absolute;
    background: #00000091;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display:none;
	z-index: 9;
}
.glueup_popup_content
{
	max-width: 560px;
    background: #fff;
    margin: 10% auto;
    padding: 35px;
	position:relative;
}
.glueup_popup_content form label
{
	display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
}
.glueup_popup_content form input
{
	width: 100%;
    padding: 5px;
    margin-bottom: 14px;
}
.glueup_popup_content form select
{
	width: 100%;
    padding: 5px;
    margin-bottom: 14px;
}
.glueup_popup_content form input.glueup_submit
{
	width: 140px;
    font-size: 15px;
    padding: 8px;
    background: #001C6C;
    color: #fff;
    border-radius: 6px;
}
.glueup_close p
{
	position: absolute;
    top: -4px;
    right: 18px;
    font-size: 15px;
    cursor: pointer;
}
.dataTables_wrapper
{
	margin-top:80px;
	margin-bottom:40px;
}
.dataTables_wrapper .dataTables_length select
{
	width: 58px;
}
table.dataTable thead .sorting
{
	text-align:left;
}
table.dataTable.no-footer
{
	padding-top:30px;
	margin-bottom:15px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px !important;
    font-size: 14px !important;
}
a.connect_buttonst
{
	background: #001C6C;
    padding: 10px;
    width: 120px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 5px;
}
a.copy_shortcode
{
	background: #001C6C;
    padding: 10px;
    width: 120px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 5px;
}
.glueup_disconnect_popup
{
	position: absolute;
    background: #00000091;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:9;
	display:none;
}
.glueup_disconnect_popup_content
{
	background: #fff;
    margin: 12% auto;
    width: 400px;
    padding: 30px 30px 50px;
}
.glueup_disconnect_popup_content p
{
	 font-size:16px;
	 text-align:center;
	 padding:0 0 10px;
}
.cancelbox .cancel
{
	background: #001C6C;
    padding: 10px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 5px;
}
.cancelbox .yesbox
{
	background: #001C6C;
    padding: 10px;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 5px;
	float:right;
}
.no_search
{
	 padding: 50px 0px;
    text-align: center;
    font-size: 22px !important;
    color: #7F8DB5;
}
.list-type-widget {
    border: 1px solid #E4E8F1;
    position: relative;
}
.list-type-widget nav {
    font-size: 16px;
}
.list-type-widget nav a {
    display: inline-block;
    padding: 24px 0;
    text-align: center;
    color: #0D62FE;
    border-left: 1px solid #E4E8F1;
    border-bottom: 1px solid #E4E8F1;
    border-top: 6px solid #E4E8F1;
	width:49%;
}
.EventListWidget.list-type-widget ul {
    padding: 16px 0;
}
.list-type-widget li {
    display: block;
}
.EventListWidget li {
    overflow: hidden;
    margin-bottom: 16px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #E4E8F1;
}
.EventListWidget li>a {
    display: block;
}
.EventListWidget a {
    color: #4d4d4d;
}
.EventListWidget time {
    color: #0563c1;
}
.EventListWidget time {
    border-color: #0563c1;
}
.EventListWidget .fill-up {
    padding-bottom: 0.2em;
}
.fill-up {
    position: relative;
    display: block;
    overflow: hidden;
}
.EventListWidget h1 {
    color: #3C5496;
    line-height: 1.2em;
    padding-bottom: 0.1em;
    font-weight: 600;
	font-size: 14px;
}
.EventListWidget time {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #0D62FE;
    color: #001C6C;
    margin-right: 16px;
    border-radius: 4px;
}
.EventListWidget time .tba {
    line-height: 2.9em;
    font-weight: 500;
}
.EventListWidget time span {
    display: block;
    text-align: center;
}
.EventListWidget time .day {
    font-weight: 600;
    font-size: 1.143em;
    padding-top: 6px;
}
.left {
    float: left;
}
.EventListWidget nav a.past {
    line-height: 31px;
    position: relative;
    top: -11px;
	background: #F2F3F7;
    height: 36px;
}