@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*-------------------------
	Simple reset
--------------------------*/

* {
    margin: 0;
    padding: 0;
}


/*-------------------------
	Demo page
-------------------------*/


/*
body {
	background-color: #23232e;
	font: 14px normal Arial, Helvetica, sans-serif;
	z-index: -4;
}
*/

body {
    overflow-x: hidden;
    font-family: "Open Sans";
    color: #4b4a4a;
    /*background: #e8ece4;*/
    background: #D7D7D8;
    font-size: 13px;
    padding-top: 70px;
}


/*-------------------------
	File manager
-------------------------*/

.filemanager {
    width: 95%;
    max-width: 1340px;
    position: relative;
    margin: 0px auto 50px;
}


/*
@media all and (max-width: 965px) {
	.filemanager {
		margin: 30px auto 0;
		padding: 1px;
	}
}
*/

.filemanager .pagination {
    padding-top: 10px;
}

.filemanager .pagination li > a,
.pagination li > span {
    background: #ccc;
}

.filemanager .pagination li.active > a,
.pagination li.active > span {
    color: #fff;
    /*background: #16a085;*/
    background: #d9534f;
}


/*-------------------------
	Breadcrumps
-------------------------*/

.filemanager .breadcrumbs {
    /*	color: #ffffff;*/
    color: #888;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.filemanager .breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #ffffff;
    text-decoration: none;
}

.filemanager .breadcrumbs a:hover {
    text-decoration: underline;
}

.filemanager .breadcrumbs .arrow {
    color: #6a6a72;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.breadcrumb-text {
    padding: 0 20px;
    /*	border-bottom: 3px solid #F00;*/
}

.breadcrumb-text ul {
    padding: 0;
    margin: 0;
}

.breadcrumb-text ul li {
    font-size: 15px;
    font-weight: normal;
    color: #ec7063 !important;
    cursor: pointer;
}

.breadcrumb-text ul li a {
    /*	color: #b55c56;*/
    color: #999;
    color: #d9534f;
    text-transform: capitalize;
}


/*-------------------------
	Search box
-------------------------*/

.filemanager .search {
    position: absolute;
    padding-right: 30px;
    cursor: pointer;
    right: 0;
    font-size: 17px;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
}

.filemanager .search:before {
    content: '';
    position: absolute;
    margin-top: 12px;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    right: 8px;
}

