.training-category-info, .additional_fields {
    background: #e8e8e8 !important;
}

.training-category, .additional_fields_bb {
    background: #e4e4e4;
    border-bottom: 1px solid #c9d0e0;
}
.border-grey {
    border: 1px solid #e8e8e8;
}
.border-bottom-grey {
    border-bottom: 1px solid #c9d0e0;
}
.border-top-grey {
    border-top: 1px solid #c9d0e0;
}
.training-category dt {
    float: left;
    clear: left;
    margin-right: 5px;
    font-weight: bold;
}
.training-category dd {
    margin-left: 0;
}
.form-group {
    margin-bottom: .4rem;
}
.form-text {
    margin-top: 0;
}
.master-component-title {
    padding: 7px 14px 0;
    font-weight: 600;
}
textarea {
    min-height: 38px;
}

.brand-link .brand-image {
    /* max-height: 43px; */
    /* max-width: 43px; */
    margin-left: 0rem;
    margin-top: 0px;
}
.brand-link:hover {
    color: rgb(0, 0, 0);
}

.pcube-link .pcube-image {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    transition: width .3s ease-in-out;
    white-space: nowrap;
    max-height: 43px;
    max-width: 43px;
    color: #003a53;
    background-color: #fff;
    margin-left: 0px;
}
.pcube-link:hover {
    color: rgb(0, 0, 0);
}
.clockin-job-permission-img {
    max-height: 35px;
    max-width: 35px;
    border-radius: 3px;
}
.simple-tree-opened > .simple-tree-icon:before, .simple-tree-closed > .simple-tree-icon:before {
    color: white !important;
}
.simple-tree-icon {
    background-color: #246994 !important;
}
.simple-tree-opened, .simple-tree-closed {
    border-top: 1px solid #c9d0e0;
    padding-top: 4px;
    padding-bottom: 4px;
}
.ibr-bg-dark-blue {
    background-color: #003a53;
    padding-left: 40px;
}
.ibr-bg-light-blue {
    background-color: #006994;
}

.badge{
    text-transform: capitalize;
}
.header-navbar a.dropdown-item:hover {
    background-color: #246994;
    color: #ffff;
}
.header-navbar .dropdown-menu {
    padding: 0;
}
.bootstrap-tagsinput {
    min-height: calc(2.25rem + 2px);
    padding: .375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.bootstrap-tagsinput .badge {
    margin: 0 2px;
    border: 1px solid #17a2b8;
}

.small-inputs .bootstrap-tagsinput {
    min-height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 0.75rem;
}
.small-inputs .bootstrap-tagsinput .badge {
    border: 0;
    padding: 4px 8px;
}
.scrollable-height {
    overflow-y: auto;
    height: 408px;
}
.is-defect {
    background-color: #a90505 !important;
    border: 1px solid #a90505 !important;
}
.bootstrap-tagsinput input {
    min-width: 60%;
}
.badge-info {
    background-color: #246994;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #246994;
    border-color: #246994;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #246994;
}
.dataTables_length {
    display: inline-block;
}
.dt-buttons {
    display: inline-block;
    float: left;
}
.dataTables_filter {
    display: inline-block;
    float: right
}

.repair-defect-list, .defect-list, .unit-variables {
    font-size: 13px;
}
.repair-defect-list .simple-tree li, .defect-list .simple-tree li, .unit-variables .simple-tree li {
    padding: 4px 4px 0 4px !important;
}
.scan_info_list {
    min-height: 385px;
}
.unit-variable-list .form-group, .repair-defect-list .form-group {
    margin-bottom: 0;
}
.btn-primary {
    background-color: #246994;
    border-color: #246994;
}
.btn-primary:hover {
    background-color: #1d7bb5;
    border-color: #1d7bb5;
}
.btn-login-switch {
    background-color: #246994;
    border-color: #246994;
}
h1.border_line_title:before, h1.border_line_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px rgb(53, 53, 53);
    border-bottom: solid 1px rgb(53, 53, 53);
}
  
h1.border_line_title:before {
    left:0;
}
h1.border_line_title:after {
    right: 0;
}
h1.round_circle_title_inspecting {
    position: relative;
    color: #4f4f4f;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
}
h1.round_circle_title_inspecting:before {
    content: "";
    position: absolute;
    background: #ffd69d;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
h1.round_circle_title_loading {
    position: relative;
    color: #4f4f4f;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
}
h1.round_circle_title_loading:before {
    content: "";
    position: absolute;
    background: #9dffad;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
h1.round_circle_title_scanning {
    position: relative;
    color: #4f4f4f;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
}
h1.round_circle_title_scanning:before {
    content: "";
    position: absolute;
    background: #9db7ff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
h1.round_circle_title_repairing {
    position: relative;
    color: #4f4f4f;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
}
h1.round_circle_title_repairing:before {
    content: "";
    position: absolute;
    background: #fffd9d;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 45px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.team_name {
    font-size: larger;
}
.card-header-bg {
    @apply tw-bg-gray-300;
}
.card-header-text {
    @apply tw-text-2x1;
}
.hr_cube_body {
    font-size: larger;
    font-family: 'proxima-nova', sans-serif;
}
.tree_font {
    font-size: larger;
    font-family: 'proxima-nova', sans-serif;
}
.my_point_card {
    background: powderblue;
    text-align: center;
}
.my_sick_card {
    background: rgb(230, 225, 176);
    text-align: center;
}

span.my_point {
    font-size: xx-large;
}

.item_row .selected {
    background: lightsteelblue;
}

.incentive_request {
    color: slategray;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #086994;
}

.nav-link:hover, .nav-link.active:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.own-scheudle {
	background-color:rgba(0, 116, 204, 0.518);
}

.parents-scheudle {
	background-color:rgb(227, 229, 230);
}

.selected {
    background-color: #B0BED9;
}

.edited-scheudle {
	background-color:rgb(252, 192, 166);
}

.permission_block_on {
    text-align: center; 
    background: #8aaf8099;
}

.permission_block_off {
    text-align: center; 
}

em.invalid_input {
    font-size: smaller;
    color: red;
}

.warning_header {
    background: #fef3c7;
    color: #a16207;
    
}

.warning {
    background: #fef3c7;
    color: #ca8a04;
}