﻿/*
    The default theme for the extra/intranets.
    This style sheet should not be changed to create branding.
    To create branding, a stylesheet must be created to override/augment the style rules in this file.

    For example, the .branding class is applied to all headers/buttons and is used to set a brand colour:

    .branded {
        background-color: #C41230 !important;
        color: white !important;
        font-weight: bold;
    }
    
    .branded > * {
        background-color: none !important;
        color: white !important;
    }
*/

body.login-page {
    background-color:#fcfcfc;
    /*background-size:cover;
    background-position: bottom;
    min-height: 100vh;*/
}

body.gateley-login-page {
    background-image: url("../../Images/Gateley_grey_Blank.png");
    background-size: 1920px 400px;
    background-position: bottom;
    background-repeat:no-repeat;
    min-height: 100vh;    
}

.page-contents {
    width: 1400px;
}

#header{
    height:120px;
    width: 100%;
    color: darkgray;
    background-color: white;
    padding: 5px 10px 5px 10px;
}

#header .col-md-4{
    padding: 0;
}

.gateley-logo{
    height:90px;
    margin:20px 120px 10px 20px;
}

#header h2{
    margin-left:25px;
}

#logo{
    
}

#body{
    padding: 10px 25px 20px 25px;
    background-color: #f0f0f0;
}

#body h2 {
    display: block;
    width: 100%;
    padding: 0 0 10px 5px;
    margin: 0px;
}

#body > .row {
    margin: 0;
    padding-left: 10px;
}

.nav-tray{
    display:inline-block;
    right: 180px;
    position:absolute;
}

.logo-area {
    display: inline-block;
    float:left;
}

.navbar-nav > li > a {
    padding-top:2px !important; 
    padding-bottom:2px !important;
    font-weight: bold;
}
    
.navbar-nav > li {
    border-radius: 5px 0 5px 0;
    margin: 5px 5px 0px 5px;
    width: 150px;
    text-align: center;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1),
        4px 2px 4px rgba(0, 0, 0, 0.1),
        -4px 2px 4px rgba(0, 0, 0, 0.1),
        0 -2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-nav > li[selected] {
    box-shadow: inset 0 6px 4px rgba(0, 0, 0, 0.1),
        inset 4px 2px 4px rgba(0, 0, 0, 0.1),
        inset -4px 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}


.navbar {
    min-height:25px !important;
    margin-bottom: 0;
}


/*
    These two centering classes are to be used when centering content of variable width
    <div class="centerer">
        <div class="centered">
            This will be centered
        </div>
    </div>
*/
.centered{
    display: inline-block;
    text-align: left;
}

.centerer{
    text-align: center;
    width: 100%;
    display: block;
}

#footer{
    text-align: center;
    font-size: 10px;
}

.search-control {
    width: 100%;
    margin: 0 auto;
}

.search-label{
    font-style:italic;
}

.search-input{
    padding-top:5px;
    padding-bottom:5px;
}

.search-input select {
    width: 100%;
    height: 26px;
}

.search-input input {
    width: 100%;
    height: 26px;
}

.search-input input[type=checkbox] {
    width: auto;
    height:auto;
}

.search-input input[type=submit] {
    position:relative;
    top: 1px;
}

.search-control-row {
    margin-top: 10px;
    margin-right: 20px;
    width: 100%;
}

.search-control-row input{
    height: 26px;
    width: 100px;
    float: right;
}

.search-row{
    margin:0;
}

.search-button{
    width: 90%;
}

.search-row .col-md-1 {
    padding: 0;
}

.date-input > div, .date-input {
    padding: 0;
}


.login-control {
    margin-top: 50px;
}

.login-control .form-control{
    width: 100%;
    margin: 0;
}

.header-button{
    width: 100px;
    height: 27px;
    padding: 4px 0px 4px 0px;
    display: block;
    text-align: center;
    margin: 5px 5px 0px 5px;
    float:right;
    border: none;
    outline:none;
    border-radius: 5px 0 5px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}

