body {
    background: #d5d8db url('../img/clouds.jpg');
    color: #010101;
}

/* COMMON */
h1 {
    font-size: 18px;
    font-weight: bold
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4 {
    font-size: 18px;
    background-color: #31708f;
    color: #fff;
    width: auto !important;
    padding-left: 8px;
    line-height: 32px;
    margin-left: -15px;
    margin-right: -15px;
}

h4 i {
    margin-right: 8px
}

.repairDetails {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    border-bottom: 1px solid #993333
}

.repairDetails span {
    font-weight: bold
}

.repairDetails span.smallLabel {
    font-weight: normal;
    font-size: 12px
}


.clearBoth {
    clear: both !important;
}

.green {
    color: #008000 !important;
}

.blue {
    color: #0000ff !important;
}

.red {
    color: #ff0000 !important;
}

.darkred {
    color: darkred !important;
}

.darkorange {
    color: darkorange !important;
}

.grey {
    color: #666 !important;
}

.iconRed {
    color: #993333 !important;
}

.bgOrange {
    background-color: #ff6600 !important;
    color: #fff
}

tr.bgOrangeLight td {
    background-color: #fdeeb2 !important
}

.nowrap {
    white-space: nowrap;
}

.noPadRight {
    padding-right: 0
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.pointer {
    cursor: pointer !important;
}

.nav {
    margin: 10px;
}

.password-verdict {
    color: darkblue;
    margin: 3px 0
}

/* -- Dashboard Navigation -- */
.dashboard .nav {
    column-count: 1
}

.dashboard .nav li {
    width: 100%
}

.dashboard .nav li:first-child {
    margin-top: 2px
}

.dashboard .nav li a {
    border: 1px solid #ccc;
    margin: 10px 20px;
    padding: 20px 10px;
}

.dashboard .nav li i {
    margin: 0 12px
}

/* IMAGE */
.inline {
    display: inline-block
}

/* -- ICONS & Sprite -- */
.sprite {
    background: url(../img/sprite.png) no-repeat;
    display: inline-block
}

i.fa {
    cursor: default
}

.action-icon {
    cursor: pointer
}

.delete-icon {
    width: 16px;
    height: 16px;
    background-position: -192px 0
}

.close-icon {
    width: 16px;
    height: 16px;
    background-position: -26px 0
}

.caution-icon {
    width: 37px;
    height: 34px;
    background-position: 0 -22px;
    margin-right: 10px
}

.success-icon {
    width: 27px;
    height: 26px;
    background-position: -160px 0;
    margin-right: 10px
}

.serial-icon {
    position: relative;
    width: 40px;
    height: 41px;
    background-position: -44px -29px;
    margin: 0 -8px -2px 0;
}

.serial-icon span {
    position: absolute;
    bottom: 2px;
    right: 6px;
    color: red;
}

.user-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-position: -83px -28px;
}

.user-icon span {
    position: absolute;
    bottom: 2px;
    right: 8px;
    color: blue;
}

/* -- BUTTONS -- */
.btn-default {
    background-color: #ebebeb;
    border-color: #d4d4d4;
    color: #555555;
}

.btn-default:hover, .btn-default:focus {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.btn-default:focus, .btn-default:active:focus {
    outline: 0 none;
    outline-offset: 0;
}

.btn-default:active {
    border-color: #e6e6e6;
}

.btn-selected {
    border: 3px solid #0000ff !important
}

/* -- Report Buttons -- */
.legend {
    clear: both;
    margin-top: 8px;
    border-top: 1px solid #ccc;
    text-align: right
}

.legend label {
    font-weight: normal;
    width: 300px;
}

.legend .key {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 6px 0 -5px 9px
}

/* -- PAGE -- */
.container {
    padding-left: 20px;
    padding-right: 20px
}

#page_wrapper > .container:first-child {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 12px 0px
}

body#page-login #page_wrapper > .container:first-child {
    background-color: #fff;
    padding-bottom: 50px
}

.browse {
    margin-top: 20px
}

/* -- HEADER -- */
.heading {
    text-align: center;
    font-size: 28px;
}

h1.page-title {
    float: left;
    margin: 2% 0 0 10%;
    font-weight: 600;
    padding: 0
}

.logged-data {
    color: #666;
    font-size: 11px;
    float: right;
    margin: 10px 0 0;
}

.logged-data b {
    display: inline-block;
    padding-left: 5px
}

.logged-data hr {
    margin: 5px 0
}

.logged-data .info {
    display: table-cell;
    vertical-align: top
}

.logged-data .actionImg {
    display: table-cell;
    padding-left: 10px
}

/* TABLE */
.overflow {
    overflow-y: auto
}

.table {
    background: #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    border-radius: 0 0 6px 6px;
    color: #010101;
    margin: 0;
    width: 100%;
}

.table > thead > tr > th {
    background: #f2f5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f5f6 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f6', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    color: #000000;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    white-space: nowrap;
}

.table > thead > tr > th > a,
.table > thead > tr > th > a:visited {
    color: #010101;
    text-decoration: none
}

.table > thead > tr > th > a:hover {
    text-decoration: underline
}

