﻿html {
    height: 100%;
}

html body {
    height: auto;
    background: #D5D9DC;
}

html body.no-side-menu .side-bar {
    display: none;
}

html body.no-side-menu .content-area-wrapper {
    margin: 0;
    padding: 0;
}

html body.no-side-menu .website-footer {
    padding: 10px 8px 0 15px;
    background-color: #F2F2F2;
}

h2 {
    margin: 0;
    font-size: 22px;
    color: [#PAGEHEADINGTEXTCOLOR#];
    padding: 10px 5px;
}

input[type=radio] {
    margin: 0 5px;
}

form {
    background: none;
    width: 1000px;
    margin: auto;
}

.float-fix {
    clear: both;
    float: none;
    display: block;
}

a {
    text-align: center;
    color: [#PRIMARYLINKCOLOR#];
    font-size: 13px;
    font-weight: 600
}

.alertify .alertify-buttons button {
    display: inline-block;
    background: [#PRIMARYBUTTONCOLOR#];
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 18px;
    border-width: 0;
    font-size: 13px;
}

.alertify-button-cancel {
    margin-right: 15px;
}

a.action-btn, input[type=submit], a.action-btn-secondary:hover, a.action-btn-secondary.plus, .alertify .alertify-buttons button.alertify-button-cancel:hover {
    min-width: 75px;
    display: inline-block;
    background: [#PRIMARYBUTTONCOLOR#];
    color: [#PRIMARYBUTTONTEXTCOLOR#];
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 18px;
}

a.action-btn-secondary, input[type=submit], a.action-btn-secondary.minus, .alertify .alertify-buttons button.alertify-button-cancel {
    min-width: 75px;
    display: inline-block;
    background: [#SECONDARYBUTTONCOLOR#];
    color: [#SECONDARYBUTTONTEXTCOLOR#];
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 18px;
}

.alertify .alertify-buttons, .alertify-message {
    text-align: center;
}

a.rightSideFloat {
    float: right;
}

.filter-btn {
    min-width: 75px;
    display: inline-block;
    background: [#PRIMARYBUTTONCOLOR#];
    color: [#PRIMARYBUTTONTEXTCOLOR#];
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 18px;
    border-width: 0;
    font-size: 13px;
}

.search-body {
    border: 1px solid #EAECED;
    border-radius: 4px;
    padding: 10px;
    margin: 15px 0;
}


table.grid {
    margin: 0;
    width: 100%;
}

table.grid th {
    background: [#TABLEHEADINGBACKGROUNDCOLOUR#];
    height: 37px;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

table.grid th, table.grid th a {
    color: [#TABLEHEADINGTEXTCOLOR#];
    text-decoration: none;
}

table.grid th, table.grid td {
    border-left: 1px solid #D5D9DC;
    border-right: 1px solid #D5D9DC;
}

table.grid tr.alt {
    background: [#TABLECONTENTBACKGROUNDCOLOUR#];
    height: 40px;
}

table.grid td {
    padding: 10px 10px;
    color: [#TABLECONTENTTEXTCOLOR#];
    font-size: [#TABLECONTENTTEXTSIZE#]px;
    line-height: 1.5;
}

table.grid tr {
    background: #FFFFFF;
    height: 40px;
}

table.grid tr:hover {
    background: #D9D5DC;
}

.rowclick {
    cursor: pointer;
}

.header-row th {
    text-align: left;
    padding: 10px 10px 0 10px;
    font-size: 13px;
    align-items: end;
}

.header-row th:first-child {
    border-top-left-radius: 4px;
}

.header-row th:last-child {
    border-top-right-radius: 4px;
    border-right: none;
}

table.grid td:first-child, table.grid tr.header-row th:first-child {
    border-left: none;
}

table.grid td:last-child, table.grid tr.header-row th:last-child {
    border-right: none;
}

table.grid tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table.grid tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.website-banner {
    width: 100%;
    z-index: 100; /* Clears floats using pseudo selectors */
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.website-banner:before,
.website-banner:after {
    content: " ";
    display: table;
}

.website-banner:after {
    clear: both;
}

.website-banner .logo {
    width: 100px;
}

.website-banner .logo-banner {
    width: 1000px;
}

.website-banner .banner {
    width: 100px;
}

.website-banner .sub-menu {
    margin-bottom: 50px;
}

.website-footer {
    min-height: 54px;
    padding: 10px;
    background: #fff;
    line-height: 1.5em;
    color: #575757;
    clear: both;
    font-size: 14px; /* Clears floats using pseudo selectors */
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.website-footer:before,
.website-footer:after {
    content: " ";
    display: table;
}

.website-footer:after {
    clear: both;
}

.website-footer .icon-blocks {
    padding-top: 8px;
}

.website-footer .icon-blocks .icon-block {
    float: left;
    margin: 0 8px 0 0;
    padding: 3px;
}

.website-footer .footer-language span.lang {
    display: inline-block;
}

.website-footer a {
    color: #575757
}

html .rightside {
    float: right;
    text-align: right;
}

html .leftside {
    float: left;
    text-align: left;
}

.main-body {
    width: 100%;
    min-width: 991px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: #fff;
}

.content-area-wrapper {
    margin-left: 200px;
    min-height: 500px;
    background: #fff;
}

.content-area {
    padding: 15px; /* Clears floats using pseudo selectors */
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.content-area:before,
.content-area:after {
    content: " ";
    display: table;
}

.content-area:after {
    clear: both;
}

.module {
    margin-bottom: 20px;
}

.main-menu {
    background-color: [#MENUBARCOLOR#]; /*color:*/ /* Clears floats using pseudo selectors */
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    white-space: nowrap;
}

.main-menu > span {
    display: inline-block;
}

.main-menu a {
    display: block;
    font-size: 13px;
    text-align: center;
}

.main-menu .selected .item a {
    font-weight: bold;
    color: #000;
}

.main-menu .items > span {
    display: inline-block;
}

.main-menu .item a {
    padding: 0 10px !important;
    line-height: 30px;
    color: #000;
}

.main-menu .current-user {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
}

.sub-menu { /* Clears floats using pseudo selectors */
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    font-family: 'Segoe UI', Arial, Helvetica;
    margin: 0 0 15px;
}

.sub-menu:before,
.sub-menu:after {
    content: " ";
    display: table;
}

.sub-menu:after {
    clear: both;
}

.sub-menu > span {
    display: inline-block;
}

.sub-menu a {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.sub-menu .selected .item a,
.sub-menu .selected .item a:hover {
    font-weight: bold;
    color: #000;
}

.sub-menu .item a {
    min-width: 150px;
    padding: 8px 10px;
    color: #000;
}

.my-account-menu .item a {
    text-align: left;
    min-width: 100px;
}

.side-bar {
    width: 200px;
    float: left;
    padding-top: 15px; /* Vertical */
}

.side-bar .sub-menu {
    margin: 0;
}

.side-bar .sub-menu .item a {
    width: 180px;
    margin-bottom: 5px;
    text-align: left;
}

.client-modue .form .item .label, .form-interviewguide .item .input, .form .item .value {
    display: block;
    margin: 0;
    padding: 10px !important;
    color: [#TABLECONTENTTEXTCOLOR#];
}

.client-modue .form .item .label {
    max-width: 188px;
}

.client-modue .form .item .input {
    width: 450px;
    height: auto !important;
    padding: 10px;
}

.client-modue .form .item .value {
    border-left: 2px solid #fff;
}

.client-modue .form .extra-height .input {
    height: 40px;
}

.client-modue .form .item .input {
    margin-left: 200px;
    width: 450px;
    height: 30px;
    padding-top: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.client-modue .form .item .label label,
.client-modue .form .item .input span,
.client-modue .form .item .input table,
.client-modue .form .item .input input,
.client-modue .form .item .input span input {
    display: inline-block !important;
}

.calendar-icon {
    vertical-align: top;
}

.horizSearchHeader {
    display: inline-block;
    width: 17%;
}


.search .item {
    background: [#TABLECONTENTBACKGROUNDCOLOUR#];
    border: 1px solid #fff;
}

.search .item .label, .form-interviewguide .item .input {
    display: block;
    margin: 0;
    padding: 10px !important;
    color: [#TABLECONTENTTEXTCOLOR#];
}

.search .item .label {
    width: 200px;
}

.search .item .input { /*margin-left: 200px;*/
    border-left: 2px solid #fff;
    height: 30px;
    padding-top: 10px;
}

.search .extra-height .input {
    height: 40px;
}

.search .item .label label,
.search .item .input span,
.search .item .input table,
.search .item .input input,
.search .item .input span input {
    display: inline-block !important;
}

.login-form .item {
    margin: 10px;
}

.login-form .item .label {
    margin: 5px 0;
}

.login-form .float {
    display: block;
    width: 400px;
}

.login-form .float-reverese {
    display: block;
    width: 400px;
}

.login-form .forgot-password {
    margin-top: 30px;
}

.list-interviewguide .search {
    margin-bottom: 25px;
}

.list-interviewguide .search .item .label,
.list-interviewguide .search .item .input {
    display: inline-block;
}

.interview-guide-wizard-wrapper .cms-wrapper {
    width: 240px;
    height: 226px;
}

.interview-guide-wizard-wrapper .cms {
    font-size: 12px;
    line-height: 1.5;
    margin: 45px 30px 0 0;
    padding: 10px 15px;
    width: 180px;
    background: [#TIPSANDNEEDHELPBACKGROUNDCOLOUR#];
    border: 10px solid [#TIPSANDNEEDHELPBORDERCOLOUR#];
    border-radius: 4px;
}

.interview-guide-wizard-wrapper .cms div {
    color: [#TIPSANDNEEDHELPTEXTCOLOUR#];
}

.interview-guide-wizard-wrapper .contact-details {
    font-size: 11px;
    line-height: 1.5;
    margin: 30px 0 5px 0;
    padding: 12px 15px;
    width: 180px;
    background: [#TIPSANDNEEDHELPBACKGROUNDCOLOUR#];
    border: 10px solid [#TIPSANDNEEDHELPBORDERCOLOUR#];
    border-radius: 4px;
}

.interview-guide-wizard-wrapper .contact-details div {
    margin: 5px 0;
    color: [#TIPSANDNEEDHELPTEXTCOLOUR#];
}

.interview-guide-wizard-wrapper .float-reverese {
    width: 700px;
}

.group-container-list {
    width: 100%;
    height: 37px;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    border-collapse: separate !important;
    border-spacing: 0 6px;
}

.group-container-list > tbody > tr {
    border: 3px solid rgb(213, 212, 212);
    border-left-width: 0;
    border-right-width: 0;
    border-spacing: 0 6px;
}

.group-container-list tr td.panel-toggle, .panel-toggle {
    background: [#TABLEHEADINGBACKGROUNDCOLOUR#];
    color: #fff;
    border-radius: 4px;
}

.list-competency .group-wrapper h3, .list-competency .group-wrapper-parent h3 {
    background-repeat: no-repeat;
    background-image: url(/Images/Client/collapsed.png);
    padding-left: 50px;
    background-position: left 10px center;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

.list-competency .group-wrapper-parent .group-wrapper {
    padding-left: 15px;
}

.list-competency .group-wrapper-parent .group-wrapper h3 {
    margin-top: 0;
}

.list-competency .group-wrapper-parent .group-wrapper table {
    margin-left: 15px;
    width: 98%;
    margin-bottom: 15px;
}

.list-competency .group-wrapper.minus > span > h3, .list-competency .group-wrapper-parent.minus > span h3 {
    background-image: url(/Images/Client/expanded.png);
}

.list-competency .group-wrapper > div, .list-competency .group-wrapper-parent > div {
    display: none;
}

.list-competency table td:first-child {
    width: 30px;
}

.list-competency table td:nth-child(3) {
    width: 50px;
}

.list-competency .help,
.grouping-permissions .help {
    height: 26px;
    width: 26px;
    background-image: url("/Images/Icons/TM_Icon_Guide_grey_sml.png");
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.grouping-permissions .label span:first-child {
    position: relative;
    top: 0.4em;
}

.grouping-permissions .help {
    margin-left: 0.5em;
}

.grouping-permissions .label .indentation {
    display: inline-block;
    width: 1em;
}

.grouping-permissions .item-body:not(:first-child) {
    align-items: normal !important;
}

.list-competency-questions .main-column h3 {
    display: inline-block;
    background: url(/Images/Client/collapsed.png) no-repeat 10px 10px [#TABLEHEADINGBACKGROUNDCOLOUR#];
    height: 40px;
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    margin: 2px;
    border-radius: 4px;
}

.list-competency-questions .main-column.minus h3 {
    display: inline-block;
    background: url(/Images/Client/expanded.png) no-repeat 10px 10px [#TABLEHEADINGBACKGROUNDCOLOUR#];
    border-radius: 4px;
}

.list-competency-questions .main-column .panel {
    display: none;
}

.list-competency-questions table.grid tr td.main-column {
    margin: 0;
    padding: 0;
}

.list-competency-questions table.grid tr td.main-column h3 > span {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 50px;
}

.list-competency-questions table.grid .addtional-question .label {
    padding: 10px;
}

.list-competency-questions table.grid .addtional-question textarea {
    width: 98%;
}

.list-competency-questions .specific-questions h3 span {
    position: relative;
    top: 10px;
    left: 50px;
}

.list-competency-questions .specific-questions .detailsGrid {
    width: 100%;
}

.list-competency-questions .specific-questions .detailsGrid tr {
    background: [#TABLECONTENTBACKGROUNDCOLOUR#];
}

.list-competency-questions .specific-questions .detailsGrid tr td {
    color: [#TABLECONTENTTEXTCOLOR#];
    padding: 15px;
}

.list-competency-questions .specific-questions .detailsGrid textarea {
    width: 100%;
}

.interview-menu {
    vertical-align: top;
    display: table;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

.interview-menu .triangle {
    display: inline-block;
    width: 21px;
    height: 30px;
    position: absolute;
    top: 18px;
    right: -5px;
    border-right: 3px solid [#INACTIVESTAGECOLOUR#];
    border-bottom: 3px solid [#INACTIVESTAGECOLOUR#];
    width: 15px;
    height: 15px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.interview-menu img {
    margin-left: 20px;
}

.interview-menu .wrapper {
    display: inline-block;
    text-align: center;
    width: 125px;
    height: 100px;
}

.interview-menu > span {
    font-size: 13px;
    float: left;
    position: relative;
}

.interview-menu .menu-number {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 27px;
    border: 3px solid [#INACTIVESTAGECOLOUR#];
    margin: 0 auto;
    font-weight: 700;
    font-size: 28px;
    color: [#ACTIVESTAGECOLOUR#];
}

.interview-menu .selected .menu-number {
    color: [#ACTIVESTAGECOLOUR#];
    border-color: [#ACTIVESTAGECOLOUR#];
}

.interview-menu .wrapper > span, .interview-menu .wrapper > a {
    display: block;
    padding: 5px 10px;
}

.form.single-interviewer .header-row {
    display: none;
}

.form.single-interviewer tr td:nth-child(2) {
    display: none;
}

.form-interviewguide .single-interviewer .header-row {
    display: none;
}

.form-interviewguide .single-interviewer tr td:nth-child(2) {
    display: none;
}

.form-interviewguide .item {
    border-collapse: collapse;
}

.form-interviewguide .item .label, .form-interviewguide .item .input {
    margin: 0;
    padding: 10px;
    color: [#TABLECONTENTTEXTCOLOR#];
}

.form-interviewguide .item .label {
    width: 200px;
    display: table-cell;
    border-collapse: collapse;
}

.form-interviewguide .item .input {
    width: 450px;
    padding-top: 0;
    display: table-cell;
    border-collapse: collapse;
}

.form-interviewguide .item .input span input[type='checkbox'] {
    margin-top: 5px;
}

.form-interviewguide .extra-height .input {
    height: 40px;
}

.form-interviewguide .item .label label,
.form-interviewguide .item .input span,
.form-interviewguide .item .input table,
.form-interviewguide .item .input input,
.form-interviewguide .item .input span input {
    display: inline-block;
}

.form-interviewguide .item.single-interviewer {
    border-top: 0;
}

.form-interviewguide .item:nth-child(2n + 1), .form-question-enter .item:nth-child(2n + 1), .client-modue .item:nth-child(2n + 1) {
    background-color: #EAECED;
}

.form-interviewguide .item span.item-body, .form-question-enter .item span.item-body, .client-modue .item span.item-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-interviewguide .item .label, .form-question-enter .item .label, .client-modue .item .label {
    display: flex;
    flex-grow: 1;
}

.form-question-enter .single-interviewer .header-row {
    display: none;
}

.form-question-enter .single-interviewer tr td:nth-child(2) {
    display: none;
}

.form-question-enter .item {
    background: [#TABLECONTENTBACKGROUNDCOLOUR#];
    border: 1px solid #fff;
}

.form-question-enter .item .label, .form-question-enter .item .input {
    float: left;
    margin: 0;
    padding: 10px;
    color: [#TABLECONTENTTEXTCOLOR#];
}

.form-question-enter .item .label {
    width: 200px;
}

.form-question-enter .item .input {
    height: auto !important;
}

.form-question-enter .extra-height .input {
    height: 40px;
}

.form-question-enter .item .label label,
.form-question-enter .item .input span,
.form-question-enter .item .input table,
.form-question-enter .item .input input,
.form-question-enter .item .input span input {
    display: inline-block;
}

.form-question-enter .item .input textarea {
    width: 600px;
}

.pdf-view-interviewguide iframe {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 700px;
}

.licence-expiry-column {
    width: 15%;
}

.buttons {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buttons .float,
.buttons .float-reverese {
    width: 90px;
}

body[dir=ltr] {
    direction: ltr;
}

body[dir=ltr] .float {
    float: left;
}

body[dir=ltr] .float-reverese {
    float: right;
}

body[dir=rtl] {
    direction: rtl;
}

body[dir=rtl] .float {
    float: right;
}

body[dir=rtl] .float-reverese {
    float: left;
}

body[dir=rtl] .list-competency .group-wrapper h3 {
    padding-right: 30px;
}

body[dir=rtl] .list-competency-questions table.grid tr td.main-column h3 > span {
    display: inline-block;
    position: relative;
    top: 10px;
    right: 50px;
}

body[dir=rtl] .list-competency-questions .specific-questions h3 span {
    right: 20px;
}

body[dir=rtl] .client-modue .form .item .label, .form-interviewguide .item .input {
    display: block;
    float: right;
}

body[dir=rtl] .client-modue .form .item .input {
    margin-right: 200px;
    border-left: none;
    border-right: 2px solid #fff;
}

body[dir=rtl] .form-interviewguide .item .label, .form-interviewguide .item .input {
    float: right;
    margin: 0;
    padding: 10px;
}

body[dir=rtl] .form-interviewguide .item .input {
    border-left: none;
    border-right: 2px solid #fff;
}

body[dir=rtl] .website-footer {
    text-align: left;
}

body[dir=rtl] .triangle {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.checkbox label {
    padding-left: 5px;
    font-size: 13px;
}

.flex-row-between {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

.menu-button {
    margin-right: 8px;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.nav-panel {
    position: absolute;
    background-color: white;
    right: 0;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    display: none;
}

.nav-panel .action-btn {
    background-color: white;
    color: black;
    border-top: 1px solid #D9D5DC;
    border-radius: 0;
}

.nav-panel .action-btn:hover {
    background-color: ghostwhite;
}

.items {
    position: relative;
}

input[type=text], input[type=password], input[type=date], select {
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #808080;
}

.vertical-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-with-icon {
    position: relative;
    width: 198px;
}

.input-calendar-icon {
    position: absolute;
    right: 8px;
    top: 6px;
}

.paging-size {
    margin-bottom: 5px;
    text-align: right;
}

    .paging-size label {
        font-size: 13px;
    }

select.small {
    padding: 0;
    min-width: 20px;
}

.text-underline {
    text-decoration: underline;
}

.action-btn.size {
    box-sizing: content-box;
    font-size: 13px;
    border: 0;
    border-top: 1px solid #D9D5DC;
    border-radius: 4px;
    min-width: 130px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-6 {
    margin-left: 30px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-6 {
    margin-top: 30px;
}

.radio-table-cell label {
    padding-right: 25px;
}

.lead {
    font-size: 1.25rem;
    margin: 0;
}


.list-competency p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tooltip-actions {
    position: relative;
}

.tooltip-actions .tooltip-panel {
    display: none;
    padding: 0 15px;
    width: 250px;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.grouping-permissions .tooltip-actions .tooltip-panel {
    width: 300px;
    left: 45px;
}
    
.tooltip-actions:hover .tooltip-panel {
    display: block;
}

.menu-panel {
    position: absolute;
    background-color: white;
    right: 10px;
    top: calc(100% - 10px);
    z-index: 1;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    display: none;
    margin-top: -4px;
}

.busy, .busy * {
    cursor: progress !important;
}