﻿/*USE FOR THE LOGIN AREA (R4 THEME) ON THE LOGIN PAGE*/																   
.float-columns .float-column-70{
	min-width: 420px;
	width: calc(82% - 15px);
	min-height: 200px;
}

.float-columns .float-column-30{
	min-width: 180px;
	width: calc(17% - 15px);
}

/*USE FOR THE WARNING MESSAGE ON THE LOGIN PAGE*/												 
 .callout-header {
  padding: 10px 10px;
  background: #555;
  font-size: 20px;
  color: black;
  background-color: #ffa500;
}

.callout-header h2 {
    color: black;
    font-family: sans-serif;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  background-color: #ffa500;
  color: black
}

/* USE FOR HIDING THE 'AVERAGE RATING - RED STARS'*/								 
.avgRatingStars{
  Visibility: hidden
}

/*ALL OF THE home-container and home-top AREA USE FOR THE HOME PAGE FOR THE RESPONSIVE CSS MEDIA OPTIONS */																												  
/* Container holding the image and the text */
.home-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  z-index: -1;
  border-radius: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  
}

/**** Custom Home Page Responsive Banner ****/
.home-banner {
    background-image: url('../../_config/lms-medi-cal-dev/_images/shutterstock_comp_new.jpg');
    background-size: cover;
    margin-top: -10px;
}

.home-banner-content {
    position: relative;
    z-index: 1;
    color: #f0f0f0;
    padding: 1px 5% 2%;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10%;
    margin-bottom: 5%;
}

.home-banner-content .bg {
        position: absolute;
        z-index: -1;
        top: -25px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.7;
        border-radius: 20px;
    }

.home-banner-header {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    color: #FFFFFF;
}

.home-banner-details {
    text-align: left !important;
    line-height: 1.6;
    font-family: "Segoe UI", Myriad, sans-serif;
    font-size: 1.5em;
    color: #FFFFFF;
    
    padding-left: 10px;
    margin-top: 0px !important;
    margin: 25px 50px 15px 50px !important;
}

.home-top-img {
    
}

/* Create four equal columns that floats next to each other */
.home-columns {
  float: left;
  width: 22.9%;
  padding: 10px;
  margin-right: 1%;
  margin-left:1%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  height: 460px;
  font-size: 11pt;
}

@media (max-width: 1230px) {
    .home-columns {
        width: 48% !important;
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .home-banner-details {
        display: none;
    }
    
    .home-top-img {
        /*display: none;*/
    }
    
    .home-columns {
        width: 48% !important;
        text-align: center !important;
    }
}

@media (max-width: 800px) {
    .home-banner-details-link {
        display: none;
    }
    
    .home-top-img {
        /*display: none;*/
    }

    .home-banner {
        background-image: none;
        background-color: #96368D;
    }

    .home-banner-content .bg {
        display: none;
    }
    
    .home-columns {
        width: 48% !important;
        text-align: center !important;
    }
}

@media (max-width: 640px) {
    .home-banner-content {
        width: 100%;
    }
    
    .home-top-img {
        /*display: none;*/
    }
    
    .home-columns {
        width: 48% !important;
        text-align: center !important;
    }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
   width: 100%;
}

.global-footer {
    background: #222222;
}

.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.global-footer ul, .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-block-start: 1em;
    margin-block-end: 1em;    
}

#horizontal-style {
    width: 100%
}
#horizontal-style li {
    display: inline-flex;
    padding: 0 1% 0 1%;
}
#horizontal-style a {
    display: block;
    border: 1px;
    text-align: center;
    margin: 0 5px;
    font-size: 1rem;
    line-height: 1.45;
    font-family: Arial;
    color: #333;
    overflow-x: hidden;
}

/*USE For Changing Background color for all pages*/
body {
     background-color: #FFFFFF;
}

/*USE for Certificates display frm My Account page*/
#CertificateViewerContainer
{
    font-size:0.8em;
}

/*

SPECIFIC STYLES FOR ADA REMEDIATION (ACENDRE)

*/

body,
.menubarButton,
.breadCrumb,
#loggedInAs, 
ul.tabs li,
table.smallCalendar tbody td.othermonth .dayNum, table.largeCalendar tbody td.othermonth .dayNum
{ color: #333 !important; }

a
{ color: #285177 !important; }

.breadCrumb a,
#loggedInAsStatus a,
.loginFormPageContainer a,
.home-body-mobile a,
.home-body-normal a,
.course-catalog-listing a,
#footerContainer a
{ text-decoration: underline; }

.tabs-container ul.tabs li,
.tabs-container ul.tabs li.on 
{ color: #fff !important; }

table.smallCalendar thead td, table.largeCalendar thead td, 
table.smallCalendar thead th, table.largeCalendar thead th 
{ color: #3b3b3d; }

.req { color: #b61010 !important; }
.formTable td.formLabel { color: #2e5776 !important; }

.actionPanel .actionItem .actionItem-label-container a, .actionPanelWide .actionItem .actionItem-label-container a, #loggedInAsStatus a { color: #fff !important; }
@media screen and (max-width: 640px) { .menubarButton, .menu a { color: #fff !important; } }

.dialog .breadCrumb,
.dialog .breadCrumb .fauxlink,
.dialog .breadCrumb .location 
{ color: #fff !important; }

.dialog .formTable tbody tr:nth-child(odd) td.formLabel, .formTable tbody tr:nth-child(odd) td.formInput 
{ background-color: #fff !important; }

table.pager div.currentIndicator a, .footer-links a {
    color: #ffffff !important;
}