/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.center-allign{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
    align-items: flex-end;
}
.color-cream{
    background-color: #ffffcc;
}
.full-hight{
    height: 36em;
}
.color-whitsmoke{
    background-color: whitesmoke;
}
.color-white{
    background-color: white;
}
.text-size-12{
    font-size: 12px;
}
.bg-light_blue{
    background-color: lightblue;
}
.text_blue{
    
}
.bg-light_green{
    background-color: #ffccff;
}
#h10{
    color: #006ee0;
    text-decoration: #007bff;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}







/* 
    Created on : Sep 2, 2023, 4:06:11 PM
    Author     : pulap
*/

