﻿/* HTML Elements*/
body {
    font-family: "Alliance", Arial, sans-serif;
    font-size: 13px;
    background-color: #eae9e9;
}

h1, p, a {
    font-family: "Alliance", Arial, sans-serif;
}

h1 {      
    letter-spacing: 1px;
    margin: 0;
}

hr {
    background-color: #d5d5d5;
    border: 0;
    height: 1px;
    margin: 10px 0 10px 0;
}

p {
    color: black;    
    font-size: 12px;
    margin: 0;
}

a {
    color: blue;
    font-size: 11px;
    text-decoration: underline;    
}

a:visited, a:hover, a:active, a:focus
{ 
    color: blue;
} 

a.white-text:visited, a.white-text:active, a.white-text:focus {
    color: #ffffff;
}

i{
    font-style: normal;    
}

select {
    padding: 5px;
    height: 30px;
}

select:focus, select:focus-visible {
    border: 2px solid var(--primary);
    outline: none;
}

select option:checked {
    background-color: var(--primary);
}

.input-group-addon {
    height: inherit !important;
}

header {
    padding: 10px;
    /*background-image: linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242));*/
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #9a9a9a;
}

#header {
    min-height: 80px;
}

.icon-menu {
    color: var(--primary);
}

.feedback-container{
    position: fixed !important; 
    left: -120px !important; 
    top: 40% !important; 
    z-index: 9999999;
    height: 175px;    
}

.feedback-header{        
    width: 30px; 
    height: 175px;
    float: right;
    border-top: 1px solid #419cb0; 
    border-right: 1px solid #419cb0; 
    border-bottom: 1px solid #419cb0;
    cursor: pointer;
}

.feedback-content{
    background-color: #808080;     
    width: 120px;     
    height: 175px;        
    float: left;
    border-top: 1px solid #419cb0; 
    border-bottom: 1px solid #419cb0;     
}

.dashboardTileHeader{
    background-color: #dddddd;     
    font-size: 10px; 
}

.footer { 
    min-height: 40px;    
    padding: 14px 15px 15px;   
}

#loadingDialog{
    z-index: 9999999999;
    outline: none;
}

.pointerHand{
    cursor: pointer;
}

.noUnderline{
    text-decoration: none !important;
}

/* Fonts */
.x-large {
    font-size: 2.1em;
}

.midi-large {
    font-size: 1.6em;
}

.large {
    font-size: 1.4em;
}

.medium {
    font-size: 1.2em;
}

.small-medium {
    font-size: 1em;
}

.text-tile-icon {
    font-size: 55px;
}

.extra-large-text-tile-icon {
    font-size: 70px;
}

.text-left {
    text-align: left;
}

.text-center {
    margin: 0 auto; 
    text-align: center;
}

.text-right {
    text-align: right;
}

.vertical-text {
    transform:rotate(90deg);
    -ms-transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-size:16px;
	font-weight:normal;
}

/* Shadows and Corners*/
.shadow {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    box-shadow: 0px 3px 10px 3px #a0a2a5;
    position: relative;
}

.shadow-btm {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    box-shadow: 0px 3px 10px 3px #b9b9b9;
}

.shadow-btn {
    box-shadow: 0 1px 1px 1px #d9d9d9;
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    position: relative;
}

.rounded-top-left {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-top-left-radius: 4px !important;	
}

.rounded-top-right {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-top-right-radius: 4px !important;	
}

.rounded-bottom-left {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-bottom-left-radius: 4px !important;	
}

.rounded-bottom-right {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-bottom-right-radius: 4px !important;	
}

.rounded-all {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-radius: 4px !important;	
}

.rounded-none {
    behavior: url("https://www.noviaonline.co.uk/ExternalMI/Content/pie/PIE.htc");
    border-radius: 0;
}

/* Elements */
.error {
    background-color: var(--error);
    border: none;
    padding: 5px 10px;
    margin-top: 10px;
    width: 100%;
}

.feature {
    padding: 0 0 5px 0;
}

.feature .header {
    padding: 8px 10px 8px 10px;    
}

.feature .area {
	padding: 15px 15px 15px 15px;
}

.mainBody {
    padding: 20px 5px 20px 5px;
}

.fullWidth{
    width: 100%;
}

.width-98{
    width: 98%;
}

