#login_form input{
    background-color: #f2f2f2;
    color: #8b8b8b;
}
#login_form button{
    background-color: #777777;
    color: white;
}
#login_form button:hover{
    background-color: #777777;
    opacity: 0.8;
    color: white;
} 
.bg-white{
    background: #ffffff;
}
.auto-width{
    width: auto;
}
.height-auto{
    height: auto;
} 

a#lang-switcher-handle {
    padding: 0;
    min-width: 14px;
    background-color: #727272 !important;
    background-color: #a0a0a000 !important; 
    padding-right: 2px;

}
ul.dropdown-menu.show {
    background: #ffffff;
}

.lang-image {
    padding: 9px;
}
.language-switch-menu{
    display: inline-block;
}

.marg-top-20 {
    margin-top: 20px;
}

.login-layout input{
    background-color: #f2f2f2;
    color: #8b8b8b;
}
.login-layout button{
    background-color: #777777;
    color: white;
}
.login-layout button:hover{
    background-color: #777777;
    opacity: 0.8;
    color: white;
}
.create-task-footer-buttons button{
    width:100px;
    float:right;
    margin-left:10px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-overlay {
    display:  none;
    opacity:    0.5;
    background: #000;
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
    position:   fixed;
}
form .error {
    color: #ff0000;
}
form-error-message{
    color: #ff0000;
}

.header_links{
    padding: 6px;
    color:#155394;}         /* Unvisited link  */
.header_links:visited {color:#155394;} /* Visited link    */


.header_links_container{
    padding-top: 2%;
    padding-bottom: 1%;
}
.header_nav .active {
    background: #00000030;
}

.links_seperator {
    color: black;
    font-size: 16px;
}
#generic-modal .close{
    position: fixed;
    right: 13px;
    top: 17px;
}
.card.img-fluid {
    background-position: center;
    background-size: cover;
}

.home-tile-container{
    padding: 3%;
    text-align: center;
    margin-top: 28px;
    padding-bottom: 6em;
    color: #676767;
}

.home-page-container h3{
    padding-top: 16px;

}

.home-page-container h3, .policy-page-container h3{
    text-align: center;
    color: black;

}
.page-container-default{
    margin-top: 50px;
}
.notification {
    background-color: white;
    position: relative;
    border-radius: 2px;
}
.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 21px;
}
.contact-icon{
    font-size: 6em !important;
    padding-bottom: 1%;
}
.contact-icon-container{
    padding-bottom: 1%;
    padding-top: 3%;
}

.contact-icon-container a{
    text-decoration: underline;
}

.radio-button-alignment {
    left: 21px;
    position: relative;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
}

form[name='claim_mf'] .select2-container {
    width: 100%!important;
}
.report-download-button{
    font-size: 20px;
    margin: 7px 0px 0px 5px;
    cursor: pointer; 
}
.ui-multiselect-checkboxes li:first-child{
    border-top: 1px solid #ddd;
}
.ui-multiselect-checkboxes li{
    border-bottom: 1px solid #ddd;
}
.ui-corner-all{
    font-weight: normal;
}
.ui-multiselect-checkboxes label{
    cursor: pointer;
}
.ui-corner-all input{
    margin: 0px 5px 0px 2px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: white;
    font-weight: normal;
    color: #333;
}
.ui-widget-content label.ui-state-hover {
    border: 1px solid transparent;

}
.ui-multiselect-checkboxes {
    padding: 5px 0px 0px 0px;
}
.dropdown-menu{
    left: initial;
    right:0;
}
#policenListe_length, #policenListe_filter, #taskListe_wrapper > .row .col-sm-6, claimListe_wrapper > .row .col-sm-6  {
    display:none;
}
.list{
    width:100%;
}
.page-heading{
    color: black;
    text-align: left;
    margin-top: 4px;

}
.broker-web-container{
    width:70%;
    margin-bottom: 20px;
    margin-top: 40px;
}

.btn-half-block{
    width: 55%;
    display: block;
}

.contact-avatar{
    display: inline-block;
    width: 91px;
    height: 91px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#generic-modal .contact-avatar{
    width: 110px;
    height: 110px;
}

