﻿/*.tabcontrol {
    height: 1475px;
    width: 100%;
    text-align: left;
  }
  
  .tab-nav-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative !important;
    z-index: 999 !important;
    top: 3px;
  }
  
  .tabcontrol ul {
    display: block;
    width: max-content;
    overflow-y: hidden;
    margin: 0px;
    padding-inline-start: 5px;
  }
  
  .tabcontrol ul li {
    display: inline-block;
    border: 1px solid grey;
    border-bottom: 3px solid #303030;
    background-color: white;
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
  }
  
  .tabcontrol ul li.active {
    border: 1px solid black;
    border-bottom: 3px solid white;
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
  }
  
  .tabcontrol ul li a {
    text-decoration: none;
    color: #303030;
    padding: 10px;
    line-height: 25px;
    position: relative;
    font-weight: bold;
  }
  
  .tab-content-wrapper {
    position: relative !important;
    z-index: 1 !important;
    border: 3px solid #303030;
    padding: 20px;
    min-height: 40px;
    border-radius: calc(.35rem - 1px) calc(.35rem - 1px) calc(.35rem - 1px) calc(.35rem - 1px);
  }*/

body {
    padding-top: 0px;
    padding-bottom: 0px;
}
 /*Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column */

.dl-horizontal dt {
    white-space: normal;
}
 /*Set width on the form input elements since they're 100% wide by default */
input {
    width: 160px;
}
select {
    width: 280px;
}
.form-input {
    max-width: 280px;
}
textarea {
    max-width: 680px;
}
.dt-body-nowrap {
    white-space: nowrap;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 06px !important;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 4px !important;
}*/
a {
    color: #5165ff;
}

td {
    border: 2px solid #ccd2ff;
    position: relative;
    padding: 18px;
}

tr:hover, tr:focus-within {
    background: #f2f3ff;
    outline: none;
}

td > .row-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    color: inherit;
}

    td > .row-link:focus {
        outline: 0;
    }

td > a:not(.row-link) {
    position: relative;
    z-index: 1;
}

.required {
    color:red;
}

.loadingpanel {
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9999;
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #3fbbc0;
        border-top-color: #ecf8f9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    box-shadow: none !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

tfoot td {
    font-weight: bold;
}