.mainMenu{
    width: auto;
}

    .mainMenu a{
        background-color: #f7f7f7;
    }

.disabled-text{
    border: 0;
}

.no-decoration{
    text-decoration: none;
}

.no-border{
    border: 0;
}

.no-scroll{
    overflow:hidden;
}

.bold{
    font-weight: bold;
}

/*  Positioning */
.inline {
    display: inline;
}

.block {
    display: block;
}

.absolute {
    position: absolute;
    left:  50%
}

.inline-block {
    display: inline-block;
}

.vertical-align-middle {
    vertical-align: middle;
}

.relative {
    position: relative;
}


/* Utility Classes */
.offset-left-5{
    left: 5px;
}

.pd-clear {
    padding: 0;
}

.pd-all-1{
    padding: 1px;
}

.pd-all-2{
    padding: 2px;
}

.pd-all-3{
    padding: 3px;
}

.pd-all-4{
    padding: 4px;
}

.pd-all-5{
    padding: 5px;
}

.pd-clear-top{
    padding: 0 inherit  inherit inherit;
}

.pd-clear-right{
    padding: inherit 0 inherit inherit;
}

.pd-clear-bottom{
    padding: inherit inherit 0 inherit;
}

.pd-clear-left{
    padding: inherit inherit inherit 0;
}

.pd-top-1 {
    position: relative; 
    top: 1px;
}

.pd-top-2 {
    position: relative; 
    top: 2px;
}

.pd-top-3 {
    position: relative; 
    top: 3px;
}

.pd-top-4 {
    position: relative; 
    top: 4px;
}

.pd-top-5 {
    position: relative; 
    top: 5px;
}

.pd-top-6 {
    position: relative; 
    top: 6px;
}

.pd-top-7 {
    position: relative; 
    top: 7px;
}

.pd-top-8 {
    position: relative; 
    top: 8px;
}

.pd-top-9 {
    position: relative; 
    top: 9px;
}

.pd-top-10 {
    position: relative; 
    top: 10px;
}

.pd-top-11 {
    position: relative; 
    top: 11px;
}

.pd-top-12 {
    position: relative; 
    top: 12px;
}

.pd-top-13 {
    position: relative; 
    top: 13px;
}

.pd-top-14 {
    position: relative; 
    top: 14px;
}

.pd-top-15 {
    position: relative; 
    top: 15px;
}

.pd-top-16 {
    position: relative; 
    top: 16px;
}

.pd-top-17 {
    position: relative; 
    top: 16px;
}

.pd-top-16 {
    position: relative; 
    top: 17px;
}

.pd-top-18 {
    position: relative; 
    top: 16px;
}

.pd-top-19 {
    position: relative; 
    top: 19px;
}

.pd-top-20 {
    position: relative; 
    top: 20px;
}

.pd-top-25 {
    position: relative;
    top: 25px;
}

.pd-top-35 {
    position: relative;
    top: 35px;
}

.pd-left-1 {
    position: relative; 
    padding-left: 1px;
}

.pd-left-2 {
    position: relative; 
    padding-left: 2px;
}

.pd-left-3 {
    position: relative; 
    padding-left: 3px;
}

.pd-left-4 {
    position: relative; 
    padding-left: 4px;
}

.pd-left-5 {
    position: relative; 
    padding-left: 5px;
}

.pd-left-6 {
    position: relative; 
    padding-left: 6px;
}

.pd-left-7 {
    position: relative; 
    padding-left: 7px;
}

.pd-left-8 {
    position: relative; 
    padding-left: 8px;
}

.pd-left-9 {
    position: relative; 
    padding-left: 9px;
}

.pd-left-10 {
    position: relative; 
    padding-left: 10px;
}

.pd-left-11 {
    position: relative; 
    padding-left: 11px;
}

.pd-left-12 {
    position: relative; 
    padding-left: 12px;
}

.pd-left-13 {
    position: relative; 
    padding-left: 13px;
}

.pd-left-14 {
    position: relative; 
    padding-left: 14px;
}

.pd-left-15 {
    position: relative; 
    padding-left: 15px;
}

.pd-left-16 {
    position: relative; 
    padding-left: 16px;
}

.pd-left-17 {
    position: relative; 
    padding-left: 16px;
}

