@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro";
@import "https://fonts.googleapis.com/css?family=Open+Sans";


/*primary red variants */
.ts-primary-red {
    background-color: #760404;
}

.ts-primary-red-80 {
    background-color: #913636;
}

.ts-primary-red-40 {
    background-color: #C89B9B;
}

.ts-primary-red-30 {
    background-color: #AD6868;
}

.ts-primary-red-20 {
    background-color: #E4CDCD;
}

/*primary navy variants*/
.ts-primary-navy {
    background-color: #324159;
}

.ts-primary-navy-80 {
    background-color: #5B677A;
}

.ts-primary-navy-60 {
    background-color: #848D9B;
}

.ts-primary-navy-40 {
    background-color: #ADB3BD;
}

.ts-primary-navy-20 {
    background-color: #D6D9DE;
}

.ts-secondary-sucess {
    background-color: #00A65A;
}

.ts-secondary-alert {
    background-color: #F39C12;
}

.ts-secondary-disabled {
    background-color: #ADB3BD;
}

.ts-secondary-info {
    background-color: #007BFF;
}

.ts-secondary-error {
    background-color: #F56954;
}

.ts-secondary-light-gray {
    background-color: #DCDCDC;
}

/*Button styles*/
.ts-incidents {
    background-color: #FFD210;
    border-radius: 0px;
}

.ts-pnp {
    background-color: #41ACD8;
    border-radius: 0px;
}

.ts-admin {
    background-color: #A7C072;
    border-radius: 0px;
}


.ts-audit {
    background-color: #5AC8AE;
    border-radius: 0px;
}

.ts-performance {
    background-color: #877094;
    border-radius: 0px;
}

.ts-risk {
    background-color: #939999;
    border-radius: 0px;
}

.ts-processes {
    background-color: #016893;
    border-radius: 0px;
}

.ts-riskinternalaudit {
    background-color: #EAACAC;
    border-radius: 0px;
}

.ts-bcm {
    background-color: #EF6C6C;
    border-radius: 0px;
}

.ts-businessIntelligence {
    background-color: #41ACD8;
    border-radius: 0px;
}

.ts-rubi {
    color: #760404;
}

.ts-rubi-text {
    color: #324159;
}

/*Button hover styles*/
.btn.ts-incidents:hover {
    background-color: #FFD210;
    border-radius: 0px;
    opacity: 0.7;
}

.btn.ts-pnp:hover {
    background-color: #41ACD8;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-audit:hover {
    background-color: #5AC8AE;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-risk:hover {
    background-color: #939999;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-bcm:hover {
    background-color: #EF6C6C;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-performance:hover {
    background-color: #877094;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-admin:hover {
    background-color: #A7C072;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-businessIntelligence:hover {
    background-color: #41ACD8;
    border-radius: 0px;
    opacity: 0.8;
}

.btn.ts-processes:hover {
    background-color: #016893;
    border-radius: 0px;
    opacity: 0.8;
}
/*Minus symbol*/
a b {
    cursor: pointer;
    color: #666666;
    font-weight: bolder;
    font-size: 25px;
    position: absolute;
    margin-top: -7px;
    margin-left: -15px;
}

/*font styles*/


p {
    font-family: "Source Sans Pro",sans-serif;
    color: #333333;
    font-size: 16px;
}

    p.ts-success {
        font-family: "Source Sans Pro",sans-serif;
        color: #00A65A;
        font-size: 16px;
    }

    p.ts-info {
        font-family: "Source Sans Pro",sans-serif;
        color: #007BFF;
        font-size: 16px;
    }

    p.ts-warning {
        font-family: "Source Sans Pro",sans-serif;
        color: #F39C12;
        font-size: 16px;
    }

    p.ts-error {
        font-family: "Source Sans Pro",sans-serif;
        color: #F56954;
        font-size: 16px;
    }

    p.ts-disabled {
        font-family: "Source Sans Pro",sans-serif;
        color: #ADB3BD;
        font-size: 16px;
    }

    p.ts-pro-18 {
        font-family: "Source Sans Pro",sans-serif;
        color: #333333;
        font-size: 18px;
    }

    p.ts-success-pro-18 {
        font-family: "Source Sans Pro",sans-serif;
        color: #00A65A;
        font-size: 18px;
    }

    p.ts-info-pro-18 {
        font-family: "Source Sans Pro",sans-serif;
        color: #007BFF;
        font-size: 18px;
    }


