body {
    background: #F0F0F2;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    overflow: visible;
    padding: 0 !important
}

img {
    max-width: 100%
}

p {
    font-weight: 400;
    line-height: 1.5em;
}

.btn.active,
.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.day-bar {
    position: relative;
}

.day-bar .day-heading {
    margin: 10px 0 14px 0;
    font-weight: normal;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
}

.day-bar:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e1e9f0;
    left: -24px;
    top: 20px;
}

.singleAttendeeSection .day-bar {
    background: rgba(250, 250, 250, 0.56);
    padding: 20px;
    overflow: visible;
    height: auto;
}

.list-of-events>li:last-child {
    border: 0;
    border-radius: 0px 0px 8px 8px;
}

.list-of-events>li:hover {
    box-shadow: NONE;
    background: #f4f8fb;
}

.list-of-events>li.liopened:hover {
    box-shadow: none;
}

.list-of-events.cec-events-box li .hidden,
.list-of-events.social-events-box li .hidden {
    display: none;
    visibility: visible;
}

.list-of-events.cec-events-box li:nth-child(2) .hidden,
.list-of-events.social-events-box li:nth-child(2) .hidden {
    display: block
}

.list-of-events.cec-events-box>li:hover time:after {
    background: #f8f8fa;
    border: 2px solid #a3544d;
    background: #f0f0f2 !important;
}

.list-of-events.social-events-box>li:hover time:after {
    background: #f8f8fa;
    border: 2px solid #4797ce;
    background: #f0f0f2 !important;
}

.list-of-events.cec-events-box li h4.course-speaker-name:before,
.attendees-table.list-of-events h4.course-speaker-name:before {
    content: "";
    width: 12px;
    height: 4px;
    display: block;
    background: #A3544D;
    border-radius: 6px;
    margin-bottom: 1px;
    display: none;
}

.list-view-summary .invoice-summary {
    width: 100%
}

.attendees-table.list-of-events h4.course-speaker-name a {
    color: #aaaaaa;
}

.attendees-table.list-of-events h4.course-speaker-name a:hover {
    color: #777;
}

.list-of-events.social-events-box li h4.course-speaker-name:before {
    content: "";
    width: 12px;
    height: 4px;
    display: block;
    background: #4797CE;
    border-radius: 6px;
    margin-bottom: 1px;
}


.list-of-events h4.course-speaker-name a {
    color: #337ab7;
    font-weight: 500;
    text-decoration: underline;
}

.attendees-table.list-of-events h4.course-speaker-name {
    width: 100%;
}

.attendees-table.list-of-events time {
    padding: 8px 0;
}

.list-of-events.cec-events-box time:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #a3544d;
    float: right;
    margin-left: 20px;
    margin-top: 6px;
    border-radius: 50%;
    -moz-border-radius: 505;
    -webkit-border-radius: 50%;
}

.attendees-table.list-of-events.cec-events-box time:after {}

.list-of-events.social-events-box li time:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #519dd1;
    float: right;
    margin-left: 20px;
    margin-top: 6px;
    border-radius: 50%;
    -moz-border-radius: 505;
    -webkit-border-radius: 50%;
}

.list-of-events .right-portion {
    position: absolute;
    right: 14px;
    top: 9px;
    z-index: 999;
}

.list-of-events .right-portion i {
    vertical-align: middle;
    font-weight: bold;
    color: #aaaaaa;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 1.5rem;
}

.attendeesInIt .right-portion a i {
    color: #5cb85c;
}

.list-of-events .right-portion .select-course-check {}

.list-of-events .right-portion .unfold-details {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-left: 8px;
    text-align: center;
    line-height: 1;
    padding: 3px;
    background: transparent;
}

.list-of-events .unfold-details i {
    width: 15px;
    height: 15px;
}

.list-of-events li .hidden .details-body {
    padding: 14px;
    line-height: 22px;
}

.list-of-events li .hidden .details-body p {
    margin: 0;
}

.list-of-events li.liopened h4.course-speaker-name {}

.list-of-events li.liopened .list-heading-wrapper {}

