 html {
    overflow-y: scroll;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    color: black ;
    font-size: 18px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.75 !important;
}

a,.container a {
    color: #e26b2a;
}

.container .breadcrumb > li a {color: #808080;}
.container .breadcrumb > li a:hover {color: #a07a57;}

.container .entity-associate .view-grid, .container .entity-lookup .view-grid {font-size: 20px;}


.caret {
    position: relative;
    border-top:0px;
    top:-2px;
  }
  .caretright {   
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    border-top:0px;

    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 5px;}
  
  .caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid #40234c;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  
 .caret:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .caretright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 8px solid #40234c;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  
 .caretright:after {
    content: '';
  position: absolute;
  left: 0;
  top: 2px;
  border-left: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  }

  



li.divider-vertical {
    height: 31px;
    width: 1px;
    margin: 18px 5px;
    border-right: 3px solid #40234c;
    }

    .container p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p,.container ul li, .container .buttons, .container .btn {
    font-family: 'Open Sans', sans-serif ;
    font-weight: 600 ;
    font-size: 18px ;
    color: black ;
    line-height: 36px;
}
.modal-body {font-size: 14px;}
.container ul.pagination li {
    font-size: 20px;
}
.container table .buttons, .container table .btn {font-size: 16px }

.container .breadcrumb ul li {font-size:14px; color: #808080;}

.container table {font-size:20px;}
.datatable {font-size:20px; display:block}
#mainNav a,
footer .container a {
    color: #40234c;
}
footer .container a:hover {color: #e26b2a;}

a:hover,.container a:hover,a:focus,.container a:focus {
    color: #40234C;
}

.container .nav > .open > a,.container .nav > .open > a:focus, .container .nav > .open > a:hover {
    background-color: transparent;
}

.container .nav > li > a:hover {
    background-color:transparent;
}

a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -100px;
}

iframe {
    border: 0;
}

@media (min-width: 375px) {
    a.anchor {
        top: -70px;
    }
}

@media (min-width: 568px) {
    a.anchor {
        top: -100px;
    }
}

@media (min-width: 992px) {
    a.anchor {
        top: -125px;
    }
}

@media (min-width: 1200px) {
    a.anchor {
        top: -140px;
    }
}

.hide {
    display: none;
}

.text-primary {
    color: #40234c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0.6rem 0;
    text-transform: none;
   

}

h1, .container h1 {
    font-family: 'Open Sans', sans-serif ;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 24px;
    color: #40234c;
    /* Changes requested by Steve Quilala on 2024_09_11
    line-height: 60px;
    */
}

h2,.container h2,.container .h2 {
    font-weight: 800;
    font-size: 26px;
    color: #40234c;
    line-height: 36px;
}

h3, .container h3 {
    font-weight: 800;
    font-size: 26px;
    margin: 1rem 0;
    color: #40234c;
}

h4, .container h4, .container .h4 {
    font-family: 'Open Sans', sans-serif ;
    font-weight: 800;
    /* Changes requested by Steve Quilala on 2024_09_11
    font-size: 26px;
    color: #f08521;
    */
    font-size: 16px;
    color: #d14d2e;
}

#entitylist-filters .h4 {color: #40234c;}

h5 {
    font-weight: 800;
    font-size: 1rem;
}

section {
    background-color: #fff;
}

h5 a:not(.btn) {text-decoration: none;}
section {
    background-color: #fff;
}

.row.no-pad {
    margin-right:0;
    margin-left:0;
  }
  .row.no-pad > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }
.page-section {
    padding-top: 140px;
    padding-bottom: 40px;
}

@media (min-width: 375px) {
    .page-section {
        padding-top: 115px;
    }
}

@media (min-width: 568px) {
    .page-section {
        padding-top: 120px;
    }
}

@media (min-width: 992px) {
    .page-section {
        padding-top: 150px;
    }
}

.page-section p,
.page-section li {
    font-weight: 600;
}

@media (max-width: 991px) {
    .home-icons .col-lg-3 {
        width: 25%;
    }
}

::-moz-selection {
    background: #fdb816;
    text-shadow: none;
}

::selection {
    background: #fdb816;
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.btn,button,
.btn active,
.btn:focus,
.btn:hover {
    -ms-border-radius: 40px;
    border-radius: 40px;
    background-image: linear-gradient(to right, #fdb816, #e26b2a);
    border: none;
    color: #40234c;
    box-shadow: none !important;
}

.btn-default, .btn-default:hover, .modal-header button:hover {
    color: #40234c !important;
    border-color: #40234c !important;
}




.container .btn-primary, .container .btn-primary.active, .container .btn-primary:active {
    font-weight: 800 ;
    padding: 0.4rem 1.25rem;
/*  margin-bottom: 0.5rem; */
    color:#40234c !important;
    background-image: linear-gradient(to right, #fdb816, #e26b2a) !important;
}
.container .tabHeader {
   
    color: #40234c !important;
}

.container .nav-tabs > li > a:hover, .container .nav-tabs > li > a:focus {
    color: #40234c;

}

.container .btn-primary:hover {color: #40234c;}

.go-to-top {
    float: right;
}

.field-validation-error {
    color: red;
    font-weight: 700;
}

#mainNav {
    max-height: 189px;
}

/* .navbar-collapse.in {
    overflow-y:hidden !important;
    
    border: 1px solid;
    width: 200px;
    padding: 10px;
    z-index: 9;
    position: relative;
} */

#mainNav .navbar-toggler {
    font-size: 90%;
    font-weight: 700;
    color: #40234c;
    right: 0;
    padding: 0.6rem 0.4rem 0.6rem 0;
    text-transform: uppercase;
    border: 0;
}

.container .nav > li > a:focus {background-color: transparent;}

@media (min-width: 375px) {
    #mainNav .navbar-toggler {
        margin-top: 1.5em;
    }
}
#mainNav .navbar-toggle {
    background-color: #40234c;
    margin-top: 50px;
    float:none;
}
#mainNav .navbar-brand {
    color: #40234c;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #f08521;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: #40234c;
    font-size: 16px;
    font-weight: 700;
    padding: 0.75em 0;
    letter-spacing: 1px;
    white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 5px;
    padding: 10px 7px;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f08521;
}

#mainNav .dropdown-menu {
    margin-top: 0;
    font-size: 90%;
   border: 1px solid rgba(0,0,0,.15);
}
#navbarResponsive .navbar-nav {margin:auto;}
#mainNav .dropdown-item {
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 700;
    padding:0.55rem;
    font-size:16px;
    background:transparent;
    line-height: 27px;
    
}
#mainNav a:hover {text-decoration: none;}