.home-tile{
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;

}

#generic-modal a:visited {
    color: #676767;
}

#generic-modal a:visited {
    color: #676767;
}


.generic-table .row {
    overflow-y: auto !important;
}

.fit-content{
    max-width: fit-content;
    padding-right: 5%;
    padding-left: 5%;
}

.generic-table .select2-container {
    width: 100% !important;
}

.dataTables_wrapper > .row .col-sm-6  {
    display:none;
}
.broker-web-container table .selected{
    background-color: #0188cc;
}
.w-85{
    width:85%;
}
.w-10{
    width:10%;
}
#policenListe, #claimListe{
    min-width:200px;
}
.card {
    margin-top:25px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border-bottom-width: 0px;
}

.login-layout, .reset-form-layout{
    margin-top:20%;
}
.reset-layout{
    margin-top:5%;
} 
@media screen and (max-width: 600px) {
.companyLogo{
margin: auto;
width: 200px;
}
.header_links_container{
    min-width:350px;
    margin:auto;
}
}

@media screen and (max-width: 400px) {
.header_links_container{
    min-width:300px;
    margin:auto;
}
}
.reset-form-layout a:visited, #generic-modal a:visited {
    color: #333 !important;
}
.reset-form-layout label, #generic-modal label {
    font-weight: normal;
}
.list-hamburger{
    padding:3px 7px;
}
.select2-container .select2-selection--single{
    height:34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    height: 34px;
}
.show-hide-column-wrapper{
    width:150px;
    margin-left:auto;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #007fff;
    background: white;
    font-weight: normal;
    color: #454545;
}

@media screen and (max-width: 767px){
.table-responsive {
    border: 0px;
}
}
.table-bordered>tbody>tr>td.file-download-cell-left{
    border-left: 0px;
}
.table-bordered>tbody>tr>td.file-download-cell-right{
    border-right: 0px;
}
.dataTables_wrapper a:visited {
color: #21aac1;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.list-hamburger{
    display:block;
    margin:auto;
}
#lang-switcher-handle:hover, .header_links:hover {
    color: #7ad7e6!important;

} 
.home-tile-container .card-body img{    
    padding: 25%;
}

a {
    color: #21aac1;
}

a:visited {
    color: #668388;
}

a:hover {
    color: #81dbea;
}

nav li {
    border-bottom: 1px solid #888;
}

nav a {
    color: #fff !important;
}

nav a:hover {
    color: #676767 !important;
    background: rgba(255, 255, 255, 0.75);
}

nav a:active {
    background-color: #fff;
    color: #444;
}

body {
    font-family: Leelawadee, "Gill Sans MT", Arial, Helvetica, sans-serif !important;
    color: #676767;
}

.header_top {
    background: white;
    /*background-image: url('../images/header.png');*/
}

fieldset {
    background-color: #cbcbcb;
}

footer {
    background-image: url('../images/header.png');
}

/*boxen*/
.textBlock {
    background-image: url('../images/icons/boxText.png');
}

.grid figure {
    background-color: rgb(208, 208, 208);
}

.grid figcaption h4 {
    color: #fff;
}

.grid figcaption a {
    background-color: white;
    color: #1ebdd8;
}

.borderless td, .borderless th {
    border: none !important;
}
.width-100{
    width: 100%;
}
.width-75{
    width: 75%;
}
.margin-10{
    margin: 10px;
}
.margin-12{
    margin: 12px !important;
}
.marg-bott-15{
    margin-bottom: 15px;
}
.f-left{
    float: left;
}
.no-border{
    border: none!important;
}
.centered{
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.placeholder{
    position: relative;
    color: white;
}
.textbox{
    text-align: left;
    margin-top: 24px;
    margin-left: 8px;
}
.profilbox{
    -webkit-filter: none !important;
    background-size: 55%;
    background-position: center;
    background-repeat:no-repeat;
}
.padding-l-r-b{
    padding-left: 30px!important;
    padding-right: 30px!important;
    padding-bottom: 50px;
}
.padding-l-r{
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.display-inline {
    display: inline-block;
    width: 100%;
}