.small-content p {
    font-size: 13px;
    color: #333333;
    background-color: #F4F4F4;
    padding: 25px;
}
/*Card Styles */

.card-body-small {
    padding: 8px;
}

div.card-header {
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 1px;
    padding-left: 10px;
}

.ts-rubiq-card {
    border-top: 2px solid #324159;
}

.ts-rubiq-success-card {
    border-top: 2px solid #00A65A;
}

.ts-rubiq-info-card {
    border-top: 2px solid #007BFF;
}

.ts-rubiq-warning-card {
    border-top: 2px solid #F56954;
}

.ts-rubiq-disabled-card {
    border-top: 2px solid #ADB3BD;
}
/*Input Fields*/
input[type="text"], input[type="number"], input[type="email"]::before {
    border: #CED4DA 1px solid;
}

    input:focus, input[type="text"].ts-input-error:focus, input[type="text"].ts-input-success:focus {
        border: #007BFF 1px solid;
    }

input:disabled {
    background-color: #C0C2C8;
}

input[type="text"].ts-input-error {
    border: 1px solid #FF3E55;
}

input[type="text"].ts-input-success {
    border: 1px solid #00A65A;
}

.ts-error-decription {
    color: #FF3E55;
    font-family: "Open Sans";
}

/*link states*/
a:link,
a:hover,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
}

i[class="fa fa-chevron-right float-right"] {
    padding-top: 3px;
    color: #324159;
    text-decoration: none;
}

/*background color*/
.background {
    background-color: #ECF0F5;
}

/*Heading styles*/
h1, h2, h3, h4, h5, h6 {
    color: #324159;
}

    h6.small-card-heading {
        font-size: 13px;
        color: #4A4A4A;
    }

.notificationColor {
    color: green;
}

.notification {
    top: 80px;
    right: 0;
    position: fixed;
}

.notification2 {
    top: 116px;
    right: 0;
    position: fixed;
    width:300px;
}

.notification p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    width: 300px;
}

.notfication2 p {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 13px;
    width: 300px;
}

#notification, #updateNotification {
    display: none;
}

.prompter {
    display: none;
}

#closeNotification {
    cursor: pointer;
}

.hasNoRights {
    color: #ADB3BD !important;
}

.errorMessage {
    background-color: white;
    padding-bottom: -5px;
    padding-top: 15px;
    color: #AE0000;
    border: solid;
    border-width: thin;
    border-color: #AE0000
}

/*Beginning of the Charts styles*/

/*Start Incident Management*/
#divNoDataTotalIncidents6MonthComparison {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataTotalIncidents6MonthComparison {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataYTDIncidentsByOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataYTDIncidentsByOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataYTDIncidentsByClassification {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataYTDIncidentsByClassification {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}
/*End Incident Management*/

/*Start Policy*/
#divNoDataPercentagePoliciesLinkedPerDocument {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercentagePoliciesLinkedPerDocument {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataPercentagePoliciesNotLinkedPerDocument {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercentagePoliciesNotLinkedPerDocument {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataMyPoliciesReadVsNotRead {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataMyPoliciesReadVsNotRead {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataMyPercRead {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataMyPercRead {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataMyPercScore {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataMyPercScore {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}
/*End Policy*/

/*Start Audit*/
#divNoDataSignedOff {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataSignedOff {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataNotSignedOff {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataNotSignedOff {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataPercOfMyAreaAudits {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercOfMyAreaAudits {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataNoOfMyAuditsPerStages {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataNoOfMyAuditsPerStages {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}
/*End Audit*/

/*Start RiskManagement*/
#divNoDataTotalNoOfRisksPerOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataTotalNoOfRisksPerOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataPercHighestResidualRiskPerOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercHighestResidualRiskPerOrgArea {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataTotalNoOfLinkedIncidents {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataTotalNoOfLinkedIncidents {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}
/*End RiskManagement*/

