﻿/*****************************************/
/************ Bootstrap Changes **********/
/*****************************************/

/************************* Body ************************/
body {
    font-size: 13px;
    line-height: 1.3;
}


/************************* Table ***********************/
/* table row height */
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    line-height: 1.0;
}

/* table row padding */
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 2px;
}

.table {
    margin-bottom: 3px;
}

/************************* Headers **********************/
h1,
h2,
h3 {
    margin-top: 8px;
    margin-bottom: 5px;
}

/************************* Form-Group *******************/
.container {
    max-width: 1450px; /*from 1170px*/
}

/************************* Form-Group *******************/
.form-group {
    margin-bottom: 3px;
}

.form-horizontal .checkbox-inline {
    padding-top: 0px;
}


/******************** Alert ************************/
/*.alert {
    padding: 5px;
    margin-bottom: 5px;
}
*/
/******************** Blockquote *******************/
blockquote {
    padding: 5px 20px;
    margin: 0 0 5px;
}

/******************** Tooltip **********************/
.tooltip-inner {
    max-width: 500px;
    width: 300px;
}

/******************** input **********************/
.sefa-field {
    padding: 2px 10px;
    height: 27px;
}

/******************* navbar **********************/

.navbar-header {
    display: flex;
    align-items: center;
    height: 40px;
}

.navbar-brand {
    padding: 10px 70px 0px 15px;
    /*    height: 40px; 
    display: flex;*/
}

    .navbar-brand small {
        display: block;
        font-size: 12px;
    }

.nav-item .dropdown-item {
    padding: 1px 1px 1px 5px;
    font-size: 0.875rem;
}

.nav-item .nav-link {
    padding: 1px 1px 1px 5px;
    font-size: 0.875rem;
}

.nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd #0d6efd #fff;
}

.dropdown-menu {
    padding: 1px 1px 1px 5px;
}

/******************* misc **********************/
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/******************** Style of the tables **********/

.IdColWidth {
    width: 50px;
}

.LastUpdUserColWidth {
    width: 165px;
}

.LastUpdDateColWidth {
    width: 145px;
}

.ActionColWidth {
    width: 10%;
}

.CurrencyCol {
    text-align: right;
}

/***************************************************/
/********************* Custom **********************/
/***************************************************/
.required::before {
    content: "* ";
    color: red;
    font-weight: bolder;
}

DIV.Message {
    background: Yellow;
    color: Black;
    padding: .2em;
    margin-top: .25em;
}

.flexbox-body {
    min-height: 20px;
    max-height: calc(100vh - 385px);
    overflow-y: auto;
}

.sorted-asc:after {
    content: "\e093";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    margin: 5px;
}

.sorted-desc:after {
    content: "\e094";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    margin: 5px;
}


.navbar, .navbar-inverse {
    background-color: rgba(44, 43, 128, 1);
}


.card {
    border: 1px solid rgba(44, 43, 128, 1);
}

.card-body {
    background-color: rgba(217, 237, 247, .3);
}

.card-header {
    background-color: rgba(217, 237, 247, 1) !important;
    border-bottom: 1px solid rgba(44, 43, 128, .5) !important;
    font-weight: bold;
}

.card-footer {
    padding: 0 0 0 0;
    /*padding: 0.5rem 1.25rem;*/
    background-color: rgba(217, 237, 247, 1);
    border-top: 1px solid rgba(44, 43, 128, .5);
}


@media (min-width: 1200px) {
    .container {
        max-width: 1840px;
    }
}

/*ADA compliance 08/01/2020 */
.alert-warning {
    color: black;
    font-size: 14px;
}

.alert-danger {
    color: black;
    font-size: 14px;
}
