table.basic-table {
    padding: 1.4rem 0.6rem;
    margin-bottom: 0 !important;
}
.basic-table--hover>tbody>tr:hover>td,
.basic-table--hover>tbody>tr.row_selected>td {
    background-color: rgba(134, 196, 245, 0.1);
    cursor: pointer;
}
th.left, td.left {
	text-align: left;
}
th.right, td.right {
	text-align: right;
}
.table-overflow {
    overflow: auto;
}
.basic-table.basic-table--w-auto td {
    width: calc(100% / 5);
}
.basic-table .ms-container {
    width: 100%;
    max-width: 1100px;
    margin-left: 0;
}
.table.basic-table>:not(:first-child), .table-inputs>:not(:first-child), 
.basic-table.table thead {
    border-top: none;
}
.basic-table.table .basic-table__head th {
    background-color: var(--c-light-blue);
    padding: 1.4rem 0.6rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3rem;
    font-weight: 500;    
    line-height: 13px;
    position: sticky;
    color: var(--c-grey-2);
    white-space: nowrap;
}
.basic-table__body {
    background-color: var(--c-white);
}
.basic-table__body .basic-table td {
    padding: 1.4rem 0.6rem;
    border-bottom: 1px solid hsla(0, 0%, 67.8%, .15);
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: var(--c-dark-grey);
}
.basic-table.table td.basic-table__td,
.basic-table.table td {
    padding: 1rem 0.6rem;
    border-bottom: 1px solid hsla(0, 0%, 67.8%, .15);
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: var(--c-dark-grey);
  
}
.basic-table.table .basic-table__textarea, .textarea {
    border: 1px solid var(--c-border-input);
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--c-dark-grey);
    min-height: 12rem;
    width: 100%;
    border-radius: 4px;
    padding: 1.6rem 0.6rem;
    background: var(--c-dirty-white);
    outline: none;
}

.basic-table.table .basic-table__tfoot td, .basic-table.table .basic-table__tfoot th {
    border-top: 1px solid rgba(173, 173, 173, 0.15);
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding: 1.4rem 0.6rem;
    color: var(--c-dark-grey);
}
.basic-table.table .basic-table__tfoot th {
    font-weight: 600;
}
.basic-table.table.basic-table--no-border td {
    border-top: none;
    border-bottom: none;
}
.basic-table.table th.label {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: -0.07px;
    color: var(--c-grey-2);
}
.basic-table.table .label-vertical-top {
    vertical-align: top;
    padding-top: 1.6rem;
}
.basic-table.spacing-32 {
    border-collapse: unset;
    padding: 2.4rem 0.6rem;
    width: 100%;
}
.basic-table.spacing-x-32 {
    border-collapse: unset;
    padding: 0 0.6rem;
}
.basic-table.table-collapse {
    border-collapse: collapse;
    padding: 0;
}
.basic-table .tr-hr hr {
    margin-bottom: 8px;
    margin-top: 8px;
    color: var(--c-grey);
}
.basic-table__tbody.basic-table__tbody--order td,
.basic-table__tbody.basic-table__tbody--order th {
    padding: 0px;
    padding-bottom: 2.4rem;
}
.basic-table__tbody.f-14 td,
.basic-table__tbody.f-14 th {
    font-size: 1.4rem;
}
.basic-table [type=text],
.basic-table [type=number],
.basic-table [type=password], .table-inputs [type=text] {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-family: "Graphik", sans-serif;
    border: 1px solid var(--c-border-input);
    padding: 0.8rem 0.6rem;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--c-dark-grey);
    width: 100%;
    background: var(--c-dirty-white);

}
.basic-table [type=text]:focus-visible,
.basic-table [type=number]:focus-visible,
.basic-table [type=password]:focus-visible, .table-inputs [type=text]:focus-visible {
   outline: none;
}
.basic-table .small[type=text],
.basic-table .small[type=number],
.basic-table .small[type=password] {
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.3rem;

}

.basic-table .input-date-picker {
    background-color: rgba(233, 245, 255, .6);
    border: 1px solid rgba(94, 100, 103, .2);
}

.basic-table.basic-table--no-border td.empty-5,
.basic-table.basic-table--no-border td.empty {
    display: none;
}

.basic-table .basic-table__tbody.basic-table__tbody--no-padding td,
.basic-table__tbody.basic-table__tbody--no-padding th {
    padding: 0px;
    padding-bottom: 1.6rem;
    vertical-align: middle;
}