.table > thead > tr > th > a > i {
    margin-right: 4px;
    font-size: 12px
}

.table > tbody > tr {
    width: 100%
}

.table > tbody > tr > td {
    background: #f9f9f9;
    vertical-align: middle;
    line-height: 16px;
    padding: 6px 8px;
    word-wrap: break-word
}

.table > tbody > tr.rowActive > td {
    background-color: #f0c040;
}

.table > tbody > tr > td a:not(.btn),
.table > tbody > tr > td a:not(.btn):visited {
    text-decoration: none;
    color: #000000;
}

.table > tfoot > tr > td {
    color: #fff;
}

.table > tfoot > tr > td span {
    padding: 10px
}

/* -- Summary Table Styles -- */
table.summary tr td:first-child {
    font-weight: bold;
    text-align: right;
}

table.summary tr td {
    text-align: center
}


.table-scroller {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table .selection {
    width: 1px;
    text-align: center
}

.table td.selection {
    background-color: #e5e5e5
}

.table .selection input[type=number] {
    width: 40px;
    text-align: center
}

.btn-wrapper {
    margin: 20px 0;
    overflow: hidden
}

/* -- Custom TABLE styles -- */
.table tbody tr.owner td {
    background-color: #d8d8f0;
}

.table-files-file {
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
}

.table-files-file a:not(.btn) {
    color: #337ab7!important;
}

@media (min-width: 992px) {
    .table-files-image {
        display: inline-flex !important;
        width: 48%;
    }
}

@media (min-width: 1200px) {
    .table-files-image {
        width: 32%;
    }
}

.table-files-image > div {
    display: flex;
    gap: 1rem
}

.high-priority, .high-priority td {
    border-bottom: 1px solid #8b0000 !important;
}

.medium-priority, .medium-priority td {
    background-color: rgba(255, 246, 210, 0.8) !important;
    border-bottom: 1px solid #b8860b !important;
}

.low-priority, .low-priority td {
    background-color: rgba(216, 255, 216, 0.8) !important;
    border-bottom: 1px solid #008b00 !important;
    color: inherit;
}


/* -- Navigation TABS -- */
.nav-tabs {
    border-bottom: 2px solid #337ab7;
}

.nav-tabs li {

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 2px solid #337ab7;
    border-bottom-color: transparent;
    color: #fff;
    background-color: #337ab7;
}

.nav-tabs li.active {
}

/* ==== Reduce Form Spacing ==== */
hr {
    margin: 5px 0 0;
    width: 100%;
}

.form-horizontal,
.form-vertical {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.form-vertical .control-group {
    padding: 8px 8px 4px
}

.form-vertical input[type="text"], .form-vertical input[type="password"], .form-vertical input[type="datetime"], .form-vertical input[type="datetime-local"], .form-vertical input[type="date"], .form-vertical input[type="month"], .form-vertical input[type="time"],
.form-vertical input[type="week"], .form-vertical input[type="number"], .form-vertical input[type="email"], .form-vertical input[type="url"], .form-vertical input[type="search"], .form-vertical input[type="tel"], .form-vertical input[type="color"], .form-vertical textarea, .form-vertical select {
    margin-bottom: 5px
}

.form-horizontal .control-group {
    padding: 8px 8px 4px
}

.form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal input[type="datetime"], .form-horizontal input[type="datetime-local"], .form-horizontal input[type="date"], .form-horizontal input[type="month"], .form-horizontal input[type="time"],
.form-horizontal input[type="week"], .form-horizontal input[type="number"], .form-horizontal input[type="email"], .form-horizontal input[type="url"], .form-horizontal input[type="search"], .form-horizontal input[type="tel"], .form-horizontal input[type="color"], .form-horizontal textarea, .form-horizontal select {
    margin-bottom: 5px
}

/* -- Form Controls -- */
input.datePicker {
    width: 35%
}

input#repairs_repair_created {
    width: 70%
}

input#support_support_created {
    width: 70%
}

.col-xs-6 > .controls > input.datePicker {
    width: 50%
}

img.ui-datepicker-trigger {
    clear: right;
    padding: 12px 5px
}

.form-control-file {
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}

textarea.form-control {
    height: 150px
}

div.readonly {
    height: 150px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    padding: 4px;
}

#repairs_repair_support_description {
    height: 250px
}

#support_support_description {
    height: 370px
}

#permissions input[type='checkbox'] {
    width: 18px;
    height: 18px;
}

/* LOGIN */
.login_form {
    margin: 50px auto;
    max-width: 320px;
}

.login_form .head {
    background-color: #363636;
    border-radius: 25px 25px 0 0;
    color: #fff;
    font: 16px/40px Arial, Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    padding-left: 20px;
}

.login_form fieldset {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 12px;
}

.login_form form {
    border: 1px solid #ccc;
    border-radius: 0 0 25px 25px;
}

.login_form .row {
    margin: 0
}

/* NOTICE PROMPTS */
.inlineNotice {
    color: red;
    font-size: 12px;
    margin: 5px 0 0 10px
}

/* == JACKET MESSAGES == */
.messages {
    position: relative;
    margin: 5px 0;
    width: 100%
}

