html,body{
    width: 100%;
    height: 100%;
    font-size:0.9rem;
}
main{
    padding-right: 10px;
    padding-left:10px;
    padding-top:20px;
    width: calc(100% - 10px);
}
label{
    font-weight: bold;
}

/*Table css*/
.fixed-table-container{
    border:1px solid #dddddd;
    border-radius: 5px;
}
.fixed-table-container td{
    vertical-align: top !important;
    padding:8px;
}
/*notify*/
[data-notify="container"] {
   z-index:10000!important;
    width: 90% !important;
}

/*Color red for anchor tag*/
.clickable:not(.active){
    color:#a42422!important;
    cursor: pointer;
}

.btn {
    border-radius: 0px;
}

li .page-item .active {
    background-color: #a42422 !important;
}
/*Fix for select2 not resizing*/
span.select2{
    width: 100% !important;
}
/*Fix removing x with no function*/
span.select2-selection__clear{
    display: none;
}

