@charset "UTF-8";
/*------------------------
    Defteam -Theme Colors
    --------------------------*/
/*----------------------
    Defteam - Variables
    -----------------------*/
/*** Scalables ***/
/*** Variables ***/
/*** Scalable Headers ***/
/*--------------------
    Defteam Typography
    ---------------------*/
/*** Headers & Lables ***/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
.dt_Header1 {
  font-size: 40px;
}
.dt_Header2 {
  font-size: 36px;
}
.dt_Header3 {
  font-size: 32px;
}
.dt_Header4 {
  font-size: 28px;
}
.dt_Header5, .dt_customTitle {
  font-size: 24px;
}
.dt_Header6 {
  font-size: 20px;
}
.dt_Header7, .dt_demoCard .dt_cardFooter a, .dt_Accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}
.dt_Header8, body, .dtBtn, .dtBtn-sm, .comment-list li .comment-body .reply a, .form-check label, .dt_MS_Accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
}
.dt_Header9, .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link, .dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item, .dt_PrimaryNavbar .dt_ourServiceslist ul li a, .form-floating label, .dt_input, .dt_textarea, .dt_select, .dtModal_MD .modal-content .modal-body, .dtModal_LG .modal-content .modal-body, .dt_heroContent li a, .dt_blogHeader .dt_blogInfo li {
  font-size: 14px;
}
.dt_Header10, .dt_cylinder li a, .comment-list li .comment-body .comment-meta a {
  font-size: 12px;
}
.dt_customTitle::after {
  content: "";
  border-bottom: 2px solid #D42427;
  position: absolute;
  display: block;
  width: 160px;
  margin-top: 17px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.dt_light {
  font-weight: 400 !important;
}
.dt_bold, .dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item, .dt_PrimaryNavbar .dt_ourServiceslist ul li a, .dt_MS_Accordion .accordion-item .accordion-header .accordion-button, .dt_pagination .current {
  font-weight: 500 !important;
}
.dt_bolder, .dt_customTitle, ul li::marker, ol li::marker, .dt_demoCard .dt_cardFooter a, .dt_Tabs .nav-item .nav-link.active, .dt_vTabs .nav-item .nav-link.active, .dt_Accordion .accordion-item .accordion-header .accordion-button, .comment-list li .comment-body .comment-author a {
  font-weight: 600 !important;
}
.dt_italic {
  font-style: italic;
}
.dt_Homeicons {
  font-size: 64px !important;
}
.dt_mediaIcon {
  width: 28px;
}
.dt_mediaIcon:hover {
  cursor: pointer;
}
.dt_mediaIcon-md {
  width: 44px;
}
.dt_mediaIcon-md:hover {
  cursor: pointer;
}
/*** Color Lables ***/
.dt_PrimaryC, .dt_Tabs .nav-item .nav-link.active, .dt_Tabs .nav-item .nav-link:hover, .dt_Tabs .nav-item .nav-link:focus {
  color: #D42427;
}
.dt_SecondaryC, .dt_jasperCard .dt_cardHeader, .dt_powerbiCard .dt_cardHeader, .dt_vTabs .nav-item .nav-link.active, .dt_vTabs .nav-item .nav-link:hover, .dt_vTabs .nav-item .nav-link:focus, .dt_Accordion .accordion-item .accordion-header .accordion-button, .dt_MS_Accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .dt_heroContent li a, .dt_blogHeader .dt_blogInfo li span, .comment-list li .comment-body .comment-meta a {
  color: #255DA1;
}
.dt_SemiBlue {
  color: #BCD8FB;
}
.dt_lightBlue {
  color: #EEF5FE;
}
.dt_Gray {
  color: #717171;
}
.dt_darkGray {
  color: #151515;
}
.dt_fontC, .comment-list li .comment-body .comment-author a {
  color: #151515 !important;
}
.dt_lightGray {
  color: #C5C5C5;
}
.dt_WhiteC {
  color: #FFFFFF !important;
}
.dt_BlackC {
  color: #000000;
}
.dt_SuccessC {
  color: #009E55;
}
/*** Background Lables ***/
.dt_WhiteBg, .dt_demoCard .dt_cardBody, .dt_newsSection {
  background-color: #FFFFFF !important;
}
.dt_PrimaryBg {
  background-color: #D42427 !important;
}
.dt_SecondaryBg {
  background-color: #255DA1 !important;
}
.dt_semiBlueBg, .dt_jasperCard .dt_cardHeader, .dt_powerbiCard .dt_cardHeader, .dt_Accordion .accordion-item .accordion-header .accordion-button {
  background-color: #BCD8FB;
}
.dt_lightBlueBg, .dt_table thead, .dt_pdsTable td.dt_pdsInfo {
  background-color: #EEF5FE;
}
.dt_GrayBg {
  background-color: #717171;
}
.dt_darkGrayBg {
  background-color: #151515;
}
.dt_lightGrayBg {
  background-color: #C5C5C5;
}
.dt_semiGrayBg, .dt_locationsCard {
  background-color: #EFEFEF;
}
/*--------------------
    Defteam Customize
    ----------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
ul, ol {
  margin-bottom: 0;
  padding-left: 0;
}
ul li, ol li {
  padding-bottom: 0.5rem;
}
ul li:last-child, ol li:last-child {
  padding-bottom: 0;
}
ul li::marker, ol li::marker {
  color: #255DA1 !important;
  letter-spacing: 1.5px;
}
p {
  margin-bottom: 0;
}
.owl-nav {
  display: none;
}
.owl-carousel .owl-item img {
  width: auto;
}
/*--------------------
    Defteam Normalize
    ---------------------*/
.dt_dNone, .comment-list li .comment-body .comment-meta .comment-edit-link {
  display: none;
}
.dt_dFlowRoot {
  display: flow-root !important;
}
.dt_outlineNone, .dt_pagination li a, .comment-list li .comment-body .comment-author a, .comment-list li .comment-body .comment-meta a {
  outline: none !important;
  text-decoration: none !important;
}
.dt_underLine {
  outline: none !important;
  text-decoration: none !important;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #C5C5C5;
}
.dt_textJustify {
  text-align: justify;
}
.dt_contentJustify {
  text-align: justify;
}
.dt_shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.cursorPointer {
  cursor: pointer;
}
.dt_alignBaseline {
  align-items: baseline !important;
}
.dt_alignCenter {
  align-items: center !important;
  clear: both;
  display: block;
  margin: 0 auto;
}
.dt_dataCenter, .dt_partnersCard img, .dt_partnersCard .dt_partnerInfo button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.positionSticky {
  position: sticky !important;
}
.positionRelative {
  position: relative !important;
}
.dt_customBrdr {
  border-color: #D42427 !important;
  background-color: #C5C5C5;
}
.top-5 {
  top: 5rem !important;
}
.dt_Lh30 {
  line-height: 30px;
}
.dt_Lh35 {
  line-height: 35px;
}
.dt_Lh38 {
  line-height: 38px;
}
.dt_Lh40 {
  line-height: 40px;
}
.dt_Lh45 {
  line-height: 45px;
}
.dt_dataIcon {
  width: 80px;
  height: 80px;
}
/*--------------------
    Defteam Backgrouds
    ---------------------*/
.dt_homeBg {
  background-image: url("../dt_images/backgrounds/dt_homeBackgroundImg.png");
  background-size: 100% 100%;
  width: 100%;
  min-height: 580px !important;
}
.dt_FooterBg {
  background: url("../dt_images/backgrounds/dt_footerBg.png") no-repeat center center;
  width: 100%;
  height: auto;
}
.dt_Arrow {
  background: url("../dt_images/testimonial/dt_testimonialArrow.png");
  background-repeat: no-repeat;
  background-position: 20px -1px;
  height: 20px;
}
.dt_telecomBanner, .dt_connectRBanner, .dt_healthCareBanner, .dt_greenEnergyBanner, .dt_sasPythonBanner, .dt_pharmaceuticalBanner, .dt_bankingBanner, .dt_useBestOfBreedBanner, .dt_biSolutionsBanner {
  background-image: url("../dt_images/backgrounds/dt_telecom_Overview.png");
  background-size: cover;
  min-height: 400px;
}
.dt_connectRBanner {
  background-image: url("../dt_images/backgrounds/dt_connectR_Overview.png");
}
.dt_healthCareBanner {
  background-image: url("../dt_images/backgrounds/dt_healthCare_Overview.png");
}
.dt_greenEnergyBanner {
  background-image: url("../dt_images/backgrounds/dt_greenEnergy_Overview.png");
}
.dt_sasPythonBanner {
  background-image: url("../dt_images/backgrounds/dt_SAS_to_Python_Overview.png");
}
.dt_pharmaceuticalBanner {
  background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-lg.webp");
  min-height: 470px;
}
.dt_bankingBanner {
  background-image: url("../dt_images/backgrounds/dt_ncr_Overview.png");
}
.dt_useBestOfBreedBanner {
  background-image: url("../dt_images/backgrounds/use-of-best_Overview-lg.webp");
  min-height: 475px;
}
.dt_biSolutionsBanner {
  background-image: url("../dt_images/backgrounds/bi-solutions_Overview-lg.webp");
  min-height: 470px;
}
.dt_MSPowerBIBanner {
  background-image: url("../dt_images/dt_microsoftWebinor.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
}
.dt_pdsCTABg, .dt_pdsJavaBg, .dt_pdsUxBg, .dt_pdsPythonBg, .dt_pdsQABg, .dt_pdsDevopsBg, .dt_pdsCloudBg, .dt_pdsManagedServicesBg {
  background-image: url("../dt_images/backgrounds/dt_CTABg.svg");
  background-size: cover;
}
.dt_pdsCTABg h4, .dt_pdsJavaBg h4, .dt_pdsUxBg h4, .dt_pdsPythonBg h4, .dt_pdsQABg h4, .dt_pdsDevopsBg h4, .dt_pdsCloudBg h4, .dt_pdsManagedServicesBg h4, .dt_pdsCTABg h5, .dt_pdsJavaBg h5, .dt_pdsUxBg h5, .dt_pdsPythonBg h5, .dt_pdsQABg h5, .dt_pdsDevopsBg h5, .dt_pdsCloudBg h5, .dt_pdsManagedServicesBg h5, .dt_pdsCTABg p, .dt_pdsJavaBg p, .dt_pdsUxBg p, .dt_pdsPythonBg p, .dt_pdsQABg p, .dt_pdsDevopsBg p, .dt_pdsCloudBg p, .dt_pdsManagedServicesBg p, .dt_pdsCTABg ol, .dt_pdsJavaBg ol, .dt_pdsUxBg ol, .dt_pdsPythonBg ol, .dt_pdsQABg ol, .dt_pdsDevopsBg ol, .dt_pdsCloudBg ol, .dt_pdsManagedServicesBg ol, .dt_pdsCTABg ul, .dt_pdsJavaBg ul, .dt_pdsUxBg ul, .dt_pdsPythonBg ul, .dt_pdsQABg ul, .dt_pdsDevopsBg ul, .dt_pdsCloudBg ul, .dt_pdsManagedServicesBg ul {
  color: #FFFFFF !important;
}
.dt_pdsCTABg ul li::marker, .dt_pdsJavaBg ul li::marker, .dt_pdsUxBg ul li::marker, .dt_pdsPythonBg ul li::marker, .dt_pdsQABg ul li::marker, .dt_pdsDevopsBg ul li::marker, .dt_pdsCloudBg ul li::marker, .dt_pdsManagedServicesBg ul li::marker {
  color: #FFFFFF !important;
}
.dt_pdsJavaBg {
  background-image: url("../dt_images/backgrounds/dt_javaBg.png") !important;
}
.dt_pdsUxBg {
  background: url("../dt_images/backgrounds/dt_uiuxBg.png") !important;
}
.dt_pdsPythonBg {
  background: url("../dt_images/backgrounds/dt_pythonBg.png") !important;
}
.dt_pdsQABg {
  background: url("../dt_images/backgrounds/dt_qaBg.png") !important;
}
.dt_pdsDevopsBg {
  background: url("../dt_images/backgrounds/dt_devOpsBg.png") !important;
  background-size: cover !important;
}
.dt_pdsCloudBg {
  background: url("../dt_images/backgrounds/dt_cloudBg.png") !important;
}
.dt_pdsManagedServicesBg {
  background: url("../dt_images/backgrounds/dt_manageServiceBg.png") !important;
}
.dt_bigDataBg {
  background: url("../dt_images/backgrounds/MDA-theme.jpg");
  background-size: 100% 100%;
}
.dt_analyticsBg {
  background: url("../dt_images/backgrounds/dt_trainingBg.png");
  background-size: 100% 100%;
}
.dt_Talendcase {
  background: url("../images/our-pds-pages/talend/def_header-background.png");
  padding: 5px 10px 5px 15px;
}
/*----------------
    Media Queries
    ----------------*/
@media screen and (max-width: 360px) {
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-sm.webp");
    min-height: 260px;
  }
  .dt_pharmaceuticalBanner h2 {
    font-size: 30px;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-sm.webp");
    min-height: 435px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-sm.webp");
    min-height: 260px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 28px;
    padding: 35px 25px 85px !important;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  .dt_MSPowerBIBanner {
    background-image: url("../dt_images/dt_microsoft_Webinor_sm.webp");
    min-height: 380px;
  }
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-sm.webp");
    min-height: 260px;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-sm.webp");
    min-height: 435px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-sm.webp");
    min-height: 260px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 28px;
    padding: 50px 31px 85px !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 414px) {
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-sm.webp");
    min-height: 490px;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-sm.webp");
    min-height: 480px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-sm.webp");
    min-height: 490px;
  }
}
@media screen and (min-width: 431px) and (max-width: 640px) {
  .dt_pharmaceuticalBanner {
    min-height: 190px;
  }
  .dt_useBestOfBreedBanner {
    min-height: 190px;
  }
  .dt_biSolutionsBanner {
    min-height: 190px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 16px;
    padding: 10px 115px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 667px) {
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-md.webp");
    min-height: 190px;
  }
  .dt_pharmaceuticalBanner h2 {
    font-size: 16px;
    padding: 8px 115px 20px !important;
  }
  .dt_useBestOfBreedBanner {
    min-height: 190px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-md.webp");
    min-height: 190px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 16px;
    padding: 8px 115px 10px !important;
  }
}
@media screen and (min-width: 668px) and (max-width: 731px) {
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-md.webp");
    min-height: 190px;
  }
  .dt_pharmaceuticalBanner h2 {
    font-size: 16px;
    padding: 15px 50px 20px !important;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-md.webp");
    min-height: 190px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-md.webp");
    min-height: 190px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 16px;
    padding: 8px 115px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .dt_homeBg {
    min-height: 175px !important;
  }
  .dt_pdsCTABg, .dt_pdsJavaBg, .dt_pdsUxBg, .dt_pdsPythonBg, .dt_pdsQABg, .dt_pdsDevopsBg, .dt_pdsCloudBg, .dt_pdsManagedServicesBg {
    background-image: url("../dt_images/backgrounds/dt_CTABg2.svg");
  }
  .dt_pdsCTABg h4, .dt_pdsJavaBg h4, .dt_pdsUxBg h4, .dt_pdsPythonBg h4, .dt_pdsQABg h4, .dt_pdsDevopsBg h4, .dt_pdsCloudBg h4, .dt_pdsManagedServicesBg h4, .dt_pdsCTABg h5, .dt_pdsJavaBg h5, .dt_pdsUxBg h5, .dt_pdsPythonBg h5, .dt_pdsQABg h5, .dt_pdsDevopsBg h5, .dt_pdsCloudBg h5, .dt_pdsManagedServicesBg h5 {
    font-size: 24px;
  }
  .dt_MSPowerBIBanner {
    background-image: url("../dt_images/dt_microsoft_Webinor_sm.webp");
    min-height: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dt_homeBg {
    min-height: 275px !important;
  }
  .dt_MSPowerBIBanner {
    background-image: url("../dt_images/dt_microsoftWebinor_md.webp");
    min-height: 450px;
  }
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-md.webp");
    min-height: 260px;
  }
  .dt_pharmaceuticalBanner h2 {
    font-size: 24px;
    padding-top: 30px !important;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-md.webp");
    min-height: 260px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-md.webp");
    min-height: 260px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 20px;
    padding: 33px 150px 15px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dt_pharmaceuticalBanner {
    background-image: url("../dt_images/backgrounds/pharmaceutical_OverviewBG-md.webp");
    min-height: 345px;
  }
  .dt_pharmaceuticalBanner h2 {
    font-size: 26px;
    padding: 60px 140px 10px !important;
  }
  .dt_useBestOfBreedBanner {
    background-image: url("../dt_images/backgrounds/use-of-best_Overview-md.webp");
    min-height: 345px;
  }
  .dt_biSolutionsBanner {
    background-image: url("../dt_images/backgrounds/bi-solutions_Overview-md.webp");
    min-height: 345px;
  }
  .dt_biSolutionsBanner h2 {
    font-size: 26px;
    padding: 60px 220px 10px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .dt_pharmaceuticalBanner {
    min-height: 410px;
  }
  .dt_pharmaceuticalBanner h2 {
    padding: 30px 140px 0px !important;
  }
  .dt_useBestOfBreedBanner {
    min-height: 410px;
  }
  .dt_biSolutionsBanner {
    min-height: 400px;
  }
  .dt_biSolutionsBanner h2 {
    padding: 43px 250px 10px !important;
  }
}
@media screen and (min-width: 1400px) {
  .dt_biSolutionsBanner h2 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .dt_pharmaceuticalBanner h2 {
    padding: 50px 200px !important;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scrollbar-color: #D42427;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  height: auto;
  color: #404040;
  background-color: #FFFFFF !important;
  position: relative;
  min-height: 100%;
  padding-bottom: 8rem;
}
/*--------------------
    Slim-Scroll Styles
    ---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 20px;
}
::-webkit-scrollbar-thumb {
  background: #D42427;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
::-webkit-scrollbar:horizontal {
  width: 5px;
  height: 5px;
}
/*-------------------
    Defteam - Navbar
    ---------------------*/
.dt_PrimaryNavbar {
  height: 70px;
  border-bottom: 1px solid #255DA1;
  background: #FFFFFF;
  padding: 0;
}
.dt_PrimaryNavbar .navbar-brand {
  min-height: 62px;
}
.dt_PrimaryNavbar .navbar-brand .dt_BrandLogo {
  width: 260px;
  padding-bottom: 5px;
}
.dt_PrimaryNavbar .navbar-toggler {
  border: none !important;
}
.dt_PrimaryNavbar .navbar-toggler:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.dt_PrimaryNavbar .navbar-toggler:active, .dt_PrimaryNavbar .navbar-toggler:hover {
  border: none !important;
}
.dt_PrimaryNavbar .dropdown:hover .dropdown-menu {
  display: block;
}
.dt_PrimaryNavbar .navbar-nav {
  white-space: nowrap;
}
.dt_PrimaryNavbar .navbar-nav .nav-item {
  text-align: center;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .nav-link {
  color: #255DA1;
  text-decoration: none;
  padding: 1.25rem 1.9rem;
  padding-left: 0;
  cursor: pointer;
  font-weight: 600;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .nav-link:hover, .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link:focus, .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link:active, .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link.active {
  color: #D42427 !important;
  cursor: pointer;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .nav-link::after {
  content: none;
}
.dt_PrimaryNavbar .navbar-nav .nav-item.active .nav-link {
  color: #D42427 !important;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  min-width: 200px;
  left: 0;
  top: 68px;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li {
  list-style: none;
  padding: 6px 0;
  text-align: start;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  white-space: normal;
  color: #404040 !important;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover, .dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:focus, .dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:active, .dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: #D42427 !important;
  cursor: pointer;
  background: transparent;
}
.dt_PrimaryNavbar .navbar-nav .nav-item .dropdown-menu li.active .dropdown-item {
  color: #D42427 !important;
}
.dt_PrimaryNavbar .dt_ourServiceslist {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  min-height: 250px;
  width: 100% !important;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 999;
}
.dt_PrimaryNavbar .dt_ourServiceslist ul {
  width: 100%;
}
.dt_PrimaryNavbar .dt_ourServiceslist ul li {
  list-style: none;
  padding: 6px 0;
}
.dt_PrimaryNavbar .dt_ourServiceslist ul li a {
  text-decoration: none;
  color: #404040;
}
.dt_PrimaryNavbar .dt_ourServiceslist ul li a:hover, .dt_PrimaryNavbar .dt_ourServiceslist ul li a:active, .dt_PrimaryNavbar .dt_ourServiceslist ul li a.active {
  color: #D42427 !important;
  cursor: pointer;
}
.dt_PrimaryNavbar .dt_ourServiceslist ul li:hover a, .dt_PrimaryNavbar .dt_ourServiceslist ul li.active a {
  color: #D42427 !important;
  cursor: pointer;
}
.dt_breadcrumbBar {
  padding-bottom: 20px;
  background: linear-gradient(to right, #c42d31, #2d6e9f);
  color: #ffffff;
  text-align: left;
  min-height: 60px;
  border: none;
}
.dt_bodyContainer {
  position: relative;
  top: 70px;
}
footer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 20px !important;
}
.dt_footer {
  line-height: 20px !important;
  margin: 0px !important;
}
/*---Up Arrow------*/
.dt_upArrow {
  color: #FFFFFF !important;
  position: fixed;
  bottom: 50px;
  right: 15px;
  display: none;
  width: 32px;
  height: 32px;
  padding: 3px;
  background: #255DA1;
  border-radius: 50%;
  z-index: 1040;
  border: none;
  opacity: 0.5;
}
.dt_upArrow i {
  height: 25px;
  width: 25px;
}
.dt_upArrow:hover {
  background-color: #D42427 !important;
  opacity: 1;
  cursor: pointer;
}
/*** Footer sit map style **/
.dt_FooterBg ul {
  padding-left: 0;
}
.dt_FooterBg ul li {
  list-style-type: none;
}
.dt_CommonFooter {
  background-color: #F5F5F5;
}
.dt_CommonFooter ul {
  padding-left: 0;
}
.dt_CommonFooter ul li {
  list-style-type: none;
}
/*----------------
    Media Queries
    ----------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dt_ourServiceslist {
    top: 260px !important;
  }
  .dt_ourServiceslist .row {
    max-height: 50vh;
    overflow: hidden auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dt_PrimaryNavbar .navbar-brand .dt_BrandLogo {
    width: 240px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link {
    padding: 1.25rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .dt_PrimaryNavbar .navbar-nav {
    background-color: #FFFFFF;
    max-height: 90vh;
    overflow: hidden auto;
  }
  .dt_PrimaryNavbar .navbar-nav .nav-item .nav-link {
    padding: 1.25rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .dt_PrimaryNavbar .navbar-brand .dt_BrandLogo {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .dt_ourServiceslist {
    top: 260px !important;
  }
  .dt_ourServiceslist .row {
    max-height: 50vh;
    overflow: hidden auto;
  }
  footer {
    line-height: 15px !important;
  }
  footer p {
    font-size: 10px !important;
  }
  .dt_upArrow {
    right: 10px;
  }
  .dt_upArrow i {
    width: 20px;
    height: 20px;
  }
}
/*--------------------------
      Defteam Padding Styles
      ------------------------------*/
.dtPdng-0 {
  padding: 0px !important;
}
.dtPdng-t-0 {
  padding-top: 0px !important;
}
.dtPdng-b-0 {
  padding-bottom: 0px !important;
}
.dtPdng-l-0 {
  padding-left: 0px !important;
}
.dtPdng-r-0 {
  padding-right: 0px !important;
}
.dtPdng-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.dtPdng-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dtPdng-1 {
  padding: 1px !important;
}
.dtPdng-t-1 {
  padding-top: 1px !important;
}
.dtPdng-b-1 {
  padding-bottom: 1px !important;
}
.dtPdng-l-1 {
  padding-left: 1px !important;
}
.dtPdng-r-1 {
  padding-right: 1px !important;
}
.dtPdng-y-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.dtPdng-x-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.dtPdng-2 {
  padding: 2px !important;
}
.dtPdng-t-2, .dt_customBrdr {
  padding-top: 2px !important;
}
.dtPdng-b-2 {
  padding-bottom: 2px !important;
}
.dtPdng-l-2 {
  padding-left: 2px !important;
}
.dtPdng-r-2 {
  padding-right: 2px !important;
}
.dtPdng-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.dtPdng-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.dtPdng-3 {
  padding: 3px !important;
}
.dtPdng-t-3 {
  padding-top: 3px !important;
}
.dtPdng-b-3 {
  padding-bottom: 3px !important;
}
.dtPdng-l-3 {
  padding-left: 3px !important;
}
.dtPdng-r-3 {
  padding-right: 3px !important;
}
.dtPdng-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.dtPdng-x-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.dtPdng-4 {
  padding: 4px !important;
}
.dtPdng-t-4 {
  padding-top: 4px !important;
}
.dtPdng-b-4 {
  padding-bottom: 4px !important;
}
.dtPdng-l-4 {
  padding-left: 4px !important;
}
.dtPdng-r-4 {
  padding-right: 4px !important;
}
.dtPdng-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.dtPdng-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.dtPdng-5 {
  padding: 5px !important;
}
.dtPdng-t-5 {
  padding-top: 5px !important;
}
.dtPdng-b-5 {
  padding-bottom: 5px !important;
}
.dtPdng-l-5 {
  padding-left: 5px !important;
}
.dtPdng-r-5 {
  padding-right: 5px !important;
}
.dtPdng-y-5, .dt_vTabs .nav-item {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dtPdng-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.dtPdng-6 {
  padding: 6px !important;
}
.dtPdng-t-6 {
  padding-top: 6px !important;
}
.dtPdng-b-6 {
  padding-bottom: 6px !important;
}
.dtPdng-l-6 {
  padding-left: 6px !important;
}
.dtPdng-r-6 {
  padding-right: 6px !important;
}
.dtPdng-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.dtPdng-x-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.dtPdng-7 {
  padding: 7px !important;
}
.dtPdng-t-7 {
  padding-top: 7px !important;
}
.dtPdng-b-7 {
  padding-bottom: 7px !important;
}
.dtPdng-l-7 {
  padding-left: 7px !important;
}
.dtPdng-r-7 {
  padding-right: 7px !important;
}
.dtPdng-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.dtPdng-x-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.dtPdng-8 {
  padding: 8px !important;
}
.dtPdng-t-8 {
  padding-top: 8px !important;
}
.dtPdng-b-8 {
  padding-bottom: 8px !important;
}
.dtPdng-l-8 {
  padding-left: 8px !important;
}
.dtPdng-r-8 {
  padding-right: 8px !important;
}
.dtPdng-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.dtPdng-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.dtPdng-9 {
  padding: 9px !important;
}
.dtPdng-t-9 {
  padding-top: 9px !important;
}
.dtPdng-b-9 {
  padding-bottom: 9px !important;
}
.dtPdng-l-9 {
  padding-left: 9px !important;
}
.dtPdng-r-9 {
  padding-right: 9px !important;
}
.dtPdng-y-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.dtPdng-x-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.dtPdng-10, .dt_jasperCard .dt_cardHeader, .dt_powerbiCard .dt_cardHeader {
  padding: 10px !important;
}
.dtPdng-t-10, .comment-list li .comment-body p {
  padding-top: 10px !important;
}
.dtPdng-b-10, .comment-list, .comment-list li .comment-body p {
  padding-bottom: 10px !important;
}
.dtPdng-l-10 {
  padding-left: 10px !important;
}
.dtPdng-r-10 {
  padding-right: 10px !important;
}
.dtPdng-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dtPdng-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.dtPdng-11 {
  padding: 11px !important;
}
.dtPdng-t-11 {
  padding-top: 11px !important;
}
.dtPdng-b-11 {
  padding-bottom: 11px !important;
}
.dtPdng-l-11 {
  padding-left: 11px !important;
}
.dtPdng-r-11 {
  padding-right: 11px !important;
}
.dtPdng-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.dtPdng-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.dtPdng-12 {
  padding: 12px !important;
}
.dtPdng-t-12 {
  padding-top: 12px !important;
}
.dtPdng-b-12 {
  padding-bottom: 12px !important;
}
.dtPdng-l-12 {
  padding-left: 12px !important;
}
.dtPdng-r-12 {
  padding-right: 12px !important;
}
.dtPdng-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.dtPdng-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.dtPdng-13 {
  padding: 13px !important;
}
.dtPdng-t-13 {
  padding-top: 13px !important;
}
.dtPdng-b-13 {
  padding-bottom: 13px !important;
}
.dtPdng-l-13 {
  padding-left: 13px !important;
}
.dtPdng-r-13 {
  padding-right: 13px !important;
}
.dtPdng-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.dtPdng-x-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.dtPdng-14 {
  padding: 14px !important;
}
.dtPdng-t-14 {
  padding-top: 14px !important;
}
.dtPdng-b-14 {
  padding-bottom: 14px !important;
}
.dtPdng-l-14 {
  padding-left: 14px !important;
}
.dtPdng-r-14 {
  padding-right: 14px !important;
}
.dtPdng-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.dtPdng-x-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.dtPdng-15 {
  padding: 15px !important;
}
.dtPdng-t-15 {
  padding-top: 15px !important;
}
.dtPdng-b-15 {
  padding-bottom: 15px !important;
}
.dtPdng-l-15 {
  padding-left: 15px !important;
}
.dtPdng-r-15 {
  padding-right: 15px !important;
}
.dtPdng-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.dtPdng-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.dtPdng-16 {
  padding: 16px !important;
}
.dtPdng-t-16 {
  padding-top: 16px !important;
}
.dtPdng-b-16 {
  padding-bottom: 16px !important;
}
.dtPdng-l-16 {
  padding-left: 16px !important;
}
.dtPdng-r-16 {
  padding-right: 16px !important;
}
.dtPdng-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.dtPdng-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.dtPdng-17 {
  padding: 17px !important;
}
.dtPdng-t-17 {
  padding-top: 17px !important;
}
.dtPdng-b-17 {
  padding-bottom: 17px !important;
}
.dtPdng-l-17 {
  padding-left: 17px !important;
}
.dtPdng-r-17 {
  padding-right: 17px !important;
}
.dtPdng-y-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.dtPdng-x-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}
.dtPdng-18 {
  padding: 18px !important;
}
.dtPdng-t-18 {
  padding-top: 18px !important;
}
.dtPdng-b-18 {
  padding-bottom: 18px !important;
}
.dtPdng-l-18 {
  padding-left: 18px !important;
}
.dtPdng-r-18 {
  padding-right: 18px !important;
}
.dtPdng-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.dtPdng-x-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.dtPdng-19 {
  padding: 19px !important;
}
.dtPdng-t-19 {
  padding-top: 19px !important;
}
.dtPdng-b-19 {
  padding-bottom: 19px !important;
}
.dtPdng-l-19 {
  padding-left: 19px !important;
}
.dtPdng-r-19 {
  padding-right: 19px !important;
}
.dtPdng-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.dtPdng-x-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.dtPdng-20 {
  padding: 20px !important;
}
.dtPdng-t-20 {
  padding-top: 20px !important;
}
.dtPdng-b-20 {
  padding-bottom: 20px !important;
}
.dtPdng-l-20 {
  padding-left: 20px !important;
}
.dtPdng-r-20 {
  padding-right: 20px !important;
}
.dtPdng-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dtPdng-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.dtPdng-21 {
  padding: 21px !important;
}
.dtPdng-t-21 {
  padding-top: 21px !important;
}
.dtPdng-b-21 {
  padding-bottom: 21px !important;
}
.dtPdng-l-21 {
  padding-left: 21px !important;
}
.dtPdng-r-21 {
  padding-right: 21px !important;
}
.dtPdng-y-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.dtPdng-x-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.dtPdng-22 {
  padding: 22px !important;
}
.dtPdng-t-22 {
  padding-top: 22px !important;
}
.dtPdng-b-22 {
  padding-bottom: 22px !important;
}
.dtPdng-l-22 {
  padding-left: 22px !important;
}
.dtPdng-r-22 {
  padding-right: 22px !important;
}
.dtPdng-y-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.dtPdng-x-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.dtPdng-23 {
  padding: 23px !important;
}
.dtPdng-t-23 {
  padding-top: 23px !important;
}
.dtPdng-b-23 {
  padding-bottom: 23px !important;
}
.dtPdng-l-23 {
  padding-left: 23px !important;
}
.dtPdng-r-23 {
  padding-right: 23px !important;
}
.dtPdng-y-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.dtPdng-x-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.dtPdng-24 {
  padding: 24px !important;
}
.dtPdng-t-24 {
  padding-top: 24px !important;
}
.dtPdng-b-24 {
  padding-bottom: 24px !important;
}
.dtPdng-l-24 {
  padding-left: 24px !important;
}
.dtPdng-r-24 {
  padding-right: 24px !important;
}
.dtPdng-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.dtPdng-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.dtPdng-25, .dt_jasperCard .dt_cardBody, .dt_powerbiCard .dt_cardBody {
  padding: 25px !important;
}
.dtPdng-t-25 {
  padding-top: 25px !important;
}
.dtPdng-b-25 {
  padding-bottom: 25px !important;
}
.dtPdng-l-25 {
  padding-left: 25px !important;
}
.dtPdng-r-25 {
  padding-right: 25px !important;
}
.dtPdng-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.dtPdng-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.dtPdng-26 {
  padding: 26px !important;
}
.dtPdng-t-26 {
  padding-top: 26px !important;
}
.dtPdng-b-26 {
  padding-bottom: 26px !important;
}
.dtPdng-l-26 {
  padding-left: 26px !important;
}
.dtPdng-r-26 {
  padding-right: 26px !important;
}
.dtPdng-y-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.dtPdng-x-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.dtPdng-27 {
  padding: 27px !important;
}
.dtPdng-t-27 {
  padding-top: 27px !important;
}
.dtPdng-b-27 {
  padding-bottom: 27px !important;
}
.dtPdng-l-27 {
  padding-left: 27px !important;
}
.dtPdng-r-27 {
  padding-right: 27px !important;
}
.dtPdng-y-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.dtPdng-x-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.dtPdng-28 {
  padding: 28px !important;
}
.dtPdng-t-28 {
  padding-top: 28px !important;
}
.dtPdng-b-28 {
  padding-bottom: 28px !important;
}
.dtPdng-l-28 {
  padding-left: 28px !important;
}
.dtPdng-r-28 {
  padding-right: 28px !important;
}
.dtPdng-y-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.dtPdng-x-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.dtPdng-29 {
  padding: 29px !important;
}
.dtPdng-t-29 {
  padding-top: 29px !important;
}
.dtPdng-b-29 {
  padding-bottom: 29px !important;
}
.dtPdng-l-29 {
  padding-left: 29px !important;
}
.dtPdng-r-29 {
  padding-right: 29px !important;
}
.dtPdng-y-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.dtPdng-x-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.dtPdng-30, .dt_vTabContent, .dt_Accordion .accordion-item .accordion-body {
  padding: 30px !important;
}
.dtPdng-t-30, .comment-list li {
  padding-top: 30px !important;
}
.dtPdng-b-30 {
  padding-bottom: 30px !important;
}
.dtPdng-l-30, .comment-list li {
  padding-left: 30px !important;
}
.dtPdng-r-30 {
  padding-right: 30px !important;
}
.dtPdng-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.dtPdng-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.dtPdng-31 {
  padding: 31px !important;
}
.dtPdng-t-31 {
  padding-top: 31px !important;
}
.dtPdng-b-31 {
  padding-bottom: 31px !important;
}
.dtPdng-l-31 {
  padding-left: 31px !important;
}
.dtPdng-r-31 {
  padding-right: 31px !important;
}
.dtPdng-y-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.dtPdng-x-31 {
  padding-left: 31px !important;
  padding-right: 31px !important;
}
.dtPdng-32 {
  padding: 32px !important;
}
.dtPdng-t-32 {
  padding-top: 32px !important;
}
.dtPdng-b-32 {
  padding-bottom: 32px !important;
}
.dtPdng-l-32 {
  padding-left: 32px !important;
}
.dtPdng-r-32 {
  padding-right: 32px !important;
}
.dtPdng-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.dtPdng-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.dtPdng-33 {
  padding: 33px !important;
}
.dtPdng-t-33 {
  padding-top: 33px !important;
}
.dtPdng-b-33 {
  padding-bottom: 33px !important;
}
.dtPdng-l-33 {
  padding-left: 33px !important;
}
.dtPdng-r-33 {
  padding-right: 33px !important;
}
.dtPdng-y-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.dtPdng-x-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
.dtPdng-34 {
  padding: 34px !important;
}
.dtPdng-t-34 {
  padding-top: 34px !important;
}
.dtPdng-b-34 {
  padding-bottom: 34px !important;
}
.dtPdng-l-34 {
  padding-left: 34px !important;
}
.dtPdng-r-34 {
  padding-right: 34px !important;
}
.dtPdng-y-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.dtPdng-x-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}
.dtPdng-35 {
  padding: 35px !important;
}
.dtPdng-t-35 {
  padding-top: 35px !important;
}
.dtPdng-b-35 {
  padding-bottom: 35px !important;
}
.dtPdng-l-35 {
  padding-left: 35px !important;
}
.dtPdng-r-35 {
  padding-right: 35px !important;
}
.dtPdng-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.dtPdng-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.dtPdng-36 {
  padding: 36px !important;
}
.dtPdng-t-36 {
  padding-top: 36px !important;
}
.dtPdng-b-36 {
  padding-bottom: 36px !important;
}
.dtPdng-l-36 {
  padding-left: 36px !important;
}
.dtPdng-r-36 {
  padding-right: 36px !important;
}
.dtPdng-y-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.dtPdng-x-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.dtPdng-37 {
  padding: 37px !important;
}
.dtPdng-t-37 {
  padding-top: 37px !important;
}
.dtPdng-b-37 {
  padding-bottom: 37px !important;
}
.dtPdng-l-37 {
  padding-left: 37px !important;
}
.dtPdng-r-37 {
  padding-right: 37px !important;
}
.dtPdng-y-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.dtPdng-x-37 {
  padding-left: 37px !important;
  padding-right: 37px !important;
}
.dtPdng-38 {
  padding: 38px !important;
}
.dtPdng-t-38 {
  padding-top: 38px !important;
}
.dtPdng-b-38 {
  padding-bottom: 38px !important;
}
.dtPdng-l-38 {
  padding-left: 38px !important;
}
.dtPdng-r-38 {
  padding-right: 38px !important;
}
.dtPdng-y-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.dtPdng-x-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}
.dtPdng-39 {
  padding: 39px !important;
}
.dtPdng-t-39 {
  padding-top: 39px !important;
}
.dtPdng-b-39 {
  padding-bottom: 39px !important;
}
.dtPdng-l-39 {
  padding-left: 39px !important;
}
.dtPdng-r-39 {
  padding-right: 39px !important;
}
.dtPdng-y-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.dtPdng-x-39 {
  padding-left: 39px !important;
  padding-right: 39px !important;
}
.dtPdng-40 {
  padding: 40px !important;
}
.dtPdng-t-40 {
  padding-top: 40px !important;
}
.dtPdng-b-40 {
  padding-bottom: 40px !important;
}
.dtPdng-l-40 {
  padding-left: 40px !important;
}
.dtPdng-r-40 {
  padding-right: 40px !important;
}
.dtPdng-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.dtPdng-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.dtPdng-41 {
  padding: 41px !important;
}
.dtPdng-t-41 {
  padding-top: 41px !important;
}
.dtPdng-b-41 {
  padding-bottom: 41px !important;
}
.dtPdng-l-41 {
  padding-left: 41px !important;
}
.dtPdng-r-41 {
  padding-right: 41px !important;
}
.dtPdng-y-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.dtPdng-x-41 {
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.dtPdng-42 {
  padding: 42px !important;
}
.dtPdng-t-42 {
  padding-top: 42px !important;
}
.dtPdng-b-42 {
  padding-bottom: 42px !important;
}
.dtPdng-l-42 {
  padding-left: 42px !important;
}
.dtPdng-r-42 {
  padding-right: 42px !important;
}
.dtPdng-y-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.dtPdng-x-42 {
  padding-left: 42px !important;
  padding-right: 42px !important;
}
.dtPdng-43 {
  padding: 43px !important;
}
.dtPdng-t-43 {
  padding-top: 43px !important;
}
.dtPdng-b-43 {
  padding-bottom: 43px !important;
}
.dtPdng-l-43 {
  padding-left: 43px !important;
}
.dtPdng-r-43 {
  padding-right: 43px !important;
}
.dtPdng-y-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.dtPdng-x-43 {
  padding-left: 43px !important;
  padding-right: 43px !important;
}
.dtPdng-44 {
  padding: 44px !important;
}
.dtPdng-t-44 {
  padding-top: 44px !important;
}
.dtPdng-b-44 {
  padding-bottom: 44px !important;
}
.dtPdng-l-44 {
  padding-left: 44px !important;
}
.dtPdng-r-44 {
  padding-right: 44px !important;
}
.dtPdng-y-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.dtPdng-x-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
.dtPdng-45 {
  padding: 45px !important;
}
.dtPdng-t-45 {
  padding-top: 45px !important;
}
.dtPdng-b-45 {
  padding-bottom: 45px !important;
}
.dtPdng-l-45 {
  padding-left: 45px !important;
}
.dtPdng-r-45 {
  padding-right: 45px !important;
}
.dtPdng-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.dtPdng-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.dtPdng-46 {
  padding: 46px !important;
}
.dtPdng-t-46 {
  padding-top: 46px !important;
}
.dtPdng-b-46 {
  padding-bottom: 46px !important;
}
.dtPdng-l-46 {
  padding-left: 46px !important;
}
.dtPdng-r-46 {
  padding-right: 46px !important;
}
.dtPdng-y-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.dtPdng-x-46 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}
.dtPdng-47 {
  padding: 47px !important;
}
.dtPdng-t-47 {
  padding-top: 47px !important;
}
.dtPdng-b-47 {
  padding-bottom: 47px !important;
}
.dtPdng-l-47 {
  padding-left: 47px !important;
}
.dtPdng-r-47 {
  padding-right: 47px !important;
}
.dtPdng-y-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.dtPdng-x-47 {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.dtPdng-48 {
  padding: 48px !important;
}
.dtPdng-t-48 {
  padding-top: 48px !important;
}
.dtPdng-b-48 {
  padding-bottom: 48px !important;
}
.dtPdng-l-48 {
  padding-left: 48px !important;
}
.dtPdng-r-48 {
  padding-right: 48px !important;
}
.dtPdng-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.dtPdng-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.dtPdng-49 {
  padding: 49px !important;
}
.dtPdng-t-49 {
  padding-top: 49px !important;
}
.dtPdng-b-49 {
  padding-bottom: 49px !important;
}
.dtPdng-l-49 {
  padding-left: 49px !important;
}
.dtPdng-r-49 {
  padding-right: 49px !important;
}
.dtPdng-y-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.dtPdng-x-49 {
  padding-left: 49px !important;
  padding-right: 49px !important;
}
.dtPdng-50 {
  padding: 50px !important;
}
.dtPdng-t-50 {
  padding-top: 50px !important;
}
.dtPdng-b-50 {
  padding-bottom: 50px !important;
}
.dtPdng-l-50 {
  padding-left: 50px !important;
}
.dtPdng-r-50 {
  padding-right: 50px !important;
}
.dtPdng-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.dtPdng-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.dtPdng-51 {
  padding: 51px !important;
}
.dtPdng-t-51 {
  padding-top: 51px !important;
}
.dtPdng-b-51 {
  padding-bottom: 51px !important;
}
.dtPdng-l-51 {
  padding-left: 51px !important;
}
.dtPdng-r-51 {
  padding-right: 51px !important;
}
.dtPdng-y-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.dtPdng-x-51 {
  padding-left: 51px !important;
  padding-right: 51px !important;
}
.dtPdng-52 {
  padding: 52px !important;
}
.dtPdng-t-52 {
  padding-top: 52px !important;
}
.dtPdng-b-52 {
  padding-bottom: 52px !important;
}
.dtPdng-l-52 {
  padding-left: 52px !important;
}
.dtPdng-r-52 {
  padding-right: 52px !important;
}
.dtPdng-y-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.dtPdng-x-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}
.dtPdng-53 {
  padding: 53px !important;
}
.dtPdng-t-53 {
  padding-top: 53px !important;
}
.dtPdng-b-53 {
  padding-bottom: 53px !important;
}
.dtPdng-l-53 {
  padding-left: 53px !important;
}
.dtPdng-r-53 {
  padding-right: 53px !important;
}
.dtPdng-y-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.dtPdng-x-53 {
  padding-left: 53px !important;
  padding-right: 53px !important;
}
.dtPdng-54 {
  padding: 54px !important;
}
.dtPdng-t-54 {
  padding-top: 54px !important;
}
.dtPdng-b-54 {
  padding-bottom: 54px !important;
}
.dtPdng-l-54 {
  padding-left: 54px !important;
}
.dtPdng-r-54 {
  padding-right: 54px !important;
}
.dtPdng-y-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.dtPdng-x-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.dtPdng-55 {
  padding: 55px !important;
}
.dtPdng-t-55 {
  padding-top: 55px !important;
}
.dtPdng-b-55 {
  padding-bottom: 55px !important;
}
.dtPdng-l-55 {
  padding-left: 55px !important;
}
.dtPdng-r-55 {
  padding-right: 55px !important;
}
.dtPdng-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.dtPdng-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.dtPdng-56 {
  padding: 56px !important;
}
.dtPdng-t-56 {
  padding-top: 56px !important;
}
.dtPdng-b-56 {
  padding-bottom: 56px !important;
}
.dtPdng-l-56 {
  padding-left: 56px !important;
}
.dtPdng-r-56 {
  padding-right: 56px !important;
}
.dtPdng-y-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.dtPdng-x-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}
.dtPdng-57 {
  padding: 57px !important;
}
.dtPdng-t-57 {
  padding-top: 57px !important;
}
.dtPdng-b-57 {
  padding-bottom: 57px !important;
}
.dtPdng-l-57 {
  padding-left: 57px !important;
}
.dtPdng-r-57 {
  padding-right: 57px !important;
}
.dtPdng-y-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.dtPdng-x-57 {
  padding-left: 57px !important;
  padding-right: 57px !important;
}
.dtPdng-58 {
  padding: 58px !important;
}
.dtPdng-t-58 {
  padding-top: 58px !important;
}
.dtPdng-b-58 {
  padding-bottom: 58px !important;
}
.dtPdng-l-58 {
  padding-left: 58px !important;
}
.dtPdng-r-58 {
  padding-right: 58px !important;
}
.dtPdng-y-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.dtPdng-x-58 {
  padding-left: 58px !important;
  padding-right: 58px !important;
}
.dtPdng-59 {
  padding: 59px !important;
}
.dtPdng-t-59 {
  padding-top: 59px !important;
}
.dtPdng-b-59 {
  padding-bottom: 59px !important;
}
.dtPdng-l-59 {
  padding-left: 59px !important;
}
.dtPdng-r-59 {
  padding-right: 59px !important;
}
.dtPdng-y-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.dtPdng-x-59 {
  padding-left: 59px !important;
  padding-right: 59px !important;
}
.dtPdng-60 {
  padding: 60px !important;
}
.dtPdng-t-60 {
  padding-top: 60px !important;
}
.dtPdng-b-60 {
  padding-bottom: 60px !important;
}
.dtPdng-l-60 {
  padding-left: 60px !important;
}
.dtPdng-r-60 {
  padding-right: 60px !important;
}
.dtPdng-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.dtPdng-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.dtPdng-61 {
  padding: 61px !important;
}
.dtPdng-t-61 {
  padding-top: 61px !important;
}
.dtPdng-b-61 {
  padding-bottom: 61px !important;
}
.dtPdng-l-61 {
  padding-left: 61px !important;
}
.dtPdng-r-61 {
  padding-right: 61px !important;
}
.dtPdng-y-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.dtPdng-x-61 {
  padding-left: 61px !important;
  padding-right: 61px !important;
}
.dtPdng-62 {
  padding: 62px !important;
}
.dtPdng-t-62 {
  padding-top: 62px !important;
}
.dtPdng-b-62 {
  padding-bottom: 62px !important;
}
.dtPdng-l-62 {
  padding-left: 62px !important;
}
.dtPdng-r-62 {
  padding-right: 62px !important;
}
.dtPdng-y-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.dtPdng-x-62 {
  padding-left: 62px !important;
  padding-right: 62px !important;
}
.dtPdng-63 {
  padding: 63px !important;
}
.dtPdng-t-63 {
  padding-top: 63px !important;
}
.dtPdng-b-63 {
  padding-bottom: 63px !important;
}
.dtPdng-l-63 {
  padding-left: 63px !important;
}
.dtPdng-r-63 {
  padding-right: 63px !important;
}
.dtPdng-y-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.dtPdng-x-63 {
  padding-left: 63px !important;
  padding-right: 63px !important;
}
.dtPdng-64 {
  padding: 64px !important;
}
.dtPdng-t-64 {
  padding-top: 64px !important;
}
.dtPdng-b-64 {
  padding-bottom: 64px !important;
}
.dtPdng-l-64 {
  padding-left: 64px !important;
}
.dtPdng-r-64 {
  padding-right: 64px !important;
}
.dtPdng-y-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.dtPdng-x-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.dtPdng-65 {
  padding: 65px !important;
}
.dtPdng-t-65 {
  padding-top: 65px !important;
}
.dtPdng-b-65 {
  padding-bottom: 65px !important;
}
.dtPdng-l-65 {
  padding-left: 65px !important;
}
.dtPdng-r-65 {
  padding-right: 65px !important;
}
.dtPdng-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.dtPdng-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.dtPdng-66 {
  padding: 66px !important;
}
.dtPdng-t-66 {
  padding-top: 66px !important;
}
.dtPdng-b-66 {
  padding-bottom: 66px !important;
}
.dtPdng-l-66 {
  padding-left: 66px !important;
}
.dtPdng-r-66 {
  padding-right: 66px !important;
}
.dtPdng-y-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.dtPdng-x-66 {
  padding-left: 66px !important;
  padding-right: 66px !important;
}
.dtPdng-67 {
  padding: 67px !important;
}
.dtPdng-t-67 {
  padding-top: 67px !important;
}
.dtPdng-b-67 {
  padding-bottom: 67px !important;
}
.dtPdng-l-67 {
  padding-left: 67px !important;
}
.dtPdng-r-67 {
  padding-right: 67px !important;
}
.dtPdng-y-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.dtPdng-x-67 {
  padding-left: 67px !important;
  padding-right: 67px !important;
}
.dtPdng-68 {
  padding: 68px !important;
}
.dtPdng-t-68 {
  padding-top: 68px !important;
}
.dtPdng-b-68 {
  padding-bottom: 68px !important;
}
.dtPdng-l-68 {
  padding-left: 68px !important;
}
.dtPdng-r-68 {
  padding-right: 68px !important;
}
.dtPdng-y-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.dtPdng-x-68 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
.dtPdng-69 {
  padding: 69px !important;
}
.dtPdng-t-69 {
  padding-top: 69px !important;
}
.dtPdng-b-69 {
  padding-bottom: 69px !important;
}
.dtPdng-l-69 {
  padding-left: 69px !important;
}
.dtPdng-r-69 {
  padding-right: 69px !important;
}
.dtPdng-y-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.dtPdng-x-69 {
  padding-left: 69px !important;
  padding-right: 69px !important;
}
.dtPdng-70 {
  padding: 70px !important;
}
.dtPdng-t-70 {
  padding-top: 70px !important;
}
.dtPdng-b-70 {
  padding-bottom: 70px !important;
}
.dtPdng-l-70 {
  padding-left: 70px !important;
}
.dtPdng-r-70 {
  padding-right: 70px !important;
}
.dtPdng-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.dtPdng-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.dtPdng-71 {
  padding: 71px !important;
}
.dtPdng-t-71 {
  padding-top: 71px !important;
}
.dtPdng-b-71 {
  padding-bottom: 71px !important;
}
.dtPdng-l-71 {
  padding-left: 71px !important;
}
.dtPdng-r-71 {
  padding-right: 71px !important;
}
.dtPdng-y-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.dtPdng-x-71 {
  padding-left: 71px !important;
  padding-right: 71px !important;
}
.dtPdng-72 {
  padding: 72px !important;
}
.dtPdng-t-72 {
  padding-top: 72px !important;
}
.dtPdng-b-72 {
  padding-bottom: 72px !important;
}
.dtPdng-l-72 {
  padding-left: 72px !important;
}
.dtPdng-r-72 {
  padding-right: 72px !important;
}
.dtPdng-y-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.dtPdng-x-72 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.dtPdng-73 {
  padding: 73px !important;
}
.dtPdng-t-73 {
  padding-top: 73px !important;
}
.dtPdng-b-73 {
  padding-bottom: 73px !important;
}
.dtPdng-l-73 {
  padding-left: 73px !important;
}
.dtPdng-r-73 {
  padding-right: 73px !important;
}
.dtPdng-y-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.dtPdng-x-73 {
  padding-left: 73px !important;
  padding-right: 73px !important;
}
.dtPdng-74 {
  padding: 74px !important;
}
.dtPdng-t-74 {
  padding-top: 74px !important;
}
.dtPdng-b-74 {
  padding-bottom: 74px !important;
}
.dtPdng-l-74 {
  padding-left: 74px !important;
}
.dtPdng-r-74 {
  padding-right: 74px !important;
}
.dtPdng-y-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.dtPdng-x-74 {
  padding-left: 74px !important;
  padding-right: 74px !important;
}
.dtPdng-75 {
  padding: 75px !important;
}
.dtPdng-t-75 {
  padding-top: 75px !important;
}
.dtPdng-b-75 {
  padding-bottom: 75px !important;
}
.dtPdng-l-75 {
  padding-left: 75px !important;
}
.dtPdng-r-75 {
  padding-right: 75px !important;
}
.dtPdng-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.dtPdng-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.dtPdng-76 {
  padding: 76px !important;
}
.dtPdng-t-76 {
  padding-top: 76px !important;
}
.dtPdng-b-76 {
  padding-bottom: 76px !important;
}
.dtPdng-l-76 {
  padding-left: 76px !important;
}
.dtPdng-r-76 {
  padding-right: 76px !important;
}
.dtPdng-y-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.dtPdng-x-76 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}
.dtPdng-77 {
  padding: 77px !important;
}
.dtPdng-t-77 {
  padding-top: 77px !important;
}
.dtPdng-b-77 {
  padding-bottom: 77px !important;
}
.dtPdng-l-77 {
  padding-left: 77px !important;
}
.dtPdng-r-77 {
  padding-right: 77px !important;
}
.dtPdng-y-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.dtPdng-x-77 {
  padding-left: 77px !important;
  padding-right: 77px !important;
}
.dtPdng-78 {
  padding: 78px !important;
}
.dtPdng-t-78 {
  padding-top: 78px !important;
}
.dtPdng-b-78 {
  padding-bottom: 78px !important;
}
.dtPdng-l-78 {
  padding-left: 78px !important;
}
.dtPdng-r-78 {
  padding-right: 78px !important;
}
.dtPdng-y-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.dtPdng-x-78 {
  padding-left: 78px !important;
  padding-right: 78px !important;
}
.dtPdng-79 {
  padding: 79px !important;
}
.dtPdng-t-79 {
  padding-top: 79px !important;
}
.dtPdng-b-79 {
  padding-bottom: 79px !important;
}
.dtPdng-l-79 {
  padding-left: 79px !important;
}
.dtPdng-r-79 {
  padding-right: 79px !important;
}
.dtPdng-y-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.dtPdng-x-79 {
  padding-left: 79px !important;
  padding-right: 79px !important;
}
.dtPdng-80 {
  padding: 80px !important;
}
.dtPdng-t-80 {
  padding-top: 80px !important;
}
.dtPdng-b-80 {
  padding-bottom: 80px !important;
}
.dtPdng-l-80 {
  padding-left: 80px !important;
}
.dtPdng-r-80 {
  padding-right: 80px !important;
}
.dtPdng-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.dtPdng-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.dtPdng-81 {
  padding: 81px !important;
}
.dtPdng-t-81 {
  padding-top: 81px !important;
}
.dtPdng-b-81 {
  padding-bottom: 81px !important;
}
.dtPdng-l-81 {
  padding-left: 81px !important;
}
.dtPdng-r-81 {
  padding-right: 81px !important;
}
.dtPdng-y-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.dtPdng-x-81 {
  padding-left: 81px !important;
  padding-right: 81px !important;
}
.dtPdng-82 {
  padding: 82px !important;
}
.dtPdng-t-82 {
  padding-top: 82px !important;
}
.dtPdng-b-82 {
  padding-bottom: 82px !important;
}
.dtPdng-l-82 {
  padding-left: 82px !important;
}
.dtPdng-r-82 {
  padding-right: 82px !important;
}
.dtPdng-y-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.dtPdng-x-82 {
  padding-left: 82px !important;
  padding-right: 82px !important;
}
.dtPdng-83 {
  padding: 83px !important;
}
.dtPdng-t-83 {
  padding-top: 83px !important;
}
.dtPdng-b-83 {
  padding-bottom: 83px !important;
}
.dtPdng-l-83 {
  padding-left: 83px !important;
}
.dtPdng-r-83 {
  padding-right: 83px !important;
}
.dtPdng-y-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.dtPdng-x-83 {
  padding-left: 83px !important;
  padding-right: 83px !important;
}
.dtPdng-84 {
  padding: 84px !important;
}
.dtPdng-t-84 {
  padding-top: 84px !important;
}
.dtPdng-b-84 {
  padding-bottom: 84px !important;
}
.dtPdng-l-84 {
  padding-left: 84px !important;
}
.dtPdng-r-84 {
  padding-right: 84px !important;
}
.dtPdng-y-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.dtPdng-x-84 {
  padding-left: 84px !important;
  padding-right: 84px !important;
}
.dtPdng-85 {
  padding: 85px !important;
}
.dtPdng-t-85 {
  padding-top: 85px !important;
}
.dtPdng-b-85 {
  padding-bottom: 85px !important;
}
.dtPdng-l-85 {
  padding-left: 85px !important;
}
.dtPdng-r-85 {
  padding-right: 85px !important;
}
.dtPdng-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.dtPdng-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.dtPdng-86 {
  padding: 86px !important;
}
.dtPdng-t-86 {
  padding-top: 86px !important;
}
.dtPdng-b-86 {
  padding-bottom: 86px !important;
}
.dtPdng-l-86 {
  padding-left: 86px !important;
}
.dtPdng-r-86 {
  padding-right: 86px !important;
}
.dtPdng-y-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.dtPdng-x-86 {
  padding-left: 86px !important;
  padding-right: 86px !important;
}
.dtPdng-87 {
  padding: 87px !important;
}
.dtPdng-t-87 {
  padding-top: 87px !important;
}
.dtPdng-b-87 {
  padding-bottom: 87px !important;
}
.dtPdng-l-87 {
  padding-left: 87px !important;
}
.dtPdng-r-87 {
  padding-right: 87px !important;
}
.dtPdng-y-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.dtPdng-x-87 {
  padding-left: 87px !important;
  padding-right: 87px !important;
}
.dtPdng-88 {
  padding: 88px !important;
}
.dtPdng-t-88 {
  padding-top: 88px !important;
}
.dtPdng-b-88 {
  padding-bottom: 88px !important;
}
.dtPdng-l-88 {
  padding-left: 88px !important;
}
.dtPdng-r-88 {
  padding-right: 88px !important;
}
.dtPdng-y-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.dtPdng-x-88 {
  padding-left: 88px !important;
  padding-right: 88px !important;
}
.dtPdng-89 {
  padding: 89px !important;
}
.dtPdng-t-89 {
  padding-top: 89px !important;
}
.dtPdng-b-89 {
  padding-bottom: 89px !important;
}
.dtPdng-l-89 {
  padding-left: 89px !important;
}
.dtPdng-r-89 {
  padding-right: 89px !important;
}
.dtPdng-y-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.dtPdng-x-89 {
  padding-left: 89px !important;
  padding-right: 89px !important;
}
.dtPdng-90 {
  padding: 90px !important;
}
.dtPdng-t-90 {
  padding-top: 90px !important;
}
.dtPdng-b-90 {
  padding-bottom: 90px !important;
}
.dtPdng-l-90 {
  padding-left: 90px !important;
}
.dtPdng-r-90 {
  padding-right: 90px !important;
}
.dtPdng-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.dtPdng-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.dtPdng-91 {
  padding: 91px !important;
}
.dtPdng-t-91 {
  padding-top: 91px !important;
}
.dtPdng-b-91 {
  padding-bottom: 91px !important;
}
.dtPdng-l-91 {
  padding-left: 91px !important;
}
.dtPdng-r-91 {
  padding-right: 91px !important;
}
.dtPdng-y-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.dtPdng-x-91 {
  padding-left: 91px !important;
  padding-right: 91px !important;
}
.dtPdng-92 {
  padding: 92px !important;
}
.dtPdng-t-92 {
  padding-top: 92px !important;
}
.dtPdng-b-92 {
  padding-bottom: 92px !important;
}
.dtPdng-l-92 {
  padding-left: 92px !important;
}
.dtPdng-r-92 {
  padding-right: 92px !important;
}
.dtPdng-y-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.dtPdng-x-92 {
  padding-left: 92px !important;
  padding-right: 92px !important;
}
.dtPdng-93 {
  padding: 93px !important;
}
.dtPdng-t-93 {
  padding-top: 93px !important;
}
.dtPdng-b-93 {
  padding-bottom: 93px !important;
}
.dtPdng-l-93 {
  padding-left: 93px !important;
}
.dtPdng-r-93 {
  padding-right: 93px !important;
}
.dtPdng-y-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.dtPdng-x-93 {
  padding-left: 93px !important;
  padding-right: 93px !important;
}
.dtPdng-94 {
  padding: 94px !important;
}
.dtPdng-t-94 {
  padding-top: 94px !important;
}
.dtPdng-b-94 {
  padding-bottom: 94px !important;
}
.dtPdng-l-94 {
  padding-left: 94px !important;
}
.dtPdng-r-94 {
  padding-right: 94px !important;
}
.dtPdng-y-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.dtPdng-x-94 {
  padding-left: 94px !important;
  padding-right: 94px !important;
}
.dtPdng-95 {
  padding: 95px !important;
}
.dtPdng-t-95 {
  padding-top: 95px !important;
}
.dtPdng-b-95 {
  padding-bottom: 95px !important;
}
.dtPdng-l-95 {
  padding-left: 95px !important;
}
.dtPdng-r-95 {
  padding-right: 95px !important;
}
.dtPdng-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.dtPdng-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.dtPdng-96 {
  padding: 96px !important;
}
.dtPdng-t-96 {
  padding-top: 96px !important;
}
.dtPdng-b-96 {
  padding-bottom: 96px !important;
}
.dtPdng-l-96 {
  padding-left: 96px !important;
}
.dtPdng-r-96 {
  padding-right: 96px !important;
}
.dtPdng-y-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.dtPdng-x-96 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.dtPdng-97 {
  padding: 97px !important;
}
.dtPdng-t-97 {
  padding-top: 97px !important;
}
.dtPdng-b-97 {
  padding-bottom: 97px !important;
}
.dtPdng-l-97 {
  padding-left: 97px !important;
}
.dtPdng-r-97 {
  padding-right: 97px !important;
}
.dtPdng-y-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.dtPdng-x-97 {
  padding-left: 97px !important;
  padding-right: 97px !important;
}
.dtPdng-98 {
  padding: 98px !important;
}
.dtPdng-t-98 {
  padding-top: 98px !important;
}
.dtPdng-b-98 {
  padding-bottom: 98px !important;
}
.dtPdng-l-98 {
  padding-left: 98px !important;
}
.dtPdng-r-98 {
  padding-right: 98px !important;
}
.dtPdng-y-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.dtPdng-x-98 {
  padding-left: 98px !important;
  padding-right: 98px !important;
}
.dtPdng-99 {
  padding: 99px !important;
}
.dtPdng-t-99 {
  padding-top: 99px !important;
}
.dtPdng-b-99 {
  padding-bottom: 99px !important;
}
.dtPdng-l-99 {
  padding-left: 99px !important;
}
.dtPdng-r-99 {
  padding-right: 99px !important;
}
.dtPdng-y-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.dtPdng-x-99 {
  padding-left: 99px !important;
  padding-right: 99px !important;
}
.dtPdng-100 {
  padding: 100px !important;
}
.dtPdng-t-100 {
  padding-top: 100px !important;
}
.dtPdng-b-100 {
  padding-bottom: 100px !important;
}
.dtPdng-l-100 {
  padding-left: 100px !important;
}
.dtPdng-r-100 {
  padding-right: 100px !important;
}
.dtPdng-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.dtPdng-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.dtPdng-x-none {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dtPdng-y-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/*--------------------------
      Defteam Margin Styles
      ------------------------------*/
.dtMrgn-0 {
  margin: 0px !important;
}
.dtMrgn-t-0 {
  margin-top: 0px !important;
}
.dtMrgn-b-0 {
  margin-bottom: 0px !important;
}
.dtMrgn-l-0 {
  margin-left: 0px !important;
}
.dtMrgn-r-0 {
  margin-right: 0px !important;
}
.dtMrgn-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.dtMrgn-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dtMrgn-1 {
  margin: 1px !important;
}
.dtMrgn-t-1 {
  margin-top: 1px !important;
}
.dtMrgn-b-1 {
  margin-bottom: 1px !important;
}
.dtMrgn-l-1 {
  margin-left: 1px !important;
}
.dtMrgn-r-1 {
  margin-right: 1px !important;
}
.dtMrgn-y-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.dtMrgn-x-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.dtMrgn-2 {
  margin: 2px !important;
}
.dtMrgn-t-2 {
  margin-top: 2px !important;
}
.dtMrgn-b-2 {
  margin-bottom: 2px !important;
}
.dtMrgn-l-2 {
  margin-left: 2px !important;
}
.dtMrgn-r-2 {
  margin-right: 2px !important;
}
.dtMrgn-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.dtMrgn-x-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.dtMrgn-3 {
  margin: 3px !important;
}
.dtMrgn-t-3 {
  margin-top: 3px !important;
}
.dtMrgn-b-3 {
  margin-bottom: 3px !important;
}
.dtMrgn-l-3 {
  margin-left: 3px !important;
}
.dtMrgn-r-3 {
  margin-right: 3px !important;
}
.dtMrgn-y-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.dtMrgn-x-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.dtMrgn-4 {
  margin: 4px !important;
}
.dtMrgn-t-4 {
  margin-top: 4px !important;
}
.dtMrgn-b-4 {
  margin-bottom: 4px !important;
}
.dtMrgn-l-4 {
  margin-left: 4px !important;
}
.dtMrgn-r-4 {
  margin-right: 4px !important;
}
.dtMrgn-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.dtMrgn-x-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.dtMrgn-5 {
  margin: 5px !important;
}
.dtMrgn-t-5 {
  margin-top: 5px !important;
}
.dtMrgn-b-5 {
  margin-bottom: 5px !important;
}
.dtMrgn-l-5 {
  margin-left: 5px !important;
}
.dtMrgn-r-5 {
  margin-right: 5px !important;
}
.dtMrgn-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.dtMrgn-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.dtMrgn-6 {
  margin: 6px !important;
}
.dtMrgn-t-6 {
  margin-top: 6px !important;
}
.dtMrgn-b-6 {
  margin-bottom: 6px !important;
}
.dtMrgn-l-6 {
  margin-left: 6px !important;
}
.dtMrgn-r-6 {
  margin-right: 6px !important;
}
.dtMrgn-y-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.dtMrgn-x-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.dtMrgn-7 {
  margin: 7px !important;
}
.dtMrgn-t-7 {
  margin-top: 7px !important;
}
.dtMrgn-b-7 {
  margin-bottom: 7px !important;
}
.dtMrgn-l-7 {
  margin-left: 7px !important;
}
.dtMrgn-r-7 {
  margin-right: 7px !important;
}
.dtMrgn-y-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.dtMrgn-x-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.dtMrgn-8 {
  margin: 8px !important;
}
.dtMrgn-t-8 {
  margin-top: 8px !important;
}
.dtMrgn-b-8 {
  margin-bottom: 8px !important;
}
.dtMrgn-l-8 {
  margin-left: 8px !important;
}
.dtMrgn-r-8 {
  margin-right: 8px !important;
}
.dtMrgn-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.dtMrgn-x-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.dtMrgn-9 {
  margin: 9px !important;
}
.dtMrgn-t-9 {
  margin-top: 9px !important;
}
.dtMrgn-b-9 {
  margin-bottom: 9px !important;
}
.dtMrgn-l-9 {
  margin-left: 9px !important;
}
.dtMrgn-r-9 {
  margin-right: 9px !important;
}
.dtMrgn-y-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.dtMrgn-x-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.dtMrgn-10 {
  margin: 10px !important;
}
.dtMrgn-t-10 {
  margin-top: 10px !important;
}
.dtMrgn-b-10 {
  margin-bottom: 10px !important;
}
.dtMrgn-l-10 {
  margin-left: 10px !important;
}
.dtMrgn-r-10 {
  margin-right: 10px !important;
}
.dtMrgn-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.dtMrgn-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.dtMrgn-11 {
  margin: 11px !important;
}
.dtMrgn-t-11 {
  margin-top: 11px !important;
}
.dtMrgn-b-11 {
  margin-bottom: 11px !important;
}
.dtMrgn-l-11 {
  margin-left: 11px !important;
}
.dtMrgn-r-11 {
  margin-right: 11px !important;
}
.dtMrgn-y-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.dtMrgn-x-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}
.dtMrgn-12 {
  margin: 12px !important;
}
.dtMrgn-t-12 {
  margin-top: 12px !important;
}
.dtMrgn-b-12 {
  margin-bottom: 12px !important;
}
.dtMrgn-l-12 {
  margin-left: 12px !important;
}
.dtMrgn-r-12 {
  margin-right: 12px !important;
}
.dtMrgn-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.dtMrgn-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.dtMrgn-13 {
  margin: 13px !important;
}
.dtMrgn-t-13 {
  margin-top: 13px !important;
}
.dtMrgn-b-13 {
  margin-bottom: 13px !important;
}
.dtMrgn-l-13 {
  margin-left: 13px !important;
}
.dtMrgn-r-13 {
  margin-right: 13px !important;
}
.dtMrgn-y-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.dtMrgn-x-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}
.dtMrgn-14 {
  margin: 14px !important;
}
.dtMrgn-t-14 {
  margin-top: 14px !important;
}
.dtMrgn-b-14 {
  margin-bottom: 14px !important;
}
.dtMrgn-l-14 {
  margin-left: 14px !important;
}
.dtMrgn-r-14 {
  margin-right: 14px !important;
}
.dtMrgn-y-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.dtMrgn-x-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}
.dtMrgn-15 {
  margin: 15px !important;
}
.dtMrgn-t-15 {
  margin-top: 15px !important;
}
.dtMrgn-b-15 {
  margin-bottom: 15px !important;
}
.dtMrgn-l-15 {
  margin-left: 15px !important;
}
.dtMrgn-r-15 {
  margin-right: 15px !important;
}
.dtMrgn-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.dtMrgn-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.dtMrgn-16 {
  margin: 16px !important;
}
.dtMrgn-t-16 {
  margin-top: 16px !important;
}
.dtMrgn-b-16 {
  margin-bottom: 16px !important;
}
.dtMrgn-l-16 {
  margin-left: 16px !important;
}
.dtMrgn-r-16 {
  margin-right: 16px !important;
}
.dtMrgn-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.dtMrgn-x-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.dtMrgn-17 {
  margin: 17px !important;
}
.dtMrgn-t-17 {
  margin-top: 17px !important;
}
.dtMrgn-b-17 {
  margin-bottom: 17px !important;
}
.dtMrgn-l-17 {
  margin-left: 17px !important;
}
.dtMrgn-r-17 {
  margin-right: 17px !important;
}
.dtMrgn-y-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.dtMrgn-x-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}
.dtMrgn-18 {
  margin: 18px !important;
}
.dtMrgn-t-18 {
  margin-top: 18px !important;
}
.dtMrgn-b-18 {
  margin-bottom: 18px !important;
}
.dtMrgn-l-18 {
  margin-left: 18px !important;
}
.dtMrgn-r-18 {
  margin-right: 18px !important;
}
.dtMrgn-y-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.dtMrgn-x-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.dtMrgn-19 {
  margin: 19px !important;
}
.dtMrgn-t-19 {
  margin-top: 19px !important;
}
.dtMrgn-b-19 {
  margin-bottom: 19px !important;
}
.dtMrgn-l-19 {
  margin-left: 19px !important;
}
.dtMrgn-r-19 {
  margin-right: 19px !important;
}
.dtMrgn-y-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.dtMrgn-x-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}
.dtMrgn-20 {
  margin: 20px !important;
}
.dtMrgn-t-20 {
  margin-top: 20px !important;
}
.dtMrgn-b-20 {
  margin-bottom: 20px !important;
}
.dtMrgn-l-20 {
  margin-left: 20px !important;
}
.dtMrgn-r-20 {
  margin-right: 20px !important;
}
.dtMrgn-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.dtMrgn-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.dtMrgn-21 {
  margin: 21px !important;
}
.dtMrgn-t-21 {
  margin-top: 21px !important;
}
.dtMrgn-b-21 {
  margin-bottom: 21px !important;
}
.dtMrgn-l-21 {
  margin-left: 21px !important;
}
.dtMrgn-r-21 {
  margin-right: 21px !important;
}
.dtMrgn-y-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.dtMrgn-x-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}
.dtMrgn-22 {
  margin: 22px !important;
}
.dtMrgn-t-22 {
  margin-top: 22px !important;
}
.dtMrgn-b-22 {
  margin-bottom: 22px !important;
}
.dtMrgn-l-22 {
  margin-left: 22px !important;
}
.dtMrgn-r-22 {
  margin-right: 22px !important;
}
.dtMrgn-y-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.dtMrgn-x-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}
.dtMrgn-23 {
  margin: 23px !important;
}
.dtMrgn-t-23 {
  margin-top: 23px !important;
}
.dtMrgn-b-23 {
  margin-bottom: 23px !important;
}
.dtMrgn-l-23 {
  margin-left: 23px !important;
}
.dtMrgn-r-23 {
  margin-right: 23px !important;
}
.dtMrgn-y-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.dtMrgn-x-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}
.dtMrgn-24 {
  margin: 24px !important;
}
.dtMrgn-t-24 {
  margin-top: 24px !important;
}
.dtMrgn-b-24 {
  margin-bottom: 24px !important;
}
.dtMrgn-l-24 {
  margin-left: 24px !important;
}
.dtMrgn-r-24 {
  margin-right: 24px !important;
}
.dtMrgn-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.dtMrgn-x-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.dtMrgn-25 {
  margin: 25px !important;
}
.dtMrgn-t-25 {
  margin-top: 25px !important;
}
.dtMrgn-b-25 {
  margin-bottom: 25px !important;
}
.dtMrgn-l-25 {
  margin-left: 25px !important;
}
.dtMrgn-r-25 {
  margin-right: 25px !important;
}
.dtMrgn-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.dtMrgn-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.dtMrgn-26 {
  margin: 26px !important;
}
.dtMrgn-t-26 {
  margin-top: 26px !important;
}
.dtMrgn-b-26 {
  margin-bottom: 26px !important;
}
.dtMrgn-l-26 {
  margin-left: 26px !important;
}
.dtMrgn-r-26 {
  margin-right: 26px !important;
}
.dtMrgn-y-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.dtMrgn-x-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}
.dtMrgn-27 {
  margin: 27px !important;
}
.dtMrgn-t-27 {
  margin-top: 27px !important;
}
.dtMrgn-b-27 {
  margin-bottom: 27px !important;
}
.dtMrgn-l-27 {
  margin-left: 27px !important;
}
.dtMrgn-r-27 {
  margin-right: 27px !important;
}
.dtMrgn-y-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.dtMrgn-x-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}
.dtMrgn-28 {
  margin: 28px !important;
}
.dtMrgn-t-28 {
  margin-top: 28px !important;
}
.dtMrgn-b-28 {
  margin-bottom: 28px !important;
}
.dtMrgn-l-28 {
  margin-left: 28px !important;
}
.dtMrgn-r-28 {
  margin-right: 28px !important;
}
.dtMrgn-y-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.dtMrgn-x-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}
.dtMrgn-29 {
  margin: 29px !important;
}
.dtMrgn-t-29 {
  margin-top: 29px !important;
}
.dtMrgn-b-29 {
  margin-bottom: 29px !important;
}
.dtMrgn-l-29 {
  margin-left: 29px !important;
}
.dtMrgn-r-29 {
  margin-right: 29px !important;
}
.dtMrgn-y-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.dtMrgn-x-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}
.dtMrgn-30 {
  margin: 30px !important;
}
.dtMrgn-t-30 {
  margin-top: 30px !important;
}
.dtMrgn-b-30, .comment-list {
  margin-bottom: 30px !important;
}
.dtMrgn-l-30 {
  margin-left: 30px !important;
}
.dtMrgn-r-30 {
  margin-right: 30px !important;
}
.dtMrgn-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.dtMrgn-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.dtMrgn-31 {
  margin: 31px !important;
}
.dtMrgn-t-31 {
  margin-top: 31px !important;
}
.dtMrgn-b-31 {
  margin-bottom: 31px !important;
}
.dtMrgn-l-31 {
  margin-left: 31px !important;
}
.dtMrgn-r-31 {
  margin-right: 31px !important;
}
.dtMrgn-y-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.dtMrgn-x-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}
.dtMrgn-32 {
  margin: 32px !important;
}
.dtMrgn-t-32 {
  margin-top: 32px !important;
}
.dtMrgn-b-32 {
  margin-bottom: 32px !important;
}
.dtMrgn-l-32 {
  margin-left: 32px !important;
}
.dtMrgn-r-32 {
  margin-right: 32px !important;
}
.dtMrgn-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.dtMrgn-x-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.dtMrgn-33 {
  margin: 33px !important;
}
.dtMrgn-t-33 {
  margin-top: 33px !important;
}
.dtMrgn-b-33 {
  margin-bottom: 33px !important;
}
.dtMrgn-l-33 {
  margin-left: 33px !important;
}
.dtMrgn-r-33 {
  margin-right: 33px !important;
}
.dtMrgn-y-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.dtMrgn-x-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}
.dtMrgn-34 {
  margin: 34px !important;
}
.dtMrgn-t-34 {
  margin-top: 34px !important;
}
.dtMrgn-b-34 {
  margin-bottom: 34px !important;
}
.dtMrgn-l-34 {
  margin-left: 34px !important;
}
.dtMrgn-r-34 {
  margin-right: 34px !important;
}
.dtMrgn-y-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.dtMrgn-x-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}
.dtMrgn-35 {
  margin: 35px !important;
}
.dtMrgn-t-35 {
  margin-top: 35px !important;
}
.dtMrgn-b-35 {
  margin-bottom: 35px !important;
}
.dtMrgn-l-35 {
  margin-left: 35px !important;
}
.dtMrgn-r-35 {
  margin-right: 35px !important;
}
.dtMrgn-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.dtMrgn-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.dtMrgn-36 {
  margin: 36px !important;
}
.dtMrgn-t-36 {
  margin-top: 36px !important;
}
.dtMrgn-b-36 {
  margin-bottom: 36px !important;
}
.dtMrgn-l-36 {
  margin-left: 36px !important;
}
.dtMrgn-r-36 {
  margin-right: 36px !important;
}
.dtMrgn-y-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.dtMrgn-x-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.dtMrgn-37 {
  margin: 37px !important;
}
.dtMrgn-t-37 {
  margin-top: 37px !important;
}
.dtMrgn-b-37 {
  margin-bottom: 37px !important;
}
.dtMrgn-l-37 {
  margin-left: 37px !important;
}
.dtMrgn-r-37 {
  margin-right: 37px !important;
}
.dtMrgn-y-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.dtMrgn-x-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}
.dtMrgn-38 {
  margin: 38px !important;
}
.dtMrgn-t-38 {
  margin-top: 38px !important;
}
.dtMrgn-b-38 {
  margin-bottom: 38px !important;
}
.dtMrgn-l-38 {
  margin-left: 38px !important;
}
.dtMrgn-r-38 {
  margin-right: 38px !important;
}
.dtMrgn-y-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.dtMrgn-x-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}
.dtMrgn-39 {
  margin: 39px !important;
}
.dtMrgn-t-39 {
  margin-top: 39px !important;
}
.dtMrgn-b-39 {
  margin-bottom: 39px !important;
}
.dtMrgn-l-39 {
  margin-left: 39px !important;
}
.dtMrgn-r-39 {
  margin-right: 39px !important;
}
.dtMrgn-y-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.dtMrgn-x-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}
.dtMrgn-40 {
  margin: 40px !important;
}
.dtMrgn-t-40 {
  margin-top: 40px !important;
}
.dtMrgn-b-40 {
  margin-bottom: 40px !important;
}
.dtMrgn-l-40 {
  margin-left: 40px !important;
}
.dtMrgn-r-40 {
  margin-right: 40px !important;
}
.dtMrgn-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.dtMrgn-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.dtMrgn-41 {
  margin: 41px !important;
}
.dtMrgn-t-41 {
  margin-top: 41px !important;
}
.dtMrgn-b-41 {
  margin-bottom: 41px !important;
}
.dtMrgn-l-41 {
  margin-left: 41px !important;
}
.dtMrgn-r-41 {
  margin-right: 41px !important;
}
.dtMrgn-y-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.dtMrgn-x-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}
.dtMrgn-42 {
  margin: 42px !important;
}
.dtMrgn-t-42 {
  margin-top: 42px !important;
}
.dtMrgn-b-42 {
  margin-bottom: 42px !important;
}
.dtMrgn-l-42 {
  margin-left: 42px !important;
}
.dtMrgn-r-42 {
  margin-right: 42px !important;
}
.dtMrgn-y-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.dtMrgn-x-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}
.dtMrgn-43 {
  margin: 43px !important;
}
.dtMrgn-t-43 {
  margin-top: 43px !important;
}
.dtMrgn-b-43 {
  margin-bottom: 43px !important;
}
.dtMrgn-l-43 {
  margin-left: 43px !important;
}
.dtMrgn-r-43 {
  margin-right: 43px !important;
}
.dtMrgn-y-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.dtMrgn-x-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}
.dtMrgn-44 {
  margin: 44px !important;
}
.dtMrgn-t-44 {
  margin-top: 44px !important;
}
.dtMrgn-b-44 {
  margin-bottom: 44px !important;
}
.dtMrgn-l-44 {
  margin-left: 44px !important;
}
.dtMrgn-r-44 {
  margin-right: 44px !important;
}
.dtMrgn-y-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.dtMrgn-x-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}
.dtMrgn-45 {
  margin: 45px !important;
}
.dtMrgn-t-45 {
  margin-top: 45px !important;
}
.dtMrgn-b-45 {
  margin-bottom: 45px !important;
}
.dtMrgn-l-45 {
  margin-left: 45px !important;
}
.dtMrgn-r-45 {
  margin-right: 45px !important;
}
.dtMrgn-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.dtMrgn-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.dtMrgn-46 {
  margin: 46px !important;
}
.dtMrgn-t-46 {
  margin-top: 46px !important;
}
.dtMrgn-b-46 {
  margin-bottom: 46px !important;
}
.dtMrgn-l-46 {
  margin-left: 46px !important;
}
.dtMrgn-r-46 {
  margin-right: 46px !important;
}
.dtMrgn-y-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.dtMrgn-x-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}
.dtMrgn-47 {
  margin: 47px !important;
}
.dtMrgn-t-47 {
  margin-top: 47px !important;
}
.dtMrgn-b-47 {
  margin-bottom: 47px !important;
}
.dtMrgn-l-47 {
  margin-left: 47px !important;
}
.dtMrgn-r-47 {
  margin-right: 47px !important;
}
.dtMrgn-y-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.dtMrgn-x-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}
.dtMrgn-48 {
  margin: 48px !important;
}
.dtMrgn-t-48 {
  margin-top: 48px !important;
}
.dtMrgn-b-48 {
  margin-bottom: 48px !important;
}
.dtMrgn-l-48 {
  margin-left: 48px !important;
}
.dtMrgn-r-48 {
  margin-right: 48px !important;
}
.dtMrgn-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.dtMrgn-x-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.dtMrgn-49 {
  margin: 49px !important;
}
.dtMrgn-t-49 {
  margin-top: 49px !important;
}
.dtMrgn-b-49 {
  margin-bottom: 49px !important;
}
.dtMrgn-l-49 {
  margin-left: 49px !important;
}
.dtMrgn-r-49 {
  margin-right: 49px !important;
}
.dtMrgn-y-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.dtMrgn-x-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}
.dtMrgn-50 {
  margin: 50px !important;
}
.dtMrgn-t-50 {
  margin-top: 50px !important;
}
.dtMrgn-b-50 {
  margin-bottom: 50px !important;
}
.dtMrgn-l-50 {
  margin-left: 50px !important;
}
.dtMrgn-r-50 {
  margin-right: 50px !important;
}
.dtMrgn-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.dtMrgn-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.dtMrgn-51 {
  margin: 51px !important;
}
.dtMrgn-t-51 {
  margin-top: 51px !important;
}
.dtMrgn-b-51 {
  margin-bottom: 51px !important;
}
.dtMrgn-l-51 {
  margin-left: 51px !important;
}
.dtMrgn-r-51 {
  margin-right: 51px !important;
}
.dtMrgn-y-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.dtMrgn-x-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}
.dtMrgn-52 {
  margin: 52px !important;
}
.dtMrgn-t-52 {
  margin-top: 52px !important;
}
.dtMrgn-b-52 {
  margin-bottom: 52px !important;
}
.dtMrgn-l-52 {
  margin-left: 52px !important;
}
.dtMrgn-r-52 {
  margin-right: 52px !important;
}
.dtMrgn-y-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.dtMrgn-x-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}
.dtMrgn-53 {
  margin: 53px !important;
}
.dtMrgn-t-53 {
  margin-top: 53px !important;
}
.dtMrgn-b-53 {
  margin-bottom: 53px !important;
}
.dtMrgn-l-53 {
  margin-left: 53px !important;
}
.dtMrgn-r-53 {
  margin-right: 53px !important;
}
.dtMrgn-y-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.dtMrgn-x-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}
.dtMrgn-54 {
  margin: 54px !important;
}
.dtMrgn-t-54 {
  margin-top: 54px !important;
}
.dtMrgn-b-54 {
  margin-bottom: 54px !important;
}
.dtMrgn-l-54 {
  margin-left: 54px !important;
}
.dtMrgn-r-54 {
  margin-right: 54px !important;
}
.dtMrgn-y-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.dtMrgn-x-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}
.dtMrgn-55 {
  margin: 55px !important;
}
.dtMrgn-t-55 {
  margin-top: 55px !important;
}
.dtMrgn-b-55 {
  margin-bottom: 55px !important;
}
.dtMrgn-l-55 {
  margin-left: 55px !important;
}
.dtMrgn-r-55 {
  margin-right: 55px !important;
}
.dtMrgn-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.dtMrgn-x-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}
.dtMrgn-56 {
  margin: 56px !important;
}
.dtMrgn-t-56 {
  margin-top: 56px !important;
}
.dtMrgn-b-56 {
  margin-bottom: 56px !important;
}
.dtMrgn-l-56 {
  margin-left: 56px !important;
}
.dtMrgn-r-56 {
  margin-right: 56px !important;
}
.dtMrgn-y-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.dtMrgn-x-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.dtMrgn-57 {
  margin: 57px !important;
}
.dtMrgn-t-57 {
  margin-top: 57px !important;
}
.dtMrgn-b-57 {
  margin-bottom: 57px !important;
}
.dtMrgn-l-57 {
  margin-left: 57px !important;
}
.dtMrgn-r-57 {
  margin-right: 57px !important;
}
.dtMrgn-y-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.dtMrgn-x-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}
.dtMrgn-58 {
  margin: 58px !important;
}
.dtMrgn-t-58 {
  margin-top: 58px !important;
}
.dtMrgn-b-58 {
  margin-bottom: 58px !important;
}
.dtMrgn-l-58 {
  margin-left: 58px !important;
}
.dtMrgn-r-58 {
  margin-right: 58px !important;
}
.dtMrgn-y-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.dtMrgn-x-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}
.dtMrgn-59 {
  margin: 59px !important;
}
.dtMrgn-t-59 {
  margin-top: 59px !important;
}
.dtMrgn-b-59 {
  margin-bottom: 59px !important;
}
.dtMrgn-l-59 {
  margin-left: 59px !important;
}
.dtMrgn-r-59 {
  margin-right: 59px !important;
}
.dtMrgn-y-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.dtMrgn-x-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}
.dtMrgn-60 {
  margin: 60px !important;
}
.dtMrgn-t-60 {
  margin-top: 60px !important;
}
.dtMrgn-b-60 {
  margin-bottom: 60px !important;
}
.dtMrgn-l-60 {
  margin-left: 60px !important;
}
.dtMrgn-r-60 {
  margin-right: 60px !important;
}
.dtMrgn-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.dtMrgn-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.dtMrgn-61 {
  margin: 61px !important;
}
.dtMrgn-t-61 {
  margin-top: 61px !important;
}
.dtMrgn-b-61 {
  margin-bottom: 61px !important;
}
.dtMrgn-l-61 {
  margin-left: 61px !important;
}
.dtMrgn-r-61 {
  margin-right: 61px !important;
}
.dtMrgn-y-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.dtMrgn-x-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}
.dtMrgn-62 {
  margin: 62px !important;
}
.dtMrgn-t-62 {
  margin-top: 62px !important;
}
.dtMrgn-b-62 {
  margin-bottom: 62px !important;
}
.dtMrgn-l-62 {
  margin-left: 62px !important;
}
.dtMrgn-r-62 {
  margin-right: 62px !important;
}
.dtMrgn-y-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.dtMrgn-x-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}
.dtMrgn-63 {
  margin: 63px !important;
}
.dtMrgn-t-63 {
  margin-top: 63px !important;
}
.dtMrgn-b-63 {
  margin-bottom: 63px !important;
}
.dtMrgn-l-63 {
  margin-left: 63px !important;
}
.dtMrgn-r-63 {
  margin-right: 63px !important;
}
.dtMrgn-y-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.dtMrgn-x-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}
.dtMrgn-64 {
  margin: 64px !important;
}
.dtMrgn-t-64 {
  margin-top: 64px !important;
}
.dtMrgn-b-64 {
  margin-bottom: 64px !important;
}
.dtMrgn-l-64 {
  margin-left: 64px !important;
}
.dtMrgn-r-64 {
  margin-right: 64px !important;
}
.dtMrgn-y-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.dtMrgn-x-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.dtMrgn-65 {
  margin: 65px !important;
}
.dtMrgn-t-65 {
  margin-top: 65px !important;
}
.dtMrgn-b-65 {
  margin-bottom: 65px !important;
}
.dtMrgn-l-65 {
  margin-left: 65px !important;
}
.dtMrgn-r-65 {
  margin-right: 65px !important;
}
.dtMrgn-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.dtMrgn-x-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.dtMrgn-66 {
  margin: 66px !important;
}
.dtMrgn-t-66 {
  margin-top: 66px !important;
}
.dtMrgn-b-66 {
  margin-bottom: 66px !important;
}
.dtMrgn-l-66 {
  margin-left: 66px !important;
}
.dtMrgn-r-66 {
  margin-right: 66px !important;
}
.dtMrgn-y-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.dtMrgn-x-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}
.dtMrgn-67 {
  margin: 67px !important;
}
.dtMrgn-t-67 {
  margin-top: 67px !important;
}
.dtMrgn-b-67 {
  margin-bottom: 67px !important;
}
.dtMrgn-l-67 {
  margin-left: 67px !important;
}
.dtMrgn-r-67 {
  margin-right: 67px !important;
}
.dtMrgn-y-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.dtMrgn-x-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}
.dtMrgn-68 {
  margin: 68px !important;
}
.dtMrgn-t-68 {
  margin-top: 68px !important;
}
.dtMrgn-b-68 {
  margin-bottom: 68px !important;
}
.dtMrgn-l-68 {
  margin-left: 68px !important;
}
.dtMrgn-r-68 {
  margin-right: 68px !important;
}
.dtMrgn-y-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.dtMrgn-x-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}
.dtMrgn-69 {
  margin: 69px !important;
}
.dtMrgn-t-69 {
  margin-top: 69px !important;
}
.dtMrgn-b-69 {
  margin-bottom: 69px !important;
}
.dtMrgn-l-69 {
  margin-left: 69px !important;
}
.dtMrgn-r-69 {
  margin-right: 69px !important;
}
.dtMrgn-y-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.dtMrgn-x-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}
.dtMrgn-70 {
  margin: 70px !important;
}
.dtMrgn-t-70 {
  margin-top: 70px !important;
}
.dtMrgn-b-70 {
  margin-bottom: 70px !important;
}
.dtMrgn-l-70 {
  margin-left: 70px !important;
}
.dtMrgn-r-70 {
  margin-right: 70px !important;
}
.dtMrgn-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.dtMrgn-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.dtMrgn-71 {
  margin: 71px !important;
}
.dtMrgn-t-71 {
  margin-top: 71px !important;
}
.dtMrgn-b-71 {
  margin-bottom: 71px !important;
}
.dtMrgn-l-71 {
  margin-left: 71px !important;
}
.dtMrgn-r-71 {
  margin-right: 71px !important;
}
.dtMrgn-y-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.dtMrgn-x-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}
.dtMrgn-72 {
  margin: 72px !important;
}
.dtMrgn-t-72 {
  margin-top: 72px !important;
}
.dtMrgn-b-72 {
  margin-bottom: 72px !important;
}
.dtMrgn-l-72 {
  margin-left: 72px !important;
}
.dtMrgn-r-72 {
  margin-right: 72px !important;
}
.dtMrgn-y-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.dtMrgn-x-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.dtMrgn-73 {
  margin: 73px !important;
}
.dtMrgn-t-73 {
  margin-top: 73px !important;
}
.dtMrgn-b-73 {
  margin-bottom: 73px !important;
}
.dtMrgn-l-73 {
  margin-left: 73px !important;
}
.dtMrgn-r-73 {
  margin-right: 73px !important;
}
.dtMrgn-y-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.dtMrgn-x-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}
.dtMrgn-74 {
  margin: 74px !important;
}
.dtMrgn-t-74 {
  margin-top: 74px !important;
}
.dtMrgn-b-74 {
  margin-bottom: 74px !important;
}
.dtMrgn-l-74 {
  margin-left: 74px !important;
}
.dtMrgn-r-74 {
  margin-right: 74px !important;
}
.dtMrgn-y-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.dtMrgn-x-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}
.dtMrgn-75 {
  margin: 75px !important;
}
.dtMrgn-t-75 {
  margin-top: 75px !important;
}
.dtMrgn-b-75 {
  margin-bottom: 75px !important;
}
.dtMrgn-l-75 {
  margin-left: 75px !important;
}
.dtMrgn-r-75 {
  margin-right: 75px !important;
}
.dtMrgn-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.dtMrgn-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.dtMrgn-76 {
  margin: 76px !important;
}
.dtMrgn-t-76 {
  margin-top: 76px !important;
}
.dtMrgn-b-76 {
  margin-bottom: 76px !important;
}
.dtMrgn-l-76 {
  margin-left: 76px !important;
}
.dtMrgn-r-76 {
  margin-right: 76px !important;
}
.dtMrgn-y-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.dtMrgn-x-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}
.dtMrgn-77 {
  margin: 77px !important;
}
.dtMrgn-t-77 {
  margin-top: 77px !important;
}
.dtMrgn-b-77 {
  margin-bottom: 77px !important;
}
.dtMrgn-l-77 {
  margin-left: 77px !important;
}
.dtMrgn-r-77 {
  margin-right: 77px !important;
}
.dtMrgn-y-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.dtMrgn-x-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}
.dtMrgn-78 {
  margin: 78px !important;
}
.dtMrgn-t-78 {
  margin-top: 78px !important;
}
.dtMrgn-b-78 {
  margin-bottom: 78px !important;
}
.dtMrgn-l-78 {
  margin-left: 78px !important;
}
.dtMrgn-r-78 {
  margin-right: 78px !important;
}
.dtMrgn-y-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.dtMrgn-x-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}
.dtMrgn-79 {
  margin: 79px !important;
}
.dtMrgn-t-79 {
  margin-top: 79px !important;
}
.dtMrgn-b-79 {
  margin-bottom: 79px !important;
}
.dtMrgn-l-79 {
  margin-left: 79px !important;
}
.dtMrgn-r-79 {
  margin-right: 79px !important;
}
.dtMrgn-y-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.dtMrgn-x-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}
.dtMrgn-80 {
  margin: 80px !important;
}
.dtMrgn-t-80 {
  margin-top: 80px !important;
}
.dtMrgn-b-80 {
  margin-bottom: 80px !important;
}
.dtMrgn-l-80 {
  margin-left: 80px !important;
}
.dtMrgn-r-80 {
  margin-right: 80px !important;
}
.dtMrgn-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.dtMrgn-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.dtMrgn-81 {
  margin: 81px !important;
}
.dtMrgn-t-81 {
  margin-top: 81px !important;
}
.dtMrgn-b-81 {
  margin-bottom: 81px !important;
}
.dtMrgn-l-81 {
  margin-left: 81px !important;
}
.dtMrgn-r-81 {
  margin-right: 81px !important;
}
.dtMrgn-y-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.dtMrgn-x-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}
.dtMrgn-82 {
  margin: 82px !important;
}
.dtMrgn-t-82 {
  margin-top: 82px !important;
}
.dtMrgn-b-82 {
  margin-bottom: 82px !important;
}
.dtMrgn-l-82 {
  margin-left: 82px !important;
}
.dtMrgn-r-82 {
  margin-right: 82px !important;
}
.dtMrgn-y-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.dtMrgn-x-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}
.dtMrgn-83 {
  margin: 83px !important;
}
.dtMrgn-t-83 {
  margin-top: 83px !important;
}
.dtMrgn-b-83 {
  margin-bottom: 83px !important;
}
.dtMrgn-l-83 {
  margin-left: 83px !important;
}
.dtMrgn-r-83 {
  margin-right: 83px !important;
}
.dtMrgn-y-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.dtMrgn-x-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}
.dtMrgn-84 {
  margin: 84px !important;
}
.dtMrgn-t-84 {
  margin-top: 84px !important;
}
.dtMrgn-b-84 {
  margin-bottom: 84px !important;
}
.dtMrgn-l-84 {
  margin-left: 84px !important;
}
.dtMrgn-r-84 {
  margin-right: 84px !important;
}
.dtMrgn-y-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.dtMrgn-x-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}
.dtMrgn-85 {
  margin: 85px !important;
}
.dtMrgn-t-85 {
  margin-top: 85px !important;
}
.dtMrgn-b-85 {
  margin-bottom: 85px !important;
}
.dtMrgn-l-85 {
  margin-left: 85px !important;
}
.dtMrgn-r-85 {
  margin-right: 85px !important;
}
.dtMrgn-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.dtMrgn-x-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.dtMrgn-86 {
  margin: 86px !important;
}
.dtMrgn-t-86 {
  margin-top: 86px !important;
}
.dtMrgn-b-86 {
  margin-bottom: 86px !important;
}
.dtMrgn-l-86 {
  margin-left: 86px !important;
}
.dtMrgn-r-86 {
  margin-right: 86px !important;
}
.dtMrgn-y-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.dtMrgn-x-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}
.dtMrgn-87 {
  margin: 87px !important;
}
.dtMrgn-t-87 {
  margin-top: 87px !important;
}
.dtMrgn-b-87 {
  margin-bottom: 87px !important;
}
.dtMrgn-l-87 {
  margin-left: 87px !important;
}
.dtMrgn-r-87 {
  margin-right: 87px !important;
}
.dtMrgn-y-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.dtMrgn-x-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}
.dtMrgn-88 {
  margin: 88px !important;
}
.dtMrgn-t-88 {
  margin-top: 88px !important;
}
.dtMrgn-b-88 {
  margin-bottom: 88px !important;
}
.dtMrgn-l-88 {
  margin-left: 88px !important;
}
.dtMrgn-r-88 {
  margin-right: 88px !important;
}
.dtMrgn-y-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.dtMrgn-x-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}
.dtMrgn-89 {
  margin: 89px !important;
}
.dtMrgn-t-89 {
  margin-top: 89px !important;
}
.dtMrgn-b-89 {
  margin-bottom: 89px !important;
}
.dtMrgn-l-89 {
  margin-left: 89px !important;
}
.dtMrgn-r-89 {
  margin-right: 89px !important;
}
.dtMrgn-y-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.dtMrgn-x-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}
.dtMrgn-90 {
  margin: 90px !important;
}
.dtMrgn-t-90 {
  margin-top: 90px !important;
}
.dtMrgn-b-90 {
  margin-bottom: 90px !important;
}
.dtMrgn-l-90 {
  margin-left: 90px !important;
}
.dtMrgn-r-90 {
  margin-right: 90px !important;
}
.dtMrgn-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.dtMrgn-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.dtMrgn-91 {
  margin: 91px !important;
}
.dtMrgn-t-91 {
  margin-top: 91px !important;
}
.dtMrgn-b-91 {
  margin-bottom: 91px !important;
}
.dtMrgn-l-91 {
  margin-left: 91px !important;
}
.dtMrgn-r-91 {
  margin-right: 91px !important;
}
.dtMrgn-y-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.dtMrgn-x-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}
.dtMrgn-92 {
  margin: 92px !important;
}
.dtMrgn-t-92 {
  margin-top: 92px !important;
}
.dtMrgn-b-92 {
  margin-bottom: 92px !important;
}
.dtMrgn-l-92 {
  margin-left: 92px !important;
}
.dtMrgn-r-92 {
  margin-right: 92px !important;
}
.dtMrgn-y-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.dtMrgn-x-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}
.dtMrgn-93 {
  margin: 93px !important;
}
.dtMrgn-t-93 {
  margin-top: 93px !important;
}
.dtMrgn-b-93 {
  margin-bottom: 93px !important;
}
.dtMrgn-l-93 {
  margin-left: 93px !important;
}
.dtMrgn-r-93 {
  margin-right: 93px !important;
}
.dtMrgn-y-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.dtMrgn-x-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}
.dtMrgn-94 {
  margin: 94px !important;
}
.dtMrgn-t-94 {
  margin-top: 94px !important;
}
.dtMrgn-b-94 {
  margin-bottom: 94px !important;
}
.dtMrgn-l-94 {
  margin-left: 94px !important;
}
.dtMrgn-r-94 {
  margin-right: 94px !important;
}
.dtMrgn-y-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.dtMrgn-x-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}
.dtMrgn-95 {
  margin: 95px !important;
}
.dtMrgn-t-95 {
  margin-top: 95px !important;
}
.dtMrgn-b-95 {
  margin-bottom: 95px !important;
}
.dtMrgn-l-95 {
  margin-left: 95px !important;
}
.dtMrgn-r-95 {
  margin-right: 95px !important;
}
.dtMrgn-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.dtMrgn-x-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.dtMrgn-96 {
  margin: 96px !important;
}
.dtMrgn-t-96 {
  margin-top: 96px !important;
}
.dtMrgn-b-96 {
  margin-bottom: 96px !important;
}
.dtMrgn-l-96 {
  margin-left: 96px !important;
}
.dtMrgn-r-96 {
  margin-right: 96px !important;
}
.dtMrgn-y-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.dtMrgn-x-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.dtMrgn-97 {
  margin: 97px !important;
}
.dtMrgn-t-97 {
  margin-top: 97px !important;
}
.dtMrgn-b-97 {
  margin-bottom: 97px !important;
}
.dtMrgn-l-97 {
  margin-left: 97px !important;
}
.dtMrgn-r-97 {
  margin-right: 97px !important;
}
.dtMrgn-y-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.dtMrgn-x-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}
.dtMrgn-98 {
  margin: 98px !important;
}
.dtMrgn-t-98 {
  margin-top: 98px !important;
}
.dtMrgn-b-98 {
  margin-bottom: 98px !important;
}
.dtMrgn-l-98 {
  margin-left: 98px !important;
}
.dtMrgn-r-98 {
  margin-right: 98px !important;
}
.dtMrgn-y-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.dtMrgn-x-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}
.dtMrgn-99 {
  margin: 99px !important;
}
.dtMrgn-t-99 {
  margin-top: 99px !important;
}
.dtMrgn-b-99 {
  margin-bottom: 99px !important;
}
.dtMrgn-l-99 {
  margin-left: 99px !important;
}
.dtMrgn-r-99 {
  margin-right: 99px !important;
}
.dtMrgn-y-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.dtMrgn-x-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}
.dtMrgn-100 {
  margin: 100px !important;
}
.dtMrgn-t-100 {
  margin-top: 100px !important;
}
.dtMrgn-b-100 {
  margin-bottom: 100px !important;
}
.dtMrgn-l-100 {
  margin-left: 100px !important;
}
.dtMrgn-r-100 {
  margin-right: 100px !important;
}
.dtMrgn-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.dtMrgn-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
/*--------------------------
      Defteam Border Styles
      ------------------------------*/
