/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/*
 * Do NOT Write CSS in this FILE, Read instructions in the link below
 * https://gist.github.com/Mizner/82370ff030c534fa719b00a747707fbb
 */
 body {
     background-color: #f4f4f4 !important;
}

.page-id-8 div#gform_wrapper_1 label {
    display: block !important;
    font-size: 16px !important;
    color: #333333 !important;
}
.page-id-8 div#gform_wrapper_1 input[type=text],.page-id-8 div#gform_wrapper_1 input[type=password],.page-id-8 div#gform_wrapper_1 input[type=email],.page-id-8 div#gform_wrapper_1 input[type=tel],.page-id-8 div#gform_wrapper_1 input[type=date],.page-id-8 div#gform_wrapper_1 input[type=month],.page-id-8 div#gform_wrapper_1 input[type=week],.page-id-8 div#gform_wrapper_1 input[type=time],.page-id-8 div#gform_wrapper_1 input[type=number],.page-id-8 div#gform_wrapper_1 input[type=search],.page-id-8 div#gform_wrapper_1 input[type=url],.page-id-8 div#gform_wrapper_1 textarea{
	border-radius: 0px !important;
    border: 1px solid #e7e6e6 !important;
    background: #ffffff !important;
}
.page-id-8 input#gform_submit_button_1,.page-id-257 input#gform_submit_button_3 {
    background: #ecebe2 !important;
    border: 0px !important;
    padding: 10px 0px;
    width: 100%;
    max-width: 125px !IMPORTANT;
	color: #333333 !important;
}
.page-id-8 div#gform_wrapper_1  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent !important;
}
.page-id-8 div#gform_wrapper_1  ::-moz-placeholder { /* Firefox 19+ */
 color: transparent !important;
}
.page-id-8 div#gform_wrapper_1  :-ms-input-placeholder { /* IE 10+ */
  color: transparent !important;
}
.page-id-8 div#gform_wrapper_1  :-moz-placeholder { /* Firefox 18- */
  color: transparent !important;
}

.post-page .fl-post-grid-post {
    border: 0px !important;
    box-shadow: 0px 10px 20px rgba(246,246,246,1) !important;
    margin: 10px;
	border-radius:5px !important;
}
#sidebar-blog input.fl-search-input.form-control {
    height: 38px;
    background: url(/wp-content/uploads/2018/10/search-icon-2.png) no-repeat;
    background-position: 97%;
    border-radius: 5px !important;
    border: 1px solid #bdbdbd !IMPORTANT;
}
div#sidebar-blog .fl-module:first-child {
    background: #ffffff !important;
    padding: 0px !important;
}
div#sidebar-blog h2.widgettitle {
    font-size: 22px !important;
    color: #5e4c3e !important;
    border-bottom: 1px #d6d5c9 dashed !important;
    padding-bottom: 10px;
    margin-top: 0px;
}
div#sidebar-blog .fl-module {
    background: #ecebe2 !important;
    margin-bottom: 25px;
    padding: 0px 10px 20px 10px;
    border-radius: 5px !IMPORTANT;
}
div#sidebar-blog ul li a {
    color: #2d2d2d;
    letter-spacing: .5px;
    font-weight: 400;
}
div#sidebar-blog .fl-widget ul li:before {
    content: "";
    background: url(/wp-content/uploads/2018/10/arr-1.png) no-repeat !important;
    height: 15px !important;
    width: 15px !important;
    position: relative !important;
    top: 3px;
    display: inline-block;
}
.post-page .fl-post-text {
    padding: 45px !important;
}
.post-page h2.fl-post-title {
    padding: 5px 0px 10px 0px !important;
}
.post-page h2.fl-post-title a {
    font-size: 30px !IMPORTANT;
    color: #5e4c3e !IMPORTANT;
    font-family: "Lato", sans-serif;
    font-weight: bold;
}
.post-page .fl-post-meta a {
    color: #d0af29 !important;
    text-transform: capitalize;
    font-weight: 600;
}
.post-page .fl-post-more-link a {
    background: #dad7c5;
    color: #333333;
    padding: 9px 25px;
    border-radius: 5px !important;
    position: relative !important;
    top: 20px;
}
.post-page .fl-post-excerpt {
    margin: 15px 0px 20px 0px;
}
textarea#input_1_5 {
    height: 110px !important;
}
.about-btn a.fl-button {
    padding: 8px 20px !important;
    border-radius: 5px !important;
    letter-spacing: 1px;
}

.lesson-form label {
    display: none !important;
}
.lesson-form input[type=text], .lesson-form input[type=password], .lesson-form input[type=email], .lesson-form input[type=tel], .lesson-form input[type=date], .lesson-form input[type=month], .lesson-form input[type=week], .lesson-form input[type=time], .lesson-form input[type=number], .lesson-form input[type=search], .lesson-form input[type=url] {
    border-radius: 5px !important;
    border: 1px solid #cacaca !important;
    background: #ffffff !important;
    height: 38px !important;
}
.lesson-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adadad !important;
	font-size: 12px !important;
}
.lesson-form ::-moz-placeholder { /* Firefox 19+ */
 color: #adadad !important;
	font-size: 12px !important;
}
.lesson-form  :-ms-input-placeholder { /* IE 10+ */
  color: #adadad !important;
	font-size: 12px !important;
}
.lesson-form  :-moz-placeholder { /* Firefox 18- */
  color: #adadad !important;
	font-size: 12px !important;
}
.lesson-form  textarea {
    border-radius: 5px !important;
    border: 1px solid #cacaca !important;
    background: #ffffff !important;
    height: 110px !important;
}
.lesson-form input#gform_submit_button_4 {
    background: #ecebe2 !important;
    border: 0px !important;
    padding: 10px 0px;
    width: 100%;
    max-width: 125px !IMPORTANT;
	color: #333333;
}

