
/*Table responsive*/
 .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 510px;
  }

table {
    caption-side: bottom;
    border-collapse: collapse;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 100%;
}

  table th {
    background: rgb(201, 217, 242, 0.7);
    color: var(--bs-blue) !important;
    padding: 5px 10px;
    word-wrap: normal;
    font-weight: 600;
    font-size: 0.85rem;
  }
  table th p{
    font-weight: 600 !important;
    vertical-align: top;
  }
  table td {
    color: var(--bs-blue);
    padding: 10px;
    font-size: 0.85rem;
    vertical-align: top;
  }
  
  table tbody tr:nth-of-type(even) > *{
    background: rgb(201, 217, 242, 0.2) !important;
    color: var(--bs-blue) !important;
  }
  
  table tbody tr:nth-of-type(odd) > *{
    background: rgb(255, 255, 255, 1) !important;
    color: var(--bs-blue) !important;
  }
  
  table > :not(caption) > * > * {
    border-width: 0.5px 0.5px;
    border-color: rgb(41, 50, 118, 0.2) !important;
  }

  .TableStyle-TemenosTables td, table, .TableStyle_TemenosTables td{
    word-break: inherit;
}

table.TableStyle_TemenosTables td p span {
  color: var(--bs-blue) !important;
}

table.TableStyle-TemenosTables td p span {
  color: var(--bs-blue) !important;
}

.table-responsive table tbody td.bg-primary{
  color: rgb(201, 217, 242, 0.7) !important;
  background: var(--bs-blue) !important;
  vertical-align: top;
}

.table-responsive table tbody td.bg-light{
  color: var(--bs-blue) !important;
  background: rgb(201, 217, 242, 0.7) !important;
  vertical-align: top;
}
  
 /*Data Table style*/
 table.dataTable thead .sorting_asc:after {

    margin-left: 0.5rem;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-blue);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

table.dataTable thead th.sorting_desc:after {
  
    margin-left: 0.5rem;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-blue);
       -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

table.dataTable thead th.sorting_desc:after{
   opacity: 1;
    line-height: 9px;
    font-size: .8em;
    position: relative!important;
    opacity: 1!important;
    display: inline-block!important;
    width: 0.75rem;
    height: 0.75rem;
    content: " "!important;
    bottom: auto;
    right: auto!important;
    left: auto;
}
table.dataTable thead th.sorting_asc:after{
   opacity: 1;
    line-height: 9px;
    font-size: .8em;
    position: relative!important;
    opacity: 1!important;
    display: inline-block!important;
    width: 0.75rem;
    height: 0.75rem;
    content: " "!important;
    bottom: auto;
    right: auto!important;
    left: auto;
}

div.dataTables_wrapper .dataTables_length label {
    font-size: 0.8rem;
}

div.dataTables_wrapper .dataTables_filter label {
    font-size: 0.8rem;
	width: 100%;
}

div.dataTables_wrapper {
     position: relative;
     clear: both;
}

div.dataTables_length {
    float: left;
    display: inline-block;
    width: 40%;
    text-align: left;
}

div.dataTables_filter {
    float: right;
    display: inline-block;
    width: 60%;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
     border-radius: 8px;
     background: rgb(244 247 252);
     border: 1px solid rgb(41, 50, 118, 0.2);
     height: 28px;
     display: inline-block;
     margin: 0px 0px 15px 3px;
     width: 80%;
	 padding: 0px 7px;
}

.dataTables_wrapper .dataTables_filter input[type="search"]:focus-visible {
	 border: 0px solid rgb(41, 50, 118);
}

.dataTables_paginate a.paginate_button {
   align-items: center;
   border-radius: 0.4rem;
   font-weight: 500;
   padding: 3px 8px;
   border: 1px solid rgb(41, 50, 118, 0.2);
   margin: 0px 3px;
   color: var(--bs-blue);
   cursor: pointer;
   font-size: 0.85rem;
}

div.dataTables_paginate  {
    margin: 2px 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
}

.dataTables_paginate .previous.disabled, .dataTables_paginate .next.disabled {
    color: #c4cada;
   cursor: default;
}

.dataTables_paginate .paginate_button.current {
    background: var(--bs-blue);
    color: var(--bs-white) !important;
}

 div.dataTables_info {
    font-size: 0.8rem;
}

.CG .modal-dialog {
    max-width: 60%;
}

.CG .modal-dialog .modal-body{
	padding-top: 0.5rem;
}

table.guide tbody td {
    font-weight: 500;
}

.CG button.close {
    right: 10px;
    position: absolute;
}


/*End*/ 
  
  /*Table style end*/