.pd-left-16 {
    position: relative; 
    padding-left: 17px;
}

.pd-left-18 {
    position: relative; 
    padding-left: 16px;
}

.pd-left-19 {
    position: relative; 
    padding-left: 19px;
}

.pd-left-20 {
    position: relative; 
    padding-left: 20px;
}

.pd-right-0 {
    position: relative;
    padding-right: 0;
}

.pd-right-1 {
    position: relative; 
    padding-right: 1px;
}

.pd-right-2 {
    position: relative; 
    padding-right: 2px;
}

.pd-right-3 {
    position: relative; 
    padding-right: 3px;
}

.pd-right-4 {
    position: relative; 
    padding-right: 4px;
}

.pd-right-5 {
    position: relative; 
    padding-right: 5px;
}

.pd-right-6 {
    position: relative; 
    padding-right: 6px;
}

.pd-right-7 {
    position: relative; 
    padding-right: 7px;
}

.pd-right-8 {
    position: relative; 
    padding-right: 8px;
}

.pd-right-9 {
    position: relative; 
    padding-right: 9px;
}

.pd-right-10 {
    position: relative; 
    padding-right: 10px;
}

.pd-right-11 {
    position: relative; 
    padding-right: 11px;
}

.pd-right-12 {
    position: relative; 
    padding-right: 12px;
}

.pd-right-13 {
    position: relative; 
    padding-right: 13px;
}

.pd-right-14 {
    position: relative; 
    padding-right: 14px;
}

.pd-right-15 {
    position: relative; 
    padding-right: 15px;
}

.pd-right-16 {
    position: relative; 
    padding-right: 16px;
}

.pd-right-17 {
    position: relative; 
    padding-right: 16px;
}

.pd-right-16 {
    position: relative; 
    padding-right: 17px;
}

.pd-right-18 {
    position: relative; 
    padding-right: 16px;
}

.pd-right-19 {
    position: relative; 
    padding-right: 19px;
}

.pd-right-20 {
    position: relative; 
    padding-right: 20px;
}

.pd-bottom-1 {
    position: relative;
    padding-bottom: 1px;
}

.pd-bottom-2 {
    position: relative;
    padding-bottom: 2px;
}

.pd-bottom-3 {
    position: relative;
    padding-bottom: 3px;
}

.pd-bottom-4 {
    position: relative;
    padding-bottom: 4px;
}

.pd-bottom-5 {
    position: relative;
    padding-bottom: 5px;
}

.pd-bottom-6 {
    position: relative;
    padding-bottom: 6px;
}

.pd-bottom-7 {
    position: relative;
    padding-bottom: 7px;
}

.pd-bottom-8 {
    position: relative;
    padding-bottom: 8px;
}

.pd-bottom-9 {
    position: relative;
    padding-bottom: 9px;
}

.pd-bottom-10 {
    position: relative;
    padding-bottom: 10px;
}

.pd-bottom-11 {
    position: relative;
    padding-bottom: 11px;
}

.pd-bottom-12 {
    position: relative;
    padding-bottom: 12px;
}

.pd-bottom-13 {
    position: relative;
    padding-bottom: 13px;
}

.pd-bottom-14 {
    position: relative;
    padding-bottom: 14px;
}

.pd-bottom-15 {
    position: relative;
    padding-bottom: 15px;
}

.pd-bottom-16 {
    position: relative;
    padding-bottom: 16px;
}

.pd-bottom-17 {
    position: relative;
    padding-bottom: 17px;
}

.pd-bottom-18 {
    position: relative;
    padding-bottom: 18px;
}

.pd-bottom-19 {
    position: relative;
    padding-bottom: 19px;
}

.pd-bottom-20 {
    position: relative;
    padding-bottom: 20px;
}

.pd-bottom-30 {
    position: relative;
    padding-bottom: 30px;
    
}

.mg-clear {
    margin: 0;
}

.mg-left-1 {
    margin-left: 1px;
}

.mg-left-2 {
    margin-left: 2px;
}

.mg-left-3 {
    margin-left: 3px;
}

.mg-left-4 {
    margin-left: 4px;
}

.mg-left-5 {
    margin-left: 5px;
}

.mg-left-6 {
    margin-left: 6px;
}

.mg-left-7 {
    margin-left: 7px;
}

.mg-left-8 {
    margin-left: 8px;
}