.filemanager .search:after {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filemanager .search input[type=search] {
    border-radius: 2px;
    color: #4D535E;
    background-color: #FFF;
    width: 250px;
    height: 44px;
    margin-left: -215px;
    padding-left: 20px;
    text-decoration-color: #4d535e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: none;
    outline: none;
    border: none;
    padding-right: 10px;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4d535e;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4d535e;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4d535e;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4d535e;
}


/*-------------------------
	Content area
-------------------------*/

.bbox {
    box-model: border-box;
    border: 3px solid transparent;
    background-clip: padding-box;
}

.filemanager .data {
    /*	margin-top: 60px;*/
    z-index: -3;
}

.filemanager .data.animated {
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .data div {
    border-radius: 5px;
    /*	background-color: #373743;*/
    /*background-color: #d5d5d5;*/
    background-color: #F7F7F7;
    /*	width: 307px;*/
    height: 118px;
    list-style-type: none;
    /*
	margin: 10px;
	margin: 0.3em;
*/
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}

.filemanager .data div:hover {
    background-color: #b3b3b3;
    /*	background-color: #d5d5d5;*/
    /*	background-color: #ca6c62;*/
    /*	background-color: #aba38c;*/
    border-radius: 5px;
    /*	background-color: #b55c56;*/
}

.filemanager .data div:hover .name {
    color: #fff !important;
}

.filemanager .data div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.filemanager .data div .name {
    /* color: #ffffff; */
    color: #3d3d3d;
    font-size: 13px;
    /*    font-weight: 700;*/
    /* line-height: 20px; */
    /* width: 150px; */
    /* white-space: nowrap; */
    /* display: inline-block; */
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    /* top: 40px; */
    padding: 30px 10px 0 0px;
    /*	text-transform: capitalize;*/
}

.filemanager .data div .details {
    /*	color: #b6c1c9;*/
    color: #999;
    font-size: 13px;
    font-weight: 400;
    /*
	width: 55px;
	height: 10px;
	top: 64px;
	white-space: nowrap;
	position: absolute;
	display: inline-block;
*/
}

.filemanager .nothingfound {
    background-color: #373743;
    width: 23em;
    height: 21em;
    margin: 0 auto;
    display: none;
    font-family: Arial;
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .nothingfound .nofiles {
    margin: 30px auto;
    top: 3em;
    border-radius: 50%;
    position: relative;
    background-color: #d72f6e;
    width: 11em;
    height: 11em;
    line-height: 11.4em;
}

.filemanager .nothingfound .nofiles:after {
    content: '×';
    position: absolute;
    color: #ffffff;
    font-size: 14em;
    margin-right: 0.092em;
    right: 0;
}

.filemanager .nothingfound span {
    margin: 0 auto auto 6.8em;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 13px;
    position: relative;
    top: 2em;
}


/*
@media all and (max-width: 965px) {
	.filemanager .data li {
		width: 100%;
		margin: 5px 0;
	}
}
*/


/* Chrome, Safari, Opera */

@-webkit-keyframes showSlowlyElement {
    100% {
        transform: scale(1);
        opacity: 1;
    }
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/* Standard syntax */

@keyframes showSlowlyElement {
    100% {
        transform: scale(1);
        opacity: 1;
    }
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/*-------------------------
		Icons
-------------------------*/

.icon {
    font-size: 23px;
}

.icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden;
    border-radius: 4px;
}

.icon.folder:before {
    content: '';
    float: left;
    /*background-color: #7ba1ad;*/
    background-color: transparent;
    width: 1.5em;
    height: 0.45em;
    margin-left: 0.07em;
    margin-bottom: -0.07em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}

.icon.folder:after {
    content: '';
    float: left;
    clear: left;
    background-color: #a0d4e4;
    /*background-color: transparent;*/
    width: 3em;
    height: 2.25em;
    border-radius: 0.1em;
}

.icon.folder.full:before {
    height: 0.55em;
}

.icon.folder.full:after {
    height: 2.15em;
    box-shadow: 0 -0.12em 0 0 #ddd;
}

.icon.file {
    width: 2.5em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0.25em;
    color: #FFF;
    display: inline-block;
    margin: 0.9em 1.2em 0.8em 1.3em;
    position: relative;
    overflow: hidden;
    box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;
}

.icon.file img {
    height: 100%;
}

.icon.file:first-line {
    font-size: 13px;
    font-weight: 700;
}

.icon.file:after {
    content: '';
    position: absolute;
    z-index: -1;
    border-width: 0;
    border-bottom: 2.6em solid #DADDE1;
    border-right: 2.22em solid rgba(0, 0, 0, 0);
    top: -34.5px;
    right: -4px;
}


/*dehon macro*/

.icon.folder.f-osp:after {
    background-color: #c45b50;
}

.icon.folder.f-osp:before {
    box-shadow: 1.25em 0.25em 0 0em #A53F34;
    background-color: #A53F34;
}

.icon.folder.f-osc:after {
    background-color: #82afa0;
}

.icon.folder.f-osc:before {
    box-shadow: 1.25em 0.25em 0 0em #5F9885;
    background-color: #5F9885;
}

.icon.folder.f-jrn:after {
    background-color: #a0b568;
}

.icon.folder.f-jrn:before {
    box-shadow: 1.25em 0.25em 0 0em #738E2C;
    background-color: #738E2C;
}

.icon.folder.f-voy:after {
    background-color: #52b3b9;
}

.icon.folder.f-voy:before {
    box-shadow: 1.25em 0.25em 0 0em #289298;
    background-color: #289298;
}

.icon.folder.f-cor:after {
    background-color: #a28d7d;
}

.icon.folder.f-cor:before {
    box-shadow: 1.25em 0.25em 0 0em #8A7768;
    background-color: #8A7768;
}

.icon.folder.f-art:after {
    background-color: #8ca3bb;
}

.icon.folder.f-art:before {
    box-shadow: 1.25em 0.25em 0 0em #7289A0;
    background-color: #7289A0;
}

.icon.folder.f-ine:after {
    background-color: #e3b62f;
}

.icon.folder.f-ine:before {
    box-shadow: 1.25em 0.25em 0 0em #B38F23;
    background-color: #B38F23;
}

.icon.folder.f-oeu:after {
    background-color: #F27935;
}

.icon.folder.f-oeu:before {
    box-shadow: 1.25em 0.25em 0 0em #D4682B;
    background-color: #D4682B;
}

/*.icon.file.f-jrn {
    box-shadow: 1.74em -2.1em 0 0 #a0b568 inset;
}
.icon.file.f-jrn:after {
    border-bottom-color: #83984b;
}*/

.icon.file.f-avi,
.icon.file.f-flv,
.icon.file.f-mkv,
.icon.file.f-mov,
.icon.file.f-mpeg,
.icon.file.f-mpg,
.icon.file.f-mp4,
.icon.file.f-m4v,
.icon.file.f-wmv {
    box-shadow: 1.74em -2.1em 0 0 #7e70ee inset;
}

.icon.file.f-avi:after,
.icon.file.f-flv:after,
.icon.file.f-mkv:after,
.icon.file.f-mov:after,
.icon.file.f-mpeg:after,
.icon.file.f-mpg:after,
.icon.file.f-mp4:after,
.icon.file.f-m4v:after,
.icon.file.f-wmv:after {
    border-bottom-color: #5649c1;
}

.icon.file.f-mp2,
.icon.file.f-mp3,
.icon.file.f-m3u,
.icon.file.f-wma,
.icon.file.f-xls,
.icon.file.f-xlsx {
    box-shadow: 1.74em -2.1em 0 0 #5bab6e inset;
}

.icon.file.f-mp2:after,
.icon.file.f-mp3:after,
.icon.file.f-m3u:after,
.icon.file.f-wma:after,
.icon.file.f-xls:after,
.icon.file.f-xlsx:after {
    border-bottom-color: #448353;
}

.icon.file.f-doc,
.icon.file.f-docx,
.icon.file.f-psd {
    box-shadow: 1.74em -2.1em 0 0 #03689b inset;
}

.icon.file.f-doc:after,
.icon.file.f-docx:after,
.icon.file.f-psd:after {
    border-bottom-color: #2980b9;
}

.icon.file.f-gif,
.icon.file.f-jpg,
.icon.file.f-jpeg,
.icon.file.f-pdf,
.icon.file.f-png {
    box-shadow: 1.74em -2.1em 0 0 #e15955 inset;
}

.icon.file.f-gif:after,
.icon.file.f-jpg:after,
.icon.file.f-jpeg:after,
.icon.file.f-pdf:after,
.icon.file.f-png:after {
    border-bottom-color: #c6393f;
}

.icon.file.f-deb,
.icon.file.f-dmg,
.icon.file.f-gz,
.icon.file.f-rar,
.icon.file.f-zip,
.icon.file.f-7z {
    box-shadow: 1.74em -2.1em 0 0 #867c75 inset;
}

.icon.file.f-deb:after,
.icon.file.f-dmg:after,
.icon.file.f-gz:after,
.icon.file.f-rar:after,
.icon.file.f-zip:after,
.icon.file.f-7z:after {
    border-bottom-color: #685f58;
}

.icon.file.f-html,
.icon.file.f-rtf,
.icon.file.f-xml,
.icon.file.f-xhtml {
    box-shadow: 1.74em -2.1em 0 0 #a94bb7 inset;
}

.icon.file.f-html:after,
.icon.file.f-rtf:after,
.icon.file.f-xml:after,
.icon.file.f-xhtml:after {
    border-bottom-color: #d65de8;
}

.icon.file.f-js {
    box-shadow: 1.74em -2.1em 0 0 #d0c54d inset;
}

.icon.file.f-js:after {
    border-bottom-color: #a69f4e;
}

.icon.file.f-css,
.icon.file.f-saas,
.icon.file.f-scss {
    box-shadow: 1.74em -2.1em 0 0 #44afa6 inset;
}

.icon.file.f-css:after,
.icon.file.f-saas:after,
.icon.file.f-scss:after {
    border-bottom-color: #30837c;
}


/*----------------------------
	The Demo Footer
-----------------------------*/


/*
footer {
    width: 770px;
    font: normal 16px Arial, Helvetica, sans-serif;
    padding: 15px 35px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -420px;
    background-color: #1f1f1f;
    background-image: linear-gradient(to bottom, #1f1f1f, #101010);
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

footer a.tz {
    font-weight: normal;
    font-size: 16px !important;
    text-decoration: none !important;
    display: block;
    margin-right: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #bfbfbf !important;
    z-index: 1;
}

footer a.tz:before {
    content: '';
    background: url('http://cdn.tutorialzine.com/misc/enhance/v2_footer_bg.png') no-repeat 0 -53px;
    width: 138px;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: -3px;
}

footer .close {
    position: absolute;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: url('http://cdn.tutorialzine.com/misc/enhance/v2_footer_bg.png') no-repeat 0 0px;
    top: 10px;
    right: 10px;
    z-index: 3;
}

footer #tzine-actions {
    position: absolute;
    top: 8px;
    width: 500px;
    right: 50%;
    margin-right: -650px;
    text-align: right;
    z-index: 2;
}

footer #tzine-actions iframe {
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}

@media (max-width: 1024px) {
    #bsaHolder,
    footer {
        display: none;
    }
}*/