a {
    cursor: pointer;
}

/* index.tpl */
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inline-block {
    display: inline-block;
}
.inline-flex {
    display: inline-flex;
}

.width-auto {
    width: auto;
}
.width-fit-content {
    width: fit-content;
}

textarea {
    resize: vertical;
}

.pointer {
    cursor: pointer;
}
.red {
    color: #f70707;
}
.border-none {
    border: none;
}
#page_content {
    padding: 20px;
}
#select_list .list-group-item:not(:first-of-type){
    border-top: 1px solid #ccc;
}

table.row-hover tr:hover {
    background: #e6e6e6;
}

.auto-width {
    width: auto;
}
.width-70 {
    width: 70px;
}
.width-90 {
    width: 90px;
}
.width-80 {
    width: 80px;
}
.width-100 {
    width: 100px;
}
.width-110 {
    width: 110px;
}
.width-120 {
    width: 120px;
}
.width-130 {
    width: 130px;
}
.width-140 {
    width: 140px;
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
i.preview, i.download, i.edit-file {
    cursor: pointer;
    margin-left: 5px;
}
.underline-block {
    padding-bottom: 3px;
    border-bottom: 1px dashed #a3a3ff;
}
.fixed {
    position: fixed;
}
.right {
    right: 0;
}
.relative {
    position: relative;
}
.display-table {
    display: table;
    width: 100%;
}
.datatable-scroll {
    overflow-x: scroll;
}
.disabled_pointer {
    cursor: not-allowed;
}

.file-drop-zone .kv-file-content img {
    max-width: 100%;
}

.custom_filter {
    position: relative;
    display: block;
}

table.table-td-left-align td {
    text-align: left;
}

.custom_filter input {
    outline: 0;
    width: 200px;
    height: 36px;
    padding: 7px 12px;
    padding-right: 36px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.custom_filter > label:after {
    content: "\e98e";
    font-family: 'icomoon';
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    color: #999999;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-error {
    border-color: #D84315;
}


.input-group .bs-searchbox:after {
    z-index: 100;
    top: 25px;
}

.btn-xxs {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 2px;
}


@media (min-width: 769px) {
    .sidebar-xs .sidebar-main {
        width: 145px;
    }
    .sidebar-xs .sidebar-main ul.navigation li>a {
        padding: 10px 3px;
    }
}


/* Autocomplete drop down list styles */
.autocomplete-suggestions { border: 1px solid #dddddd; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px 8px; white-space: nowrap; cursor: pointer; }
.autocomplete-suggestion.autocomplete-selected { background: #e8e5e5; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/* End Autocomplete */
