html,
body {
    height: 100%;
}

body.blank {
    display: flex;
    padding: 40px 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

body.blank .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: -40px auto;
    padding: 15px;
}

body.blank .wrap > div {
    width: 100%;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

form div.required label.control-label:after {
    content: " (*) ";
    color: red;
}
.site-index.home-bk-site {
    background-image: url(https://assets.shopfront.envato-static.com/images/saucer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.images_popup a {
    display: inline-block !important;
}
.images_popup img {
    max-width: 100px;
}
.images_popup .media-left a{
    position: relative;
}
.images_popup .delete-picture {
    position: absolute;
    right: 0;
    top: 0;
    color: #c23e3e;
}
.select2-container--krajee .select2-selection--single {
    padding: 12px 24px 6px 12px;
}
.tag-info {
    background: #00c0ef ;
}
.department-1, .status-1  {
    background: none;
    color: #000;
}
.status-2 {
    background: #607d8b;
}
.department-1 {
    background: none;
    color: #000;
}
.department-2 {
    background: none;
    color: #000;
}
.priority-1 {
    background: #68ca37;
}
.priority-2 {
    background: #ff5722;
}
.priority-3 {
    background: #dd4b39;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
    top: 1px;
}
.select2-container--krajee-bs3 .select2-selection--single {
    line-height: 32px;
}
.search-wrap .select2-container--krajee-bs3 {
    margin-top: 10px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 5px !important;
    border: 1px solid #b0b0b0 !important;
}

::placeholder {
    color: #0f9bdc !important;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #0f9bdc !important;
}
.search-box .select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder,
#main-form-wrap .select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder{
    color: #0f9bdc;
}
.search-box  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b,
#main-form-wrap  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    border-color: #0f9bdc transparent transparent transparent;
}
.search-box  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow,
#main-form-wrap  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border-left: none;
}
.search-box  .select2-container--krajee-bs3 .select2-selection,
#main-form-wrap  .select2-container--krajee-bs3 .select2-selection {
    color: #0f9bdc !important;
    border: 1px solid #0f9bdc;
    border-radius: 5px;
}
.search-box  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered,
#main-form-wrap  .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered{
    color: #0f9bdc !important;
}
.search-box  .form-control {
    color: #0f9bdc;
    border: 1px solid #0f9bdc;
    border-radius: 5px;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.btn-success {
    padding: 4px 12px;
    border-radius: 9px;
}

.btn-905 {
    background-color: #b9b9b9 !important;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 9px !important;
}
.yellow-btn {
    background-color: #ffcd2a !important;
    color: #000 !important;
    margin-right: 3px;
}
.red-btn {
    background-color: #ff2a2a !important;
    color: #fff !important;
    margin-right: 3px;
}
.filters .form-control {
    border-radius: 5px;
    border: 1px solid #b0b0b0;
    background: url('/media/default/icon-search.png') no-repeat right center;
    background-size: 20px;
}
.pull-left.info i {
    color: #7bff2c;
}
.skin-blue .main-header .navbar {
    background-color: #0f9bdc !important;
}
.skin-blue .main-header .logo {
    background-color: #ffffff !important;
}
.wellcome .content-wrapper {
    background-image: url('/media/default/home-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main-wrap .box {
    border-top: none;
    box-shadow: none;
}
#main-wrap a.btn-default {
    background-color: #0f9bdc;
    color: #fff;
    border-color: #ddd;
    border-radius: 5px;
}
#main-wrap .main-footer {
    background-color: #dbdbdb;
    color: #656565 !important;
}
#main-wrap .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eaeaea;
}
#main-wrap .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #d8d8d8;
}
#main-wrap .btn-primary-1, .content-header .btn-primary-1 {
    background-color: #ffcd2a;
    border-color: #ffcd2a;
    color: #000;
    padding: 4px 12px;
    border-radius: 9px;
}
#main-wrap .btn-primary-2, .content-header .btn-primary-2, .btn-primary-2 {
    background-color: #68ca37;
    border-color: #68ca37;
    color: #fff;
    padding: 4px 12px;
    border-radius: 9px !important;
}
#main-wrap .btn-default-1, .content-header .btn-default-1 {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    color: #fff;
    padding: 4px 12px;
    border-radius: 9px;
}

#main-wrap .btn-danger, .content-header .btn-danger {
    background-color: #ff2a2a;
    border-color: #ff2a2a;
    padding: 4px 20px;
    border-radius: 9px;
    color: #fff;
}
#main-wrap .box {
    border-top: none;
    border-radius: 10px;
}
#main-wrap .btn-new {
    background-color: #68ca37;
    border-color: #68ca37;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 20px;
    color: #fff;
}
#main-wrap .btn-new i{
    font-size: 9px;
}
#main-wrap .box-body {
    padding: 0;
    margin-bottom: 15px;
}
#main-wrap .table-bordered>thead>tr>th,
#main-wrap .table-bordered>tbody>tr>th,
#main-wrap .table-bordered>tfoot>tr>th,
#main-wrap .table-bordered>thead>tr>td,
#main-wrap .table-bordered>tbody>tr>td,
#main-wrap .table-bordered>tfoot>tr>td {
    border: 0;
}
#main-wrap .table > thead > tr > th,
#main-wrap .table > tbody > tr > th,
#main-wrap .table > tfoot > tr > th,
#main-wrap .table > thead > tr > td,
#main-wrap .table > tbody > tr > td,
#main-wrap .table > tfoot > tr > td {
    padding-left: 20px;
}
#main-wrap .table {
    margin-bottom: 0;
}
.box-body .summary {
    padding-left: 20px;
    display: none;
}
.grid-view thead tr:first-child {
    background: #eaeaea;
}
.action-btn {
    padding: 20px 20px 10px;
}
.action-btn i {
    font-size: 10px;
}
.action-btn .btn-primary {
}
#main-wrap .grid-view th a {
    color: #000;
}