.accor .fa-plus:before {
    content: "";
    background: url(/wp-content/uploads/2018/10/Shape-62.png);
    position: relative;
    height: 41px;
    width: 41px;
    background-repeat: no-repeat;
    display: block;
    margin: 0px auto;
    top: 0px;
}
.accor .fa-minus:before {
    content: "";
    background: url(/wp-content/uploads/2018/10/df.png);
    position: relative;
    height: 47px;
    width: 47px;
    background-repeat: no-repeat;
    display: block;
    margin: 0px auto;
    top: 0px;
}

.accor .fl-accordion-button-icon {
    display: block;
    position: relative;
    top: 35px;
    padding-left: 0px;
    opacity: 1;
}
.accor .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-icon {
    display: block;
    position: relative;
    top: 5px;
    padding-left: 0px;
    opacity: 1;
}
.accor .fl-accordion-content p, .accor .fl-accordion-button-label {
    display: block !important;
}
.accor .fl-accordion-button-icon {
    height: 40px !important;
}
.accor .fl-accordion-button {
    width: 100%;
    max-width: 100%;
	text-align: center;
}
.accor .fl-accordion-content {
    padding: 20px 20px 10px 20px !important;
    text-align: center;
}
.product-page span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #999999 !important;
    font-weight: bold;
}
.product-page .fl-post-grid-text {
    padding: 20px 25px 30px 25px !important;
}
.product-page span.price {
    float: right !important;
    margin-top: 22px !important;
}
a.fl-button {
    border-radius: 30px !IMPORTANT;
}

/*---ver2 page---*/
 * select#input_5_1 {
    background: url(/wp-content/uploads/2018/12/btnww.png)  no-repeat, #ffffff;
	background-position: 100%;
	    border: 1px solid #9e9e9d;
	    padding-left: 15px;
}
input#input_5_2, input#input_5_3 {
    padding-left: 35px;
	    background: url(/wp-content/uploads/2018/12/cl.png) no-repeat, #ffffff;
    background-position: 6% 55%;
}
.title-search {
    position: absolute;
    margin-top: -5px;
    margin-left: 5px;
}
.legend .label {
    color: #333333 !important;
}
.box-shadow .fl-col-content{
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
.content-outer {
    position: relative;
}
.left-img {
    position: relative;
	z-index: 9 !important;
}
.box-shadows {
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: absolute;
    right: 175px;
    z-index: 999999;
    background: #ffffff;
    width: 100%;
    max-width: 35%;
    margin-top: 110px;
    padding: 15px 20px 40px 20px;
    border-radius: 5px;
}
.section2-about .fl-photo-blurb {
    position: relative;
    border-radius: 10px !IMPORTANT;
    overflow: hidden;
}
.section2-about h3.fl-photo-blurb-heading {
    font-size: 30px;
}
.section2-about h3.fl-photo-blurb-heading:before {
    background: url(/wp-content/uploads/2019/01/icon2.png) no-repeat;
    height: 100px;
    width: 100px;
    display: block !IMPORTANT;
    position: relative;
}
button.read-more-btn {
    background: #ffffff;
    border: 0px !IMPORTANT;
    border-radius: 30px;
    padding: 7px 25px;
    margin-top: 20px;
}
.section2-about p.fl-photo-blurb-paragraph {
    position: relative;
    top: 170px;
}
.section2-about .fl-photo-blurb-text {
    position: relative;
    top: 100px;
}
.about-gallery .pp-photo-gallery-item:nth-child(3n+1){
	clear: none !important;
}
.about-gallery .pp-photo-gallery-item:last-child {
    width: 100%;
    max-width: 65.5%;
    margin-right: 0px !IMPORTANT;
	margin-bottom: 0px !important;
}
.pp-testimonials .layout-4 .layout-4-content {
    background: transparent !important;
}
.pp-testimonials-image img {
    height: 125px;
    width: 125px;
    border-radius: 100%;
    border: 2px solid #ffffff !IMPORTANT;
	object-fit: cover !important;
}
.testimonial-about p ,.testimonial-about h4.pp-testimonials-subtitle{
    font-style: italic;
}

.form-contact2 input[type=text], .form-contact2 div#gform_wrapper_1 input[type=password], .form-contact2 div#gform_wrapper_1 input[type=email], .form-contact2 div#gform_wrapper_1 input[type=tel], .form-contact2 div#gform_wrapper_1 input[type=date], .form-contact2 div#gform_wrapper_1 input[type=month], .form-contact2 div#gform_wrapper_1 input[type=week], .form-contact2 div#gform_wrapper_1 input[type=time], .form-contact2 div#gform_wrapper_1 input[type=number], .form-contact2 div#gform_wrapper_1 input[type=search], .form-contact2 div#gform_wrapper_1 input[type=url], .form-contact2 div#gform_wrapper_1 textarea {
    border-radius: 0px !important;
    border: 0px;
    border-bottom: 1px solid #e7e6e6 !important;
    background: #ffffff !important;
}
.form-contact2 label.gfield_label{
	display: none !important;
}
.form-contact2 input#gform_submit_button_1 {
    background: #00bbb8 !important;
    color: #ffffff;
    letter-spacing: 1px;
    border: 0px !important;
    border-radius: 5px !important;
    padding: 8px 40px;
    width: 140px;
}
.form-contact2 div#gform_wrapper_1  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333 !important;
	font-size: 14px !important;
}
.form-contact2 div#gform_wrapper_1  ::-moz-placeholder { /* Firefox 19+ */
 color: #333333 !important;font-size: 14px !important;
}
.form-contact2 div#gform_wrapper_1  :-ms-input-placeholder { /* IE 10+ */
  color: #333333 !important;font-size: 14px !important;
}
.form-contact2 div#gform_wrapper_1  :-moz-placeholder { /* Firefox 18- */
  color: #333333 !important;font-size: 14px !important;
}
.right-buttons span.pp-icon {
    color: #ffffff !IMPORTANT;
}
h3.pp-infolist-title-text {
    letter-spacing: 1px !IMPORTANT;
}
.dashboard-home .pp-tab-label-inner {
    text-align: left;
}
.dashboard-home .pp-tabs-labels {
    float: left;
    width: 100%;
    max-width: 315px;
    background: #231f20;
	padding-top: 20px;
    padding-bottom: 20px;
}
.dashboard-home .pp-tab-label-inner {
    padding-left: 35px !IMPORTANT;
}
.dashboard-home .pp-tabs-panels {
    float: left;
    width: 100%;
}
.main-logo .fl-photo-img-png {
    position: relative;
    top: 10px;
    z-index: 99;
}
.dashboard-home  span.pp-tab-title {
    letter-spacing: 1px;
}
.dashboard-home  .pp-tabs-style-5 .pp-tabs-label .pp-tab-label-inner {
    padding: 15px 0px 15px 40px !important;
    position: relative;
}
.radius-btn a.pp-button {
    border-radius: 30px !important;
}
.radius-btn a.pp-button:hover,.radius-btn a.pp-button:hover {
    box-shadow: 0px 30px 140px rgba(0,0,0,0.3) !important;
}
.dashboard-home .pp-tabs-panel-content {
    background: #e6e6e6 !important;
}
.dashboard-home  .pp-tabs {
    display: flex;
    justify-content: left;
}
.grievance-center .fl-row-content-wrap,.reports-page .fl-row-content-wrap{
    border-radius: 30px;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,.1) !important;
	overflow: hidden;
	    background: #ffffff;
}
.dashboard-tab .fl-row-content-wrap {
	background: #f4f4f4 !important;
}
.reports-page .fl-module-content.fl-node-content {
    margin: 0px !IMPORTANT;
	
}

