/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Added by Maxat */
.full-width {
    width: 100%;
}

.text-right {
    text-align: right;
}

.th-bold {
    font-weight: bold;
}
.pointer {
  cursor:pointer
}
.float-right {
  float: right;
}
.padding-top-100 {
    padding-top: 100px;
}
.width-100 {
    width: 100px;
}
.width-125 {
    width: 125px;
}
.width-200 {
    width: 200px;
}
.width-3 {
    width: 3%;
}
.width-5 {
    width: 5%;
}
.width-10 {
    width: 10%;
}
.width-15 {
    width: 15%;
}
.width-20 {
    width: 20%;
}
.width-25 {
    width: 25%;
}
.width-30 {
    width: 30%;
}
.width-80 {
    width: 80%;
}
.error {
    display: inline-block;
    color: #cf4432;
    margin-top: -15px;
}
.normal-select {
    font-size: 14px;
    padding: 6px 12px;
}
.normal-input {
    font-size: 14px;
    padding: 6px 12px;
}

/* Styling for table with class "template1" */
table.template1 {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

table.template1 thead {
    background-color: #09B850;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

table.template1 th {
    padding: 6px 8px;
    text-align: center;
    border: 1px solid #ddd;
}

table.template1 td {
    padding: 2px 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

table.template1 tbody tr:nth-child(even) {
    background-color: white;
}

table.template1 tbody tr:hover {
    background-color: #90EE90;
}

.td-center {
    text-align: center;
}

.btn {
    padding: 3px 6px;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 0;
    display: inline-block;
}

.btn-warning {
    background-color: #ff9800;
    color: white;
    border: none;
}

.btn-danger {
    background-color: #f44336;
    color: white;
    border: none;
}

.btn-warning:hover {
    background-color: #fb8c00;
    color: black;
}

.btn-danger:hover {
    background-color: #f44336;
    color: black;
}

.btn-primary {
    background-color: #09B850;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #09B850;
    color: black;
}

/* css make tbody scrollable */
.mytable tbody {
    display: block;
    height: calc( 100vh - 355px );
    overflow: auto;
}
.mytable thead, .mytable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/* even columns width, fix width of table too*/
}
.mytable thead {
    /*width: calc( 100% - 1em )*//* scrollbar is average 1em/16px width, remove it from thead width */
}
.mytable td.sm {
    font-size: 9px;
    padding-left: 0.1em;
    padding-right: 0.1em;
}
.mytable td.sz {
    width: 98px;
}
.mytable {
    width: 100%;
}

.mytable td {
    font-size: 9px;
}
/* END css make tbody scrollable */

.table-ruvh{width: 100%;}

.systema{
    text-align: center;
    font-size: 12px;
    width: 9.2%;
}
.pokaz{
    text-align: center;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 4%;
}
.edizm{
    text-align: center;
    font-size: 12px;
    width: 4%;
}
/* vertical text from bottom to top */
.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin: 0 auto;
}
/* END vertical text from bottom to top */

/* Factual table */
#factual-table {
    width: 80%;
    margin: 0 auto;
}
#factual-table td {
    padding: 1px 0;
}
#factual-table td input {
    margin-bottom: 0;
    padding: 2px 4px;
}
/* END Factual table */

.title-explanation {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: grey;
}
.choose-or-items-not-exist {
    font-style: italic;
}
.info-for-table {
    margin: 10px 0 2px 10px;
}
