/* coding */
.debug {
    border: 1px dotted var(--error-color);
}
.xdebug-error {
    /*display: none;*/
}
.xdebug-error [bgcolor="#f57900"] {
    color: black;
}

/* plug-ins */
.alertify-logs {
    z-index: 1000000002 !important;
}
#colorSelector, .datepicker-dropdown, .clockpicker-popover, .dropdown-menu, .colorpicker, .jconfirm {
    z-index: 1000000001 !important;
}
#colorSelector {
    position: absolute;
    top: -42px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url(../plug-ins/colorpicker/images/select2.png);
}
#colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../plug-ins/colorpicker/images/select.png) center;
}
.modal {
    z-index: 1000000000 !important;
}
[data-href] {
    cursor: pointer;
}
[data-href]:hover {
    text-decoration: underline;
}
.hidn {
    display: none;
}
.edit-request {
    margin-right: 100px;
    float: right !important;
}

/* search table*/
.search-table {
    width: 100%;
}
.search-table td, .search-table th {
    padding-top: 4px !important;
    padding-bottom: 2px !important;
}
.search-table td:first-child, .search-table th:first-child {
    border-left: 4px solid var(--th-bg-color);
}
.search-table td:last-child, .search-table th:last-child {
    border-right: 4px solid var(--th-bg-color);
}
.search-table tr:last-child td, .search-table tr:last-child th {
    border-bottom: 4px solid var(--th-bg-color);
}
.search-table tr:first-child td, .search-table tr:first-child th {
    border-top: 4px solid var(--th-bg-color);
}
.search-table tr.title th {
    background-color: var(--th-bg-color);
    color: var(--th-text-color);
    text-align: center;
}
.search-table td {
    text-align: center;
}

.search-table .sub-total {
    font-weight: bolder;
    background-color: var(--th-bg-color);
    color: var(--th-text-color);
}
.search-table .sub-total th {
    text-align: right;
    padding-right: 50px;
}
.search-table .total {
    font-size: large;
    font-weight: bolder;
    background-color: var(--th-bg-color);
    color: var(--th-text-color);
}
.search-table.total td{
    border-top: none !important;
    font-size: large;
    font-weight: bolder;
    text-align: left;
}
.search-table .hr td {
    height: 1px;
    padding: 0;
    border-bottom: 1px solid var(--th-text-color);
}
.search-table .option {
    text-align: right !important;
    width: 130px;
}
.search-table th.option {
    text-align: right !important;
    padding-right: 35px;
}

/* header */
.header {
    position: relative;
    height: 115px;
}
.header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;
    background: url("../resources/images/curcit2.jpg");
    background-size: auto 115px;
    width: 100%;
    height: 115px;

    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
#folders {
    /*border: 1px dotted white;*/
    position: absolute;
    top: -45px;
    right: 120px;
    width: 60px;
    height: auto;
}
#folders .folder {
    display: inline-block;
    float: left;
    width: 50px;
    height: 60px;
    background-image: url(../resources/icons/folderclose.png);
    background-repeat: no-repeat;
    background-position-x: center;
}
#folders .folder:hover {
    background-color: rgba(63, 144, 181, 0.8);
    cursor: pointer;
}
#folders .folder span {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 28px;
    display: block;
    font-size: xx-small;
    text-align: center;
}
#title {
    position: relative;
}
#logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
}
#logo img{
    height: 100px;
}
.animated {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.backup {
    position: absolute;
    right: 10px;
    top: -40px;
}
.rename-password {
    position: absolute;
    right: 180px;
    top: -40px;
}
.marquee {
    position: absolute;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    left: 115px;
    top: 50px;
    width: calc(100% - 115px);
    vertical-align: middle;
    color: white;
    font-size: xx-large;
    font-weight: bolder;
}

/* body */
body {
    font-family: "Trebuchet MS", sans-serif !important;
    color: var(--text-color);
    background-color: var(--bg-color);
}
input, select, textarea {
    color: var(--input-text-color);
    font-weight: normal;
}
.hr-seperator-top {
    background-color: var(--text-color);
    height: 5px;
    margin-bottom: 20px;
}
.hr-seperator-bottom {
    background-color: var(--text-color);
    height: 5px;
    margin-top: 20px;
}
.container-fluid {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: calc(100vh - 115px - 40px);
    width: 100%;
}
.container-fluid.overflow {
    top: 35px;
    min-height: calc(100vh - 150px - 40px);
}
.form {
    font-family:"Times New Roman", Times, serif;
    letter-spacing:1px;
    color: var(--input-text-color);
    padding:2px;
    font-size:14px;
}
.tableBody {
    color: var(--text-color);
    letter-spacing:1px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:11px;
    font-weight:600;
}
/* user info */
.user-info {
    text-align: right;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.user-info .page-title {
    font-weight: bolder;
    font-size: large;
    font-family: "Times New Roman", Times, serif;
    padding-top: 10px;
    color: var(--text-color);
}
.chip {
    color: var(--userinfo-text-color);
    font-weight: bolder;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #f1f1f1;
}
.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

/* footer */
.footer {
    position: fixed;
    top: calc(100vh - 40px);
    color: white;
    font-size: small;
    z-index: 10010;
    background-color: white;
}
.footer td:first-child {
    height: 10px;
}
.footer tr:last-child {
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

/* info */
.alertify-logs {
    bottom: 40px !important;
}
.errorMsg {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;;
    position: relative;
    color: var(--error-color);
    font-weight: bolder;
    letter-spacing:1px;
    text-align: center;
    vertical-align: bottom !important;
    font-size: smaller;
}
.required {
    color: var(--required-color);
    font-weight: bolder;
}
.doneMsg {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: var(--done-color);
    font-weight: bolder;
    letter-spacing: 1px;
    text-align: center;
    font-size: smaller;
}
#copyright {
    display: none !important;
}

@media print {
    .no-print {
        display: none;
    }
}

/* old */
.button {
    width:100px;
    height:25px;
    color:#e5e5e5;
    font-family:"Times New Roman", Times, serif;
    size:2px;
    background:#0395bb;
    border:double;
}
.buttonSmall {
    width:25px;
    height:20px;
    color:#e5e5e5;
    font-family:"Times New Roman", Times, serif;
    size:2px;
    background:#0395bb;
    border:double;
    position: relative;
    top: 3px;
}
.form {
    font-family:"Times New Roman", Times, serif;
    letter-spacing:1px;
    color:rgb(74,81,85);
    padding:2px;
    font-size:14px;
}