﻿.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: 0.5rem;
}

.navbar {
    padding: 0.5rem 1rem;
}

.dropdown-item {
    text-align: left !important;
}

.dx-gridbase-a11y-status-container {
    display: none;
}

.form-inline {
    display: flex !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}

.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}

.dx-button-default {
    background-color: #01295c !important;
    border-color: transparent !important;
    color: #fff !important;
}

.dx-button-default.dx-state-hover {
    background-color: #01152f !important;
    border-color: transparent !important;
}


.btn-success {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}

.btn-success:hover {
    background-color: rgb(29, 131, 53);
    border-color: rgb(29, 131, 53);
}

.btn-outline-danger {
    background-color: transparent;
    border-color: #d43f3a;
    color: #d43f3a;
}

.btn-outline-danger:hover {
    background-color: rgba(212, 63, 58, .1) !important;
    color: #d43f3a;
}

.btn-outline-danger:active {
    background-color: #d43f3a !important;
}

.btn {
    border-radius: 0.25rem;
}

.dx-dropdownbutton-action.dx-button .dx-button-content {
    padding-inline-end: 4px !important;
}

.dx-dropdownbutton-action.dx-buttongroup-last-item.dx-button .dx-button-content {
    padding-inline-end: 0 !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.dx-tab.dx-tab-selected {
    background-color: rgb(1, 41, 92) !important;
    color: rgb(247, 247, 247) !important;
  }

  .dx-tab-text {
    color: inherit !important;
  }

  .dx-tab-text-span {
    color: inherit !important;
  }

.dx-colorbox-color-result-preview {
    display: none;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.control-label {
    padding: 0 !important;
}

.dropdown-item:hover {
    background-color: #E9ECEF;
}

.alert.alert-dismissible {
    position: relative;
}

.alert.alert-dismissible button.close {
    position: absolute;
    background-color: transparent;
    border: none;
    right: .85rem;
    font-size: 1.25rem;
    line-height: 1rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1140px;
    }
  }