.basic-table .basic-table__tbody.basic-table__tbody--b25-padding td,
.basic-table__tbody.basic-table__tbody--b25-padding th {
    padding: 0px;
    padding-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .layout__box-header-no-border {
        background-color: #fff;
        padding: 2rem 1.6rem;
        position: relative;
    }
    .basic-table .basic-table__tbody.basic-table__tbody--b25-padding td, .basic-table .basic-table__tbody.basic-table__tbody--no-padding td {
    padding-bottom: 1.6rem;
    }
    .basic-table .basic-table__tbody.basic-table__tbody--b25-padding th, .basic-table .basic-table__tbody.basic-table__tbody--no-padding th {
        padding-bottom: 0.8rem;
    }
    .basic-table.table .label-vertical-top {
        padding-top: 0;
    }
    .basic-table__tbody.wrap-sm td:not(.radio-td-flex, .empty), 
    .basic-table__tbody.wrap-sm th {
        display: block;
        width: 100%;
    }
    .box-shadow-mobile {
        background: var(--c-white);
        border-bottom: 1px solid hsla(0, 0%, 67.8%, .15);
    }
    .box-shadow-mobile, .box-shadow-mobile > table {       
        box-sizing: border-box;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.04);
        border-radius: 4px;
    }
    .box-shadow-mobile > table tr:last-child td {
        border-bottom: none;        
    }
}

.basic-table .td-select-only-text [disabled="disabled"],
.basic-table .td-select-only-text .chosen-drop {
    display: none;
}

.basic-table .td-select-only-text .chosen-single span+div {
    display: none;
}

.basic-table .td-select-only-text .chosen-single {
    border: none;
    padding: 0;
}

.basic-table td input[readonly="readonly"]:not(.input-date-picker), .basic-table td .basic-table__textarea[disabled="disabled"], .readonly-label,
.basic-table td input[readonly="readonly"]:not(.input-date-picker):focus, .basic-table td .basic-table__textarea[disabled="disabled"]:focus
 {
	background: rgb(242 242 242);
    border: 1px solid transparent;
    outline: none;
}

.readonly-label {
    width: 100%;
    max-width: 100%;
    padding: 1.2rem 0.6rem;
    padding: 0.7rem 0.6rem;
    min-height: 4.2rem;
    font-size: 1.4rem;
    color: var(--c-dark-grey);
}
@media (min-width: 769px) {
    
	 .basic-table__head th.width-150 {
        width:15rem;
    }
	 .basic-table__head th.width-100 {
        width:10rem;
    }
    .basic-table.table th.label:nth-of-type(2) {
        padding-left: 2rem;
        width: calc(14rem + 2rem);
    }
    .basic-table.table th.label:nth-of-type(3) {
        padding-left: 2rem;
        width: calc(14rem + 2rem);
    }
}

@media (min-width: 1024px) {
    .basic-table td.w-256 > * {
        max-width: 25.6rem;
    }
    .basic-table td.w-360 > * {
        max-width: 36rem;
    }
    .basic-table.table th.label {
        width: 160px;
        padding-right: 2.4rem;
    }

    .basic-table.spacing-32 {
        padding: 3.2rem 3.2rem 2.4rem;
    }

    .basic-table.spacing-x-32 {
        padding: 0 3.2rem;
    }

    .basic-table.basic-table--no-border td:not(.basic-table__td--half) [type=text] {
        width: 25.6rem;
        min-width: 25.6rem;
        max-width: 100%;
    }

    .basic-table.basic-table--no-border td:not(.basic-table__td--half) [type=password] {
        width: 25.6rem;
        min-width: 25.6rem;
        max-width: 100%;
    }   
	
	.basic-table.basic-table--no-border td.narrow-cell [type=text] {
		    width: 15rem !important;
		    min-width: 15rem !important;
			max-width: 100%;
		}
}
.basic-table--2-col.table td, .table.basic-table--2-col th {
    padding: 1.6rem;
    border-bottom: 1px solid hsla(0, 0%, 67.8%, .15);
    font-size: 1.4rem;
    line-height: 1.3rem;
    color: var(--c-dark-grey);
}
.td-rgiht td {
    text-align: right;
}

