/**
 *
 * 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;
}

.file-links-wrapper .modal-dialog
{
    max-width: 900px;
}

.download-folder-modal .modal-dialog
{
    max-width: 900px;
}

.general-modal .modal-dialog
{
    max-width: 900px;
}

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

.file-details-modal .modal-dialog
{
    max-width: 1150px;
}

.breadcrumb
{
    padding-top: 0px;
}

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

.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;
}

.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;
}

.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;
}

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

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

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

.fileManagerIcon .fileListing li .thumb
{
    height: 60px;
    position: relative;
}

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

.fileManagerIcon .fileListing li
{
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #dbdbdb;
    display: inline-block;
    margin: 0px 7px 7px 0;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    z-index: 100;
    width: 150px;
    height: 160px;
    position: relative;
}

.fileManagerIcon .fileListing li:hover
{
    border-color: #BBBBBB;
}

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

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

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

.fileManagerWrapperFullScreen .fileManagerList .fileListing li 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;
}

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

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

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

.fileManagerIcon .fileListing li .thumbIcon
{
    height: 126px;
    width: 100%;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

.fileManagerIcon .fileListing li .thumbIcon img
{
    display: inline-block;
}

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

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

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

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

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

.fileManagerList .fileListing li
{
    padding: 6px;
    height: 36px;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    z-index: 100;
}

.fileManagerList .fileListing .fileIconLi
{
    cursor: pointer;
}

.fileManager .fileListing li .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: 1px solid #B9B9B9;
}

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

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

.fileManagerList .fileListing > li: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 .panel-body
{
    padding: 15px 8px 15px 15px;
}

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

.entypo-your_files, .entypo-upgrade, .entypo-default, .entypo-settings, .entypo-rewards_logged_in
{
    margin-right: 5px;
}
.entypo-your_files:before { content: '\e8d4'; }
.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: 320px;
    background-image: inherit;
    line-height: 2.3em;
    margin-bottom: 11px;
}

.login-container
{
    background-color: #303641;
}

.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;
}