﻿.files-list {
    vertical-align: top;
    padding-top: 20px;
    padding-left: 25px;
    width: 85%;
}

.table-store {
    width: 100%;
}

.files-list__file-table {
    border: 1px solid #666;
}

/*---file archive list---*/
.file-archive-list__main-cntr {
    max-width: 1200px;
}

.file-archive-list__separator {
    height: 20px;
    clear: both;
}

.file-archive-list__table {
    width: 100%;
    border: 1px solid #666;
}

.file-archive-list__table-row {
    height: 30px;
}

.file-archive-list__table-head th {
    padding: 4px;
}

.file-archive-list__table-row td {
    padding: 1px 1px 1px 3px;
}

.file-archive-list-table__Name {
    position: relative;
}

.file-archive-list-table__Name-tablename {
}

    .file-archive-list-table__Name-tablename td {
        padding: 0;
        margin: 0;
        padding-left: 2px;
    }

        .file-archive-list-table__Name-tablename td.file-archive-list-table__Name-tablename__icon {
            padding: 0;
            background-position: center;
            background-size: 24px;
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
        }

/*.file-archive-list-table__Name a {
        display: block;
        margin-left: 28px;
    }*/

/*--file archive filter---*/

.file-archive-filter__table {
    width: 100%;
    border: 1px solid #666;
}

.file-archive-filter__table-head {
    text-align: right;
    font-weight: bold;
    /*width: 120px;*/
    width: 10%;
    padding-right: 10px;
}

.file-archive-filter__table-input {
    width: 40%;
}

    .file-archive-filter__table-input.right {
        padding-right: 10px;
    }

.file-archive-filter__table-btns {
    /*width: 185px;
    text-align: center;*/
    vertical-align: middle;
    /*padding-left: 122px;*/
}

/********************Форма настройки параметров файла.*******************/

.otobr input {
    width: 380px;
    margin: 5px 0px;
}

.fileoptions-btns {
    position: absolute;
    right: 1px;
    z-index: 2;
}

.ms-dialog body {
    overflow-y: auto;
}

.text-center {
    text-align: center;
}

/*****************tabs****************/
#tabs {
    padding-top: 5px;
}

    #tabs .fileoptions-tabs__ul {
        padding: 0;
        border-left: 1px solid;
        border-bottom: 1px solid;
    }

        #tabs .fileoptions-tabs__ul > li {
            margin: 0 0 -2px 0;
            border-top: 1px solid;
            border-right: 1px solid;
            background-color: #C2C2C2;
        }

            #tabs .fileoptions-tabs__ul > li.ui-tabs-active {
                border-bottom: 1px solid #FFFFFF;
                background-color: #FFFFFF;
            }

    #tabs .fileoptions-tabs__tab-data {
        border: 1px solid;
        border-top: 0px;
        padding: 10px 5px 5px 5px;
    }

.fileoptions-tabs__tab-fileparams__filedescription {
    max-width: 270px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.temp-links {
    border:1px solid;
}

.temp-links-table {
    border:1px solid;
    width:100%;
}

.temp-links-table-lnk-cntr {
    font-size:11px;
}

.temp-links-table-del-cntr {
    padding: 0 5px;
}

/***********Страница загрузки файлов из сетевой папки*********/

#loader .layout {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    z-index: 2;
}

#loader .message {
    z-index: 3;
    position: absolute;
    margin-left: -165px;
    width: 330px;
    left: 50%;
    top: 5%;
    background: url(/_layouts/15/images/loadingcirclests16.gif) no-repeat center left;
}

    #loader .message h2 {
        margin-left: 15px;
    }


/****************Форма авторизации***********/

.auth-block {
    /*width: 305px;*/
}

.auth-block__table {
}

.auth-block__table-header {
    font-size: 16px;
}

.auth-block__table__label {
    position: relative;
    width: 55px;
    text-align: left;
    padding-right: 10px;
}

.auth-block__table__label__valid {
    position: absolute;
    width: 7px;
    right: 0;
}

.auth-block__table__field {
    width: 135px;
    padding-right: 5px;
}

    .auth-block__table__field input[type=password],
    .auth-block__table__field input[type=text] {
        padding: 1px 0 1px 3px;
        width: 100%;
    }

    .auth-block__table__field.btnlogin-block {
        padding: 0;
    }

        .auth-block__table__field.btnlogin-block input[type="checkbox"] {
            margin: 0;
            margin-right: 3px;
        }

.auth-block__table__btnlogin,
.auth-block__table__btnlogout {
    margin: 0;
    padding: 3px !important;
    float: right;
}

.auth-block__error-block {
}

    .auth-block__error-block span {
        color: red;
    }

.auth-block__logout-block {
}

.auth-block__logout-block__username {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.auth-block__logout-block .auth-block__table__btnlogout {
    margin: 0;
    float: left;
}
