﻿/*<link  href="~/Content/V2/Common.css" rel="stylesheet" type="text/css" />*/
.display-noneSmax {
    display: none !important;
}

.display-none {
    display: none;
}

.hidden-visibility {
    visibility: hidden;
}

.blue-arrow-right {
    background-image: url('/img/blue-arrow-right.svg');
}

.arrow-right {
    background-image: url('/Content/img/arrow-right.svg');
}

.play-img {
    background-image: url('/Content/img/play.svg');
}

.close-modal-b {
    background-image: url('/Content/img/close-modal-b.svg');
}

.translated3d {
    transform: translate3d(0px, 0px, 0px);
}

.right-margin {
    margin-right: 30px;
}

.display-table {
    display: table;
}

.left-margin {
    margin-left: 38%;
}

.font20 {
    font-size: 20px;
}

.color-red {
    color: red;
}

.align-text {
    text-align: center;
}



/*support library page and delfiChatPage*/
div#accordionBody ul, ol {
    margin-left: 3.2rem;
}

@@media (min-width: 1030px) {
    .primary-nav .primary-nav__list li.primary-nav__list-item {
        margin-left: 1.5em !important;
    }
}

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

.pointer-cursor {
    cursor: pointer;
}

.width225 {
    width: 225px;
}

.width90-margin12 {
    width: 90% !important;
    margin-left: 12px
}

.text-underline {
    text-decoration: underline;
}

.margin-auto {
    margin-left: auto;
}

.transparentClass {
    background-color: #fff;
}

.downloadButton {
    font-size: 1.8rem !important;
    background-color: transparent;
    color: #07acff;
    padding: 0.5em 1.75em;
}

.color-margin {
    color: #f00 !important;
    margin-bottom: 20px;
}

/* for smaxdataexchange page*/
img#imgIcon {
    margin-left: 35%;
    margin-bottom: -58px;
    cursor: pointer;
}

b#fSize {
    font-size: 22px;
    color: darkgreen;
}

p#passcode {
    margin-top: -28px;
    margin-left: 110px;
}

h#passcodetxt {
    color: darkgreen;
    font-size: 22px;
}
/* dataexchangeaccordin page*/
.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

.display-block {
    display: block;
}

/*for resource page*/
.library nav.library ul li.inactive a {
    color: #fff !important;
}

.library nav.library ul li.active a {
    color: var(--slb-deep-blue) !important;
}

.margin0 {
    margin: 0;
}


.padding1 {
    padding: 1rem;
}

.float-right {
    float: right;
}

.event-pointer {
    pointer-events: none;
}

.block-inline {
    display: inline-block;
}

.initial-margin {
    margin: initial;
}

.top-margin {
    margin-top: 0rem;
}

.margin-left-imp {
    margin-left: 0 !important;
}

.inner-page-bg {
    background-image: url('../images/inner-page-bg.jpg')
}

.position-relative {
    position: relative !important;
}


/*YourTicket css*/

.text-style {
    white-space: nowrap;
    text-align: center;
    letter-spacing: .2em;
    padding-top: 1.1em;
}

.width-max {
    max-width: 648px;
}

.showActive {
    color: var(--slb-blue) !important;
}


.bottom-padding20 {
    padding-bottom: 20px;
}

.top-margin20 {
    margin-top: 20px;
}

.table-border-width {
    width: 75%;
    border: 2px solid #7D1802;
}

.tr-bg-color {
    background-color: coral;
}

.td-border-width {
    border: 1px solid #D78270;
    width: 50%;
}

.ur-bg-color {
    background-color: lightgreen;
}

.ur-color {
    color: green;
}

/*SessionTimeout css*/
.sessionTimeoutPopup {
    -webkit-animation: fadein .4s ease-out;
    animation: fadein .4s ease-out;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .sessionTimeoutPopup.active {
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .sessionTimeoutPopup .inner {
        background-color: #fff;
        padding: 4rem;
        max-width: 450px;
        position: relative;
        text-align: left;
    }

    .sessionTimeoutPopup .close {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #000;
        color: #fff;
        padding: .25em .5em;
    }

.bottom-margin100 {
    margin-bottom: 100px;
}

.sdcRedtext {
    padding-left: 143px;
}
/*Search style*/
.highlight {
    font-weight: 900;
}

.highlightseemoreless {
    font-weight: 900 !important;
}

.facethighlight {
    font-weight: 900;
}

.validation-summary-errors {
    color: #b94a48;
}

/*V2 heade file*/
.submenus .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

    .submenus .close-btn img {
        cursor: pointer;
    }

@@media screen and (max-width: 600px) {
    .submenus .close-btn {
        visibility: hidden;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999;
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 1024px) {

    .custom-tab.library nav.library li {
        color: var(--slb-grey-5) !important;
    }
	
	.custom-tab.library nav.library li.active {
    color : var(--slb-blue) !important;
    }
}

@@media screen and (device-width: 768px), screen and (device-height: 1366px ) {
    .submenus .close-btn {
        visibility: hidden;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999;
        display: none;
    }
}

.software-news-hide {
    display: none !important;
}


/*support library custom tab*/
.custom-tab.library nav.library {
    background-color: #fff;
    box-shadow: none;
}

.custom-tab .swiper-container {
    border-top: 2px solid var(--slb-grey-2);
    overflow-y: hidden;
    overflow-x: auto;
}

.custom-tab.library .library nav.library ul {
    padding: 0;
}

.custom-tab.library nav.library.with-arrows .swiper-wrapper .swiper-slide {
    padding: 1em 2em;
}

.custom-tab.library nav.library ul li.active {
	border-top: 4px solid var(--slb-blue);
    color: var(--slb-blue);
    padding-top: 16px;
}

.custom-tab.library nav.library ul {
    padding: 0;
}

    .custom-tab.library nav.library ul li {
        padding: 1em 0em;
        color: var(--slb-grey-5);
		text-transform: uppercase;
        font-size: 24px !important;
        text-align: left;
        margin-left: 50px !important;
    }

/* width */
.custom-tab ::-webkit-scrollbar {
    height: 5px
}

/* Track */
.custom-tab ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
    border-radius: 10px;
}

/* Handle */
.custom-tab ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

    /* Handle on hover */
    .custom-tab ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

@media (min-width: 200px) and (max-width: 1024px) {
    .custom-tab.library nav.library li {
        color: var(--slb-grey-5) !important;
    }
    .custom-tab.library nav.library li.active {
        color: var(--slb-blue) !important;
    }
}
.filters {
    margin-bottom: 40px;
}
.select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid var(--slb-black) !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    border-color: var(--slb-deep-blue);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0;
    border-color: var(--slb-blue) transparent transparent transparent;
    margin-left: 4px !important;
    margin-top: -5px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 7px;
    border-color: transparent transparent var(--slb-blue) transparent !important;
}
.select2-results__option[aria-disabled="true"] {
    color: #aaa;
    font-weight: 700;
    background: var(--slb-white) !important;
    cursor: default;
}
.select2-results__option--highlighted[aria-selected] {
    background-color: var(--slb-blue) !important;
    color: var(--slb-white) !important;
}
.select2-results__option {
    color: var(--slb-grey);
    font-size: 14px;
    padding: 6px 12px;
}
.select2-search--dropdown {
    display: block;
    padding: 0;
}
.custom-clear-search {
    position: absolute;
    right: 6px;
    top: 16px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    opacity: 0.7;
    z-index: 10;
}
.custom-clear-search:hover {
    color: var(--slb-black);
    opacity: 1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--slb-white) !important;
    border: 1px solid var(--slb-black) !important;
    border-radius: 0 !important;
    color: var(--slb-black) !important;
    outline: 0 !important;
    box-shadow: none !important;
    height: 48px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    display: block !important;
    line-height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--slb-black) !important;
}

