﻿
/*
    Primary Colour   = blue; hex: #1D57A5
    Secondary Colour = brighter Web Tracker blue: hex: #4979b7
    Tertiary colour = Web Tracker darker blue: hex: #1e3a6b
    Text Colour      = #575975 Dark Grey
    Panel Outlines   = #CCCDD9 grey
    primary Tab button colour
    Secondary Tab button colour
*/

/*h4, h5, .text-info {
    color: #575975 !important;
}

body {
    color: #575975 !important;
}

.panel-default {
    border-color: #CCCDD9 !important;
}

div.col-sm-1.primaryColour {
    color: #957fe6 !important;
}*/

.progress-bar-PrimaryColour {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1D57A5;
    transition: width 0.6s ease;
}

.radioSpace5 label {
    width: 15em;
    text-align: left;
    margin-left: 10px;
}

.menu-tertiaryColour {
    background: #1e3a6b !important;
    text-decoration-color: #ffffff !important;
}

#stepProgressBar {
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    font-size: small;
    color: #575975;
    padding: 0px 0px 25px 0px;
}

    #stepProgressBar div .sProgressBar {
        margin: 0px auto 0px auto;
        align-content: start;
    }

    #stepProgressBar .sProgressBar i.task {
        width: 100px;
        height: 83px;
        margin-bottom: -40px;
        color: #957fe6;
        font-size: 40px;
    }

    #stepProgressBar ul {
        text-align: center;
        height: 65px;
    }

        #stepProgressBar ul li {
            display: inline-block;
            width: 100px;
            height: 90px;
            position: relative;
        }

            #stepProgressBar ul li i.task {
                vertical-align: top;
                height: 65px;
                width: 80px;
                font-weight: 500;
            }

            #stepProgressBar ul li .prog {
                background: #ccc;
                width: 21px;
                height: 21px;
                color: #fff;
                border-radius: 50%;
                padding: 3px;
            }

                #stepProgressBar ul li .prog::after {
                    content: '';
                    background: #ccc;
                    height: 5px;
                    width: 154px;
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 50px;
                    z-index: -1;
                }

            #stepProgressBar ul li i.prog.fa.fa-check {
                background: #957fe6;
            }

            #stepProgressBar ul li i.prog.fa-check::after {
                background: #957fe6;
            }

            #stepProgressBar ul li i.task.fas.fa-clipboard-check:hover,
            #stepProgressBar ul li i.task.fas.fa-repeat:hover,
            #stepProgressBar ul li i.task.fas.fa-users-cog:hover,
            #stepProgressBar ul li i.task.fas.fa-cogs:hover,
            #stepProgressBar ul li i.task.fas.fa-clipboard-list:hover,
            #stepProgressBar ul li i.task.fas.fa-calendar:hover,
            #stepProgressBar ul li i.task.fas.fa-user-plus:hover {
                color: #b9aaee;
            }

            #stepProgressBar ul li:first-child .prog::after {
                width: 79px;
                left: 79px;
            }

            #stepProgressBar ul li:last-child .prog::after {
                width: 79px;
            }

.layout-block-title {
    background-color: white;
    color: #575975 !important;
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
}

.layout-block-title-wrapper {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    clear: both;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    background-color: white;
}

    .layout-block-title-wrapper .btn-warning {
        background: #957fe6;
        color: white;
    }

.layout-block-title span {
    color: #fff !important;
}

.layout-block-title .fa-times {
    color: white;
    font-size: 22px;
}

.layout-block-title .fa-times-square {
    color: black !important;
    font-size: 22px;
    font-weight: 500;
}