#mainNav a.dropdown-item:hover {background-color: #f8f9fa;}


#mainNav .dropdown-item.active, 
#mainNav .dropdown-item:active {
    background-color: #f5f4f4;
}

#mainNav #navbarResponsive {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #40234c;
    margin: 0.25rem 0;
    box-shadow: 0 0 3px 0 #f5f4f4;
    padding: 0 1rem;
    position: relative;
    width: 254px;
    overflow-y: unset;
    z-index: 9;
}
li.divider-vertical {display: none;}

@media (min-width: 1200px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -ms-transition: padding-top 0.3s, padding-bottom 0.3s;
        -o-transition: padding-top 0.3s, padding-bottom 0.3s;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    li.divider-vertical {display: block;}

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
        font-size: 20px;
    }
    

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
    #mainNav .dropdown-item {font-size: 20px;}
    #mainNav #navbarResponsive {
        margin: 0;
       
        border: none;
        box-shadow: none;
        padding: 0;
        width: auto;
    position: inherit;
    margin-top: 40px;
    }

    #mainNav .dropdown-menu {
        border-color: #40234c;
    }
  
}



@media (max-width: 568px) {
    #mainNav .navbar-brand img {
        max-width: 260px;
    }
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 0;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}




@media(max-width:767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }


    .table-fluid td {
        vertical-align: top;
        word-break: keep-all;
        text-align: justify;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
 
}

