﻿.modal-content {
    width: 400px;
    position: fixed;
    margin-left: 35%;
    margin-top: 10%;
    text-align: center;
}

    .modal-content .modal-header h5 {
        color: #FFF;
        font-size: 18px;
    }

.modal-body {
    padding: 0;
    margin: 0;
}

.alert {
    margin-bottom: 0;
}

/*.pagination {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }*/

#dialog-upload .modal-content {
    text-align: left !important;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 10px 20px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

    fieldset legend {
        width: inherit;
        padding: 0 10px;
        border-bottom: none;
        text-align: left;
    }

.upload-modal {
    min-width: 812px;
    margin-left: 20%;
    margin-top: 5%;
}

.upload-files {
    width: 100%;
}

    .upload-files input {
        float: left;
        display: inline-block;
    }

    .upload-files .btn-delete {
        margin-left: 0;
    }

    .upload-files .select-file-upload {
        padding-top: 5px;
    }

#listThumbnail {
    float: left;
    padding-top: 10px;
}

.thumb-image {
    width: 115px;
    float: left;
    position: relative;
    padding: 5px;
}

    .thumb-image .ckb {
        position: absolute;
        top: 10px;
        right: 25px;
    }

.images a img {
    border: 2px solid #ccc;
}

.images a.active img {
    border: 2px solid #0f8db1;
}

.file-upload {
    float: left;
    width: 400px;
    margin-right: 5px;
}

.btn-delete {
    width: auto !important;
}

/*--------------------------------------------------------*/
.cu-modal .modal-content {
    width: auto !important;
    margin-left: 30% !important;
    margin-top: 5% !important;
    text-align: left !important;
}

    .cu-modal .modal-content .modal-header {
        padding: 15px 15px 0 15px !important;
    }

    .cu-modal .modal-content .modal-body {
        padding: 20px !important;
        max-height: 460px !important;
        overflow: auto;
    }

        .cu-modal .modal-content .modal-body .formError {
            left: 120px !important;
        }

.dropdown-menu {
    z-index: 1070 !important;
}

.daterangepicker table tr td {
    cursor: context-menu;
}

    .daterangepicker table tr td.active {
        background-color: #ccc;
    }

.nopadding {
    padding: 0;
    margin: 0;
}

/*VuNK Fix From 250px => 150px*/
.column-2 .formError {
    left: 150px !important;
}
.column-Cus .formError {
    left: 100px !important;
}

.doc-modal {
    min-width: 480px;
    margin-left: 35%;
    margin-top: 5%;
    text-align:left;
}

.upload-files button {
    margin-bottom: 2px !important;
}

.file-list {
    width: 100%;
    max-height: 90px;
    overflow: auto;
}

.file-list ul li {
    list-style-type: decimal;
}

.file-list ul li a {
    cursor: pointer;
    text-decoration: none;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.modal-body
{
    max-height: 400px;
    overflow: auto;
}



/*-------------Style polymer-element Paging VuNK------------------*/
.pagination > li:last-child > button, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li:first-child > button, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > button, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*-------------End Style polymer-element Paging------------------*/