.icon-btn a.fl-button {
    box-shadow: 0px 0px 20px rgba(0,0,0,.1) !important;
}
.dashboard-home  span.pp-tab-icon {
    width: 30px;
    text-align: center;
}
.reports-page .tablesaw-bar.mode-swipe {
    display: none;
}
/*.reports-page .fl-row-content-wrap {
    padding: 0px !IMPORTANT;
}*/
.comments-tab li.pp-list-item {
    width: 100%;
    max-width: 100%;
}
.comments-tab .pp-infolist-icon-inner img {
    border-radius: 100% !IMPORTANT;
    object-fit: cover;
}
.comments-tab span.right-text {
    color: #a7a7a7 !important;
	text-transform: capitalize;
	padding-left: 10px;
}
.comments-tab h3.pp-infolist-title-text {
    text-transform: uppercase;
}
.comments-tab li.pp-list-item {
    background: #ffffff;
    margin-bottom: 30px !important;
    padding: 30px 20px 15px 20px !IMPORTANT;
    border-radius: 30px !important;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,.1) !important;
}
.comments-tab  .pp-infolist-description p {
    margin-bottom: 0px;
}
.comments-tab h3.pp-infolist-title-text {
    padding-bottom: 10px;
}
.action img {
    height: 30px;
    width: 30px;
	margin: 0px 5px;
}
.action {
    display: flex;
    justify-content: center;
}
span.static-time,span.static-time {
    float: right;
    font-size: 12px;
    color: #a2a3a7 !important;
    position: relative;
    top: 10px;
}
.dash-first .fl-module.fl-module-photo .fl-module-content, .dash-second .comments-tab .fl-module-content, .dash-fourth .fl-module.fl-module-photo .fl-module-content {
    background: #ffffff;
    border-radius: 20px !IMPORTANT;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px;
    height: 320px;
    overflow: hidden !important;
}
.dash-third .fl-module.fl-module-pp-table .fl-module-content {
    background: #ffffff;
    border-radius: 20px !IMPORTANT;
    margin-top: 10px;
    overflow: hidden;
    overflow-y: scroll !important;
    padding: 20px;
    height: 320px;
   
}
.dash-third .tablesaw-bar.mode-swipe {
    display: none;
}
.dash-second h3.pp-infolist-title-text {
    font-size: 12px !IMPORTANT;
}
.dash-second p {
    font-size: 12px;
}
.dash-second .comments-tab li.pp-list-item {
    background: #ffffff;
    margin-bottom: 10px !important;
    padding: 10px 10px 10px 10px !IMPORTANT;
    border-radius: 30px !important;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,.1) !important;
}
.dash-second .pp-infolist-icon-inner img {
    border-radius: 100% !IMPORTANT;
    object-fit: cover;
    height: 25px !important;
    width: 25px !IMPORTANT;
}
.dash-second  .pp-infolist-icon-inner {
    height: 25px !important;
    width: 25px !IMPORTANT;
    overflow: hidden !IMPORTANT;
    position: relative;
    top: 20px;
}
.dash-second  h3.pp-infolist-title-text {
    padding-bottom: 5px;
}
.dash-fourth {
    position: relative;
    top: 29px;
}
.dash-third .fl-module-content.fl-node-content {
    padding: 0px !IMPORTANT;
}
.tablesaw-swipe th.tablesaw-cell-hidden, .tablesaw-swipe td.tablesaw-cell-hidden {
    display: table-cell !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-content p:nth-child(3) {
    display: none;
}
.fl-full-width .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !IMPORTANT;
}
.row {
    margin-left: 0px !important;
   margin-right: 0px !important;
}
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 20px 0px 20px 0px !IMPORTANT;
	/*min-height: 700px;*/
}
/*.fl-sidebar .fl-widget ul li {*/
/*    margin: 0px 0px !important;*/
/*    padding: 17.5px 20px 17.5px 60px;*/
/*}*/
.fl-sidebar .fl-widget ul li {
    margin: 0px 0px !important;
    padding: 9.5px 20px 9.5px 35px;
}
ul#menu-primary li a {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Lato", sans-serif !important;
    text-decoration: none;
    font-size: 15px !IMPORTANT;
}
.fl-sidebar .dashicons, .dashicons-before:before {
    height: auto;
    display: inline;
}
.fl-sidebar .fl-widget ul li:before {
    width: 35px !important;
    max-width: 35px !IMPORTANT;
    margin-right: 10px;
    text-align: center !important;
    color: #ffffff;
    display: inline-block;
    justify-content: center;
    font-size: 24px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.fl-sidebar .fl-widget ul li:hover {
    background: #2b2728 !important;
}
.fl-sidebar .fl-widget ul li:hover a,.fl-sidebar .fl-widget ul li:active a,.fl-sidebar .fl-widget ul li:focus a,.fl-sidebar .fl-widget ul li:visited a,.fl-sidebar .fl-widget ul li:hover:before,.fl-sidebar .fl-widget ul li:active:before,.fl-sidebar .fl-widget ul li:focus:before,.fl-sidebar .fl-widget ul li:visited:before {
    color: #c92027 !IMPORTANT;
}
.fl-content.fl-content-right {
    padding: 30px !IMPORTANT;
	margin: 0px !IMPORTANT;
    background: #f4f4f4;
}
.fl-page-content {
    background-color: #f4f4f4 !important;
}

@media only screen and (max-width: 768px){
	ul.layout-3-wrapper {
    display: flex !IMPORTANT;
    justify-content: center !IMPORTANT;
}
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    display: none;
	
}
	.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    position: absolute;
    z-index: 99;
    width: 100%;

}
.fl-content.fl-content-right {
	padding: 15px !IMPORTANT;
	}
}