.mg-left-9 {
    margin-left: 9px;
}

.mg-left-10 {
    margin-left: 10px;
}

.mg-left-11 {
    margin-left: 11px;
}

.mg-left-12 {
    margin-left: 12px;
}

.mg-left-13 {
    margin-left: 13px;
}

.mg-left-14 {
    margin-left: 14px;
}

.mg-left-15 {
    margin-left: 15px;
}

.mg-left-16 {
    margin-left: 16px;
}

.mg-left-17 {
    margin-left: 17px;
}

.mg-left-18 {
    margin-left: 18px;
}

.mg-left-19 {
    margin-left: 19px;
}

.mg-left-20 {
    margin-left: 20px;
}

.mg-right-0  {
    margin-right: 0;
}

.mg-right-1 {
    margin-right: 1px;
}

.mg-right-2 {
    margin-right: 2px;
}

.mg-right-3 {
    margin-right: 3px;
}

.mg-right-4 {
    margin-right: 4px;
}

.mg-right-5 {
    margin-right: 5px;
}

.mg-right-6 {
    margin-right: 6px;
}

.mg-right-7 {
    margin-right: 7px;
}

.mg-right-8 {
    margin-right: 8px;
}

.mg-right-9 {
    margin-right: 9px;
}

.mg-right-10 {
    margin-right: 10px;
}

.mg-right-11 {
    margin-right: 11px;
}

.mg-right-12 {
    margin-right: 12px;
}

.mg-right-13 {
    margin-right: 13px;
}

.mg-right-14 {
    margin-right: 14px;
}

.mg-right-15 {
    margin-right: 15px;
}

.mg-right-16 {
    margin-right: 16px;
}

.mg-right-17 {
    margin-right: 17px;
}

.mg-right-18 {
    margin-right: 18px;
}

.mg-right-19 {
    margin-right: 19px;
}

.mg-right-20 {
    margin-right: 20px;
}

.mg-right-21 {
    margin-right: 21px;
}

.mg-right-22 {
    margin-right: 22px;
}

.mg-right-23{
    margin-right: 23px;
}

.mg-right-24 {
    margin-right: 24px;
}

.mg-right-25 {
    margin-right: 25px;
}

.mg-right-30 {
    margin-right: 30px;
}

.mg-top-1 {
    margin-top: 1px;
}

.mg-top-2 {
    margin-top: 2px;
}

.mg-top-3 {
    margin-top: 3px;
}

.mg-top-4 {
    margin-top: 4px;
}

.mg-top-5 {
    margin-top: 5px;
}

.mg-top-6 {
    margin-top: 6px;
}

.mg-top-7 {
    margin-top: 7px;
}

.mg-top-8 {
    margin-top: 8px;
}

