.form-group
{
    margin-bottom: 0;
}
.form-control
{
    background: var(--color-input-default-bg);
    color: white ;
    border: none;
    border-bottom: 1px rgb(255,238,0) solid;
    border-radius: 0;
    border-top-left-radius: var(--border-radius2);
    border-top-right-radius: var(--border-radius2);
    /* text-shadow: 2px 2px var(--color-input-text-shadow);   */
}
.form-control:focus,
input:-internal-autofill-selected
{
    background: transparent !important;
    color: white;
    font-size: large;
    text-decoration: none;
    border: none;
    border-bottom: 1px rgb(255,238,0) solid;
    border-radius: 0; 
    box-shadow: none;
    /* text-shadow: 2px 2px var(--color-input-text-shadow);  */
}
.btn-link:hover
{
    border: none;
    text-decoration: none;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 10px;
}

/* input[type=file]
{ 
    color:transparent;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus
{
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;    
    border: none;
    border-bottom: 0.5px rgb(255,238,0) solid;
    font-size: large;
    border-radius:0 ; 
    box-shadow: none; 
    transition: background 5000s ease-in-out 0s;
    /* text-shadow: 2px 2px var(--color-input-text-shadow); */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--color-placeholder) !important;
    opacity: 1 !important; /* Firefox */
    text-shadow: none;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color-placeholder)  !important;
    text-shadow: none;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--color-placeholder)  !important;
    text-shadow: none;
  }
input.noBorder,
input.noBorder:focus,
input.noBorder:checked
{   
    box-shadow: none !important;
    border: none ;
    border: 1px rgb(255,238,0) solid;
    outline: none;
}

.form-check-label
{
    color: white;
    font-size: small;
    /* text-shadow: 2px 2px var(--color-input-text-shadow); */

}
.link,
.link:hover,
.link:focus
{
    color: rgb(255,238,0);
    font-size: small;
    /* text-shadow: 2px 2px var(--color-header-text-shadow); */
    border-bottom: 1px rgb(255,238,0) solid;
    width: fit-content;
    text-decoration: none !important;
}
input:read-only,
textarea:read-only
{
    cursor:context-menu;
}
h2, 
h3,
h5
{   
    margin-bottom: 0;
    color: rgb(255,238,0);
    /* text-shadow: 2px 2px var(--color-header-text-shadow); */
}

h4
{
    color: rgb(255,238,0);
}

hr {
    background-color: rgb(255,238,0);
}

p,
label
{
    color: rgb(255,255,255);
}

.row
{
    margin: 0;
}

option
{
    background: rgb(0,95,171) ;
    color: white;
}

.table
{
    color: white;
}
th
{
    border-top: none !important;
}

.dropdown-menu
{
    padding: 0;
}
/* ToggleBTN */
/* .btn-primary,
.btn,
.btn:hover
{
    background: transparent;
    color: var(--color4);
    border: 1px var(--color4) solid;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle 
{
    background-color: transparent;
    border: 1px solid var(--color4) !important;
    border-radius: 0.25rem !important;
}

.toggle-off
{
    border: 1px solid var(--color4) !important;
    border-radius: 0.25rem !important;
    left: 51%;
}
.toggle-handle
{
    border-left: 1px solid var(--color4) !important;
    border-right: 1px solid var(--color4) !important;
    border-radius: 0.25rem !important;
} */


/* BootstrapDateTimePicker */
.bootstrap-datetimepicker-widget {
    border-color: rgb(255,238,0);
}

.fa-arrow-up,
.fa-arrow-down {
    color: rgb(255,238,0);
}

.bootstrap-datetimepicker-widget .table {
    color: rgb(255,238,0);
}

.bootstrap-datetimepicker-widget .dropdown-menu {
    z-index: 999999 !important;
}

.datelogo {
    border-color: rgb(255,238,0);
    color: rgb(255,238,0);
    background: transparent;
}