.login-box .btn-primary {
    background-color: #0f9bdc;
    border-color: #0f9bdc;
}
.login-box .panel-default {
    border-radius: 10px;
}
.panel-default > .panel-heading {
    background-color: #ffcd2a;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.login-page, .register-page {
    background-color: #eaeaea !important;
}
#login-form input {
    background-color: #d8d8d8;
}
.login-admin, .login-customer {
    width: 49%;
}
.main-footer {
    font-size: 12px;
}
.kv-table-header {
    background: #fff;
}
.main-header .sidebar-toggle:before {
    content: '' !important;
}
#w0 form#w0 {
    margin-top: 0;
    /* margin-bottom: 0; */
}
#w0 .form-group {
    margin: 0 1px;
}
.main-footer {
    background: #dbdbdb !important;
}
#main-form-wrap .box {
    border-radius: 0;
    border-top: 0;
    margin-bottom: 20px;
    box-shadow: none;
}
#main-form-wrap .form-group input[type=text] {
    background: #e4e4e4;
}
.grid-view .table > tbody > tr > td:first-child {
    padding-left: 29px !important;
}

.box.box-solid.box-custom>.box-header {
    background: #ffcd2a;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.box.box-solid.box-custom>.box-header h3 {
    font-size: 13px;
    font-weight: bold;
}
.btn-title {
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 32px;
    margin-right: 10px;
    font-size: 12px;
}
.box-body .box-grid {
    margin: 15px;
}
.grid-view {
    border-radius: 10px;
    overflow: hidden;
}
.center-block {
    float: inherit;
}
.content-wrapper {
    background: url('/media/default/site-bg.png') no-repeat center center;
    background-size: cover;
}
.breadcrumb {
    float: left;
    background: none;
    padding-top: 14px;
    padding-bottom: 0;
}
.breadcrumb a, .breadcrumb li.active {
    color: #fff;
}
.breadcrumb > li + li:before {
    color: #fff;
    content: "\003E";
}
.tag-info {
    background: #aaaaaa;
    color: #ffffff;
    padding: 4px 10px 3px;
}
.tickets-info .box .ticket-body {
    border-radius: 5px;
    padding: 15px !important;
    background: #eaeaea;
    margin-bottom: 15px;
}
.fileinput-cancel {
    display: none;
}
.file-caption .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 15px;
}
.btn-primary.btn-file {
    background: #0f9bdc;
    border-radius: 6px !important;
    height: 30px;
    line-height: 16px;
}
#main-wrap .btn-primary-3, .content-header .btn-primary-2, .btn-primary-3 {
    background-color: #68ca37;
    border-color: #68ca37;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px !important;
    line-height: 21px;
    height: 30px;
    margin-top: 0px;
}
.kv-fileinput-caption {
    background: #d8d8d8 !important;
    border-radius: 5px !important;
    height: 30px;
}
.kv-fileinput-caption::placeholder {
    background: #d8d8d8 !important;
    color: #b9b5b5 !important;
}
textarea {
    background: #d8d8d8 !important;
    border-radius: 5px !important;
}
.user-block-info span {
    margin-right: 10px;
    color: #656565;
}
.timeline>li>.timeline-item {
    background: #eaeaea !important;
}
.timeline-header {
    border: none !important;
}
.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a {
    background: none !important;
}
.seach-form {
    margin: 15px;
}
.seach-form #search-keyword{
    background: #eaeaea;
    border-radius: 5px;
}
::placeholder {
    color: #656565 !important;
    opacity: 1;
}
.search-wrap {
    position: relative;
    padding: 10px 10px 1px;
}
.search-wrap button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0f9bdc;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 34px;
}
.field-search-keyword label{
    display: none;
}
.detail-view {
    overflow: hidden;
    border-radius: 10px;
}
.box-header.with-border {
    border: none;
}
.device-box-body {
    border-radius: 5px !important;
    overflow: hidden;
    background: #eaeaea;
}
.device-box-body p {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-success:hover, .btn-success:active, .btn-success.hover {
    background: #0f9bdc !important;
}
.company-info {

}
.company-info ul {
    padding: 0;
    margin-top: 50px;
}
.company-info ul li {
    list-style: none;
    color: #fff;
    border-bottom: 1px solid #4a5357;
    padding: 10px 10px 10px;
}
.company-info .full-name {
    text-transform: uppercase;
}
.breadcrumb {
    margin-bottom: 16px;
}
.search-wrap-i {
    display: block;
    overflow: hidden;
    clear: both;
}
.search-wrap-i form {
    float: right !important;
    margin-bottom: 0;
    margin-top: 0;
}
.search-wrap-i .help-block {
    display: none;
}
.search-wrap-i .select2-container--krajee-bs3 .select2-selection--single {
    height: 30px;
    line-height: 24px;
}
.search-wrap-i .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: 30px;
}