:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
  font-family: Sahel;
  src: url('../FONT/Sahel-FD.eot');
  src: url('../FONT/Sahel-FD.eot?#iefix') format('embedded-opentype'),
       url('../FONT/Sahel-FD.woff2') format('woff2'),
       url('../FONT/Sahel-FD.woff') format('woff'),
       url('../FONT/Sahel-FD.ttf') format('truetype');
  font-weight: normal;
}
      
@font-face {
  font-family: Sahel;
  src: url('../FONT/Sahel-Bold-FD.eot');
  src: url('../FONT/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'),
       url('../FONT/Sahel-Bold-FD.woff2') format('woff2'),
       url('../FONT/Sahel-Bold-FD.woff') format('woff'),
       url('../FONT/Sahel-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../FONT/Sahel-Light-FD.eot');
  src: url('../FONT/Sahel-Light-FD.eot?#iefix') format('embedded-opentype'),
       url('../FONT/Sahel-Light-FD.woff2') format('woff2'),  
       url('../FONT/Sahel-Light-FD.woff') format('woff'),
       url('../FONT/Sahel-Light-FD.ttf') format('truetype');
  font-weight: 300;
}
      
@font-face {
  font-family: Sahel;
  src: url('../FONT/Sahel-SemiBold-FD.eot');
  src: url('../FONT/Sahel-SemiBold-FD.eot?#iefix') format('embedded-opentype'),
       url('../FONT/Sahel-SemiBold-FD.woff2') format('woff2'),  
       url('../FONT/Sahel-SemiBold-FD.woff') format('woff'),
       url('../FONT/Sahel-SemiBold-FD.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: Sahel;
  src: url('../FONT/Sahel-Black-FD.eot');
  src: url('../FONT/Sahel-Black-FD.eot?#iefix') format('embedded-opentype'),
       url('../FONT/Sahel-Black-FD.woff2') format('woff2'),  
       url('../FONT/Sahel-Black-FD.woff') format('woff'),
       url('../FONT/Sahel-Black-FD.ttf') format('truetype');
  font-weight: 900;
}

*{
    font-family: Sahel;
    font-size: 1rem;
}

body,.t-HeroRegion-title ,t_Body_title,t-Breadcrumb-label,.t-Body-title:not(.t-Body-title-shrink) .t-BreadcrumbRegion--useBreadcrumbTitle:not(.t-BreadcrumbRegion--compactTitle) .t-Breadcrumb-item:last-child, .t-BreadcrumbRegion-titleText{ font-family: Sahel !important; }

/* Base */
.rtl { direction: rtl; }
.ltr { direction: ltr; }
.w100 { width: 100%; height: auto; }
.w90 { width: 90%; height: auto; }
.w80 { width: 80%; height: auto; }
.w70 { width: 70%; height: auto; }
.w60 { width: 60%; height: auto; }
.w50 { width: 50%; height: auto; }
.w40 { width: 40%; height: auto;}
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

/* Margins */
.m1 { margin: 1em; }
.m2 { margin: 2em; }
.m3 { margin: 3em; }
.mt0 { margin-top: 20px; }
.mt1 { margin-top: 1em; }
.mt2 { margin-top: 2em; }
.mt3 { margin-top: 3em; }
.mb1 { margin-bottom: 1em; }
.mb2 { margin-bottom: 2em; }
.mb3 { margin-bottom: 3em; }
.mr1 { margin-right: 1em; }
.mr2 { margin-right: 2em; }
.mr3 { margin-right: 3em; }
.ml1 { margin-left: 1em; }
.ml2 { margin-left: 2em; }
.ml3 { margin-left: 3em; }

/* Paddings */
.p1 { padding: 1em; }
.p2 { padding: 2em; }
.p3 { padding: 3em; }
.pt1 { padding-top: 1em; }
.pt2 { padding-top: 2em; }
.pt3 { padding-top: 3em; }
.pb1 { padding-bottom: 1em; }
.pb2 { padding-bottom: 2em; }
.pb3 { padding-bottom: 3em; }
.pr1 { padding-right: 1em; }
.pr2 { padding-right: 2em; }
.pr3 { padding-right: 3em; }
.pl1 { padding-left: 1em; }
.pl2 { padding-left: 2em; }
.pl3 { padding-left: 3em; }

/* Buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus { text-decoration: none; }
.btn:focus, .btn.focus { outline: 0; }
.btn.disabled, .btn:disabled { opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; }

.btn-primary {
    color: #fff;
    background-color:#007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-block { display: block; width: 100%; }
.btn .fa { font-size: 0.9em; }

/*EDIT FOR DESIGN */
.t-Region-header{background: beige !important; }
.t-Form-label{color: #1a2f3f;}
.apex_disabled {opacity: 70% !important;}
.t-Tabs{background: #f5f5ee !important;}
.divitemsspe {border: 1px solid #8a8a89;padding: 7px;border-radius: 4px;}
.divitemsspe label {margin-left: 20px;}
.selectdisable select { border-style: dashed !important;border-width: 1px 1px !important;border-color: #605f5f !important;}
.hidediv {display: none;}

/**/
/* Style the list */
ul.t-Breadcrumb {
  /* padding: 10px 16px; */
  list-style: none;
  /* background-color: #eee; */
}

/* Display list items side by side */
ul.t-Breadcrumb li {
  display: contents !important;
  font-size: 1.2em;
  font-weight:bold
  
 ;
}

/* Add a slash symbol (/) before/behind each list item */
ul.t-Breadcrumb li+li:before {
  /* padding: 8px; */
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.t-Breadcrumb li a {
  /* color: #0275d8; */
  /* text-decoration: none; */
}

/* Add a color on mouse-over */
ul.t-Breadcrumb li a:hover {
  /* color: #01447e; */
  /* text-decoration: underline; */
}

ul.t-Breadcrumb li.is-active {
  font-size: 1.2em !important;
  font-weight:bold !important;
}
.t-Button-badge{
        position: relative;
        display: block;
        z-index: 0;
        font-weight: bold;
        font-size: 14px !important;
        margin-top: -14px;
        background-color: rgba(255, 0, 0, 0.805) !important;
        border-radius: 50% !important;
        color: rgba(255, 255, 255, 0.825);
        padding-left: 7px !important;
        padding-right: 7px !important;
        padding-top: 4px !important;
        padding-bottom: 1px !important;
        cursor: default;
        margin-left: -71px !important;
}
.bell_icon_custom:hover{
        background-color: transparent !important;
        cursor: pointer;
}
.bell_icon_custom{ 
        display: block;
        text-align: center;
        width: 75px;
        position: absolute;
        z-index: 2;
        /* margin-right: -39px !important; */
        font-size: 24px !important;
        font-weight: bolder; 
        cursor: pointer;
}
.bell_custom{
        background-color: transparent !important;
}
.info_payment{
    padding: 4% 2% 0% 0%;
}
.info_payment span{
    font-size: 26px;
}