@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:300,400,500,600,700,800|Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,600;1,400&display=swap');

/***********************************************************************
* Global font settings
************************************************************************/
/*.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {*/
/*font-family: 'Ubuntu', sans-serif;*/
/*!important;*/
/*}*/

body, html, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.content-header h4,
.main-header, input, textarea {
    font-family: 'Karla', 'Roboto', 'Arial', sans-serif;
!important;
    color: #666;
    font-weight: normal;

}

.main-header .logo, .logo, .logo-mini, .logo-lg, .login-logo, .register-logo, .h1, h1, .h2, h2 {
    font-family: 'Poppins', 'Roboto', 'Arial', sans-serif;
    font-weight: 100;
    /*background: rgb(63,94,251);*/
    /*background: linear-gradient(90deg, rgba(63,94,251,1) 37%, rgba(252,70,107,1) 55%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

a, a:hover {
    color: #001fbd;
}
a:hover {
    text-decoration: underline;
}

.skin-blue-light .main-header .logo:hover {
    text-decoration: none;
}

.login-logo, .register-logo {
    padding-top: 20px;
    margin-bottom: 5px;
    font-weight: 100;
}

.login-box, .login-box-body, .register-box-body {
    background-color: white;
}

.btn {
    transition: all ease-in-out .25s;
    border: 0;
}

.login-page {
    background-image: url('../images/login-bg1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;
}

.login-page input {
    font-size: 18px;
    padding: 10px;
}

.login-box-body button.login {
    font-size: 18px;
}

code {
    font-size: 80%;
}

.h2, h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 18px;
}

.h4, h4 {
    font-size: 16px;
}

.sidebar-menu {
    margin-top: 10px;
}

.sidebar-menu .treeview-menu {
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: 4px solid rgb(126, 87, 223);
}

.form-control,
.btn,
table, tr, th, td, thead, tbody {
    font-size: inherit
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    /*vertical-align: middle;*/
    vertical-align: top;
}

.main-header {
    background-image: url('../images/top-strip-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black;
}

/* remove some borders from the top menu*/
.skin-black-light .main-header .navbar > .sidebar-toggle {
    border-right: 0;
}

.skin-black-light .main-header > .logo {
    border-right: 0;
}

.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black-light .main-header .navbar .navbar-right > li > a {
    border-right: 0;
    border-left: 0;
}

/* Fix CTA position for all module base form */
.cta-block {
    position: fixed;
    background-color: #FFFFFF;
    bottom: 0;
    padding: 10px 0 10px 0;
    z-index: 999;
    border-top: dotted gainsboro 1px;
}

.delete-cta {
    margin-right: 260px;
}

/* padding of form element*/
.form-group {
    padding-left: 0;
    margin-bottom: 10px;
}

/* reduced margin for module titles to align with breadcrumb*/
.content-header h2 {
    margin-top: 0;
}

.content-header a {
    color: #fc466b;
}

/* datatable */
table.dataTable {
    border-collapse: collapse;
    width: 100%;
}

table.dataTable thead > tr > th {
    font-weight: normal;
    font-size: 12px;
}

table.dataTable th {
    background-color: #222222;
    color: #fff;
    font-weight: 600
}

/* make textarea same size of ckeditor */
textarea {
    height: 100px;
}

/* made label font weight bold*/
label {
    font-weight: normal;
    font-size: 0.8em;
}

/* style for permissions tree in group details form*/
.permissions-tree ul, .permissions-tree ul li {
    list-style: none;
    float: left;
    margin-left: 15px;
    padding: 0;
}

.permissions-tree label {
    margin-left: 5px;
    top: -3px;
    position: relative;
}

/* add padding at the bottom of the app-frame so that CTA does not overlap with page econtent*/
.content {
    padding-top: 0;
    padding-bottom: 150px;
    min-height: 600px;
    background-color: #FFFFFF;
!important;
}

.content-wrapper, .right-side, .wrapper {
    background-color: #FFFFFF; /*make background white*/
}

/* class for removing padding from all direction */
.no-padding-r {
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-t {
    padding-top: 0;
}

.no-padding-b {
    padding-bottom: 0;
}

.no-margin-r {
    margin-right: 0;
}

.no-margin-l {
    margin-left: 0;
}

.no-margin-t {
    margin-top: 0;
}

.no-margin-b {
    margin-bottom: 0;
}

/* Make button smaller beside the tile. usually these are create (plus button) or list button*/
h2 .btn-xs {
    font-size: 12px;
}

.tooltip-inner {
    text-align: left;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Upload list */
div.filecard .info-box-icon img {
    float: left;
    height: 100%;
    background-color: white;
}

div.filecard .info-box-icon {
    background-color: white;
}

div.filecard .info-box-text,
div.filecard .progress-description,
div.filecard .info-box-number {
    font-size: inherit;
}

.uploads-container {
    margin-bottom: 10px;
}

/* readonly spans in view partials inside forms/ */
div.form-group span.readonly {
    min-height: 34px;
    height: auto;
    background-color: #fbfbfb;
}

div.form-control {
    height: auto;
    min-height: 34px;
    background-color: #fbfbfb;
}

.readonly {
    background-color: #fbfbfb;
}

.navbar-nav > .user-menu > .dropdown-menu {
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Make the background of the right side full white*/
.skin-blue .wrapper {
    background-color: #ffffff;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: inherit;
}

/* Select2 style customization */
.select2-container .select2-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    background-image: none;
    border: 0;
    height: 33px;
    padding: 2px 0 6px 0
}

.select2-container {
    padding: 0
}

.select2-offscreen, .select2-offscreen:focus {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important
}

.select2-drop, .select2-drop.select2-drop-above {
    border: 1px solid #cccccc
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #cccccc
}

.select2-search input {
    margin: 5px 0;
    font-family: inherit;
}

.select2-container.select2-drop-above .select2-choice {
    border: 0;
    background: 0 0
}

.select2-container .select2-choice .select2-arrow {
    border: 0;
}

.select2-container, .select2-container-multi {
    height: auto
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 10px 4px 24px;
    margin: 3px 5px 3px 0;
    line-height: 16px;
    background-image: none;
    border: 0;
    background-color: #f5f5f5;
}

.select2-container-multi .select2-choices {
    padding-top: 3px;
    background-image: none;
    border: 0;
}

#tab_advanced .select2-container-multi .select2-choices .select2-search-choice {
    width: 100%;
}

.select2-search-choice-close {
    width: 17px;
}

.main-header {
    z-index: 1000;
}

.skin-blue-light .treeview-menu > li > a {
    color: #444444;
    font-size: inherit;
}

.logo, .skin-blue-light .main-header .navbar, .navbar > a, .navbar a:hover {
    background-color: transparent !important;
    /*color: white !important;*/
}

/* remove border between left and right section*/
.skin-blue-light .content-wrapper, .skin-blue-light .main-footer {
    border-left: 0;
}

.skin-blue-light .sidebar-menu > li > a {
    font-weight: normal;
    color: #333;
}

/* manage border*/
.select2-drop, .select2-drop.select2-drop-above,
.select2-container.select2-drop-above .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-container-multi .select2-choices .select2-search-choice,
.select2-container .select2-choice,
.form-control, * {
    border-radius: 0 !important;
}

/* form validation error with no border*/
.formError .formErrorContent {
    border: 0;
}

select, .form-control {
    border-color: #f0f0f0;
    padding-left: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: bold;
}

input:read-only, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice {
    background-color: #fbfbfb;
    border: inherit;
    /*padding-left: 10px;*/
}

label {
    margin-bottom: 0;
}

.formError .formErrorArrow div {
    border-left: 0;
    border-right: 0;
}

.formError .formErrorArrow .line3, .formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
    border-left: 0;
    border-right: 0;
    background-color: red;
}

/* Make module CTA block semi-transparent*/

/* Small font size in dashboard box*/
.small-box h3 {
    font-size: 16px;
}

/* Make accordion header smaller */
.panel-title {
    font-size: 14px;
    font-weight: bold;
}
.panel-title a {
    display: block;
}

/* Show full border for text-area*/
textarea.form-control {
    border: 1px #f0f0f0 solid;
    padding: 5px;
    height: 100px;
}

/* Reduce space from accordion panel bottom*/
.panel-group {
    margin-bottom: 10px;
}

/* Remove border bottom from datatable rows_per_page selector */
.div.dataTables_length select {
    border-bottom: 0;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 25px;
}

pre.sf-dump, pre.sf-dump .sf-dump-default {
    z-index: 100;
!important;
}

/* Resize dashboard blocks */
.small-box .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.15);
}