@media(min-width:1200px) {
    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
table .dropdown-menu>li>a {color: #e26b2a; font-size: 20px;}
@media(max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
    .container p, .p, .page_section p, .section-diagonal-left p, .section-diagonal-right p,.container ul li, .container .buttons, .container .btn {
        
        font-size: 18px ;
       
    }
    table .dropdown-menu>li>a {font-size: 16px;}

    h1, .container h1 {font-size: 32px;}
    h2, .container h2, .h2 {font-size: 20px;}
    .container table {
        font-size: 16px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }

}






footer {
    font-size: 14px;
    padding-bottom: 25px;
    text-align: center;
    height: 170px;
    clear: both;
    margin-top:40px !important;
}

footer .container {
    padding-left: 0;
    padding-right: 0;
    margin-top:14px;
}

footer h6 {
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 2px;
}

footer p {
    line-height: 1.625em;
}



footer .dots {
    float: left;
    margin-top: 3px;
}

footer .dots img {
    width: 35px;
    height: 11px;
}

footer .separator {
    background-color: #40224b;
    height: 25px;
    margin-bottom: 25px;
}

footer .social i.fab {
    font-size: 2rem;
    margin-right: 0.3rem;
}

@media (min-width: 1600px) {
    footer .address,
    footer .contact-information {
        width: 25%;
    }

    footer .social {
        width: 16.66666667%;
    }

    footer .legal {
        width: 10.333333%;
        margin-left: 3%;
    }
}

footer .social {
    margin-bottom: 20px;
}

footer .social li {
    padding-right: 0;
}

footer .social li .fa {
    font-size: 26px;
    padding: 5px 10px 0 0;
}

@media (min-width: 320px) and (max-width: 600px) {
    footer .legal {
        width: 100%;
    }
    footer .disclaimer {
        width: 100%
    }

}

@media (min-width: 601px) and (max-width: 991px) {
    footer .legal {
        line-height: 16px;
    }

    footer .legal ul {
        text-align: right;
    }

    footer .disclaimer .copyright {
        line-height: 16px
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    footer .legal ul li {
        font-size: 14px;
    }

    footer .legal ul li:after {
        content: "|";
        padding-left: 10px;
    }

    footer .legal ul li:last-child:after {
        content: "";
        padding-left: 0;
    }

}

footer .footer-bottom .container p.copyright {
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

footer .col-md-3.col-lg-3.text-left.address {padding-left: 8px;
    padding-right: 6px;}

.form-control:focus {
    border-color: #f08521;
    Box-shadow: 0 0 0 .1rem #f08521;
}

.float-image-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 80px;
}

@media (min-width: 992px) {
    .float-image-block {
        margin-top: 0px;
    }
}

.modal-header {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/*
.modal-body {
    padding: 0.5rem; 
} */

.modal-dialog {
    width: 95%;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 75%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 50%;
    }
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.introduction {
    font-size: 22px;
    line-height: 35px;
}

footer .footer-bottom  {border-top: 25px solid #40224b;}



.error p {color: #cb2027 !important;}

footer .footer-bottom .container ul li a, footer .footer-bottom .container p,  footer .footer-bottom .container ul li a:focus, footer .footer-bottom .container ul li a:active, footer .footer-bottom .container ul li a.active {
    font-size: 14px;
    color: #40234C;
}
footer .footer-bottom ul li a:hover {color: #e26b2a;}

.footer-bottom li a {
    margin-left: 0 !important;
}
footer .footer-bottom p { font-family: 'Open Sans', sans-serif !important;  color:#40234C !important ;}



#menuSurvey {
    position: fixed;
    right: 17px;
    top: 80%;
    width: 6em;
    text-align: center;
    background-image: linear-gradient(to bottom right,#fdb716,#f08521 33%,#d14d2e);
    color: #fff;
    z-index: 1;
}
footer .footer-bottom #menuSurvey .text-white {
    color: #fff !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

footer .footer-bottom #menuSurvey p {
    margin-bottom: 15px !important;
    color: #fff;
    font-size: 18px;
}

footer .footer-content .row {display: flex; flex-wrap: wrap;}
footer .footer-bottom p {margin-bottom: 15px;}

html[dir=ltr] li #menuSurvey  a {
    margin-left: 0px;
}

@media (min-width: 1200px){
.navbar-right {
    float: right !important;
    margin-right: -15px;
    padding-top: 0.4em;
   
}
}


  .card {
    margin-bottom: 1rem;
 }
 
 .list-view {
.row {
     > [class*='col-'] {
       max-width: 100%;
       flex: 0 0 100%;
     }
   }
   .card {
     @media (max-width: 575.98px) {
      flex-direction: column;
     }
     flex-direction: row;
     > .card-img-top {
      width: auto;
     }
     
     .card-body {
       display: inline-block;
     }
   }
 }

 /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab a:hover {
    background-color: #ddd;
  }

  .tab a:focus {
    color: #e26b2a;
  }
  
  /* Create an active/current tablink class */
  .tab a.active {
    background-color: #ccc;
  }
  .project-links a:focus {color: #40234c;}
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .page-copy .sectionPrimaryColor {background-color: transparent;}
  .container th a, th a:hover, th a:focus {color:#40234c; text-decoration: none;}

th a, th {text-transform: capitalize;}
  .proceeding-table th {cursor: pointer;}

  .proj {border-color: #CCC;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    padding: 10px;
    background: #FFF;
    border-radius: 0;
margin-bottom: 15px;
}




.proj ul {list-style-type: none;}

.card-img-top {height: 182px; width: 362px;}

span.timeline {width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-left: -43px;
    border: 4px solid;
    background-color: #eee;
    border-color: #909090;}

.Complete .icon {font-size: 31px;
    color: #315688;
    margin: -14px 0 0 0px;
    background-image: none;
    background-repeat: 0 0;
    font-family: FontAwesome;}
    
    .dashboard-disclaimer {
        font-style: italic;
        font-size: small !important;
        padding-top: 15px;
        margin-bottom: 5px;
    }
.Complete .icon:before {
    content: "\f00c";
    top: -8px;
    left: 1px;
    font-size: 23px;}

 .In .icon {background-color: #005daa;}   

 .In .icon {
    border-radius: 50%;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-color: #315688;
    border: 3px solid #eee;
}

.timeline-content {padding: 0 10px 20px 29px;
    min-height: 50px;
    border-left: 2px solid #909090;}

    .timeline-list li:last-child .timeline-content {border-left: none;}

    @media (min-width: 1200px) {
.project .col-lg-4 {
    min-height: 450px;
}
    }

    .card-text {min-height: auto;}
    .proj-img-top {width: 100%;}
    .project-image {height: 250px; overflow: hidden;}


    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #fff !important;
        color: #40234c !important;
    }

   .dashboard-section {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        border: solid;
        border-width: thin;
        border-color: #f08521;
    }
   .footer-content .frenchAccessibilityLink {display: none;}

   /*
   *
   * Added By Softlanding to adjust Portal UI Experience
   *
   */

/* Removes background color shading in modal dialog box for close button */
.modal-header .close {
    background-image: none;
    background-color: transparent;
}

.modal-header h4 {
    color: black;
    font-size: 1.5rem;
    font-weight:bold;
}

.container .btn-default {
    font-weight: 800 ;
    padding: 0.4rem 1.25rem;
}
/*  margin-bottom: 0.5rem; */

div.actions {
    padding-left: 28px !important; 
    margin-top:5px !important;
    padding-top: 0px !important;
    padding-bottom:0px !important;
    border-top: 0px !important;
 } 

/* Hide the Remove Value button from Lookup Record modal */
 button.remove-value {
    display: none;
 }

/* Remove border from entitiy forms */
.crmEntityFormView.tab {
    border: none;
}
.container .bootstrap-datetimepicker-widget tr td button
{
width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: inherit;
    border-radius: 2px;
    border: none;
    padding: 0px;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    overflow: visible;
    background-image:none;
}

.container .datepicker .next>button, .container .datepicker .prev>button {
background-image: linear-gradient(to right, #fdb816, #e26b2a);}

.container .validation-summary a {
    color: red !important;
}

a[aria-label="Pending Submitter Requests"] {display: none !important;}
.helpLink {display: none;}

.divider {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .divider h2 {
    display: table;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 700;
  }


.divider h2:after,.divider h2:before {
    border-top:1px solid #B8B8B8;
    content:'';
    display:table-cell;
    position:relative;
    top:.7em;
    width:50%
}
.divider h2:before {
    right:1.8%
}
.divider h2:after {
    left:1.8%
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.container .nav-tabs>li.active>a,.container .nav-tabs>li.active>a:hover, .container .nav-tabs>li.active>a:focus {
    color: black;
}

@media (min-width: 768px)
{
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 28%;
    max-width: 28%;
}
}

.container .pagination>.active>a,.container .pagination>.active>a:focus, .container .pagination>.active>a:hover {
    background-color: #40234c !important;
}

span.fa-search , span.fa.fa-times{
    top: -7px;
}


span[role=checkbox] {
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 767px)
{
.container .table-responsive>.table>thead>tr>th, 
.container .table-responsive>.table>thead>tr>td, .container .table-responsive>.table>tbody>tr>th,.container .table-responsive>.table>tbody>tr>td,
.container .table-responsive>.table>tfoot>tr>th, .container .table-responsive>.table>tfoot>tr>td {
    white-space: break-spaces;
}
}