.dtBrdr-1, .dt_TabContent, .dt_vTabs .nav-item .nav-link, .dt_vTabContent, .dt_newsSection, .dt_pdsTable, .dt_dataTable tr td {
  border: 1px solid #C5C5C5;
}
.dtBrdr-t-1 {
  border-top: 1px solid #C5C5C5;
}
.dtBrdr-b-1, .dt_Tabs, .dt_archiveList li a:hover, .comment-list {
  border-bottom: 1px solid #C5C5C5;
}
.dtBrdr-l-1 {
  border-left: 1px solid #C5C5C5;
}
.dtBrdr-r-1, .dt_vTabs, .dt_blogHeader .dt_blogInfo li {
  border-right: 1px solid #C5C5C5;
}
.dtCustomBrdr-1, .dt_card, .dt_customCard, .dt_SecondaryCard, .dt_pdsCard, .dt_gamificationCard, .dt_advAnalyticsCard, .dt_dwCard, .dt_jasperCard, .dt_powerbiCard, .dt_ServiceCard, .dt_partnersCard, .dt_analyticsCard, .dt_table, .dt_Accordion .accordion-item, .dt_analyticsPartners, .dt_AnalyticsServicesCard {
  border: 1px solid #BCD8FB;
}
.dtCustomBrdr-t-1 {
  border-top: 1px solid #BCD8FB;
}
.dtCustomBrdr-b-1 {
  border-bottom: 1px solid #BCD8FB;
}
.dtCustomBrdr-l-1 {
  border-left: 1px solid #BCD8FB;
}
.dtCustomBrdr-r-1 {
  border-right: 1px solid #BCD8FB;
}
.dtBrdr-2 {
  border: 2px solid #C5C5C5;
}
.dtBrdr-t-2 {
  border-top: 2px solid #C5C5C5;
}
.dtBrdr-b-2 {
  border-bottom: 2px solid #C5C5C5;
}
.dtBrdr-l-2 {
  border-left: 2px solid #C5C5C5;
}
.dtBrdr-r-2 {
  border-right: 2px solid #C5C5C5;
}
.dtCustomBrdr-2 {
  border: 2px solid #BCD8FB;
}
.dtCustomBrdr-t-2 {
  border-top: 2px solid #BCD8FB;
}
.dtCustomBrdr-b-2 {
  border-bottom: 2px solid #BCD8FB;
}
.dtCustomBrdr-l-2 {
  border-left: 2px solid #BCD8FB;
}
.dtCustomBrdr-r-2 {
  border-right: 2px solid #BCD8FB;
}
.dtBrdr-3 {
  border: 3px solid #C5C5C5;
}
.dtBrdr-t-3 {
  border-top: 3px solid #C5C5C5;
}
.dtBrdr-b-3 {
  border-bottom: 3px solid #C5C5C5;
}
.dtBrdr-l-3 {
  border-left: 3px solid #C5C5C5;
}
.dtBrdr-r-3 {
  border-right: 3px solid #C5C5C5;
}
.dtCustomBrdr-3 {
  border: 3px solid #BCD8FB;
}
.dtCustomBrdr-t-3 {
  border-top: 3px solid #BCD8FB;
}
.dtCustomBrdr-b-3 {
  border-bottom: 3px solid #BCD8FB;
}
.dtCustomBrdr-l-3 {
  border-left: 3px solid #BCD8FB;
}
.dtCustomBrdr-r-3 {
  border-right: 3px solid #BCD8FB;
}
.dtBrdr-4 {
  border: 4px solid #C5C5C5;
}
.dtBrdr-t-4 {
  border-top: 4px solid #C5C5C5;
}
.dtBrdr-b-4 {
  border-bottom: 4px solid #C5C5C5;
}
.dtBrdr-l-4 {
  border-left: 4px solid #C5C5C5;
}
.dtBrdr-r-4 {
  border-right: 4px solid #C5C5C5;
}
.dtCustomBrdr-4 {
  border: 4px solid #BCD8FB;
}
.dtCustomBrdr-t-4 {
  border-top: 4px solid #BCD8FB;
}
.dtCustomBrdr-b-4 {
  border-bottom: 4px solid #BCD8FB;
}
.dtCustomBrdr-l-4 {
  border-left: 4px solid #BCD8FB;
}
.dtCustomBrdr-r-4 {
  border-right: 4px solid #BCD8FB;
}
.dtBrdr-5 {
  border: 5px solid #C5C5C5;
}
.dtBrdr-t-5 {
  border-top: 5px solid #C5C5C5;
}
.dtBrdr-b-5 {
  border-bottom: 5px solid #C5C5C5;
}
.dtBrdr-l-5 {
  border-left: 5px solid #C5C5C5;
}
.dtBrdr-r-5 {
  border-right: 5px solid #C5C5C5;
}
.dtCustomBrdr-5 {
  border: 5px solid #BCD8FB;
}
.dtCustomBrdr-t-5 {
  border-top: 5px solid #BCD8FB;
}
.dtCustomBrdr-b-5 {
  border-bottom: 5px solid #BCD8FB;
}
.dtCustomBrdr-l-5 {
  border-left: 5px solid #BCD8FB;
}
.dtCustomBrdr-r-5 {
  border-right: 5px solid #BCD8FB;
}
.dtBrdr-6 {
  border: 6px solid #C5C5C5;
}
.dtBrdr-t-6 {
  border-top: 6px solid #C5C5C5;
}
.dtBrdr-b-6 {
  border-bottom: 6px solid #C5C5C5;
}
.dtBrdr-l-6 {
  border-left: 6px solid #C5C5C5;
}
.dtBrdr-r-6 {
  border-right: 6px solid #C5C5C5;
}
.dtCustomBrdr-6 {
  border: 6px solid #BCD8FB;
}
.dtCustomBrdr-t-6 {
  border-top: 6px solid #BCD8FB;
}
.dtCustomBrdr-b-6 {
  border-bottom: 6px solid #BCD8FB;
}
.dtCustomBrdr-l-6 {
  border-left: 6px solid #BCD8FB;
}
.dtCustomBrdr-r-6 {
  border-right: 6px solid #BCD8FB;
}
.dtBrdr-7 {
  border: 7px solid #C5C5C5;
}
.dtBrdr-t-7 {
  border-top: 7px solid #C5C5C5;
}
.dtBrdr-b-7 {
  border-bottom: 7px solid #C5C5C5;
}
.dtBrdr-l-7 {
  border-left: 7px solid #C5C5C5;
}
.dtBrdr-r-7 {
  border-right: 7px solid #C5C5C5;
}
.dtCustomBrdr-7 {
  border: 7px solid #BCD8FB;
}
.dtCustomBrdr-t-7 {
  border-top: 7px solid #BCD8FB;
}
.dtCustomBrdr-b-7 {
  border-bottom: 7px solid #BCD8FB;
}
.dtCustomBrdr-l-7 {
  border-left: 7px solid #BCD8FB;
}
.dtCustomBrdr-r-7 {
  border-right: 7px solid #BCD8FB;
}
.dtBrdr-8 {
  border: 8px solid #C5C5C5;
}
.dtBrdr-t-8 {
  border-top: 8px solid #C5C5C5;
}
.dtBrdr-b-8 {
  border-bottom: 8px solid #C5C5C5;
}
.dtBrdr-l-8 {
  border-left: 8px solid #C5C5C5;
}
.dtBrdr-r-8 {
  border-right: 8px solid #C5C5C5;
}
.dtCustomBrdr-8 {
  border: 8px solid #BCD8FB;
}
.dtCustomBrdr-t-8 {
  border-top: 8px solid #BCD8FB;
}
.dtCustomBrdr-b-8 {
  border-bottom: 8px solid #BCD8FB;
}
.dtCustomBrdr-l-8 {
  border-left: 8px solid #BCD8FB;
}
.dtCustomBrdr-r-8 {
  border-right: 8px solid #BCD8FB;
}
.dtBrdr-9 {
  border: 9px solid #C5C5C5;
}
.dtBrdr-t-9 {
  border-top: 9px solid #C5C5C5;
}
.dtBrdr-b-9 {
  border-bottom: 9px solid #C5C5C5;
}
.dtBrdr-l-9 {
  border-left: 9px solid #C5C5C5;
}
.dtBrdr-r-9 {
  border-right: 9px solid #C5C5C5;
}
.dtCustomBrdr-9 {
  border: 9px solid #BCD8FB;
}
.dtCustomBrdr-t-9 {
  border-top: 9px solid #BCD8FB;
}
.dtCustomBrdr-b-9 {
  border-bottom: 9px solid #BCD8FB;
}
.dtCustomBrdr-l-9 {
  border-left: 9px solid #BCD8FB;
}
.dtCustomBrdr-r-9 {
  border-right: 9px solid #BCD8FB;
}
.dtBrdr-10 {
  border: 10px solid #C5C5C5;
}
.dtBrdr-t-10 {
  border-top: 10px solid #C5C5C5;
}
.dtBrdr-b-10 {
  border-bottom: 10px solid #C5C5C5;
}
.dtBrdr-l-10 {
  border-left: 10px solid #C5C5C5;
}
.dtBrdr-r-10 {
  border-right: 10px solid #C5C5C5;
}
.dtCustomBrdr-10 {
  border: 10px solid #BCD8FB;
}
.dtCustomBrdr-t-10 {
  border-top: 10px solid #BCD8FB;
}
.dtCustomBrdr-b-10 {
  border-bottom: 10px solid #BCD8FB;
}
.dtCustomBrdr-l-10, .dt_jasperCard .dt_cardHeader, .dt_powerbiCard .dt_cardHeader {
  border-left: 10px solid #BCD8FB;
}
.dtCustomBrdr-r-10 {
  border-right: 10px solid #BCD8FB;
}
.dtBrdr-11 {
  border: 11px solid #C5C5C5;
}
.dtBrdr-t-11 {
  border-top: 11px solid #C5C5C5;
}
.dtBrdr-b-11 {
  border-bottom: 11px solid #C5C5C5;
}
.dtBrdr-l-11 {
  border-left: 11px solid #C5C5C5;
}
.dtBrdr-r-11 {
  border-right: 11px solid #C5C5C5;
}
.dtCustomBrdr-11 {
  border: 11px solid #BCD8FB;
}
.dtCustomBrdr-t-11 {
  border-top: 11px solid #BCD8FB;
}
.dtCustomBrdr-b-11 {
  border-bottom: 11px solid #BCD8FB;
}
.dtCustomBrdr-l-11 {
  border-left: 11px solid #BCD8FB;
}
.dtCustomBrdr-r-11 {
  border-right: 11px solid #BCD8FB;
}
.dtBrdr-12 {
  border: 12px solid #C5C5C5;
}
.dtBrdr-t-12 {
  border-top: 12px solid #C5C5C5;
}
.dtBrdr-b-12 {
  border-bottom: 12px solid #C5C5C5;
}
.dtBrdr-l-12 {
  border-left: 12px solid #C5C5C5;
}
.dtBrdr-r-12 {
  border-right: 12px solid #C5C5C5;
}
.dtCustomBrdr-12 {
  border: 12px solid #BCD8FB;
}
.dtCustomBrdr-t-12 {
  border-top: 12px solid #BCD8FB;
}
.dtCustomBrdr-b-12 {
  border-bottom: 12px solid #BCD8FB;
}
.dtCustomBrdr-l-12 {
  border-left: 12px solid #BCD8FB;
}
.dtCustomBrdr-r-12 {
  border-right: 12px solid #BCD8FB;
}
.dtBrdr-13 {
  border: 13px solid #C5C5C5;
}
.dtBrdr-t-13 {
  border-top: 13px solid #C5C5C5;
}
.dtBrdr-b-13 {
  border-bottom: 13px solid #C5C5C5;
}
.dtBrdr-l-13 {
  border-left: 13px solid #C5C5C5;
}
.dtBrdr-r-13 {
  border-right: 13px solid #C5C5C5;
}
.dtCustomBrdr-13 {
  border: 13px solid #BCD8FB;
}
.dtCustomBrdr-t-13 {
  border-top: 13px solid #BCD8FB;
}
.dtCustomBrdr-b-13 {
  border-bottom: 13px solid #BCD8FB;
}
.dtCustomBrdr-l-13 {
  border-left: 13px solid #BCD8FB;
}
.dtCustomBrdr-r-13 {
  border-right: 13px solid #BCD8FB;
}
.dtBrdr-14 {
  border: 14px solid #C5C5C5;
}
.dtBrdr-t-14 {
  border-top: 14px solid #C5C5C5;
}
.dtBrdr-b-14 {
  border-bottom: 14px solid #C5C5C5;
}
.dtBrdr-l-14 {
  border-left: 14px solid #C5C5C5;
}
.dtBrdr-r-14 {
  border-right: 14px solid #C5C5C5;
}
.dtCustomBrdr-14 {
  border: 14px solid #BCD8FB;
}
.dtCustomBrdr-t-14 {
  border-top: 14px solid #BCD8FB;
}
.dtCustomBrdr-b-14 {
  border-bottom: 14px solid #BCD8FB;
}
.dtCustomBrdr-l-14 {
  border-left: 14px solid #BCD8FB;
}
.dtCustomBrdr-r-14 {
  border-right: 14px solid #BCD8FB;
}
.dtBrdr-15 {
  border: 15px solid #C5C5C5;
}
.dtBrdr-t-15 {
  border-top: 15px solid #C5C5C5;
}
.dtBrdr-b-15 {
  border-bottom: 15px solid #C5C5C5;
}
.dtBrdr-l-15 {
  border-left: 15px solid #C5C5C5;
}
.dtBrdr-r-15 {
  border-right: 15px solid #C5C5C5;
}
.dtCustomBrdr-15 {
  border: 15px solid #BCD8FB;
}
.dtCustomBrdr-t-15 {
  border-top: 15px solid #BCD8FB;
}
.dtCustomBrdr-b-15 {
  border-bottom: 15px solid #BCD8FB;
}
.dtCustomBrdr-l-15 {
  border-left: 15px solid #BCD8FB;
}
.dtCustomBrdr-r-15 {
  border-right: 15px solid #BCD8FB;
}
.dtBrdr-16 {
  border: 16px solid #C5C5C5;
}
.dtBrdr-t-16 {
  border-top: 16px solid #C5C5C5;
}
.dtBrdr-b-16 {
  border-bottom: 16px solid #C5C5C5;
}
.dtBrdr-l-16 {
  border-left: 16px solid #C5C5C5;
}
.dtBrdr-r-16 {
  border-right: 16px solid #C5C5C5;
}
.dtCustomBrdr-16 {
  border: 16px solid #BCD8FB;
}
.dtCustomBrdr-t-16 {
  border-top: 16px solid #BCD8FB;
}
.dtCustomBrdr-b-16 {
  border-bottom: 16px solid #BCD8FB;
}
.dtCustomBrdr-l-16 {
  border-left: 16px solid #BCD8FB;
}
.dtCustomBrdr-r-16 {
  border-right: 16px solid #BCD8FB;
}
.dtBrdr-17 {
  border: 17px solid #C5C5C5;
}
.dtBrdr-t-17 {
  border-top: 17px solid #C5C5C5;
}
.dtBrdr-b-17 {
  border-bottom: 17px solid #C5C5C5;
}
.dtBrdr-l-17 {
  border-left: 17px solid #C5C5C5;
}
.dtBrdr-r-17 {
  border-right: 17px solid #C5C5C5;
}
.dtCustomBrdr-17 {
  border: 17px solid #BCD8FB;
}
.dtCustomBrdr-t-17 {
  border-top: 17px solid #BCD8FB;
}
.dtCustomBrdr-b-17 {
  border-bottom: 17px solid #BCD8FB;
}
.dtCustomBrdr-l-17 {
  border-left: 17px solid #BCD8FB;
}
.dtCustomBrdr-r-17 {
  border-right: 17px solid #BCD8FB;
}
.dtBrdr-18 {
  border: 18px solid #C5C5C5;
}
.dtBrdr-t-18 {
  border-top: 18px solid #C5C5C5;
}
.dtBrdr-b-18 {
  border-bottom: 18px solid #C5C5C5;
}
.dtBrdr-l-18 {
  border-left: 18px solid #C5C5C5;
}
.dtBrdr-r-18 {
  border-right: 18px solid #C5C5C5;
}
.dtCustomBrdr-18 {
  border: 18px solid #BCD8FB;
}
.dtCustomBrdr-t-18 {
  border-top: 18px solid #BCD8FB;
}
.dtCustomBrdr-b-18 {
  border-bottom: 18px solid #BCD8FB;
}
.dtCustomBrdr-l-18 {
  border-left: 18px solid #BCD8FB;
}
.dtCustomBrdr-r-18 {
  border-right: 18px solid #BCD8FB;
}
.dtBrdr-19 {
  border: 19px solid #C5C5C5;
}
.dtBrdr-t-19 {
  border-top: 19px solid #C5C5C5;
}
.dtBrdr-b-19 {
  border-bottom: 19px solid #C5C5C5;
}
.dtBrdr-l-19 {
  border-left: 19px solid #C5C5C5;
}
.dtBrdr-r-19 {
  border-right: 19px solid #C5C5C5;
}
.dtCustomBrdr-19 {
  border: 19px solid #BCD8FB;
}
.dtCustomBrdr-t-19 {
  border-top: 19px solid #BCD8FB;
}
.dtCustomBrdr-b-19 {
  border-bottom: 19px solid #BCD8FB;
}
.dtCustomBrdr-l-19 {
  border-left: 19px solid #BCD8FB;
}
.dtCustomBrdr-r-19 {
  border-right: 19px solid #BCD8FB;
}
.dtBrdr-20 {
  border: 20px solid #C5C5C5;
}
.dtBrdr-t-20 {
  border-top: 20px solid #C5C5C5;
}
.dtBrdr-b-20 {
  border-bottom: 20px solid #C5C5C5;
}
.dtBrdr-l-20 {
  border-left: 20px solid #C5C5C5;
}
.dtBrdr-r-20 {
  border-right: 20px solid #C5C5C5;
}
.dtCustomBrdr-20 {
  border: 20px solid #BCD8FB;
}
.dtCustomBrdr-t-20 {
  border-top: 20px solid #BCD8FB;
}
.dtCustomBrdr-b-20 {
  border-bottom: 20px solid #BCD8FB;
}
.dtCustomBrdr-l-20 {
  border-left: 20px solid #BCD8FB;
}
.dtCustomBrdr-r-20 {
  border-right: 20px solid #BCD8FB;
}
.dtBrdr-21 {
  border: 21px solid #C5C5C5;
}
.dtBrdr-t-21 {
  border-top: 21px solid #C5C5C5;
}
.dtBrdr-b-21 {
  border-bottom: 21px solid #C5C5C5;
}
.dtBrdr-l-21 {
  border-left: 21px solid #C5C5C5;
}
.dtBrdr-r-21 {
  border-right: 21px solid #C5C5C5;
}
.dtCustomBrdr-21 {
  border: 21px solid #BCD8FB;
}
.dtCustomBrdr-t-21 {
  border-top: 21px solid #BCD8FB;
}
.dtCustomBrdr-b-21 {
  border-bottom: 21px solid #BCD8FB;
}
.dtCustomBrdr-l-21 {
  border-left: 21px solid #BCD8FB;
}
.dtCustomBrdr-r-21 {
  border-right: 21px solid #BCD8FB;
}
.dtBrdr-22 {
  border: 22px solid #C5C5C5;
}
.dtBrdr-t-22 {
  border-top: 22px solid #C5C5C5;
}
.dtBrdr-b-22 {
  border-bottom: 22px solid #C5C5C5;
}
.dtBrdr-l-22 {
  border-left: 22px solid #C5C5C5;
}
.dtBrdr-r-22 {
  border-right: 22px solid #C5C5C5;
}
.dtCustomBrdr-22 {
  border: 22px solid #BCD8FB;
}
.dtCustomBrdr-t-22 {
  border-top: 22px solid #BCD8FB;
}
.dtCustomBrdr-b-22 {
  border-bottom: 22px solid #BCD8FB;
}
.dtCustomBrdr-l-22 {
  border-left: 22px solid #BCD8FB;
}
.dtCustomBrdr-r-22 {
  border-right: 22px solid #BCD8FB;
}
.dtBrdr-23 {
  border: 23px solid #C5C5C5;
}
.dtBrdr-t-23 {
  border-top: 23px solid #C5C5C5;
}
.dtBrdr-b-23 {
  border-bottom: 23px solid #C5C5C5;
}
.dtBrdr-l-23 {
  border-left: 23px solid #C5C5C5;
}
.dtBrdr-r-23 {
  border-right: 23px solid #C5C5C5;
}
.dtCustomBrdr-23 {
  border: 23px solid #BCD8FB;
}
.dtCustomBrdr-t-23 {
  border-top: 23px solid #BCD8FB;
}
.dtCustomBrdr-b-23 {
  border-bottom: 23px solid #BCD8FB;
}
.dtCustomBrdr-l-23 {
  border-left: 23px solid #BCD8FB;
}
.dtCustomBrdr-r-23 {
  border-right: 23px solid #BCD8FB;
}
.dtBrdr-24 {
  border: 24px solid #C5C5C5;
}
.dtBrdr-t-24 {
  border-top: 24px solid #C5C5C5;
}
.dtBrdr-b-24 {
  border-bottom: 24px solid #C5C5C5;
}
.dtBrdr-l-24 {
  border-left: 24px solid #C5C5C5;
}
.dtBrdr-r-24 {
  border-right: 24px solid #C5C5C5;
}
.dtCustomBrdr-24 {
  border: 24px solid #BCD8FB;
}
.dtCustomBrdr-t-24 {
  border-top: 24px solid #BCD8FB;
}
.dtCustomBrdr-b-24 {
  border-bottom: 24px solid #BCD8FB;
}
.dtCustomBrdr-l-24 {
  border-left: 24px solid #BCD8FB;
}
.dtCustomBrdr-r-24 {
  border-right: 24px solid #BCD8FB;
}
.dtBrdr-25 {
  border: 25px solid #C5C5C5;
}
.dtBrdr-t-25 {
  border-top: 25px solid #C5C5C5;
}
.dtBrdr-b-25 {
  border-bottom: 25px solid #C5C5C5;
}
.dtBrdr-l-25 {
  border-left: 25px solid #C5C5C5;
}
.dtBrdr-r-25 {
  border-right: 25px solid #C5C5C5;
}
.dtCustomBrdr-25 {
  border: 25px solid #BCD8FB;
}
.dtCustomBrdr-t-25 {
  border-top: 25px solid #BCD8FB;
}
.dtCustomBrdr-b-25 {
  border-bottom: 25px solid #BCD8FB;
}
.dtCustomBrdr-l-25 {
  border-left: 25px solid #BCD8FB;
}
.dtCustomBrdr-r-25 {
  border-right: 25px solid #BCD8FB;
}
.dtBrdr-26 {
  border: 26px solid #C5C5C5;
}
.dtBrdr-t-26 {
  border-top: 26px solid #C5C5C5;
}
.dtBrdr-b-26 {
  border-bottom: 26px solid #C5C5C5;
}
.dtBrdr-l-26 {
  border-left: 26px solid #C5C5C5;
}
.dtBrdr-r-26 {
  border-right: 26px solid #C5C5C5;
}
.dtCustomBrdr-26 {
  border: 26px solid #BCD8FB;
}
.dtCustomBrdr-t-26 {
  border-top: 26px solid #BCD8FB;
}
.dtCustomBrdr-b-26 {
  border-bottom: 26px solid #BCD8FB;
}
.dtCustomBrdr-l-26 {
  border-left: 26px solid #BCD8FB;
}
.dtCustomBrdr-r-26 {
  border-right: 26px solid #BCD8FB;
}
.dtBrdr-27 {
  border: 27px solid #C5C5C5;
}
.dtBrdr-t-27 {
  border-top: 27px solid #C5C5C5;
}
.dtBrdr-b-27 {
  border-bottom: 27px solid #C5C5C5;
}
.dtBrdr-l-27 {
  border-left: 27px solid #C5C5C5;
}
.dtBrdr-r-27 {
  border-right: 27px solid #C5C5C5;
}
.dtCustomBrdr-27 {
  border: 27px solid #BCD8FB;
}
.dtCustomBrdr-t-27 {
  border-top: 27px solid #BCD8FB;
}
.dtCustomBrdr-b-27 {
  border-bottom: 27px solid #BCD8FB;
}
.dtCustomBrdr-l-27 {
  border-left: 27px solid #BCD8FB;
}
.dtCustomBrdr-r-27 {
  border-right: 27px solid #BCD8FB;
}
.dtBrdr-28 {
  border: 28px solid #C5C5C5;
}
.dtBrdr-t-28 {
  border-top: 28px solid #C5C5C5;
}
.dtBrdr-b-28 {
  border-bottom: 28px solid #C5C5C5;
}
.dtBrdr-l-28 {
  border-left: 28px solid #C5C5C5;
}
.dtBrdr-r-28 {
  border-right: 28px solid #C5C5C5;
}
.dtCustomBrdr-28 {
  border: 28px solid #BCD8FB;
}
.dtCustomBrdr-t-28 {
  border-top: 28px solid #BCD8FB;
}
.dtCustomBrdr-b-28 {
  border-bottom: 28px solid #BCD8FB;
}
.dtCustomBrdr-l-28 {
  border-left: 28px solid #BCD8FB;
}
.dtCustomBrdr-r-28 {
  border-right: 28px solid #BCD8FB;
}
.dtBrdr-29 {
  border: 29px solid #C5C5C5;
}
.dtBrdr-t-29 {
  border-top: 29px solid #C5C5C5;
}
.dtBrdr-b-29 {
  border-bottom: 29px solid #C5C5C5;
}
.dtBrdr-l-29 {
  border-left: 29px solid #C5C5C5;
}
.dtBrdr-r-29 {
  border-right: 29px solid #C5C5C5;
}
.dtCustomBrdr-29 {
  border: 29px solid #BCD8FB;
}
.dtCustomBrdr-t-29 {
  border-top: 29px solid #BCD8FB;
}
.dtCustomBrdr-b-29 {
  border-bottom: 29px solid #BCD8FB;
}
.dtCustomBrdr-l-29 {
  border-left: 29px solid #BCD8FB;
}
.dtCustomBrdr-r-29 {
  border-right: 29px solid #BCD8FB;
}
.dtBrdr-30 {
  border: 30px solid #C5C5C5;
}
.dtBrdr-t-30 {
  border-top: 30px solid #C5C5C5;
}
.dtBrdr-b-30 {
  border-bottom: 30px solid #C5C5C5;
}
.dtBrdr-l-30 {
  border-left: 30px solid #C5C5C5;
}
.dtBrdr-r-30 {
  border-right: 30px solid #C5C5C5;
}
.dtCustomBrdr-30 {
  border: 30px solid #BCD8FB;
}
.dtCustomBrdr-t-30 {
  border-top: 30px solid #BCD8FB;
}
.dtCustomBrdr-b-30 {
  border-bottom: 30px solid #BCD8FB;
}
.dtCustomBrdr-l-30 {
  border-left: 30px solid #BCD8FB;
}
.dtCustomBrdr-r-30 {
  border-right: 30px solid #BCD8FB;
}
.dtBrdr-31 {
  border: 31px solid #C5C5C5;
}
.dtBrdr-t-31 {
  border-top: 31px solid #C5C5C5;
}
.dtBrdr-b-31 {
  border-bottom: 31px solid #C5C5C5;
}
.dtBrdr-l-31 {
  border-left: 31px solid #C5C5C5;
}
.dtBrdr-r-31 {
  border-right: 31px solid #C5C5C5;
}
.dtCustomBrdr-31 {
  border: 31px solid #BCD8FB;
}
.dtCustomBrdr-t-31 {
  border-top: 31px solid #BCD8FB;
}
.dtCustomBrdr-b-31 {
  border-bottom: 31px solid #BCD8FB;
}
.dtCustomBrdr-l-31 {
  border-left: 31px solid #BCD8FB;
}
.dtCustomBrdr-r-31 {
  border-right: 31px solid #BCD8FB;
}
.dtBrdr-32 {
  border: 32px solid #C5C5C5;
}
.dtBrdr-t-32 {
  border-top: 32px solid #C5C5C5;
}
.dtBrdr-b-32 {
  border-bottom: 32px solid #C5C5C5;
}
.dtBrdr-l-32 {
  border-left: 32px solid #C5C5C5;
}
.dtBrdr-r-32 {
  border-right: 32px solid #C5C5C5;
}
.dtCustomBrdr-32 {
  border: 32px solid #BCD8FB;
}
.dtCustomBrdr-t-32 {
  border-top: 32px solid #BCD8FB;
}
.dtCustomBrdr-b-32 {
  border-bottom: 32px solid #BCD8FB;
}
.dtCustomBrdr-l-32 {
  border-left: 32px solid #BCD8FB;
}
.dtCustomBrdr-r-32 {
  border-right: 32px solid #BCD8FB;
}
.dtBrdr-33 {
  border: 33px solid #C5C5C5;
}
.dtBrdr-t-33 {
  border-top: 33px solid #C5C5C5;
}
.dtBrdr-b-33 {
  border-bottom: 33px solid #C5C5C5;
}
.dtBrdr-l-33 {
  border-left: 33px solid #C5C5C5;
}
.dtBrdr-r-33 {
  border-right: 33px solid #C5C5C5;
}
.dtCustomBrdr-33 {
  border: 33px solid #BCD8FB;
}
.dtCustomBrdr-t-33 {
  border-top: 33px solid #BCD8FB;
}
.dtCustomBrdr-b-33 {
  border-bottom: 33px solid #BCD8FB;
}
.dtCustomBrdr-l-33 {
  border-left: 33px solid #BCD8FB;
}
.dtCustomBrdr-r-33 {
  border-right: 33px solid #BCD8FB;
}
.dtBrdr-34 {
  border: 34px solid #C5C5C5;
}
.dtBrdr-t-34 {
  border-top: 34px solid #C5C5C5;
}
.dtBrdr-b-34 {
  border-bottom: 34px solid #C5C5C5;
}
.dtBrdr-l-34 {
  border-left: 34px solid #C5C5C5;
}
.dtBrdr-r-34 {
  border-right: 34px solid #C5C5C5;
}
.dtCustomBrdr-34 {
  border: 34px solid #BCD8FB;
}
.dtCustomBrdr-t-34 {
  border-top: 34px solid #BCD8FB;
}
.dtCustomBrdr-b-34 {
  border-bottom: 34px solid #BCD8FB;
}
.dtCustomBrdr-l-34 {
  border-left: 34px solid #BCD8FB;
}
.dtCustomBrdr-r-34 {
  border-right: 34px solid #BCD8FB;
}
.dtBrdr-35 {
  border: 35px solid #C5C5C5;
}
.dtBrdr-t-35 {
  border-top: 35px solid #C5C5C5;
}
.dtBrdr-b-35 {
  border-bottom: 35px solid #C5C5C5;
}
.dtBrdr-l-35 {
  border-left: 35px solid #C5C5C5;
}
.dtBrdr-r-35 {
  border-right: 35px solid #C5C5C5;
}
.dtCustomBrdr-35 {
  border: 35px solid #BCD8FB;
}
.dtCustomBrdr-t-35 {
  border-top: 35px solid #BCD8FB;
}
.dtCustomBrdr-b-35 {
  border-bottom: 35px solid #BCD8FB;
}
.dtCustomBrdr-l-35 {
  border-left: 35px solid #BCD8FB;
}
.dtCustomBrdr-r-35 {
  border-right: 35px solid #BCD8FB;
}
.dtBrdr-36 {
  border: 36px solid #C5C5C5;
}
.dtBrdr-t-36 {
  border-top: 36px solid #C5C5C5;
}
.dtBrdr-b-36 {
  border-bottom: 36px solid #C5C5C5;
}
.dtBrdr-l-36 {
  border-left: 36px solid #C5C5C5;
}
.dtBrdr-r-36 {
  border-right: 36px solid #C5C5C5;
}
.dtCustomBrdr-36 {
  border: 36px solid #BCD8FB;
}
.dtCustomBrdr-t-36 {
  border-top: 36px solid #BCD8FB;
}
.dtCustomBrdr-b-36 {
  border-bottom: 36px solid #BCD8FB;
}
.dtCustomBrdr-l-36 {
  border-left: 36px solid #BCD8FB;
}
.dtCustomBrdr-r-36 {
  border-right: 36px solid #BCD8FB;
}
.dtBrdr-37 {
  border: 37px solid #C5C5C5;
}
.dtBrdr-t-37 {
  border-top: 37px solid #C5C5C5;
}
.dtBrdr-b-37 {
  border-bottom: 37px solid #C5C5C5;
}
.dtBrdr-l-37 {
  border-left: 37px solid #C5C5C5;
}
.dtBrdr-r-37 {
  border-right: 37px solid #C5C5C5;
}
.dtCustomBrdr-37 {
  border: 37px solid #BCD8FB;
}
.dtCustomBrdr-t-37 {
  border-top: 37px solid #BCD8FB;
}
.dtCustomBrdr-b-37 {
  border-bottom: 37px solid #BCD8FB;
}
.dtCustomBrdr-l-37 {
  border-left: 37px solid #BCD8FB;
}
.dtCustomBrdr-r-37 {
  border-right: 37px solid #BCD8FB;
}
.dtBrdr-38 {
  border: 38px solid #C5C5C5;
}
.dtBrdr-t-38 {
  border-top: 38px solid #C5C5C5;
}
.dtBrdr-b-38 {
  border-bottom: 38px solid #C5C5C5;
}
.dtBrdr-l-38 {
  border-left: 38px solid #C5C5C5;
}
.dtBrdr-r-38 {
  border-right: 38px solid #C5C5C5;
}
.dtCustomBrdr-38 {
  border: 38px solid #BCD8FB;
}
.dtCustomBrdr-t-38 {
  border-top: 38px solid #BCD8FB;
}
.dtCustomBrdr-b-38 {
  border-bottom: 38px solid #BCD8FB;
}
.dtCustomBrdr-l-38 {
  border-left: 38px solid #BCD8FB;
}
.dtCustomBrdr-r-38 {
  border-right: 38px solid #BCD8FB;
}
.dtBrdr-39 {
  border: 39px solid #C5C5C5;
}
.dtBrdr-t-39 {
  border-top: 39px solid #C5C5C5;
}
.dtBrdr-b-39 {
  border-bottom: 39px solid #C5C5C5;
}
.dtBrdr-l-39 {
  border-left: 39px solid #C5C5C5;
}
.dtBrdr-r-39 {
  border-right: 39px solid #C5C5C5;
}
.dtCustomBrdr-39 {
  border: 39px solid #BCD8FB;
}
.dtCustomBrdr-t-39 {
  border-top: 39px solid #BCD8FB;
}
.dtCustomBrdr-b-39 {
  border-bottom: 39px solid #BCD8FB;
}
.dtCustomBrdr-l-39 {
  border-left: 39px solid #BCD8FB;
}
.dtCustomBrdr-r-39 {
  border-right: 39px solid #BCD8FB;
}
.dtBrdr-40 {
  border: 40px solid #C5C5C5;
}
.dtBrdr-t-40 {
  border-top: 40px solid #C5C5C5;
}
.dtBrdr-b-40 {
  border-bottom: 40px solid #C5C5C5;
}
.dtBrdr-l-40 {
  border-left: 40px solid #C5C5C5;
}
.dtBrdr-r-40 {
  border-right: 40px solid #C5C5C5;
}
.dtCustomBrdr-40 {
  border: 40px solid #BCD8FB;
}
.dtCustomBrdr-t-40 {
  border-top: 40px solid #BCD8FB;
}
.dtCustomBrdr-b-40 {
  border-bottom: 40px solid #BCD8FB;
}
.dtCustomBrdr-l-40 {
  border-left: 40px solid #BCD8FB;
}
.dtCustomBrdr-r-40 {
  border-right: 40px solid #BCD8FB;
}
.dtBrdr-41 {
  border: 41px solid #C5C5C5;
}
.dtBrdr-t-41 {
  border-top: 41px solid #C5C5C5;
}
.dtBrdr-b-41 {
  border-bottom: 41px solid #C5C5C5;
}
.dtBrdr-l-41 {
  border-left: 41px solid #C5C5C5;
}
.dtBrdr-r-41 {
  border-right: 41px solid #C5C5C5;
}
.dtCustomBrdr-41 {
  border: 41px solid #BCD8FB;
}
.dtCustomBrdr-t-41 {
  border-top: 41px solid #BCD8FB;
}
.dtCustomBrdr-b-41 {
  border-bottom: 41px solid #BCD8FB;
}
.dtCustomBrdr-l-41 {
  border-left: 41px solid #BCD8FB;
}
.dtCustomBrdr-r-41 {
  border-right: 41px solid #BCD8FB;
}
.dtBrdr-42 {
  border: 42px solid #C5C5C5;
}
.dtBrdr-t-42 {
  border-top: 42px solid #C5C5C5;
}
.dtBrdr-b-42 {
  border-bottom: 42px solid #C5C5C5;
}
.dtBrdr-l-42 {
  border-left: 42px solid #C5C5C5;
}
.dtBrdr-r-42 {
  border-right: 42px solid #C5C5C5;
}
.dtCustomBrdr-42 {
  border: 42px solid #BCD8FB;
}
.dtCustomBrdr-t-42 {
  border-top: 42px solid #BCD8FB;
}
.dtCustomBrdr-b-42 {
  border-bottom: 42px solid #BCD8FB;
}
.dtCustomBrdr-l-42 {
  border-left: 42px solid #BCD8FB;
}
.dtCustomBrdr-r-42 {
  border-right: 42px solid #BCD8FB;
}
.dtBrdr-43 {
  border: 43px solid #C5C5C5;
}
.dtBrdr-t-43 {
  border-top: 43px solid #C5C5C5;
}
.dtBrdr-b-43 {
  border-bottom: 43px solid #C5C5C5;
}
.dtBrdr-l-43 {
  border-left: 43px solid #C5C5C5;
}
.dtBrdr-r-43 {
  border-right: 43px solid #C5C5C5;
}
.dtCustomBrdr-43 {
  border: 43px solid #BCD8FB;
}
.dtCustomBrdr-t-43 {
  border-top: 43px solid #BCD8FB;
}
.dtCustomBrdr-b-43 {
  border-bottom: 43px solid #BCD8FB;
}
.dtCustomBrdr-l-43 {
  border-left: 43px solid #BCD8FB;
}
.dtCustomBrdr-r-43 {
  border-right: 43px solid #BCD8FB;
}
.dtBrdr-44 {
  border: 44px solid #C5C5C5;
}
.dtBrdr-t-44 {
  border-top: 44px solid #C5C5C5;
}
.dtBrdr-b-44 {
  border-bottom: 44px solid #C5C5C5;
}
.dtBrdr-l-44 {
  border-left: 44px solid #C5C5C5;
}
.dtBrdr-r-44 {
  border-right: 44px solid #C5C5C5;
}
.dtCustomBrdr-44 {
  border: 44px solid #BCD8FB;
}
.dtCustomBrdr-t-44 {
  border-top: 44px solid #BCD8FB;
}
.dtCustomBrdr-b-44 {
  border-bottom: 44px solid #BCD8FB;
}
.dtCustomBrdr-l-44 {
  border-left: 44px solid #BCD8FB;
}
.dtCustomBrdr-r-44 {
  border-right: 44px solid #BCD8FB;
}
.dtBrdr-45 {
  border: 45px solid #C5C5C5;
}
.dtBrdr-t-45 {
  border-top: 45px solid #C5C5C5;
}
.dtBrdr-b-45 {
  border-bottom: 45px solid #C5C5C5;
}
.dtBrdr-l-45 {
  border-left: 45px solid #C5C5C5;
}
.dtBrdr-r-45 {
  border-right: 45px solid #C5C5C5;
}
.dtCustomBrdr-45 {
  border: 45px solid #BCD8FB;
}
.dtCustomBrdr-t-45 {
  border-top: 45px solid #BCD8FB;
}
.dtCustomBrdr-b-45 {
  border-bottom: 45px solid #BCD8FB;
}
.dtCustomBrdr-l-45 {
  border-left: 45px solid #BCD8FB;
}
.dtCustomBrdr-r-45 {
  border-right: 45px solid #BCD8FB;
}
.dtBrdr-46 {
  border: 46px solid #C5C5C5;
}
.dtBrdr-t-46 {
  border-top: 46px solid #C5C5C5;
}
.dtBrdr-b-46 {
  border-bottom: 46px solid #C5C5C5;
}
.dtBrdr-l-46 {
  border-left: 46px solid #C5C5C5;
}
.dtBrdr-r-46 {
  border-right: 46px solid #C5C5C5;
}
.dtCustomBrdr-46 {
  border: 46px solid #BCD8FB;
}
.dtCustomBrdr-t-46 {
  border-top: 46px solid #BCD8FB;
}
.dtCustomBrdr-b-46 {
  border-bottom: 46px solid #BCD8FB;
}
.dtCustomBrdr-l-46 {
  border-left: 46px solid #BCD8FB;
}
.dtCustomBrdr-r-46 {
  border-right: 46px solid #BCD8FB;
}
.dtBrdr-47 {
  border: 47px solid #C5C5C5;
}
.dtBrdr-t-47 {
  border-top: 47px solid #C5C5C5;
}
.dtBrdr-b-47 {
  border-bottom: 47px solid #C5C5C5;
}
.dtBrdr-l-47 {
  border-left: 47px solid #C5C5C5;
}
.dtBrdr-r-47 {
  border-right: 47px solid #C5C5C5;
}
.dtCustomBrdr-47 {
  border: 47px solid #BCD8FB;
}
.dtCustomBrdr-t-47 {
  border-top: 47px solid #BCD8FB;
}
.dtCustomBrdr-b-47 {
  border-bottom: 47px solid #BCD8FB;
}
.dtCustomBrdr-l-47 {
  border-left: 47px solid #BCD8FB;
}
.dtCustomBrdr-r-47 {
  border-right: 47px solid #BCD8FB;
}
.dtBrdr-48 {
  border: 48px solid #C5C5C5;
}
.dtBrdr-t-48 {
  border-top: 48px solid #C5C5C5;
}
.dtBrdr-b-48 {
  border-bottom: 48px solid #C5C5C5;
}
.dtBrdr-l-48 {
  border-left: 48px solid #C5C5C5;
}
.dtBrdr-r-48 {
  border-right: 48px solid #C5C5C5;
}
.dtCustomBrdr-48 {
  border: 48px solid #BCD8FB;
}
.dtCustomBrdr-t-48 {
  border-top: 48px solid #BCD8FB;
}
.dtCustomBrdr-b-48 {
  border-bottom: 48px solid #BCD8FB;
}
.dtCustomBrdr-l-48 {
  border-left: 48px solid #BCD8FB;
}
.dtCustomBrdr-r-48 {
  border-right: 48px solid #BCD8FB;
}
.dtBrdr-49 {
  border: 49px solid #C5C5C5;
}
.dtBrdr-t-49 {
  border-top: 49px solid #C5C5C5;
}
.dtBrdr-b-49 {
  border-bottom: 49px solid #C5C5C5;
}
.dtBrdr-l-49 {
  border-left: 49px solid #C5C5C5;
}
.dtBrdr-r-49 {
  border-right: 49px solid #C5C5C5;
}
.dtCustomBrdr-49 {
  border: 49px solid #BCD8FB;
}
.dtCustomBrdr-t-49 {
  border-top: 49px solid #BCD8FB;
}
.dtCustomBrdr-b-49 {
  border-bottom: 49px solid #BCD8FB;
}
.dtCustomBrdr-l-49 {
  border-left: 49px solid #BCD8FB;
}
.dtCustomBrdr-r-49 {
  border-right: 49px solid #BCD8FB;
}
.dtBrdr-50 {
  border: 50px solid #C5C5C5;
}
.dtBrdr-t-50 {
  border-top: 50px solid #C5C5C5;
}
.dtBrdr-b-50 {
  border-bottom: 50px solid #C5C5C5;
}
.dtBrdr-l-50 {
  border-left: 50px solid #C5C5C5;
}
.dtBrdr-r-50 {
  border-right: 50px solid #C5C5C5;
}
.dtCustomBrdr-50 {
  border: 50px solid #BCD8FB;
}
.dtCustomBrdr-t-50 {
  border-top: 50px solid #BCD8FB;
}
.dtCustomBrdr-b-50 {
  border-bottom: 50px solid #BCD8FB;
}
.dtCustomBrdr-l-50 {
  border-left: 50px solid #BCD8FB;
}
.dtCustomBrdr-r-50 {
  border-right: 50px solid #BCD8FB;
}
.dtBrdr-51 {
  border: 51px solid #C5C5C5;
}
.dtBrdr-t-51 {
  border-top: 51px solid #C5C5C5;
}
.dtBrdr-b-51 {
  border-bottom: 51px solid #C5C5C5;
}
.dtBrdr-l-51 {
  border-left: 51px solid #C5C5C5;
}
.dtBrdr-r-51 {
  border-right: 51px solid #C5C5C5;
}
.dtCustomBrdr-51 {
  border: 51px solid #BCD8FB;
}
.dtCustomBrdr-t-51 {
  border-top: 51px solid #BCD8FB;
}
.dtCustomBrdr-b-51 {
  border-bottom: 51px solid #BCD8FB;
}
.dtCustomBrdr-l-51 {
  border-left: 51px solid #BCD8FB;
}
.dtCustomBrdr-r-51 {
  border-right: 51px solid #BCD8FB;
}
.dtBrdr-52 {
  border: 52px solid #C5C5C5;
}
.dtBrdr-t-52 {
  border-top: 52px solid #C5C5C5;
}
.dtBrdr-b-52 {
  border-bottom: 52px solid #C5C5C5;
}
.dtBrdr-l-52 {
  border-left: 52px solid #C5C5C5;
}
.dtBrdr-r-52 {
  border-right: 52px solid #C5C5C5;
}
.dtCustomBrdr-52 {
  border: 52px solid #BCD8FB;
}
.dtCustomBrdr-t-52 {
  border-top: 52px solid #BCD8FB;
}
.dtCustomBrdr-b-52 {
  border-bottom: 52px solid #BCD8FB;
}
.dtCustomBrdr-l-52 {
  border-left: 52px solid #BCD8FB;
}
.dtCustomBrdr-r-52 {
  border-right: 52px solid #BCD8FB;
}
.dtBrdr-53 {
  border: 53px solid #C5C5C5;
}
.dtBrdr-t-53 {
  border-top: 53px solid #C5C5C5;
}
.dtBrdr-b-53 {
  border-bottom: 53px solid #C5C5C5;
}
.dtBrdr-l-53 {
  border-left: 53px solid #C5C5C5;
}
.dtBrdr-r-53 {
  border-right: 53px solid #C5C5C5;
}
.dtCustomBrdr-53 {
  border: 53px solid #BCD8FB;
}
.dtCustomBrdr-t-53 {
  border-top: 53px solid #BCD8FB;
}
.dtCustomBrdr-b-53 {
  border-bottom: 53px solid #BCD8FB;
}
.dtCustomBrdr-l-53 {
  border-left: 53px solid #BCD8FB;
}
.dtCustomBrdr-r-53 {
  border-right: 53px solid #BCD8FB;
}
.dtBrdr-54 {
  border: 54px solid #C5C5C5;
}
.dtBrdr-t-54 {
  border-top: 54px solid #C5C5C5;
}
.dtBrdr-b-54 {
  border-bottom: 54px solid #C5C5C5;
}
.dtBrdr-l-54 {
  border-left: 54px solid #C5C5C5;
}
.dtBrdr-r-54 {
  border-right: 54px solid #C5C5C5;
}
.dtCustomBrdr-54 {
  border: 54px solid #BCD8FB;
}
.dtCustomBrdr-t-54 {
  border-top: 54px solid #BCD8FB;
}
.dtCustomBrdr-b-54 {
  border-bottom: 54px solid #BCD8FB;
}
.dtCustomBrdr-l-54 {
  border-left: 54px solid #BCD8FB;
}
.dtCustomBrdr-r-54 {
  border-right: 54px solid #BCD8FB;
}
.dtBrdr-55 {
  border: 55px solid #C5C5C5;
}
.dtBrdr-t-55 {
  border-top: 55px solid #C5C5C5;
}
.dtBrdr-b-55 {
  border-bottom: 55px solid #C5C5C5;
}
.dtBrdr-l-55 {
  border-left: 55px solid #C5C5C5;
}
.dtBrdr-r-55 {
  border-right: 55px solid #C5C5C5;
}
.dtCustomBrdr-55 {
  border: 55px solid #BCD8FB;
}
.dtCustomBrdr-t-55 {
  border-top: 55px solid #BCD8FB;
}
.dtCustomBrdr-b-55 {
  border-bottom: 55px solid #BCD8FB;
}
.dtCustomBrdr-l-55 {
  border-left: 55px solid #BCD8FB;
}
.dtCustomBrdr-r-55 {
  border-right: 55px solid #BCD8FB;
}
.dtBrdr-56 {
  border: 56px solid #C5C5C5;
}
.dtBrdr-t-56 {
  border-top: 56px solid #C5C5C5;
}
.dtBrdr-b-56 {
  border-bottom: 56px solid #C5C5C5;
}
.dtBrdr-l-56 {
  border-left: 56px solid #C5C5C5;
}
.dtBrdr-r-56 {
  border-right: 56px solid #C5C5C5;
}
.dtCustomBrdr-56 {
  border: 56px solid #BCD8FB;
}
.dtCustomBrdr-t-56 {
  border-top: 56px solid #BCD8FB;
}
.dtCustomBrdr-b-56 {
  border-bottom: 56px solid #BCD8FB;
}
.dtCustomBrdr-l-56 {
  border-left: 56px solid #BCD8FB;
}
.dtCustomBrdr-r-56 {
  border-right: 56px solid #BCD8FB;
}
.dtBrdr-57 {
  border: 57px solid #C5C5C5;
}
.dtBrdr-t-57 {
  border-top: 57px solid #C5C5C5;
}
.dtBrdr-b-57 {
  border-bottom: 57px solid #C5C5C5;
}
.dtBrdr-l-57 {
  border-left: 57px solid #C5C5C5;
}
.dtBrdr-r-57 {
  border-right: 57px solid #C5C5C5;
}
.dtCustomBrdr-57 {
  border: 57px solid #BCD8FB;
}
.dtCustomBrdr-t-57 {
  border-top: 57px solid #BCD8FB;
}
.dtCustomBrdr-b-57 {
  border-bottom: 57px solid #BCD8FB;
}
.dtCustomBrdr-l-57 {
  border-left: 57px solid #BCD8FB;
}
.dtCustomBrdr-r-57 {
  border-right: 57px solid #BCD8FB;
}
.dtBrdr-58 {
  border: 58px solid #C5C5C5;
}
.dtBrdr-t-58 {
  border-top: 58px solid #C5C5C5;
}
.dtBrdr-b-58 {
  border-bottom: 58px solid #C5C5C5;
}
.dtBrdr-l-58 {
  border-left: 58px solid #C5C5C5;
}
.dtBrdr-r-58 {
  border-right: 58px solid #C5C5C5;
}
.dtCustomBrdr-58 {
  border: 58px solid #BCD8FB;
}
.dtCustomBrdr-t-58 {
  border-top: 58px solid #BCD8FB;
}
.dtCustomBrdr-b-58 {
  border-bottom: 58px solid #BCD8FB;
}
.dtCustomBrdr-l-58 {
  border-left: 58px solid #BCD8FB;
}
.dtCustomBrdr-r-58 {
  border-right: 58px solid #BCD8FB;
}
.dtBrdr-59 {
  border: 59px solid #C5C5C5;
}
.dtBrdr-t-59 {
  border-top: 59px solid #C5C5C5;
}
.dtBrdr-b-59 {
  border-bottom: 59px solid #C5C5C5;
}
.dtBrdr-l-59 {
  border-left: 59px solid #C5C5C5;
}
.dtBrdr-r-59 {
  border-right: 59px solid #C5C5C5;
}
.dtCustomBrdr-59 {
  border: 59px solid #BCD8FB;
}
.dtCustomBrdr-t-59 {
  border-top: 59px solid #BCD8FB;
}
.dtCustomBrdr-b-59 {
  border-bottom: 59px solid #BCD8FB;
}
.dtCustomBrdr-l-59 {
  border-left: 59px solid #BCD8FB;
}
.dtCustomBrdr-r-59 {
  border-right: 59px solid #BCD8FB;
}
.dtBrdr-60 {
  border: 60px solid #C5C5C5;
}
.dtBrdr-t-60 {
  border-top: 60px solid #C5C5C5;
}
.dtBrdr-b-60 {
  border-bottom: 60px solid #C5C5C5;
}
.dtBrdr-l-60 {
  border-left: 60px solid #C5C5C5;
}
.dtBrdr-r-60 {
  border-right: 60px solid #C5C5C5;
}
.dtCustomBrdr-60 {
  border: 60px solid #BCD8FB;
}
.dtCustomBrdr-t-60 {
  border-top: 60px solid #BCD8FB;
}
.dtCustomBrdr-b-60 {
  border-bottom: 60px solid #BCD8FB;
}
.dtCustomBrdr-l-60 {
  border-left: 60px solid #BCD8FB;
}
.dtCustomBrdr-r-60 {
  border-right: 60px solid #BCD8FB;
}
.dtBrdr-61 {
  border: 61px solid #C5C5C5;
}
.dtBrdr-t-61 {
  border-top: 61px solid #C5C5C5;
}
.dtBrdr-b-61 {
  border-bottom: 61px solid #C5C5C5;
}
.dtBrdr-l-61 {
  border-left: 61px solid #C5C5C5;
}
.dtBrdr-r-61 {
  border-right: 61px solid #C5C5C5;
}
.dtCustomBrdr-61 {
  border: 61px solid #BCD8FB;
}
.dtCustomBrdr-t-61 {
  border-top: 61px solid #BCD8FB;
}
.dtCustomBrdr-b-61 {
  border-bottom: 61px solid #BCD8FB;
}
.dtCustomBrdr-l-61 {
  border-left: 61px solid #BCD8FB;
}
.dtCustomBrdr-r-61 {
  border-right: 61px solid #BCD8FB;
}
.dtBrdr-62 {
  border: 62px solid #C5C5C5;
}
.dtBrdr-t-62 {
  border-top: 62px solid #C5C5C5;
}
.dtBrdr-b-62 {
  border-bottom: 62px solid #C5C5C5;
}
.dtBrdr-l-62 {
  border-left: 62px solid #C5C5C5;
}
.dtBrdr-r-62 {
  border-right: 62px solid #C5C5C5;
}
.dtCustomBrdr-62 {
  border: 62px solid #BCD8FB;
}
.dtCustomBrdr-t-62 {
  border-top: 62px solid #BCD8FB;
}
.dtCustomBrdr-b-62 {
  border-bottom: 62px solid #BCD8FB;
}
.dtCustomBrdr-l-62 {
  border-left: 62px solid #BCD8FB;
}
.dtCustomBrdr-r-62 {
  border-right: 62px solid #BCD8FB;
}
.dtBrdr-63 {
  border: 63px solid #C5C5C5;
}
.dtBrdr-t-63 {
  border-top: 63px solid #C5C5C5;
}
.dtBrdr-b-63 {
  border-bottom: 63px solid #C5C5C5;
}
.dtBrdr-l-63 {
  border-left: 63px solid #C5C5C5;
}
.dtBrdr-r-63 {
  border-right: 63px solid #C5C5C5;
}
.dtCustomBrdr-63 {
  border: 63px solid #BCD8FB;
}
.dtCustomBrdr-t-63 {
  border-top: 63px solid #BCD8FB;
}
.dtCustomBrdr-b-63 {
  border-bottom: 63px solid #BCD8FB;
}
.dtCustomBrdr-l-63 {
  border-left: 63px solid #BCD8FB;
}
.dtCustomBrdr-r-63 {
  border-right: 63px solid #BCD8FB;
}
.dtBrdr-64 {
  border: 64px solid #C5C5C5;
}
.dtBrdr-t-64 {
  border-top: 64px solid #C5C5C5;
}
.dtBrdr-b-64 {
  border-bottom: 64px solid #C5C5C5;
}
.dtBrdr-l-64 {
  border-left: 64px solid #C5C5C5;
}
.dtBrdr-r-64 {
  border-right: 64px solid #C5C5C5;
}
.dtCustomBrdr-64 {
  border: 64px solid #BCD8FB;
}
.dtCustomBrdr-t-64 {
  border-top: 64px solid #BCD8FB;
}
.dtCustomBrdr-b-64 {
  border-bottom: 64px solid #BCD8FB;
}
.dtCustomBrdr-l-64 {
  border-left: 64px solid #BCD8FB;
}
.dtCustomBrdr-r-64 {
  border-right: 64px solid #BCD8FB;
}
.dtBrdr-65 {
  border: 65px solid #C5C5C5;
}
.dtBrdr-t-65 {
  border-top: 65px solid #C5C5C5;
}
.dtBrdr-b-65 {
  border-bottom: 65px solid #C5C5C5;
}
.dtBrdr-l-65 {
  border-left: 65px solid #C5C5C5;
}
.dtBrdr-r-65 {
  border-right: 65px solid #C5C5C5;
}
.dtCustomBrdr-65 {
  border: 65px solid #BCD8FB;
}
.dtCustomBrdr-t-65 {
  border-top: 65px solid #BCD8FB;
}
.dtCustomBrdr-b-65 {
  border-bottom: 65px solid #BCD8FB;
}
.dtCustomBrdr-l-65 {
  border-left: 65px solid #BCD8FB;
}
.dtCustomBrdr-r-65 {
  border-right: 65px solid #BCD8FB;
}
.dtBrdr-66 {
  border: 66px solid #C5C5C5;
}
.dtBrdr-t-66 {
  border-top: 66px solid #C5C5C5;
}
.dtBrdr-b-66 {
  border-bottom: 66px solid #C5C5C5;
}
.dtBrdr-l-66 {
  border-left: 66px solid #C5C5C5;
}
.dtBrdr-r-66 {
  border-right: 66px solid #C5C5C5;
}
.dtCustomBrdr-66 {
  border: 66px solid #BCD8FB;
}
.dtCustomBrdr-t-66 {
  border-top: 66px solid #BCD8FB;
}
.dtCustomBrdr-b-66 {
  border-bottom: 66px solid #BCD8FB;
}
.dtCustomBrdr-l-66 {
  border-left: 66px solid #BCD8FB;
}
.dtCustomBrdr-r-66 {
  border-right: 66px solid #BCD8FB;
}
.dtBrdr-67 {
  border: 67px solid #C5C5C5;
}
.dtBrdr-t-67 {
  border-top: 67px solid #C5C5C5;
}
.dtBrdr-b-67 {
  border-bottom: 67px solid #C5C5C5;
}
.dtBrdr-l-67 {
  border-left: 67px solid #C5C5C5;
}
.dtBrdr-r-67 {
  border-right: 67px solid #C5C5C5;
}
.dtCustomBrdr-67 {
  border: 67px solid #BCD8FB;
}
.dtCustomBrdr-t-67 {
  border-top: 67px solid #BCD8FB;
}
.dtCustomBrdr-b-67 {
  border-bottom: 67px solid #BCD8FB;
}
.dtCustomBrdr-l-67 {
  border-left: 67px solid #BCD8FB;
}
.dtCustomBrdr-r-67 {
  border-right: 67px solid #BCD8FB;
}
.dtBrdr-68 {
  border: 68px solid #C5C5C5;
}
.dtBrdr-t-68 {
  border-top: 68px solid #C5C5C5;
}
.dtBrdr-b-68 {
  border-bottom: 68px solid #C5C5C5;
}
.dtBrdr-l-68 {
  border-left: 68px solid #C5C5C5;
}
.dtBrdr-r-68 {
  border-right: 68px solid #C5C5C5;
}
.dtCustomBrdr-68 {
  border: 68px solid #BCD8FB;
}
.dtCustomBrdr-t-68 {
  border-top: 68px solid #BCD8FB;
}
.dtCustomBrdr-b-68 {
  border-bottom: 68px solid #BCD8FB;
}
.dtCustomBrdr-l-68 {
  border-left: 68px solid #BCD8FB;
}
.dtCustomBrdr-r-68 {
  border-right: 68px solid #BCD8FB;
}
.dtBrdr-69 {
  border: 69px solid #C5C5C5;
}
.dtBrdr-t-69 {
  border-top: 69px solid #C5C5C5;
}
.dtBrdr-b-69 {
  border-bottom: 69px solid #C5C5C5;
}
.dtBrdr-l-69 {
  border-left: 69px solid #C5C5C5;
}
.dtBrdr-r-69 {
  border-right: 69px solid #C5C5C5;
}
.dtCustomBrdr-69 {
  border: 69px solid #BCD8FB;
}
.dtCustomBrdr-t-69 {
  border-top: 69px solid #BCD8FB;
}
.dtCustomBrdr-b-69 {
  border-bottom: 69px solid #BCD8FB;
}
.dtCustomBrdr-l-69 {
  border-left: 69px solid #BCD8FB;
}
.dtCustomBrdr-r-69 {
  border-right: 69px solid #BCD8FB;
}
.dtBrdr-70 {
  border: 70px solid #C5C5C5;
}
.dtBrdr-t-70 {
  border-top: 70px solid #C5C5C5;
}
.dtBrdr-b-70 {
  border-bottom: 70px solid #C5C5C5;
}
.dtBrdr-l-70 {
  border-left: 70px solid #C5C5C5;
}
.dtBrdr-r-70 {
  border-right: 70px solid #C5C5C5;
}
.dtCustomBrdr-70 {
  border: 70px solid #BCD8FB;
}
.dtCustomBrdr-t-70 {
  border-top: 70px solid #BCD8FB;
}
.dtCustomBrdr-b-70 {
  border-bottom: 70px solid #BCD8FB;
}
.dtCustomBrdr-l-70 {
  border-left: 70px solid #BCD8FB;
}
.dtCustomBrdr-r-70 {
  border-right: 70px solid #BCD8FB;
}
.dtBrdr-71 {
  border: 71px solid #C5C5C5;
}
.dtBrdr-t-71 {
  border-top: 71px solid #C5C5C5;
}
.dtBrdr-b-71 {
  border-bottom: 71px solid #C5C5C5;
}
.dtBrdr-l-71 {
  border-left: 71px solid #C5C5C5;
}
.dtBrdr-r-71 {
  border-right: 71px solid #C5C5C5;
}
.dtCustomBrdr-71 {
  border: 71px solid #BCD8FB;
}
.dtCustomBrdr-t-71 {
  border-top: 71px solid #BCD8FB;
}
.dtCustomBrdr-b-71 {
  border-bottom: 71px solid #BCD8FB;
}
.dtCustomBrdr-l-71 {
  border-left: 71px solid #BCD8FB;
}
.dtCustomBrdr-r-71 {
  border-right: 71px solid #BCD8FB;
}
.dtBrdr-72 {
  border: 72px solid #C5C5C5;
}
.dtBrdr-t-72 {
  border-top: 72px solid #C5C5C5;
}
.dtBrdr-b-72 {
  border-bottom: 72px solid #C5C5C5;
}
.dtBrdr-l-72 {
  border-left: 72px solid #C5C5C5;
}
.dtBrdr-r-72 {
  border-right: 72px solid #C5C5C5;
}
.dtCustomBrdr-72 {
  border: 72px solid #BCD8FB;
}
.dtCustomBrdr-t-72 {
  border-top: 72px solid #BCD8FB;
}
.dtCustomBrdr-b-72 {
  border-bottom: 72px solid #BCD8FB;
}
.dtCustomBrdr-l-72 {
  border-left: 72px solid #BCD8FB;
}
.dtCustomBrdr-r-72 {
  border-right: 72px solid #BCD8FB;
}
.dtBrdr-73 {
  border: 73px solid #C5C5C5;
}
.dtBrdr-t-73 {
  border-top: 73px solid #C5C5C5;
}
.dtBrdr-b-73 {
  border-bottom: 73px solid #C5C5C5;
}
.dtBrdr-l-73 {
  border-left: 73px solid #C5C5C5;
}
.dtBrdr-r-73 {
  border-right: 73px solid #C5C5C5;
}
.dtCustomBrdr-73 {
  border: 73px solid #BCD8FB;
}
.dtCustomBrdr-t-73 {
  border-top: 73px solid #BCD8FB;
}
.dtCustomBrdr-b-73 {
  border-bottom: 73px solid #BCD8FB;
}
.dtCustomBrdr-l-73 {
  border-left: 73px solid #BCD8FB;
}
.dtCustomBrdr-r-73 {
  border-right: 73px solid #BCD8FB;
}
.dtBrdr-74 {
  border: 74px solid #C5C5C5;
}
.dtBrdr-t-74 {
  border-top: 74px solid #C5C5C5;
}
.dtBrdr-b-74 {
  border-bottom: 74px solid #C5C5C5;
}
.dtBrdr-l-74 {
  border-left: 74px solid #C5C5C5;
}
.dtBrdr-r-74 {
  border-right: 74px solid #C5C5C5;
}
.dtCustomBrdr-74 {
  border: 74px solid #BCD8FB;
}
.dtCustomBrdr-t-74 {
  border-top: 74px solid #BCD8FB;
}
.dtCustomBrdr-b-74 {
  border-bottom: 74px solid #BCD8FB;
}
.dtCustomBrdr-l-74 {
  border-left: 74px solid #BCD8FB;
}
.dtCustomBrdr-r-74 {
  border-right: 74px solid #BCD8FB;
}
.dtBrdr-75 {
  border: 75px solid #C5C5C5;
}
.dtBrdr-t-75 {
  border-top: 75px solid #C5C5C5;
}
.dtBrdr-b-75 {
  border-bottom: 75px solid #C5C5C5;
}
.dtBrdr-l-75 {
  border-left: 75px solid #C5C5C5;
}
.dtBrdr-r-75 {
  border-right: 75px solid #C5C5C5;
}
.dtCustomBrdr-75 {
  border: 75px solid #BCD8FB;
}
.dtCustomBrdr-t-75 {
  border-top: 75px solid #BCD8FB;
}
.dtCustomBrdr-b-75 {
  border-bottom: 75px solid #BCD8FB;
}
.dtCustomBrdr-l-75 {
  border-left: 75px solid #BCD8FB;
}
.dtCustomBrdr-r-75 {
  border-right: 75px solid #BCD8FB;
}
.dtBrdr-76 {
  border: 76px solid #C5C5C5;
}
.dtBrdr-t-76 {
  border-top: 76px solid #C5C5C5;
}
.dtBrdr-b-76 {
  border-bottom: 76px solid #C5C5C5;
}
.dtBrdr-l-76 {
  border-left: 76px solid #C5C5C5;
}
.dtBrdr-r-76 {
  border-right: 76px solid #C5C5C5;
}
.dtCustomBrdr-76 {
  border: 76px solid #BCD8FB;
}
.dtCustomBrdr-t-76 {
  border-top: 76px solid #BCD8FB;
}
.dtCustomBrdr-b-76 {
  border-bottom: 76px solid #BCD8FB;
}
.dtCustomBrdr-l-76 {
  border-left: 76px solid #BCD8FB;
}
.dtCustomBrdr-r-76 {
  border-right: 76px solid #BCD8FB;
}
.dtBrdr-77 {
  border: 77px solid #C5C5C5;
}
.dtBrdr-t-77 {
  border-top: 77px solid #C5C5C5;
}
.dtBrdr-b-77 {
  border-bottom: 77px solid #C5C5C5;
}
.dtBrdr-l-77 {
  border-left: 77px solid #C5C5C5;
}
.dtBrdr-r-77 {
  border-right: 77px solid #C5C5C5;
}
.dtCustomBrdr-77 {
  border: 77px solid #BCD8FB;
}
.dtCustomBrdr-t-77 {
  border-top: 77px solid #BCD8FB;
}
.dtCustomBrdr-b-77 {
  border-bottom: 77px solid #BCD8FB;
}
.dtCustomBrdr-l-77 {
  border-left: 77px solid #BCD8FB;
}
.dtCustomBrdr-r-77 {
  border-right: 77px solid #BCD8FB;
}
.dtBrdr-78 {
  border: 78px solid #C5C5C5;
}
.dtBrdr-t-78 {
  border-top: 78px solid #C5C5C5;
}
.dtBrdr-b-78 {
  border-bottom: 78px solid #C5C5C5;
}
.dtBrdr-l-78 {
  border-left: 78px solid #C5C5C5;
}
.dtBrdr-r-78 {
  border-right: 78px solid #C5C5C5;
}
.dtCustomBrdr-78 {
  border: 78px solid #BCD8FB;
}
.dtCustomBrdr-t-78 {
  border-top: 78px solid #BCD8FB;
}
.dtCustomBrdr-b-78 {
  border-bottom: 78px solid #BCD8FB;
}
.dtCustomBrdr-l-78 {
  border-left: 78px solid #BCD8FB;
}
.dtCustomBrdr-r-78 {
  border-right: 78px solid #BCD8FB;
}
.dtBrdr-79 {
  border: 79px solid #C5C5C5;
}
.dtBrdr-t-79 {
  border-top: 79px solid #C5C5C5;
}
.dtBrdr-b-79 {
  border-bottom: 79px solid #C5C5C5;
}
.dtBrdr-l-79 {
  border-left: 79px solid #C5C5C5;
}
.dtBrdr-r-79 {
  border-right: 79px solid #C5C5C5;
}
.dtCustomBrdr-79 {
  border: 79px solid #BCD8FB;
}
.dtCustomBrdr-t-79 {
  border-top: 79px solid #BCD8FB;
}
.dtCustomBrdr-b-79 {
  border-bottom: 79px solid #BCD8FB;
}
.dtCustomBrdr-l-79 {
  border-left: 79px solid #BCD8FB;
}
.dtCustomBrdr-r-79 {
  border-right: 79px solid #BCD8FB;
}
.dtBrdr-80 {
  border: 80px solid #C5C5C5;
}
.dtBrdr-t-80 {
  border-top: 80px solid #C5C5C5;
}
.dtBrdr-b-80 {
  border-bottom: 80px solid #C5C5C5;
}
.dtBrdr-l-80 {
  border-left: 80px solid #C5C5C5;
}
.dtBrdr-r-80 {
  border-right: 80px solid #C5C5C5;
}
.dtCustomBrdr-80 {
  border: 80px solid #BCD8FB;
}
.dtCustomBrdr-t-80 {
  border-top: 80px solid #BCD8FB;
}
.dtCustomBrdr-b-80 {
  border-bottom: 80px solid #BCD8FB;
}
.dtCustomBrdr-l-80 {
  border-left: 80px solid #BCD8FB;
}
.dtCustomBrdr-r-80 {
  border-right: 80px solid #BCD8FB;
}
.dtBrdr-81 {
  border: 81px solid #C5C5C5;
}
.dtBrdr-t-81 {
  border-top: 81px solid #C5C5C5;
}
.dtBrdr-b-81 {
  border-bottom: 81px solid #C5C5C5;
}
.dtBrdr-l-81 {
  border-left: 81px solid #C5C5C5;
}
.dtBrdr-r-81 {
  border-right: 81px solid #C5C5C5;
}
.dtCustomBrdr-81 {
  border: 81px solid #BCD8FB;
}
.dtCustomBrdr-t-81 {
  border-top: 81px solid #BCD8FB;
}
.dtCustomBrdr-b-81 {
  border-bottom: 81px solid #BCD8FB;
}
.dtCustomBrdr-l-81 {
  border-left: 81px solid #BCD8FB;
}
.dtCustomBrdr-r-81 {
  border-right: 81px solid #BCD8FB;
}
.dtBrdr-82 {
  border: 82px solid #C5C5C5;
}
.dtBrdr-t-82 {
  border-top: 82px solid #C5C5C5;
}
.dtBrdr-b-82 {
  border-bottom: 82px solid #C5C5C5;
}
.dtBrdr-l-82 {
  border-left: 82px solid #C5C5C5;
}
.dtBrdr-r-82 {
  border-right: 82px solid #C5C5C5;
}
.dtCustomBrdr-82 {
  border: 82px solid #BCD8FB;
}
.dtCustomBrdr-t-82 {
  border-top: 82px solid #BCD8FB;
}
.dtCustomBrdr-b-82 {
  border-bottom: 82px solid #BCD8FB;
}
.dtCustomBrdr-l-82 {
  border-left: 82px solid #BCD8FB;
}
.dtCustomBrdr-r-82 {
  border-right: 82px solid #BCD8FB;
}
.dtBrdr-83 {
  border: 83px solid #C5C5C5;
}
.dtBrdr-t-83 {
  border-top: 83px solid #C5C5C5;
}
.dtBrdr-b-83 {
  border-bottom: 83px solid #C5C5C5;
}
.dtBrdr-l-83 {
  border-left: 83px solid #C5C5C5;
}
.dtBrdr-r-83 {
  border-right: 83px solid #C5C5C5;
}
.dtCustomBrdr-83 {
  border: 83px solid #BCD8FB;
}
.dtCustomBrdr-t-83 {
  border-top: 83px solid #BCD8FB;
}
.dtCustomBrdr-b-83 {
  border-bottom: 83px solid #BCD8FB;
}
.dtCustomBrdr-l-83 {
  border-left: 83px solid #BCD8FB;
}
.dtCustomBrdr-r-83 {
  border-right: 83px solid #BCD8FB;
}
.dtBrdr-84 {
  border: 84px solid #C5C5C5;
}
.dtBrdr-t-84 {
  border-top: 84px solid #C5C5C5;
}
.dtBrdr-b-84 {
  border-bottom: 84px solid #C5C5C5;
}
.dtBrdr-l-84 {
  border-left: 84px solid #C5C5C5;
}
.dtBrdr-r-84 {
  border-right: 84px solid #C5C5C5;
}
.dtCustomBrdr-84 {
  border: 84px solid #BCD8FB;
}
.dtCustomBrdr-t-84 {
  border-top: 84px solid #BCD8FB;
}
.dtCustomBrdr-b-84 {
  border-bottom: 84px solid #BCD8FB;
}
.dtCustomBrdr-l-84 {
  border-left: 84px solid #BCD8FB;
}
.dtCustomBrdr-r-84 {
  border-right: 84px solid #BCD8FB;
}
.dtBrdr-85 {
  border: 85px solid #C5C5C5;
}
.dtBrdr-t-85 {
  border-top: 85px solid #C5C5C5;
}
.dtBrdr-b-85 {
  border-bottom: 85px solid #C5C5C5;
}
.dtBrdr-l-85 {
  border-left: 85px solid #C5C5C5;
}
.dtBrdr-r-85 {
  border-right: 85px solid #C5C5C5;
}
.dtCustomBrdr-85 {
  border: 85px solid #BCD8FB;
}
.dtCustomBrdr-t-85 {
  border-top: 85px solid #BCD8FB;
}
.dtCustomBrdr-b-85 {
  border-bottom: 85px solid #BCD8FB;
}
.dtCustomBrdr-l-85 {
  border-left: 85px solid #BCD8FB;
}
.dtCustomBrdr-r-85 {
  border-right: 85px solid #BCD8FB;
}
.dtBrdr-86 {
  border: 86px solid #C5C5C5;
}
.dtBrdr-t-86 {
  border-top: 86px solid #C5C5C5;
}
.dtBrdr-b-86 {
  border-bottom: 86px solid #C5C5C5;
}
.dtBrdr-l-86 {
  border-left: 86px solid #C5C5C5;
}
.dtBrdr-r-86 {
  border-right: 86px solid #C5C5C5;
}
.dtCustomBrdr-86 {
  border: 86px solid #BCD8FB;
}
.dtCustomBrdr-t-86 {
  border-top: 86px solid #BCD8FB;
}
.dtCustomBrdr-b-86 {
  border-bottom: 86px solid #BCD8FB;
}
.dtCustomBrdr-l-86 {
  border-left: 86px solid #BCD8FB;
}
.dtCustomBrdr-r-86 {
  border-right: 86px solid #BCD8FB;
}
.dtBrdr-87 {
  border: 87px solid #C5C5C5;
}
.dtBrdr-t-87 {
  border-top: 87px solid #C5C5C5;
}
.dtBrdr-b-87 {
  border-bottom: 87px solid #C5C5C5;
}
.dtBrdr-l-87 {
  border-left: 87px solid #C5C5C5;
}
.dtBrdr-r-87 {
  border-right: 87px solid #C5C5C5;
}
.dtCustomBrdr-87 {
  border: 87px solid #BCD8FB;
}
.dtCustomBrdr-t-87 {
  border-top: 87px solid #BCD8FB;
}
.dtCustomBrdr-b-87 {
  border-bottom: 87px solid #BCD8FB;
}
.dtCustomBrdr-l-87 {
  border-left: 87px solid #BCD8FB;
}
.dtCustomBrdr-r-87 {
  border-right: 87px solid #BCD8FB;
}
.dtBrdr-88 {
  border: 88px solid #C5C5C5;
}
.dtBrdr-t-88 {
  border-top: 88px solid #C5C5C5;
}
.dtBrdr-b-88 {
  border-bottom: 88px solid #C5C5C5;
}
.dtBrdr-l-88 {
  border-left: 88px solid #C5C5C5;
}
.dtBrdr-r-88 {
  border-right: 88px solid #C5C5C5;
}
.dtCustomBrdr-88 {
  border: 88px solid #BCD8FB;
}
.dtCustomBrdr-t-88 {
  border-top: 88px solid #BCD8FB;
}
.dtCustomBrdr-b-88 {
  border-bottom: 88px solid #BCD8FB;
}
.dtCustomBrdr-l-88 {
  border-left: 88px solid #BCD8FB;
}
.dtCustomBrdr-r-88 {
  border-right: 88px solid #BCD8FB;
}
.dtBrdr-89 {
  border: 89px solid #C5C5C5;
}
.dtBrdr-t-89 {
  border-top: 89px solid #C5C5C5;
}
.dtBrdr-b-89 {
  border-bottom: 89px solid #C5C5C5;
}
.dtBrdr-l-89 {
  border-left: 89px solid #C5C5C5;
}
.dtBrdr-r-89 {
  border-right: 89px solid #C5C5C5;
}
.dtCustomBrdr-89 {
  border: 89px solid #BCD8FB;
}
.dtCustomBrdr-t-89 {
  border-top: 89px solid #BCD8FB;
}
.dtCustomBrdr-b-89 {
  border-bottom: 89px solid #BCD8FB;
}
.dtCustomBrdr-l-89 {
  border-left: 89px solid #BCD8FB;
}
.dtCustomBrdr-r-89 {
  border-right: 89px solid #BCD8FB;
}
.dtBrdr-90 {
  border: 90px solid #C5C5C5;
}
.dtBrdr-t-90 {
  border-top: 90px solid #C5C5C5;
}
.dtBrdr-b-90 {
  border-bottom: 90px solid #C5C5C5;
}
.dtBrdr-l-90 {
  border-left: 90px solid #C5C5C5;
}
.dtBrdr-r-90 {
  border-right: 90px solid #C5C5C5;
}
.dtCustomBrdr-90 {
  border: 90px solid #BCD8FB;
}
.dtCustomBrdr-t-90 {
  border-top: 90px solid #BCD8FB;
}
.dtCustomBrdr-b-90 {
  border-bottom: 90px solid #BCD8FB;
}
.dtCustomBrdr-l-90 {
  border-left: 90px solid #BCD8FB;
}
.dtCustomBrdr-r-90 {
  border-right: 90px solid #BCD8FB;
}
.dtBrdr-91 {
  border: 91px solid #C5C5C5;
}
.dtBrdr-t-91 {
  border-top: 91px solid #C5C5C5;
}
.dtBrdr-b-91 {
  border-bottom: 91px solid #C5C5C5;
}
.dtBrdr-l-91 {
  border-left: 91px solid #C5C5C5;
}
.dtBrdr-r-91 {
  border-right: 91px solid #C5C5C5;
}
.dtCustomBrdr-91 {
  border: 91px solid #BCD8FB;
}
.dtCustomBrdr-t-91 {
  border-top: 91px solid #BCD8FB;
}
.dtCustomBrdr-b-91 {
  border-bottom: 91px solid #BCD8FB;
}
.dtCustomBrdr-l-91 {
  border-left: 91px solid #BCD8FB;
}
.dtCustomBrdr-r-91 {
  border-right: 91px solid #BCD8FB;
}
.dtBrdr-92 {
  border: 92px solid #C5C5C5;
}
.dtBrdr-t-92 {
  border-top: 92px solid #C5C5C5;
}
.dtBrdr-b-92 {
  border-bottom: 92px solid #C5C5C5;
}
.dtBrdr-l-92 {
  border-left: 92px solid #C5C5C5;
}
.dtBrdr-r-92 {
  border-right: 92px solid #C5C5C5;
}
.dtCustomBrdr-92 {
  border: 92px solid #BCD8FB;
}
.dtCustomBrdr-t-92 {
  border-top: 92px solid #BCD8FB;
}
.dtCustomBrdr-b-92 {
  border-bottom: 92px solid #BCD8FB;
}
.dtCustomBrdr-l-92 {
  border-left: 92px solid #BCD8FB;
}
.dtCustomBrdr-r-92 {
  border-right: 92px solid #BCD8FB;
}
.dtBrdr-93 {
  border: 93px solid #C5C5C5;
}
.dtBrdr-t-93 {
  border-top: 93px solid #C5C5C5;
}
.dtBrdr-b-93 {
  border-bottom: 93px solid #C5C5C5;
}
.dtBrdr-l-93 {
  border-left: 93px solid #C5C5C5;
}
.dtBrdr-r-93 {
  border-right: 93px solid #C5C5C5;
}
.dtCustomBrdr-93 {
  border: 93px solid #BCD8FB;
}
.dtCustomBrdr-t-93 {
  border-top: 93px solid #BCD8FB;
}
.dtCustomBrdr-b-93 {
  border-bottom: 93px solid #BCD8FB;
}
.dtCustomBrdr-l-93 {
  border-left: 93px solid #BCD8FB;
}
.dtCustomBrdr-r-93 {
  border-right: 93px solid #BCD8FB;
}
.dtBrdr-94 {
  border: 94px solid #C5C5C5;
}
.dtBrdr-t-94 {
  border-top: 94px solid #C5C5C5;
}
.dtBrdr-b-94 {
  border-bottom: 94px solid #C5C5C5;
}
.dtBrdr-l-94 {
  border-left: 94px solid #C5C5C5;
}
.dtBrdr-r-94 {
  border-right: 94px solid #C5C5C5;
}
.dtCustomBrdr-94 {
  border: 94px solid #BCD8FB;
}
.dtCustomBrdr-t-94 {
  border-top: 94px solid #BCD8FB;
}
.dtCustomBrdr-b-94 {
  border-bottom: 94px solid #BCD8FB;
}
.dtCustomBrdr-l-94 {
  border-left: 94px solid #BCD8FB;
}
.dtCustomBrdr-r-94 {
  border-right: 94px solid #BCD8FB;
}
.dtBrdr-95 {
  border: 95px solid #C5C5C5;
}
.dtBrdr-t-95 {
  border-top: 95px solid #C5C5C5;
}
.dtBrdr-b-95 {
  border-bottom: 95px solid #C5C5C5;
}
.dtBrdr-l-95 {
  border-left: 95px solid #C5C5C5;
}
.dtBrdr-r-95 {
  border-right: 95px solid #C5C5C5;
}
.dtCustomBrdr-95 {
  border: 95px solid #BCD8FB;
}
.dtCustomBrdr-t-95 {
  border-top: 95px solid #BCD8FB;
}
.dtCustomBrdr-b-95 {
  border-bottom: 95px solid #BCD8FB;
}
.dtCustomBrdr-l-95 {
  border-left: 95px solid #BCD8FB;
}
.dtCustomBrdr-r-95 {
  border-right: 95px solid #BCD8FB;
}
.dtBrdr-96 {
  border: 96px solid #C5C5C5;
}
.dtBrdr-t-96 {
  border-top: 96px solid #C5C5C5;
}
.dtBrdr-b-96 {
  border-bottom: 96px solid #C5C5C5;
}
.dtBrdr-l-96 {
  border-left: 96px solid #C5C5C5;
}
.dtBrdr-r-96 {
  border-right: 96px solid #C5C5C5;
}
.dtCustomBrdr-96 {
  border: 96px solid #BCD8FB;
}
.dtCustomBrdr-t-96 {
  border-top: 96px solid #BCD8FB;
}
.dtCustomBrdr-b-96 {
  border-bottom: 96px solid #BCD8FB;
}
.dtCustomBrdr-l-96 {
  border-left: 96px solid #BCD8FB;
}
.dtCustomBrdr-r-96 {
  border-right: 96px solid #BCD8FB;
}
.dtBrdr-97 {
  border: 97px solid #C5C5C5;
}
.dtBrdr-t-97 {
  border-top: 97px solid #C5C5C5;
}
.dtBrdr-b-97 {
  border-bottom: 97px solid #C5C5C5;
}
.dtBrdr-l-97 {
  border-left: 97px solid #C5C5C5;
}
.dtBrdr-r-97 {
  border-right: 97px solid #C5C5C5;
}
.dtCustomBrdr-97 {
  border: 97px solid #BCD8FB;
}
.dtCustomBrdr-t-97 {
  border-top: 97px solid #BCD8FB;
}
.dtCustomBrdr-b-97 {
  border-bottom: 97px solid #BCD8FB;
}
.dtCustomBrdr-l-97 {
  border-left: 97px solid #BCD8FB;
}
.dtCustomBrdr-r-97 {
  border-right: 97px solid #BCD8FB;
}
.dtBrdr-98 {
  border: 98px solid #C5C5C5;
}
.dtBrdr-t-98 {
  border-top: 98px solid #C5C5C5;
}
.dtBrdr-b-98 {
  border-bottom: 98px solid #C5C5C5;
}
.dtBrdr-l-98 {
  border-left: 98px solid #C5C5C5;
}
.dtBrdr-r-98 {
  border-right: 98px solid #C5C5C5;
}
.dtCustomBrdr-98 {
  border: 98px solid #BCD8FB;
}
.dtCustomBrdr-t-98 {
  border-top: 98px solid #BCD8FB;
}
.dtCustomBrdr-b-98 {
  border-bottom: 98px solid #BCD8FB;
}
.dtCustomBrdr-l-98 {
  border-left: 98px solid #BCD8FB;
}
.dtCustomBrdr-r-98 {
  border-right: 98px solid #BCD8FB;
}
.dtBrdr-99 {
  border: 99px solid #C5C5C5;
}
.dtBrdr-t-99 {
  border-top: 99px solid #C5C5C5;
}
.dtBrdr-b-99 {
  border-bottom: 99px solid #C5C5C5;
}
.dtBrdr-l-99 {
  border-left: 99px solid #C5C5C5;
}
.dtBrdr-r-99 {
  border-right: 99px solid #C5C5C5;
}
.dtCustomBrdr-99 {
  border: 99px solid #BCD8FB;
}
.dtCustomBrdr-t-99 {
  border-top: 99px solid #BCD8FB;
}
.dtCustomBrdr-b-99 {
  border-bottom: 99px solid #BCD8FB;
}
.dtCustomBrdr-l-99 {
  border-left: 99px solid #BCD8FB;
}
.dtCustomBrdr-r-99 {
  border-right: 99px solid #BCD8FB;
}
.dtBrdr-100 {
  border: 100px solid #C5C5C5;
}
.dtBrdr-t-100 {
  border-top: 100px solid #C5C5C5;
}
.dtBrdr-b-100 {
  border-bottom: 100px solid #C5C5C5;
}
.dtBrdr-l-100, .dt_customBrdr {
  border-left: 100px solid #C5C5C5;
}
.dtBrdr-r-100 {
  border-right: 100px solid #C5C5C5;
}
.dtCustomBrdr-100 {
  border: 100px solid #BCD8FB;
}
.dtCustomBrdr-t-100 {
  border-top: 100px solid #BCD8FB;
}
.dtCustomBrdr-b-100 {
  border-bottom: 100px solid #BCD8FB;
}
.dtCustomBrdr-l-100 {
  border-left: 100px solid #BCD8FB;
}
.dtCustomBrdr-r-100 {
  border-right: 100px solid #BCD8FB;
}
.dtBrdr-none {
  border: none !important;
}
.dtBrdr-tpNone {
  border-top: none !important;
}
.dtBrdr-rgtNone, .dt_vTabs .nav-item .nav-link {
  border-right: none !important;
}
.dtBrdr-btmNone {
  border-bottom: none !important;
}
.dtBrdr-lftNone, .dt_vTabContent {
  border-left: none !important;
}
/*--------------------------
      Defteam Border Radius Styles
      ------------------------------*/
