﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


body {
    color: #777;
    padding: 0;
    background-color: #FFF;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #B5007C;
}

    a:hover {
        color: #86015C;
    }

.custom-logo {
    margin-top: 40px;
    margin-left: 30px;
}
.custom-heading {
    margin-top: 70px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato';
}
.AddFilter {
    font-weight: 700;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}
.SearchBtn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.container {
    background: #FFF;
    background: #FFF;
    width: 100%;
    max-width: none; /* Ensures no maximum width restriction */
    margin: 0; /* Removes any default margin */
    padding: 0; /* Ensures no extra padding */
    height: 100%
}
.container, .row, .col-sm-6 {
    line-height: normal !important;
}
.textStyle{
    color:black;
    font-family:'Lato';
}
.row {
    margin-left: unset !important;
    margin-right: unset !important;
}
.normal-weight {
    font-weight: normal;
}
.program-count {
    font-size: 48px;
    font-weight: 300;
    margin: 20px 0;
    color: #fff;
}

.weight-300 {
    font-weight: 300;
}

.light-green-bg {
    background-color: #97D700;
}

.light-blue-bg {
    background-color: #B5007C;
    border-radius: 8px;
    color:white
}

.purple-bg {
    background-color: #80225F;
}

.gray-bg {
    background-color: #63666A;
}

.white-fg {
    color: #FFF;
}

.required,
.error,
.error-message {
    color: #cc0000;
}

.error {
    font-weight: normal;
}

.btn {
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
}

    .btn:disabled {
        opacity: 0.5 !important;
    }

.btn-light {
    border-radius: 4px !important;
}

a.btn-default,
.btn-default {
    color: #B5007C;
}

    .btn-default:hover {
        background-color: #FFF;
    }

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff !important;
    background-color: #B5007C !important;
    border-color: #B5007C !important;
    border-radius: 4px !important;
    opacity: 1 !important;
    font-size: 14px;
    white-space: nowrap;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #86015C !important;
        border-color: #86015C !important;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #86015C;
        border-color: #86015C;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #86015C;
            border-color: #86015C;
        }

    .btn-primary .badge {
        color: #B5007C;
        background-color: #fff;
    }

a.btn-clear,
.btn-clear {
    color: #FFF;
    background-color: none;
    border-color: #FFF;
}

    .btn-clear:focus,
    .btn-clear.focus {
        color: #333;
    }

    .btn-clear:hover {
        background-color: #FFF;
        color: #86015C
    }

.block-tile {
    padding: 15px;
    font-size: 13px;
}

.block-tile.dark {
  
}

.block-tile.dark h2 {

}

.block-tile h2 {
    font-size: 2em;
    margin: 0px 0px 10px;
}

.block-tile .btn-go {
    width: 100%;
    display: block;
    font-weight: normal;
}

.block-tile.light-green-bg .btn-go:hover {
    color: #97D700;
}

.block-tile.purple-bg .btn-go:hover {
    color: #80225F;
}

.block-tile.gray-bg .btn-go:hover {
    color: #63666A;
}

.form-inline label {
    /* margin-left: 15px;
    margin-right: 10px; */
    margin-bottom: 10px;
}

.form-inline label.first {
    margin-left: 0px;
}

select.form-control {
  appearance: auto !important;
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.m-10 {
    margin: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.m-15 {
    margin: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.m-20 {
    margin: 20px;
}

.pagination > li > a,
.pagination > li > span {
    color: #B5007C;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #86015C;
    border-color: #86015C;
}

.checkbox-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.checkbox-list span {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-list input[type="checkbox"] {
    margin: 0 8px 0 0;
    min-width: 16px;
    height: 16px;
}

.checkbox-list label {
    display: inline-block;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
}

.av-checkbox input[type="checkbox"] {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

.checkbox-label, .radio-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.checkbox-label input[type="checkbox"],
.radio-label input[type="radio"] {
    margin-top: 4px;
}

.checkbox-text, .radio-text {
    display: inline-block;
}

label.checkbox-label,
label.radio-label {
    margin-bottom: .25rem;
}

.radio-list {
    margin-left: .5rem;
}

.page-controls {
    margin: 30px 0px;
}

.width-50 {
    width: 50%;
}

.width-50.position-relative .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.date-picker-spacing {
    margin-right: 10px;
}

#page-header .masthead-logo {
    margin: 20px 0px 20px 20px;
}

    #page-header .masthead-logo img {
        max-height: 60px;
    }

#page-header .row {
    position: relative;
}
#page-header {
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    /* Add the thick multi-color gradient border on top */
    #page-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px; /* Adjust thickness */
        background: linear-gradient(to right, #B5007C, #931A86, #6C3993, #4F4E9C, #296BA7, #008AB4 ); /* Gradient colors */
    }



#header-menu {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 20px;
    border-left: solid 1px #FFF;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

    #header-menu a {
        display: inline-block;
        font-family: "Lato", Arial, sans-serif;
        font-style: italic;
        font-size: 14px;
        color: #FFF;
        padding: 6px 17px;
        text-decoration: none;
        border-left: solid 1px #FFF;
        text-transform: uppercase;
        line-height: 20px;
    }

        #header-menu a:hover,
        #header-menu a:focus,
        #header-menu a:active {
            background-color: transparent;
            color: #FFF;
            text-decoration: underline;
            padding: 6px 17px;
        }

