/*body { background:black; margin:0px; }*/
body {font-family: Arial, Helvetica, sans-serif;}

:root {
 --c0:  #000033; 
 --c0h: grey;
 --b0:  blue;
 --b0l: #cce0ff; 
 --b0d: #cce0ff; 
 --boja0:  blue;
 /*plava nijansa*/
 --bg_lite: white; --co_lite: black;
 --bg_lite2: white; --co_lite2: blue;
 
 --bg_head1: #b3e6ff; --co_head1: blue;
 --bg_head2: #b3e6ff; --co_head2: blue;
 --bg_zag: blue; --co_zag: white;

 --co_icon: Blue;
}


/* *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body{
    font-family: Helvetica;
    -webkit-font-smoothing: antialiased;
    background: rgba( 71, 147, 227, 1);
} */
/*body{ margin: 0px 0px 0px 0px; }
h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}

 Table Styles 
*/
.table-wrapper{
    margin: 0px 0px 0px 0px ;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.f2-table {
	margin: 0px 0px 0px 0px ;
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    //white-space:  wrap;
    background-color: white;
	table-layout: inherit; 
}

.f2-table td, .f2-table th {
    text-align: left;
    padding: 5px; word-wrap: break-word; border: 1px solid grey;
}


/*
.f2-table tr:nth-child(even) {
    background: #F8F8F8;  border: 0px solid red;
}

 Responsive */

@media (max-width: 107px) {
    .f2-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .f2-table thead, .f2-table tbody, .f2-table thead th {
        display: block;
    }
    .f2-table thead th:last-child{
        border-bottom: none;
    }
    .f2-table thead {
        float: left; 
    }
    .f2-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .f2-table td, .f2-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .f2-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9; 
    }
    .f2-table tbody tr {
        display: table-cell;
    }
    .f2-table tbody tr:nth-child(odd) {
        background: none;
    }
    .f2-table tr:nth-child(even) {
        background: transparent;
    }
    .f2-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .f2-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .f2-table tbody td {
        display: block;
        text-align: center;
    }
}



body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  color:blue;	
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}