﻿
#accordion a {
    font-size: 13px;
}

.clickable {
    cursor: pointer;
}

.linkToOthers {
    color: var(--main-color);
    text-decoration: underline;
    cursor: pointer;
}

.colicon {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding-top: 8px;
    border-radius: 4px;
}

.telusPurple {
    color: var(--main-color);
}

.tableText {
	font-size: 14px;
	color: #2A2C2E;
	font-weight: 300;
}

.btnTertiary {
    font-size: 14px;
    color: var(--main-color);
    text-decoration: underline;
    font-weight: 400;
}
.themeprimary {
    color: var(--main-color);
}
.themeborderprimary1 {
    border: 1px solid var(--main-color);
}
.themeborderprimary2 {
	border: 2px solid var(--main-color);
}
.themeborderprimary3 {
	border: 3px solid var(--main-color);
}
.themeborderprimary4 {
	border: 4px solid var(--main-color);
}

.close-icon{
    padding-right: 20px;
}

.form-cell > .col,
.form-cell > .col-md-12,
.form-cell > .col-sm-8,
.form-cell > .col-sm-12 {
    border-bottom: solid 1px #cccccc !important;
    /*border-top: solid 1px #cccccc !important;*/
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: -1px;
}

.form-cell > :nth-child(n):hover{
    background-color: #f2f2f2;
}

.form-cell label {
    padding-right: 0px;
    word-break: break-word;
}


.form-cell-center {
    display: flex;
    align-items: center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dedcdc !important;
    opacity: 1; /* Firefox */
}

.return-link {
    color: var(--return-link-color);
    text-decoration: underline;
    cursor: pointer;
}

.build_btn-link {
    color: var(--build_btn-link-color);
    text-decoration: underline;
    cursor: pointer;
}

/*text*/
.text-underline{
    text-decoration: underline;
}


/* Table */
.dataTable th {
    color: var(--table-header-color)
}


/* bwizard */
.bwizard-steps .active {
    background: var(--tab-color) !important;
}

    .bwizard-steps .active:after {
        border-left-color: var(--tab-color) !important;
    }

.bwizard-steps.clickable li:hover:not(.active) {
    background: var(--tab-color) !important;
}
    .bwizard-steps.clickable li:hover:not(.active):after {
        border-left-color: var(--tab-color) !important;
    }

.labelContentTxt {
    font-weight: 400;
}