#primary-menu {
    position: absolute;
    top: 159px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #primary-menu ul,
    #primary-menu ul li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 0px;
    }

    #primary-menu > ul {
        display: flex;

    }

        #primary-menu > ul > li {
            text-align: center;

        }
        #primary-menu > ul > li:last-child a {

        }
            #primary-menu > ul > li > a, #primary-menu > ul > li > span.empty {
                display: block;
                color: #000000;
                font-size: 15px;
                padding: 5px 30px;
                font-weight: normal;
                background: #FFF;
                font-family: 'Lato', sans-serif;
                border-left: 1px solid #B6B6B6;
            }
            #primary-menu > ul > li:last-child > a {
              border-right: 1px solid #B6B6B6;
            }

            #primary-menu > ul > li.active > a,
            #primary-menu ul > li:hover > a {
                color: #B5007C;
                font-weight: normal;
            }



    #primary-menu ul li:hover > a {
        color: #B5007C;
        text-decoration: none;
    }

    #primary-menu ul > li.active > a,
    #primary-menu ul > li:hover > a {
        color: #B5007C;
    }

    #primary-menu ul ul {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        width: 100%;
        background: #FFF;
        height: auto;
        text-align: center;
        right: 0;
        max-width: 903px;
        margin: 0 auto;
        height: 29px;
    }

        #primary-menu ul ul li {
            display: inline-block;
            text-align: left;
            font-size: 0px;
        }

            #primary-menu ul ul li a {
                padding: 11px 20px;
                background: #FFF;
                color: #545454;
                font-size: 14px;
                font-weight: normal;
                text-align: center;
                border-bottom: 1px solid #000;
                text-decoration: none;
            }

            #primary-menu ul ul li.active a,
            #primary-menu ul ul li:hover.active a {
                padding: 10px 20px;
                color: #B5007C;
                font-size: 14px;
                font-weight: normal;
                text-align: center;
                text-decoration: none;
                border-bottom: 3.5px solid #B5007C;
            }

            #primary-menu ul ul li:last-child a {

            }

            #primary-menu ul ul li a:hover {
                color: #B5007C;
                text-decoration: none;
            }

    #primary-menu > ul > li.active > ul {
        display: block;
        top: 85px;
        min-width: 1150px;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%);
    }

#page-footer {
    background: #F1F1F1
}

    #page-footer .col-md-12 {
        padding: 18px 18px;
    }


    #page-footer .footer-info {
        font-family: 'Lato', sans-serif;
        color: black;
        text-align: center;
        font-size: 14px;
    }
#page-content {
    color: #636568;
    margin: 40px 15px;
}

    #page-content.has-submenu {
        margin-top: 90px;
    }

    #page-content h1.title,
    .block-admin h1.title {
        font-size: 19px;
        margin: 0px 0px 20px;
        color: #000;
        font-weight: 700;
    }
    .m-t-90 {
        margin-top: 90px;
    }

        #page-content h1.title.banner {
            padding: 25px 150px 40px 30px;
            font-size: 2.7em;
            background: #B5007C;
            color: #FFF;
            border-bottom: solid 5px #C7C9CB;
            margin-top: -1px;
            margin-left: -15px;
            margin-right: -15px;
        }

    #page-content h2.sub-title {
        font-size: 20px;
        font-style: italic;
        color: #0cade0;
    }

    #page-content h3.title {
      color: #000;
      padding: 0;
      margin: 0;
      display: block;
      font-size: 20px;
      font-weight: bold;
    }

/* page specific styles */
.page-msl-dashboard #page-content,
.page-home #page-content {
    margin: 0px;
}

.page-meetings #page-content {
    margin-top: 55px;
    margin-bottom: 0px;
}

#home-page {
    margin-bottom: 15px;
    /* padding-left: 20px;
    padding-right: 20px; */
    min-height: calc(100vh - 190px);
}

#meeting-page .block-tile {
    margin-top: 15px;
    height: 215px;
    position: relative;
}

    #meeting-page .block-tile.tall {
        height: 435px;
    }

#home-page .block-tile {
    height: 215px;
    position: relative;
}