.list-of-events li.liopened time {}

.list-of-events li.liopened .hidden .details-body {}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c3c3c3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #5cb85c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.attendees-list {
    font-weight: 500;
    list-style: none;
    padding: 0px 14px 14px 14px;
    line-height: 20px;
    margin-left: 0;
}

li.liopened .attendees-list {}

.attendees-list li {
    color: #5cb85c;
    padding: 2px 0px;
    position: relative;
}

.attendees-list li .switch {
    margin-right: 30px;
    vertical-align: middle;
    width: 40px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

.attendees-list li .switch .slider.round:before {
    box-shadow: 0px 0px 4px;
    bottom: -3px;
    left: 0px;
}

.attendees-list li:before {
    /* content: "\f2bd"; */
    font-family: fontawesome;
    position: absolute;
    left: 14px;
}

.com-left-column {
    float: left;
    width: 66.666666%;
}

.com-right-column {
    float: left;
    width: 33.33333333%;
    padding: 14px;
    box-sizing: border-box;
    margin-top: 16px;
}

.list-heading-wrapper .btn {
    padding: 0 !important;
    text-align: left;
    white-space: inherit;
    background: transparent;
}

.attendees-table .list-heading-wrapper {
    padding: 6px 0 4px 6px;
}

.invoice-summary {
    border-radius: 3px;
    padding: 14px;
    background: #ffffff;
    margin-top: 14px;
    border: 2px solid #e1e9f0;
    border-radius: 5px;
}

.table-bordered.list-of-events .day-date {
    background: #f4f8fb;
}

.chosen-container {
    width: 100% !important
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
    color: #999;
}
ul.carrots-tags {
    padding: 0;
    list-style: none;
}

ul.carrots-tags li {
    color: #777;
    font-size: 12px;
}

ul.carrots-tags li span.cec-tag {
    width: 12px;
    height: 4px;
    display: inline-block;
    background: #A3544D;
    border-radius: 6px;
    margin-right: 4px;
    vertical-align: middle;
}

ul.carrots-tags li span.social-tag {
    width: 12px;
    height: 4px;
    display: inline-block;
    background: #4797ce;
    border-radius: 6px;
    margin-right: 4px;
    vertical-align: middle;
}

.topHeaderArea .navArea .menu li a {
    padding: 0;
}

.topHeaderArea .navArea .menu li a.nav-reg {
    padding: 0 6px;
}

.topHeaderArea .navArea .menu li a:hover,
.topHeaderArea .navArea .menu li a:focus {
    background-color: transparent;
}

.topHeaderArea .navArea .menu li a.nav-reg:hover {
    background-color: #FF8A00;
}

.form-area {
    background: #ffffff;
    padding: 40px 15px 41px;
    border: 1px solid #eee;
    overflow: hidden;
}

.login-registration-form .form-area {
    padding: 50px 15px;
}

.form-area.exhibitor-search {
    padding: 40px 15px 0;
}

.modal-body .form-area {
    padding: 15px;
    border: 0;
}

.form-area .greatings {
    display: none;
}

.form-area .greatings-line {
    margin-bottom: 30px;
    color: #797979;
    font-size: 20px;
    text-transform: inherit;
}

.form-area .btn-submit {
    padding: 6px 30px;
    background: #519DD1;
    border-color: #519DD1;
    white-space: normal;
    margin-right: 0;
    height: auto;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.form-area .form-group {
    position: relative;
    height: 40px;
    z-index: 1;
    vertical-align: top;
    margin-bottom: 24px;
    margin-right: 0;
    margin-left: 0;
}

.formError {
    left: auto !important;
    right: 0 !important;
}

.formError .formErrorContent {
    width: 150px !important;
}

.form-area .form-group label {
    position: absolute;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    font-size: 1em;
    padding: 10px 0 5px;
    pointer-events: none;
    display: inline-block;
    float: right;
    color: #696969;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0
}

.form-area .form-group label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e1e9f0;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    -ms-transition: -ms-transform 0.3s, background-color 0.3s;
    -moz-transition: -moz-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.form-area .form-group label span.label-content {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    -ms-transition: -ms-transform 0.3s, color 0.3s;
    -moz-transition: -moz-transform 0.3s, color 0.3s;
    position: relative;
    display: block;
    width: 100%;
}

.form-area .form-group.formError label span.label-content {
    color: #d9534f;
}

.form-area .form-group .form-control:focus+label .label-content,
.form-area .form-group.not-empty label .label-content {
    color: #519dd1;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    -moz-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    -ms-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, -0.9em, 0) scale3d(0.855, 0.855, 1);
}

.form-area .form-group .form-control:focus+label::after,
.form-area .form-group .form-control label::after,
.form-area .form-group.not-empty label::after {
    background: #519dd1;
    -webkit-transform: scale3d(1, 0.25, 1);
    -moz-transform: scale3d(1, 0.25, 1);
    -ms-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

.form-area .form-group.formError label::after {
    background: #d9534f;
}

.form-area .form-group .form-control:focus+label::after,
{
    background: #a3d39c;
    -webkit-transform: scale3d(1, 0.25, 1);
    -moz-transform: scale3d(1, 0.25, 1);
    -ms-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

.form-area .form-group .form-control {
    position: absolute;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    height: 44px;
}

.form-area .form-group .form-control:focus {
    border-width: 2px;
    outline: none;
    width: 100%;
    background: transparent;
    padding: 0.5em 0;
    margin-bottom: 2em;
}

.form-area .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown.jpg) no-repeat !important;
    background-position: 100% 7px !important;
    background-size: 17px 17px !important;
}

.com_copyright {
    padding: 16px 50px 16px 20px;
    background: #e1e9f0;
    color: #353e48;
    font-size: 12px;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
    margin-top: 20px;
}

.login-registration-form .com_copyright {
    margin-top: 0;
}

.registration-links {
    padding: 17px 19px;
    background: #fff;
    border-left: 1px solid #eee;
}

.registration-links p {
    color: #777;
    margin: 0;
}

.registration-links p a {
    font-weight: bold;
}

.register-form-area {
    background: url(../images/reg-pic.jpg);
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 30s cubic-bezier(0, 0, 1, 1) infinite;
}
.register-form-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}
.register-form-area h3.company-name-login {
    font-weight: 300;
    font-size: 30px;
    margin: 0;
    padding: 0px;
    position: relative;
}

.register-form-area h3.conf-year {
    font-weight: 300;
    margin: 0;
    position: relative;
}

.box-eq {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.register-form-area {
    color: #ffffff;
    padding: 0;
    font-weight: normal;
}

.register-form-area .timeline ul {
    padding: 0;
    list-style: none;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 97px;
}

.register-form-area .timeline ul:before {
    content: "";
    width: 1px;
    height: calc(100% - 55px);
    background: #ffffff;
    display: block;
    position: absolute;
    left: 5px;
    top: 25px;
    opacity: 0.8;
}

.register-form-area .timeline ul li {
    font-size: 23px;
    padding: 10px 0;
    font-weight: 200;
    position: relative;
}

.register-form-area .timeline ul li.first-animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-duration: 0.5s;
    -ms-animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
}

.register-form-area .timeline ul li.second-animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0.7s;
    -ms-animation-duration: 0.5s;
    -ms-animation-delay: 0.7s;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
}