#messages .messages {
    margin: 5px 0 10px
}

.messages .message {
    font-size: 17px;
    color: #2b2a26;
    position: relative;
    overflow: hidden;
    min-height: 45px;
    margin: 0 4px 7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.message .message-close, .message .message-img {
    bottom: 0;
    display: block;
    height: auto;
    line-height: 41px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
}

.message .message-close {
    border-left: 1px solid #FFFFFF;
    box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.5);
    width: 35px;
    right: 1px;
}

.message .message-img {
    border-right: 2px solid #FFFFFF;
    box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.1);
    moz-box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.1);
    width: 70px;
    left: 1px
}

.message .message-img .message-img-wrap {
    position: relative;
    height: 100%
}

.message .message-img .message-icon {
    background-position: -125px 0;
    display: block;
    height: 26px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 26px
}

.messages .info {
    background-color: #bbdcf4
}

.messages .success {
    background-color: #def4bb
}

.messages .warning {
    background-color: #ECD69E
}

.messages .error {
    background-color: #f4bbbb
}

.messages .info .message-img .message-icon {
    background-position: -88px 0
}

.messages .success .message-img .message-icon {
    background-position: -161px 0
}

.messages .warning .message-img .message-icon {
    background-position: -125px 0
}

.messages .error .message-img .message-icon {
    background-position: -52px 0
}

.message .message-content {
    padding: 11px 48px 10px 90px
}

.message .message-content,
.message .message-content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-shadow: none;
    margin: 0;
}

.message .message-content a {
    text-shadow: none;
    text-decoration: underline
}

/* === JAVASCRIPT MESSAGE BOX === */
.msgBox {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    margin: 0 auto 10px auto;
    padding: 10px;
    min-height: 50px;
    width: 80%
}

.msgbox .message {
    font-size: 16px
}

.msgBox .message p {
    padding: 0 5px 0 0;
    margin: 0
}

.msgBox.success {
    background-color: #ccffcc
}

.msgBox.warning {
    background-color: #ffffcc
}

.msgBox.danger {
    background-color: #ffcccc
}


.msgBox .message .actions {
    margin: 0 0 0 110px;
    display: inline-block;
}

.msgBox .message .actions .btn {
    margin: 0 5px;
}

/* -- PAGING -- */
.paging-simple,
.paging-advanced {
    margin: 10px auto
}

ul.paging {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0 auto;
    padding: 0
}

ul.paging li {
    display: inline-block;
    padding: 4px 8px;
    text-align: center
}

ul.paging > li > a,
ul.paging > li > span {
    padding: 3px 11px 2px
}

ul.paging li[class*=paging-] a {
    padding: 3px 9px 2px;
}

ul.paging li a b {
    display: inline-block;
    font-size: 20px;
    letter-spacing: -1px;
    padding: 0 1px;
    vertical-align: bottom;
}

ul.paging ul > li > select {
    float: left;
    padding: 4px 4px 4px 6px;
    margin: 0;
    line-height: 20px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left: none;
}

/* ==== MODAL BOX ==== */
h4.modal-title {
    font-size: 18px;
    background: none;
    color: #000;
    width: auto !important;
    padding-left: 5px;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.modal-body {
    padding: 1px 0 0 1px
}

.modal-header {
    padding: 7px 15px 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eeeeee', GradientType=0);
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
}

.modal-header h3 {
    font-size: 20px;
    letter-spacing: -0.5px
}

/* Custom Uploader Drag + Drop */
.dm-upload {
    text-align: center;
    padding: 20px 40px;
    background: #cadce1;
    border: 2px dashed #96a3ed;
}

.dm-upload.active {
    border-color: red;
    background-color: #ffd6d6;
}

.upload-heading {
    margin: 0px 0 10px;
    font-size: 16px;
    font-weight: normal;
}

.upload-file {
    padding: 15px 10px;
    border-bottom: 1px dotted #ccc;
}

.upload-remove {
    float: right;
}

.upload-name {
    font-size: 13px;
    font-weight: bold;
    float: left;
    word-break: break-word;
    line-height: 1.2;
    letter-spacing: 0.7px;
}

.upload-preview {
    overflow: hidden;
}

.upload-preview img {
    height: 50px;
}

.upload-progress {
    position: relative;
    clear: left;
    margin-top: 6px;
    height: 20px;
    background: #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 3px #6f6f6f;
}

.upload-progress > .progress-bar {
    transition: width 1s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 20px;
    background: red;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
}

.upload-progress > .progress-bar.bg-primary {
    background-color: #007bff !important;
}

.upload-progress > .progress-bar.bg-success {
    background-color: #28a745 !important;
}

.upload-progress > .progress-bar.bg-danger {
    background-color: #dc3545 !important;
}

.upload-progress > .progress-bar.bg-warning {
    background-color: #ffc107 !important;
}

#footer {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

#footer p {
    text-align: center;
    font-size: 12px;
    color: #31708f;
}

/*  -- Quick Search -- */
nav.navbar {
    position: relative;
}

.quickSearch {
    position: absolute;
    right: -35px;
    top: 12px;
}

.img-preview img {
    height: 150px;
    width: auto;
}
