
  *::-webkit-scrollbar  {
    width: 0.4em;
    height: 0.8em;
  }
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #e78f02;
  }
  *::-webkit-scrollbar-thumb {
    background-color:#65caf2; 
    outline: 1px solid #e78f02;
    border-radius:5px;
  }
  
  /* .box-explian::-webkit-scrollbar {
    width: 0.4em;
  }
  .box-explian::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .box-explian::-webkit-scrollbar-thumb {
    background-color:rgba(21, 21, 57, 0.6); 
    outline: 1px solid #5ccaf2;
    border-radius:5px;
  } */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem !important;
}

.raq-body {
    position: relative;
    background-color: #f9f9f9;
    line-height: 1.428571429;
    color: #333333;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    font-family: "JF flat", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;


}
.app-name-icon{
    padding: 5px;
    /* border: 3px double #e1e1e1; 
    border: 1px solid #e1e1e1;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 5px;
    height: 100%;
}
.app-icon {
    width:4em;
}
.app-title {
    color:#fff;
    /* color:#151539; */
}
.dashboard #content {
    background-color: #151539;
    background-color: #ebeeff;

}
.main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

a {
    color: #17a2b8;
}

li {
    list-style-type: none;

}

.raq-navbar {
    flex: 0 0 auto;
}

.raq-navbar .navbar-brand {
    /* padding-top: .3rem; */
    font-size: .95rem;
    margin-left: 1rem;
}


[dir="rtl"] .a-toggle {
    margin-left: 1rem;
}

.raq-navbar .app-launcher {
    color: white;
}

[dir="rtl"] form ul.inline li {
    float: right;
    padding-left: 7px;
}

.field-Box {
    position: relative;
}

.btn-link {
    color: #17a2b8;
}

.dropdown-menu a {
    color: #22527b;
    text-decoration: none;

}

.dropdown-menu {
    /* max-height: 70vh; */
    /* overflow-y: auto; */
}

.dropdown-menu>.dropdown-item:hover {
    background-color: #E5E5E5;
}

.dropdown-menu:after,
.dropdown-menu:before {
    border-bottom-color: #bbb;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -11px;
}

.dropdown-menu.dropdown-menu-right:after,
.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 6px;
}

.dropdown-menu:after {
    border-bottom-color: #fff;
    top: -10px;
}

.raq-toolbar {
    background: #fff;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0 1px 0 rgba(3, 3, 3, .045);
    padding-top: 12px;
    min-height: 80px;
}

.related-widget-wrapper {
    float: initial;
    min-width: 150px;
}

/* blank-slate-pf */
.inline_actions .btn-link:hover,
.inline_actions .btn-link:active,
.inline_actions .btn-link:focus {
    text-decoration: none !important;
}

.blank-slate-pf {
    /* background-color: #f5f5f5; */
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
    /* padding: 60px 120px; */
    height: 100%;
}

.blank-slate-pf h1,
.blank-slate-pf h3 {
    line-height: 1.4;
    padding-bottom: 10px;
    font-weight: 400;
}

.blank-slate-pf .blank-slate-pf-main-action {
    margin-top: 20px;
    margin-bottom: 5px;
}

/* bs4-2 */
.form-control,
select,
textarea {
    border: 1px solid #cfcfcf !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-radius: 0px !important;

    outline: none !important;
    box-shadow: none !important;
    height: auto !important;
    padding: initial !important;
    min-height: auto !important;

}

/* fixed bs4-2
.form-control:focus {
    border-bottom: 2px solid #337ab7;
} */

select {
    position: relative;

    flex: 1 1 auto;
    width: 100%;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="action"] {
    width: 100%;
}

/* div[class^="col-"] > select {
    width: 100%;
} */
.related-widget-wrapper select {
    width: 1% !important;
}

.related-widget-wrapper-link img {
    width: 11px;
    height: 11px;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    margin-left: 10px;
    vertical-align: middle;

}

[class^="col-"]>input[type=checkbox],
input[type=radio] {
    /* margin: 12px 0px 0px 12px; */
    margin-top: 12px;
}

.radiolist {
    margin-bottom: 0rem !important;
    vertical-align: middle !important;
}

