.loader {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 0;
    top: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
}

.button.button-primary{
    background-color: #0000FF;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #0000FF;
}

.button.button-primary:focus,
.button.button-primary:hover,
.button.button-primary[disabled],
.button.button-primary[disabled]:hover,
.button.button-primary[disabled]:focus {
    opacity: 0.5;
    background-color: #0000FF;
}
.content h1,
.content h2,
.content h3,
.content a :not(.button){
    color: #0000FF!important;
}

.cursor-default{
    cursor:default !important;
}

.loader i {
    color: #6bb2e2;
}
.mb-0{
    margin-bottom:0!important;
}
.mb-1{
    margin-bottom:0.25rem !important;
}
.mb-2{
    margin-bottom:0.5rem !important;
}
.mb-3{
    margin-bottom:0.75rem !important;
}
.mb-4{
    margin-bottom:1rem !important;
}
.ml-1{
    margin-left:0.25rem !important;
}
.ml-2{
    margin-left:0.5rem !important;
}
.ml-3{
    margin-left:0.75rem !important;
}
.ml-4{
    margin-left:1rem !important;
}
.mr-1{
    margin-right:0.25rem !important;
}
.mr-2{
    margin-right:0.5rem !important;
}
.mr-3{
    margin-right:0.75rem !important;
}
.mr-4{
    margin-right:1rem !important;
}
.mt-1{
    margin-top:0.25rem !important;
}
.mt-2{
    margin-top:0.5rem !important;
}
.mt-3{
    margin-top:0.75rem !important;
}
.mt-4{
    margin-top:1rem !important;
}
.mt-auto{
    margin-top: auto;
}
.mb-auto{
    margin-bottom: auto;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.m-auto{
    margin: auto;
}
.w-100{
    width: 100%;
}
table.stack td,
table.stack th{
    border: 1px solid #dadada;
    text-align: center;
}
.callout.dark{
    background-color: #4c4c4c;
    color: #fff;
}
.text-nowrap{
    white-space: nowrap;
}
.text-wrap{
    white-space: wrap;
}
.flex-no-wrap{
    flex-wrap: nowrap!important;
}
.text-green{
    color: green!important;
}
.text-danger{
    color: red!important;
}
.text-black{
    color: #000000!important;
}
.signature-pad-container > canvas{
    border: 1px solid #dadada;
}
.border{
    border: 2px solid #8a8a8a;
}
fieldset.time-input{
    display: flex;
}
fieldset.time-input .in_put{
    max-width: 50px;
}
.pt-0{
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pt-4 {
    padding-top: 0.1rem !important;
}
.pt-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pb-4 {
    padding-bottom: 0.1rem !important;
}
.padding-top-10{
    padding-top: 10px !important;
}