.register-form-area .timeline ul li.third-animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-duration: 0.5s;
    -ms-animation-delay: 0.9s;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0.9s;
    animation-duration: 0.5s;
    animation-delay: 0.9s;
}

.register-form-area .timeline ul li.fourth-animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    -ms-animation-duration: 0.5s;
    -ms-animation-delay: 1s;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 1s;
    animation-duration: 0.5s;
    animation-delay: 1s;
}

.register-form-area .timeline ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #ffffff;
    left: -22px;
    position: absolute;
    border-radius: 3px;
    top: 22px;
}

.register-form-area .timeline ul li span {
    font-size: 12px;
    vertical-align: top;
    margin-left: 4px;
}

.location-area {
    position: absolute;
    bottom: 18px;
}

.location-area h3 {
    float: left;
    margin: 0;
    font-size: 18px;
    margin-left: 8px;
}

.location-area h3 span {
    display: block;
    font-size: 12px;
    color: #ddd;
}

.location-area i {
    float: left;
    font-size: 32px;
}

.form-error-message {
    position: absolute;
    bottom: -18px;
    right: 0;
    color: #d9534f;
}

.steps {}

.steps .steps-list {
    list-style: none;
    padding: 30px;
    position: relative;
}

.steps .steps-list li {
    display: inline-block;
    padding: 0 10% 0 0;
    color: #bbbbbb;
    text-transform: capitalize;
}