.aligned .vCheckboxLabel {
    /* vertical-align: middle; */
    /* padding: 0px 10px; */
    vertical-align: baseline !important;
    padding: 0px 10px !important;
}

.timezonewarning {
    display: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem;
}

.breadcrumb-item+.breadcrumb-item::before {

    content: ">" !important;
    /* content: "" !important; */
    padding-right: .3rem;
}

caption {
    padding: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top;
    background: rgba(0, 123, 255, .25);
}

button,
.btn {
    border-radius: 0 !important;
    outline: 0;

}

.toggle-handle {
    background-color: #fff;
}
.input-group-text {
        background-color: transparent !important;
        border:none;
        border-bottom: 1px solid #cfcfcf !important;
        border-radius: 0px !important;
}
.btn.focus,
.btn-default:focus,
.btn-default:hover {
    outline: 0;
    box-shadow: none;
    color: #ffffff;
    background-color: #978e83;
    border-color: #92897e;
    /* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
}

.raq-navbar .nav-item>.nav-link>.badge {
    background: transparent;
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    right: 0;
}

.raq-toolbar-actions {
    /* margin-bottom: 10px; */
    border-top: 1px solid rgb(209, 209, 209);
    background: white;
    border-bottom: 2px solid rgb(209, 209, 209);
    max-height: 30px;
}

.dropdown-menu {
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.25);
    /* min-width: 14rem; */
   
}
input[type="password"]{
    font-family: sans-serif, Arial !important;
}

.dropdown-header {
    /* text-align: right;
    padding-bottom: 0;
    color: #6c757dba; */
    padding-bottom: 0;
    background: #6c757dba;
    color: white;
    padding: .5rem;
    margin: 2px 0px;

}

.btn-statusbar .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 0 0 0.2rem #777;
}

.btn-statusbar .btn-secondary:not(:disabled):not(.disabled).active,
.btn-statusbar .btn-secondary:not(:disabled):not(.disabled):active,
.btn-statusbar .btn-secondary:not(:disabled):not(.disabled):hover {
    background-color: transparent;

}

.raq-thead {
    /* background-color: #e2e2e0; */
    background-color: #ced4da;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.raq-thead th {
    vertical-align: middle !important;
    white-space: nowrap;
}
/* 
.form-wraper .card-body {
    overflow: hidden;
} */

/* .btn-statusbar .btn:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: -10px;
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: none;
    border-left: 11px solid white;
    -webkit-transition: border 0.2s ease 0s;
    -moz-transition: border 0.2s ease 0s;
    -o-transition: border 0.2s ease 0s;
    transition: border 0.2s ease 0s;
    -moz-transform: scale(0.9999);
}  */

body.dashboard #content {
    background-color: #1d4a6d;
    background-color: #151539;
    background-color: #343a40;
    background-color: #333;
    background-color: #222;
    background-color: #2c363a;
    background-color: #1f272b;
    background-color: #2f354c;
    
    
}

#content {
    flex: 1 1 auto;
    height: 100%;
    overflow: auto;
    position: relative;
    background: white;
}

/* fixed bs4 */
/* .col-form-label { */
/* font-size:12px; */
/* font-weight: bold; */
/* } */
/* ------------------------------ */

.form-control,
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea input[type="file"] select,
.select2-selection,
.select2-selection--singl {
    border: 1px solid #cfcfcf;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-radius: 0px !important;

    outline: none !important;
    box-shadow: none !important;
    height: auto;
    padding: initial;
    min-height: 23px !important;

}


/* fixed bs4
.col-form-label {
    color: #666666 !important;
    font-weight: bold !important;
} */

/* fixed bs4-2 */
.form-control:focus {
    box-shadow: none !important;
    border-bottom-color: #cfcfcf !important;
    border-bottom: 1px solid #17a2b8 !important;

}

/* fixed bs4 */
.col-form-label {

    margin-bottom: 0px !important;
    /* padding-bottom: 0px !important;
   
    
        padding-left: 0; */

}

.row.data-result-list .results{
    /* overflow: auto;
    position: relative;
    width: 100%; */
}

.close {
    top: -3px !important;
}

