﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:400,600|Nothing+You+Could+Do");

a:not(.btn):hover {
    text-decoration: none !important;
}

.lra-error-text {
	   color:red;
	   font-weight: bold;
	   font-family: "GDS Transport", arial, sans-serif;
}

 .loading-container {
      text-align: center;
}

.dots {
  display: inline-block;
  width: 1.5em;
  text-align: left;
}

@keyframes dots-animation {
  0%   { content: ""; }
  33%  { content: "."; }
  66%  { content: ".."; }
  100% { content: "..."; }
}

.dots::after {
  content: "";
  animation: dots-animation 1.5s infinite steps(1);
}

.spinner {
      width: 160px;
      height: 160px;
      border: 16px solid #ddd;
      border-top: 16px solid #CD3A0A;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin: 0 auto;
      margin-bottom: 20px;
}

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
}


    .loading-text {
      margin-top: 30px;
      font-size: 24px;
      color: #CD3A0A;
      display: contents;
}

.boolean-radio-cell {
padding-bottom:0px;
}

.page-copy {
padding:15px;
}

.crmEntityFormView, .entitylist {
	border:none !important;
}

textarea.form-control {
width: 100%;
min-height: 50px;
max-height: 800px;
overflow-y: auto;
height:250px;
}

#lra_detailofdispute {
    margin-bottom: 5px;
}

.page-header {
margin: 10px 0 10px;
}

.skip-to-content a {
    color: #fff;
    background: #21145f;
}

form {
    background: #fff;
}

.employee-case, .employer-case, .bulk-upload {
	padding: 30px;
    font-size: 20px;
}

.bulk-upload {
    padding-top: 0px;
    padding-bottom: 50px;
}

.homepage-container-icons {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    text-align: center;
    padding: 20px;
}

.bi-person-circle::before, .bi-building::before, .bi-cloud-arrow-up::before {
    font-size: 180px;
    padding-top:20px;
}

.bi-facebook::before {
    font-size: 30px;
    padding-top: 10px;
}

.bi-arrow-right::before {
    padding-left: 4px;
}

.bi-telephone::before {
	padding-right:3px;
}

.bi-envelope::before {
	padding-right:3px;
}

.address-search{
    position: relative;
    margin-bottom: 10px;
}

.address-select{
    padding-bottom: 80px;
}

.footer-office {
	padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}

.wrapper-body {
    min-height: auto;
    margin-bottom: 0px;
}

.static-top.navbar-dark {
background-color: #ffffff !important;	
}
.static-top.navbar-dark .navbar-brand {
padding-top: 20px;
}

body {
    font-family: "Lato", sans-serif !important;
}

h1, h2, h3, h4, p, a {
    font-family: "Lato", sans-serif !important;
}

.container {
    display: flex;
    flex-flow: row wrap;
}

footer.footer .find-us {
    display: flex;
    flex-flow: row wrap;
    flex: 50%
}

footer.footer .block {
    flex: 25%
}

footer.footer {
    clear: both;
    background: #21145f;
    color: #fff;
    overflow: hidden;
	padding-left: 30px;
}


    footer.footer h2, footer.footer h4 {
        color: #fff;
        margin-bottom: 24px
    }

    footer.footer p {
        font-size: 15px;
    }

    footer.footer ul.menu {
        margin: 0
    }

    footer.footer ul {
        list-style: none;
        padding: 0;

    }

        footer.footer ul.menu li {
            line-height: 1.5;
            padding: 0;
            list-style: none;
            margin-bottom: 8px;
            position: relative
        }

    footer.footer a {
        color: #fff;
        text-decoration: none
    }

        footer.footer a.is-active {
            color: #fff
        }

        footer.footer a:hover, footer.footer a:focus {
            text-decoration: underline
        }



    footer.footer ul li:before {
        color: #fff
    }


.footer-menu ul li.menu-item {
    display: inline-block
}

    .footer-menu ul li.menu-item:after {
        content: " | "
    }

    .footer-menu ul li.menu-item:last-child:after {
        display: none
    }

.region-footer {
    overflow: hidden;
    margin: 32px auto 16px;
    padding: 0
}

    footer.footer .container {
        padding: 0
    }

.copyright {
    margin: 16px auto;
}

.footer_bottom {
    background: #fff;
    color: #747776;
    overflow: hidden;
    font-weight: 300;
    text-align: center
}

    .footer_bottom .block {
        display: inline-block;
        padding: 16px 0
    }

    .footer_bottom .list-flex {
        margin: 0 auto;
        justify-content: center
    }

footer.footer p {
    margin: 0 0 8px;
    color: #fff !important
}

footer.footer .field--type-telephone, footer.footer .field--type-email {
    position: relative;
    color: #fff
}

    footer.footer .field--type-telephone:before, footer.footer .field--type-email:before {
        font-family: 'icomoon';
        font-weight: 100;
        opacity: 0.667;
        margin-right: 8px;
        position: relative
    }

    footer.footer .field--type-telephone:after, footer.footer .field--type-email:after {
        display: none
    }

    footer.footer .field--type-telephone:before {
        content: "\e92e";
        top: 2px
    }

    footer.footer .field--type-email:before {
        content: "\e93c"
    }

@media (min-width: 768px) {
	
	.spinner {
        width: 120px; /* Slightly smaller for smaller screens */
        height: 120px;
        border: 12px solid #ddd;
        border-top: 12px solid #CD3A0A;
        margin-bottom: 20px;
    }

    .loading-text {
        font-size: 20px; /* Adjust font size for mobile */
    }
	  
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
        float: left
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-12 {
        width: 50%
    }
}

.list.full-width {
    margin: 0 -16px
}

@media (min-width: 992px) {
    .content-search .block-content, .content-search .container {
        display: flex
    }
	
	    .copyright {
        margin-top: 32px
    }
	
	footer.footer .block {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
}

@media (max-width: 575.98px) {
	.container {
    display: block;
}

    footer.footer .block {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(255,255,255,0.2)
    }
}