.modal-open .modal {
    z-index: 9999;
}

.pagination {
    margin: 0;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
}

.callout h4 {
    font-weight: normal;
    color: inherit;
}
.callout a {
    color: #3c8dbc;
    text-decoration: underline;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    /*border-left: 5px solid #eee; */
    border-left: 0;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

a i {
    color: inherit;
}

.border-dashed {
    border: 1px gainsboro dashed;
}

.border-dotted {
    border: 2px gainsboro dotted;
}

.errorDiv a {
    color: #3c8dbc;
}

.align-with-input {

}

.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background: transparent;
}

.ajax-file-upload-statusbar {
    border: 0px solid lightgray;
    width: 420px;
    margin: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
}

.text-smart-blue {
    color: rgb(63, 94, 251);
}

.text-smart-red {
    color: rgb(252, 70, 107);
}

.bg-smart-blue, .bg-smart-blue:hover {
    background-color: rgb(63, 94, 251);
    color: white;
}

.bg-white {
    background-color: white;
}
.bg-smart-red, .bg-smart-red:hover {
    background-color: rgb(252, 70, 107);
    color: white;
}

[v-cloak] { display: none; }

.left-bar-red {
    border-left: 5px solid red;
    padding-left: 10px;
}

.left-bar-smart-red {
    border-left: rgb(252, 70, 107);
    padding-left: 10px;
}

.login-page .btn.btn-success, .btn.btn-primary {
    background-color: rgb(63, 94, 251);
}

.mark, mark {
    padding: 0;
    background-color: yellow;
    border-radius: 5px;
}
.transparent, .bg-transparent {
    background-color: transparent;
}

.block {
    display: block;
}

.dropdown-menu button {
    background-color: transparent;
}

.column-sort {
    font-size: 8px;
}

.sort-btn {
    white-space: normal;
}

.partBuilderTable > tbody > tr > td, #partsBuilder > tbody > tr > th, #partsBuilder > tfoot > tr > td, #partsBuilder > tfoot > tr > th, #partsBuilder > thead > tr > td, #partsBuilder > thead > tr > th {
    border: 0;
}

textarea.json {
    font-family: Monospace, serif;
}