.card-header 
{
  padding:20px!important;
}
.main-sidebar
{
background: #fff!important;
box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.skin-blue .sidebar a {
color: #3c4858;
}
.skin-blue .sidebar-menu>li.active>a {
background-color: #00bcd4!important;
box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(0,188,212,.4);
}
.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.menu-open>a {
  background-color: hsla(0,0%,78%,.2);
  color: #3c4858;
}
.sidebar-menu>li
{
margin-top:5px;
}
.skin-blue .main-header .logo,
.skin-blue .main-header .navbar
{
background-color: #00bcd4;
color:#000;
}
.skin-blue .main-header .logo:hover {
  background-color: #d7d7d7;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover
{
background-color:#d7d7d7;
}

.skin-blue .main-header .logo, .skin-blue .main-header .navbar {
  background-color: #d7d7d7;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #000;
}
.box-default
{
border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.box-header
{
margin: 0 15px;
  position: relative;
border-radius: 3px;
  margin-top: -20px;
  padding: 15px; 
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(0 188 212 / 31%);
  background: linear-gradient(60deg,#00bcd4d9,#00bcd4);
 
}

.content
{
display:flex;
}
.card-title
{
color: #fff;
}
.box-body
{
padding: 3em 6em 1em;
}
.frm-grp
{

padding-left: 30px;
}
.all-btn button
{
  padding: 4px 19px;
  font-size: 17px;
}
.text-left
{
  text-align:left
}
#msform {
  text-align: left;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none
}



#msform .action-button,
.submit {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus,
.submit:hover,
.submit:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
  outline:0;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
  outline:0;
}
.entry:not(:first-of-type)
{
  margin-top: 10px;
}
.mdl-hdr
{
background: #00bcd4;
  color: #fff;
}
@media (min-width: 768px)
{
.modal-dialog {
  width: 700px;
}
}


      table, th, td { 
                  border: 1px #2E0854; 
                  border-collapse: collapse; 
                  padding: 13px; 
               } 
                 
               .company-table tr th { 
                  background-color:skyblue; 
               } 
                
              
              .company-table tr:nth-child(odd) { 
                background-color:#87ceeb36; 
             } 
               
             .company-table tr:nth-child(even) { 
                background-color:white; 
             }
               .company-table
               {
                width:100%;
               } 
               .company-table tr
               {
                text-align:center;                
                border: 1px solid #ececec;
               }
               .company-table th
               {
                font-size:17px;
                text-align:left;
                color:#fff;
               }
               .company-table td
               {
                font-size:16px;
                text-align:left;
               }
              .pagination li {
              list-style-type: none;
              display: inline;
              padding-right: 15px;
              }
            .pagination>.active>a, 
            .pagination>.active>a:focus,
            .pagination>.active>a:hover,
            .pagination>.active>span,
            .pagination>.active>span:focus,
            .pagination>.active>span:hover {
                background-color: #87ceeb;
                border-color: #87ceeb;
            }
               /* .sort-icon {
  font-size: 9px;
  margin-left: 5px;
}

th {
  cursor:pointer;
} */
 .icons
 {
   width:22px;
 } 
 .list-left-align
 {
   padding-left:10px;
 }
 .sidebar .logo-img img {
  width: 38px!important;
  top: 5px!important;
  left: 40px;
}
.lbl-top {
  padding-top: 10px;
  text-align: left;
  color:#000;
}

.dropdown-menu .dropdown-item:hover,
 .dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
 .dropdown-menu a:active {

  background-color: #00bcd4!important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4)!important;
}