.steps .steps-list li.active {
    color: #519dd1;
}

.steps .steps-list li.active.done {
    color: #5cb85c;
}

.steps .steps-list li span {
    display: block;
    font-size: 34px;
}

.steps .steps-list li span:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #ddd;
    display: block;
}

.steps .steps-list li.active.done span:after {
    content: "";
    background: #5cb85c;
}

.steps .steps-list li.active span:after {
    content: "";
    background: #519dd1;
}

.affix {
    top: 0
}

div.getstarted-text {
    background: #ffffff;
    border: 1px solid #e1e9f0;
    border-radius: 10px;
    color: #777;
    margin-bottom: 30px;
}

.attendees-list li a {
    color: #999999;
    padding-left: 60px;
    display: inline-block;
}

.attendees-list li.assignedAttendee a {
    color: #5cb85c;
    padding-left: 60px;
}

.attendees-list li a.addAttenBtn {
    color: #519dd1;
    margin-left: 0;
}

.attendeesInIt .attendees-list li a.addAttenBtn {
    color: #519dd1;
}

.attendees-list li a.edit-attendee-icon {
    color: rgba(92, 184, 92, 0.66);
    margin-left: 11px;
    padding: 0;
}

.attendees-list li a:hover {
    color: #5cb85c
}

.attendees-list li.show a {
    display: inline-block;
}

.m-t {
    margin-top: 15px;
}

.p-xl {
    padding: 40px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.invoice-table b {
    color: #757575
}

.add_saskdentist_popup {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.add_saskdentist_popup h3,
.add_saskdentist_popup .close-btn-pop {
    display: none;
}

.invoice-table tbody>tr>td:last-child,
.invoice-table tbody>tr>td:nth-child(4),
.invoice-table tbody>tr>td:nth-child(3),
.invoice-table tbody>tr>td:nth-child(2) {
    text-align: right;
}

.invoice-table thead>tr>th:last-child,
.invoice-table thead>tr>th:nth-child(4),
.invoice-table thead>tr>th:nth-child(3),
.invoice-table thead>tr>th:nth-child(2) {}

.invoice-total>tbody>tr>td:first-child {
    text-align: right;
}

.invoice-total>tbody>tr>td {
    border: 0 none;
}

.invoice-total>tbody>tr>td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%;
}

.table-bordered.attendees-table {
    border-color: #e1e9f0;
    background: #ffffff;
    border-radius: 10px;
}

.table-bordered.attendees-table thead {}

.table-bordered.attendees-table tbody {}

.table-bordered.attendees-table tr:hover {
    background: #f4f8fb
}

.table-bordered.attendees-table tr td {
    border-color: #e1e9f0;
    border-width: 2px;
}

.table-bordered.attendees-table th {
    /* white-space: nowrap; */
    border-width: 2px;
    border-color: #e1e9f0;
    background: #e1e9f0;
    max-width: 80px;
    padding-top: 20px;
}

.table-bordered.attendees-table th .table-th-attendee {
    position: relative;
}

.table-bordered.attendees-table th .table-th-attendee a {
    position: absolute;
    top: -20px;
    right: 10px;
    display: none;
}

.table-bordered.attendees-table th .table-th-attendee a.delete-icon-btn {
    right: -8px;
    color: rgba(92, 184, 92, 0.66);
}

.table-bordered.attendees-table th .table-th-attendee a:hover {}

.table-bordered.attendees-table th .table-th-attendee.show a {
    display: block
}

.table-bordered.attendees-table tr td:first-child {
    position: relative;
}

.table-bordered.table>thead:first-child>tr:first-child>th {}

.table-bordered.table .day-date-tr {
    background: #f4f8fb;
}

.table-bordered.table .day-date-tr td:first-child {
    padding: 0;
}

.accordion-title {
    border-bottom: 1px solid #999;
    cursor: pointer;
    background: #519DD1;
    padding: 10px 36px 10px 10px;
    border: 0;
    margin: 1px 0;
    position: relative;
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
}

.accordion-title:after {
    content: "\f107";
    position: absolute;
    right: 18px;
    font-family: FontAwesome;
    font-size: 20px;
    top: 50%;
    transform: translate(-0%, -50%);
    transition: all 0.3s;
}

.accordion-title.titleopen:after {
    transform: rotate(180deg);
    top: 25%;
    transition: all 0.3s;
}

.sweet-alert button {
    background-color: #529dd1 !important;
}

.modal-content form {
    max-width: 380px;
    margin: 50px auto;
}

td,
th {
    padding: 8px;
}

.assigned-booths-list table,
.assigned-booths-list tr,
.assigned-booths-list td {
    border: 2px solid #e1e9f0 !important;
}

.contentarea .top-strip {
    background: #ffffff;
    margin-top: -50px;
}

.modal-header .close {
    color: #333;
    opacity: 1;
}

#footer {
    margin-top: 50px
}

