/**
 *
 * any custom css
 *
*/

html, body
{
    background-color: #EEEEEE;
    perspective: none;
    height: 100%;
}

.page-container
{
    height: 100%;
}

.fileManagerDraggleSelection
{
    position: absolute;
    border: 1px solid #89B;
    background-color: #5B9BDA;
    border-color: #8B9;
    z-index: 1000;
}

.general-modal .modal-dialog, .file-links-wrapper .modal-dialog, .download-folder-modal .modal-dialog, .edit-folder-modal .modal-dialog
{
    max-width: 900px;
}

.stats-modal .modal-dialog
{
	max-width: 1100px;
}

.stats-modal .modal-dialog .nav-tabs
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.download-folder-modal .modal-body
{
    padding: 6px;
    height: 260px;
}

.file-details-modal .modal-dialog
{
    width: 100%;
    padding: 5px;
}

.file-details-modal .nav-tabs
{
    margin-top: 0px;
    text-align: center;
}

.breadcrumb
{
    padding-top: 0px;
}

.file-listing-wrapper
{
    width: 100%;
    margin-top: 0px;
}

.file-listing-wrapper .fileManagerIcon
{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.toolbar-container
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.toolbar-container:before, .toolbar-container:after
{
    content: " ";
    display: table;
}

.toolbar-container:after
{
    clear: both;
}

.toolbar-container ul, .toolbar-container ol
{
    margin-bottom: 0px;
}

.breadcrumbs-container ul, .breadcrumbs-container ol
{
    margin-bottom: 0px;
    margin-top: 6px;
}

.remaining-storage .progress
{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 10px;
}

.remaining-storage .tile-progress .tile-footer
{
    text-align: center;
}

.remaining-storage .tile-progress
{
    cursor: pointer;
}

.per-page-menu
{
    min-width: 0px !important;
    width: 90px !important;
}

.file-details-modal .modal-body .no-bottom-margin
{
    margin-bottom: 0px;
}

.file-details-modal .modal-footer
{
    margin-top: 0px;
}

.file-details-modal .table td:first-child
{
    width: 140px;
    font-weight: bold;
}

.file-details-modal .top-detail-wrapper
{
    width: 100%;
}

.file-details-modal .top-detail-wrapper td
{
    vertical-align: top;
}

.file-details-modal .top-detail-wrapper .last-cell
{
    width: 200px;
    text-align: right;
}

.file-details-modal .button-wrapper
{
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: right;
}

.file-browse-container-wrapper .button-wrapper .first-row
{
	display: block;
}

.file-browse-container-wrapper .button-wrapper .btn
{
	margin-bottom: 6px;
}

.panel-body
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fileManagerWrapperFullScreen
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background-color: #EEEEEE;
}

.fileManagerWrapper, .fileManagerWrapperFullScreen
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fileManagerWrapperFullScreen
{
    padding: 5px;
}

.fileManagerWrapperFullScreen .fileManager .icon .fileListing li
{
    margin: 0px 8px 8px 0;
}

.fileManagerWrapper .fileManager .icon .fileListing li
{
    margin: 5px 10px 5px 0;
}

.pageLoadingWrapper
{
    text-align: center;
    padding-top: 100px;
    width: 96%;
}

.fileManagerWrapper .fileManager, .fileManagerWrapperFullScreen .fileManager
{
    display: inline-block;
    width: 100%;
    position: relative;
}

.fileManagerWrapper .fileListing, .fileManagerWrapperFullScreen .fileListing
{
    padding: 0px;
    margin: 0px;
}

.fileManagerIcon .fileListing .fileIconLi .thumb img
{
    position:absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;
}

.fileManagerIcon .fileListing .folderIconLi .thumbIcon .albumIcon
{
	background: url(../images/file_browser/album_top_right.png) top right no-repeat;
	position: absolute;
	top: 12px;
    right: 12px;
    bottom: 0px;
    left: 0px;
}

.fileManagerIcon .fileListing .fileIconLi
{
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    position: relative;
    margin: 0px;
    border-radius: 0px;
    padding: 2px;
    border: 3px solid #EEEEEE;
}

.fileManagerIcon .fileListing .fileIconLi span.filename
{
    display: none;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
}

.fileManagerList .fileListing span.filename
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileManagerList .fileListing div.back
{
    display: none;
}

