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: #68ca37;
}
.status-2 {
    background: #607d8b;
}
.department-1 {
    background: #68ca37;
}
.department-2 {
    background: #0f9bdc;
}
.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;
    border-radius: 0;
    box-shadow: none;
}
#main-wrap a {

}
#main-wrap .main-footer {
    background-color: #dbdbdb;
    color: #656565 !important;
}
#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;
}
#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;
}
#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;
}
#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 {
    border-bottom: 2px solid #0f9bdc;
}
.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;
}