/*Start BCM*/
#divNoDataNoSignedOffBIRs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataNoSignedOffBIRs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataNoNotSignedOffBIRs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataNoNotSignedOffBIRs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataPercOfBIRsToMoveOntoBCPs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercOfBIRsToMoveOntoBCPs {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divNoDataPercOfBRPsPerStatus {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}

#divLoadingDataPercOfBRPsPerStatus {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
}
/*End BCM*/

.page-item.active .page-link {
    background: #324159 !important;
    border: 2px solid #324159 !important;
    color: white;
}

a.page-link {
    color: black;
}

.additionalTabHeader {
    font-size: small;
    background: #324159;
    color: white
}

.additionaTabButton {
    width: 100px;
    border-radius: 1px;
}

    .additionaTabButton:hover {
        opacity: 0.8;
    }

.page-item.active .page-link {
    background: #324159;
    border: 2px solid #324159;
    color: white;
}

a.page-link {
    color: black;
}

.table-header {
    background: #324159;
    font-size: small;
    color: white;
}

.tabPadding {
    padding-left: 30px;
    padding-right: 30px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    margin-left: 0%;
    margin-top: 0%;
}

.tray-modal {
    /*position: fixed;*/
    top: 50% !important;
    left: 50% !important;
    /*margin-top: -50px;
    margin-left: -50px;
    overflow: visible !important;*/
}

.fullScreen {
    height: 100%;
    width: 100%;
}

.marginLMinus100 {
    margin-left: -100px;
}

.modal-static {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -50px;
    margin-left: -50px;
    overflow: visible !important;
}

    .modal-static,
    .modal-static .modal-dialog,
    .modal-static .modal-content {
        width: 100px;
        height: 100px;
    }

        .modal-static .modal-dialog,
        .modal-static .modal-content {
            padding: 0 !important;
            margin: 0 !important;
        }

            .modal-static .modal-content .icon {
            }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*End of the Charts styles*/

.gridbuttoncell {
    width: 1%;
}

.gridcell20perc {
    width: 20%;
}

.gridcell25perc {
    width: 25%;
}

.gridcell30perc {
    width: 30%;
}

.gridcell35perc {
    width: 35%;
}

.gridcell40perc {
    width: 40%;
}

.gridcell45perc {
    width: 45%;
}

.gridcell50perc {
    width: 50%;
}

.gridcell55perc {
    width: 55%;
}

.gridcell60perc {
    width: 60%;
}

.gridcell65perc {
    width: 65%;
}

.gridcell70perc {
    width: 70%;
}

.gridcell80perc {
    width: 70%;
}


.loaderboxheight {
    height: 100px;
    background-color: white;
    overflow: hidden
}

.loaderboxwidthandcenter {
    position: relative;
    left: calc(50% - 50px);
}

.primaryRUBiQBtn {
    text-align: center;
    background: #324159;
    color: #fff;
    font-weight: 600;
    border-radius: 0 !important;
}

    .primaryRUBiQBtn:hover {
        opacity: 0.8;
    }

.primaryRUBiQBtnText {
    color: #fff;
}

.secondaryRUBiQBtn {
    text-align: center;
    background: #760404;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 0 !important;
}

    .secondaryRUBiQBtn:hover {
        opacity: 0.8;
    }

.secondaryRUBiQBtnText {
    color: #fff;
}

.primaryRUBiQTextBox {
    border-radius: 0px !important;
}

.table-rubiq {
    width: 100% !important;
    background: #fff;
}

.table-font-sm-rubiq {
    font-size: small;
}

.displaynone {
    display: none;
}

.tab-container-main-rubiq {
    height: 100% !important;
    background: white !important;
}


