footer{
    background-color: #1E1E1E;
color:#ffffff;
padding:10px;
  display: flex;
  justify-content: center;
}
footer a{color:#7a7a7a;text-decoration:underline;}
footer td{color:#7a7a7a; font-weight: bold;}
body {
    background: transparent!important;
    background-color:#1E1E1E!important; 

}

.header_img {
    
margin-bottom: 2%;
border-radius: 5px;

}

.h2block {
 
    background-color: #AF3645;
    border: 0px solid red;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;


}

.PortalInnerdiv {
 
    padding-left: 1%;

}

#ForgotPasswordForm > div > div > div.btn {
    margin-top: 33%!important;
    

}

#portalLoginDiv {
 
    padding-left: 2% !important;
    border: 0px solid red;
    border-radius: 5px;
    padding-bottom: 5%;

}

.col-md-offset-2 {
    margin-left: 0!important;
}
#portalLoginDivInner {
 
    padding-left: 0% !important;

}


hr {
display:none!important;
}


.navbar-inverse {
    background-color: #000000!important;
        background-image:none!important;
        border: none;
}
.btn {
    margin: 0px;
    background-color: #AF3645!important;
    color: #ffffff!important;
	background-image:none!important;
    border: none;
    min-width: 200px !important;
    transition: all .2s ease-in-out;
    margin-top: 2%;

}

.btn:hover {
    transform: scale(1.05);

}

#Portalrow .btn {margin: 5px;}

input, select, textarea {
     max-width: 100%; 
}
#loginForm input,#loginForm select,#loginForm textarea ,#CreateProfileForm input,#CreateProfileForm select,#CreateProfileForm textarea,#ForgotPasswordForm input,#ForgotPasswordForm select,#ForgotPasswordForm textarea{
     max-width: 250px; 
}


.navbar-nav>li>a 
{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.navbar-right {
     margin-right: 0px!important;
}
.navbar {

    min-height: 40px!important;

}

.panel-button .panel-body:hover, .panel-button .panel-body:active, .panel-button .panel-body:focus {
    background-color: #7F7AAE;
	color:#952A3E;
}
.panel-button .panel-body {
    border-bottom: 5px solid #2D6B99;
    transition: all 0.1s;
}
/*for the active and focused blocks*/
.PortalBlock a:active,.PortalBlock a:focus {
    color: #000 !important;
}
.CM_W3_MyAbstractDataRow{float:left;width:100%;border-bottom:1px solid black;margin-bottom:10px;padding-bottom:10px;}
	.CM_W3_RegistrationDataText, .CM_W3_PersonDetailsLabel, .CM_W3_PersonDetailsText,.CM_W3_RegistrationDataText,.CM_W3_RegistrationDataLabel{
	min-height:20px;
	height:auto;
	}	
		
		
.CM_W3_RelationManager #MainContainer, .CM_W3_RelationManager #MainContainer > .row > .k-content {
    background-color: transparent !important;
}

#cmrel-breadcrumb-container {
    display: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
	}

.navbar-nav>li {
    font-family: Montserrat;
}

/*EARMA OVERRIDES*/
.btn
{
    min-width: 190px;
}
    body {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .h2block {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }

    #CM_W3_REG_RegistrationFormTemplate {
        margin: 0px !important;
    }

    .PortalBlockInner {
        margin-bottom: 20px;
        margin-top: 0px;
        background-color: #e4e4e4;
        border: 0px solid #ccc;
        padding-bottom: 10px;
        display: block;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    #cmreg-breadcrumb-container {
        border-radius: 10px !important;
        border: 0px solid white;
    
    }

    .CM_W3_Reg #footer {

        padding-top: 0px !important;
        display: none !important;

    }

    #CM_registration {

        border-radius: 10px !important;
        border: 2px solid white;
        background-color :white;

    }


    .CM_W3_Reg p {

    font-family: Montserrat;

    }

    .footer_tab {
       
    text-align: center;
    width: auto;
    margin-left: 30%;
    margin-right: 30%;
    font-family: Montserrat;
        }

        @media screen and (max-width: 768px) {

            .header_img {display: none;}
            .navbar-nav>li>a {display: none;}
            .navbar-toggle {display: none;}
            .PortalBlockInner {margin-top: 40px;}
            
            .mobile_only {
                    list-style-type: none;
                    float: Left;
                    margin-right: 20px;
                    color: white;
                
            }
            .mobile_only_a {
                color: white;
            
        }
        .footer_tab {
            margin-left: 0%;
        text-align: left;
            }
    }
        
            @media screen and (min-width: 768px) {

                .mobile_only {
                    display: none;
            }
        }