table.sticky-list tr th:nth-child(5) {
    display: none;
}
td.column-4.stickylist-text {
    display: none;
}
td.sticky-action {
    text-align: center !important;
    white-space: inherit !important;
}
table.sticky-list th, table.sticky-list .sticky-nowrap {
    white-space: inherit !important;
    text-align: center;
}
table.sticky-list td {
    text-align: center;
}

table.sticky-list {
    width: 100%;
    background: #ffffff;
    border-radius: 20px !important;
    overflow: hidden !important;
}
table.sticky-list thead{
    background: #231f20;
    border: 0;
    width: 100%;
}

table.sticky-list th, table.sticky-list .sticky-nowrap {
    white-space: pre-wrap;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*===========03-10-2019========*/
.event-list-custom {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.event-list-custom li {
		background-color: rgb(255, 255, 255);
	    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.19);
		padding: 0px;
		margin: 0px 0px 10px;
	}

	.event-list-custom li img {
		width: 100%;
	}
	.event-list li .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list-custom li .info .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list-custom li .info .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list-custom li .info ul
{
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
.new-img:after {
    position: absolute;
    content: "";
    width: 0;
    top: 37%;
    right: 0;
    border-bottom: 10px solid #ffffff00;
    border-right: 10px solid #ffffff;
    border-left: 0px solid #fffbfb00;
    border-top: 10px solid #fff0;
}
.new-img {
    float: left;
    position: relative;
}
.info {
    padding: 10px 0px;
}

	@media (min-width: 768px) {
	    /*=======hover effect in news list=======*/
 /*.event-list-custom li {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
}
.event-list-custom li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D1D1D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.event-list-custom li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.event-list-custom li:hover {
    color: #fff;
    cursor: pointer;
}*/

/*============member profile hover effet==================*/

.hvr-shutter-out-vertical {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 310px;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #D1D1D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.panel-default h1, .panel-default h2, .panel-default h2,
.panel-default p, .panel-default span{
      font-family: "Lato", sans-serif !important;
}
  



/*ul.event-list-custom li:hover .new-img:after {*/
/*    border-right: 10px solid #D3D3D3;*/
/*}*/
.event-list-custom li {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	padding: 0px;
}

.event-list-custom li img  {
	display: inline-block;
}

.event-list-custom li img {
	width: 120px;
	float: left;
}
.event-list-custom li .info {
	overflow: hidden;
}

.event-list-custom li img {
	width: 120px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
.event-list-custom li.info {
	position: relative;
	height: 120px;
	text-align: left;

}	
.event-list-custom li .info .title, 
.event-list-custom li .info .desc {
	padding: 0px 10px;
}
.event-list-custom li .info ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.profile-card-dtls {
    margin-left: -15px;
    word-break: break-all;
}
.fl-node-5c74cb0201ce3.fl-module-heading .fl-heading {
    margin-left: 17px !important;
}
.page-id-785 .fl-node-5c763ed507bb1 {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
}
.centered-text {
text-align: center;
}
.Member-Resources-img img {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #bfbfbf;
}
.centered-text h2 {
    font-size: 18px;
    font-weight: 600;
}
.centered-text h3 {
    font-size: 16px;
    font-weight: 600;
}
ul.event-list-custom .info h2.title {
    font-size: 18px;
}

a#ai1ec-agenda-expand-all i, a#ai1ec-agenda-collapse-all i, a#ai1ec-print-button i {
    font-size: 1.9em;
    line-height: 0.75em;
    vertical-align: -37%;
}
a#ai1ec-agenda-expand-all, a#ai1ec-agenda-collapse-all, a#ai1ec-print-button {
    padding: 5px 10px;
}
div#ai1ec-calendar-view .ai1ec-btn-toolbar .ai1ec-btn-group.ai1ec-btn-group-xs {
    margin-top: 0px !important;
}
div#ai1ec-calendar-view .ai1ec-clearfix {
    margin: 15px 0px;
}
div#ai1ec-calendar-view .ai1ec-pull-left .ai1ec-pagination.ai1ec-btn-group {
    margin-top: 26px;
}
div#ai1ec-calendar .ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
    margin-top: 15px !important;
}
div#ai1ec-calendar-view .post-edit-link {
    color: #872121;
    font-weight: 600 !important;
    font-size: 14px;
    margin-left: 10px;
}
div#ai1ec-calendar-view .ai1ec-agenda-view .ai1ec-date {
    background: #ffffff !important;
     margin-bottom: 10px;
}
div#ai1ec-calendar-view  .ai1ec-agenda-view .ai1ec-event {
    margin: 10.5px 0;
   
}
div#ai1ec-calendar .ai1ec-calendar-toolbar {
    border: 0px !important;
}
div#ai1ec-calendar-view {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.ai1ec-agenda-view .ai1ec-event-toggle {
    color: #6689ac!important;
  
}