.dtBrdr-radius-1 {
  border-radius: 1px;
}
.dtBrdr-radius-tp-1 {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.dtBrdr-radius-btm-1 {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.dtBrdr-radius-2 {
  border-radius: 2px;
}
.dtBrdr-radius-tp-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.dtBrdr-radius-btm-2 {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dtBrdr-radius-3 {
  border-radius: 3px;
}
.dtBrdr-radius-tp-3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dtBrdr-radius-btm-3 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dtBrdr-radius-4 {
  border-radius: 4px;
}
.dtBrdr-radius-tp-4 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dtBrdr-radius-btm-4 {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dtBrdr-radius-5 {
  border-radius: 5px;
}
.dtBrdr-radius-tp-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dtBrdr-radius-btm-5 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dtBrdr-radius-6 {
  border-radius: 6px;
}
.dtBrdr-radius-tp-6 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dtBrdr-radius-btm-6 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dtBrdr-radius-7 {
  border-radius: 7px;
}
.dtBrdr-radius-tp-7 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.dtBrdr-radius-btm-7 {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.dtBrdr-radius-8 {
  border-radius: 8px;
}
.dtBrdr-radius-tp-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dtBrdr-radius-btm-8 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dtBrdr-radius-9 {
  border-radius: 9px;
}
.dtBrdr-radius-tp-9 {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.dtBrdr-radius-btm-9 {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.dtBrdr-radius-10 {
  border-radius: 10px;
}
.dtBrdr-radius-tp-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dtBrdr-radius-btm-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dtBrdr-radius-11 {
  border-radius: 11px;
}
.dtBrdr-radius-tp-11 {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.dtBrdr-radius-btm-11 {
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.dtBrdr-radius-12 {
  border-radius: 12px;
}
.dtBrdr-radius-tp-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dtBrdr-radius-btm-12 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.dtBrdr-radius-13 {
  border-radius: 13px;
}
.dtBrdr-radius-tp-13 {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.dtBrdr-radius-btm-13 {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.dtBrdr-radius-14 {
  border-radius: 14px;
}
.dtBrdr-radius-tp-14 {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.dtBrdr-radius-btm-14 {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.dtBrdr-radius-15 {
  border-radius: 15px;
}
.dtBrdr-radius-tp-15 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dtBrdr-radius-btm-15 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.dtBrdr-radius-16 {
  border-radius: 16px;
}
.dtBrdr-radius-tp-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.dtBrdr-radius-btm-16 {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.dtBrdr-radius-17 {
  border-radius: 17px;
}
.dtBrdr-radius-tp-17 {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.dtBrdr-radius-btm-17 {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
.dtBrdr-radius-18 {
  border-radius: 18px;
}
.dtBrdr-radius-tp-18 {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.dtBrdr-radius-btm-18 {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.dtBrdr-radius-19 {
  border-radius: 19px;
}
.dtBrdr-radius-tp-19 {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.dtBrdr-radius-btm-19 {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
.dtBrdr-radius-20 {
  border-radius: 20px;
}
.dtBrdr-radius-tp-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.dtBrdr-radius-btm-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dtBrdr-radius-21 {
  border-radius: 21px;
}
.dtBrdr-radius-tp-21 {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}
.dtBrdr-radius-btm-21 {
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}
.dtBrdr-radius-22 {
  border-radius: 22px;
}
.dtBrdr-radius-tp-22 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.dtBrdr-radius-btm-22 {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.dtBrdr-radius-23 {
  border-radius: 23px;
}
.dtBrdr-radius-tp-23 {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}
.dtBrdr-radius-btm-23 {
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.dtBrdr-radius-24 {
  border-radius: 24px;
}
.dtBrdr-radius-tp-24 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.dtBrdr-radius-btm-24 {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.dtBrdr-radius-25 {
  border-radius: 25px;
}
.dtBrdr-radius-tp-25 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.dtBrdr-radius-btm-25 {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.dtBrdr-radius-26 {
  border-radius: 26px;
}
.dtBrdr-radius-tp-26 {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}
.dtBrdr-radius-btm-26 {
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}
.dtBrdr-radius-27 {
  border-radius: 27px;
}
.dtBrdr-radius-tp-27 {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}
.dtBrdr-radius-btm-27 {
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}
.dtBrdr-radius-28 {
  border-radius: 28px;
}
.dtBrdr-radius-tp-28 {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.dtBrdr-radius-btm-28 {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
.dtBrdr-radius-29 {
  border-radius: 29px;
}
.dtBrdr-radius-tp-29 {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}
.dtBrdr-radius-btm-29 {
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
}
.dtBrdr-radius-30 {
  border-radius: 30px;
}
.dtBrdr-radius-tp-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.dtBrdr-radius-btm-30 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.dtBrdr-radius-31 {
  border-radius: 31px;
}
.dtBrdr-radius-tp-31 {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
}
.dtBrdr-radius-btm-31 {
  border-bottom-left-radius: 31px;
  border-bottom-right-radius: 31px;
}
.dtBrdr-radius-32 {
  border-radius: 32px;
}
.dtBrdr-radius-tp-32 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.dtBrdr-radius-btm-32 {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.dtBrdr-radius-33 {
  border-radius: 33px;
}
.dtBrdr-radius-tp-33 {
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}
.dtBrdr-radius-btm-33 {
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
}
.dtBrdr-radius-34 {
  border-radius: 34px;
}
.dtBrdr-radius-tp-34 {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}
.dtBrdr-radius-btm-34 {
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}
.dtBrdr-radius-35 {
  border-radius: 35px;
}
.dtBrdr-radius-tp-35 {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.dtBrdr-radius-btm-35 {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.dtBrdr-radius-36 {
  border-radius: 36px;
}
.dtBrdr-radius-tp-36 {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
.dtBrdr-radius-btm-36 {
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}
.dtBrdr-radius-37 {
  border-radius: 37px;
}
.dtBrdr-radius-tp-37 {
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}
.dtBrdr-radius-btm-37 {
  border-bottom-left-radius: 37px;
  border-bottom-right-radius: 37px;
}
.dtBrdr-radius-38 {
  border-radius: 38px;
}
.dtBrdr-radius-tp-38 {
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
}
.dtBrdr-radius-btm-38 {
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 38px;
}
.dtBrdr-radius-39 {
  border-radius: 39px;
}
.dtBrdr-radius-tp-39 {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}
.dtBrdr-radius-btm-39 {
  border-bottom-left-radius: 39px;
  border-bottom-right-radius: 39px;
}
.dtBrdr-radius-40 {
  border-radius: 40px;
}
.dtBrdr-radius-tp-40 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.dtBrdr-radius-btm-40 {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.dtBrdr-radius-41 {
  border-radius: 41px;
}
.dtBrdr-radius-tp-41 {
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
}
.dtBrdr-radius-btm-41 {
  border-bottom-left-radius: 41px;
  border-bottom-right-radius: 41px;
}
.dtBrdr-radius-42 {
  border-radius: 42px;
}
.dtBrdr-radius-tp-42 {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}
.dtBrdr-radius-btm-42 {
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
}
.dtBrdr-radius-43 {
  border-radius: 43px;
}
.dtBrdr-radius-tp-43 {
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
}
.dtBrdr-radius-btm-43 {
  border-bottom-left-radius: 43px;
  border-bottom-right-radius: 43px;
}
.dtBrdr-radius-44 {
  border-radius: 44px;
}
.dtBrdr-radius-tp-44 {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}
.dtBrdr-radius-btm-44 {
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
}
.dtBrdr-radius-45 {
  border-radius: 45px;
}
.dtBrdr-radius-tp-45 {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.dtBrdr-radius-btm-45 {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}
.dtBrdr-radius-46 {
  border-radius: 46px;
}
.dtBrdr-radius-tp-46 {
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
}
.dtBrdr-radius-btm-46 {
  border-bottom-left-radius: 46px;
  border-bottom-right-radius: 46px;
}
.dtBrdr-radius-47 {
  border-radius: 47px;
}
.dtBrdr-radius-tp-47 {
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
}
.dtBrdr-radius-btm-47 {
  border-bottom-left-radius: 47px;
  border-bottom-right-radius: 47px;
}
.dtBrdr-radius-48 {
  border-radius: 48px;
}
.dtBrdr-radius-tp-48 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}
.dtBrdr-radius-btm-48 {
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
.dtBrdr-radius-49 {
  border-radius: 49px;
}
.dtBrdr-radius-tp-49 {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}
.dtBrdr-radius-btm-49 {
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 49px;
}
.dtBrdr-radius-50 {
  border-radius: 50px;
}
.dtBrdr-radius-tp-50 {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.dtBrdr-radius-btm-50 {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.dtBrdr-radius-51 {
  border-radius: 51px;
}
.dtBrdr-radius-tp-51 {
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}
.dtBrdr-radius-btm-51 {
  border-bottom-left-radius: 51px;
  border-bottom-right-radius: 51px;
}
.dtBrdr-radius-52 {
  border-radius: 52px;
}
.dtBrdr-radius-tp-52 {
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
}
.dtBrdr-radius-btm-52 {
  border-bottom-left-radius: 52px;
  border-bottom-right-radius: 52px;
}
.dtBrdr-radius-53 {
  border-radius: 53px;
}
.dtBrdr-radius-tp-53 {
  border-top-left-radius: 53px;
  border-top-right-radius: 53px;
}
.dtBrdr-radius-btm-53 {
  border-bottom-left-radius: 53px;
  border-bottom-right-radius: 53px;
}
.dtBrdr-radius-54 {
  border-radius: 54px;
}
.dtBrdr-radius-tp-54 {
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}
.dtBrdr-radius-btm-54 {
  border-bottom-left-radius: 54px;
  border-bottom-right-radius: 54px;
}
.dtBrdr-radius-55 {
  border-radius: 55px;
}
.dtBrdr-radius-tp-55 {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}
.dtBrdr-radius-btm-55 {
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
}
.dtBrdr-radius-56 {
  border-radius: 56px;
}
.dtBrdr-radius-tp-56 {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}
.dtBrdr-radius-btm-56 {
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
}
.dtBrdr-radius-57 {
  border-radius: 57px;
}
.dtBrdr-radius-tp-57 {
  border-top-left-radius: 57px;
  border-top-right-radius: 57px;
}
.dtBrdr-radius-btm-57 {
  border-bottom-left-radius: 57px;
  border-bottom-right-radius: 57px;
}
.dtBrdr-radius-58 {
  border-radius: 58px;
}
.dtBrdr-radius-tp-58 {
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
}
.dtBrdr-radius-btm-58 {
  border-bottom-left-radius: 58px;
  border-bottom-right-radius: 58px;
}
.dtBrdr-radius-59 {
  border-radius: 59px;
}
.dtBrdr-radius-tp-59 {
  border-top-left-radius: 59px;
  border-top-right-radius: 59px;
}
.dtBrdr-radius-btm-59 {
  border-bottom-left-radius: 59px;
  border-bottom-right-radius: 59px;
}
.dtBrdr-radius-60 {
  border-radius: 60px;
}
.dtBrdr-radius-tp-60 {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.dtBrdr-radius-btm-60 {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.dtBrdr-radius-61 {
  border-radius: 61px;
}
.dtBrdr-radius-tp-61 {
  border-top-left-radius: 61px;
  border-top-right-radius: 61px;
}
.dtBrdr-radius-btm-61 {
  border-bottom-left-radius: 61px;
  border-bottom-right-radius: 61px;
}
.dtBrdr-radius-62 {
  border-radius: 62px;
}
.dtBrdr-radius-tp-62 {
  border-top-left-radius: 62px;
  border-top-right-radius: 62px;
}
.dtBrdr-radius-btm-62 {
  border-bottom-left-radius: 62px;
  border-bottom-right-radius: 62px;
}
.dtBrdr-radius-63 {
  border-radius: 63px;
}
.dtBrdr-radius-tp-63 {
  border-top-left-radius: 63px;
  border-top-right-radius: 63px;
}
.dtBrdr-radius-btm-63 {
  border-bottom-left-radius: 63px;
  border-bottom-right-radius: 63px;
}
.dtBrdr-radius-64 {
  border-radius: 64px;
}
.dtBrdr-radius-tp-64 {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}
.dtBrdr-radius-btm-64 {
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
}
.dtBrdr-radius-65 {
  border-radius: 65px;
}
.dtBrdr-radius-tp-65 {
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}
.dtBrdr-radius-btm-65 {
  border-bottom-left-radius: 65px;
  border-bottom-right-radius: 65px;
}
.dtBrdr-radius-66 {
  border-radius: 66px;
}
.dtBrdr-radius-tp-66 {
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
}
.dtBrdr-radius-btm-66 {
  border-bottom-left-radius: 66px;
  border-bottom-right-radius: 66px;
}
.dtBrdr-radius-67 {
  border-radius: 67px;
}
.dtBrdr-radius-tp-67 {
  border-top-left-radius: 67px;
  border-top-right-radius: 67px;
}
.dtBrdr-radius-btm-67 {
  border-bottom-left-radius: 67px;
  border-bottom-right-radius: 67px;
}
.dtBrdr-radius-68 {
  border-radius: 68px;
}
.dtBrdr-radius-tp-68 {
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
}
.dtBrdr-radius-btm-68 {
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
}
.dtBrdr-radius-69 {
  border-radius: 69px;
}
.dtBrdr-radius-tp-69 {
  border-top-left-radius: 69px;
  border-top-right-radius: 69px;
}
.dtBrdr-radius-btm-69 {
  border-bottom-left-radius: 69px;
  border-bottom-right-radius: 69px;
}
.dtBrdr-radius-70 {
  border-radius: 70px;
}
.dtBrdr-radius-tp-70 {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.dtBrdr-radius-btm-70 {
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.dtBrdr-radius-71 {
  border-radius: 71px;
}
.dtBrdr-radius-tp-71 {
  border-top-left-radius: 71px;
  border-top-right-radius: 71px;
}
.dtBrdr-radius-btm-71 {
  border-bottom-left-radius: 71px;
  border-bottom-right-radius: 71px;
}
.dtBrdr-radius-72 {
  border-radius: 72px;
}
.dtBrdr-radius-tp-72 {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}
.dtBrdr-radius-btm-72 {
  border-bottom-left-radius: 72px;
  border-bottom-right-radius: 72px;
}
.dtBrdr-radius-73 {
  border-radius: 73px;
}
.dtBrdr-radius-tp-73 {
  border-top-left-radius: 73px;
  border-top-right-radius: 73px;
}
.dtBrdr-radius-btm-73 {
  border-bottom-left-radius: 73px;
  border-bottom-right-radius: 73px;
}
.dtBrdr-radius-74 {
  border-radius: 74px;
}
.dtBrdr-radius-tp-74 {
  border-top-left-radius: 74px;
  border-top-right-radius: 74px;
}
.dtBrdr-radius-btm-74 {
  border-bottom-left-radius: 74px;
  border-bottom-right-radius: 74px;
}
.dtBrdr-radius-75 {
  border-radius: 75px;
}
.dtBrdr-radius-tp-75 {
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
}
.dtBrdr-radius-btm-75 {
  border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px;
}
.dtBrdr-radius-76 {
  border-radius: 76px;
}
.dtBrdr-radius-tp-76 {
  border-top-left-radius: 76px;
  border-top-right-radius: 76px;
}
.dtBrdr-radius-btm-76 {
  border-bottom-left-radius: 76px;
  border-bottom-right-radius: 76px;
}
.dtBrdr-radius-77 {
  border-radius: 77px;
}
.dtBrdr-radius-tp-77 {
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
}
.dtBrdr-radius-btm-77 {
  border-bottom-left-radius: 77px;
  border-bottom-right-radius: 77px;
}
.dtBrdr-radius-78 {
  border-radius: 78px;
}
.dtBrdr-radius-tp-78 {
  border-top-left-radius: 78px;
  border-top-right-radius: 78px;
}
.dtBrdr-radius-btm-78 {
  border-bottom-left-radius: 78px;
  border-bottom-right-radius: 78px;
}
.dtBrdr-radius-79 {
  border-radius: 79px;
}
.dtBrdr-radius-tp-79 {
  border-top-left-radius: 79px;
  border-top-right-radius: 79px;
}
.dtBrdr-radius-btm-79 {
  border-bottom-left-radius: 79px;
  border-bottom-right-radius: 79px;
}
.dtBrdr-radius-80 {
  border-radius: 80px;
}
.dtBrdr-radius-tp-80 {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.dtBrdr-radius-btm-80 {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.dtBrdr-radius-81 {
  border-radius: 81px;
}
.dtBrdr-radius-tp-81 {
  border-top-left-radius: 81px;
  border-top-right-radius: 81px;
}
.dtBrdr-radius-btm-81 {
  border-bottom-left-radius: 81px;
  border-bottom-right-radius: 81px;
}
.dtBrdr-radius-82 {
  border-radius: 82px;
}
.dtBrdr-radius-tp-82 {
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
}
.dtBrdr-radius-btm-82 {
  border-bottom-left-radius: 82px;
  border-bottom-right-radius: 82px;
}
.dtBrdr-radius-83 {
  border-radius: 83px;
}
.dtBrdr-radius-tp-83 {
  border-top-left-radius: 83px;
  border-top-right-radius: 83px;
}
.dtBrdr-radius-btm-83 {
  border-bottom-left-radius: 83px;
  border-bottom-right-radius: 83px;
}
.dtBrdr-radius-84 {
  border-radius: 84px;
}
.dtBrdr-radius-tp-84 {
  border-top-left-radius: 84px;
  border-top-right-radius: 84px;
}
.dtBrdr-radius-btm-84 {
  border-bottom-left-radius: 84px;
  border-bottom-right-radius: 84px;
}
.dtBrdr-radius-85 {
  border-radius: 85px;
}
.dtBrdr-radius-tp-85 {
  border-top-left-radius: 85px;
  border-top-right-radius: 85px;
}
.dtBrdr-radius-btm-85 {
  border-bottom-left-radius: 85px;
  border-bottom-right-radius: 85px;
}
.dtBrdr-radius-86 {
  border-radius: 86px;
}
.dtBrdr-radius-tp-86 {
  border-top-left-radius: 86px;
  border-top-right-radius: 86px;
}
.dtBrdr-radius-btm-86 {
  border-bottom-left-radius: 86px;
  border-bottom-right-radius: 86px;
}
.dtBrdr-radius-87 {
  border-radius: 87px;
}
.dtBrdr-radius-tp-87 {
  border-top-left-radius: 87px;
  border-top-right-radius: 87px;
}
.dtBrdr-radius-btm-87 {
  border-bottom-left-radius: 87px;
  border-bottom-right-radius: 87px;
}
.dtBrdr-radius-88 {
  border-radius: 88px;
}
.dtBrdr-radius-tp-88 {
  border-top-left-radius: 88px;
  border-top-right-radius: 88px;
}
.dtBrdr-radius-btm-88 {
  border-bottom-left-radius: 88px;
  border-bottom-right-radius: 88px;
}
.dtBrdr-radius-89 {
  border-radius: 89px;
}
.dtBrdr-radius-tp-89 {
  border-top-left-radius: 89px;
  border-top-right-radius: 89px;
}
.dtBrdr-radius-btm-89 {
  border-bottom-left-radius: 89px;
  border-bottom-right-radius: 89px;
}
.dtBrdr-radius-90 {
  border-radius: 90px;
}
.dtBrdr-radius-tp-90 {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}
.dtBrdr-radius-btm-90 {
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
}
.dtBrdr-radius-91 {
  border-radius: 91px;
}
.dtBrdr-radius-tp-91 {
  border-top-left-radius: 91px;
  border-top-right-radius: 91px;
}
.dtBrdr-radius-btm-91 {
  border-bottom-left-radius: 91px;
  border-bottom-right-radius: 91px;
}
.dtBrdr-radius-92 {
  border-radius: 92px;
}
.dtBrdr-radius-tp-92 {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px;
}
.dtBrdr-radius-btm-92 {
  border-bottom-left-radius: 92px;
  border-bottom-right-radius: 92px;
}
.dtBrdr-radius-93 {
  border-radius: 93px;
}
.dtBrdr-radius-tp-93 {
  border-top-left-radius: 93px;
  border-top-right-radius: 93px;
}
.dtBrdr-radius-btm-93 {
  border-bottom-left-radius: 93px;
  border-bottom-right-radius: 93px;
}
.dtBrdr-radius-94 {
  border-radius: 94px;
}
.dtBrdr-radius-tp-94 {
  border-top-left-radius: 94px;
  border-top-right-radius: 94px;
}
.dtBrdr-radius-btm-94 {
  border-bottom-left-radius: 94px;
  border-bottom-right-radius: 94px;
}
.dtBrdr-radius-95 {
  border-radius: 95px;
}
.dtBrdr-radius-tp-95 {
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
}
.dtBrdr-radius-btm-95 {
  border-bottom-left-radius: 95px;
  border-bottom-right-radius: 95px;
}
.dtBrdr-radius-96 {
  border-radius: 96px;
}
.dtBrdr-radius-tp-96 {
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
}
.dtBrdr-radius-btm-96 {
  border-bottom-left-radius: 96px;
  border-bottom-right-radius: 96px;
}
.dtBrdr-radius-97 {
  border-radius: 97px;
}
.dtBrdr-radius-tp-97 {
  border-top-left-radius: 97px;
  border-top-right-radius: 97px;
}
.dtBrdr-radius-btm-97 {
  border-bottom-left-radius: 97px;
  border-bottom-right-radius: 97px;
}
.dtBrdr-radius-98 {
  border-radius: 98px;
}
.dtBrdr-radius-tp-98 {
  border-top-left-radius: 98px;
  border-top-right-radius: 98px;
}
.dtBrdr-radius-btm-98 {
  border-bottom-left-radius: 98px;
  border-bottom-right-radius: 98px;
}
.dtBrdr-radius-99 {
  border-radius: 99px;
}
.dtBrdr-radius-tp-99 {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}
.dtBrdr-radius-btm-99 {
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
}
.dtBrdr-radius-100 {
  border-radius: 100px;
}
.dtBrdr-radius-tp-100 {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.dtBrdr-radius-btm-100 {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
/*--------------------
    DEFTeam - Buttons
    ---------------------*/
.dtBtn, .dtBtn-sm, .comment-list li .comment-body .reply a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  box-shadow: none;
  margin: 0px;
  height: 48px;
  min-width: 165px;
  padding: 10px 28px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  align-self: center;
}
.dtBtn:hover, .dtBtn-sm:hover, .comment-list li .comment-body .reply a:hover {
  cursor: pointer;
}
.dtBtn:focus, .dtBtn-sm:focus, .comment-list li .comment-body .reply a:focus {
  outline: none;
}
.dtBtn:disabled, .dtBtn-sm:disabled, .comment-list li .comment-body .reply a:disabled {
  cursor: not-allowed;
  border: 2px solid #D9D9D9;
  background-color: #D9D9D9;
}
.dtBtn:disabled:hover, .dtBtn-sm:disabled:hover, .comment-list li .comment-body .reply a:disabled:hover {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: #FFFFFF;
}
.dtBtn:disabled:after, .dtBtn-sm:disabled:after, .comment-list li .comment-body .reply a:disabled:after {
  background-color: #151515;
}
.dtBtn-sm, .comment-list li .comment-body .reply a {
  height: 32px !important;
  min-width: 100px !important;
  padding: 4px 15px;
}
.dtBtn_Primary {
  border: 1px solid #D42427;
  background-color: #D42427;
  color: #FFFFFF;
}
.dtBtn_Primary:hover {
  border-color: #D42427;
  background-color: #D42427;
  color: #FFFFFF;
}
.dtBtn_Primary:after {
  background-color: #151515;
}
.dtBtn_Secondary, .dtBtn_Outline, .comment-list li .comment-body .reply a {
  border: 1px solid #255DA1;
  background-color: #255DA1;
  color: #FFFFFF;
}
.dtBtn_Secondary:hover, .dtBtn_Outline:hover, .comment-list li .comment-body .reply a:hover {
  border-color: #255DA1;
  background-color: #255DA1;
  color: #FFFFFF;
}
.dtBtn_Secondary:after, .dtBtn_Outline:after, .comment-list li .comment-body .reply a:after {
  background-color: #151515;
}
.dtBtn_Outline, .comment-list li .comment-body .reply a {
  background-color: transparent;
  color: #255DA1;
}
.dtBtn_Success {
  border: 1px solid #009E55 !important;
  background-color: #009E55 !important;
  color: #FFFFFF;
}
.dtBtn_Success:hover {
  border-color: #009E55 !important;
  background-color: #009E55 !important;
  color: #FFFFFF;
}
.dtBtn_Success:after {
  background-color: #151515;
}
.dt_Link, .dt_primaryLink, .dt_customLink, .dt_jasperCard .dt_cardHeader .dt_actionIcon, .dt_powerbiCard .dt_cardHeader .dt_actionIcon, .dt_archiveList li a, .dt_popularPosts tr td a, .comment-list li .comment-body p a, .dt_blogNavLinks a {
  border: none;
  text-decoration: none !important;
  outline: none !important;
  color: #255DA1;
  font-weight: 500;
}
.dt_Link:hover, .dt_primaryLink:hover, .dt_customLink:hover, .dt_jasperCard .dt_cardHeader .dt_actionIcon:hover, .dt_powerbiCard .dt_cardHeader .dt_actionIcon:hover, .dt_archiveList li a:hover, .dt_popularPosts tr td a:hover, .comment-list li .comment-body p a:hover, .dt_blogNavLinks a:hover {
  cursor: pointer;
  color: #255DA1;
}
.dt_Link:focus, .dt_primaryLink:focus, .dt_customLink:focus, .dt_jasperCard .dt_cardHeader .dt_actionIcon:focus, .dt_powerbiCard .dt_cardHeader .dt_actionIcon:focus, .dt_archiveList li a:focus, .dt_popularPosts tr td a:focus, .comment-list li .comment-body p a:focus, .dt_blogNavLinks a:focus {
  box-shadow: none;
}
.dt_primaryLink {
  color: #D42427;
}
.dt_primaryLink:hover {
  color: #D42427;
}
.dt_customLink {
  color: #00B1FF;
}
.dt_customLink:hover {
  color: #00B1FF;
}
[type="button"], [type="reset"], [type="submit"], button {
  appearance: initial;
}
/*----------------------
    Newwe Controllers
    ------------------------*/
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  font-weight: 400;
  color: #255DA1;
  padding: 1.3rem 0.85rem;
}
.form-floating > .form-control:focus ~ button {
  border-color: transparent;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.form-floating {
  padding-bottom: 0.3rem;
}
.form-floating label {
  padding: 1rem 0.85rem;
}
.form-floating label.dtPhoneLabel {
  opacity: 1;
  font-weight: 400;
  color: #255DA1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating .form-control {
  background-color: transparent;
}
.form-floating .form-control:focus, .form-floating .form-control:not(:placeholder-shown) {
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
}
.form-floating.dt_Error .form-control:focus ~ label, .form-floating.dt_Error:focus-within .dtPhoneLabel {
  color: red !important;
}
.form-floating.dt_Error .form-control:focus ~ button {
  border-color: red !important;
}
.form-floating.dt_Error .form-control:focus {
  border-color: red !important;
}
.form-floating.dt_Error .form-control:focus .dt_Link, .form-floating.dt_Error .form-control:focus .dt_primaryLink, .form-floating.dt_Error .form-control:focus .dt_customLink, .form-floating.dt_Error .form-control:focus .dt_jasperCard .dt_cardHeader .dt_actionIcon, .form-floating.dt_Error .form-control:focus .dt_powerbiCard .dt_cardHeader .dt_actionIcon, .dt_jasperCard .dt_cardHeader .form-floating.dt_Error .form-control:focus .dt_actionIcon, .form-floating.dt_Error .form-control:focus .dt_archiveList li a, .dt_archiveList li .form-floating.dt_Error .form-control:focus a, .form-floating.dt_Error .form-control:focus .dt_popularPosts tr td a, .dt_popularPosts tr td .form-floating.dt_Error .form-control:focus a, .form-floating.dt_Error .form-control:focus .comment-list li .comment-body p a, .comment-list li .comment-body p .form-floating.dt_Error .form-control:focus a, .form-floating.dt_Error .form-control:focus .dt_blogNavLinks a, .dt_blogNavLinks .form-floating.dt_Error .form-control:focus a {
  border-color: red !important;
}
.form-floating.dt_Error .dt_checkBox:focus, .form-floating.dt_Error .dt_radioBtn:focus {
  border-color: red !important;
}
.form-check {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.dt_input, .dt_textarea, .dt_select {
  font-weight: 400;
  padding-left: 0px !important;
  color: #404040 !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #C5C5C5;
  padding: 0.375rem 1.5rem;
}
.dt_input:focus, .dt_textarea:focus, .dt_select:focus {
  box-shadow: none !important;
  border-color: #255DA1 !important;
}
.dt_textarea {
  height: 68px !important;
  margin-top: 32px;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.dt_select {
  padding-left: 3px !important;
  padding-bottom: 0px !important;
  background-position: bottom 0.45rem right;
}
.dt_select option {
  font-weight: 400;
  font-size: 14px;
}
.dt_select:hover {
  cursor: pointer;
}
.dt_checkBox, .dt_radioBtn {
  border-radius: 50% !important;
  border-color: #717171;
  background-color: transparent;
}
.dt_checkBox:checked, .dt_radioBtn:checked {
  background-color: #255DA1;
  border-color: #255DA1;
}
.dt_checkBox:focus, .dt_radioBtn:focus {
  box-shadow: none;
  border-color: #255DA1;
}
.dt_checkBox:hover, .dt_radioBtn:hover {
  cursor: pointer;
}
/*----------------
    DEFTeam Cards
    -----------------*/
.dt_card {
  min-height: 150px;
  margin: 0 0 30px;
  padding: 30px 50px;
  text-align: center;
}
.dt_demoCard .dt_cardBody {
  display: flex;
  padding: 5rem 3rem;
}
.dt_demoCard .dt_cardBody div {
  padding-top: 1rem;
}
.dt_demoCard .dt_cardFooter {
  background-color: #255DA1;
  padding: 1rem 0;
  text-align: center;
}
.dt_demoCard .dt_cardFooter a {
  border: none;
  text-decoration: none !important;
  outline: none !important;
  color: #FFFFFF;
  padding: 0 3rem;
}
.dt_demoCard .dt_cardFooter a:hover {
  color: #FFFFFF;
}
.dt_customCard, .dt_SecondaryCard, .dt_pdsCard, .dt_gamificationCard, .dt_advAnalyticsCard, .dt_dwCard, .dt_jasperCard, .dt_powerbiCard {
  padding: 25px 15px 35px;
  margin: 0 0 30px 0;
  width: 100%;
  min-height: 320px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.dt_SecondaryCard {
  min-height: 250px;
  padding: 25px;
  background-color: #EEF5FE;
  position: relative;
}
.dt_ServiceCard {
  min-height: 320px;
  padding: 30px;
  margin: 0 0 30px 0;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.dt_pdsCard, .dt_gamificationCard {
  border: none;
  background-color: #FFFFFF;
  padding: 30px;
  min-height: 190px;
}
.dt_advAnalyticsCard {
  border: none;
  background-color: #FFFFFF;
  padding: 30px;
  min-height: 245px;
}
.dt_dwCard {
  min-height: 270px;
}
.dt_gamificationCard {
  min-height: 370px;
}
.dt_partnersCard {
  min-height: 150px;
  margin: 0 0 30px;
  padding: 50px;
  text-align: center;
  position: relative;
}
.dt_partnersCard .dt_partnerInfo {
  min-height: 150px;
  position: absolute;
  transition: all 700ms ease 0s;
  top: 0;
  left: -75px;
  z-index: 1;
  opacity: 0;
}
.dt_partnersCard .dt_partnerInfo button {
  opacity: 0;
}
.dt_partnersCard:hover .dt_partnerInfo {
  opacity: 1;
  background: rgba(12, 56, 126, 0.8);
  left: 0px;
  overflow: auto;
  z-index: 1024;
  width: 100%;
}
.dt_partnersCard:hover .dt_partnerInfo button {
  opacity: 1;
}
.dt_jasperCard, .dt_powerbiCard {
  padding: 0 !important;
  text-align: left;
  min-height: 385px;
}
.dt_jasperCard .dt_cardHeader, .dt_powerbiCard .dt_cardHeader {
  border-color: #255DA1;
}
.dt_jasperCard .dt_cardHeader .dt_actionIcon, .dt_powerbiCard .dt_cardHeader .dt_actionIcon {
  float: right;
}
.dt_powerbiCard {
  min-height: 275px;
}
.dt_analyticsCard {
  min-height: 100px !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 0 30px;
}
.dt_locationsCard {
  min-height: 100px !important;
  padding: 20px;
  margin: 0 0 30px 0;
}
.dt_locationsCard img {
  margin: 0;
  align-self: flex-start;
}
/*----------------
    DEFTeam Tabs
    -----------------*/
.dt_Tabs .nav-item {
  padding-bottom: 0px !important;
}
.dt_Tabs .nav-item .nav-link {
  color: #404040;
}
.dt_Tabs .nav-item .nav-link.active {
  border-color: #C5C5C5 #C5C5C5 #FFFFFF;
  border-radius: 0;
}
.dt_Tabs .nav-item .nav-link:hover, .dt_Tabs .nav-item .nav-link:focus {
  border-color: #C5C5C5 #C5C5C5 #FFFFFF;
  border-radius: 0;
}
.dt_TabContent {
  border-top: #fff !important;
}
.dt_vTabs .nav-item:first-child {
  padding-top: 0 !important;
}
.dt_vTabs .nav-item .nav-link {
  color: #404040;
}
.dt_vTabs .nav-item .nav-link.active {
  border-color: #C5C5C5 #FFFFFF #C5C5C5 #C5C5C5;
  border-radius: 0;
}
.dt_vTabs .nav-item .nav-link:hover, .dt_vTabs .nav-item .nav-link:focus {
  border-color: #C5C5C5 #FFFFFF #C5C5C5 #C5C5C5;
  border-radius: 0;
}
/*-----------------
    DEFTeam Modals
    -------------------*/
.dtModal_MD, .dtModal_LG {
  overflow: hidden;
  top: 50px;
}
.dtModal_MD .modal-content, .dtModal_LG .modal-content {
  color: #404040;
  border: none;
  border-radius: 0px;
}
.dtModal_MD .modal-content .modal-header, .dtModal_LG .modal-content .modal-header {
  font-size: 16px;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #255DA1;
  text-decoration: none;
  padding: 0.75rem 1rem;
}
.dtModal_MD .modal-content .modal-header a, .dtModal_LG .modal-content .modal-header a {
  text-decoration: none;
  color: #404040 !important;
}
.dtModal_MD .modal-content .modal-header a .dt_modalDismiss, .dtModal_LG .modal-content .modal-header a .dt_modalDismiss {
  width: 12px;
}
.dtModal_MD .modal-content .modal-body, .dtModal_LG .modal-content .modal-body {
  padding-top: 0;
}
.dtModal_MD .modal-content .modal-body p, .dtModal_LG .modal-content .modal-body p {
  margin-bottom: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.dtModal_LG {
  top: 0;
  width: 40vw;
  max-width: 40vw;
  margin: 0;
  float: right;
}
.dtModal_LG .modal-content {
  height: 100vh;
}
.dtModal_LG .modal-content .modal-body {
  font-size: 16px;
  overflow: hidden auto;
}
.dtModal_LG .modal-content .modal-body p {
  text-align: left;
}
/*----------------
    DEFTeam Tables
    -----------------*/
.dt_table thead th {
  padding: 15px 30px;
  text-align: center;
}
.dt_table tbody td {
  padding: 15px 30px;
  vertical-align: baseline;
}
/*--------------------
    DEFTeam Accordians
    ---------------------*/
.dt_Accordion .accordion-item {
  border-radius: 0;
  margin-bottom: 8px;
}
.dt_Accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
}
.dt_Accordion .accordion-item .accordion-header .accordion-button::after {
  background: none !important;
}
.dt_Accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: none;
  box-shadow: none !important;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button::after {
  background: none !important;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none !important;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button::before {
  content: url(../dt_images/dt_doubleArrow.svg);
  margin-right: 15px;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 2px solid #255DA1 !important;
  background-color: #fff !important;
  animation: slideDown 0.5s;
}
.dt_MS_Accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  content: url(../dt_images/dt_doubleArrowDW.svg);
  margin-right: 15px;
}
@keyframes slideDown {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*--------------------
    DEFTeam Pagination
    ---------------------*/
.dt_pagination li {
  list-style: none;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.dt_pagination li a {
  color: #255DA1;
}
.dt_pagination .current {
  color: #FFFFFF;
  background-color: #255DA1;
  padding: 2px 10px;
  border-radius: 50%;
}
/**-- Media Queries --**/
@media screen and (max-width: 767px) {
  .dt_Tabs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
  }
  .dt_Tabs .nav-item {
    float: none;
    display: inline-block;
  }
  .dt_demoCard .dt_cardBody {
    padding: 3rem 2rem;
  }
  .dtModal_LG {
    width: 90vw;
    max-width: 90vw;
  }
  .dt_pdsCard, .dt_gamificationCard {
    padding: 30px 40px;
    min-height: 190px;
  }
  .dt_customCard, .dt_SecondaryCard, .dt_pdsCard, .dt_gamificationCard, .dt_advAnalyticsCard, .dt_dwCard, .dt_jasperCard, .dt_powerbiCard {
    min-height: 300px;
  }
  .dt_vTabs {
    border-right: none;
  }
  .dt_vTabs .nav-item .nav-link {
    border-right: 1px solid #C5C5C5 !important;
  }
  .dt_vTabContent {
    border-left: 1px solid #C5C5C5 !important;
    padding: 20px !important;
  }
  .dt_popularPosts tr td.pe-3 {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dt_demoCard .dt_cardBody {
    padding: 4rem 13rem;
  }
  .dt_pdsCard, .dt_gamificationCard {
    padding: 25px;
    min-height: 190px;
  }
  .dt_Tabs {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
  }
  .dt_Tabs .nav-item {
    float: none;
    display: inline-block;
  }
  .dt_popularPosts tr td.pe-3 {
    width: 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dt_demoCard .dt_cardBody {
    padding: 3rem 0.75rem;
  }
  .dt_customCard, .dt_SecondaryCard, .dt_pdsCard, .dt_gamificationCard, .dt_advAnalyticsCard, .dt_dwCard, .dt_jasperCard, .dt_powerbiCard {
    padding: 20px;
    min-height: 390px;
  }
  .dt_jasperCard, .dt_powerbiCard {
    min-height: 300px !important;
  }
  .dt_ServiceCard {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .dtModal_LG {
    width: 50vw;
    max-width: 50vw;
  }
  .dt_pdsCard, .dt_gamificationCard {
    padding: 25px;
    min-height: 230px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .dt_locationsCard span {
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .dt_demoCard .dt_cardBody {
    padding: 5rem 2rem;
  }
  .dt_pdsCard, .dt_gamificationCard {
    min-height: 235px;
    padding: 30px;
  }
  .dt_jasperCard, .dt_powerbiCard {
    min-height: 365px !important;
  }
  .dt_ServiceCard {
    min-height: 308px !important;
  }
}
/*---- Home Page Styles ----*/
.dt_heroContent li {
  list-style: none;
}
.dt_heroContent li a {
  text-decoration: none;
  position: absolute;
  font-weight: 500;
  text-shadow: none;
}
.dt_heroContent li .dt_mash {
  left: 63%;
  top: 3%;
}
.dt_heroContent li .dt_reporting {
  top: 3%;
  left: 84%;
}
.dt_heroContent li .dt_isp {
  top: 3%;
  left: 25%;
}
.dt_heroContent li .dt_mbi {
  top: 6%;
  left: 15%;
}
.dt_heroContent li .dt_caa {
  top: 8%;
  left: 45%;
}
.dt_heroContent li .dt_cp {
  top: 14%;
  left: 70%;
}
.dt_heroContent li .dt_mde {
  top: 18%;
  left: 6%;
}
.dt_heroContent li .dt_pa {
  top: 17%;
  left: 26%;
}
.dt_heroContent li .dt_cs {
  top: 19%;
  left: 43%;
}
.dt_heroContent li .dt_dashboards {
  top: 20%;
  left: 57%;
}
.dt_heroContent li .dt_paIP {
  top: 23%;
  left: 80%;
}
.dt_heroContent li .dt_bds {
  top: 29%;
  left: 17%;
}
.dt_heroContent li .dt_dm {
  top: 30%;
  left: 34%;
}
.dt_heroContent li .dt_ssBI {
  top: 34%;
  left: 73%;
}
.dt_heroContent li .dt_OLAP {
  top: 36%;
  left: 48%;
}
.dt_heroContent li .dt_cv {
  top: 56%;
  left: 50%;
}
.dt_cylinder li {
  list-style: none;
}
.dt_cylinder li a {
  text-decoration: none;
  position: absolute;
  color: #FFFFFF;
}
.dt_cylinder li .dt_da {
  top: 41%;
  left: 13%;
}
.dt_cylinder li .dt_sa {
  top: 49%;
  left: 1%;
}
.dt_cylinder li .dt_hadoop {
  top: 49%;
  left: 15%;
}
.dt_cylinder li .dt_sd {
  top: 57%;
  left: 1%;
}
.dt_cylinder li .dt_cd {
  top: 57%;
  left: 12%;
}
.dt_cylinder li .dt_undata {
  top: 65%;
  left: 1%;
}
.dt_cylinder li .dt_nosql {
  top: 65%;
  left: 15%;
}
.dt_cylinder li .dt_etl {
  top: 53%;
  left: 27%;
}
@keyframes text-shadow-animation {
  from {
    text-shadow: none;
  }
  to {
    color: #D42427;
    font-size: 16px;
    text-shadow: 2px 2px 4px #D42427;
  }
}
.dt_carousel .carousel-item .dt_testimonials, .dt_carousel .carousel-item .dt_empTestimonials {
  color: #404040;
  background-color: #FFFFFF;
  padding: 60px;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  box-shadow: none !important;
}
.dt_carousel .carousel-item .dt_testimonials img, .dt_carousel .carousel-item .dt_empTestimonials img {
  max-width: 120px;
  max-height: 80px;
}
.dt_carousel .carousel-item .dt_empTestimonials {
  background-color: #EFEFEF;
}
/*---- Blog Page Styles ----*/
.dt_blogHeader .dt_blogDateStamp {
  background: #255DA1;
  color: #FFFFFF;
  text-align: center;
  clear: both;
  width: 60px;
  height: 60px;
  line-height: 1;
  margin-top: 5px;
  padding-top: 5px;
}
.dt_blogHeader .dt_blogInfo {
  padding-top: 5px;
}
.dt_blogHeader .dt_blogInfo li {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
}
.dt_blogHeader .dt_blogInfo li:first-child {
  padding-left: 0;
}
.dt_blogHeader .dt_blogInfo li:last-child {
  border: none !important;
}
.dt_archiveList li {
  list-style: none;
  padding: 5px 0px;
}
.dt_archiveList li a:hover {
  border-color: #255DA1;
  color: #D42427;
}
.dt_popularPosts {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  padding-bottom: 15px;
  width: 100%;
}
.dt_popularPosts tr td a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-list li {
  list-style: none;
}
/*---- News & Events----*/
.dt_newsSection {
  margin-bottom: 30px;
}
.dt_newsSection .dt_newsInfo {
  padding: 20px 20px 20px;
}
.dt_newsSection .dt_newsInfo i {
  padding: 20px 10px 0 0;
}
.dt_newsSection .dt_publishInfo {
  padding: 0;
  text-align: center;
}
.dt_newsSection .dt_publishInfo img {
  padding: 8px 8px;
  height: 77px;
}
.dt_newsSection .dt_publishInfo div {
  min-height: calc(100% - 77px);
  background-color: #BCD8FB;
}
/*---- Our Partners ----*/
.dt_KnowmoreBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
/*---- Analytics----*/
.dt_analyticsPartners {
  text-align: center;
  margin-bottom: 25px;
  padding: 15px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.dt_AnalyticsServicesCard {
  min-height: 100px !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 0 30px;
}
/*---- PDS Screens ----*/
.dt_pdsTable {
  border-color: #EEF5FE;
  margin: 30px 0;
}
.dt_pdsTable td {
  border: none;
  padding: 0 10px;
}
.dt_pdsTable td.dt_pdsInfo {
  padding: 30px;
}
.dt_pdsContentTable {
  border: none;
  margin-bottom: 0;
  text-align: center;
}
.dt_pdsContentTable tr {
  border-bottom: 1px solid #C5C5C5;
}
.dt_pdsContentTable tr td {
  border: none;
  border-right: 1px solid #C5C5C5;
  padding: 50px;
  width: 33%;
  vertical-align: baseline;
}
.dt_pdsContentTable tr td:last-child {
  border-right: none;
}
.dt_pdsContentTable tr:first-child td {
  padding-top: 0;
}
.dt_pdsContentTable tr:last-child {
  border-bottom: none;
}
.dt_dataTable tr td {
  padding: 30px;
  width: 33%;
  vertical-align: baseline;
}
/*-----------------
 Error Pages
-------------------*/
.dtErrorContainer .dt_Logo {
  width: 556px;
}
.dtErrorContainer header {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  color: #D42427;
}
.dtErrorContainer p {
  font-size: 24px;
  color: #255DA1;
}
.dtErrorContainer .dt_errorNote {
  font-size: 24px;
}
/*----------------
    Media Queries
    ----------------*/
@media screen and (max-width: 400px) {
  .owl-carousel img {
    max-width: 160px !important;
  }
  .dtErrorContainer .dt_Logo {
    max-width: 180px;
  }
  .dtErrorContainer header {
    font-size: 60px !important;
    line-height: 1.1 !important;
  }
  .dtErrorContainer p {
    font-size: 20px !important;
    padding: 10px 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .dt_pdsContentTable tr td {
    padding: 40px 30px;
  }
  .dtErrorContainer .dt_Logo {
    width: 690px;
  }
  .dtErrorContainer .dt_errorImg {
    width: 690px;
  }
  .dtErrorContainer header {
    font-size: 40px;
  }
  .dtErrorContainer p {
    font-size: 30px;
  }
  .dtErrorContainer .dt_errorNote {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dt_carousel .carousel-item .dt_testimonials, .dt_carousel .carousel-item .dt_empTestimonials {
    padding: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dt_heroContent li a {
    font-size: 12px;
  }
  .dt_cylinder li a {
    font-size: 10px;
  }
  .dt_pdsContentTable tr td {
    padding: 40px;
  }
  .dtErrorContainer .dt_Logo {
    width: 700px !important;
  }
  .dtErrorContainer header {
    font-size: 32px;
  }
  .dtErrorContainer p {
    font-size: 18px;
  }
  .dtErrorContainer .dt_errorNote {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .dt_carousel .carousel-item .dt_testimonials, .dt_carousel .carousel-item .dt_empTestimonials {
    padding: 25px;
  }
  .dt_newsSection {
    margin: 0px 15px 30px;
  }
  .dt_pdsContentTable tr td {
    padding: 40px 30px;
    width: 100%;
  }
  .dtErrorContainer .dt_Logo {
    width: 700px !important;
  }
  .dtErrorContainer header {
    font-size: 24px;
  }
  .dtErrorContainer p {
    font-size: 18px;
  }
  .dtErrorContainer .dtBtn, .dtErrorContainer .dtBtn-sm, .dtErrorContainer .comment-list li .comment-body .reply a, .comment-list li .comment-body .reply .dtErrorContainer a {
    font-size: 18px;
    height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .dt_newsSection .dt_publishInfo {
    border-top: 1px solid #C5C5C5;
    padding-top: 10px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .dtErrorContainer .dt_Logo {
    width: 690px;
  }
  .dtErrorContainer header {
    font-size: 38px;
  }
  .dtErrorContainer p {
    font-size: 30px;
  }
  .dtErrorContainer .dt_errorNote {
    font-size: 20px;
  }
}
