
body, html {
    padding: 0;
    margin: 0;
}
body{
    min-height: 100%;
}
h1 {
    font-size: 14px;
    font-weight: 600;
}
h2 {
    font-size: 13px;
    font-weight: 600;
}
html{
     height: 100%;
 }
main {
    min-height: 100%;
    height: 100%;
    color: var(--primary);
}
select {
    border: none;
    color: var(--primary);
    border-radius: 10px;
}

/*Hides the black divider line between tables*/
tbody, td, tfoot, th, thead, tr  {
    border-style: hidden;
}

table a {
    text-decoration: none;
    color: var(--primary);
    /*padding-left: 8px;*/
}
table tbody tr td button {
    font-size: 10px !important;
}

#addUser_title {
    text-transform: uppercase;
}

/*#btnCancel{*/
/*    color:white !important;*/
/*    background-color: var(--red) !important;*/
/*    border-color: var(--layerForeOverlayBorder) !important;*/
/*}*/

#filterMenu {
    min-width: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
}
#filterMenu .container .row .col-12 button {
    font-size: 13px;
}
#filterMenu1 h1 {
    font-size: 14px;
}
#filterMenu2 {
    min-width: 700px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
    color: var(--primary);
    border: 1px solid ;
}
#filterMenu2 .container .row div button {
    font-size: 11px;
}
#filterMenu2 h1 {
    font-size: 14px;
}
#filterMenu2 hr {
    background-color: var(--primary);
}
#filterMenu2 .container .row div ul {
    list-style-type: none;
}

#flashMessage {
    margin-left: 15px;
    padding-top: 70px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: white;
}

#form {
    margin-top: 20px;
    margin-bottom: 5000px;
}

#formContainerCreate {
    padding: 40px;
    font-size: 14px;
}
#formContainerCreate .container {
    padding: 0px !important;
}
#formContainerCreate input {
    /*width: 50%;*/
    font-size: 16px;
}
#formContainerCreate input[type=checkbox] {
    width: 16px;
    height:16px;
}
#formContainerCreate input[type=radio] {
    width: 16px;
    height: 16px;
}
#formContainerCreate input[type=submit] {
    background: var(--primary);
    color: var(--white);
}
#formContainerCreate select {
    /*width: 50%;*/
    font-size: 16px;
    padding: 5px;
    color: black;
}
#formContainerCreate textarea {
    width: 50%;
    font-size: 16px;
    border: none;
}
#formContainerEdit {
    padding: 40px;
    font-size: 14px;
}
#formContainerEdit .container {
    padding: 0px !important;
}
#formContainerEdit input {
    /*width: 50%;*/
    font-size: 16px;
}
#formContainerEdit input[type=checkbox] {
    width: 16px;
    height:16px;
}
#formContainerEdit input[type=radio] {
    width: 16px;
    height: 16px;
}
#formContainerEdit select {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    color: black;

}
#formContainerEdit textarea {
    width: 50%;
    font-size: 16px;
    border: none;
}
#formContainerShow {
    padding: 40px;
    font-size: 14px;
}

#formContainerShow .container {
    padding: 0px !important;
}

#formContainerShow h4 {
    margin-left: 24px;
}

#formContainerShow div {
    color: var(--primary);
}
#formContainerShow input {
    background:var(--whiteBG);
}

#ganttContainer{
    width: 100%;
    height: 400px;
}

#logoDiplaImg {
    max-width: none;
    height: 20px;
    vertical-align: unset;
}
#logoDiplaImgCover {
    max-width: none;
    height: 20px;
    vertical-align: unset;
}

#homeDynamicContainer .row div img {
    max-width: 100%;
    max-height: 100%;
}
#homeSidebar { /*makes it so the sidebar will always stretch to the bottom of the view but also stretch further if there is more content*/
    height: auto;
    min-height: calc(100vh - 74px);  /*viewheight minus anything on top*/
    max-width: 180px;
    min-width: 180px;
}

#homeSidebar_title {
    justify-content: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom:  0px !important;

    text-align: center;
    vertical-align: middle;
}

#homeSidebar_content {

    justify-content: center; !important;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom:  0px !important;

    text-align: center;
    vertical-align: middle;
}

