
.profile-phone .mx-header {
    background: #0397d7;
	text-align: left;
}


/*- extra voor filedocumentviewer -*/
.mx-groupbox-body.FileDocumentViewer-body {
    padding: 0;
}


/*- anders krijgen oneven list items geen kleurtje.. is irritant -*/
.mx-list > li:nth-child(2n+1):hover {
	background: #f5f5f5;
}



/*- home heeft geen terugknop, links uitlijnen. -*/
.profile-phone .mx-header {
 	text-align: center;
}

.profile-phone .phone-home .mx-header {
 	text-align: left;
}


.profile-phone .faqlink {
	font-size: larger;
}

.profile-phone .fonds-grid {
    /*-float: left; -*/
	padding-left: 10px;
    padding-right: 10px;
}

.profile-phone .mobile-listview {
    /*-padding-top: 120px;-*/
}

.profile-phone .logo-phone {
margin-bottom: 5px;
margin-top: 5px;
float: right;
margin-right: 18px;
}

/*- geen witte rand om bovenste blauwe blok-*/
.profile-phone .mx-layoutcontainer-wrapper.mx-scrollcontainer-wrapper {
    padding: 0 ;
}

/*- menu items wat groter maken-*/
.profile-phone .bottom-nav-text-icons {
	font-size:larger;
}

.profile-phone span#mxui_widget_SidebarToggleButton_0 {
    font-size: 20px;
    color: white;
}

.profile-phone h1#mxui_widget_Title_0 {
    padding: 0;
}

.profile-phone .region-topbar .mx-layoutcontainer-wrapper.mx-scrollcontainer-wrapper {
    padding-bottom: 0;
}



/*- tabjes naar beneden zodat dit met logo conflicteerd
.profile-phone ul.nav.nav-tabs.mx-tabcontainer-tabs {
    margin-top: 30px;
}
-*/

.profile-phone p.form-control-static {
    padding-top: 0;
	padding-bottom: 0;
}



.profile-phone .form-group {
    margin-bottom: 0px;
}
.profile-phone label.control-label {
    margin-bottom: 0;
	
}

.profile-phone .side-bar-title {
	color:#d9edf7;
	margin-top: 15px;
    text-align: center;
}


.profile-phone a {
	color: #d9edf7;
}

/*-veelgestelde vragen pagina -*/

/*- laat button over hele breedte zien -*/
.profile-phone .mx-listview-loadMore, .profile-phone .fullwidth {
    width: -webkit-fill-available;
	margin-right: 0 !important;
}
/*-einde veelgestelde vragen pagina -*/

/*- voor login scherm button.. er is dan geen .profile-phone beschikbaar -*/
@media only screen and (max-width: 600px) {
    .fullwidth {
        width: -webkit-fill-available;
    }
	.login-container a {
		display: block;
		text-align: right;
	}	
	
}


.profile-phone .mx-layoutcontainer-right.mx-scrollcontainer-right.region-sidebar.mx-scrollcontainer-toggleable {
    background-color: #0697d7;
}
.profile-phone .btn	{
    margin-right: 10px;
}

.profile-phone .navbar-link {
	    text-decoration: underline;
}

.profile-phone .mobile-content-area {
	padding-left:10px;
	padding-right:10px;
}

/*- back pijltje andere kleur -*/
.profile-phone .glyphicon-chevron-left:before {
color: #d9edf7;
}

/*- hover en select kleur sidebar -*/
.profile-phone .mx-menubar-item .nav>li>a:focus, .nav>li>a:hover {
    background-color: #337ab7;
}
/*- email adres in contactgegvens blauw maken -*/
.profile-phone .sidebar-email a {
    color: #337ab7;
}

/*- dummy logo niet zichbaar - gebruikt als spacer-*/
.profile-phone .dont-show {
	visibility: hidden;
}

.profile-phone .question {
	font-size: 16px
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0;
}

.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0;
}

.no-padding .mx-list>li {
	padding:0;
}

.no-padding-top {
    padding-top: 0;
}

.no-border {
	border:none;
}

td.no-padding {
    padding: 0;
}


.mx-dataview .no-border .mx-list>li {
	border:none;
}

.display-initial {
	display: initial;
}

.text-bold {
	font-weight: bold;
}


.background-white .mx-datagrid-head-wrapper {
    background-color: white;
}

.mx-listview.custom-empty-label {
	display: none;
}

.footer-table{
    position: fixed;
    bottom: 5px;

}

.mobile-table {
    background-color: white;
}

.mobile-content {
    margin-bottom: 25px;
}
.mobile-table .row{
    margin-top: 15px;
 
}