/*==========  Mobile First Method  ==========*/

/* ////////////////////////////////////
BASIS
/////////////////////////////////////*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-image: url('/assets/images/bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
a {
	color: rgba(1,46,86, 1);
}
a:hover {
	text-decoration: none;
	
}

H1,H2,H3,H4,H5,H6 {
	font-weight: 500px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}
H1 {
	font-size: 24px;
}
H2 {
	font-size: 20px;
}
H3 {
	font-size: 18px;
}
H4 {
	font-size: 16px;
}
.form-control {
	border: 1px solid rgba(6,121,188,1);
}


.btn {
    margin-bottom: 4px;
    margin-left: 2px;
}

.btn.btn-default , .btn.btn-primary, .nav-link {
	background-color: rgba(6,121,188,1);
	border: 1px solid rgba(6,121,188,1);
	color: #ffffff;
	font-weight: 700;
}

.btn.btn-default {
	background-color: rgba(6,121,188,1);
	border: 1px solid rgba(6,121,188,1);
	color: #ffffff;
	font-weight: 700;
}
.btn-block {
    max-width:175px;
}
.nav-link {
	background-color: #eee;
	border: 1px solid #eee;
	color: rgba(1,46,86, 1);
	font-weight: 700;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: rgba(1,46,86, 1);
	border: 1px solid rgba(1,46,86, 1);
	color: #fff;
	font-weight: 700;
}



/* ////////////////////////////////////
HOOFDMENU
/////////////////////////////////////*/
#hoofdmenu {
	background-color: #ffffff;
	border-radius:0;
	border: none;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}
#hoofdmenu .navbar-header {

}
#hoofdmenu .navbar-header .navbar-brand>img {
	height: 35px;
}
#hoofdmenu .jd-logo .navbar-brand>img {
	height: 30px;
}
#hoofdmenu .navbar-toggle {
	border: none;
}
#hoofdmenu .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
}
#hoofdmenu .navbar-collapse{
	position: relative;
	background-color: #fff;
	z-index: 9999;
	border-bottom: 4px solid rgba(6,121,188,1);
}



/* ////////////////////////////////////
TITEL
/////////////////////////////////////*/
#titel {
	background-color: rgba(220,220,220,0.2);
	border-bottom: 1px solid #cccccc;
	height:55px;
	line-height: 55px;
	position: relative;
}
#titel h1{
	margin:0;
	font-size: 20px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/* ////////////////////////////////////
LOGIN
/////////////////////////////////////*/
#loginform {
	background-color: rgba(220,220,220,0.2);
    border: 1px solid #cccccc;
    border-radius: 5px;
	padding: 35px;
	line-height: 55px;
	position: relative;
	width: 500px;
	max-width: 90%;
	margin: 35px auto;	
	text-align:center;
}

#loginform p {
	line-height: 22px;
}
#loginform small {
	line-height: 20px;
}
#loginfout {
   	width: 500px;
	max-width: 90%;
	margin: 15px auto;	
}    

#loginform .input-group-addon {
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
	background-color: rgba(6,121,188,1);
	border: 1px solid rgba(6,121,188,1);

    border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}    
#loginform .has-error .input-group-addon {
    background-color: #a94442;
	border-color: #a94442;
}    


/* ////////////////////////////////////
ZOEKEN
/////////////////////////////////////*/

#zoeken {
	padding: 15px 15px;
}

#zoeken #zoekveld:focus{
	border: 1px solid rgba(6,121,188,1);
}
#zoeken .btn {
    margin-top:-10px;
}

#zoeken .btn-default span {
    padding-left: 5px;
    text-transform: uppercase;
}

#zoeken #reset-smoelenboek{
    
    display: none;
}

/* ////////////////////////////////////
SMOELENBOEK
/////////////////////////////////////*/
#smoelenboek {
	padding-top: 30px;
}
#smoelenboek h2 {
	color: rgba(1,46,86, 1);
	width: 100%;
}
#smoelenboek h3 {
	margin-top: 5px;
	color: rgba(6,121,188,1);
}

#smoelenboek .medewerker {
	background-color: rgba(220,220,220,0);
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 30px;
}
#smoelenboek .medewerker .foto {
	height: 60px;
	width: 60px;
	margin: 15px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: 
	0 0 0 2px rgba(1,46,86, 1),
	0 0 0 8px #fff,
	0 0 0 9px rgba(1,46,86, 1);
}
#smoelenboek .medewerker .media-left {
    padding: 0;
}
#smoelenboek .medewerker .media-body{
	padding:15px;
	padding-top: 0;
}
#smoelenboek .medewerker .media-body, #smoelenboek .medewerker .media-left, #smoelenboek .medewerker .media-right {
	//display: block;
}
#smoelenboek .medewerker hr{
	width: 75px;
	height: 5px;
	margin-left:0;  
	text-align:left;
	background-color: rgba(1,46,86, 1);
	border: none;
	margin-bottom: 5px;
}
#smoelenboek .medewerker .contactblok {
    padding-left: 15px;
    padding-right: 15px;
}
#smoelenboek .medewerker .contact {
	display: block;
	line-height: 22px;
}
#smoelenboek .medewerker .contact i {
	font-size: 22px;
	width: 30px;
}
#smoelenboek .medewerker .contact.fax i {
    font-size: 18px;
}
#smoelenboek .medewerker .contact i.fa-envelope {
	font-size: 18px;
}