/* select2 */
.select2
{
    width: auto !important;
}
.select2-container--default, 
.select2-selection--multiple, 
.select2-search input,
.select2-results
{ 
    background-color: rgb(0,95,171) !important; 
    color: rgb(255,255,255);
}
.select2-container--default, 
.select2-selection--multiple
{
    border: solid 1px rgb(255,238,0) !important;
    border-radius: 5px;

}
.select2-selection__choice
{
    background-color: rgb(0,95,171) !important; 
    color: rgb(255,255,255);
    border: solid 1px rgb(255,238,0) !important;
    border-radius: 5px;
    padding: 5px !important;
    max-height: 68px;

}

.select2-results__option--selectable
{
    border-bottom: 1px solid rgb(255,238,0);
    padding: 3px 6px;
    line-height: 1.3;


}
.select2-results__option--highlighted
{
    background-color: transparent !important;
    color: rgb(255,255,255) !important;

}

/* gridstack */

.grid-stack 
{ 
    background: transparent; 
}
.grid-stack-item-content 
{ 
    background-color: transparent; 
    
}
/* .grid-stack>.grid-stack-item
{
    min-width: 500px !important;
} */
.newWidget
{
    max-height: 250px;
    width: 500px;
    overflow: hidden;
  
}

.onEdit
{
    border: 2px rgb(255,238,0) dotted;
}

.gridSettings
{
    height: 300px;
    border-bottom: 1px rgb(255,238,0) solid;
}



.gridHeader
{
    line-height: 55px;
    padding-left: 3%;
}

.dashWidgetSettings
{
    font-size: 30px;
    cursor: pointer;
}

.dashWidgetSettingsMenu
{
    width: 50%;
    position: absolute;
    top: 60px;
    right: 34%;
    background: rgb(0,95,171);
    border: 1px rgb(255,238,0) solid;
    border-radius: var(--border-radius2);
    z-index: 9000;
}


.newWidgetPlaceholder
{
    cursor:default;
    margin-right: 200px;
}
.grid-stack-item[gs-w="3"]  { width: 100% }
.grid-stack-item[gs-w="2"]  { width: 66.66666667% }
.grid-stack-item[gs-w="1"]  { width: 33.33333333% }

.grid-stack-item[gs-x="2"]  { left: 66.66666667% }
.grid-stack-item[gs-x="1"]  { left: 33.33333333% }

@media (max-width: 768px) 
{
    .newWidget
    {
        width: 90%;
        display: block;
    }

    .newWidgetPlaceholder
    {
        margin-right: 0;
    }

    .gridSettings
    {
        height: 550px;
    }
}


/* TreeWidget */
ul.jqtree-tree .jqtree-toggler
{
    color: rgb(255,238,0)  !important;
}


ul.jqtree-tree .jqtree-title
{
    color: rgb(255,255,255) !important;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
 ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover
{
    background: transparent !important;
    border: none !important;
    text-shadow: none !important;
}

.tooltip
{
    pointer-events: none;
}

.list-group-item {
    background-color: rgb(0,95,171);
    color: white;
    border-color: rgb(255,255,255);
}

.list-group-item.active {
    color: rgb(255,255,255);
    background-color: rgb(0,95,171);
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,95,171);
}

.badge-primary {
    color: rgb(0,95,171);
    background-color: rgb(255,255,255);
}

.modal {
    z-index: 9100;
}

.modal-backdrop {
    z-index: 9090;
    background-color: white;
}

.text-primary,
a.text-primary:hover {
    color: rgb(255,255,255) !important;
}

.form-group-bs {
    margin-bottom: 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: static;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 26px;
}

textarea {
    color: inherit;
}

.clearfix {
    clear: both;
}

form.list-group-item button {
    background: none;
    display: block;
    color: white;
    border-radius: 4px;
}

.row.row-default {
    margin-left: -15px;
    margin-right: -15px;
}

.gutters-sm {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-sm > .col, .gutters-sm > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgb(255,238,0);
    background-color: rgb(255,238,0);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: blue;
}

.custom-control-label {
    transform: scale(1.3);
}