.mg-top-9 {
    margin-top: 9px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-11 {
    margin-top: 11px;
}

.mg-top-12 {
    margin-top: 12px;
}

.mg-top-13 {
    margin-top: 13px;
}

.mg-top-14 {
    margin-top: 14px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-16 {
    margin-top: 16px;
}

.mg-top-17 {
    margin-top: 17px;
}

.mg-top-18 {
    margin-top: 18px;
}

.mg-top-19 {
    margin-top: 19px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-21 {
    margin-top: 21px;
}

.mg-top-22 {
    margin-top: 22px;
}

.mg-top-23 {
    margin-top: 23px;
}

.mg-top-24 {
    margin-top: 24px;
}

.mg-top-25 {
    margin-top: 25px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-37 {
    margin-top: 37px;
}

.mg-top-38 {
    margin-top: 38px;
}

.mg-top-39 {
    margin-top: 39px;
}

.mg-top-40 {
    margin-top: 40px;
}


.mg-bottom-1 {
    margin-bottom: 1px;
}

.mg-bottom-2 {
    margin-bottom: 2px;
}

.mg-bottom-3 {
    margin-bottom: 3px;
}

.mg-bottom-4 {
    margin-bottom: 4px;
}

.mg-bottom-5 {
    margin-bottom: 5px;
}

.mg-bottom-6 {
    margin-bottom: 6px;
}

.mg-bottom-7 {
    margin-bottom: 7px;
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

.mg-bottom-9 {
    margin-bottom: 9px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-11 {
    margin-bottom: 11px;
}

.mg-bottom-12 {
    margin-bottom: 12px;
}

.mg-bottom-13 {
    margin-bottom: 13px;
}

.mg-bottom-14 {
    margin-bottom: 14px;
}

.mg-bottom-15 {
    margin-bottom: 15px;
}

.mg-bottom-16 {
    margin-bottom: 16px;
}

.mg-bottom-17 {
    margin-bottom: 17px;
}

.mg-bottom-18 {
    margin-bottom: 18px;
}

.mg-bottom-19 {
    margin-bottom: 19px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-53 {
    margin-bottom: 53px;
}

#groupSearch{
    height:10px;
    border-radius: 4px !important;
    padding: 3px 1px;
    width: 30px;
    background: var(--primary);
    border: none;
    font-size: 20px;
    color: black;
} 

#groupSearchText{
    height:28px; 
    font-family: Alliance; 
    font-size: 11px;
    padding: 4px 5px 5px 8px;
    margin-right: 15px;
}

 .search-input {
     display: flex;
     padding-right: 8px;
 }

.search{
    list-style: none;    
    position: fixed;    
    z-index: 99999999;     
    padding: 0;
    margin: 5px 0 0 0;
    border-left: 1px solid #cccccc;   
    border-right: 1px solid #cccccc;   
    border-bottom: 1px solid #cccccc;   
    width: 280px;   
}

    .search li:hover{
        background-color: var(--primary);
        width: 278px;        
    }

    .search li:hover a {
        color: black !important;
    }

.searchItem{
    background-color: #f7f7f7;
    border-top: 1px solid #cccccc;    
    padding: 2px 10px 2px 10px;
    width: 100%;
}

    .searchItem a{
        position: relative;
        text-decoration: none;
        width: 100%;
        color: blue !important;
    }

input[type=text]:not(.disabled-text):focus, input[type=password]:not(.disabled-text):focus, input[type=email]:not(.disabled-text):focus {
    border: 2px solid var(--primary);
}

input[type=text]:focus-visible, input[type=password]:focus-visible, input[type=email]:focus-visible {
    outline: none;
}

/* Media Queries */
@media screen and (min-width:0\0) { 
    input[type=text], input[type=password] {
        padding: 3px 5px 6px 5px;
    }

    #groupSearch{
        height:10px;
    } 

    #groupSearchText{
        height:29px; 
        font-family: Alliance; 
        font-size: 11px;
        padding: 4px 5px 5px 8px;
    }
}

@media (max-width: 768px) {
    .mg-top-37 {
        margin-top: 0;
    }
}

@media (max-width: 450px){
    .feature, .area {
	margin-bottom: 20px;
}
}

@media (max-width: 1311px) {
    .pd-right-0 {
        padding-right: 30px;
        position: relative;
    }
}

@media (min-width: 1250px) and (max-width: 1650px) {
    .overflow-auto {
    overflow: auto;
    }
}

@media (min-width: 1024px) {
    .overflow-auto {
        /*IE 9 specific bug fix for growing height on table mouseover*/
        min-height: 0%\9;

        overflow: auto;            
        
    }
}



[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: #fff;
    cursor: text;
}

.footer {
   padding: 14px 35px 15px;
   border-top: 3px solid var(--primary);
}

.footer a {
    color: var(--primary);
}

.login-info > p {
    color: white;
}

.login-info > a {
    color: white;
}

.user-link > a {
    color: var(--primary);
}

.nav > li:not(:last-child) {
    background-color: var(--grey-dark);
}

.nav li > a {
    color: white;
}

.active-menu-link {
    background-color: var(--primary) !important;
    color: black !important;
    border-radius: 0 !important;
}

.table-summary th {
    width: 250px;
}

table.table-summary {
    background-color: white;
}

@media only screen and (min-width: 769px) {
  table.table-summary {
    width: 50%;
  }
}

.table-summary > thead > tr > th,
.table-summary > tbody > tr > th,
.table-summary > tfoot > tr > th,
.table-summary > thead > tr > td,
.table-summary > tbody > tr > td,
.table-summary > tfoot > tr > td {
    border: 0;
}

.table.table-report-index thead > tr > td {
    border-bottom: 2px solid var(--primary);
}

.info {
    background-color: var(--grey-lightest);
    padding: 5px 10px;
}