.ajax-file-upload {
    background: rgba(38, 104, 28, 1);
}
.ajax-upload-dragdrop, .upload-div {
    border: 2px dotted rgba(38, 104, 28, 1);
    max-width: 100%;
    color: #555555;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 20px 10px;
    margin-top:10px;
}
.ajax-file-upload-statusbar {
    border: 1px solid rgba(38, 104, 28, 1);
    margin-top: 10px;
    max-width: 100%;
    margin:0;
    margin-top: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 5px 5px 5px;
    min-height:110px;
}
.upload-div input[type=file]::file-selector-button {
  border: 2px solid #777777;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #e5e5e5;
  transition: 1s;
}

#process-file-button {

    -moz-box-shadow: inset 0 39px 0 -24px #77b55a;
    -webkit-box-shadow: inset 0 39px 0 -24px #77b55a;
    box-shadow: inset 0 39px 0 -24px #77b55a;
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #77b55a;
    cursor: pointer;
    vertical-align: top;
    margin-top:5px;
}

.textblur {
   color: transparent;
   text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ajax-file-upload-preview {
    float:left;
    margin-right:5px;
}
.ajax-file-upload-filename {
    width:auto;
}

.fotos img {
    max-width:100%;
}

.btn-success {
    color: #fff;
    background-color: #e3000b;
    border-color: #e3000b;
}

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		#hoofdmenu .navbar-header .navbar-brand>img {
			height: 35px;
		}
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		#hoofdmenu {
			min-height: 140px;
			border-bottom: 2px solid #cccccc;
			margin: 0;
		}
		#hoofdmenu .navbar-collapse{ 
			background: none;
			border: none;
			position: static;
		}
		#hoofdmenu .navbar-header .navbar-brand,  #hoofdmenu .jd-logo{
			/* line-height: 140px; */
			/* height: 140px; */
		}
		#hoofdmenu .navbar-header .navbar-brand>img {
			margin-top: 0px;
			height: 80px;
		}
		#hoofdmenu .jd-logo .navbar-brand>img{
			margin-top: 40px;
		}
		#hoofdmenu .menu {
			margin-top: 45px;
		}
		#hoofdmenu .menu>li>a {
			/* margin-top: 45px; */
			font-weight: 800;
			background: none;
			border-radius: 5px;
			padding:5px 10px;
		}
		#hoofdmenu .menu>li>a:hover {
			background-color: rgba(6,121,188,0.8);
			color: rgba(1,46,86, 1);
		}
		#titel h1{
        	margin:0;
        	font-size: 24px; 
        	text-align: left;
        }
		#zoeken .btn-default{
			margin-left: -43px;
			margin-top: 0;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		#zoeken .btn-primary {
		    margin-top: 0;
		}
        #zoeken .btn-default span {
            display: none;
        }
		#zoeken #zoekveld{
			margin-left: 15px;
			padding-right: 39px;
		}
		#smoelenboek-vestiging {
		    width: 225px;
		}
		#smoelenboek .medewerker {
	        background-color: rgba(220,220,220,0.4);
		}
		#smoelenboek .medewerker .foto {
        	height: 80px;
        	width: 80px;
        }
		#smoelenboek .medewerker .media-body, #smoelenboek .medewerker .media-left, #smoelenboek .medewerker  .media-right {
        	display: table-cell;
        }
        #smoelenboek .medewerker .contactblok {
            padding-left: 15px;
            padding-right: 15px;
        }
		.row-eq-height  {
			display: -webkit-box;
			display: -webkit-flex;
			display: -webkit-flex;
			display: -ms-flexbox;
			display:flex;
			flex-flow: row wrap;


		}
		.row-eq-height > [class*='col-'] {
			display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			flex-direction: row;
			-webkit-flex-direction: row;
			-webkit-align-content: stretch;
			align-content: stretch;
		}
		#loginform label {
		    text-align: center;
		}
        .fotos img {
            max-width:100%;
            margin-bottom:15px;
        }
		
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}
	
	@media screen and (max-width: 480px) {
        .nav {
            padding-left:2px;
            padding-right:2px;
        }
        .nav li {
            display:block !important;
            width:100%;
            margin:0px;
            font-size:12px;
            padding:1px 2px;
        }
        .nav li.active {
            border-bottom:1px solid #ddd!important;
            margin: 0px;
        }
        
        .card-views {
            font-size:12px;
        }
        .btn {
            margin-top:3px;
        }
        img {
            max-width:100%;
        }
    }
    
    
   
    