.table-technologies-sharing::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.table-technologies-sharing::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
.table-technologies-sharing::-webkit-scrollbar-thumb {
    background: #00a79d;
}
.table-powerup::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.table-powerup::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
.table-powerup::-webkit-scrollbar-thumb {
    background: #00a79d;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dropdown-toggle-title-b {
    position: relative;
    width: 280px;
    height: 40px;
    padding: 7px 40px 5px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
    border-radius: 8px;
    color: #686868;
    text-decoration: none;
    -webkit-appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 250px;
}

.w-form-fail {
    display: block;
}

a {
    color: #686868;
    text-decoration: none;
}

.checkbox-container {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #848484;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #848484;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #848484;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    background-image: url("../images/icon-tick.svg");
    left: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
}

.other-checkbox {
    display: inline;
}

.thanks-container {
    text-align: center;
}

.checkbox-col._33 {
    position: relative;
}

.lang-link {
    margin: 0px 15px;
}

.lang-current {
    color: #00a79d;
}

.btn-submit {
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
}

#session-popup {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
}

.sub-session {
    padding: 0px;
}

.sub-session-table {
    width: 100%;
    border-collapse: collapse;
}

.sub-session-table td{
    border: 1px solid white;
    padding: 5px 10px;
    height: 140px;
}

.sub-session-table tr:first-child td {
    border-top: 0;
}

.sub-session-table tr td:first-child {
    border-left: 0;
}

.sub-session-table tr:last-child td {
    border-bottom: 0;
}

.sub-session-table tr td:last-child {
    border-right: 0;
}

.table-technologies-sharing::-webkit-scrollbar, .table-powerup::-webkit-scrollbar, .table-citf-chat::-webkit-scrollbar {
    width: 0 !important
}

.table-technologies-sharing, .table-powerup, .table-citf-chat {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.table-col-tech-title > .table-col-tech {
    height: 56px;
}

.table-col-powerup-title > .table-col-powerup {
    height: 56px;
}

.table-col-citf-chat-title > .table-col-citf-chat {
    height: 56px;
}

.desktop-main-session {
    display: block;
}

.mobile-main-session {
    display: none;
}

@media(max-width: 1366px) {
    .sub-session-table td {
        height: 180px;
    }
}

@media(max-width: 1024px) {
    .sub-session-table td {
        height: 210px;
    }
}

@media(max-width: 991px) {
    .table-col-tech-title > .table-col-tech {
        height: 80px;
    }

    .sub-session-table td {
        height: 190px;
    }
}

@media(max-width: 767px) {
    .btn-submit {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .desktop-main-session {
        display: none;
    }

    .mobile-main-session {
        display: block;
    }

    .table-col-tech-title > .table-col-tech {
        height: 56px;
    }
}

@media screen and (max-width: 479px) {

}