#footer ul.nav li a {
    font-size: 16px;
}

#footer ul.nav li a:hover {
    background-color: transparent;
}

#footer .custom a {
    font-size: 16px;
    color: #4bb463;
    font-weight: normal;
}

#footer .custom a:hover {
    color: #008000;
    text-decoration: none;
}

.navbar-nav>li.reg-logout-btn {
    padding: 15px 0;
}

.navbar-nav>li.reg-logout-btn>a {
    padding: 0;
}

.sweet-alert p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.humberger-icon {
    display: none;
}

.attendees-btn-grp {
    display: inline-block;
    padding-;
    padding-left: 50px;
}

.modal-body.form-area .details-body tr:first-child td {
    border-top: 0;
}

.modal-body.form-area .details-body tr table,
.modal-body.form-area .details-body tr table td {
    border: 1px solid #000;
}

.modal-open .modal.fade.in {
    background: rgba(0, 0, 0, 0.7);
}

.modal-backdrop {
    background-color: transparent;
}

.cb.divider-cb {
    display: none;
}

.fa-power-off {
    margin-left: 5px;
}

svg#dapei_svg {
    width: 100%;
}

.list-of-events.selfscan-reports {}

.list-of-events.selfscan-reports li {
    padding: 14px
}

.list-of-events.selfscan-reports li.reports-heading {
    padding: 0;
    font-size: 20px;
}

.list-of-events.selfscan-reports li a {}

.contact-card {
    background: #ffffff;
    border: 2px solid #e1e9f0;
    padding: 14px;
    border-radius: 10px;
}

.contact-card .image-wrapper {
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.contact-card .image-wrapper img {}

.contact-card .contact-name-tag {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.contact-card p {
    text-align: center;
    color: #888;
}

.contact-card hr {
    margin-bottom: 14px;
}

.contact-card .contact-card-btns {
    padding: 0;
    text-align: center;
    margin: 0;
}

.contact-card .contact-card-btns li {
    display: inline-block;
}

.contact-card .contact-card-btns li a {
    padding: 10px;
}

.getstarted-text p {
    color: #ffffff;
    text-shadow: none;
}

.getstarted-text.step1:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5db75c;
    position: absolute;
    top: -10px;
    left: 40px;
}

.getstarted-text.step1 {
    background: #5db75c;
    color: #ffffff;
}

.getstarted-text.step2:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5db75c;
    position: absolute;
    top: -10px;
    left: 190px;
}

.getstarted-text.step2 {
    background: #5db75c;
    color: #ffffff;
}