.stepNotCompleted2 {
    background-color: rgb(153,153,153);
    /*border: 1px solid rgb(153,153,153);*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted2 {
    background-color: #4d4d4d;
    /*border: 1px solid #4d4d4d;*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent2 {
    background-color: #486B9B;
    /*border: 1px solid #486B9B;*/
    height: 80px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.loginLabels {
    font-size: 15px;
    font-weight: 600;
}

.primaryRUBiQLbl {
    font-size: 15px;
    font-weight: 600;
}

.primaryRUBiQDropdownlist label {
    margin-left: 8px;
}

.loginDropDown {
    border-radius: 0;
    margin-top: 5px;
}

.loginTextBox {
    border-radius: 0;
    margin-top: 5px;
}

.loginLinkButton {
    font-size: 14px;
    font-weight: 400;
}

.loginP {
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: -2px;
}

.loginRadius {
    border-radius: 0px !important;
}

.modalOutHeader {
    color: white;
    background: #324159;
    padding-bottom: 10px;
    border-radius: 0px;
    padding-top: 10px;
}

.modalRUBiQFooter {
    padding: 0px;
    padding-top: 8px;
}

.loginModalHeader {
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding-top: 3px;
}

.modalClose {
    color: white;
    opacity: 0.9;
}

i#modalClose:hover {
    color: darkgrey !important;
}

i#ExpPasswordmodalClose:hover {
    color: darkgrey;
}

i#closeIFrameModal:hover {
    color: darkgrey;
}

.forgotPasswordStep {
    padding-left: 2px;
    padding-top: 2px;
    margin-right: -130px;
    margin-left: -130px;
}

.loginBorders {
    padding-top: 10px;
    font-weight: 500;
    color: white;
}

.forgotPasswordContinueBtn {
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: white;
    width: 220px;
    background: #760404;
}

.forgotPasswordAnswerBtn {
    border-radius: 0px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    width: 220px;
    background: #760404;
}

.alertDanger {
    background: red;
    border-color: red;
    border-radius: 0px;
    margin-top: 10px;
}

    .alertDanger h5 {
        color: white;
        font-weight: 800;
    }

    .alertDanger h6 {
        color: white;
        font-weight: 400;
        font-size: 14px;
    }

.loginCard {
    margin-top: 20%;
    margin-bottom: 10px;
}

.RegisterIncident {
    margin-left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 875px) {
    .loginReciBtn {
        margin-left: -15px;
        padding-right: 2px;
        padding-left: 2px;
    }

    .RegisterIncident {
        margin-left: -5px;
        padding-right: 0px;
    }
}


