/* ---------------------------------------------------------------------------------------------- */
/* -----| GENERAL |------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
@import url(fontiran.css); 
*,h3,h4,h5,.modal-title,h2,h1,p,.alert,span,li,th,td,tr,ol,ul,label,option,select,.hint-block,.help-block,input,button{
   font-family: IRANSans;
    font-size: 10pt ;
}
body {
    padding: 70px 0 0;
}

body.breadcrumb-fixed {
    padding-top: 56px;
}
#page-content {
	box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-bottom: 40px;
}
.container {
    max-width: 960px;
}


/* -------------------------------------------------------------------------- */
/* -----| HEADER |----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#page-navbar .navbar-text {
    display: block;
    float: left;
    font-family: IRANSans;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ---------------------------------------------------------------------------------------------- */
/* -----| DIRECTORY LISTER |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#directory-list-header {
    font-family: IRANSans;
    font-weight: bold;
    padding: 10px 15px;
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

#directory-listing {
    font-family: IRANSans;
}

#directory-listing li {
    position: relative;
	border-bottom: 1px solid #eee;
}
#directory-listing li a {
    padding: 7px 15px !important;
}
#directory-listing li a:hover {
	background-color: #03c9a9 !important;
    color: #fff !important;
}

.file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-name i {

}

.file-info-button,
.web-link-button {
    display: inline-block;
    cursor: pointer;
    margin-left: 100%;
    padding: 6px 10px !important;
    position: absolute !important;
    top: 4px;
}

.web-link-button i,
.file-info-button i {
    color: #999;
}


/* ---------------------------------------------------------------------------------------------- */
/* -----| FOOTER |------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.footer {
    margin: 20px;
    text-align: center;
}



/* -------------------------------------------------------------------------- */
/* -----| RESPONSIVE |------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .navbar-nav {
        float: left;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar-right {
        float: right !important;
    }

    #page-navbar .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 75%;
    }

    .file-info-button {
        display: none !important;
    }

}