@media (min-width: 1200px) {
	.basic-table .basic-table__tbody.basic-table__tbody--no-padding tr:last-child td,
    .basic-table__tbody.basic-table__tbody--no-padding tr:last-child th {
        padding-bottom: 0rem;
    }  
    .readonly-label {
        width: 25.6rem;
    }
    .basic-table.table .basic-table__textarea.w-414 {
        width: 424px;
        max-width: 100%;
    }
    .max-h-desktop {
        max-height: calc(100% - 220px);
    }
	.basic-table.table th.label {
        width: 240px;
	}
    .basic-table.table th.label.label-w-180 {
        width: 18rem;
    }
    .basic-table.table th.label.label-w-200 {
        width: 20rem;
    }
    .basic-table.table th.label.label-w-250 {
           width: 15rem;
    }
    .basic-table.table th.label:nth-of-type(2) {
        padding-left: 4rem;
        width: calc(14.6rem + 7rem );
        text-align: left;
    }
    .basic-table.table .basic-table__head th.label:nth-of-type(2) {
        padding-left: 1.6rem;
        text-align: left;
    }
    
    .basic-table.table th.label:nth-of-type(3) {
        padding-left: 4rem;
        width: calc(14.6rem + 7rem );
        text-align: left;
    }
    .basic-table.table .basic-table__head th.label:nth-of-type(3) {
        padding-left: 1.6rem;
        text-align: left;
    }
    
    .basic-table th.label-w-auto {
        width: auto;
    }
    .align-right-desktop {
        text-align: right;
    }
    .basic-table.basic-table--no-border td.basic-table__td--half [type=text],
    .basic-table.basic-table--no-border td.basic-table__td--half textarea {
        width: 100%;
        min-width: 25.6rem;
        max-width: 100%;
    }
    .basic-table.basic-table--no-border td.basic-table__td--half [type=password] {
        width: 100%;
        min-width: 25.6rem;
        max-width: 100%;
    }
    .basic-table td.w-170,
    .basic-table th.label.w-170 {
        width: 17rem;
        max-width: 17rem;
    }
    .basic-table td.w-256 {
        width: 25.6rem;
        max-width: 25.6rem;
    }
    .basic-table td.w-293 {
        width: 29.3rem;
        max-width: 29.3rem;
    }

    .basic-table td.w-360 {
        width: 36rem;
        max-width: 36rem;
    }
   .basic-table td.w-400 {
        width: 40rem;
        max-width: 40rem;
    }
    .basic-table.basic-table--no-border td.empty-5,
    .basic-table.basic-table--no-border td.empty {
        width: auto;
        display: table-cell;
    }
    .basic-table__tbody.basic-table__tbody--no-padding th.label {
        width: 14.6rem;
        padding-right: 1.8rem;
    }
    .basic-table__tbody.basic-table__tbody--no-padding .chosen-container .chosen-single {
        height: 3.3rem;
        max-height: 3.3rem;
    }
    .basic-table__tbody.basic-table__tbody--no-padding .chosen-container .chosen-single span {
       line-height: 1.9rem;
    }
    .basic-table__tbody.basic-table__tbody--no-padding .chosen-container .chosen-single b {
        margin-top: 0;
     }
}
.c_table-2-columns tr td:first-child {
    font-weight: var(--fw-medium);
  
}
.c_table-2-columns tr td:last-child label{
    text-align: right;
    display: inline-block;
    width: 100%;
}
.table-2-columns tr td:last-child, .table-2-columns tr th:last-child {
    text-align: right;
}
.table-v-top td {
    vertical-align: top;
}
@media screen and (max-width:991px) {
	
    .basic-table.table .basic-table__tfoot td {
        padding: 1rem 0.6rem;
    }
    .pl-24-mobile {
		padding-left: 2.4rem !important;
	}
    .basic-table--white,
    .basic-table--white.table .basic-table__head th {
        background-color: var(--c-white);
    }
    .basic-table--white.table .basic-table__head th {
        border-bottom: 1px solid hsla(0, 0%, 67.8%, .15);
    }
    .basic-table--nowrap td {
        white-space: nowrap;
    }

}
@media (min-width: 1400px) {
    .desktop-70w {
        max-width: 70%;
    }
    .basic-table.table th.label:nth-of-type(2) {
        padding-left: 7rem;
        width: calc(14.6rem + 7rem );
    }
    .basic-table.table tr.no-edit th.label:nth-of-type(2) {
        padding-left: 1rem;
    }
    .basic-table.table .basic-table__head th.label:nth-of-type(2) {
        padding-left: 1.6rem;
    }
    
    .basic-table.table th.label:nth-of-type(3) {
        padding-left: 7rem;
        width: calc(14.6rem + 7rem );
    }
    .basic-table.table tr.no-edit th.label:nth-of-type(3) {
        padding-left: 1rem;
    }
    .basic-table.table .basic-table__head th.label:nth-of-type(3) {
        padding-left: 1.6rem;
    }
}
.basic-table.table thead ~ tbody:not(.basic-table__tbody--no-padding, .basic-table__tbody ) tr:nth-child(even) td:not(.basic-table__td) {
    background-color: var(--c-light-grey);
}

.table-inputs th, .table-inputs td{
    padding: 1.8rem 2.4rem;
}
.basic-table.table tr:last-child td:not(.basic-table__td) {
    border-bottom: none;
}
.basic-table.table-v-middle td {
    vertical-align: middle;
}

.broker-td-other {
    width: 541px;
}
.broker-td-auto {
    width: auto;
    display: flex;
    align-items: center;
}
.broker-td-auto-label {
    font-weight: bold;
    padding-right: 10px;
}

.basic-table.small-inputs [type=text], .basic-table:not(.basic-table--no-border) thead ~ tbody [type=text] {
    font-size: 1.2rem;
    padding: 0.6rem 0.6rem;
}
.label span.c_color--primary {
    position: absolute;
}

