﻿*{
    font-family:Arial, Helvetica, sans-serif;
}
.error {
    color: #D8000C;
}
.datepicker {
    z-index: 9999 !important;
}
.form-group .dropdown-toggle {
    width: 100% !important;
    text-align: start;
    padding-right: 20px;
    min-height: 34px;
}

.form-group .dropdown-toggle span.caret {
    position: absolute;
    right: 7px;
    top: 16px;
}

.form-group .dropdown.dropdown-tree ul {
    width: 100%;
}

.form-group .dropdown.dropdown-tree li a span {
    margin-right: 5px;
}

.jstree-file-icon {
    background: url(/images/file_sprite.png) 0 0 no-repeat !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.invoice-form .form-group .control-label {
    text-align: left;
}

.invoice-form .form-group .form-control {
    border: none;
    border-bottom: 1px dashed #ccc;
}

.invoice-form .form-control[readonly] {
    background-color: white;
    cursor: not-allowed;
}

.invoice-form .form-group span.required {
    color: #D8000C;
    padding-left: 5px;
}

.invoice-service-table tbody th {
    padding: 0px !important;
}

    .invoice-service-table tbody th .form-control {
        border: 0px !important;
    }

.custom-loader {
    z-index: 10000 !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
}

.icon-adjust-increase {
    color: #00a65a !important;
}

.icon-adjust-reduce {
    color: #f39c12 !important;
}

.icon-adjust-info {
    color: #00c0ef !important;
}

.icon-adjust-replace {
    color: #dd4b39 !important;
}

.form-horizontal .control-label span.required {
    color: #D8000C;
    padding-left: 5px;
}

.invoice-lock {
    padding-right: 5px;
    color: #f39c12;
}

.invoice-view {
    color: #3c8dbc;
    cursor: pointer;
}

.header-name-app {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
}

#headerTitle {
    color: white;
    font-weight: bold;
    font-size: 28px;
    margin: 0px;
    text-shadow: 0px 0px 5px #000;
}

.navbar-custom-menu {
    position: absolute;
    top: 1px;
    right: 0px;
}

.radioFee {
    padding: 0;
}

.fee .pagination > li > a {
    background: #f6f6f6 !important;
    color: #333 !important;
}

    .fee .pagination > li > a:hover {
        color: #23527c !important;
        background-color: #eee !important;
        border-color: #ddd !important;
    }

.fee .pagination > .disabled > a, .fee .pagination > .disabled > a:focus, .fee .pagination > .disabled > a:hover,
.fee .pagination > .disabled > span, .fee .pagination > .disabled > span:focus, .fee .pagination > .disabled > span:hover {
    color: #999 !important;
    background-color: #ccc !important;
    border-color: #ddd !important;
}

#template-row td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

#template-row td input {
    border: none;
}

#template-row td input:focus {
    outline: none;
}

/*Customize display checkbox*/
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 0;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    border: solid #D8000C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 6px;
}

/*Chinh loi model 1 bị mat scroll khi mo model 2*/
.modal {
    overflow-y: auto;
}

.header-center tr, .header-center tr th {
    text-align: center;
}
/*details publishrelease*/
.detailHeader {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

    .detailHeader h5, h4, h2 {
        font-weight: bold;
    }

.detail-publish-release-form input {
    border: 0;
    border-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #808080;
    margin-left: 3px;
    width: 100%;
}

.detail-publish-release-form label {
    margin-bottom: 0px;
}

.detail-publish-release-form input:focus, #tblInvoicePatterns input:focus {
    outline: none;
}

#tblInvoicePatterns input {
    width: 100%;
    border: 0;
}

.detail-publish-release-form tr {
    height: 30px;
}

#tb-invoices > tbody > tr > td:nth-child(4) > span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*end details publishrelease*/
div#statusMessage, div#alert-layout-custom {
    position: fixed;
    padding: 9px 30px 9px 10px;
    width: 80%;
    top: 0;
    z-index: 9999;
    /*-moz-animation: AnSau5s 0s ease-in 5s forwards;
    -webkit-animation: AnSau5s 0s ease-in 5s forwards;
    -o-animation: AnSau5s 0s ease-in 5s forwards;
    animation: AnSau5s 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/
}
/*Fix button -> ví dụ /customer/dkramoihkd*/
    .fixed-btn-bottom {
    position: fixed;
    bottom: 0%;
    right: 2%;
    background-color: #63dbffbf;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border-color: #46b8da;
    box-shadow: 3px 0px #c5d6de;
    z-index:9999;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.select2-selection {
    border: none !important;
}

.pattern-001 .extra-pattern-002 {
    display: none;
}

.pattern-002 .extra-pattern-001 {
    display: none;
}
.ctyName{
    display: none;
}
/*Repository Với màn hình nhỏ hơn kích thước width 1000px */
@media only screen and (max-width: 1000px) {
    .hideWhenSmall
    {
        display: none;
    }
}

@keyframes AnSau5s {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes AnSau5s {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
