#scrolling-container {
	height: 100%;
	min-height: 100%;
	overflow-y: auto;
}
li.media:hover {
	background-color: #e5e9f2;
	border-color: #cdd5e6;
	opacity: 0.5;
}
.feather-8 {
	width: 8px;
	height: 8px;
}
.feather-12 {
	width: 12px;
	height: 12px;
}
.feather-16 {
	width: 16px;
	height: 16px;
}
.feather-24 {
	width: 24px;
	height: 24px;
}
.feather-32 {
	width: 32px;
	height: 32px;
}
.avatar-xss {
	width: 20px;
	height: 20px;
}
.avatar-xxll {
	width: 120px;
	height: 120px;
}
.avatar-big {
	width: 160px;
	height: 160px;
}
.card-avatar-big {
	width: 160px;
	height: 140px;
}
.imgLiquid img {
	visibility: hidden;
}

.bootstrap-tagsinput .tag {
	display: inline-flex;
	align-items: center;
	background-color: #0168fa;
	color: #fff;
	padding: 2px 7px;
	margin: 3px;
	border-radius: 3px;
}
.twitter-typeahead {
	width: 100%;
}
.tt-menu {
	width: 100%;
}
@media (max-width: 519px){
	.adtopbar {
		position: -webkit-sticky;
		position: sticky;
		top: -1%;
		z-index: 150;
		margin-top:auto;
		}
	}
	
@media (min-width: 520px){
	.adtopbar {
		position: -webkit-sticky;
		position: sticky;
		top: 5%;
		z-index: 150;
		}
	}
.card-file {
	padding: 10px;
	position: relative;
	border-color: rgba(72, 94, 144, 0.16);
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.card-file {
		transition: none;
	}
}
.card-file:hover,
.card-file:focus {
	border-color: #c0ccda;
}
.card-file .card-body {
	padding: 15px 0 0;
}
.card-file .card-footer {
	font-size: 11px;
	color: #c0ccda;
	padding: 10px 0 0;
	border-top-width: 0;
	background-color: transparent;
}
.card-file h6 {
	margin-bottom: 0;
}
.card-file h6 a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
}
.card-file p {
	margin-bottom: 0;
	color: #475362;
}
.card-file span {
	font-size: 12px;
	color: #8392a5;
}
.card-file-thumb {
	background-color: #f5f6fa;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
}
@media (min-width: 576px) {
	.card-file-thumb {
		height: 100px;
		font-size: 40px;
	}
}
@media (min-width: 992px) {
	.card-file-thumb {
		height: 120px;
		font-size: 48px;
	}
}
.mywizard-step { 
    display: none; 
	}
.visual-picker{
    position:relative;
    display:inline-block;
    margin-bottom:1rem
}
.visual-picker-sm .visual-picker-figure{
    width:4rem;
    height:4rem
}
.visual-picker-sm .visual-picker-figure:after{
    content:""
}
.visual-picker-lg .visual-picker-figure{
    width:18rem;
    height:18rem
}
.visual-picker-lg .visual-picker-figure:after{
    top:1rem;
    right:1rem;
    font-size:1.25rem
}
.visual-picker-fluid,.visual-picker-fluid .visual-picker-figure{
    width:100%
}
.visual-picker.has-peek{
    padding-bottom:1.5rem
}
.visual-picker.has-peek .visual-picker-figure{
    margin-bottom:.5em
}
.visual-picker:focus .visual-picker-figure,.visual-picker:hover .visual-picker-figure{
    box-shadow:inset 0 0 0 2px #0168fa,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15)
}
.visual-picker input[type=checkbox],.visual-picker input[type=radio]{
    width:1px;
    height:1px;
    border:0;
    clip:rect(0 0 0 0);
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute
}
.visual-picker input[type=checkbox]:checked~.visual-picker-figure,.visual-picker input[type=radio]:checked~.visual-picker-figure{
    box-shadow:inset 0 0 0 2px #0168fa,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15)
}
.visual-picker input[type=checkbox]:checked~.visual-picker-figure:after,.visual-picker input[type=radio]:checked~.visual-picker-figure:after{
    opacity:1
}
.visual-picker input[type=checkbox]:focus~.visual-picker-figure,.visual-picker input[type=radio]:focus~.visual-picker-figure{
    box-shadow:inset 0 0 0 2px #0168fa,0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15)
}
.visual-picker-figure{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:8rem;
    height:8rem;
    color:#363642;
    background-color:#fff;
    border-radius:.25rem;
    cursor:pointer;
    box-shadow:0 0 0 1px rgba(20,20,31,.05),0 1px 3px 0 rgba(20,20,31,.15);
    transition:box-shadow .2s
}
.visual-picker-figure:after{
    font-family:Font Awesome\ 5 Free;
    content:"\f058";
    position:absolute;
    top:.5rem;
    right:.5rem;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-weight:900;
    font-size:1rem;
    font-variant:normal;
    color:#0168fa;
    text-rendering:auto;
    line-height:1;
    opacity:0;
    transition:opacity .2s
}
.visual-picker-content{
    display:block;
    padding:0 .5rem;
    font-size:.75rem;
    text-align:center;
    min-height: 10rem
}
.visual-picker-peek{
    position:absolute;
    left:0;
    right:0;
    display:block;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
a.visual-picker{
    color:#363642
}
a.visual-picker:focus,a.visual-picker:hover{
    outline:0;
    color:#363642;
    text-decoration:none
}
ul#thumbs { 
	list-style: none; 
	margin-left: 1.8%; 
	padding:0px; 
	margin-top: 10px; 
}
ul#thumbs li { 
	float: left; 
	margin-right: 5px; 
	cursor:pointer; 
}
ul#thumbs li img { 
	height: 85px; 
	vertical-align: top; 
} 
div#img img { 
	width: 100%; 
	height: 100%; 
}
div#btns{ 
	position:relative;
	width: 100%; 
}
.prev, .next { 
	width:29px; 
	height:29px; 
	position: absolute; 
	top: -65px; 
	cursor: pointer; 
}
.prev { 
	background-image: url('static.qaribo.net/img/stock/back.gif'); 
	left: -10px; 
}
.next { 
	background-image: url('https://localhost/qaribo/static/img/stock/next.gif'); 
	right: -10px; 
}
.jp-disabled{ 
	display:none; 
}

 
li.activemediaprofile :hover {
	background-color: #e5e9f2;
	border-color: #cdd5e6;
	opacity: 0.5;
}
li.inakprof {
	background-color: #b6bac2;
	border-color: #cdd5e6;
	opacity: 0.7;
}
li.inakprof:hover {
	background-color: #b6bac2;
	border-color: #cdd5e6;
	opacity: 0.7;
}  

.list-inline-skills {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap; }
.list-inline-skills .list-inline-item {
    margin-right: 5px;
    margin-bottom: 5px; }
.list-inline-skills .list-inline-item a 
	{
      display: block;
      background-color: #fff;
      border: 1px solid #c0ccda;
      padding-top: 3px;
      padding-bottom: 1px;
      padding-left: 8px;
      padding-right: 8px;
      color: #1b2e4b;
      border-radius: 0.25rem; 
	  }	

.footer1 {
	position: relative;
	font-size: 14px;
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Inter UI",Roboto,sans-serif;
	letter-spacing: .3px;
	width: 100%;
	background-color: #031a61;
}










