#mavi_activate .form-row {
	display: block;
	clear: both;
	margin: 0 0 15px;
	padding: 0;
}

#mavi_activate .form-row > input,
#mavi_activate .form-row > .mavi_mobile {
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
}

#mavi_activate .mavi-pro-actions {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

/**
 * GALLERY
 */
#mavi_pro_gallery_placeholder {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin: 0 0 8px;
    padding: 5px;
    background: #f8f8f8;
    border: 2px dashed #ddd;
}

#mavi_pro_gallery_placeholder .placeholder {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -12px;
    font-size: 24px;
    font-weight: 200;
    color: #ccc;
    text-align: center;
	z-index: 1;
}

#mavi_pro_gallery_placeholder > a {
    display: block;
	position: relative;
	overflow: hidden;
    float: right;
	width: 105px;
	height: 105px;
	margin: 3px;
	padding: 2px;
	background: #fff;
	border-radius: 2px;
	z-index: 5;
}

#mavi_pro_gallery_placeholder > a > img {
    display: block;
	width: 100%;
	height: 100%;
}

#mavi_pro_gallery_placeholder > a > .fa-times {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ff1829;
	background: rgba( 255, 255, 255, 0.7 );
	font-size: 50px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	filter: Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mavi_pro_gallery_placeholder > a:hover > .fa-times {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#mavi_pro_slide_modal .modal-header {
    padding: 8px 15px;
    background: #eee;
}

#mavi_pro_slide_modal .modal-dialog {
    width: 800px;
    max-width: 98%;
}

#mavi_pro_slide_modal .lSAction > .lSNext {
    right: auto;
}

#mavi_pro_gallery .img-responsive {
    height: 100% !important;
    width: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery img {
    height: 100% !important;
	width: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: .8!important;
    -webkit-transition: all .3s!important;
    transition: all .3s!important;
	height: auto !important;
	width: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
	opacity: 1!important;
}

/**
 * FILE TYPE WIDGET
 */
.widget_filetype .mavi-keta-nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_filetype .mavi-keta-nav > li {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom: 1px solid #eee;
}

.widget_filetype .mavi-keta-nav > li:last-child {
    border-bottom: 0;
}

.widget_filetype .mavi-keta-nav > li.title {
    background: #eee;
}

.widget_filetype .mavi-keta-nav > li.title .fa {
    color: #c00c1a;
}

.widget_filetype .mavi-keta-nav > li.title > a {
    color: #333;
	font-weight: 600;
}

.widget_filetype .mavi-keta-nav > li > a {
    display: block;
    padding: 8px;
    margin: 0;
	color: #555;
}

.widget_filetype .mavi-keta-nav > li > a:hover {
	background: #fafafa;
}

.widget_filetype .mavi-keta-nav > li.active {
    background: #4CAF50;
}

.widget_filetype .mavi-keta-nav > li.active > a {
    color: #fff;
	background: transparent;
}

/**
 * CHECKBOX
 */
.mavi-pro-multi-checkbox {
	display: block;
	clear: both;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 70px;
	max-height: 150px;
	margin: 0;
	padding: 10px 0;
	background: #fafafa;
}

.mavi-pro-multi-checkbox .mavi-item {
	display: block;
    width: 100%;
    overflow: hidden;
}

.mavi-pro-multi-checkbox .mavi-item > label {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
	cursor: pointer;
}

.mavi-pro-multi-checkbox .level-2 {
    position: relative;
    clear: both;
    padding: 5px 20px 10px 0;
}

.mavi-pro-multi-checkbox .level-3 {
    position: relative;
    clear: both;
    padding: 5px 40px 10px 0;
}

.mavi-pro-multi-checkbox .not-found {
    padding: 0 10px;
    color: #cc3333;
}