/*----------------------------
    The file upload form
-----------------------------*/

.bordered
{
    border-bottom: 1px dashed #c2cad8;
}

#upload {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 30px;
    border-radius: 3px;
}


#drop {
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #drop a {
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #drop a:hover{
        }

    #drop input {
        display: none;
    }

#listFiles {
    list-style: none;
    margin: 0 -20px;
    border-top: 1px solid #8b8e81;
    border-bottom: 1px solid #8d8083;
}

/*    #listFiles li {
        background-color: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
        background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
        background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
        padding: 15px;
        height: 52px;
        position: relative;
    }
*/
        #listFiles li input {
            display: none;
        }

        #listFiles li p {
            overflow: hidden;
/*            white-space: nowrap;*/
            color: #2f2f2f;
            font-size: 16px;
            font-weight: bold;
 /*           position: absolute;*/
            top: 2px;
            left: 300px;
            margin: 0px;
        }

        #listFiles li p i {
            font-weight: normal;
            font-style: normal;
            color: #4f4f4f;
            display: block;
        }

        /*#listFiles li span {
            width: 15px;
            height: 12px;
            background: url('../img/icons.png') no-repeat;
            position: absolute;
            right: 33px;
            cursor: pointer;
        }*/

        #listFiles li button {
/*            position: absolute;
            bottom: 10px;
            right: 300px;*/
        }

        #listFiles li.working span {
            height: 16px;
            background-position: 0 -12px;
        }

        #listFiles li.error span {
            height: 16px;
            background-position: 0 -12px;
        }


        #listFiles li.error p {
            color: red;
        }

        .auth-input{
            padding-left: 15px !important;
        }

        .content{
            top: 20%;
            padding: 20px 30px !important;
        }
        .hidden-pass-input{
            height: 0 !important;
        }
        #forget-password {
            line-height: 50px;
            color: dimgrey;
            text-decoration: underline;
        }
        #certChoose {
            padding: 11px 32px !important;
        }
        #certChooseID {
            padding: 11px 32px !important;
        }

        @media (min-width: 1200px) {
            .container {
                width: 96% !important;
            }
        }
        #documents td{
            line-height: 30px;
            padding-left: 17px;
        }
        #from_filter, #to_filter{
            width: 100px;
        }
        table.dataTable.no-footer{
            border-bottom: none !important;
        }
        #doccreate, #signAll{
            width: 120px;
            height: 35px;
        }
        .datepicker.dropdown-menu{
            padding: 30px !important;
        }
         .blockOverlay{
            position: fixed !important;
        }
        .inbox-sidebar{
            text-align: center;
        }
        .inbox-nav{
            text-align: left;
        }
        .input-group-addon, .input-group-btn{
            width: 0 !important;
        }
        .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-sm {
            height: 30px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-left: 1px solid #c2cad8;
            box-shadow: none !important;
            border: 1px solid #c2cad8 !important;
        }
        #filterclear {
            box-shadow: none !important;
            height: 32px !important;
        }

#container div.portlet.light.portlet-fit.portlet-form {
    margin: auto;
    width: 75%;
}

table#signs.table.table-striped.panel.panel-body.dataTable.no-footer {
    margin: 0;
    padding: 0;
}

table.dataTable > thead > tr > th {
    border: none !important;
}
