.logo-pro-wrp img {
	width:110px;
	height:auto;
}

.red-dot {
	font-weight:bold;
	color:#d71920;
	font-size:8px;
}

.yellow-dot {
	font-weight:bold;
	color:#d7c319;
	font-size:8px;
}

.afgift-wrp {
	margin-top:5px;
}


/*** custom radioboxes ***/

input[type="radio"] {
  display:none;
}

input[type="radio"] + span:before{
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-size: 20px;
  font-weight:normal;
  cursor:pointer;
}

input[type=checkbox] + span, .radiolabel{
  font-weight:normal;
  font-size:14px;
  cursor:pointer;
}

input[type="radio"] + span:before {
  content: "\f10c"; /* circle-blank */
  cursor:pointer;
}

input[type="radio"]:checked + span:before {
  content: "\f192"; /* circle */
  cursor:pointer;
}

/*** custom checkboxes ***/
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-weight:normal;
  font-size:20px;
  cursor:pointer;
}

input[type=checkbox] + label{
  font-weight:normal;
  font-size:14px;
  cursor:pointer;
}

input[type=checkbox] + label:before { content: "\f096"; cursor:pointer; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 5px; cursor:pointer; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; cursor:pointer; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 2px; cursor:pointer; } /* allow space for check mark */

/*.animated {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}*/

@media (min-width: 992px){
	.modal-dialog{
		position: relative;
		display: table; /* This is important */ 
		overflow-y: auto;    
		overflow-x: auto;
		width: auto;
		min-width: 600px;   
	}
	
	.border-left-user {
		border-left:1px #eee solid; padding-left:20px; margin-left:0px;
	}
}

.title_seperat {
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	margin-bottom:-2px;
}

.notification-list .dropdown-menu-lg .list-group-item {
    padding: 10px;
}

.notification-list .media-body {
	margin-left: 0px;
}

.notification-list .media .media-heading {
    font-size: 12px;
}