#home-page .block-tile h4,
#meeting-page .block-tile h4 {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.clear {
  clear: both;
}
#meeting-page {
  padding: 0 0 25px;
}

    #home-page .block-tile.holiday {
        height: 250px;
        position: relative;
    }

    #meeting-page .block-tile .btn-go,
    #home-page .block-tile .btn-go {
      position: absolute;
      bottom: 25px;
      width: auto;
      right: 25px;
      color: #000;
      background: #fff;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      padding: 9px 40px;
      height: 38px;
    }

#home-page .block-tile-row .block-tile {

    margin-bottom: 30px;
}

#meeting-page .block-tile-row .block-tile {
    width: 390px;
    float: left;
}

.block-tile-row,
.block-tile-row {

}

    .block-tile-row .block-tile:last-child {
        border-right: none;
    }

#login-form {
    margin-top: 30px;
}

.venue-address td {
    padding: 5px 3px;
    font-size: 13px;
    vertical-align: top;
}

    .venue-address td:nth-child(odd) {
        width: 110px;
        line-height: 32px;
        text-align: right;
    }

    .venue-address td:nth-child(even) {
        width: 200px;
    }

.venue-row h4.title {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px #A7A8AA;
}


.change-area-form-group {
    margin-bottom: 15px;
}

.checkbox-list label {
    max-width: 90%;
    vertical-align: top;
}

#dashboard-report-loader {
    min-height: 400px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#dashboard-report {
    display: none;
}

    #dashboard-report .amcharts-legend-div {
        overflow-y: auto !important;
        height: 300px !important;
        vertical-align: middle;
    }

.viewLink {
    text-decoration: underline !important;
}


.underlineLink {
    text-decoration: underline !important;
}

.bg-white-card {
  border: 1px solid #B6B6B6 !important;
  background: #ffffff;
  height: 140px !important;
}
.bg-white-card h4 {
  color: #000000;
  font-weight: 600;
  font-size: 18px !important;
  border-bottom: 1px solid #B6B6B6 !important;
}
.bg-white-card p {
  color: #000000;
  font-size: 16px;
}
.bg-white-card .btn-go {
  background: #B5007C !important;
  color: #fff !important;
  position: relative !important;
  bottom: 0 !important;
  right: 0 !important;
  margin-top: 55px;
  padding: 8px 0 !important;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: end;
}
.jc-center {
  justify-content: center;
}
.h-auto {
  height: auto !important;
}
.fs-15 {
  font-size: 15px;
}

.module-block {
    width: 285px;
    float: left;
    margin-left: 15px;
}

    .module-block:first-of-type {
        margin-left: 0px;
    }

    .module-block .form-group {
        height: 50px;
    }

    .module-block h5 span.module-number {
        margin-right: 12px;
        font-size: 18px;
    }