.messagelist {
    margin-top: 3px;
}

/* 
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background: transparent;
    border: 1px solid #c7bfbf;
} */

input:required,
select:required,
select:required~span.select2>span>span,
label.required~select {
    /* border-bottom: 1px solid grey !important; */
    border-bottom: 2px solid #888 !important;
    color: #337ab7;
    /* border-bottom: 2px solid #e20f23  !important;
    background: rgb(226, 226, 224); */
    /* border-bottom: 2px solid var(--pink) !important;
    background: var(--light); */
}
input:disabled {
    background-color: #dee2e6 !important;
}

.clockbox  h2{
        font-size: 1rem;
    background: #888;
    color: white;
}
select:required~.related-widget-wrapper-link {
    /* border-bottom: 1px solid grey !important; */
    border-bottom: 2px solid #888 !important;
}
.select2-container--admin-autocomplete.select2-container {
    width: 1% !important;
}
.select2.select2-container.select2-container--default.select2-container--below ,
.select2.select2-container.select2-container--default
{
    width: 1% !important;
}
.select2.select2-container {
    /* width: 82% !important; */
    position: relative;

    flex: 1 1 auto;
    width: 1% ;
    /* width: 80% !important; */
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
    margin-right: 5px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    bottom: auto !important;
}

.adj-w-100~.select2.select2-container {

    width: 100% !important;
}

.form-group .readonly {
    border-bottom: 1px solid #eee;
    min-height: 19px;
}

/* fixed bs4 */
.form-group {
    margin-bottom: 0.1rem;
    align-items: center;
    /* padding: 0px 4px; */
}

.errorlist {
    color: #dc3545 !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

li>.errorlist {
    padding: 0px 18px;
}

.experimental-pf-bar {
    /* background-color:  #68217a;; */
    /* background-color: #1d5963;; */
    /* background-color: #cc6897; */
    
    border: none;
    text-align: center;
    position: relative;
}

/* fieldset input[type="text"],
fieldset input[type="password"] ,fieldset input[type="date"], 
fieldset input[type="number"],fieldset select , 
fieldset input[type="email"],
fieldset textarea {
    width:100%;
}
  */

/* .experimental-pf>* {
    border: 1px solid grey; 
    
    
} */


/* PAGINATOR */

.paginator {
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 5px;
    line-height: 22px;
    margin: 0;
    border-top: 1px solid #ddd;
}

.paginator a:link,
.paginator a:visited {
    padding: 2px 6px;
    background: #79aec8;
    text-decoration: none;
    color: #fff;
}

.paginator a.showall {
    padding: 0;
    border: none;
    background: none;
    color: #5b80b2;
}

.paginator a.showall:focus,
.paginator a.showall:hover {
    background: none;
    color: #036;
}

.paginator .end {
    margin-right: 6px;
}

.paginator .this-page {


    padding: 2px 6px;
    font-size: 12px;
    /* vertical-align: top; */
    border: 2px solid #e6e6e4;
    border-radius: 25px;
    /* background: #004d904d;
    color: white;
    background: #ffc107; */
    color: #004d90;
    background: #f2f9fc;
    font-weight: 700;


}

.raq-alert {
    position: absolute;
    top: 0;
    z-index: 900;
    right: 0;
    left: 0;
    box-shadow: 1px 1px 1px;
    border-radius: 0px;
}

.paginator a:focus,
.paginator a:hover {
    color: white;
    background: #036;
}

/* ACTIONS */



#changelist table tbody tr.selected {
    background-color: #FFFFCC;
}

.btn-group.btn-statusbar .btn {
    cursor: text;
}

.btn-group.btn-statusbar .btn.focus,
.btn-group.btn-statusbar .btn-default:focus,
.btn-group.btn-statusbar .btn-default:hover {
    outline: 0;
    box-shadow: none;
    color: inherit;
    background-color: inherit;
    border-color: transparent;
}

.btn-group.btn-statusbar .btn.active,
.btn-group.btn-statusbar .btn:active {
    outline: 0;
    background-color: #e9ecef;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0.2rem #f6f6f6;
    color: #17a2b8;
}

