.table-bordered .form-control {
    border-top: none!important;
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
}

.table-bordered textarea.form-control {
    height: 150px;
    border: 2px solid #efefef!important;
}



.btn-middle {
    margin: 0 auto!important;
    display: block;
}

table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable th:first-child {
    border-left-width: 1px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}

table.table-bordered.dataTable tbody tr:last-child td {
    border-bottom-width: 1px!important;
}


.error {
    border: 1px solid red!important;
    border-radius: 5px;
}

.hide {
    display: none;
}

.btn-middle {
    margin: 0 auto!important;
    display: block;
    width: 100px;
}

.card-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-table {
    zoom: 90%;
}
.form-table th{
    width:20%;
    font-size: 16px;
}


.form-table th label  {
     margin-top: 3px !important;
     margin-left: 0px !important;
}
.form-table td{
    width:80%;
}

.error + .invalid-feedback{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px!important;
}


.btn-listing {
    padding: 0 10px;
    margin: 0 1px;
}

.table>:not(caption)>*>* {
    padding: 7px;
}

.content{
    padding: 1.5rem 3rem 1.5rem;
}



.tab .nav-tabs .nav-link.active {
    background: #fff;
    color: #343a40;
    border-bottom: 2px solid #7f7fcc;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6!important;
}

.tab .tab-content {
    background: #fff;
    padding: 1.25rem;
    box-shadow: none;
    border-radius: 0 0 .2rem .2rem;
}


.tab {
    padding-bottom: 0;
    margin-bottom: 0;
}


.tab .nav-tabs .nav-link {
    background: transparent;
    color: #343a40;
    padding: .75rem 1rem;
    border: 0;
    padding: 10px;
}

.dt-buttons {
    margin-top: 5px;
}
table {
    white-space: nowrap;
}

 .flatpickr-calendar {
    margin-top: -45px!important;
    margin-left: -70px!important;
}

 .form-table .choices{
     margin-bottom: 0!important;
 }


.sidebar-cta-content {
    background: #2b3947;
    text-align: center;
    color: #e9ecef;
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ms-container{
    width: 100% !important;
}


element.style {
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    background: #3b7ddd;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.bootstrap-tagsinput{
    height: 150px;
}


/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #89a5e0;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #3b7ddd;
    left: 24px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}


.alerts{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 100;
}

.alerts .alert{
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
}


/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.bg-delfi-gold {
    background-color: #84754E !important;
    color: #fff !important;
}

.bg-delfi-blue,  .bg-delfi-blue:visited,.bg-delfi-blue:hover, .bg-delfi-blue:active, .bg-delfi-blue:focus {
    background-color: #1c3767!important;
    color: #fff !important;
}

.dataTable{
    zoom: 90%;
}

.dataTable .btn-primary{
    padding: 0 10px;
    margin: 0 1px;
}

/* Custom Forms */
.rendered-form{
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
  padding: 20px;
  margin: 30px 0px;
}

.formbuilder-customImage label{
    display: none;
}

.formbuilder-customImage img{
    max-width: 100%;
    height: auto;
}
/* End Custom Forms */

@media only screen and (min-width: 768px){
    .no-property{
        height: 400px;
    }
}

.dis-field{
    background: #d6d6d6 !important;
    pointer-events: none !important;
}