.assessment-actions {
    border: 2px solid #957fe6 !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

    .assessment-actions .fa {
        color: #957fe6 !important;
        font-weight: 500 !important;
    }

    .assessment-actions .fas {
        color: #957fe6 !important;
    }

.assessment-actions-header {
    float: right;
    padding: 2px 4px;
    color: white;
}

    .assessment-actions-header .fa {
        font-size: 20px;
        color: #fff;
        float: right;
        padding: 2px 4px;
    }

    .assessment-actions-header .fas {
        font-size: 20px;
        color: #fff;
        float: right;
        padding: 2px 4px;
    }

.assessment-actions:hover {
    background-color: #b9aaee;
    color: white;
}

.divPad10 {
    padding: 10px;
    border-radius: 6px;
    color: #575975;
}

.layout-block-title .fa {
    color: white;
    margin-left: 10px;
}

.layout-block-title .fas {
    color: white;
    margin-left: 10px;
}

.selected-progress-block {
    background-color: #CCCCCC;
    border-radius: 3px;
}

    .selected-progress-block p {
        font-size: 14px;
        background-color: #CCCCCC;
        color: white;
    }

.layout-gview-actions {
    color: #957fe6;
    padding: 4px;
    margin: 1px 2px;
    border: 1px solid;
    border-radius: 3px;
}

    .layout-gview-actions:hover {
        color: white;
        padding: 4px;
        margin: 1px 2px;
        border: 1px solid;
        border-radius: 3px;
        background-color: #b9aaee;
    }


#stepProgressBar p {
    font-size: 14px;
    white-space: pre-wrap;
    border-radius: 3px;
}
.bg-primary {
    color: #fff;
    background-color: #1D57A5;
}

.btn-PrimaryColor {
    color: white !important;
    background-color: #1D57A5 !important;
    border-color: #1D57A5 !important;
}

    .btn-PrimaryColor:hover, .btn-PrimaryColor:focus, .btn-PrimaryColor:active, .btn-PrimaryColor.active, .open > .dropdown-toggle.btn-PrimaryColor {
        color: #fff !important;
        background-color: #4979b7 !important;
        border-color: #4979b7 !important;
    }

.btn-outline-primaryColor {
    color: #1D57A5 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #1D57A5 !important;
}

    .btn-outline-primaryColor:hover {
        color: #fff !important;
        background-color: #1D57A5 !important;
        border-color: #1D57A5 !important;
    }

    .btn-outline-primaryColor.disabled, .btn-outline-primaryColor:disabled {
        color: #1D57A5;
        background-color: transparent;
    }

    .btn-outline-primaryColor:not(:disabled):not(.disabled).active, .btn-outline-primaryColor:not(:disabled):not(.disabled):active, .show > .btn-outline-primaryColor.dropdown-toggle {
        color: #fff;
        background-color: #1D57A5;
        border-color: #1D57A5;
    }

.btn-SecondaryColor {
    color: white;
    background-color: #4979b7;
    border-color: #4979b7;
}

    .btn-SecondaryColor:hover, .btn-secondaryColour:focus, .btn-secondaryColour:active, .btn-secondaryColour.active, .open > .dropdown-toggle.btn-secondaryColour {
        color: #fff;
        background-color: #F49333;
        border-color: #F49333;
    }

.btn-outline-secondaryColor {
    color: #4979b7;
    background-color: transparent;
    background-image: none;
    border-color: #4979b7;
}

    .btn-outline-secondaryColor:hover {
        color: #fff;
        background-color: #F49333;
        border-color: #F49333;
    }

    .btn-outline-secondaryColor.disabled, .btn-outline-secondaryColor:disabled {
        color: #F49333;
        background-color: transparent;
    }

    .btn-outline-secondaryColor:not(:disabled):not(.disabled).active, .btn-outline-secondaryColor:not(:disabled):not(.disabled):active, .show > .btn-outline-secondaryColor.dropdown-toggle {
        color: black;
        background-color: #F49333;
        border-color: #F49333;
    }

/*//#1e3a6b*/
.btn-outline-tertiaryColor {
    color: #1e3a6b;
    background-color: transparent;
    background-image: none;
    border-color:cornsilk;
}

    .btn-outline-tertiaryColor:hover {
        color: #1e3a6b;
        background-color: yellow;
        border-color: #4979b7;
    }

    .btn-outline-tertiaryColor.disabled, .btn-outline-secondaryColor:disabled {
        color: #4979b7;
        background-color: transparent;
    }

    .btn-outline-tertiaryColor:not(:disabled):not(.disabled).active, .btn-outline-secondaryColor:not(:disabled):not(.disabled):active, .show > .btn-outline-secondaryColor.dropdown-toggle {
        color: #fff;
        background-color: #4979b7;
        border-color: #4979b7;
    }