.getstarted-text.step3:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5db75c;
    position: absolute;
    top: -10px;
    left: 410px;
}

.getstarted-text.step3 {
    background: #5db75c;
    color: #ffffff;
    width: 100%;
}

.getstarted-text.step4:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #5db75c;
    position: absolute;
    top: -10px;
    left: auto;
    right: 534px;
}

.getstarted-text.step4 {
    background: #5db75c;
    color: #ffffff;
    width: 100%;
}

.alert-dismissable .close {
    color: #F1F1F1;
    opacity: 1;
}

.alert-dismissable .close:hover,
.alert-dismissable .close:focus {
    color: #000;
}

.modal-title {
    text-transform: capitalize;
}

.forgot-password p {
    font-size: 15px
}

.view-booth_reg .attendees-list li a.addAttenBtn {
    margin: 0;
    padding: 0 60px;
}

.transaction-txtbox {
    background: #fff;
    border-radius: 4px;
    padding: 20px 15px;
    margin-left: 17px;
}

.transaction-txtbox a {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.transaction-txtbox a.btn-block+.btn-block {
    margin-top: 0;
}

.transaction-txtbox .user-name {
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
}

.ui-widget.ui-widget-content{
    z-index: 99999
}
.svg-container{
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 90%; 
	vertical-align: middle; 
	overflow: hidden; 
}
.svg-container svg{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.form-area .form-group.upload input[type="file"]{
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	height: auto;
	top: 13px;
}
.form-area .form-group.upload label .label-content{
    color: #519dd1;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    -moz-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    -ms-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
	 transform: translate3d(0, -1.5em, 0) scale3d(0.855, 0.855, 1);
}
.form-area .form-group#row_company_prod_info{
	height:150px;
}
.form-area .form-group#row_company_prod_info .form-control{
	height:150px;
	resize: none;
	border-bottom:4px solid #e1e9f0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
	padding: 12px 12px 4px 0;
}
.form-area .form-group#row_company_prod_info .form-control:focus,
.form-area .form-group.not-empty#row_company_prod_info .form-control{
	border-bottom:2px solid #66afe9;
	bottom:auto;
}
.form-area .form-group#row_company_prod_info .form-control+label:after,
.form-area .form-group#row_company_prod_info .form-control:focus+label:after{
	display: none;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@media screen and (max-width: 1500px) {
    .list-of-events time {
        font-size: 12px
    }
    .attendees-table .list-of-events time {
        font-size: 12px
    }
}

@media screen and (max-width: 1476px) {
    .list-of-events time {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        text-align: left;
        padding: 0 14px 14px;
    }
    .attendees-table.list-of-events time {
        padding: 0 6px 6px;
    }
    .attendees-table .list-heading-wrapper {}
    .attendees-table .list-of-events time:after {}
    .list-of-events time:after,
    .day-bar:before {
        display: none
    }
    .list-heading-wrapper {
        padding: 14px 0 0px 14px;
    }
    .list-of-events.cec-events-box li h4.course-speaker-name:before,
    .attendees-table.list-of-events h4.course-speaker-name:before {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .invoice-summary {}
    .cb.divider-cb {
        display: block;
    }
    .getstarted-text.step3:before {
        left: 370px;
    }
    .getstarted-text.step2:before {
        left: 180px;
    }
    .getstarted-text.step1:before {}
}

@media screen and (max-width: 992px) {
    .invoice-summary {
        position: static;
        width: 100%;
    }
    .humberger-icon {
        display: block;
    }
    .getstarted-text.step3:before {
        left: 320px;
    }
    .getstarted-text.step2:before {
        left: 150px;
    }
    .getstarted-text.step1:before {}
}

@media screen and (max-width: 991px) {
    .form-area {
        padding: 35px 15px 29px;
    }
}

@media screen and (max-width: 768px) {
    .getstarted-text.step1:before,
    .getstarted-text.step2:before,
    .getstarted-text.step3:before {
        display: none;
    }
    .formError {
        top: 12px !important;
        right: 0% !important;
    }
    .box-eq {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .steps .steps-list li span {
        font-size: 26px;
    }
    #footer {
        padding: 40px 0;
    }
    .modal-body.form-area .details-body tr {
        display: block;
        padding-bottom: 25px;
    }
    .modal-body.form-area .details-body tr td:first-child {
        border-top: 0;
    }
    .modal-body.form-area .details-body td {
        width: 100%;
        display: block;
    }
    .modal-body.form-area .details-body tr table tr {
        display: table-row;
    }
    .modal-body.form-area .details-body tr table td {
        display: table-cell;
        border: 1px solid #000;
    }
    .modal-body.form-area .details-body tr table td:first-child {
        border: 1px solid #000;
    }
}

@media screen and (max-width:555px) {
    .steps .steps-list {
        padding: 30px 20px;
    }
    .steps .steps-list li {
        padding: 0 9% 0 0;
        font-size: 13px;
    }
    .steps .steps-list li span {
        font-family: 22px;
    }
    .list-heading-wrapper {
        padding: 30px 0 4px 14px;
    }
    .list-of-events h4.course-speaker-name {
        width: auto;
    }
    .form-area .greatings-line {
        font-size: 15px;
    }
    #footer ul.nav {
        padding: 0;
    }
    #footer ul.nav li a {
        font-size: 12px;
        padding: 0 6px;
    }
    .attendees-btn-grp {
        display: block;
    }
    .attendees-list li {
        padding: 2px 0 15px;
    }
}

