/* BOOTSTRAP ADD ONS
*************************************************** */

	
	html {
	  font-size: 85%;
	}
	body {
	  min-height: 75rem;
	  padding-top: 4.5rem;
	}

	.grid-divider {
	  overflow-x: hidden; //quickfix to hide divider on left side
	  position: relative;
	}

	.error { background: url(/extranet/icons/error.png) #ffeaec no-repeat right; border:solid 1px #FF0000; }
	
	.grid-divider > [class*="col-"]:nth-child(n + 2):after {
	  content: "";
	  background-color: red;
	  position: absolute;
	  top: 0;
	  bottom: 0;

	  @media (max-width: 767px) {
	    width: 100%;
	    height: 1px;
	    left: 0;
	    top: -4px; // quickfix to center line between columns
	  }
	  @media (min-width: 768px) {
	    width: 1px;
	    height: auto;
	    left: -1px; // quickfix to hide divider on left side
	  }
	}

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