﻿html {
    overflow-y: scroll;
}

body {
    padding-bottom: 20px;
    background-color: #ffffff;
}

hr {
    width: 90% !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-main {
    background: #427B8F; /*Old Light Colour: #055a97, Old Dark Colour: #387cac*/
    background: -moz-linear-gradient(top, #427B8F 0%, #107f9c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#427B8F), color-stop(100%,#107f9c));
    background: -webkit-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: -o-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: -ms-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: linear-gradient(to bottom, #427B8F 0%,#107f9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427B8F', endColorstr='#107f9c',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin-bottom: 20px;
    float: right !important;
    position: sticky;
}

.navbar-main li {
    display: block;
    transition-duration: 0.5s;

}

.navbar-main li:hover {
    cursor: pointer;
}

.navbar-main ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    display: none;
}

.navbar-main ul li:hover > ul,
.navbar-main ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.navbar-main ul li ul li {
    clear: both;
    width: 100%;
    color: #ffffff;
    padding-right: 10px;
}

.navbar-main ul li ul li > a {
    color: #ffffff;
    text-decoration: none;
}

.navbar-main ul li ul li > a:hover {
    color: #cccccc;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 10px 25px;
    color: #fff;
    display: block;
    position: relative;
    line-height: 20px;
}

.navbar-inverse .navbar-nav > li > p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-main-sectionTitle {
    position: absolute;
    padding: 11px 25px;
    color: #ffffff;
    text-decoration: none;
}

.navbar-collapse {
    float: right;
}

.navbar-left {
    float: left !important;
}

.navbar-links {
    margin-right: 100px;
}

.nav-container {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}

.navbar {
    z-index: 1;
    position: inherit !important;
}

.navbar > .navbar-inner > .nav-pills > li > a {
    background-color: transparent !important;
    color: white;
    border-radius: 5px;
}

.navbar > .navbar-inner > .nav-pills > li.active > a {
    background-color: #002F6B !important;
    color: white;
    border-radius: 1px;
}

.navbar > .navbar-inner > .nav-pills > li:hover {
    background-color: #002F6B !important;
    border-radius: 5px;
}

.navbar ul, .navbar-main ul {
    background: #427B8F; /*Old Light Colour: #055a97, Old Dark Colour: #387cac*/
    background: -moz-linear-gradient(top, #427B8F 0%, #107f9c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#427B8F), color-stop(100%,#107f9c));
    background: -webkit-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: -o-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: -ms-linear-gradient(top, #427B8F 0%,#107f9c 100%);
    background: linear-gradient(to bottom, #427B8F 0%,#107f9c 100%);
    padding-inline-start: 0px !important;
}

.claimsDropdown {
    padding: 5px 10px 10px 0px;
    margin-left: -35%;
    width: 120%
}

.claimsDropdown li {
    padding-left: 10px;
    padding-top: 5px;    
}

.logo {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.container {
    width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.blue-container {
    background-color: #E2E2E2;
    width: 100% !important;
    position: inherit;
}

.well {
    border: none;
    background-color: transparent;
}

.table-navigation-content {
    background-color: #427B8F;
}

.custom-row {
    display: flex;
    position: inherit;
}

.form-row {
    display: flex;
    margin-right: 20px;
}

.form-group {
    display: flex;
}

.form-horizontal .form-group {
    align-items: center;
    vertical-align: middle;
    
}

.form-horizontal .control-label {
    padding-top: 0px;
    text-align: right;
}

.col-md-6 {
    flex: 0 1 auto;
    position: inherit;
}

.custom-column {
    flex: 50%;
    padding: 10px;
}

.button-group {
    display: flex;
}

.btn-default {
    background: #427B8F;
    padding: 10px 20px;
}

.btn-default:hover {
    background: #002F6B;
}

.small-checkbox {
    -webkit-box-shadow: inset 0 0px 0px;
    box-shadow: inset 0 0px 0px;
}

.search-form {
    margin-right: -240px !important;
}

.add-claim-form {
    margin-right: -240px !important;
}

.claim-information {
    margin-right: -240px !important;
}

.claim-display-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
}

.accordion:hover {
    background-color: #adacac;
}

.accordion::after {
    content: '\002B';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.claim-information-display .active::after {
    content: "\2212";
}

.accordion-panel {
    padding: 0 18px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-panel .claim-information {
    margin-left: -15px;
    margin-right: -15px;
}

.accordion-panel .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: bold;
}

.accordion-panel .claim-information:before,
.accordion-panel .claim-information:after {
    content: " ";
    display: table;
}

.accordion-panel .claim-information:after {
    clear: both;
}

.claim-information-display {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.underline {
    text-decoration: underline;
}

.vertical-line {
    border: none;
    border-left: 1px solid #cccccc;
    height: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    width: 1px !important;
}

.home-nav {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.home-nav-list {
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.home-nav a {
    float: left;
    height: 115px;
    padding: 10px;
    width: 33%;
    background-color: #427B8F;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-nav a:hover {
    background-color: #73ABBF;
}

.home-nav span {
    word-wrap: break-word;
    font-size: large;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 15px;
    margin-top: 7px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked ~ .slider {
    background-color: #427B8F;
}

input:focus ~ .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked ~ .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.switch-small {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 22px;
    margin-left: 15px;
    margin-top: 8px;
}

.switch-small input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-small {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider-small:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked ~ .slider-small {
    background-color: #427B8F;
}

input:focus ~ .slider-small {
    box-shadow: 0 0 1px #2196F3;
}

input:checked ~ .slider-small:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.otherParties-row {
    margin-left: -5px;
    marign-right: -5px;
}

.otherParties-row::after {
    content: "";
    clear: both;
    display: table;
}

.otherParties-column {
    float: left;
    width: 33%;
    padding: 5px;
}

.otherParties-header {
    background-color: #EBEBEB;
    width: 50%;
}

.modal-otherPartiesAdd {
    width: 900px;
    height: 425px;
}

.modal-otherPartiesAddForm {
    padding: 20px 20px 10px 150px;
}

.modal-claimUpdateFinance {
    width: 900px;
    height: 425px;
}

.modal-claimUpdateFinance-noCurrency {
    width: 550px;
    height: 180px;
}

.modal-claimUpdateFinanceForm {
    padding: 20px 20px 10px 150px;
}

.model-claimFileAddNote {
    width: 900px;
    height: 425px;
}

.modal-claimFileAddNoteForm {
    padding: 20px 20px 60px 10px;
}

.modal-addPolicyConflict {
    width: 900px;
    height: 300px;
}

.modal-addPolicyConflictForm {
    padding: 20px 20px 10px 150px;
}

.modal-addClaimConflict {
    width: 900px;
    height: 300px;
}

.modal-addClaimConflictForm {
    padding: 20px 20px 10px 150px;
}

.btn-right {
    float: right;
    margin-bottom: 20px;
    padding-right: 20px;
}

/*Claim File Overall / Group List*/

.align-items-stretch {
    align-items: stretch !important;
}


.pt-3 {
    padding-top: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.claimFilePanel {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.claimFilePanelBody {
    padding: 0px 0px;
}

.bevel-bordered-frame {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
    margin: 0px 3px !important; 
} 

.group-sidebar-width {
    width: 10% !important;
}

.mb-3 {
    margin-bottom: 1rem !important; 
}

.d-lg-blox {
    display: block !important;
}

.bg-white {
    background-color: #fff !important;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-sucess {
    color: #fff;
    background-color: #28a745;
}

.btn-toolbar {
    float: right;
    padding-top: 10px;
}