/*================key contact css start==================*/
.profile-card-top {
    background: #fff;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.19);
	 min-height: 245px;
}
.profile-card-dtls h3 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #165892;
    margin-bottom: 0px;
}
.profile-card-dtls p {
    margin: 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #5f5e5e;
    text-transform: capitalize;
}
.profile-card-dtls ul li:first-child {
    margin-left: 0px;
}

.profile-card-dtls ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 20px;
    margin: 0px 7px;
}
.profile-card-dtls ul {
    padding: 0px;
    margin-top: 10px;
}
.profile-card-dtls ul li a i {
    color: #5f5e5e;
}
.profile-card-img img {
    width: 120px;
    height: 120px;
    margin: auto;
}
.profile-card-status p strong {
    color: #000;
}
.profile-card-status p {
    font-size: 16px;
    margin-top: 10px;
    color:#5f5e5e;
}
.profile-card-top {
    margin-bottom: 30px;
}


/*======================pagenation css start===============*/
.tablenav {
    width: 100% !important;
    padding: 0px 15px;
}
.displaying-number {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    padding: 10px 0px;
}
.tablenav-pages {
   display: inline-block;
    float: right;
    padding: 10px 0px;
    margin: 0px !important;
}
.page-numbers {
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #165892;
    margin: 0px 0px;
    color: #165892;
}
.page-numbers.current {
    background: #165892;
    color: #fff;
}
.fl-node-5c74cb0201ce3.fl-module-heading .fl-heading {
    text-align: left;
}
.notifications .col-md-9.col-sm-12 p:nth-child(1) {
    font-size: 16px !important;
    text-transform: capitalize;
}
.web-link-notifications{
    background: #D1D1D1;
    border: 1px solid #D1D1D1;
}
ul#menu-primary li.current-menu-item a, ul#menu-primary li.current-menu-item:before{
    color: #c92027 !IMPORTANT;
} 
ul#menu-primary li.current-menu-item{
   background: #2b2728 !important; 
}
/*.image-head img {
    width: 100%;
    height: 110px;
}*/
.upper-text h2 {
    text-align: center;
    font-size: 28px;
}
li#field_30_24 h2 {
    font-size: 18px;
}
#field_30_22 > div > p:nth-child(2) {
    text-align: center !important;
    font-weight: bold;
    font-style: italic;
}
input#gform_submit_button_30 {
    background: #EA3F33;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #de3327;
    padding: 10px 25px;
    border-radius: 35px !important;
}
.upper-text u {
    color: #000000;
    font-size: 18px;
    padding: 0px 5px;
}
@media screen and (max-width:768px){
    .fl-content.fl-content-right.col-md-8{width:100% !important; min-width:100% !important;}
    .fl-node-5c74cb0201ce3.fl-module-heading .fl-heading { text-align: center !important;}
    .fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    width: 100% !important;
}
.custom-aside-class {
    height: auto !important;
}
}
@media screen and (max-width:767px){
   ul.event-list-custom li .new-img {
    display: block;
    width: 100%;
    clear: both;
}
.event-list-custom li {
    padding: 10px;
}
.info {
    margin: 10px 0px;
    display: block;
    clear: both;
    width: 100%;
}
.new-img:after {
   display :none;
}
.profile-card-img img {
    width: 100%;
    height: auto;
    margin: auto;
}
.profile-card-dtls {
    margin-top: 10px;
}
.event-list-custom li .info .desc {
    font-size: 12pt;
  
}
}
@media screen and (min-width:769px) and (max-width:991px){
.fl-node-5c74cb0201ce3.fl-module-heading .fl-heading {
    font-size: 16px;
    
}
.event-list-custom li .info .desc {
    font-size: 10pt;
}
ul.event-list-custom .info h2.title {
    font-size: 14px;
}
.custom-aside-class{height:auto !important;}
.fl-node-5c74c907de0c8 .fl-node-5c74c907de38f {
    display: none !important;
}
.fl-node-5c74c907de0c8 .fl-node-5c74c93750987 {
    width: 40.8%!important;
}
.fl-node-5c74c907de0c8 .fl-node-5c74caf2e0bf1 {
    width: 20.26%!important;
}
.fl-node-5c74c907de0c8 {
    padding: 10px 0px;
}
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    min-height: auto!important;
}
.col-md-custom aside#nav_menu-2 {
    margin-bottom: 0px !important;
}
.fl-sidebar .fl-widget ul li:before {
    width: 30px !important;
    max-width: 30px !IMPORTANT;
    margin-right: 5px;
}
.fl-sidebar .fl-widget ul li {
    margin: 0px 0px !important;
    padding: 17.5px 17.5px 17.5px 17.5px;
}
ul#menu-primary li a {
     font-size: 12px !IMPORTANT;
}
.profile-card-dtls p {
    word-break: break-all;
    font-size: 14px;
}
.profile-card-img img {
    height: 75px;
}
}
@media screen and (min-width:768px){
.account-user-details-inner {
    width: 100%;
    max-width: 50%;
}
}
@media screen and (min-width:992px) and (max-width:1260px){
  .fl-node-5c74c907de0c8 .fl-node-5c74c907de38f {
    display: none !important;
}
.event-list-custom li .info .desc {
    font-size: 12pt;
}
/*.main-logo .fl-photo-img-png a img {*/
/*    width: 100%;*/
/*    max-width: 165px;*/
/*}*/
.fl-sidebar .fl-widget ul li:before {
    width: 30px !important;
    max-width: 30px !IMPORTANT;
    margin-right: 5px;
}
/*.fl-sidebar .fl-widget ul li {*/
/*    margin: 0px 0px !important;*/
/*    padding: 17.5px 17.5px 17.5px 17.5px;*/
/*}*/
ul#menu-primary li a {
     font-size: 14px !IMPORTANT;
}
}
@media screen and (min-width:769px) and (max-width:1300px){
.fixed_siderbar {
   overflow-y: scroll;
}
}
@media screen and (min-width:320px) and (max-width:600px){
.ai1ec-btn-group.ai1ec-btn-group-xs {
    margin: 0px;
}
.fl-node-5c74c94f9648f .pp-infolist-wrap .layout-3 .pp-list-item {
    text-align: center !important;
    padding: 0px;
}
}
@media screen and (min-width:601px) and (max-width:768px){
.fl-node-5c762ff2191a2 .fl-photo.fl-photo-align-center .fl-photo-img-jpg img {
    width: 60%;
    margin: auto;
}
.fl-node-5c74c94f9648f .pp-infolist-wrap .layout-3 .pp-list-item {
    text-align: center !important;
    padding: 0px;
}
}
@media screen and (min-width:320px) and (max-width:768px){
.pp-dual-button-content .pp-dual-button {
    float: inherit !important;
    margin-bottom: 10px;
}
.fl-builder-content .fl-node-5d12199840565 a.fl-button {
    padding-right: 25px;
    padding-left: 25px;
}
.fl-node-5c762ff218ef1, .fl-node-5c762ff218f9f, .fl-node-5c762ff219083, .fl-node-5c762ff219131 {
    width: 100% !important;
    max-width: 100% !important;
}
.fl-node-5c762ff219083 {
    margin-top: 30px;
}
.fl-node-5c7faefe64c44 > .fl-node-content, .fl-node-5d971b16ca309 .fl-node-content, .fl-node-5c762ff2190f8 .fl-node-content, .fl-node-5c762ff2191a2 .fl-node-content {
    overflow: scroll;
    margin-left: 0px;
    margin-right: 0px;
}
.fl-node-5c7faefe64c44 .tablesaw-sortable thead tr th {
    padding-right: 0.4em !important;
}
.fl-node-5c74c90f17e1c .fl-photo-content img {
    max-width: 70% !important;
}
.fl-node-5c74cb0201ce3 .fl-node-content h2.fl-heading span {
    margin: 20px 0px;
    display: block;
}
}
@media screen and (min-width:769px) and (max-width:991px){
.profile-card-top {
    height: 180px;
}
header.fl-builder-content.fl-builder-content-59 {
    position: fixed;
    z-index: 9;
    width: 100%;
}
.fl-content.fl-content-right.col-md-8 {
     top: 100px;
}
/*.col-md-custom {*/
/*   top: 118px !important;*/
/*}*/
.action-log {
    margin-bottom: 30px;
}
.account-user-details-inner {
    max-width: 80% !important;
}

}
@media screen and (min-width:769px) and (max-width:1200px){
.fl-node-5c762ff218ef1, .fl-node-5c762ff218f9f, .fl-node-5c762ff219083, .fl-node-5c762ff219131 {
    width: 100% !important;
}
.fl-node-5c76307fa1e95 .pp-dual-button-content a.pp-button {
    width: 218px!important;
     font-size: 14px;
     padding-top: 25px;
    padding-bottom: 25px;
}
.fl-builder-content .fl-node-5d12199840565 a.fl-button {
    padding-right: 100px;
    padding-left: 100px;
}
.fl-node-5c76307fa1e95 .pp-dual-button-content .pp-dual-button-2 .pp-font-icon {
    line-height: 30px !important;
}
.pp-dual-button-2.pp-dual-button {
    margin-left: 5px;
}
.dash-fourth .fl-module.fl-module-photo .fl-module-content {
    height: 500px;
}
}
@media screen and (min-width:769px){
    .main-logo .fl-photo-img-png img {
    max-width: 220px !important;
}
.col-md-custom {
    position: fixed !important;
    overflow-y: scroll;
    left: 0;
    top: 85px;
    bottom: 0;
}

.col-md-custom {
	top: 130px !important;
}	
.admin-bar .col-md-custom {
	top: 155px !important;
}

.fl-content.fl-content-right.col-md-8 {
    height: 100vh;
}
.col-md-custom {
    position: relative;
}
 .fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom{
	  width: 24%;
      float: left;
}
.fl-content.fl-content-right.col-md-8{
	 float: left;
     width: 76% !important;
}
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom:before {
    background: #231f20;
    content: "";
    /*width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100vh;
}
.col-md-custom li {
    /*z-index: 9;*/
    position: relative;
}
.main-logo .fl-photo-img-png {
    top: 0px!IMPORTANT; 
}
.fl-page-content {
    margin-top: -3px !important;
}

.fl-content.fl-content-right.col-md-8 {
    float: right !important;
}
.col-md-custom::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.col-md-custom::-webkit-scrollbar {
	width: 2px;
	background-color: #F5F5F5;
}
.col-md-custom::-webkit-scrollbar-thumb {
	background-color: #fff;
}
}
@media screen and (min-width:992px) and (max-width:1023px){
/*  .col-md-custom {*/
/*    top: 100px;*/
/*}*/
.profile-card-top {
    height: 175px;
}

}
@media screen and (min-width:1024px) and (max-width:1260px){
/*  .col-md-custom {*/
/*    top: 100px;*/
/*}*/
/*.page-template-tpl-sidebar .col-md-custom {*/
/*    top: 65px!important;*/
/*}*/
}
@media screen and (min-width:992px) and (max-width:1285px){

/*.page-template-tpl-sidebar .col-md-custom {*/
/*    top: 65px!important;*/
/*}*/
/*.logged-in .col-md-custom {*/
/*    top: 100px !important;*/
/*}*/
}
@media screen and (min-width:1600px) {
.fl-node-5c74c90f17e1c.main-logo .fl-photo-img-png {
    float: left;
}
}

