body {
	padding-top: 50px;
	/*only if we want to always show the scrollbar in add company */
	overflow-y: scroll;
}

.main {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

@media (min-width:768px) {
	.navbar-pull-right {
		float: right;
	}
	.navbar-pull-right .dropdown-menu {
		min-width: 153px;
		margin-top: -1px !important;
	}
	.modal .social-connect .connect {
		width: 96px !important;
		margin-right: 0;
	}
}

/* Settings modal tab fix for small devices */ 

#settingsModal .nav-pills {
	font-size: 0px;
}
#settingsModal .nav-pills .glyphicon {
	padding: 2px 4px;
}
@media (min-width:490px) {
	#settingsModal .nav-pills .glyphicon {
		display: none;
	}
	#settingsModal .nav-pills a {
		font-size: 14px;
	}
}

/* Footer */

.footer {
	padding-top: 10px;
	color: #777;
	text-align: center;
}
.footer-links {
	margin-top: 20px;
	padding-left: 0;
	color: #999;
}
.footer-links li {
	display: inline;
	padding: 0 5px;
}

/* Social icons */ 

.social-icons span {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.social-icons .list-group-item {
	padding: 6px 6px;
}
.social-icons .list-group-item span {
	margin: 3px 0 0;
}
.social-icons .list-group {
	margin-bottom: 10px;
}
.icon-facebook {background: url(../img/social-icons/facebook.png);}
.icon-google {background: url(../img/social-icons/google.png);}
.icon-twitter {background: url(../img/social-icons/twitter.png);}
.icon-linkedin {background: url(../img/social-icons/linkedin.png);}
.icon-instagram {background: url(../img/social-icons/instagram.png);}
.icon-github {background: url(../img/social-icons/github.png);}
.icon-foursquare {background: url(../img/social-icons/foursquare.png);}
.icon-yammer {background: url(../img/social-icons/yammer.png);}
.icon-soundcloud {background: url(../img/social-icons/soundcloud.png);}
.icon-vkontakte {background: url(../img/social-icons/vkontakte.png);}
.icon-microsoft {background: url(../img/social-icons/microsoft.png);}
.icon-yahoo {background: url(../img/social-icons/yahoo.png);}

/* Verified account badge */

.verified-account {
	background-color: #428bca;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 1px 4px 2px 4px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.verified-account span {
	font-size: 8px;
	top: 0;
}

/* Social connect */

.modal .social-connect {
	text-align: justify;
	margin-bottom: -30px;
}
.social-connect:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.social-connect .connect {
	text-decoration: none;
	color: #fff;
	opacity: .9;
	width: 110px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	zoom: 1;
	padding: 6px 10px;
	margin: 0 5px 10px 0;
	border-radius: 2px;
}
.modal .social-connect .connect {
	width: 120px;
}
.social-connect .connect:hover {
	opacity: 1;
}
.connect.facebook {background: #3b5998;}
.connect.google {background: #d34836;}
.connect.twitter {background: #00aced;}
.connect.linkedin {background: #007bb6;}
.connect.microsoft {background: #007734;}
.connect.instagram {background: #517fa4;}
.connect.github {background: #333;}
.connect.yammer {background: #396B9A;}
.connect.foursquare {background: #0072b1;}
.connect.vkontakte {background: #45668e;}
.connect.soundcloud{background: #F76700;}
.connect.yahoo{background: #720e9e;}

/* Mixed */

.page-header .btn {
	padding: 4px 8px;
}

.nav-btn {
	padding-top: 15px !important; 
	padding-bottom: 8px !important;
}
.nav-btn .glyphicon {
	font-size: 24px;
}

.avatar-image {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}
.avatar-container select {
	margin-bottom: 15px;
}

.ajax-form .alert {
	display: none;
	margin-bottom: 15px;
}

.navbar .avatar {
	width: 20px;
	height: 20px;
	margin: -2px 0;
}

.country-flag {
	width: 16px;
	height: 11px;
	margin-right: 5px;
}




/* The modalself (background) */
.mymodalself {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modalself Content */
.mymodalself-content {
    position: relative;
    background-color: #fefefe;
    margin: 300px auto auto auto;
    padding: 0;
    /* top: 35%;
     * margin: auto;
     */ 
    border: 1px solid #888;
    width: 950px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-500px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-500px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.mymodalself-close {
	margin-top: -20px;
	margin-bottom: -2px;
	margin-right: 1px;
    color: white;
    float: right;
	font: 26px "Pontano Sans",Arial,Helvetica,sans-serif;
    font-weight: bold;
	background:url(../img/icons/close.png) no-repeat;
	width:32px; 
	height:32px;
}
.mymodalself-h2, .mymodalself-h3 {
	font: 26px "Pontano Sans",Arial,Helvetica,sans-serif !important;
    font-weight: bold !important;
	margin: -3px 0 -3px 10px !important;
	padding: 0px 0px 2px 2px  !important;
}

.mymodalself-close:hover,
.mymodalself-close:focus {
	background:url(../img/icons/close_hover.png) no-repeat ;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mymodalself-header {
    padding: 0px 0px 0 130px;
	margin: 0px 0px 0px 0px;
	height: 35px;
	border-bottom: 1px solid #fff;
	/* border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502; */
    /* background-color: #bebebe; */
    background:url(../images/icons/info_red.png)  0px 3px no-repeat;
    color: #333;
}

.mymodalself-body {margin:0px; background: #d1d1d1 ;padding: 10px 10px 10px 10px; color:#333; overflow:auto; font: 18px/22px "Pontano Sans",Arial,Helvetica,sans-serif;}

.mymodalself-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* The modalself (background) */
.mymodalselfWait {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modalself Content */
.mymodalselfWait-content {
    position: relative;
	font-size: 32px;
	font-style: bold;
	background-color: #428bca;
	color: #FFF;
    margin: 300px auto auto auto;
    padding: 20px 0px;
    text-align: center;
    /* top: 35%;
     * margin: auto;
     */ 
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.warenIddiv {
	background-color: rgb(235, 235, 228);	
}
.warenIddivImport {
	background-color: rgb(235, 235, 228);	
	display: flex;
	position:absolute;
	vertical-align: text-bottom !important;
	width: auto; 
	height: 30px;
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
}
       /*----------------------------*/
        /*----------------------------*/
      
.ueberschrifttext {
	width: 100%; 
	text-align: left;
}

.konfliktText {
    display: contents;
    height: auto;
    margin: 5px 0;
    padding: 2px 12px 2px 5px;
    position: absolute;
    vertical-align: text-bottom !important;
    /*width: 100%;*/
    height: auto;
    text-align: left;
}

.dt-buttons {
	float: left;
}

select.input-sm {
	margin-left: 5px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1.42857; */	
}

.footer-links {
    float: right;
}

input[type="search"] {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
	
}