.modal-full {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

.ts-performanceCHats {
    width: 250px !important;
    text-align: center !important;
}

.ts-primaryDropdown {
    border-radius: 0px !important;
    border-color: #C3C3C3;
    border-width: 0.09px !important;
    height: 27px !important;
}

.primaryRUBiQBtn {
    text-align: center;
    background: #324159;
    border-radius: 0;
    color: #fff;
    border-radius: 0 !important;
}

.ts-dataTableSortColumns {
    background: #324159;
    color: #324159;
}

.ts-rubiq-downloadButton {
    padding: 3px;
    background: #138535;
    border-radius: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    font-family: Roboto !important;
}

.gridbuttoncell {
    width: 1%;
}

.wide-column-cell {
    width: 85% !important;
}

.shortened-text {
    text-overflow: ellipsis !important;
}

.ts-rubiq-selectButtonMargin {
    margin-left: -4px;
    margin-bottom: -3px;
    margin-top: -5px;
    margin-right: -5px;
}

.ts-rubiq-selectButton {
    padding: 3px;
    background: #324159 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px !important;
    font-family: Roboto !important;
    color: #fff;
    margin: -5px;
}


.ts-column-sizefont {
    font-size: 14px !important;
    font-family: Roboto !important;
}

.ts-requiredFieldBold {
    font-weight: bolder !important;
}

.ts-rubiqInfo {
    padding: 3px;
    background: #1492C9 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px !important;
    font-family: Roboto !important;
    color: #fff;
    margin: -5px;
}

    .ts-rubiqInfo:hover {
        opacity: 0.8;
    }

.toggler {
    height: 100%;
    width: 19px;
    vertical-align: central;
    /*background-image: url(../../Default/Images/tbbs.gif);*/
    background-repeat: repeat;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.toggler-image {
    top: 40vh;
    position: relative;
    /*border: 1px solid #324159;*/
    cursor: pointer;
}

.toggler-wrapper {
    position: fixed;
    width: 11px;
    height: 100vh;
    z-index: 7;
    background: #ECF0F5;
    margin-left: -15px;
    cursor: initial;
    background-image: url("../../Default/Images/NavIcons/treeview_dropshadow.jpg");
    background-position: left;
    background-position-x: left;
    background-repeat: repeat-y;
}

.help-image {
    width: 200px !important;
}

.fixed-attest-btn {
    width: 70px;
    height: 31px;
    border-radius: 0 !important;
    padding: 3px;
    border-radius: 0 !important;
    margin-top: -1px;
    text-align: center;
    color: #fff;
}

.exercise-frame {
    width: 890px;
    height: 500px;
}

.loaderboxwidthandcenter {
    position: relative;
    left: calc(50% - 50px);
}

.centeredLoaderModal {
    max-width: 100% !important;
}

.stretched-drp {
    min-width: 165%;
    max-width: 165%;
}

@media(min-width:768px) {
    .stretched-drp {
        min-width: 164.5%;
        max-width: 164.5%;
    }
}

@media(min-width:992px) {
    .stretched-drp {
        min-width: 161.5%;
        max-width: 161.5%;
    }
}
/*
@media(min-width:1200px){
    .stretched-drp{
        min-width:164%!important;
        max-width:164%!important;
    }
}*/
.ts-rubiq-downloadButton {
    padding: 3px;
    background: #138535;
    border-radius: 0 !important;
    text-align: center;
    color: #fff;
    margin-left: -5px;
    margin-bottom: -6px;
    margin-top: -5px;
    margin-right: -5px;
    font-size: 14px !important;
    font-family: Roboto !important;
}

    .ts-rubiq-downloadButton:hover {
        opacity: 0.8;
    }

.exercise-btn {
    width: 200px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.exercise-btn-str { 
    height: 40px !important;
    border-radius: 0 !important;
}

.exercise-btn-selected-str { 
    height: 40px !important;
    border-radius: 0 !important;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-size: 15px !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
}

.exercise-btn-selected {
    width: 200px !important;
    height: 40px !important;
    border-radius: 0 !important;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-size: 15px !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
}

.modalClose:hover {
    color: darkgrey;
}

span p {
    color: #17a2b8 !important;
}

i#I3:hover {
    color: darkgrey;
}

/*.ts-rubiq-selectButtonMargin {
    margin-left: -4px;
    margin-bottom: -2px;
    margin-top: -5px;
    margin-right: -5px;
}*/

.ts-rubiq-selectfirstButtonMargin {
    margin-right: -6px;
}

.ts-rubiq-selectButton:hover {
    opacity: 0.8;
}

.ts-rubiq-DeleteButton {
    padding: 3px;
    background: #760404;
    border-radius: 0 !important;
    text-align: center;
    color: #fff;
    margin-left: -4px;
    margin-bottom: -6px;
    margin-top: -8px !important;
    margin-right: -5px;
    font-family: Roboto !important;
    font-size: 14px !important;
}

    .ts-rubiq-DeleteButton:hover {
        opacity: 0.8;
    }

@media (min-width: 992px) {
    .largermodal-lg {
        max-width: 80%;
    }
}

.largermodal-lg {
    max-width: 80% !important;
}

.lightblueRUBiQBtn {
    text-align: center;
    background: #17A2B8;
    color: #fff;
    font-weight: 600;
    border-radius: 0 !important;
}

    .lightblueRUBiQBtn:hover {
        opacity: 0.8;
    }

.lightblueRUBiQBtn {
    color: #fff;
}


.linkedexercisemessage {
    border: 1px solid black;
    width: 100%;
    height: 30px;
    padding: 5px;
}

span[class='icon node-icon fa fa-file'], i[class='fa fa-file'] {
    color: #28a745 !important;
}

.disabled-txt {
    background-color: #ECF0F5 !important;
}

.no-radius-input-group {
    border-radius: 0px !important;
}

.close:hover {
    color: darkgrey !important;
}

.llbutton {
    background: none !important;
    color: #324159;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}

span[class='icon node-icon fa fa-file'] {
    color: #28a745 !important;
}

.list-group {
    border-radius: 0 !important;
}

.trainingexerciseiframe {
    height: 90.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
    color: #5a667a !important;
}

.hoverNotification:hover{
    text-decoration: underline;
}

.BI-message-alignment {
    text-align: center;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Roboto !important;
    color: #324159;
    font-weight: normal;
}

.BI-message-alignment h2 {
    display: inline;
    line-height: 1.5em;
}

.BI-message-alignment h4 {
    padding-top: 2em;
}
