main {
    height: 100%;
    width: 100%;
    padding: 36px 0px;
}
.detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 30px !important;
}
.detail .info .status {
    font-size: 14px;
    font-style: italic;
}

.detail .info p {
    font-size: 14px;
}
.info a {
    text-decoration: none !important;
}
.info a iconify-icon {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: -4px;
}
.info a span {
    font-size: 14px;
    color: black;
    position: relative;
}
.info a:hover iconify-icon {
    color: #F26E26;
} 
.info a:hover span::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #F26E26;
}

.headertitle{
    color:white;
    text-decoration:none;
    
}

.headertitle:hover{
    text-decoration:underline;
}


.pagination .btn {
    height: 70px;
    background: #F5F5F5;
    border: 0px;
    border-radius: 0px;
}
.pagination .btn a {
    text-decoration: none;
    font-size: 18px;
    color: #0272b1;
}
.pagination .btn a iconify-icon {
    font-size: 22px;
    position: relative;
    top: 4px;
}
.pagination .btn a span{
    position: relative;
}
.pagination .btn a:hover {
    color: black;
}f
.pagination .btn:hover{
    background: #F5F5F5;
}
.pagination .btn a:hover span::after{
    content: "";
    position: absolute;
    top: 26px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #F26E26;    
}
.pagination .btn[disabled] a{
    color: #505050;
}
@media only screen and (max-width:768px){
    .detail {
        display: flex;
        align-items: center;
        flex-direction: column;
    }   
    .detail .info {
        width: 100%;
    }
    .detail .pagination{
        width: 100%;
    }
}
.content {
  padding: 0px 30px !important;
}
.mcw {
  margin-left: 0px !important;
  position: relative;
  min-height: 100%;
}
  
.sidebar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-bx a {
  text-decoration: none;
}
.sidebar-bx p {
  display: inline;
}
.sidebar-bx p span[disabled]{
  color: #505050 !important;
  pointer-events:none;
  cursor: default;
}

.sidebar-bx p span.active {
  position: relative;
}
.sidebar-bx p:hover span.active::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #F26E26;    
}
.sidebar-bx a p:hover {
  color: black;
}
.sidebar .row .col-md-3 {
    height: 100%;
    background: white;
    /* z-index: 110; */
    position: sticky;
    top: 26%;
}
.sidebar .col-md-3 p span[class="active"] {
    color: #0272b1;
}
.col-md-3 ul {
    padding: 10px;
}
.col-md-3 ul li {
    list-style-type: none;
    width: 60%;
    display: flex;
    height: 100%;
}
.col-md-3 li a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.col-md-3 li#export {
    pointer-events: auto;
}
.col-md-3 li#export.active {
    pointer-events:none !important;
}

.col-md-3 li.active .icon iconify-icon {
    color: #505050 !important;
}
.col-md-3 li.active .icon {
    opacity: 0.4;
    background: white;
    border:2px solid #505050;
}
.col-md-3 li.active p {
    opacity: 0.4;
    color: #505050;
}
.col-md-3 .icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#0272b1;
    border: 2px solid #0272b1;
    font-size: 26px;
}
.col-md-3 a:hover .icon {
    background: white !important;
    border: 2px solid #F26E26;
}
.col-md-3 a:hover .icon iconify-icon {
    color: black !important;
}
.col-md-3 a p {
    color: black;
    margin-top: 10px;
}
.col-md-3 li#switch {
    display: flex;
    width: 100%;
}
.col-md-3 li#switch p{
    margin-top: 10px;
    margin-left: 10px;
}
.col-md-3 .iconswitch {
    height: 40px;
    width: 40px;
    margin: 10px 0px 0px 6px;
}
.sidebar .col-md-9 .btn {
  background: #0272b1 !important;
  color: white;
  border: 2px solid #0272b1;
  border-radius: 0px;
}
.col-md-9 .btn iconify-icon {
  font-size: 20px;
  position: relative;
  top: 6px;
  left: -4px;
}
.col-md-9 .btn:hover {
  border: 2px solid #F26E26;
  background:white !important;
  color: black;
}
.col-md-9 .btn:hover iconify-icon {
  color: black !important;
}
.col-md-9 .table tr.even {
    border-color: white;
}
.col-md-9 .table input {
    height: 20px;
    width: 20px;
}
.col-md-9 .table td {
    font-size: 12px;
}
.table td a {
   font-size: 20px; 
   text-decoration: none;
   color: black;
}
.col-md-9 .table tr td.active{
    color: green !important;
    font-weight: 800;
}
td .author , td .article {
    font-size: 14px;
    display: block;
    line-height: 4px;
}
.btn-info p span:hover {
    color: #F26E26;    
}
.btn-img span {
    color: blue;   
    font-size: 12px; 
    margin-right: 10px;
    position: relative;
}
.btn-img span:hover::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    height: 2px;
    width: 100%;
    background: #F26E26;  
}
.btn-img span:hover {
    color: black;
}
.btn-img img {
    height: 26px !important;
    width: 26px !important;
    margin-right: 6px;
}
td .btn-custom {
    color: black;
    font-size: 14px !important;
    position: relative;
}
.btn-custom iconify-icon {
    font-size: 24px;
    position: relative;
    top: 6px;
}
td .btn-custom:hover::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0px;
    height: 2px;
    width: 76%;
    background: #F26E26;   
}
td .btn-custom:hover iconify-icon {
    color: #F26E26 !important;   
}
#collapseExample .card .relabox{
    height: 200px;
    width: 100%;
    overflow-y: scroll;
}
.card:hover h5 {
    color: #F26E26;
}
.card .relabox .heading {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: black;
}
.card .relabox p {
    font-size: 16px;    
}
main .end {
    display: flex;
    align-items: center;
    justify-content: center;
}
main .end hr {
    width: 90%;
}
/* main ending */
.footer {
    padding: 0px 50px !important;
    line-height: 10px;
}
.colourhr {
    width: 100% !important;
    height: 2px;
    background: #F26E26;
}
.secondfooter {
    padding: 0px 50px !important;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.secondfooter ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secondfooter .logo1 {
    width:100%;
    display:flex;
    flex-direction:row;
}
.secondfooter .logo1 div {
    width:100%;
}
.secondfooter .footcont {
    padding: 0px 20px;
} 
.secondfooter ul a {
    text-decoration: none;
    color: black;
    position: relative;
}
.secondfooter ul a li::after {
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    background: #F26E26;
}
.secondfooter ul a li:hover::after {
    display: block;
}
.secondfooter ul li {
    list-style-type: none;
}

@media only screen and (max-width:768px){
    .footer {
        padding: 0px 24px !important;
        line-height: 26px;
    }
    .secondfooter {
        flex-direction: column;
        padding: 0px 10px !important;
    }
    .secondfooter ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 20px 0px !important;
    }
    .secondfooter ul li{
        margin: 6px;
    }
    .secondfooter .logo1, .secondfooter .logo2 {
        padding: 0px 10px;
    }
    .secondfooter .footcont {
        padding: 0px 0px;
    }
    .secondfooter .logo1 {
        width:100%;
        display:flex;
        flex-direction:column;
    }
    .secondfooter .logo1 .d-flex img {
        height:80px !important;
        width:80px;
    }
}