@media screen and (max-width: 480px) {

    .steps .steps-list li {
        padding: 0 5px 0 0;
        font-size: 12px;
    }
    .steps .steps-list li span {
        display: none;
    }
    .steps .steps-list {
        padding: 10px 0;
        margin-top: 10px;
        text-align: center;
    }
    .steps .steps-list li:after {
        content: ">";
        margin-left: 6px;
    }
    .steps .steps-list li:last-child:after {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .attendees-list li a {
        font-size: 12px;
    }
    .attendees-list li {
        padding: 2px 0 8px;
        font-size: 12px;
    }
    .list-of-events h4.course-speaker-name {
        font-size: 12px;
    }
    .attendeesInIt .attendees-list li a.addAttenBtn {
        padding: 0;
        margin-left: 0
    }
    .list-heading-wrapper {
        padding: 14px 0 4px 14px;
    }
    .list-of-events time {
        font-size: 10px
    }
    .attendees-btn-grp {
        padding-left: 0;
    }
    .booths-assigned h4 {}
}
/*
@media print {




    .ibox-content.p-xl {
        border-top:1px solid #ccc;
    }
    .com-add-block{
        display: block;
        margin: 3px 0;
        font-size: 11pt !important;
        line-height: 16px !important;
    }
    .com-add-block .col-md-6{
        float: right;
    }
    .com-add-block .col-md-6:first-child{
        float: left;
    }
    .invoice-details .invoice-box{
    display:block;
    overflow:hidden;
    }

    .ibox-content.p-xl .invoice-details .col-sm-6,
    .invoice-details .invoice-box:first-child{
        float:left;
    }
    .ibox-content.p-xl .invoice-details .col-sm-6.text-right,
    .invoice-details .invoice-box{
        float:right;
    }
    #btnReopen,
	.ibox-content .text-right button.btn.btn-primary{
        display: none !important;
    }
    #lnkPrint {
        display: none !important;
    }
    .logout-btn-checkout {
        display: none !important;
    }
    .payout-btn-checkout {
        display: none !important;
    }
    .userprofile-btn-checkout {
        display: none !important;
    }
    #offcanvas-toggler, 
	.steps, 
	.getstarted-text, 
	.btn-group, 
	.well, 
	#sp-footer, 
	#top-row, 
	#header-row, 
	.com_copyright,
	#footer-wrapper,
	.ess-logo,
	#sp-header,
	#sp-bottom,
.payment--history--modal .payment-history-modal-close,
.view--payment--history,
.banner-wrapper img{
        display: none !important;
    }

 .payment--history--modal h3{
    	font-size: 11pt !important;
    	margin: 0;
    	font-weight: normal;
    }
    .modal.payment--history--modal{
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        top: 0 !important;
        margin-top: -40px !important;
    }
    .modal.payment--history--modal .modal-dialog{
        width: 100% !important;
        margin:0 auto 0 !important;
        top: 0 !important;
        transform: inherit !important;
        display: block !important;
    }
    .modal.payment--history--modal .modal-dialog .modal-body{
    	padding: 0 30px !important;
    }
    .modal.payment--history--modal .modal-dialog .modal-content{
        border:0 !important;
        box-shadow: inherit !important;
    }
    .modal.payment--history--modal .modal-dialog table td img{
    	display: block;
    	margin:0 auto;
    	width: 22px;
    	height: 22px;
     }
    .modal.payment--history--modal .modal-dialog table td{       
        border: 1px solid #ccc;
        padding: 2px 5px;
        font-size: 8pt !important;
        line-height: 13px !important;
        text-transform: none !important;
        text-align: center;
    }
      .modal.payment--history--modal .modal-dialog tr:nth-child(even){
        background-color: #dadbe8 !important;
        color: #555973 !important;
      }
	   a[href]:after {
    content: none !important;
  }
}*/
@media print {

    .ibox-content.p-xl {
        border-top:1px solid #ccc;
    }
    .com-add-block{
        display: block;
        margin: 3px 0;
        font-size: 11pt !important;
        line-height: 16px !important;
    }
    .com-add-block .col-md-6{
        float: right;
    }
    .com-add-block .col-md-6:first-child{
        float: left;
    }
    .invoice-details .invoice-box{
    display:block;
    overflow:hidden;
    }

    .ibox-content.p-xl .invoice-details .col-sm-6,
    .invoice-details .invoice-box:first-child{
        float:left;
    }
    .ibox-content.p-xl .invoice-details .col-sm-6.text-right,
    .invoice-details .invoice-box{
        float:right;
    }
.invoice-details .invoice-box p{
	margin: 0;
}
    #btnReopen,
	.ibox-content .text-right button.btn.btn-primary{
        display: none !important;
    }
    #lnkPrint {
        display: none !important;
    }
    .logout-btn-checkout {
        display: none !important;
    }
    .payout-btn-checkout {
        display: none !important;
    }
    .userprofile-btn-checkout {
        display: none !important;
    }
    #offcanvas-toggler, 
	.steps, 
	.getstarted-text, 
	.btn-group, 
	.well, 
	#sp-footer, 
	#top-row, 
	#header-row, 
	.com_copyright,
	#footer-wrapper,
	.ess-logo,
	#sp-header,
	#sp-bottom,
.payment--history--modal .payment-history-modal-close,
.view--payment--history,
.banner-wrapper img{
        display: none !important;
    }

 .payment--history--modal h3{
    	font-size: 11pt !important;
    	margin: 0;
    	font-weight: normal;
    }
    .modal.payment--history--modal{
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        top: 0 !important;
        margin-top: -40px !important;
    }
    .modal.payment--history--modal .modal-dialog{
        width: 100% !important;
        margin:0 auto 0 !important;
        top: 0 !important;
        transform: inherit !important;
        display: block !important;
    }
    .modal.payment--history--modal .modal-dialog .modal-body{
    	padding: 0 30px !important;
    }
    .modal.payment--history--modal .modal-dialog .modal-content{
        border:0 !important;
        box-shadow: inherit !important;
    }
    .modal.payment--history--modal .modal-dialog table td img{
    	display: block;
    	margin:0 auto;
    	width: 22px;
    	height: 22px;
     }
    .modal.payment--history--modal .modal-dialog table td{       
        border: 1px solid #ccc;
        padding: 2px 5px;
        font-size: 8pt !important;
        line-height: 13px !important;
        text-transform: none !important;
        text-align: center;
    }
      .modal.payment--history--modal .modal-dialog tr:nth-child(even){
        background-color: #dadbe8 !important;
        color: #555973 !important;
      }
	   a[href]:after {
    content: none !important;
  }
	

}