.radio {
    display: block;
    clear: both;
    margin-left: 5px;
}

    .radio input {
        margin-right: 5px;
    }

    .radio label {
        margin-right: 15px;
        padding-left: 5px;
        font-size: 13px;
    }

    .radio label,
    .radio input {
        float: left;
    }

    .radio.cc-disabled {
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .radio.cc-disabled label:hover,
        .radio.cc-disabled a:hover {
            cursor: not-allowed;
        }

        .radio.cc-disabled a:hover {
            text-decoration: none;
            color: #28952c;
        }

    .radio.no-choice label {
        color: #FAB510;
    }


.module-block .radio label {
    width: 205px;
}

.your-presentations {
    border-top: solid 1px #CCC;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

.selected-presentations {
    margin: 30px 0px;
}

    .selected-presentations .module-block {
        background: #E6E6E6;
        text-align: center;
        height: 150px;
        width: 200px;
        box-sizing: border-box;
        padding-top: 10px;
    }

        .selected-presentations .module-block .message {
            color: #CCC;
            font-size: 14px;
        }

            .selected-presentations .module-block .message .jumbo-text {
                font-size: 72px;
                line-height: 72px;
                font-weight: bold;
            }

        .selected-presentations .module-block.selected {
            background: #FFF;
            border: solid 4px #28952c;
            padding-top: 10px;
        }

            .selected-presentations .module-block.selected a {
                margin-top: 10px;
                display: block;
            }

            .selected-presentations .module-block.selected .message {
                color: #666;
            }

.download-icon a {
    color: #B5007C;
}

.download-icon,
.url-icon {
    padding-left: 24px;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 19px;
    background: url("/assets/img/download-icon.png") no-repeat;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.no-float label,
.no-float input {
    float: none;
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.private-meeting {
    float: left;
}

.shortdate-highlight a {
    color: red !important;
}

.pull-right {
  margin-bottom: 10px;
}

.admin-tab {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.k-grid {
    font-size: 14px;
}

    .k-grid .btn {
        color: white;
    }

    .k-grid th {
        font-weight: bold;
    }

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover {
    color: #B5007C;
}

    .k-pager-numbers .k-link.k-state-selected {
        border-color: #B5007C;
        color: #fff;
        background-color: #B5007C;
    }

.k-pager-nav.k-link, .k-pager-nav.k-link:hover,
.k-pager-refresh {
    color: #B5007C;
}

.k-button-primary,
.k-button.k-primary {
    border-color: #B5007C;
    color: #fff;
    background-color: #B5007C;
}

    .k-button-primary:hover,
    .k-button.k-primary:hover {
        border-color: #30a8c1;
        color: #fff;
        background-color: #30a8c1;
    }

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
    color: #B5007C;
}

.login-container {
    max-width: 550px; /* Set a max width for the login form */
    margin: 50px auto; /* Center the form */
    padding: 20px; /* Add some padding */
    border: 1px solid #B6B6B6;
    background-color: #fff; /* White background */
    border-radius: 8px; /* Rounded corners */
}
.login-container .form-group .control-label {
  padding-top: 13px;
}
.border-block {
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Add some padding */
    border: 1px solid #B6B6B6;
}
.p-0 {
  padding: 0;
}


.login-container p {
    text-align: center; /* Center the text */
    color: #333333; /* Text color */
}

.login-container .form-group {
    margin-bottom: 15px; /* Add margin to separate form groups */
}

.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%; /* Full width */
    padding: 10px; /* Padding */
    margin: 5px 0; /* Margin to separate fields */
    border: 1px solid #ccc; /* Border */
    border-radius: 4px; /* Rounded corners */
    box-shadow: none;
}

.login-container button {
    width: 100%; /* Full width */
    padding: 10px; /* Padding */
    background-color: #B5007C; /* Button color */
    color: #fff; /* Text color */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
}

.login-container button:hover {
    background-color: #86015C; /* Darker shade on hover */
}
.login-block-height {
    min-height: calc(100vh - 255px);
    display: flex;
    align-items: center;
}
.link-admin {
    position: absolute;
    top: -100px;
    bottom: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border-left: 1px solid #B6B6B6 !important;
    border-right: 1px solid #B6B6B6 !important;
    color: #000000 !important;
}
.block-admin {
    max-width: 903px;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: calc(100vh - 305px);
}
.form-border {
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.container-default {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.min-vh-auto {
  min-height: auto !important;
}
.form-check {

}
.form-check h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B6B6B6;
}
.form-check .checkbox-list input[type="checkbox"] {
  float: left;
}
.form-check .checkbox-list {
  width: 100% !important;
}
.form-check .checkbox-list label {
  padding-bottom: 10px;
  max-width: 100%;
  border-bottom: 1px solid #B6B6B6;
}
.form-check .row {
  margin: 0 -15px !important;
}
.row-margin {
  margin: 0 -15px !important;
}

    .form-border .control-label {
        color: #000;
        font-size: 13px;
        text-align: left;
        margin-bottom: 10px;
    }
    .w-100 {
        width: 100%;
    }
.home-menu {
    position: absolute;
    top: -97px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.h-auto {
  height: auto !important;
}
.page-head {
  font-size: 19px;
  margin: 0px 0px 20px;
  color: #000;
  font-weight: 700;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.align-between {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.align-right {
  display: flex;
  justify-content: end;
  gap: 15px;
}
.text-black {
  color: #000000;
}
.table {
  margin-top: 15px;
  border: 1px solid #dddddd;
}
.list-group-item,
.list-group-item:last-child {
  margin-bottom: 15px !important;
  border-radius: 4px;
  border-top-width: 1px !important;
}
.list-group-item-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.well {
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: none;
}

.well h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.checkbox-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.checkbox-list label {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}

.checkbox-list input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
}

.pull-left {
    padding: 0 15px;
}

.pull-left.width-50 {
    width: 50%;
}

.attendee-reporting-border {

}

.attendee-reporting-border .display.responsive.dataTable {
  border: 1px solid #B6B6B6;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.attendee-reporting-border .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.attendee-reporting-border .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.attendee-reporting-border .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.attendee-reporting-border .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: #fff !important;
  background: #B5007C !important;
  border-color: #B5007C !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

.attendee-reporting-border .paginate_button.current {
  background: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 2px solid #B5007C !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 13px !important;
  background: transparent !important;
}


.btn-primary .badge {
  color: #B5007C;
  background-color: #fff;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.contact-page {
  margin-bottom: 15px;
  min-height: calc(100vh - 306px);
}

.register-attendees-height {
  min-height: calc(100vh - 257px) !important;
}
.contact-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: black;
    line-height: normal; 
    letter-spacing: 0;
}


.k-grid .k-command-cell > .k-button {
    font-size: 12px;
}


.hide {
    display: none !important;
}

.ft-color {
    font-size: 16px;
    margin: 0px 0px 20px;
    color: #000;
    font-weight: 700;
}