/*@media screen and (min-width:1366px) and (max-width:1400px){*/
/*  aside#nav_menu-2 {*/
/*    height: 500px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1401px) and (max-width:1440px){*/
/*    aside#nav_menu-2 {*/
/*    height: 550px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1441px) and (max-width:1500px){*/
/*   aside#nav_menu-2 {*/
/*    height: 600px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1501px) and (max-width:1550px){*/
/* aside#nav_menu-2 {*/
/*    height: 650px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1551px) and (max-width:1600px){*/
/* aside#nav_menu-2 {*/
/*    height: 700px;*/
/*}*/
/*}*/

.fl-node-5c74c94f9648f .pp-infolist-wrap .layout-3 .pp-list-item {
    width: 33.333%;
}
.fl-node-5c74c8b0ed579 > .fl-row-content-wrap {
    padding-bottom: 8px !important;
}
.page-id-785 div.woocommerce h2 {
    font-size: 24px!important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px !important;
}
.account-user-details .user-image {
    position: relative; 
    z-index: 1;
   text-align: center;
    
}
.account-user-details .user-info-block {
    background: #fff; 
    z-index: 0; 
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
}
.user-info-block .user-heading {
     width: 100%; 
     text-align: center;
     margin: 10px 0 0;
     
}
.user-body .tab-content h4 {
      margin: 10px 0; 
      color: #333;
}
  .account-user-details-inner {
    position: relative;
    margin: auto;
    display: block;
    background: #fff;
  
}
.user-body {
    text-align: center;
}
select#input_5_3_4 {
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    height: 34px;
}