.header-button-double{
    width: 210px;
    padding: 4px 0px 4px 0px;
    display: block;
    text-align: center;
    margin: 5px 5px 0px 5px;
    float:right;
    border: none;
    outline: none;
    border-radius: 5px 0 5px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-control{
    padding: 4px 0px 4px 0px;
    display: block;
    text-align: center;
    margin: 5px 5px 0px 5px;
    float:right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.header-control-left{
    padding: 4px 0px 4px 0px;
    display: block;
    text-align: left;
    margin: 5px 5px 0px 5px;
    float:right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.control-row{
    margin: 10px 0 0 0;
}

.control-row .col-md-1{
    padding: 0;
}

.report-area{
    width:100%;
    height:330px;
    overflow-y:scroll;
}

.borderless-table, .borderless-table tr, .borderless-table tbody, .borderless-table td{
    border-style: none;
}

.similar-name {
    padding: 0 5px 0 5px;
}

.call-preview{
    padding: 2px 5px 3px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05), 0 -4px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: small;
}

.call-preview .search-input{
    padding: 0;
    background-color: #ffffff;
    margin:1px 0 2px 0;
}

.call-preview .search-input span {
    padding: 1px 5px 1px 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.call-preview .search-label{
    margin:1px 0 2px 0;
    padding: 1px 5px 1px 5px;
    height: 1.5em;
    display: block;
}

.call-preview .search-row {
    margin-top:0;
    margin-bottom:0;
}

.call-preview button{
    width: 83%;
    margin-top: 0;
    height: 15px;
    outline: none;
    border: none;
    background:none;
    font-size: smaller;
    font-weight: bold;
    text-align:right;
}

.call-preview .edit-button {
    display:inline-block;
    width: 8%;
    margin: 0;
    padding-left:5px;
    color: #000000;
    font-weight:bold;
    font-size:smaller;
}

textarea {
    width: 100%;
    resize:none;
}

.form-label{
    display: block;
    width: 100%;
    text-align: center;
}

.shadowed {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.node-shadowed {
    display:block;
    text-align: center;
    width:260px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}
.node-shadowed:hover,
a.node-shadowed:hover,
.node-shadowed:link:hover,
a.node-shadowed:link:hover {
    text-decoration:none;
    width:260px;
}

.popup-control {
    position: relative;
    display: inline-block;
}

.popup-control .popup-content  {
    visibility: visible;
    width: 160px;
    background-color: #f0f0f0;
    color: #000000;
    position: absolute;
    z-index: 1;
    margin-left: -80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 -4px 20px 0 rgba(0, 0, 0, 0.19);
}

.control-main {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0 0 2px 0;
    border-radius: 5px 5px 0px 0px;
}

.popup-content .popup-body{
    width: 100%;
}

.popup-content .control-header {
    padding-top: 0;
}

.control-header {
    display:block;
    width: 100%;
    text-align: center;
    height: 23px;
    padding-top: 2px;
    border-radius: 5px 5px 0px 0px;
}

.control-header span {
    display: inline-block;
    width: 90%;
    text-align: center;
    height: 23px;
}

.control-header .close-button {
    display: inline-block;
    width: 9%;
    height: 23px;
    border: none;
    background:none;
}

.control-body {
    padding: 7px 5px 5px 5px;
}

.control-body-scroll {
    padding: 3px 3px 3px 3px;
    overflow:   scroll;
} 

.team-member {
    display: flex;
    align-items: flex-start;
    margin: 4px 3px 8px 3px;
    font-size: small;
    text-wrap: normal;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.team-member .form-group{
    margin-bottom:0;
}

.team-member .form-group label{
    margin-bottom:0;
}

.team-member-label {
    display:block;
    width:100%;
    margin-left:1px;
    overflow-wrap:break-word;
}

.team-member-name {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.team-member-email {
    font-size:smaller
}

.team-member-number {   
}

.team-member-image {
    padding:4px
}

.team-member-details {
    padding: 2px 3px 5px 8px;
}

.homepage-helpful-links {
    text-align: center;
}

.homepage-helpful-links ul{
    padding: 0;
    list-style: none;
    padding: 0 5px 0 5px;   
}

.homepage-helpful-links ul li{
    padding: 3px;
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.video-player {
    text-align: center;
}

.form-button {
    padding: 4px;
    display: block;
    text-align: center;
    margin: 5px 5px 0px 5px;
    float:right;
    border: none;
    outline: none;
}

.folder-selector {

}

.folder-selector ul {
    list-style:none;
    width: 100%;
    margin:0;
    padding: 0;
}

.folder-selector ul li {
    margin-bottom: 5px;
}

.folder-selector ul input{
    width: 100%;
    border:none;
    background:none;
}

.document-table {
    width: 100%;
    border: none;
}

.document-table td, .document-table th {
    border: none;
    text-align: center;
}

.document-table th {
    background-color: #dedede;
}

.document-search .form-inline{
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 0;
}

.document-search .form-inline input[type=text]{
    width: 140px;
    height: 26px;
    margin: 0;
}

.document-search .form-inline input[type=submit]{
    width: 90px;
    height: 26px;
    margin: 0;
    position:relative;
    top: 1px;
}

.invisible {
    visibility: hidden;
}

.page-selector {
    margin-top: 15px;
    text-align:center;
}

.page-selector .page-selector-controls {

}

.page-selector .page-selector-controls input[type=image] {
    margin: 0 5px 0 5px;
}

.page-selector .page-selector-controls span {
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
    font-weight:bold;
}

.text-centerer{
    width: 100%;
    text-align: center;
}

.centered-fw {
    margin: 0 auto;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.document-upload-control {
    margin-top: 20px;
}

.document-upload-control .form-inline {
    width:550px;
    margin: 0 auto;
}

.document-upload-control .form-inline input[type=file]{
    display: inline;
    height: 26px;
    width: 270px;
    margin: 0;
}

.document-upload-control .form-inline input[type=submit]{
    position:relative;
    top: 1px;
    display: inline;
    width: 100px;
    height: 26px;
    margin: 1px 0 0 0;
}

.document-upload-control .form-inline select{
    display: inline;
    width: 170px;
    height: 26px;
    margin: 0;
}

.validation-area{
    width: 100%;
    height: 30px;
}

.validation-area span{
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align:center;
}

.download-button {
    padding: 2px;
    border-radius: 5px 0 5px 0;
}

.download-button input{
    border: none;
    background: none;
    vertical-align: middle;
}

.report-table {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
    display: block;
    width: 400px;
    margin: 50px auto;
}

.report-table table {
    border: none;
    width: 100%;
}

.report-table table tr td,  .report-table th{
    padding: 0 3px 0 3px;
    border: none;
}

.report-table th {
    border-bottom: solid 1px;
}

.report-table tr:nth-child(odd) { 
    background-color: #CCCCCC;
}

.editable-table {
    position: relative;
    margin: 40px auto;
    padding-bottom: -5px;
}

.editable-table tr:nth-child(even){
    background-color: #cccccc;
}

.editable-table tr.editable-table-selected-row{
    background-color: #ffd194;
    font-weight: bold;
}

.editable-table .editable-table-header{
    display: inline-block;
    background-color: #CCCCCC;
    height: 26px;
    margin: 0;
    box-shadow:  rgba(128, 128, 128,0.5) 0px -2px 2px, 
                rgba(128, 128, 128,0.5) -2px 0px 2px, 
                rgba(128, 128, 128,0.5) 3px 0px 2px;
}

.editable-table .editable-table-header .editable-table-header-column{
    text-align: center;
    display:inline-block;
    margin: 0;
    padding: 3px 0;
    height: 100%;
    font-weight: bold!important;
}

.editable-table-adder  {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -1px;
    height: 25px;
    box-shadow: rgba(128, 128, 128,0.5) -1px 0px 2px, 
                rgba(128, 128, 128,0.5) 2px 0px 2px;
}

.editable-table-adder .editable-table-adder-container{
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.editable-table-adder .editable-table-adder-container .editable-table-adder-input {
    position: absolute;
    box-sizing: border-box;
    border: none;
    box-shadow:  rgba(128, 128, 128,0.5) 0 2px 2px inset, 
                rgba(128, 128, 128,0.5) -4px 0px 2px inset, 
                rgba(128, 128, 128,0.5) 0px -2px 2px inset, 
                rgba(128, 128, 128,0.5) 4px 0px 2px inset;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    padding: 1px 3px 0 3px;
}

.editable-table-adder .editable-table-adder-container textarea.editable-table-adder-input:focus
{
    z-index: 5;
    height: 300px;
    width: 200%;
    box-shadow: rgba(128, 128, 128,0.5) 0 4px 2px, 
                rgba(128, 128, 128,0.5) -2px 0px 2px, 
                rgba(128, 128, 128,0.5) 0px -2px 2px, 
                rgba(128, 128, 128,0.5) 4px 0px 2px;
}

.editable-table .editable-table-title-row{
    position: absolute;
    z-index: 3;
    top: -44px;
    margin-top: 2px;
    padding: 4px;
    border-radius: 5px;
    height: 32px;
    color: #2c2c2c;
}

.editable-table span.editable-table-title-row{
    font-weight: bold;
    padding: 7px 7px 7px 7px;
}

.editable-table .editable-table-title{
    left: 5px;
}

.editable-table .editable-table-control-row{
    right: 35px;
}

.editable-table .editable-table-control-row input {
    border: none;
    height: 22px;
    background-color: #AAAAAA;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(128, 128, 128,0.5) 0 2px 2px, 
                rgba(128, 128, 128,0.5) -1px 0px 2px, 
                rgba(128, 128, 128,0.5) 0px -1px 2px, 
                rgba(128, 128, 128,0.5) 1px 0px 2px;
    margin: 0 5px 0 5px;
    width:80px;
}

.editable-table .editable-table-scrollarea{
    width: 100%;
    max-height: 600px;
    overflow-y:scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 3;
    top: -7px;
    box-shadow: rgba(128, 128, 128,0.5) 0 3px 2px, 
                rgba(128, 128, 128,0.5) -2px 0 2px;
}

.editable-table table {
    position:relative;
    table-layout: fixed;
    padding: 0;
    border: none;
    display: block;

}

.editable-table table td {
    padding: 1px 3px 1px 3px;
    word-break:break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: none;
}

.homepage-content {
    margin: 10px 0;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.homepage-content h4 {
    margin: 5px 0 15px 0;
}

.homepage-main-title {
    margin: 10px 0 20px 0;
}

.enquiry-preview{
    background-color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
    padding:10px 0 0 0;
    width: 90%;
    margin: 5px auto 15px auto;
}

.enquiry-preview .row {
    margin: 0;
    padding: 0;
}

.enquiry-label{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color: #CCCCCC;
}

.enquiry-value {
    display: block;
    text-align: center;
    background-color: #EEEEEE;
}

.enquiry-advice-table {
    width: 93%;
    margin: 5px auto;
}

.enquiry-advice-table, .enquiry-advice-table td, .enquiry-advice-table tr, .enquiry-advice-table th{
    border: none;
}

.enquiry-advice-table tr:nth-child(even) {
    background-color: #F0F0F0;
}

.enquiry-advice-table th{
    background-color: #CCCCCC;
    text-align: center;
}

.enquiry-advice-table td {
    padding: 5px;
    vertical-align: text-top;
}

.enquiry-showhide{
    border: none;
    padding: 2px 5px 2px 5px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.enquiry-showhide.pressed{
    box-shadow: inset 0 2px 4px 0 rgba(94, 64, 64, 0.36), inset  0 2px 4px 0 rgba(94, 64, 64, 0.36);
}

.stacked-buttons {
    margin: -10px 0 0 0;
    width: 215px;
    float: right;
}

.stacked-buttons .header-button, .stacked-buttons .header-button-double {
    display:block;
}

.checkboxlist{
    width: auto !important; float: left;
}

.checkboxlist tr {
    background-color:transparent !important;
}
.checkboxlist td {
    width:32%;
}

.checkboxlist td label {
    font-weight: normal;
}

.checkboxlist label {
    /*width: auto !important; float: right !important;*/
    padding-left:8px;
}

.checkboxlist input {
    width: auto !important; float: left !important;
}

.user-search-results {
    width: 600px;
    margin: 10px auto;
}

.user-search-results table{
    table-layout:fixed;
    width: 600px;
}

.user-search-results th {
    background-color: #5b2d79 ;
    color: white;
}

.user-search-results tr:nth-child(even){
    background-color: #e9f1fa;
}

.user-search-results td, .user-search-results th {
    font-weight:100;
    text-align:center;
    padding: 5px;
}

.user-search-results td, .user-search-results th, .user-search-results tr, .user-search-results table {
    border: none;
}

.cm-field-group {
    display: inline-block;
}

.cm-field-group .cm-field-group-header{
    margin: 5px 10px 0 10px;
    padding-top: 2px;
    padding-left: 10px;
    height: 28px;
    font-size: large;
    display:block;
    background-color: #dedede;
    color: rgb(108, 108, 108);
    font-weight:bold;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.20), -2px 2px 2px rgba(55, 55, 55, 0.20);
}

.cm-field-group.collapsible .cm-field-group-header::after{
    content: '-';
    float:right;
    padding: 0 5px 0 5px;
    margin: 3px 3px 0 0;
    height: 20px;
    width: 20px;
    background-color: #b1b1b1;
    color: #FFFFFF;
    border-radius: 5px 0 5px 0;
    text-align:center;
    box-shadow: inset 2px 2px 2px rgba(55, 55, 55, 0.20), inset -2px 2px 2px rgba(55, 55, 55, 0.20);
}

.cm-field-group.collapsible.collapsed .cm-field-group-header:after{
    box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.44), -2px 2px 2px rgba(55, 55, 55, 0.44);
    content: '+';
}

.cm-field-group.fullwidth-group{
    width: 100%;
}

.cm-field-group.halfwidth-group{
    width: 50%;
}

.cm-field-group .cm-field-group-body{
    font-size: 10pt;
    margin-top: 5px;
    padding-top:5px;
    padding-bottom: 10px;
    float:left;
    width: 100%;
}

.cm-field-group .cm-field-group-body .cm-field-group-row{
    width: 100%;
    height: 30px;
    padding: 0 10px 0 10px;
    float: left;
}

.cm-field-group.fullwidth-group .cm-field-group-body .cm-field-group-row .cm-field{
    width: 50%;
}

.cm-field-group .cm-field-group-body .cm-field-group-row .cm-field .search-input{
    padding:0;
    margin:0;
}

.cm-field-group .cm-field-group-body .cm-field-group-row .cm-field .search-input span{
    display: block;
    height: 25px;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 2px 0px 0px 10px;
    background-color: #DDDDDD;
    color: #666666;
    border: solid 1px #CCCCCC;
    overflow:hidden;
}

.cm-field-group .cm-field-group-body .cm-field-group-row .cm-field .search-input input[type=text][disabled=disabled]{
    display: block;
    height: 25px;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 2px 0px 0px 10px;
    background-color: #DDDDDD;
    color: #666666;
    border: solid 1px #CCCCCC;
    overflow:hidden;
}

.cm-field-group.fullwidth-group .cm-field-group-body .cm-field-group-row .cm-field-left{
    float:left;
}

.cm-field-group.fullwidth-group .cm-field-group-body .cm-field-group-row .cm-field-right{
    float:right;
}

.cm-screen-selector{
    width: 100%;
}

.cm-screen-selector .cm-screen-option {
    display:inline-block;
    width: 33.13%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    margin: 0;
    font-weight:bold;
    border-radius: 8px 8px 0 0;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.20);
}

.cm-screen-selector .cm-screen-option input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.cm-screen-selector .cm-screen-option[selected="true"] {
    box-shadow: 4px -2px 4px rgba(55, 55, 55, 0.20), -4px -2px 4px rgba(55, 55, 55, 0.20);
}

.cm-screen-selector .cm-screen-option-wide {
    display:inline-block;
    width: 49.5%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    margin: 0;
    font-weight:bold;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.20);
}

.cm-screen-selector .cm-screen-option-wide input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.cm-screen-selector .cm-screen-option-wide[selected="true"] {
    box-shadow: 4px -2px 4px rgba(55, 55, 55, 0.20), -4px -2px 4px rgba(55, 55, 55, 0.20);
}

.cm-screen-selector .cm-screen-option-narrow {
    display:inline-block;
    width: 0.5%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    margin: 0;    
}

.cm-screen-header{
    margin: 5px 0 0px 0;
    padding-top: 3px;
    padding-left: 35px;
    height: 30px;
    font-size: large;
    display:block;
    background-color: #1267E7;
    color: #FFFFFF;
    font-weight:bold;
    border-radius: 5px;
    display:none;
}

.contact-textbox{
    width:80%;
}

.contact-button{
    width:16%;
    display:inline-block;
    vertical-align:top;
    margin-top: -1px;
}

.selected-contact-name {
    display: block;
    height: 25px;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 2px 0px 0px 10px;
    background-color: #DDDDDD;
    color: #666666;
    border: solid 1px #CCCCCC;
    overflow:hidden;

}

.contact-label {
    padding-top:2px;
}

.selected-claim-types{
    padding:0;
}

div.selected-claim-types .claim-type-item {
    width: 100%;
    font-size: small;
}

div.selected-claim-types .claim-type-item label {
    width: 69%;
}

div.selected-claim-types .claim-type-item input[type=submit] {
    width: 29%;
}

.claim-type-selector {
    margin: -3px 0 0 0;
}

.claim-type-selector select {
    width: 95%;
    display:inline-block;
    margin:2px 0 0 0;
    padding:0;
}

.claim-type-selector input[type=submit] {
    margin:0;
    padding:0;
    display: inline-block;
    width: 14%;
}

.claim-type-item input[type=submit] {
    vertical-align:top;
}

.claim-type-item{
    padding-bottom: 3px;
}

.claim-type-item label{
    color: #666666;
    padding-left: 15px;
    font-weight:normal;
}

.claim-type-item label.main-claim{
    color: #222222;
    font-weight:bold;
    padding-left:0;
}

.add-disbursement{
    padding-top:30px;
}

.add-disb-txt {
    padding-left:10px;
    margin-left:0px
}

* > .hoverover {
    display: none;
}

*:hover > .hoverover {
    display: block;
    margin: 0;
    position:absolute;
    z-index: 10;
    background-color: #FFFFFF;
    padding: 10px;
    width: 400px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1),
    4px 2px 4px rgba(0, 0, 0, 0.1),
    -4px 2px 4px rgba(0, 0, 0, 0.1),
    0 -2px 4px rgba(0, 0, 0, 0.1);
}

.hoverover.child-matters {
    margin-left: -300px; 
    width: 600px;
    padding:0;
}

.child-matters table {
    border: none;
    background-color: #FFFFFF;
    font-weight:bold;
    font-size: smaller;
    width: 100%;
}

.child-matters table tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.child-matters table tr:hover {
    background-color: #444444;
    color: #FFFFFF;
}

.child-matters table td {
    border: none;
    padding: 2px;
}

input[type=text].loading {
    background-image: url(../../Images/Controls/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.matter-suggestion-autocomplete:before {
    content: "Select a Matter:";
    display:block;
    font-size: small;
    background-color: #707070;
    color: #FFFFFF;
    width: 100%;
    padding: 2px 2px 2px 5px;
}

.policy-suggestion-autocomplete:before {
    content: "Select a Policy:";
    display:block;
    font-size: small;
    background-color: #707070;
    color: #FFFFFF;
    width: 100%;
    padding: 2px 2px 2px 5px;
}

.case-search-input {
    padding: 5px;
}

.case-search-input div.matter-search-bar {
    width: 70%;
    margin-left: 15%;
    background-color: #DDDDDD;
    border-radius: 10px;
    padding: 1px 0 1px 25px;
}
    
.case-search-input div.matter-search-bar img {
    width:25px;
    margin-top: -3px;
    margin-right: 15px;
    display:inline-block;
}

.case-search-input input[type=text]{
    width: calc(100% - 60px);
    border-radius: 5px;
    border:none;
    box-shadow: inset 2px 2px 2px rgba(55, 55, 55, 0.20), inset -2px 2px 2px rgba(55, 55, 55, 0.20), inset 0px -2px 2px rgba(55, 55, 55, 0.20);
    padding-left: 10px;
    height: 25px;
    font-size: large;
    margin-top: 1px;
}

.case-search-input input[type=submit]{
    margin: 10px 10% 10px 0;
    width: 14%;
    border-radius: 5px;
     border:none;
    box-shadow: 2px 2px 2px rgba(55, 55, 55, 0.20), -2px 2px 2px rgba(55, 55, 55, 0.20);
}

.cm-screens {
    box-shadow: 4px 2px 4px rgba(55, 55, 55, 0.15), -4px 2px 4px rgba(55, 55, 55, 0.15);
    padding: 10px;
}

.btn-save-case{
    width: 10%;
    margin-left: 89%;
    border:none;
    height: 25px;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 4px 2px 4px rgba(55, 55, 55, 0.15), -4px 2px 4px rgba(55, 55, 55, 0.15);
}

.btn-case{    
    border:none;
    height: 24px;
    border-radius: 4px;
    margin-top: -1px;
    box-shadow: 4px 2px 4px rgba(55, 55, 55, 0.15), -4px 2px 4px rgba(55, 55, 55, 0.15);
}

.disb-dropdown optgroup[disabled], select[disabled]{
    background-color:#eee
}


table.generic-table {
    width: 100%;
    margin-top: 10px;
}

table.generic-table, table.generic-table tr, table.generic-table td, table.generic-table th {
    border:none !important;
    padding: 3px;
}

 table.generic-table th{
     background-color: #666666;
     padding-left: 10px;
     color: #FFFFFF;
 }

 table.generic-table th a {
     color: #FFFFFF;
 }

table.generic-table tr {
    background-color: #DDDDDD;
}

table.generic-table tr:nth-child(odd){
    background-color: #EEEEEE;
}

.disb-screen-selector{
    width: 100%;
}

.disb-screen-selector .disb-screen-option {
    display:inline-block;
    width: 49%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    font-weight:bold;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.20);
    margin-bottom:20px;
    margin-top:10px;
}

.disb-screen-selector .disb-screen-option input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.disb-screen-selector .disb-screen-option[selected="true"] {
    box-shadow: 4px -2px 4px rgba(55, 55, 55, 0.20), -4px -2px 4px rgba(55, 55, 55, 0.20);
}

.reports-screen-selector{
    width: 100%;
}

.reports-screen-selector .reports-screen-option {
    display:inline-block;
    width: 49%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    font-weight:bold;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.20);
    margin-bottom:20px;
    margin-top:10px;
}

.reports-screen-selector .reports-screen-option input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.reports-screen-selector .reports-screen-option[selected="true"] {
    box-shadow: 4px -2px 4px rgba(55, 55, 55, 0.20), -4px -2px 4px rgba(55, 55, 55, 0.20);
}

input[type=text].invalid{
    border: solid 2px #FF0000;
}

.file-structure-viewer{
    background-color: #EEEEEE;
}

.file-structure-viewer .file-contents {
    padding: 5px 3px 5px 3px;
    box-shadow: 1px 1px 6px inset rgba(64, 64, 64, 0.52), -1px -1px 6px inset rgba(64, 64, 64, 0.52);
}

.file-preview {
    display:block;
    width: 100%;
    height: 25px;
    padding:6px 2px 4px 29px;
    border:none;
    background:none;
    text-align:left;
    color: #337ab7;
    background-image: url(../../Images/Controls/search.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position-x: 3px;
}

.file-preview.directory {
    background-image: url(../../Images/Controls/Directory.png);
}

.file-preview.pdffile {
    background-image: url(../../Images/Controls/PDF.png);
}

.file-preview.wordfile {
    background-image: url(../../Images/Controls/Word.png);
}

.file-preview.file {
    background-image: url(../../Images/Controls/File.png);
}

.file-preview.parent-directory {
    background-image: url(../../Images/Controls/Parent_Directory.png);
}

.contract-band-screen-selector{
    width: 100%;
}

.contract-band-screen-selector .contract-band-screen-option {
    display:inline-block;
    width: 49%;
    height: 30px;
    text-align:center;
    padding-top: 4px;
    font-weight:bold;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.20);
    margin-bottom:20px;
    margin-top:10px;
}

.contract-band-screen-selector .contract-band-screen-option input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.contract-band-screen-selector .contract-band-screen-option[selected="true"] {
    box-shadow: 4px -2px 4px rgba(55, 55, 55, 0.20), -4px -2px 4px rgba(55, 55, 55, 0.20);
}

.centre-header-text th{
    text-align:center;
}

.helpline-error {
    box-shadow: 2px 2px 4px rgba(255, 0, 0, 0.20), -2px -2px 4px rgba(255, 0, 0, 0.20);
    display: block;
    margin-top:20px;
    padding: 5px;
}

.helpline-error:before{
    content: "Error:";
    display:block;
    width: 100%;
    color: #FF0000;
    font-weight: bold;
    border-bottom: solid #000000 1px;
}

.contact-input > div.row{
    margin: 0;
}

.helpline-selector-images {
    width: 100px;
    position:relative;
    height: 100px;

}

.helpline-selector-images.horizontal {
    
}

.helpline-selector-images .popout {

    position: absolute;
    left: 50%;
    width: 200px;
    background-color: #ffffff;
    z-index: 100;
     box-shadow: inset 3px 0px 2px rgba(69, 69, 69, 0.31),  inset -1px 2px 2px rgba(69, 69, 69, 0.31);
}

.helpline-selector-images .popout:hover {
    box-shadow: 3px 0px 2px rgba(69, 69, 69, 0.31), -1px 2px 2px rgba(69, 69, 69, 0.31);
}

.helpline-selector-images .popout input[type=image] {
    display:block;
    padding: 5px;
    max-height: 90px;
    max-width: 190px;
    margin: 0 auto;
    opacity: 0.5;
}

.helpline-selector-images .popout input[type=image].selected  {
    opacity: 1;
}

.helpline-selector-images .popout:not(:hover) input[type=image]:not(.selected){
    display:none;
}

.helpline-selector-images.horizontal .popout input[type=image] {
    float:left;
    display:inline-block;
}

.hidden{
    display: none;
}

.report-sections{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;   
    white-space: nowrap;
    height: 180px;
    margin: 10px;
}

.report-sections .section-preview{
    color: #000000;    
    display: inline-block;

}
.report-sections .section-preview:hover{
    text-decoration: none;
    color: #000000;
}

.report-sections .section-preview div{
    display: inline-block;
    background-color: #ffffff;
    padding: 5px;
    width: 300px;
    height: 150px;
    margin: 5px 5px 15px 5px;
    float: left;
    box-shadow: 3px 0px 2px rgba(69, 69, 69, 0.2), -1px 2px 2px rgba(69, 69, 69, 0.2);
    font-size: small;
    overflow-x: hidden;
}

.report-sections .section-preview div:hover{
    box-shadow: inset 2px 3px 2px rgba(69, 69, 69, 0.3), inset -1px -2px 2px rgba(69, 69, 69, 0.2);
}

.report-sections .section-preview div span{
    display: block;
}

.report-sections .section-preview div span:first-child{
    border-bottom: solid 2px #dddddd;
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 5px;
    color: #777777;
}
    
.report-sections .section-preview div span.heading{
   font-weight: bold;
}

.report-sections .section-preview.add-new div svg{
    margin: 15px auto;
    display: block;
}

.function-chain-selector{
    width: 75%;
    float: right;
    margin-bottom: 5px
}

.report-settings{
    margin-top: 30px;
}

.report-setting-controls{
    padding: 3px;
}

.report-setting-controls span{
    margin-right: 10px;
    margin-left: 10px;
}

.report-setting-controls input[type=text]{
    width:200px;
}

.report-section-spacing{
    margin-bottom: 3px;
}

.report-settings-new-report{
    width: 20%;
    margin-left: 4%;
}

.report-settings-save-report{
    margin-left: 38.9%;
    margin-top: 5px;
}

.subsidiary-button {
    width: 16%;
    display:inline-block;
}

.popup-title{
    display: inline !important;
    border: none !important;
    background: none !important;
}
.customTooltipCss
{
    position: absolute;
    width: 400px;
    height: 200px;
    margin: 1px;
    padding: 2px;
    background: #FFFFBB;
    border: 1px solid lightgray;
}
.no-gutter > [class*='col-'] {
    padding-right:1;
    padding-left:0;
}
.table-center-header th {
    text-align:center;
}
.footer {
    /*position: fixed;*/
    /*left: 0;
    bottom: 0;*/
    width: 100%;
    background-color: #2B3B46;
    color: #FBDD46;
    text-align: center;
    height: 70px;
    padding-top:10px;
    float:left;
    margin-top: 2%;
}