.dxbButtonSys.dxbTSys {
    color: #fff;
    background-color:blueviolet !important;
    border-color: #b9aaee !important;
    border-radius: 3px;
}

    .dxbButtonSys.dxbTSys:hover, .dxbButtonSys.dxbTSys:focus, .dxbButtonSys.dxbTSys:active {
        color: #fff;
        background-color: #b9aaee !important;
        border-color: #957fe6 !important;
        border-radius: 3px;
    }

a.dxbButton_Metropolis {
    color: #1D57A5;
    text-decoration: none;
    font-size: large;
}

a.dxbButton_Metropolis:hover {
    color: #4979b7;
    text-decoration: none;
    font-size: large;
}

.btn {
    border-radius: 0.25rem;
}

div.col-sm-12.tab-page {
    /*background-color: #f0f1f4;*/
    border-radius: 1rem;
    border: 1px solid;
    border-color: #CCCDD9;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.margin-left-small {
    margin-left: 15px;
}

div.tab-page {
    margin: 5px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #957fe6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #957fe6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.border-leftInfo30Srx {
    border: 1px solid #CCCDD9;
    border-left: 30px solid #b9aaee !important;
}

/* Dev Express Grid styling*/

.dxGridButton {
    color: #957fe6 !important;
}

    .dxGridButton:hover {
        color: #b9aaee !important;
        text-decoration: none;
    }

.dxGridButtonOutline {
    border: solid !important;
    padding: 4px !important;
    border-radius: 1px !important;
    border-width: thin !important;
    text-decoration: none !important;
}

    .dxGridButtonOutline:hover {
        border: solid !important;
        padding: 4px !important;
        border-radius: 5px !important;
        border-width: thin !important;
        text-decoration: none !important;
    }

.consentColour {
    color: darkgreen !important;
}

.noConsentColour {
    color: red !important;
}

b.dxp-num.dxp-current {
    background-color: #1D57A5 !important;
    border-radius: 10px;
}

.toolbox {
    background-color: #FFFFFF;
    border: #1D57A5 2px solid !important;
    margin: 5px;
    padding: 15px !important;
    width: 1000px;
    height: 650px;
    overflow-y: scroll !important;
}

.toolbox300 {
    background-color: #FFFFFF;
    border: #1D57A5 2px solid !important;
    margin: 5px;
    padding: 15px !important;
    width: 500px !important;
    height: 300px !important;
}

.toolbox600 {
    background-color: #FFFFFF;
    border: #1D57A5 2px solid !important;
    margin: 5px;
    padding: 15px !important;
    width: 500px !important;
    height: 600px !important;
}
.ModalPopup {
    background-color: #808080;
    filter: alpha(opacity=80);
    opacity: 0.6;
}

.bg-primaryColor {
    background-color: #0062cc !important;
    color: white !important;
}

.bg-successColor {
    background-color: darkgreen !important;
    color: white !important;
}

a.bg-primaryColor:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #007bff !important;
}

.bg-dangerColor {
    background-color: red !important;
    color: white !important;
}

a.bg-dangerColor:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: red !important;
    color: white !important;
}

.bg-warningColor {
    background-color: orange !important;
    color: white !important;
}

a.bg-warningColor:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: orange !important;
    color: white !important;
}

a.fa.fa-exclamation-triangle:before {
    color: red !important;
    font-size: 1.5em !important;
}

span.fa.fa-exclamation-triangle:before {
    color: red !important;
    font-size: 1.5em !important;
}

span.fa.fa-user-times:before {
    color: red !important;
    font-size: 1.5em !important;
}

span.fa.fa-check-circle:before {
    color: darkgreen !important;
    font-size: 1.5em !important;
}

.textBold
{
    font-weight:bold !important
}

.textBlack {
   color:black !important;
  }



