main > .container {
    padding: 70px 15px 20px;
}

::selection {
  background: #03b89d; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #03b89d; /* Gecko Browsers */
  color: #ffffff;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/* 'niet ingesteld' word*/
.not-set {
    color: #fd7e14; 
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 0px 4px 2px 4px;
    background: transparent;
	
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
}


a.asc:after {
	 content: "\f15d";
}

a.desc:after {
	content: "\f15e";
}

.sort-numerical a.asc:after {
    content: "\f162";
}

.sort-numerical a.desc:after {
	content: "\f163";
}

.sort-ordinal a.asc:after {
	content: "\f160";
}

.sort-ordinal a.desc:after {
	content: "\f161";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.nav li > form > button.logout:hover {
	color: rgba(255, 255, 255, 1);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}


.button-gridview {
    margin-bottom: 3px;
	width: 33px;
}

.button-margin-quickview {
	margin-bottom: 3px;
}

/*.modal-content {
	background-color: #4f51f700 !important;
}*/

.griddiv {
	background-color: #00000005; 
	padding:20px;'
}

.login-bg {
	/*background-color: #22df1c0d; */
	background: repeating-linear-gradient( 45deg, #22df1c0d, #22df1c0d 10px, #12df1c18 10px, #12df1c18 20px );
	padding:20px;'
}

.login-secure {
	color: #00a66e;
}

#fixed-buttonspanel {
    position: fixed;
    bottom: 10px;
    right: 200px; 
	opacity: 0.7;
	padding:5px;
}

/*pagination*/
/*.page-item.active .page-link {
	background-color: #00a66e !important;
	border-color: #00a66e !important;
}

.page-link {
	background-color: #fff0 !important;
}*/

/*success button*/
/*.btn-success {
	background-color: #00a66e !important;
	border-color: #00a66e !important;
}*/