div#open_grievance_section,div#closed_grievance_section{
  display:none;
}

.showgrivance{
  display:block !important;
}
.filter_divs button.filter_sub , .filter_sub{
    border: 1px solid #EA3F33 !important;
    border-radius: 37px !important;
    color: #ffffff !important;
    font-size: 14px !important;
   text-decoration:none !important;
	font-weight: 500 !important;
    padding: 10px 20px !important;
    background: #EA3F33;
    letter-spacing: 1px;
}
.filter_divs select.division_v,.filter_divs select.steps_v ,.filter_divs input[type="text"]{
    background: #ffffff !important;
    border-radius: 35px !important;
    height: 42px;
	
	color: #333333;
	border: 1px solid #cccccc;
}
.reposts_data table.tablesaw.status-tables {
    border-radius: 20px !IMPORTANT;
    overflow: hidden !important;
}
td.view_data a {
    background: #2C4B77;
    color: #fff !important;
    border: 1px solid #2C4B77;
    padding: 2px 20px;
	text-decoration: none;
}
.export_button{
	text-align: center;
}
.page-id-126004 .fl-content.fl-content-right.col-md-8 {
    background: #ffffff !important;
}
.page-id-126004 .web-link-notifications {
    background: #ffffff;
    border-radius: 0px !IMPORTANT;
    border: 0px;
    border-bottom: 2px solid #c7c7c7;
	    padding-top: 5px;
	padding-bottom: 5px;
}
.page-id-126004 {
    background: #ffffff !IMPORTANT;
}
.page-id-126004 .notifications.web-link-notifications .col-md-9.col-sm-12,.page-id-126004  .notifications.web-link-notifications {
    padding-left: 0px !IMPORTANT;
}
.page-id-126004 .notifications.web-link-notifications a {
    color: #000000 !important;
	letter-spacing: 1px !important;
}.page-id-126004 .notifications .col-md-9.col-sm-12 p:nth-child(1) {
    font-size: 18px !IMPORTANT;
    color: #000000 !IMPORTANT;
    font-weight: 900 !IMPORTANT;
    letter-spacing: 1px;
}
.page-id-126004 .notifications.web-link-notifications h3 {
    font-size: 22px;
    color: #000000;
}
.page-id-126004 .notifications.web-link-notifications p {
    color: #000000 !IMPORTANT;
}
.page-id-126004 a.btn.btn-default.notify-view {
    border-color: transparent !IMPORTANT;
    width: 100% !IMPORTANT;
    max-width: 90px;
    float: right;
    margin-top: 0px !IMPORTANT;
}
.page-id-126004 a.btn.btn-default.notify-view:hover{
	background: transparent !important;
}
.profile-card-dtls p {
    text-transform: capitalize !IMPORTANT;
}
.page-id-126004 a.btn.btn-default.notify-view:after {
    display: inline-block;
    content: "";
    background: url(/wp-content/uploads/2020/06/arrow-1.png), no-repeat !IMPORTANT;
    height: 15px;
    width: 30px;
    background-size: 30% !IMPORTANT;
    background-repeat: no-repeat !IMPORTANT;
    margin: 0px 0px 0px 12px;
    position: absolute;
    top: 16px;
}
.profile-card-dtls h3 {
    padding-bottom: 10px;
}
.small-width {
    width: 100%;
    max-width: 36px;
}
.small-width ul#menu-primary li {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}
.small-width ul#menu-primary li a {
    display: none;
}
.small-width ul#menu-primary li:before {
    font-size: 18px;
	cursor: pointer;
}
.full-width .fl-content.fl-content-right.col-md-8 {
    width: 100% !IMPORTANT;
    max-width: 97%;
}
@media screen and (min-width:1499px){
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 45px 0px 20px 0px !important;
}
}