.btn-group.btn-statusbar .btn.active,
.btn-group.btn-statusbar .btn:active {
    outline: 0;
    background-color: #004085;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0.2rem #f6f6f6;
    color: #eeeeee;
}

.breadcrumb {
    background-color: transparent;
}


.card-description {
    font-size: 17px;
    margin: 30px 0 0 0;
    font-weight: bold;

}

.dropify-wrapper {

    float: right;
    width: 200px;
}

.related-widget-wrapper-link {
    border: 0px;
    border-bottom: 1px solid hsl(208, 7%, 46%);
}

.related-widget-wrapper-link.change-related {

    border-bottom: 1px solid #17a2b8;
}

.related-widget-wrapper-link.add-related {

    margin-right: 1px;
    margin-left: 3px;
}

.related-widget-wrapper-link:not([href]) {
    /* Styles for anchors without href */
    display: none;
}

select.form-control {
    max-height: 28px !important;
    margin-bottom: 2px !important;
}

.related-widget-wrapper select[multiple]~a {
    max-height: 35px !important;
}

.related-widget-wrapper select:not([multiple])~a {
    max-height: 29px !important;
}

.related-widget-wrapper a i {
    vertical-align: super;
}

.select2-container .select2-selection--single {

    height: auto !important;
    max-height: 28px !important;

}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent !important;
    opacity: .6 !important;
}

/* fixed bs4-2 */
input[type="text"]:not(class),
input[type="number"]:not(class),
input[type="date"]:not(class) {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: .875rem;
    line-height: 1.5;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    /* height: 23px !important; */
}

form ul.inline {

    vertical-align: sub;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    border-top: 2px solid #666;
}

li.dropdown-item {
    padding: 0px;
}

li.dropdown-item .dropdown-link {
    width: 100%;
    display: block;
    padding: .25rem 1.5rem;
}

td input[type="text"],
td input[type="number"] {
    padding: .175rem .75rem !important;
    /* padding: .375rem .75rem !important; */
    min-width: 100px;
}
.select2-container--admin-autocomplete[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: 0px !important;
}
/* fix select2multiple */
input.select2-search__field{
     width: 100% !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    /*display: flex !important;*/
    display: inline-block !important;

    white-space: nowrap !important;
}


 
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}



.inline-group .tabular tr td.original {
    padding: 2px 0 0 0 !important;

}

.inline-group .tabular th.original {
    width: 0px;
    padding: 0 !important;
}

.inline-related {
    position: relative;
    
    overflow: auto;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 5px;
    box-shadow: 0 5px 20px -15px #666;
    padding: 10px;
        margin: 0;
}
.inline-deletelink {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 38px !important;
    color: red;
    float: unset !important;
    text-indent: 0 !important;
    
}


/* fixed bs4
.form-row {
   
    background: #ddd;
} */

form .aligned p.help,
form .aligned div.help {

    color: #17a2b8;
    margin-left: auto !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}


.header-icon2:not(.btn)[data-toggle=dropdown][data-toggle=dropdown]:after {
    content: " ";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background: #dae1e8;
    border-radius: 50%;
    top: 1.3125rem;
    z-index: -1;
    left: .9375rem;
    opacity: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
} 

.header-icon2:not(.btn)[data-toggle=dropdown][aria-expanded=true]:after {
    content: " ";
    width: 2.5rem;
    height: 2.5rem;
    top: .8125rem;
    z-index: -1;
    left: .3125rem;
    opacity: 1;
}


.navbar-dark .navbar-nav .nav-item.active {
    color: #fff !important;

    text-decoration: none;
    /* background-color: #034c9b; */
    background-color: #84b8ce;
    background-color: #f2f9fc;
    background-color:transparent;
}

.navbar-dark .navbar-nav .nav-item.active a.active {
    color: #034c9b ;
    background-color: #d3ebf5;
    color: black !important;
    /* color:#fff !important; */

}

.navbar-dark .navbar-nav .nav-item.active {
    color: #034c9b ;
    background-color: #d3ebf5;
    color: black !important;
    /* color:#fff !important; */

}

.navbar-dark .navbar-nav .nav-item.active > a {
    color: #034c9b ;
    background-color: #d3ebf5;
    color: black !important;
    /* color:#fff !important; */

}