.library .search-container.hide-icon:after {
    content: none !important;
}

/* change on events webinar */

/* ------------------------------
   Webinar Grid Column Gutters
------------------------------ */
.webinar-grid .col-12,
.webinar-grid .col-md-6,
.webinar-grid .col-lg-4,
.webinar-grid .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
}

/* ------------------------------
   Base Layout
------------------------------ */


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bg-l-grey.ptb80 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



/* ------------------------------
   Default Columns
------------------------------ */
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

/* ------------------------------
   Responsive Breakpoints
------------------------------ */
@media (min-width: 768px) {
    .container { max-width: 720px; }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .container { max-width: 960px; }
    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .container { max-width: 1200px; }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* ------------------------------
   Utility Classes (spacing, text, etc.)
------------------------------ */
.b30 { margin-top: 5px; }
.b50 { margin-bottom: 50px; padding-left: 70px; padding-right: 70px; }
.ptb90 { padding-top: 90px; padding-bottom: 90px; }
.ptb80 { padding-top: 80px; padding-bottom: 80px; }

.tar { text-align: right; padding-right: 15px;}
.text-20 { font-size: 18px !important; }
.text-32 { font-size: 32px; }
.text-w-800 { font-weight: 200; }
.text-black { color: #000; }

.text-w-800.text-32.text-black {
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    text-align: left;
    color: var(--slb-blue);
    padding-left: 70px;
}

.webinar-heading {
    padding-left: 15px;
    padding-right: 15px;
}
.view-all-def:hover .view-all-text {
    color: var(--slb-deep-blue);
}

/* ------------------------------
   Content Elements
------------------------------ */


.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.news-event-date {
    font-size: 14px;
    color: #000;
}

.view-all-def {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.view-all-text {
    font-weight: 500;
    font-size: 17px;
    color: var(--slb-blue);
    letter-spacing: 0.21px;
    line-height: 24px;
}

.view-all-icon-lt {
    width: 12px;
    height: 12px;
    margin-left: 6px;
	 
    background: url('/Content/img/arrow-right-blue.svg') no-repeat center;
    background-size: contain;
}

.case-box-image {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.case-box-image:hover {
    transform: scale(1.05);
}



/* ------------------------------
   Loader
------------------------------ */
.ajax-loader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    display: none;
}
.ajax-p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #333;
}

/* ------------------------------
   Flex Utilities
------------------------------ */
.align-items-center { align-items: center !important; }
.justify-content-between { justify-content: space-between !important; }

/* ------------------------------
   Background
------------------------------ */
.bg-l-grey { background-color: #f7f7f7; }

/* ------------------------------
   Small Device Adjustments
------------------------------ */
@media only screen and (max-width: 767px) {
    .b50 {
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-w-800.text-32.text-black {
        font-size: 28px !important;
        padding-left: 15px;
    }
}

/* Step 1: make the column a flex container */
.webinar-grid > .col-12,
.webinar-grid > .col-md-6,
.webinar-grid > .col-lg-4,
.webinar-grid > .col-xl-3 {
    display: flex;
    flex-direction: column;
}

/* Step 2: make the card contents stretch */
.webinar-grid > .col-12 > div,
.webinar-grid > .col-md-6 > div,
.webinar-grid > .col-lg-4 > div,
.webinar-grid > .col-xl-3 > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.webinar-grid .news-event-date {
    margin-top: auto;     /* stays at bottom */
    white-space: nowrap; 
}

.row.align-items-center.justify-content-between::after {
    content: none !important;
    display: none !important;
}
.text-20.text-w-800.text-black.b25.h-eq h3 {
  font-size: 16px !important;   /* example */
  font-weight: normal !important; /* example */
}