#homeSidebar_links{

    justify-content: center; !important;
    text-transform: uppercase;
    margin-bottom:  0px !important;

    text-align: center;
    vertical-align: middle;
}

#homeSidebar_links a {
    /*font-weight: bold !important;*/
}

#homeSidebar a {
    justify-content: center !important;
    Font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0px;
    min-width: 116%;
    color: var(--primary);
}

#homeSidebar a.active{
    border-radius: 0px;
    min-width: 116%;
    background-color: white;
    color: var(--primary) !important;
}
#homeSidebar a:hover {
    Font-size: 13px;
    font-weight: 400;
    color: var(--primary);
    background-color: var(--hoverBG) !important;
}
#homeSidebar button {
    Font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: var(--primary);
}
#homeSidebar button:hover {
    Font-size: 13px;
    font-weight: 400;
    color: #666666;
}
#homeSidebar button.active {
    color: #333333 !important;
}

#pageIntro {
    width: 100% !important;
    text-align: start !important;

}

/*Size for the inserted edit (question)tables, default is show all*/
/*#qtableSizer {*/
/*    height: 100px;*/
/*}*/

#roundedbox {
    border-radius: 40px;
    border: 2px solid var(--whiteBG);
    padding: 20px;
}

.roundedbox {
    border-radius: 40px;
    border: 2px solid var(--whiteBG);
    padding: 20px;
}

.roundedboxPrimary {
    border-radius: 40px;
    border: 2px solid var(--primaryLite);
    padding: 20px;
}

#tableActions > div > div > div.dt-button-collection >.active> div > a ,
#tableActions > div > div > div.dt-button-collection >.active> div > a:focus,
#tableActions > div > div > div.dt-button-collection >.active> div > a:hover {
    color: #fff!important;
    text-decoration: none!important;
    background-color: var(--primary)!important;
    outline: 0!important;
    font-size: 14px!important;
}

#tableActions > div > div > div.dt-button-collection > div > a {
    display: block!important;
    padding: 3px 20px!important;
    clear: both!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    /*color: #333!important;*/
    white-space: nowrap!important;
    text-decoration: none!important;
}

#example > thead:nth-child(1) > tr.headerSearches > th {
    border-bottom: 0px !important;
}

#tableContainer {
    padding-top: 20px;
    padding-bottom: 20px;
}
#tableContainerSearch{
    padding-left: 54px;
    max-width: 100%;
}
#tableSearch{
    min-width: 400px;
}


#tableContainerInfo {
    color: lightgray;
    margin-top: 5px;
}


.tableContainer input{
    color: var(--primary) !important;
    outline-color: var(--primary);
    font-weight: bold;

}
.tableContainer table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    text-shadow: none;
}
.tableContainer th.sorting{
    color: gray;
    text-transform: uppercase;
}
.tableContainer th.sorting_asc{
    background-color: var(--whiteBG);
}
.tableContainer th.sorting_desc{
    background-color: var(--whiteBG);
}
.tableContainer th.sorting_disabled{
    background-color: var(--white); !important;
}
.tableContainerSearch{
    padding-left: 54px;
    max-width: 100%;
}
#tableSearch{
    min-width: 400px;
}

#tableNavButtons button {
    background-color: var(--whiteBG);
    color: var(--primary);
    border: none;
    font-weight: 600;
    font-size: 12px;
}
#tableNavButtons button:hover {
    background-color: var(--whiteBG);
}
.dataTables_paginate  li {
    background-color: var(--white)!important;
    color: var(--primary)!important;
    border: none!important;
    font-weight: 600!important;
    font-size: 12px!important;
}
.dataTables_paginate  li a {
    background-color: var(--white)!important;
    color: var(--primary)!important;
    border: none!important;
    font-weight: 600!important;
    font-size: 12px!important;
}
.dataTables_paginate li:hover {
    background-color: var(--whiteBG) !important;
}
#userManagement_footnote {
    font-size: 12px;
}
#userManagement_userOrganisation_memberList li a {
    color: var(--primary);
}
#userManagement_userOrganisation_memberList li a:hover {
    color: var(--secondary);
}
#userManagement_userOrganisation_hr {
    height: 3px;
}
.table {
    color: var(--primary)
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-right: calc(-.3 * var(--bs-gutter-x));
}