.change-result-actions {
    /* background-color: #e2e2e0d4;
    background-color: #e2e2e085;
    box-shadow: inset 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #f0f0ef; */
    /* background-color: #e2e2e085; */
    /* background-color: #e2e2e0bd; */
    /* box-shadow: 0px 1px 5px 0px rgb(0, 77, 144); */
    margin-top: 1px;
    margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {

    background-color: #d3ebf5;

}

.action-form-fields .alert.alert-dismissible {
    position: fixed;
    top: 1%;
    /* margin:0 auto; */
    right: 1%;
    z-index: 1100;
    transition: all 1s 1s ease-in-out;

}

thead {
    border-bottom: 1px solid #cacaca;
}

th.sorted>div {
    display: inline;
    color: grey;
}

p.datetime {
    display: inline-flex;
    /* flex: 1 1 auto; */
    width: 100%;
}

.inline-group .tabular td.original p {

    display: none;
}

/* fixed bs4
.aligned label {
    display: block;
    display: inline-flex !important;
    display: contents  !important;
    padding:0px;
    word-wrap: break-word;
    line-height: 1;
    font-weight: bold;
     color: #000;
    font-size: 14px;
    margin: 0;
} */
.form-group>.readonly {
    padding: 7px;
}

.form-group.checkbox-row {
    margin-bottom: 0.2rem !important;
}

#changelist .xfull {

    border-bottom: 1px solid #ddd;
}

/* .row.change-result-actions:hover
{
    background:white;
} */
.actions {
    border-bottom: 1px solid #ddd;
}


.change-list ul.toplinks {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.change-list ul.toplinks li {
    padding: 3px 6px;
    font-weight: bold;
    list-style-type: none;
    display: inline-block;
}

.change-list ul.toplinks .date-back a {
    color: #999;
}

.change-list ul.toplinks .date-back a:focus,
.change-list ul.toplinks .date-back a:hover {
    color: #036;
}

fieldset.collapsed h2,
fieldset.collapsed {
    display: block ;
}

/* 
fieldset.collapse-toggle {
    color: #9E9E9E !important;
}
fieldset.collapse h2 {
    background: #2a528c !important;
    color: rgb(255, 255, 255) !important;
}
 
fieldset.collapsed h2 {
    background: #002863 !important;
    color: #edeff4 !important;
} */
.table-sm td p{
     white-space: nowrap;
    text-overflow: ellipsis;
}
fieldset.collapse .collapse:not(.show) {

    display: block !important;
}

fieldset .collapse-toggle {
    color: #17a2b8  !important;
}

fieldset.collapsed h2 {
    background: #9e9e9e73 !important;
    color: #666;
}

fieldset.collapse h2 {
    background: #f8f9fa !important;

}

/* form .aligned ul.radiolist {
    display: inline-flex !important;
   
} */
.aligned label+p,
.aligned label+div.help,
.aligned label+div.readonly,
.aligned label+img+div.readonly {

    display: inline;
}

.table-sm > tr td
{
    padding: 0.3rem !important;
    white-space: nowrap;

}

fieldset.collapse {
    border:none !important;#1px solid #c8c8c866;
    border-radius: 0px;
    margin-top: 10px;
    padding-bottom: 5px;
}

fieldset.collapsed {

    margin-top: 10px;
}

form .aligned ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
    /* vertical-align: middle !important; */
}

form ul.radiolist input[type="radio"] {
    margin: -4px 2px 2px 4px !important;

}

/*.fieldset-form-row.field-status {*/
/*    display: none;*/
/*}*/

button:focus {

    outline: none;
}

.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #704b66;
    border-color: #68465f;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #68465f;
    border-color: #614158;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 90, 123, 0.5);
}

tfoot {
    /* background-color: #875a7b; */
    /* background-color: #1d5963; */
    color: #ffffff;
    cursor: default;
    font-weight: normal;
}

table.jqplot-table-legend,
table.jqplot-cursor-legend {

    right: 33px !important;
    top: 3px !important;

}

.action-checkbox-column {
    width: 20px;
}

/* fixed datepacker */
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
    padding: 0;
}
