



#footer-covr{
    background-color: #1d5f90;
color:#ffffff;
padding:10px;
  display: flex;
  justify-content: center;
}
footer a{color:#ffffff;text-decoration:none;}

body {
    background: transparent!important;


	; 
}

.header_img {
    
margin-bottom: 2%;
border-radius: 5px;

}

.h2block {
 
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;


}

.text-muted {
    color: #ffffff !important;
}

.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 {
border: 1px solid #1d5f90;
}


.btn {
    margin: 0px;
    background-color: #fff!important;
    color: #1d5f90!important;
	background-image:none!important;
    border-left: 7px solid #69BE28;
    min-width: 200px !important;
    transition: all .2s ease-in-out;
    margin-top: 2%;
    text-align: left;
    border-color: #69BE28;
}

.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 #1d5f90;
    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;
}



.btn
{
    min-width: 190px;
}
    body {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .h2block {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #1d5f90;
        margin-top: 20px;
            height: auto;
    }

    #CM_W3_REG_RegistrationFormTemplate {
        margin: 0px !important;
    }

    .PortalBlockInner {
        margin-bottom: 20px;
        margin-top: 0px;
        background-color: #ffffff;
        border-left: 7px solid #1d5f90;
        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;

    }
.lbltext {
    font-size: 23px;
}

    .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;
            }
        }


        /* Card look */
.profile-card {
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    background-color: #fff;
       overflow: hidden; 
}

/* Header */
.profile-card-header {
    border-bottom: 1px solid #e2e6ea;
    padding: 16px 20px 10px;
}

.profile-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.profile-card-subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6c757d;
    padding: 0 15px;
}

.profile-card-footer {
      margin-top: 15px;
    font-size: 13px;
    color: #6c757d;
    padding: 15px;
    border-top: 1px solid #e2e6ea;
}

.profile-card-footer1 {
      margin-top: 15px;
    font-size: 13px;
    color: #6c757d;
    padding: 15px;
}

/* Buttons in header */
.profile-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.profile-card-btn {
    min-width: 140px;
}

.profile-card-btn-secondary {
    border-color: #69BE28;
}

/* Body */
.profile-card-body {
    padding: 16px 20px 20px;
}

/* Fields */
.profile-field {
    margin-bottom: 8px;
}

.profile-field-label {
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
}

.profile-field-value {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #343a40;
}

/* Iets meer lucht op mobiel */
@media (max-width: 767px) {
    .profile-card-header,
    .profile-card-body {
        padding: 12px 15px;
    }
    .profile-card-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .profile-card-btn {
        width: 100%;
    }
}
 a:hover {
    color: #000;
 }