/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.navbar .navbar-nav .dropdown-menu {
	background-color: #fff;
	color: #333;
	padding-right: 30px;
}

.dropdown-menu{
	min-width: 100px;
}
.navbar .navbar-nav .dropdown-menu li a {	
    color: #000;
	font-size: 14px;
}
/*.dropdown-menu li a:hover {	
    color: #333;
}*/
.mepr-home{
	display:none;	
}
#appLink:hover{
	cursor: pointer;
}
#appLink{
	font-weight: bold;
}
div#mepr-account-nav > span{
	padding-right:25px;	
    font-size: larger;
}

.dropdown-menu>li>a:hover {
    color: #cb0000; !important;
}
.chr-list{
	font-size:20px;
}
.frm_primary_label{
	color: white;
	font-weight: bold;
}
.inner-container{
	padding-left: 25px;
}

.styled-table thead tr {
	background-color: #FF0000;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 56px;
	
}
.styled-table th {
    width:50%;
	
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}


/* Style the buttons that are used to open and close the accordion panel */
.layerAccordion {
  background-color: #d60000;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border-bottom: solid;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .layerAccordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.layerPanel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.elementor-widget.elementor-icon-list-icon+.elementor-icon-list-text{
	padding-bottom:10px;
}

/*Form*/
#field_xipbjr33, #field_jaehy833, #field_e62qs, #field_kggkvh33{
	font-size: 18px;
}
#field_e62qs_label, #form_support322 > div > fieldset > div > div.frm_submit > input[type=submit]{
	font-size: 18px;
	font-weight: 900;
    color: white;
}