body {
    background-color: #111f57;;
}
.container{
    text-align: center;
    width: 100%;
    /*background-image: url('/img/sfondo-win9.jpg');*/
    background-color: #ccc;
}

.adminContainer{
    text-align: center;
    padding-bottom: 50px;
}

.boxLogin
{
    width: 100%;
	padding: 2px;
	margin: auto;
    text-align: center;
    background-color: #111f57;
}

.boxMain
{
    width: 100%;
	padding: 0 0 0 0;
	margin: auto;
}

.boxOperations
{
    border-style: outset; 
    padding:10px 30px 10px 30px; 
    width: fit-content; 
    display: inline-block; 
    background-color:lightgoldenrodyellow;
}

.inputText  {
    display: table-cell;
    margin: 0 0 5px 0;
    padding: 3px 5px 3px 5px;
    font-family:sans-serif;
    font-size: 12.0pt;
    color:black;
    background-color:#f2f2f2; 
    font-weight:normal;
    width:300px;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
}

input[type='checkbox'] {
    font-family:sans-serif;
    font-size: 12.0pt;
    color:black;
}

.mainButton {
    font-family: "Century Gothic", sans-serif;
    font-size: 12.0pt;
    color:black;
    background-color:#f2f2f2;
    font-style:normal;
    font-weight: bold;
    padding: 2px 20px 2px 20px;
    border:1px solid #ccc;
    border-radius:6px;
    box-sizing:border-box;
}

.mainButton:hover {
    background-color:hsl(172, 60%, 70%);
    transition: 0.7s;
}

.mainButton:focus {
    outline-color: transparent;
    outline-style:solid;
    box-shadow: 0 0 0 1px #034429;
}

.mainButton:active {
    background-color: #ffbf00;
}

.mainButton:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.horizontal_line {
    background-color: #FAFAD2;
    height:3px;
    width:100%;
}

.usersTab {
    border-collapse:collapse;
    border-spacing:0;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgoldenrodyellow;
}

.usersTab td {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px; 
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    text-align: left;
}

.usersTab th {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px; 
    font-weight:normal;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

.usersTab .thClss {
    font-weight:bold;
    text-align:left;
    vertical-align:top;
}

.usersTab .tdClss {
    text-align:left;
    vertical-align:top;
}


@media (min-width: 320px) and (max-width: 575.98px){
   .boxOperations{
        padding: 15px 5px 15px 5px;
        width: 300px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px){
   .boxOperations{
        padding: 15px 5px 15px 5px;
        width: 500px;
    }
}

@media (min-width:768px) and (max-width:991.98px){
  .boxOperations{
        padding: 15px 5px 15px 5px;
        width: 600px;
    }
}

@media (min-width:992px) and (max-width:1199.98px){
  .boxOperations{
        padding: 15px 5px 15px 5px;
        width: 600px;
    }
}

@media (min-width:1200px){
  .boxOperations{
        padding: 15px 5px 15px 5px;
        width: 600px;
    }
}