﻿@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


form {
    margin: 0;
    /*height: 456px;*/
}

#header {
    width: 100%;
    margin: auto;
}

.footer {
    margin-top: -500px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: black;
    color: white;
    z-index: -50;
}

#maincol {
    margin: auto;
    width: 98%;
    min-height: 550px;
}

.menu {
    background-color: gainsboro;
}

.clearAllSides {
    clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: Left;
}


.center {
    margin: auto;
}

.center-text {
    text-align: center;
}

.right-text{
    text-align: right;
}

.paddingBottom15{
    padding-bottom: 15px;
}

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop5 {
    padding-top: 5px;
}

.divArea98P {
    margin: auto;
    width: 98%;
    border: solid 1px silver;
    min-height: 190px;
    max-height: 220px;
    overflow-y: auto;
}

.divHeight50 {
    min-height: 50px !important;
}

.divHeight240 {
    margin: auto;
    min-height: 240px;
    max-height: 240px;
    overflow-y: auto;
}

.divHeight300 {
    margin: auto;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.divHeight400 {
    margin: auto;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.divHeight450 {
    margin: auto;
    min-height: 450px;
    max-height: 450px;
    overflow-y: auto;
}

.divHeight500 {
    margin: auto;
    min-height: 510px;
    max-height: 510px;
    overflow-y: auto;
}

.divHeight600 {
    margin: auto;
    min-height: 600px;
    max-height: 600px;
    overflow-y: auto;
}

.divHeight650 {
    margin: auto;
    min-height: 650px;
    max-height: 650px;
    overflow-y: auto;
}

.divHeight700 {
    margin: auto;
    min-height: 700px;
    max-height: 700px;
    overflow-y: auto;
}


.divPad5M2 {
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin: 2px;
}

.divPad2M2 {
    padding: 2px !important;
    margin: 2px !important;
}

.divPad5Mar5 {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin: 5px;
}

.divPad5Mar15 {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin: 15px;
}

.divPad10 {
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 6px;
}

.divPad10NoBorder {
    padding: 10px !important;
}

.divPad5 {
    border: 1px solid #CCCCCC;
    padding: 5px;
    border-radius: 6px;
}

.divBorderRedTB10 {
    border: 1px solid red !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 6px;
}

.divBorderGrayTB10 {
    border: 1px solid rgb(151, 148, 148) !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 6px;
}

.divPad0 {
    border: 1px solid #CCCCCC;
}

.divPad0MTB4 {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.divMar10 {
    margin-top: 10px !important;
    ;
    margin-bottom: 10px !important;
    ;
}

.divMarTB5 {
    margin-top: 5px !important;
    ;
    margin-bottom: 5px !important;
    ;
}

.divMarTB10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.divMarLeft40 {
    margin-Left: 40px !important;
}


.divPad10Mar10 {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

.divPad20Mar10 {
    border: 1px solid #CCCCCC;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.divBackgroundcornflowerblue {
    background-color: cornflowerblue;
    color: white;
}

.divBackgroundMistyRose {
    background-color: mistyrose;
    color: black;
}

#menu11 {
    margin: 0;
    font-family: Calibri, Arial;
}

.qpmenu ul li ul {
    display: none;
}

.qpmenu ul li {
    /* position: relative;
    float: left;*/
    display: inline-block;
    list-style: none;
}

/*A {
    color: navy;
    text-decoration: underline;
    width: 90px;
    font-family: 'Microsoft Sans Serif';
    font-weight: normal;
    font-size: small;
}

    A.white {
        color: white;
        text-decoration: underline;
        width: 90px;
    }


    A:active {
        color: navy;
        text-decoration: underline;
    }*/



BUTTON {
    font-size: 0.7em;
}

.buttonGrey1 {
    padding: 0.6em 1.2em 0.6em 1.2em;
    color: #000000;
    background-color: #EBEBEB;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    font-size: 0.7em;
}

.buttonRed1 {
    padding: 0.4em 1em 0.4em 1em;
    color: #FFFFFF;
    background-color: #C9403A;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    font-size: 0.7em;
}

.buttonOrange1 {
    padding: 0.4em 1em 0.4em 1em;
    color: #FFFFFF;
    background-color: #F99F1D;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    font-size: 0.7em;
    margin-right: 0px;
}

.buttonGreen1 {
    padding: 0.6em 1.2em 0.6em 1.2em;
    color: #FFFFFF;
    background-color: #57AE57;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    font-size: 0.7em;
}

.buttonBlue1 {
    padding: 0.4em 1em 0.4em 1em;
    color: #FFFFFF;
    background-color: #0072CC;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    font-size: 0.6em;
}

.bold {
    font-weight: bold;
    font-size: small;
}

.table-borderless {
    border: none !important;
}

    .table-borderless td {
        border: none !important;
    }

.boldBlue {
    font-weight: bold;
    color: #000099;
}


/* So the overflow scrolls */
/*.container {
    border: thin solid #FFFFFF;
    overflow: auto;*/


/* Keep the header cells positioned as we scroll */
/*.container table th {
        background-color: #00478e;
        color: White;
        position: relative;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
    }*/

/*.container a {
        color: White;
        text-decoration: none;
    }*/

/*.container a:hover {
            text-decoration: underline;
        }*/

.refreshTime {
    font-weight: bold;
    font-size: 12px;
}

.ajax__calendar_container {
    z-index: 500;
}



.fontWhite {
    color: white !important;
}

.fontBlack {
    color: black !important;
}

.fontDarkBlue {
    color: darkblue !important;
}

.formTitleSub {
    font-size: 12px;
    font-weight: bolder;
    color: #000099;
    padding: 5px;
}

.hyperlinkWhite {
    text-decoration: underline;
    color: #FFFFFF;
}

.infoButton {
    background-position: 20px 20px;
    background-image: url('../Images/info.png');
    background-repeat: no-repeat;
}

.InfoWrap {
    width: 1059px;
    padding: 5px;
}

.InfoWrap1 {
    width: 450px;
    padding: 10px;
    margin: 1px;
    border: blue 0.5px solid;
    float: left;
    height: 194px;
}

.Infowrap2 {
    width: 450px;
    padding: 10px;
    margin: 1px;
    border: blue 0.5px solid;
}

.Infowrap3 {
    width: 59%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: left;
    height: auto;
}

.Infowrap4 {
    width: 52%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: right;
    height: auto;
}

.Infowrap5 {
    width: 43%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: left;
    height: 160px;
}

.Infowrap6 {
    width: 45%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: right;
    height: 160px;
}

.Infowrap6a {
    width: 45%;
    padding: 5px;
    margin: 5px;
    border: 1px solid #FF9900;
    float: left;
    height: 50%;
}

.Label {
    color: black !important;
}

.LabelBlueBold {
    font-weight: bolder;
    font-size: medium;
    color: #000080;
    font-style: normal;
}


.ListBoxSelect {
    color: blue;
    text-decoration: underline;
}


.ModalPopup {
    background-color: #808080;
    filter: alpha(opacity=80);
    opacity: 0.6;
}

.SiteMapPath {
    margin: 3px;
    width: 403px;
    padding: 3px;
    height: 13px;
}

.staticMenuItem {
    background-color: white;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    color: #ffffff;
    margin: 2px;
    font-weight: normal;
    padding: 2px;
    border-color: #FF6600;
}


.Tab {
    font-family: Arial;
    font-size: 10px;
    color: Gray;
    background-color: Silver;
}


.Tab {
    font-family: Arial;
    font-size: 10px;
    color: Gray;
    background-color: Silver;
}


.TEXTAREA {
}

.textbox1 {
    width: 80px;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.txtArialBlackSmall {
    font-family: Arial;
    color: black;
}

.textBoxMulti1 {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    text-align: justify;
}

.textBlue {
    color: blue;
}

.textAllignJustify {
    text-align: justify;
    text-justify: auto;
}

.toolbox {
    background-color: #FFFFFF;
    /*border: medium double #808080;*/
    border-radius: 5px;
    margin: 5px;
    padding: 15px;
    width: 800px;
    height: 350px;
    overflow: scroll;
}

.tooltip {
    display: none;
    background-color: #FFFFFF;
    font-weight: bolder;
    border: 1px solid #000066;
    width: auto;
    height: auto;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
}


#master {
    position: relative; /* The following line stops the menu from hiding behind certain elements of the content page */
    z-index: 1000;
    width: 98%;
    padding: 5px;
}

#topBarWhite {
    width: 100%;
    height: 34px;
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}


.menuContainer {
    border: 1px solid #CCCCCC;
    background-color: #000099;
    height: 25px;
    width: 98%;
    color: #FFFFFF;
}

.staticMenuStyle {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.staticMenuItemStyle {
    height: 25px;
    color: #000000;
    font-weight: normal;
    font-size: 0.8em;
}

.staticSelectedStyle {
    background-color: #F9F9F9;
    color: #000000;
}

.staticHoverStyle {
    background-color: #F9F9F9;
    color: #000000;
}

.dynamicMenuStyle {
    border: 1px solid #999999;
}

.dynamicMenuItemStyle {
    background-color: #F9F9F9;
    padding: 10px;
    height: 20px;
    color: Black;
    font-weight: normal;
    font-size: small;
    width: 300px;
    font-family: Calibri;
}

.dynamicSelectedStyle {
    background-color: #0000CC;
    color: #FFFFFF;
}

.dynamicHoverStyle {
    background-color: #0000CC;
    color: #FFFFFF;
}

    .dynamicHoverStyle a:hover {
        text-decoration: underline;
    }



.Menuheader {
    margin: 5px 0px 5px 0px;
    padding: 8px;
    background-color: #000099;
    color: #FFFFFF;
}

.MenuArea95pBlue {
    padding: 10px;
    margin: auto;
    width: 95%;
    border: 1px solid #3333FF;
    height: 20%;
    clear: both;
    background-color: #FFFFFF;
}

.MenuArea95pGreen {
    padding: 10px;
    margin: auto;
    width: 95%;
    border: 1px solid #55AA55;
    height: 20%;
    clear: both;
    background-color: #FFFFFF;
}

.MenuAreaBlue {
    padding: 10px;
    margin: 5px;
    border: 1px solid #3333FF;
    min-height: 20%;
}

.MenuAreaBlue250 {
    padding: 10px;
    margin: 5px;
    border: 1px solid #3333FF;
    min-height: 120px;
    max-width: 250px;
    min-width: 250px;
    align-content: center !important;
}

.MenuAreaBlue200 {
    padding: 10px;
    margin: 5px;
    border: 1px solid #3333FF;
    min-height: 120px;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
}

/*-- some new styles 09/06/2013*/
.height450px {
    min-height: 450px;
    max-height: 450px;
}

.height400px {
    min-height: 400px !important;
    max-height: 400px;
}

.height300px {
    min-height: 300px !important;
    max-height: 300px;
}

.height250px {
    min-height: 250px !important;
    max-height: 250px;
}

.height200px {
    min-height: 200px !important;
}

.height225px {
    min-height: 225px !important;
}

.height150px {
    min-height: 150px !important;
}

.height120px {
    min-height: 120px !important;
}

.height100px {
    min-height: 100px !important;
}

.height80px {
    min-height: 80px !important;
}

.height60px {
    min-height: 60px !important;
}

.height40px {
    min-height: 40px !important;
}

.workArea480 {
    padding: 20px;
    width: 480px;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.workArea500 {
    margin: 10px;
    padding: 20px;
    width: 500px;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.workArea98P {
    padding: 10px;
    width: 98%;
    /*border: 1px solid #CCCCCC;*/
    overflow-y: auto;
}

.workArea90P {
    padding: 10px;
    margin: auto;
    width: 90%;
    border: 1px solid #CCCCCC;
    overflow-y: auto;
}

.workArea50P {
    padding: 10px;
    width: 48%;
    border: solid 1px silver;
    overflow-y: auto;
}

.workArea45P {
    padding: 10px;
    width: 45%;
    border: solid 1px silver;
    overflow-y: auto;
}

.workArea40P {
    padding: 10px;
    width: 37%;
    border: solid 1px silver;
    overflow-y: auto;
}

.workArea30P {
    padding: 10px;
    width: 30%;
    border: solid 1px silver;
    overflow-y: auto;
}

.workArea60P {
    padding: 10px;
    width: 58%;
    border: solid 1px silver;
    overflow-y: auto;
}

.borderWhite {
    border: solid 1px #FFFFFF;
}

.pageContent {
    font-family: Arial, Helvetica, sans-serif;
}

.commandButton {
    float: right;
    margin: 20px;
}

.tb200 {
    width: 200px;
    border: 1px solid #C0C0C0;
}

.tb300 {
    width: 300px;
    border: 1px solid #C0C0C0;
}

.tb400 {
    width: 400px;
    border: 1px solid #C0C0C0;
}

.drp300 {
    width: 305px;
    border: 1px solid #C0C0C0;
}

.drp500 {
    width: 505px;
    border: 1px solid #C0C0C0;
}

.chk300 {
    width: 305px;
    border: 1px solid #C0C0C0;
    display: inline-block;
}

.fup300 {
    width: 305px;
    border: 1px solid #C0C0C0;
}

.tb500 {
    width: 500px;
    border: 1px solid #C0C0C0;
}

.tb770 {
    width: 765px;
    border: 1px solid #C0C0C0;
}


.formTitleBig {
    font-size: x-large;
    color: #000099;
    padding: 5px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.formTitle {
    font-size: medium;
    color: #000099;
    padding: 5px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.textGreen1 {
    color: darkgreen !important;
    padding: 2px;
}


.warning1 {
    color: red !important;
    padding: 2px;
}

.warningOrange {
    color: orange !important;
    padding: 2px;
}

/* below definately used in Quality Alert management */

label {
    /*display: inline-block;*/
    /*width: 150px;*/
    /*margin-left: 5px;*/
}

.labelArial8em {
    /*font-size: 0.8em;*/
}

.all-round {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
}

.panelSpacedRows .row {
    margin-bottom: 4px !important;
}

.RadioButtonList {
    font-size: 1.4em;
    padding: 10px;
    width: 100%;
    line-height: 1.4em;
    margin: 2px 25px 0 0;
}

    .RadioButtonList label {
        margin:  0px 15px 0px 5px;
        font-size: initial;
    }

.RiskRadioButtonList {
    font-size: 1.2em;
    padding: 10px;
    width: 100%;
    line-height: 1.4em;
    margin: 2px 25px 0 0;
}

    .RiskRadioButtonList label {
        margin-left: 2px;
    }

    .RiskRadioButtonList span {
        margin-left: 2px;
    }

input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    align-items: center;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 1px;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
   /* box-shadow: 0 0 5px 0px gray inset;*/
}

    input[type='radio']:hover {
        box-shadow: 0 0 5px 0px #b9aaee inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type='radio']:checked:before {
        background: #957fe6;
    }

input[type="radio"]:focus, input[type="checkbox"]:focus {
   /* outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;*/
    outline-offset: -2px;
    outline:none !important;
}

.checkboxCustom25 input[type=checkbox] {
    height: 20px !important;
    width: 20px !important;
}


.spacedRows .row {
    margin-bottom: 5px !important;
}

a {
    color: #3a4dad;
}

.hyperlinkRed {
    color: red !important;
}

.verticalText {
    display: block;
    /*height:128px;
 width:128px;*/
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


/*wrap button text*/
.btn {
    white-space: normal !important;
}


.divBackgroundImage {
    background-image: url(/Images/Greenwich-Back2.png) !important;
    background-repeat: no-repeat;
}

.divBackgroundSafety {
    background-image: url(/Images/Safety-pic.jpg) !important;
    background-repeat: no-repeat;
}

.opacity {
    opacity: 0.9; /* Opacity for Modern Browsers */
    filter: alpha(opacity=50); /* Opacity for IE8 and lower */
}

.border-black {
    border-color: black !important;
    border-bottom-style: solid !important;
    border-width: 1px !important;
}

.border-gray {
    border-color: gray !important;
    border-bottom-style: solid !important;
    border-width: 1px !important;
}

.chart-legend-box {
    background-color: rgb(177, 18, 18);
    height: 14px;
    width: 15px;
    float: left;
    margin: 2px 4px;
}

.chart-legend-li {
    list-style-type: none;
    float: left;
    margin: 2px 5px;
}

.nav-pills > a {
    text-decoration: none;
}

#IndicatorLookupDetailTabs a.btn-info {
    width: auto !important;
}

.padding-bottom-3px {
    padding-bottom: 3px !important;
}

.padding-top-50px {
    padding-top: 50px;
}

.padding-top-100px {
    padding-top: 100px;
}

.padding-top-150px {
    padding-top: 150px;
}


.voffset2 {
    margin-top: 2px;
}

.voffset5 {
    margin-top: 5px;
}

.voffset10 {
    margin-top: 10px;
}

.voffset15 {
    margin-top: 15px;
}

.voffset30 {
    margin-top: 30px;
}

.voffset40 {
    margin-top: 40px;
}

.voffset60 {
    margin-top: 60px;
}

.voffset80 {
    margin-top: 80px;
}

.voffset90 {
    margin-top: 90px;
}

.voffset100 {
    margin-top: 100px;
}

.voffset150 {
    margin-top: 150px;
}


.btn-bundle {
    margin-top: 1.4em;
    width: 135px;
}

.DashTileAreaBlue250 {
    padding: 10px;
    margin: 5px;
    border: 1px solid #3333FF;
    min-height: 160px;
    max-width: 250px;
    min-width: 250px;
    align-content: center !important;
}

.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 11px;
    color: black;
    text-align: center;
    background: #000;
    font-weight: bold;
    vertical-align: middle;
    line-height: 2.3em;
    float: left;
    margin: 1em;
}

.circle-disabled {
    background-color: gainsboro;
    color: gray;
}

.red-circle {
    background-color: red;
    color: white;
}

.amber-circle {
    background-color: #ee7a3f;
    color: white;
}

.green-circle {
    background-color: darkgreen;
    color: white;
}

.notrated-circle {
    background-color: #00f;
    color: white;
}

.square {
    width: 35px;
    height: 25px;
    border-radius: 1%;
    font-size: 11px;
    color: black;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    line-height: 2.2em;
    margin: 5px;
    float: left;
    margin: 1.3em;
}

.square-disabled {
    border-color: gainsboro;
    border-width: thin;
    border-style: solid;
}

.done-square {
    border-color: darkgreen;
    border-width: thin;
    border-style: solid;
}

.due-square {
    border-color: purple;
    border-width: thin;
    border-style: solid;
}

.notdone-square {
    border-color: red;
    border-width: thin;
    border-style: solid;
    background-color: red;
    color: white;
}

.tbl-rating-margin .circle {
    margin: 0.2em;
}

.font15Blue {
    font-size: 15px !important;
    color: darkblue;
    margin: 3px;
}

.font15BlackBlock {
    font-size: 15px !important;
    color: #000;
    margin: 3px;
    margin: 10px 16px;
}

.font15White {
    font-size: 15px !important;
    color: white;
    margin: 3px;
}

.font15Red {
    font-size: 15px !important;
    color: red;
    margin: 3px;
}

.font15Black {
    font-size: 15px !important;
    color: #000;
    margin: 3px;
}

.font20Red {
    font-size: 20px !important;
    color: red;
    margin: 3px;
}

.font18Red {
    font-size: 18px !important;
    color: red;
    margin: 3px;
}

.font14Red {
    font-size: 14px !important;
    color: red;
    margin: 3px;
}

.font20Green {
    font-size: 20px !important;
    color: darkgreen;
    margin: 3px;
}

.font20Orange {
    font-size: 20px !important;
    color: darkorange;
    margin: 3px;
}

.font20Blue {
    font-size: 20px !important;
    color: darkblue;
    margin: 3px;
}

.font20Black {
    font-size: 20px !important;
    color: #000;
    margin: 3px;
}

.font20White {
    font-size: 20px !important;
    color: #fff;
    margin: 3px;
}

.font18Black {
    font-size: 18px !important;
    color: #000 !important;
    margin: 3px;
}

.font15Green {
    font-size: 15px !important;
    color: darkgreen;
    margin: 3px;
}

.font24BlueUnderline {
    font-size: 20px !important;
    color: darkblue;
    margin: 2px;
    text-decoration: underline;
}

.font20Purple {
    font-size: 20px !important;
    color: purple;
    margin: 3px;
}

.font30 {
    font-size: 30px !important;
    margin: 5px;
}

.font50 {
    font-size: 50px !important;
    margin: 5px;
}

.backgroundDarkGreen {
    background-color: darkgreen !important;
}

.backgroundGreen {
    background-color: #5bce5b !important;
}

.backgroundYellow {
    background-color: rgb(249, 254, 135) !important;
}

.backgroundOrange {
    background-color: #ff8939 !important;
}

.backgroundRed {
    background-color: #f70a0a !important;
}

.borderGrey1px {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: grey !important;
}

.likelyhood-riskmatrix .backgroundRed {
    background-color: #fa0707 !important;
    color: #ffffff;
}

.backgroundBlack {
    background-color: black !important;
}

.backgroundGrey {
    background-color: Grey !important;
}

.backgroundDarkBlue {
    background-color: #005EB8 !important;
}

.no-text-decoration {
    text-decoration: none !important;
}

.divHeight30px {
    height: 30px !important;
}

.divHeight50px {
    height: 50px !important;
}

.divHeight100px {
    height: 100px !important;
}

.divHeight150px {
    height: 150px !important;
}

.divHeight200px {
    height: 200px !important;
}

.divHeight250px {
    height: 250px !important;
}

.divHeight300px {
    height: 300px !important;
}

.border-success {
    border: 1px solid #58ba58 !important;
    padding: 3px !important;
}

.border-warning {
    border: 2px solid #f1700b !important;
}

.border-danger {
    border: 2px solid red !important;
}

.border-info {
    border: 2px solid #029acf !important;
}

.border-leftDefault30 {
    border: 1px solid gray;
    border-left: 30px solid #dddddd !important;
}

.border-leftDarkBlue30 {
    border: 1px solid gray;
    border-left: 30px solid #00008b !important;
}

.border-leftPrimary30 {
    border: 1px solid gray;
    border-left: 30px solid #d9230f !important;
}

.border-leftSucess30 {
    border: 1px solid gray;
    border-left: 30px solid #469408 !important;
}

.border-leftInfo30 {
    border: 1px solid gray;
    border-left: 30px solid #029acf !important;
}

.border-leftWarning30 {
    border: 1px solid gray;
    border-left: 30px solid #9b479f !important;
}

.border-leftDanger30 {
    border: 1px solid gray;
    border-left: 30px solid #f1700b !important;
}

.border-leftMustard30 {
    border: 1px solid gray;
    border-left: 30px solid #cab207 !important;
}

.border-leftSand30 {
    border: 1px solid gray;
    border-left: 30px solid #c48254 !important;
}

.LinkWhiteNoUnderline {
    color: white;
    text-decoration: none;
}

.LinkSandNoUnderline {
    color: rgb(196, 130, 84);
    text-decoration: none;
}

.LinkMustardNoUnderline {
    color: rgb(202, 178, 7);
    text-decoration: none;
}

.LinkPurpleNoUnderline {
    color: purple;
    text-decoration: none;
}

.LinkGreenNoUnderline {
    color: #469408;
    text-decoration: none;
}

.LinkRedNoUnderline {
    color: red;
    text-decoration: none;
}

.LinkDarkBlueNoUnderline {
    color: darkblue;
    text-decoration: none;
}

.LinkDarkGreyNoUnderline {
    color: grey;
    text-decoration: none;
}

.LinkDarkOrangeNoUnderline {
    color: darkorange;
    text-decoration: none;
}

.LinkInfoNoUnderline {
    color: #029acf;
    text-decoration: none;
}

.panel-footer-buttons {
    width: 120px;
    margin: 10px;
}

.risk-panel-headers {
    font-size: 25px;
}


.risk-register-matrix-parent {
    width: 100%;
    border: 2px solid #029acf;
    padding: 15px 10px;
}


.risk-register-matrix {
    width: 100%;
}

    .risk-register-matrix .main-label {
        font-size: 25px;
        color: #c32222;
    }

    .risk-register-matrix td {
        width: 40px !important;
        padding: 2px !important;
        text-align: center;
        border: none !important;
        vertical-align: middle !important;
    }

    .risk-register-matrix .row-header-labels {
        width: 100px !important;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
        color: #338dac;
    }

    .risk-register-matrix .legendary-labels {
        font-size: 20px;
        font-weight: bold;
    }

    .risk-register-matrix .col-header-labels td {
        width: 100px !important;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
        color: #338dac;
    }

    .risk-register-matrix .backgroundGreen, .risk-register-matrix .backgroundRed, .risk-register-matrix .backgroundOrange, .risk-register-matrix .backgroundYellow {
        width: 40px !important;
        height: 40px !important;
        color: black;
    }

.vertical-text {
    transform: rotate(270deg);
    margin: auto;
    font-weight: bold;
}

.risk-page-header {
    font-size: 18px;
}

.risk-page-primary {
    background-color: #d2d2d2;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    clear: both;
    margin-bottom: 25px;
    border-radius: 3px;
}

.risk-details-form .control-label {
    color: black;
    display: inline-block;
    margin-left: 5px;
}

.risk-matrix-data {
}

.risk-data-labels {
    margin-top: 30px;
}

.risk-matrix-pickbutton {
    margin-top: 20px;
    width: 70px;
}

.risk-field-row {
    margin: 5px;
}

    .risk-field-row .col-sm-2 {
        /*margin-top: 10px!important;*/
    }

.risk-details-pending {
    /*background-color: #efd9c0;*/
}

.risk-details-success {
    /*background-color: #ecffec;*/
}

.risk-dashboard-grid th {
    color: white !important;
}

.risk-dash-actions a {
    float: left;
    width: 25px !important;
}

.risk-dash-actions img {
    float: left;
    width: 24px;
}

.Height100 {
    height: 100px !important;
}

.Height60 {
    height: 60px !important;
}

.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
    text-align: left;
    vertical-align: bottom;
}

.GridviewScrollItem TD {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    height: 200px;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

    .GridviewScrollPager TD {
        padding-top: 3px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridviewScrollPager A {
        color: #666666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: bold;
    }

.imgHW14 {
    height: 16px !important;
    width: 16px !important;
}

.imgHW24 {
    height: 24px !important;
    width: 24px !important;
    margin-left: 2px;
}

.textWhite {
    color: white !important;
    margin: 1px;
    /*padding: 3px;*/
}

.textWhiteBackDarkGreen {
    background-color: darkgreen;
    color: white;
    margin: 1px;
    /*padding: 3px;*/
}

.textWhiteBackDarkRed {
    background-color: darkred;
    color: white;
    margin: 1px;
    /*padding: 3px;*/
}

.textWhiteBackDarkBlue {
    background-color: darkBlue;
    color: white;
    margin: 1px;
    /*padding: 3px;*/
}

.textWhiteBackBlack {
    background-color: black;
    color: white;
    margin: 1px;
    /*padding: 3px;*/
}

.textPadDarkBlue {
    padding: 3px;
    color: blue;
    margin: 1px;
    /*font-size: medium;*/
}

.textPadRed {
    padding: 3px;
    color: red;
    margin: 1px;
    /*font-size: medium;*/
}

.gridlistpattern-listbox {
    border: 1px solid #7318b3;
}

.gridlistpattern-title {
    font-size: 20px;
    background-color: #440a44;
    color: white;
    padding: 10px;
    margin-top: 20px;
}

.gridlistpattern-listbox h4 {
    background-color: #6f3472;
    color: white;
    clear: both;
    padding: 10px;
    margin-top: 20px;
}

.div-chartholder {
    border: 1px solid #9b479f;
    margin: 10px;
    padding: 10px;
    background-color: #f1f1f1;
}

span.checkbox-inline input[type=checkbox] {
    margin-top: 3px !important;
}

span.checkbox-inline {
    padding: 3px !important;
    margin-left: 5px !important;
}

.pCheck label {
    display: inline-block;
    margin: 5px !important;
}

.task-plan-title {
    background-color: #fff4e0;
    padding: 8px 8px;
    border: 1px solid #d8eaf1;
    font-size: 22px;
}

.task-plan-popup-header {
    background-color: white;
    padding: 8px 8px;
    border: 1px solid #d8eaf1;
    /*margin: 0 -14px !important;*/
}

.task-plan-popup-close {
    display: inline-block;
    margin: 14px;
    border: 1px solid;
    padding: 5px 10px;
    background-color: #8c3282;
    border: 1px solid #170f0f;
    color: white;
    text-align: center;
    float: right;
    text-decoration: none;
}

    .task-plan-popup-close:hover {
        text-decoration: underline;
        color: white;
    }

.task-plan-buttons {
    width: 120px;
    border-radius: 0px;
}

.task-plan-submit-buttons {
    margin: 4px;
    float: right;
    margin: 12px;
}

.task-plan-popup-container {
    min-height: 300px;
    background-color: white;
    border: 1px solid;
}

.task-self-assign-link {
    color: #029acf !important;
    cursor: pointer;
    font-weight: bold;
    background-color: #eee;
    padding: 2px 5px;
    border: 1px solid #797979;
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 10px;
}

a.chosen-single {
    width: 100% !important;
}

.chosen-container .chosen-choices {
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: black;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd !important;
    border-radius: 4px !important;
}

.table-bordered .chosen-container {
    width: 100% !important;
}

    .table-bordered .chosen-container a {
        border-radius: 2px;
    }

.minwidth80 {
    min-width: 80px;
}

.minwidth120 {
    min-width: 120px;
}

.record-headersYellow {
    background-color: #f6ffa8;
    color: #000;
    border: 1px solid #d0f0fb;
    margin: 4px 2px;
    font-size: 2em;
    padding: 4px 5px;
}

.incident-record-headers {
    background-color: #f1f8ff;
    color: #000;
    border: 1px solid #d0f0fb;
    margin: 4px 2px;
    font-size: 24px;
    padding: 2px 10px;
}

.incident-record-headersYellow {
    background-color: #f6ffa8;
    color: #000;
    border: 1px solid #d0f0fb;
    margin: 4px 2px;
    font-size: 2em;
    padding: 4px 10px;
}

.likelyhood-riskmatrix td {
    padding: 0px !important;
}

.likelyhood-riskmatrix-bgdiv {
    height: 100%;
    width: 100%;
    padding: 2px;
}


.MarginRight10 {
    margin-right: 10px;
}

/*Incidents*/
.incident-impact-conseq-linktable {
    width: 100%;
}

    .incident-impact-conseq-linktable input[type=radio] {
        width: 100%;
        height: 20px;
    }


.likelyhood-riskmatrix-combined {
    width: 100%;
}

    .likelyhood-riskmatrix-combined input[type=radio] {
        width: 20px;
        height: 20px;
    }

input[type=image] {
    cursor: pointer;
}

.incident-impact-conseq-linktable th {
    background-color: #c8f5c8;
}


/*Schools*/
.session-response-restraintdata {
    padding: 0;
}

    .session-response-restraintdata input::-webkit-input-placeholder {
        color: #999 !important;
    }

    .session-response-restraintdata input:-ms-input-placeholder {
        color: #999 !important;
    }

#Class .chosen-container {
    max-width: 300px;
}

.session-notes-text {
    min-width: 250px;
}

#ChkAuditReason {
    width: 100% !important;
}

table.fullwidthchklist {
    width: 100% !important;
    margin-bottom: 2px!important;
}

.fullwidthchklist td {
    border-top: none !important;
}

.div-doc-record-info, .div-doc-record-info-na {
    width: 100% !important;
}

.mortality-title {
    background-color: #5d025d;
    padding: 8px 8px;
    border: 1px solid #d8eaf1;
    font-size: 24px;
    color: white;
}

.mortality-subtitle {
    background-color: #ecf9e2;
    color: #000;
    border: 1px solid #d0f0fb;
    margin: 4px 2px;
    font-size: 16px;
    padding: 6px 10px;
}

.guidance-bundle-alert-grid {
    height: 90% !important;
    max-height: 450px;
    overflow-y: scroll;
}

    .guidance-bundle-alert-grid th {
        max-height: 30px !important;
    }

.guidance-popup-close {
    background-color: black;
    padding: 3px 4px;
    text-align: center;
    float: right;
    color: white;
    border-radius: 5px;
    border: 1px solid #999;
}

.guidance-gapplus-alertslink {
    background-color: darkred;
    color: white;
    margin: 1px;
    padding: 2px 5px;
    font-size: 14px;
}

    .guidance-gapplus-alertslink:hover {
        color: white;
    }

.btn-180w {
    width: 180px !important;
}

.btn-120w {
    width: 120px !important;
}

.link-show-more-less {
    position: absolute;
    margin-top: -12px;
    cursor: pointer;
    width: 120px;
    background-color: gainsboro;
    text-align: center;
    color: #843f3f;
}

.domain-mail-manager-pane a {
    /*color: white !important;*/
}

.btn-tabs-selected {
    border: 3px solid #d5811f;
}

.ajax__calendar {
    z-index: 100000;
}

.classmateplus .row {
    margin-top: 5px;
}

.imageSize24 {
    height: 24px;
    width: 24px;
}

.btnBlue {
    color: #ffffff;
    background-color: #2780e3 !important;
    border-color: #2780e3 !important;
}

.btnYellow {
    color: black;
    background-color: yellow !important;
    border-color: yellow !important;
}

.task-plan-h2 {
    background-color: #800080 !important;
    color: white !important;
    margin: 4px 2px;
    font-size: 26px;
    padding: 10px;
}

.task-plan-h3 {
    background-color: #800080 !important;
    color: white !important;
    margin: 4px 2px;
    font-size: 20px;
    padding: 8px;
}

.task-plan-h2-blue {
    background-color: #029acf !important;
    color: #ffffff !important;
    margin: 4px 2px;
    font-size: 26px;
    padding: 10px;
}

.btn-plan-tasks-change {
    width: 200px;
    font-size: 15px;
}

.btn-task-plan-add {
    height: 36px;
    width: 36px;
}

.risk-btn-primary {
    width: 100px;
    margin: 6px;
}

.small-notes {
    font-size: 14px;
    color: #093a6e;
}

/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
    opacity: 0;
}

    .badgebox + .badge {
        /* Move the check mark away when unchecked */
        text-indent: -999999px;
        /* Makes the badge's width stay the same checked and unchecked */
        width: 27px;
    }

    .badgebox:focus + .badge {
        /* Set something to make the badge looks focused */
        /* This really depends on the application, in my case it was: */
        /* Adding a light border */
        box-shadow: inset 0px 0px 5px;
        /* Taking the difference out of the padding */
    }

    .badgebox:checked + .badge {
        /* Move the check mark back when checked */
        text-indent: 0;
    }

.success-page-message {
    padding: 5px 10px !important;
    background-color: #dff5f3;
}

.txtBoxHeight150 {
    height: 150px !important;
}

.risk-report-headers {
    background-color: #257cff !important;
    padding: 5px !important;
    border-radius: 2px;
    color: white;
    font-size: 20px !important;
    width: 100%;
    clear: both;
}

.risk-report-auditbar {
    background-color: #e6e6e6;
    padding: 4px 2px;
    width: 100%;
}

.risk-report-info-box {
    padding: 4px;
    margin: 1px 3px;
    border: 1px solid #b8cce1;
    height: 120px;
}

    .risk-report-info-box span {
        padding: 8px 2px;
    }

.risk-report-info-rbox {
    padding: 4px;
    border: 1px solid #b8cce1;
    height: 120px;
}

    .risk-report-info-rbox span {
        height: 68px;
    }

#divIsThisARiskBlock .RadioButtonList td {
    padding: 10px 20px;
}

.info-link-label {
    color: #0e82c5;
    cursor: help;
    font-size: 13px;
    text-decoration: underline;
}

.pcoded-submenu li {
    list-style-type: none;
}


.bg-layout {
    background-color: whitesmoke !important;
    color: #000 !important;
}

tr.bg-layout:hover {
    background-color: #eee !important;
}
/*LAYOUT TABLE*/
.table-layout {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d6d6;
}

    .table-layout tbody tr {
        padding: 1px 2px;
    }

        .table-layout tbody tr td {
            padding: 1px 2px;
            border: 1px solid #d9d6d6;
        }

    .table-layout tbody th {
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        color: #000 !important;
        border: 1px solid #d9d6d6;
    }

        .table-layout tbody th img {
            height: 22px;
            width: 24px;
        }

        .table-layout tbody th input[type=image] {
            height: 22px;
            width: 24px;
        }
/*LAYOUT POPUP*/
.layout-toolbox {
    padding: 0px;
}

    .layout-toolbox .panel-heading {
        margin: 0px;
        padding: 8px;
        background-color: #0e2d38;
        color: white;
        font-size: 18px;
    }

    .layout-toolbox .panel-body {
        padding: 10px;
    }

    .layout-toolbox .panel-heading a {
        font-size: 14px;
        text-transform: uppercase;
        color: #56cabf;
        font-weight: bold;
    }

.layout-toolbox-btn {
    margin: 10px 0px;
    float: right;
}

.layout-page-title {
    font-size: 20px !important;
    margin: 5px 10px;
    text-transform: uppercase;
}

    .layout-page-title span {
        font-size: 13px !important;
    }

    .layout-page-title a {
        float: right;
    }

    .layout-page-title input[type=submit] {
        float: right;
    }

.layout-org-combo a {
    padding-top: 0px !important;
    font-size: 12px;
    color: #e84429;
}

    .layout-org-combo a span {
        padding-top: 0px !important;
        font-size: 12px;
        color: #e84429;
    }

.layout-block-title {
    background-color: #e4f1ff;
    color: #000;
    font-size: 20px !important;
    padding: 2px 10px;
    width: 100%;
    display: inline-table;
}

.layout-bg-yellow {
    background-color: yellow !important;
}

.layout-block-title span {
    color: #000 !important;
}

.layout-form .control-label {
    padding: 1.3% 2%;
}

.layout-info-brick {
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
    border: 1px solid;
    padding: 15px 30px;
    border-color: purple;
    color: purple;
}

.layout-v-adjust {
    margin-top: 6%;
}

.div-margin-box-min {
    border: 1px solid #CCCCCC;
    padding: 2px 4px;
    margin: 2px;
    min-height: 100px !important;
}

.risk-record-wrapper {
}

.risk-record-headers {
    background-color: #f1f8ff;
    color: #000;
    border: 1px solid #d0f0fb;
    margin: 4px 2px;
    font-size: 24px;
    padding: 2px 10px;
}

    .risk-record-headers h3 {
        margin: 3px 2px;
        font-size: 18px;
    }

.risk-record-headers-title {
    font-size: 18px;
    width: 17%;
    float: left;
}

.risk-record-headers-title-40 {
    font-size: 18px;
    float: left;
    width: 40%;
}

.risk-record-headers-subtitle {
    font-size: 14px;
    color: #797777;
    width: 80%;
    float: left;
}

.risk-record-headers-subtitle-55 {
    font-size: 14px;
    color: #797777;
    width: 55%;
    float: left;
}

.risk-record-block .alert {
    margin-bottom: 0px !important;
    padding: 8px;
}

.risk-highlight-block {
    background-color: #f7f5f5;
    padding: 5px 0px;
    border: 1px solid #fbdfdf;
}

.backgroundDarkYellow {
    background-color: #ffec98 !important;
}

.table table {
    width: 100%;
}

.layout-table label {
    font-size: 14px;
}

.layout-popup-closex {
    display: inline-block;
    width: 30px;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #b0e5ff !important;
    border: 1px solid #2b7792;
    text-align: center;
    float: right;
}

.pcoded-inner-content hr {
    border: none !important;
}

.bold label {
    font-weight: bold;
}

.width120px {
    width: 120px !important;
}

.risk-report .risk-report-label {
    font-weight: bold;
    min-width: 15%;
    margin: 2px 10px;
}

.risk-report .risk-report-value {
    margin: 5px;
}

.complaints-detail-content {
    margin-left: -5px;
}

    .complaints-detail-content .form-control {
        /*height: 90%;*/
    }

    .complaints-detail-content .col-sm-2 > label {
        margin-top: 10px;
    }

.layout-block-title-wrapper {
    width: 100%;
    border: 2px solid #5e9dca;
    clear: both;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

.layout-block-title {
    background-color: #e4f1ff;
    color: #000;
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
}

.layout-block-subtitle {
    margin: 4px 16px;
    font-size: 20px;
    color: #000;
}

.layout-alert-comm-dropdown {
    height: 40px !important;
    font-size: 14px !important;
}

.incident-content-wrapper .field-label {
    margin: 10px 8px;
}

.incident-content-wrapper .form-control {
    margin-bottom: 5px;
}

.layout-block-title-wrapper .form-control {
    margin-bottom: 8px;
}

.layout-block-title-wrapper .field-label {
    margin: 10px 8px;
}

.row-extra-bottommargin {
    margin-bottom: 3px;
}

.bg-success-light {
    background-color: #b8f5c6 !important;
}

.layout-block-title-wrapper .alert {
    padding: 0px;
}

.layout-top-padding5px {
    padding-top: 5px;
}

.font20px {
    font-size: 22px !important;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.risk-guidance-block {
    /*font-size: 120%;*/
}

.m10 {
    margin: 10px;
}
.m20 {
    margin: 20px;
}
.m5 {
    margin: 5px;
}

.w250px {
    width: 250px;
}

.content-strikedout {
    text-decoration: line-through;
    margin-right: 10px;
}

.CentreFontAwsome {
    display: block;
    padding: 0;
    width: max-content;
    margin: auto;
}

}

.baf-arrows {
    background-color: white;
    padding: 1px 4px;
    font-size: 16px;
    margin: 2px;
}

.font-red {
    color: #ff0000;
}

.font-green {
    color: #359e35;
}

.font-blue {
    color: #4d79ff;
}

.layout-block-title-wrapper-clear .layout-block-title-wrapper {
    border: none;
}

.qc-answer-options {
    margin-left: -8px;
    margin-top: 4px;
}

    .qc-answer-options td {
        border: none !important;
    }

    .qc-answer-options input {
        margin: 0px 5px !important;
    }

.qc-label {
    font-weight: bold;
}

.qz-noborder tbody tr td {
    border: 0px;
}

}

.layout-popup-closex {
    float: right;
}

textarea {
    resize: both;
}

.layout-block-title-paleGreen {
    background-color: #01ab97 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
}

.layout-block-title-wrapper-paleGreen {
    width: 100%;
    border: 2px solid #01ab97;
    clear: both;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

.layout-block-title-wrapper-paleGreen .btn-warning {
        background: #01ab97;
        color: white;
    }

.layout-block-title-paleGreen span {
    color: #fff !important;
}

.layout-block-title-paleGreen .fa-times {
    color: white;
    font-size: 22px;
}

.fa-user-circle-o {
    color: #01ab97;
}

.no-topmargin {
    margin-top: 0 !important;
}
.tab-assessment {
    margin-top: 10px;
}
    .tab-assessment .tab-assessment-btn {
        color: #01ab97;
        padding: 4px 10px;
        border: 1px solid;
    }
.div-maxheight-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.div-maxheight-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.div-maxheight-700 {
    max-height: 700px;
    overflow-y: scroll;
}

.no-overflowing-labels label{
    max-width: 300px;
    white-space: pre-wrap;
}
.guidance-info {
    border: 1px solid #957fe6;
    padding: 10px;
    margin: 5px;
    background-color: #f8f5ff;
}
.cursor-clickable {
    cursor: pointer;
}

.dx-dashboard-title-toolbar .dx-button-text, .dx-dashboard-title-toolbar .dx-toolbar-item {
    font-size: 20px;
    font-weight: 600;
}

.link-NoDecoration {
    text-decoration: none !important;
 }

.dxGridButton {
    color: #957fe6 !important;
}

    .dxGridButton:hover {
        color: #b9aaee !important;
        text-decoration: none;
    }

.dxGridButtonOutline {
    border: solid !important;
    padding: 4px !important;
    border-radius: 5px !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;
}

.panel-title {
    background-color: #edeafb;
    border-color: #edeafb;
}

.panel-bg-lightvt {
    background-color: #f3f2fb;
}

.lbl-smoking-report-filters {
    padding: 10px 12px;
    text-align: right;
    font-weight:bold;
}