.fileManagerList .fileListing div.clear
{
    display: none;
}

.fileManagerWrapper .fileManagerList .fileListing span.filename
{
    width: 400px;
}

.fileManagerWrapperFullScreen .fileManagerList .fileListing span.filename
{
    width: 65%;
    white-space: normal;
}

.fileManagerIcon .fileListing .fileIconLi:hover, .fileManagerList .fileListing .fileIconLi:hover, .fileManagerList .fileListing .fileIconLi > li:nth-child(2n+1):hover
{
    background-color: #E7F0FA;
}

.fileManagerIcon .fileListing .selected a, .fileManagerList .fileListing .selected a
{
    color: #fff;
}

.fileManagerList .fileListing .selected, .fileManagerList .fileListing .selected:hover
{
    background-color: #5B9BDA !important;
    border-color: #2975C0;
    color: #fff;
}

.fileManagerIcon .fileListing .selected
{
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.fileManagerIcon .fileListing .fileIconLi .filesize, .fileManagerIcon .fileListing .fileIconLi .downloads, .fileManagerIcon .fileListing .fileIconLi .fileUploadDate, .fileManagerIcon .fileListing .fileIconLi .thumbList, .fileManagerList .fileListing .thumbIcon
{
    display: none;
}

.fileManagerIcon .fileListing .fileIconLi .thumbIcon, .fileManagerList .fileListing .thumbList
{
    display: inline-block;
}

.fileManagerIcon .fileListing .fileIconLi:hover .back
{
	display: block;
}

.fileManagerIcon .fileListing .fileIconLi .thumbIcon
{
    background: rgb(255, 255, 255) url(../images/loading_small.gif) center center no-repeat;
    background: rgba(255, 255, 255, .5) url(../images/loading_small.gif) center center no-repeat;
    vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}

.fileManagerIcon .fileListing .fileIconLi:before,
.frame_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fileManagerIcon .fileListing .fileIconLi {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="frame_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

.fileManagerIcon .fileListing .fileIconLi .failedThumb
{
    background: rgb(255, 255, 255) url(../images/red_error_small.png) center center no-repeat !important;
}

.fileManagerIcon .fileListing .fileIconLi .thumbIcon img
{
    display: inline-block;
    width: 100%;
}

.fileManagerIcon .fileListingHeader
{
    display: none !important;
}

.fileManagerIcon div.front
{
	position: relative;
	z-index: 1001;
	background: #FFF;
	margin: 0; 
}

.fileManagerIcon div.back
{
	position: absolute;
	bottom: -1px;
	left: 0;
	margin: 0; 
    width: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
    display: none;
}

.fileManagerIcon div.back p
{
	margin: 5px;
    color: #333;
    overflow:hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.fileManagerList .fileListing .filesize, .fileManagerList .fileListing .downloads, .fileManagerList .fileListing .fileUploadDate
{
    float: right;
    text-align: right;
}

.fileManagerList .fileListing .filename, .fileManagerList .fileListing .filesize, .fileManagerList .fileListing .downloads, .fileManagerList .fileListing .fileUploadDate
{
    vertical-align: top;
    display: inline-block;
    padding: 3px;
}

.fileManagerList .fileListing .fileUploadDate
{
    width: 134px;
    text-align: center;
}

.fileManagerList .fileListing .filesize
{
    width: 76px;
}

.fileManagerList .fileListing .downloads
{
    width: 80px;
    text-align: center;
}

.fileManagerList .fileListing > div
{
    padding: 6px;
    height: 36px !important;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    z-index: 100;
    position: relative;
}

.fileManagerList .ui-draggable-dragging
{
	width: 100% !important;
	max-width: 400px !important;
}

.fileManagerIcon .ui-draggable-dragging .back
{
	display: block;
}

.fileManagerList .fileListing .fileIconLi
{
    cursor: pointer;
	width: 100%;
}

.fileManager .fileListing .thumbList
{
    width: 25px;
}

.fileManagerMain .folderTreeview, .fileManagerMain .fileManagerCell
{
    float: left;
    width: 100%;
}

.fileManagerMain .folderTreeview
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.fileManagerWrapper .fileManagerMain .folderTreeview, .fileManagerMain .fileManagerMainTable .folderTreeCell
{
    width: 272px;
}

.fileManagerWrapperFullScreen .fileManagerMain .folderTreeview
{
    width: 300px;
    height: 97%;
}

.fileManagerWrapper .fileManagerMain .fileManagerCell .fileManager
{
    float: left;
    width: 99.6%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
}

.fileManagerWrapper .fileManagerMain .fileManagerCell .fileManagerList
{
    padding: 0px;
}

.fileManagerMainTable .dividerCell
{
    width: 6px;
}

.fileManagerMain .folderTreeview
{
    height: 590px;
    overflow: auto;
}

.fileManagerMain .fileManagerCell .fileManager
{
    height: 525px;
    overflow: auto;
}

.fileManagerMain .fileManagerMainTable td
{
    vertical-align: top;
}

.fileManagerMain .fileManagerMainTable .folderTreeCell, .fileManagerMain .fileManagerMainTable .fileManagerCell
{
    overflow: hidden;
    height: 597px;
}

.pageSectionFileManagerFull
{
    width:				100%;
    text-align:			left;
}

.fileManagerMain .statusBar
{
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
}

.fileManagerWrapperFullScreen .fileManagerMain
{
    height: 100%;
}

.fileManagerWrapperFullScreen .fileManagerMain .fileManagerMainTable
{
    height: 96%;
}

.fileManagerMain .fileManagerCell .pagingWrapper
{
    margin-top: 7px;
}

.fileManagerMain .fileManagerCell .pagingWrapper .rightSection
{
    display: inline;
    float: right;
}

.fileManagerMain .fileManagerCell .pagingWrapper .rightSection .button-container
{
    display: inline;
    float: right;
}

.fileManagerMain .fileManagerCell .pagingWrapper .rightSection .button-container .currentPageText:hover
{
    background-color: #fff;
    color: #333333;
    cursor: auto;
}

.fileManagerMain .fileManagerCell .pagingWrapper .pagingSelector
{
    display: inline;
    float: left;
    padding-left: 7px;
}

.fileManagerMain .fileManagerCell .pagingWrapper .pagingSelector select
{
    font-size: 10px;
    padding: 5px;
}

.fileManagerMain .fileManagerCell .pagingWrapper .lowerToolbar
{
    display: inline;
    float: right;
    padding-right: 10px;
}

.fileManagerIcon .fileListing .active, .fileManagerIcon .fileListing .active:hover
{  
    background-color: #E7F0FA;
    border-color: #DDDDDD;
}

.fileManagerList .fileListing .active, .fileManagerList .fileListing .active:hover
{  
    background-color: #E7F0FA;
}

.fileManagerList .fileListing .image-thumb
{
    margin-bottom: 0px;
}

.fileManagerList .fileListing > div:nth-child(2n+1)
{
    background-color: #f8f8f8;
}

.fileManagerList .fileListing
{
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
}

.fileManagerList .fileListing .fileOptions
{
    display: none;
}

.internal-notification .text-bold
{
    font-weight: bold;
}

.fileManagerIcon .fileListing .fileListingHeader
{
    display: none;
}

.fileListing .fileListingHeader span
{
    font-weight: bold;
}

.fileManagerList .fileListing .fileListingHeader:hover
{
    background-color: #f8f8f8;
}

.txtCenter
{
    text-align: center;
}

.page-container .sidebar-menu .sidebar-user-info
{
    padding: 10px 0px 10px 35px;
}

.page-container .sidebar-menu .sidebar-user-info .sui-hover
{
    padding: 6px 27.5px
}

.settings-avatar
{
    float: left;
    margin-right: 12px;
}

.popover
{
    z-index: 10;
}

.page-container .sidebar-menu #folderTreeview li a
{
    padding: 5px 20px;
}

.page-container .sidebar-menu .sidebar-user-info .user-link img
{
    margin-right: 10px;
}

.inline-checkbox
{
    margin-top: 4px;
    padding-left: 29px;
}

.clear
{
    clear: both;
}

.hidden
{
    display: none;
}

.hiddenAlt
{
    position: absolute;
    left: -9999px;
}

.file-details-modal .nav-tabs
{
    margin-top: 10px;
    margin-bottom: 0px;
}

.file-details-modal .tab-content .tab-pane
{
    padding: 0px;
}

.file-details-modal .close
{
    background: none repeat scroll 0 0 padding-box #f0f0f1;
    border-radius: 3px;
    color: #787878;
    display: inline-block;
    font-weight: 300;
    line-height: 1;
    opacity: 0.7;
    padding: 0 5px;
    text-shadow: none;
    transition: all 300ms ease-in-out 0s;
    margin-right: 15px;
    margin-top: 13px;
}

.page-container.sidebar-collapsed .sidebar-user-info .user-link span, .page-container.sidebar-collapsed .sidebar-user-info .user-link strong
{
    opacity: 1;
    transition: opacity 300ms ease-in-out 0s;
    position: inherit;
    text-align: left;
}

.page-container.sidebar-collapsed .sidebar-user-info .user-link img
{
    transform: scale(1.0);
}

.file-manager-container
{
    border: 0;
    background-color: inherit !important;
    margin-bottom: 0px !important;
}

.file-manager-container .panel-body
{
    padding: 0px;
}

.file-manager-container .file-listing-wrapper
{
    padding-left: 0px;
    padding-right: 0px;
}

.entypo-your_files:before { content: '\e80e'; }
.entypo-upgrade:before { content: '\e8cb'; }
.entypo-default:before { content: '\e849'; }
.entypo-settings:before { content: '\e855'; }
.entypo-rewards_logged_in:before { content: '\e8c5'; }

.file-manager-container .row
{
    margin-left: 0px;
    margin-right: 0px;
}

.file-manager-container .col-md-6, .file-manager-container .col-md-12, .file-manager-container .col-sm-8, .file-manager-container .col-sm-4
{
    padding-left: 0px;
    padding-right: 0px;
}

.pluginSocialMainLoginWrapper .pluginSocialLoginDivider, .pluginSocialMainLoginWrapper #pageHeader, .pluginSocialMainLoginWrapper .introText
{
    display: none;
}

.pluginSocialMainLoginWrapper .pluginSocialLoginButtons .zocial:before
{
    width: 30px;
    height: 32px;
    padding: 0.2em 0.6em;
    margin: 0 0.7em 0 0;
}

.pluginSocialMainLoginWrapper .pluginSocialLoginButtons .zocial, .pluginSocialMainLoginWrapper .pluginSocialLoginButtons a.zocial
{
    color: #ffffff;
    font: inherit;
    text-align: left;
    text-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}

.pluginSocialMainLoginWrapper .pluginSocialLoginSignin .pluginSocialLoginButtons .zocial
{
    width: 100%;
    background-image: inherit;
    line-height: 2.3em;
    margin-bottom: 11px;
}

.pluginSocialLoginButtons
{
    margin-top: 26px;
}

.login-container
{
    background-image: url('../frontend_assets/images/reservo/home-bg-1.jpg');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 100%;
}

.header-row 
{
    padding-left:0px !important;
}

.uploader-container .fileupload-content .table
{
    margin-bottom: 0px;
}

.showAdditionalOptionsLink
{
    font-weight: 700;
    cursor: pointer;
}

.directionRtl .ltrOverride
{
    direction: ltr;
    text-align: right;
}

.fade
{
    opacity: 0;
    -moz-transition: opacity 0.10s linear;
    -o-transition: opacity 0.10s linear;
    -webkit-transition: opacity 0.10s linear;
    transition: opacity 0.10s linear;
}

.modal.fade .modal-dialog
{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


.upload-button-wrapper
{
    padding: 11px 3px;
}

.file-browse-container-wrapper .file-preview-wrapper
{
    margin: 12px;
}

.file-browse-container-wrapper .section-wrapper
{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 16px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3
{
    padding-left: 0px;
}

.file-browse-container-wrapper .file-preview-wrapper .text-section
{
    display: inline-block;
	padding-left: 7px;
	color: #999999;
	vertical-align: middle;
}

.file-browse-container-wrapper .file-preview-wrapper .text-section-1
{
    font-size: 18px;
	display: block;
	color: #646464;
}

.file-browse-container-wrapper .file-preview-wrapper .text-section-2
{
    font-size: 14px;
	color: #999999;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .tab-content
{
    background-color: #ffffff;
    margin-top: -1px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs > li:first-child > a
{
    margin-left: 0px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs > li > a
{
    padding: 7px 12px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .tab-content .tab-pane
{
    padding: 10px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs > li.active > a, .file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs > li.active > a:hover, .file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs > li.active > a:focus
{
    border: none;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .nav-tabs
{
    margin: 0px;
}

.file-browse-container-wrapper .file-preview-wrapper .col-md-3 .image-data
{
    max-height: 340px;
    overflow: auto;
}

.file-browse-container-wrapper .file-preview-wrapper .image-name-title
{
    font-size: 24px;
}

.file-browse-container-wrapper .file-preview-wrapper .image-section-title
{
    font-size: 20px;
}

.file-browse-container-wrapper .file-preview-wrapper .image-social-sharing
{
    float: right;
}

.file-browse-container-wrapper .section-wrapper .table
{
    margin-bottom: 0px;
}

.file-browse-container-wrapper .section-wrapper .image-preview
{
    max-width: 100%;
    max-height: 100%;
}

.file-browse-container-wrapper .section-wrapper .image-fullscreen-link
{
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
	position: absolute;
    right: 11px;
    top: 11px;
    font-size: 20px;
	display: none;
}

.file-browse-container-wrapper .section-wrapper.image-preview-wrapper:hover .image-fullscreen-link
{
	display: block;
}

.file-browse-container-wrapper .section-wrapper .prev-link, .file-browse-container-wrapper .section-wrapper .next-link {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 44px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.file-browse-container-wrapper .section-wrapper .prev-link
{
    left: 0;
    text-align: left;
}

.file-browse-container-wrapper .section-wrapper .next-link
{
    right: 0;
    text-align: right;
}

.file-browse-container-wrapper .section-wrapper .prev-link:hover, .file-browse-container-wrapper .section-wrapper .next-link:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    color: #373e4a;
}

.file-browse-container-wrapper .section-wrapper .prev-link i, .file-browse-container-wrapper .section-wrapper .next-link i
{
    position: relative;
    vertical-align: middle;
    top: 38%;
    text-shadow: 0px 0px 1px #ffffff;
}

.file-browse-container-wrapper .image-preview-wrapper
{
    text-align: center;
    position: relative;
    min-height: 340px;
    width: 100%;
}

.file-browse-container-wrapper .image-preview-wrapper .image
{
    margin: 0px auto;
}

.file-browse-container-wrapper .similar-images
{
    text-align: center;
}

.file-browse-container-wrapper .similar-images .slick-slider
{
    margin-top: 8px;
}

.file-browse-container-wrapper .similar-images .slick-slider .slick-slide
{
	background: rgb(255, 255, 255) url(../images/loading_small.gif) center center no-repeat;
    background: rgba(255, 255, 255, .5) url(../images/loading_small.gif) center center no-repeat;
    vertical-align: middle;
	width: 132px;
	height: 178px;
}

.file-browse-container-wrapper .similar-images .slick-slider .slick-slide img
{
	width: 100%;
	height: auto;
}

.file-browse-container-wrapper .pre-image-cache-wrapper
{
	display: none;
}

.file-browse-container-wrapper .pre-image-cache-wrapper img
{
	width: 1px;
	height: 1px;
}

.breadcrumb.pull-right
{
    padding: 6px 8px 0px 0px;
}

.paginationRow 
{
    padding: 0px 12px 12px 12px;
}

.paginationRow .paginationWrapper 
{
    text-align: center;
    background-color: #ffffff;
}

.page-container .navbar-fixed-top .navbar-inner
{
    -webkit-box-shadow: 0px 4px 3px -4px rgba(194,194,194,1);
    -moz-box-shadow: 0px 4px 3px -4px rgba(194,194,194,1);
    box-shadow: 0px 4px 3px -4px rgba(194,194,194,1);
}

.btn-toolbar .fileActionLinks
{
    border-color: #ebebeb;
}

.sidebar-menu .siderbar-logo
{
	margin: 10px 0px 0px 10px;
	width: 140px;
}

.sidebar-menu .siderbar-logo img
{
	width: 100%;
}

.padder
{
	padding-right: 15px;
	padding-left: 15px;
}

.rounded
{
	border-radius: 500px;
}

.bg-light
{
	color: #58666e;
	background-color: #edf1f2;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu .account-menu
{
	padding: 15px;
	margin-bottom: -10px;
	border-bottom: 1px solid #dee5e7;
	margin-top: -5px;
	margin-bottom: 0px;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu .account-menu .progress
{
	height: 6px;
	margin-bottom: 0px;
}

.page-container.horizontal-menu header.navbar ul.nav > li .avatar
{
	position: relative;
	margin-top: -10px;
}

.page-container.horizontal-menu header.navbar ul.nav > li > a
{
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.navbar-form
{
	padding: 0px 10px;
}

.navbar-form-sm
{
	width: 260px;
}

.navbar-form-sm .input-group-btn .btn:last-child
{
	padding-left: 0px;
}

.navbar-form-sm .input-sm
{
	height: 33px;
	font-size: 13px;
}

.navbar-form-sm .btn-sm
{
	font-size: 14px;
}

.page-container.horizontal-menu header.navbar .account-nav-icon .thumb-sm
{
	margin-left: 10px;
	margin-bottom: -10px;
}

.page-container.horizontal-menu header.navbar .account-nav-icon .user-screen-name, .page-container.horizontal-menu header.navbar .account-nav-icon b
{
	color: #58666e;
	font-size: 14px;
}

.page-container .sidebar-menu .main-menu .nav-section-header
{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #8B8E98 !important;
	margin-top: 16px !important;
}

.page-container .sidebar-menu .main-menu .nav-section-header:first-child
{
	margin-top: 0px !important;
}

.page-container .sidebar-menu .main-menu li a>i {
	position: relative;
	float: left;
	width: 40px;
	margin: -13px -10px;
	margin-right: 5px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
}

.page-container .sidebar-menu .main-menu .badge
{
	padding: 2px 5px;
	font-size: 10px;
	color: #c6efd0;
	background-color: #27c24c;
	font-weight: bold;
}

.page-container.horizontal-menu header.navbar ul.nav > li.account-nav-icon > a
{
	padding: 14px 10px !important;
}

.profile-background-cover
{
	margin-bottom: -65px;
	position: relative;
	border-left: 1px solid #aaaaaa;
}

.profile-background-cover div
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

 .user-profile
{
	background-color: #EEEEEE;
	margin-top: -30px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px 0px 20px;
}

.profile-info-tabs .nav-tabs
{
	margin-top: 0px;
}

.background-overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ffffff;
}

.image-browse .fileListing
{
	padding: 0px;
}

.gallery-env .col-sm-3
{
	padding-left: 5px;
	padding-right: 5px;
}

.file-browse-container-wrapper .image-liked .entypo-heart
{
	color: #ff4e50;
}

.file-browse-container-wrapper .button-wrapper
{
	text-align: center;
}

.plugin-webdav-left-nav-footer
{
	margin-top: 0px !important;
}

.album .images .image-1
{
	width: 100%;
	display: inline-block;
	position: relative;
	float: left;
	overflow: hidden;
	border-bottom: 3px solid #ffffff;
}

.album .images a
{
	box-sizing: border-box;
}

.album .images .sub-images a
{
	display: block;
}

.album .images .sub-images .col-sm-4
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 0px;
	padding-left: 0px;
}

.album .images .sub-images .col-sm-4:first-child
{
	border-left: 0px;
	border-right: 2px solid #ffffff;
}

.album .images .sub-images .col-sm-4:last-child
{
	border-right: 0px;
	border-left: 2px solid #ffffff;
}

.ajax-error-image
{
	background-image: url('../images/ajax_error.png');
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	min-height: 100vh;
	height: 100vh;
}

.ajax-loading-image
{
	background-image: url('../images/pleaseWait.gif');
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	min-height: 100vh;
	height: 100vh;
}

.image-browse .gallery-env
{
	margin: -2px 9px 2px 9px;
}

.image-browse .toolbar-container .right-toolbar-options
{
	padding: 0px 12px;
}

.gallery-env .paginationRow
{
	padding: 0px 5px 5px 5px;
}

.gallery-env .album .text-section
{
    display: inline-block;
	padding-left: 10px;
	color: #999999;
	vertical-align: middle;
	width: 100%;
	margin-left: -84px;
    padding-left: 90px;
}

.gallery-env .album .text-section-1
{
    font-size: 18px;
	display: block;
	color: #646464;
}

.gallery-env .album .text-section-2
{
    font-size: 14px;
	color: #999999;
	overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-env article.album .album-info
{
	padding: 10px 4px 8px 4px;
}

.gallery-env article.album .album-info .album-image-overview-stats
{
	display: block;
	margin-top: 6px;
}

.gallery-env article.album .album-info .album-image-overview-stats > div
{
	display: inline;
	padding-right: 4px;
}

.gallery-env article.album .album-info h3
{
	font-weight: 600;
}




.share-wrapper::selection {
background: transparent;
}

.share-wrapper {
  text-align:center;
  right:0;
  height: 20px;
  width: 34px;
  float: right;
}

.share-wrapper input[type="checkbox"]{display:none;}

.share-wrapper .checkbox:checked + .label{
  background:#7B7484;
  color:#231733;
}

.share-wrapper .checkbox:checked ~ .social {
  opacity:1;
  -webkit-transform: scale(1) translateX(-124px);
  -moz-transform:scale(1) translateX(-124px);
  -o-transform:scale(1) translateX(-124px);
  transform:scale(1) translateX(-124px);
    -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.share-wrapper .label {
  font-size:12px;
  cursor:pointer;
  margin:0;
  padding:5px 10px;
  
  border-radius:10%;
  color:#7B7484;
}

.share-wrapper .social {
  transform-origin:50% 0%;
  -webkit-transform: scale(0) translateX(-224px);
  -moz-transform:scale(0) translateX(-224px);
  -o-transform:scale(0) translateX(-224px);
  transform:scale(0) translateX(-224px);
  
  opacity:0;
}
.share-wrapper ul {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: -10px;
  margin-top: -29px;
  color: #fff;
  height: 38px;
  width: 120px;
  background: #3B5998;
  padding: 0;
  list-style: none;
}

.share-wrapper ul li {
  font-size:16px;
  cursor: pointer;
  width: 40px;
  margin:0;
  padding:9px 0;
  text-align:center;
  float:left;
  display:block;
  height:38px;
}

.share-wrapper ul a
{
	color: #ffffff;
}

.share-wrapper ul li:hover {color:rgba(0,0,0,.5);}

.share-wrapper ul:after {
  content:'';
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  margin: auto 120px;
  height:0;
  width:0;
  left: 0;
  
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #E34429;
}

.share-wrapper li[class*="twitter"] {
    background: #6CDFEA;
}

.share-wrapper li[class*="facebook"] {
    background: #3B5998;
}

.share-wrapper li[class*="gplus"] {
    background: #E34429;
}

.page-container .main-content.browse-page
{
	padding: 10px 20px;
}

.browse-page .nav-pills
{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 2px;
}

.browse-page .tab-content
{
	margin-left: -10px;
	margin-right: -10px;
}

.nav-pills > li > a
{
	background-color: #dddddd;
}

.nav-pills > li > a:hover
{
	background-color: #cccccc;
	color: #000000;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
	color: #ffffff;
    background-color: #3A3F51;
}

.browse-category h3
{
	margin-top: 0px;
}

.browse-category .category-section
{
	margin-bottom: 20px;
}

.browse-category .category-section .panel-body
{
	padding-top: 5px;
	padding-bottom: 0px;
}

.browse-category .category-section .panel-title
{
	width: 100%;
}

.browse-category .category-section .panel-title a
{
	display: block;
}

.responsive-thumb
{
	max-width: 100%;
	max-height: 100%;
	min-width: 30px;
	min-height: 30px;
	width: 100%;
}

.browse-category .basic-image-layout .image-thumb
{
	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 8px;
}

.album-listing-wrapper
{
	padding: 0px 10px;
}

.page-container .main-content.browse-page .image-browse
{
	margin-left: -15px;
    margin-right: -15px;
}

.page-container .main-content.browse-page .image-browse .gallery-env
{
	margin: -2px 12px 2px 12px;
}

.navbar-inner .input-group > .twitter-typeahead:first-child .typeahead
{
	-webkit-border-radius: 500px 0 0 500px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 500px 0 0 500px;
    -moz-background-clip: padding;
    border-radius: 500px 0 0 500px;
}

.navbar-inner .input-group .form-control
{
	width: 100%;
}

.no-results-wrapper
{
	margin-left: 15px;
	margin-right: 15px;
}

.profile-feed #fileManager
{
	margin-left: -15px;
	margin-right: -15px;
}

#profile-page .paginationWrapper
{
	background-color: transparent;
}

.login-page-wrapper {
    background: #303641;
}

.image-colors-wrapper div
{
	width: 20px;
	float: left;
	height: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	border-radius: 3px;
}

#profile-page .profile-env > header .profile-info-sections > li 
{
    padding: 0 30px;
}

.responsive-top-search .icon-line-cross {
    color:#fff;
}

.file-browse-container-wrapper .file-preview-wrapper > .row
{
	margin-right: -12px;
}

.page-container .sidebar-menu > div.sidebar-mobile-menu a
{
	display: inline-block;
    border: 1px solid #454a54;
    text-align: center;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 2px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.page-container .sidebar-menu > div.sidebar-mobile-menu
{
	position: relative;
    float: right;
	vertical-align: middle;
    white-space: nowrap;
	margin: 16px 12px 0px 0px;
}

.breadcrumb > li a {
    word-break: break-all;
    word-wrap: normal;
}

.file-browse-container-wrapper .file-preview-wrapper .image-name-title {
    word-break: break-all;
    word-wrap: normal;
}

.file-browse-container-wrapper .file-preview-wrapper .text-section-1 {
    word-break: break-all;
    word-wrap: normal;
}

.file-browse-container-wrapper .file-preview-wrapper .text-section-2 {
    word-break: break-all !important;
    word-wrap: normal !important;
}

.page-container .sidebar-menu > div.sidebar-mobile-upload a
{
	display: inline-block;
    border: 1px solid #00a651;
    text-align: center;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    padding: 9px 11px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	color: #ffffff;
	background-color: #00a651;
}

.page-container .sidebar-menu > div.sidebar-mobile-upload
{
	position: relative;
    float: right;
	vertical-align: middle;
    white-space: nowrap;
	margin: 16px 12px 0px 0px;
}

.page-body .page-container.horizontal-menu header.navbar ul.mobile-account-toolbar-wrapper
{
	position: inherit !important;
}




.image-social-sharing .mobile-social-share {
    display: block !important;
}

.image-social-sharing
{
	margin: 3px 0px 0px 15px;
}

.image-social-sharing .share-group {
    float: right;
    margin: 0 15px 0 0px;
}

.image-social-sharing .btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.image-social-sharing .mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 3px 0 0 -7px;
    min-width: 66px;
    padding: 0;
}

.image-social-sharing .share {
    min-width: 17px;
}

.image-social-sharing .mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.image-social-sharing .btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.image-social-sharing .dropdown-menu .btn
{
	width: 51px;
    color:#FFFFFF!important;
}

.image-social-sharing .btn-twitter {
    background-color: #3399CC !important;
}

.image-social-sharing .btn-facebook {
    background-color: #3D5B96 !important;
}

.image-social-sharing .btn-facebook {
    background-color: #3D5B96 !important;
}

.image-social-sharing .btn-google {
    background-color: #DD3F34 !important;
}

.image-social-sharing .btn-linkedin {
    background-color: #1884BB !important;
}

.image-social-sharing .btn-pinterest {
    background-color: #CC1E2D !important;
}

.image-social-sharing .btn-mail {
    background-color: #FFC90E !important;
}

.image-social-sharing .caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.image-social-sharing #socialShare > a{
    padding: 4px 7px 4px 7px;
}

.image-social-sharing .btn-group > .btn + .dropdown-toggle
{
	padding: 4px 6px;
}

.file-preview-wrapper .account-dropdown-resize-menu
{
	text-align: left;
}

.fileManagerList .fileListing .filename, .fileManagerList .fileListing .filesize, .fileManagerList .fileListing .downloads, .fileManagerList .fileListing .fileUploadDate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fileManagerList .fileListing span.filename {
    width:600px;
}

.navbar-form .form-group
{
	width: 100%;
}

.navbar-form-sm
{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 1023px){ 
	.navbar-form-sm.focused
	{
	   width: 360px;
	}
}

.dropdown-menu .context-menu-icon
{
	width: 18px;
    text-align: center;
    margin: 0px 7px 0px 0px;
    display: inline-block;
}

.edit-folder-modal .modal-content .col-md-9 .nav-tabs
{
	margin-top: 0px;
    margin-bottom: 0px;
}
