
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; font-size: medium; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-selected { background: #F0F0F0; }

.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; font-size: medium;}

body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI','Helvetica Neue', Helvetica,Arial, sans-serif !important;
}

.table{
    hyphens: auto;
}

.btn-dataTable{
    float: none !important;
    border-radius: 3px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.navbar-brand{
    float: left;
    height: 50px;
    padding: 5px 5px;
}

.nav-tabs {
    border-bottom: 1px solid #d45500;
}

/*Switch Start*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Switch End*/

.modal-max{
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.ajaxLoadedDataTableWOExcel , .ajaxLoadedDataTable  {
    word-break: break-word;
    vertical-align: top;
}

.wordBreak{
    word-break: break-word;
}

.progressOverlayMain{
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999;
    background:url(../img/loading-d3f8f362e7a091e7c5808a04dee131df.gif) center center white no-repeat;
    opacity:0.5;
    display:none
}

.border{
    border-style: solid;
    border-width: 1px;
    border-color: #d9edf7;
}

h4.center{
    text-align: center;
}

.required:after{
    content: " *";
    color: red;
}

div.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.not-bold{
    font-weight: normal !important;
}

label.error{
    font-weight: normal !important;
    color: red;
}

.errorField{
    border: solid 2px red;
}

.d-flex{
    display: flex;
    justify-content: space-between;
}

.capital
{
    text-transform:capitalize;
}