@media screen and (min-width:1686px){
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 65px 0px 20px 0px !important;
}
}

@media screen and (min-width:1799px){
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 85px 0px 20px 0px !important;
}
}

@media screen and (min-width:2024px){
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 105px 0px 20px 0px !important;
}
}

@media screen and (min-width:2698px){
.fl-sidebar.fl-sidebar-left.fl-sidebar-display-always.col-md-custom {
    background: #231f20;
    margin: 0px;
    padding: 150px 0px 20px 0px !important;
}
}

.news-member-section .news-div {
    background: white;
    height: 311px;
    overflow-y: scroll;
}
.calendar-member-section div#ai1ec-calendar-view {
    background: white;
}
.home object {
    display: none;
}
.info img {
    width: 100%;
}
.info {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 30px 0px;
}

/*.home div#log_forms input#userpassword {
    text-transform: lowercase;
}*/

.report-concern-css{
   border:1px solid #eee;
   width:49%;
      height: 47px; 
}
.visiblity-report-concern{
   visibility:hidden;
}

.fl-module-sidebar{
    margin: 0px 0px 25px 0px;
}


/* 4 column Gravity Forms custom ready class ------------------------------------------------------*/

.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
	margin:0 0 8px 0;
	width:24%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
	width:21%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
	margin-right:1%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter {
	float:left;
	clear:left!important;
}

.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
	float:left;
	margin-left:2%;
	clear:none!important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
	margin-left:3%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
	width:95%;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gsection {
	padding:16px 0 8px 0;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield {
	clear:both;
}

.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
	clear:both;
}

.cant-logins1 {
    text-align: center;
}

.incoming-emails .status-tables.pp-table-content tbody tr td:first-child {
    border-left: 0;
    width: 100px;
    float: left;
}
.incoming-emails tbody td.toggler:nth-child(3) {
    width: 130px !important;
    float: left;
}

input#input_27_31,input#input_27_32,input#input_27_33,input#input_28_33,input#input_28_34,input#input_28_35{
    pointer-events: none;
}

.sweet-alert h2 {
    font-size: 20px !important;
}
.home tr#main-subject td {
    width: 100% !IMPORTANT;
    max-width: 95px !IMPORTANT;
}
.home tr#main-subject img {
    width: 25px !important;
    position: relative;
    top: -1px;
}

.home .incoming-emails {
    height: 400px !IMPORTANT;
	overflow-x: scroll !important;
}
.home input.btn.btn-primary.archive_mail {
    border: 1px solid #C81F26 !important;
    padding: 5px !important;
    border-radius: 5px !important;
    color: #C81F26 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    width: 120px;
    background: transparent !IMPORTANT;
    margin: 10px 0px 10px 15px !IMPORTANT;
}
.main-div-status-ss .fl-module-content.fl-node-content {
    margin: 5px !important;
}
.main-div-status-ss tr#main-subject td:nth-child(2) {
    padding: 0px 0px !IMPORTANT;
    width: 50px !IMPORTANT;
}
.main-div-status-ss  tr#main-subject td:first-child {
    width: 70px !IMPORTANT;
    line-height: 76px;
}
.main-div-status-ss tr#main-subject {
    padding: 10px 0px !important;
}
.home tr#main-subject td:nth-child(3), .home tr#main-subject td:nth-child(4),.home tr#main-subject td:nth-child(5) {
    width: 100px !IMPORTANT;
}
.home .incoming-emails .tablesaw-sortable thead tr th{
      padding-right: 0em !important;
}
a.btn.btn-primary.archive_mail {
    border: 1px solid #C81F26 !important;
    padding: 5px !important;
    border-radius: 5px !important;
    color: #C81F26 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    width: 90px;
    margin: 4px 0px 10px 0px !important;
    background: transparent;
}