/*
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.
*/
/* 
    Created on : 13-Feb-2020, 11:20:33 am
    Author     : BNV Software
*/

.sphere {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 500%;
  position: relative;
  box-shadow: inset -2px -2px 15px #660033, 2px 2px 2px grey,
    inset 0px 0px 2px grey;
  display: inline-block;
  margin: 1%;
}
.sphere::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 65%;
  width: 45%;
  position: absolute;
  top: 4%;
  left: 15%;
  border-radius: 50%;
  transform: rotate(40deg);
}
@media screen and (max-width: 600px) {
  .column.side,
  .column.middle {
    width: 100%;
  }
}

@font-face {
  font-family: CourierNew;
  src: url(../fonts/cour.ttf);
}
@font-face {
  font-family: RobotoLight;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-family: RobotoRegular;
}

.btnShadow {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

input,
select,
textarea {
  outline: none;
}

table,
tr,
th,
td {
  border-collapse: collapse;
}

td {
  border: 1px solid lightgray;
  border-left: 0;
}
td:last-child {
  border-right: 0;
}

label {
  font-size: 10pt;
  color: #757575;
  font-family: RobotoRegular;
}
.csBtnPanel {
  padding: 10px;
  background: #a9bfdc;
  
  padding-inline: 15px;
}
.csBtnSave,
.csBtnClear,
.csBtnClose,
.csBtnDelete,
.csBtnSearch,
.csBtnPrint,
.csBtnRepoPrint,
.csBtnShow {
  
  min-width: 80px;
  height: 25px;
  color: #fff;
  transform: skew(-25deg);
  background-color: #04598d;
  
  border: 0;
  cursor: pointer;
  font-size: 11pt;
  font-family: RobotoLight;
}
.csBtnShow {
  height: 28px;
  transform: skew(0);
  padding-inline: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 600px) {
  .csBtnSave,
  .csBtnClear,
  .csBtnClose,
  .csBtnDelete,
  .csBtnSearch,
  .csBtnPrint,
  .csBtnRepoPrint {
    min-width: 55px;
  }
}

/* .csBtnSave:hover,
.csBtnClear:hover,
.csBtnClose:hover,
.csBtnDelete:hover,
.csBtnSearch:hover {
    transform: skew(-20deg);
} */
.csBtnClear div,
.csBtnSave div,
.csBtnClose div,
.csBtnDelete div,
.csBtnSearch div,
.csBtnPrint div,
.csBtnRepoPrint div {
  transform: skew(25deg);
}

::placeholder {
  font-style: italic;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

.tblHeader {
  position: sticky;
  top: 0;
  background: #04598ddb;
  color: #fff;
}

.cssTable {
    border-top: 0;
}
