* {
    box-sizing: border-box;
}
.header {
    height: 177px;
    font-size: 0.8em;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 900px;
}
 .error {
     color: #116c14;
 }

input[type=text],input[type=password],input[type=email],input[type=date], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
h1{
    color: #1753aa;
}
.block{
    visibility:hidden;
}
input[type=submit] {
    background-color: #0e439b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}
.title{
    padding-left: 30%;
}
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    opacity: 0.9;

}
.col-10 {
    float: left;
    width: 10%;
    margin-top: 6px;
    padding-left: 3%;
}

.col-20 {
    text-align: center;
    padding-right: 3%;
    float: left;
    width: 20%;
    margin-top: 6px;
}
.col-25 {
    float: left;
    width: 35%;
    margin-top: 6px;
    padding-left: 3%;
}

.col-75 {
    text-align: center;
    padding-right: 3%;
    float: left;
    width: 65%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.one {
     background: red;
     transition: .5s;
 }
#chetyre:checked ~ .Green {
    background: yellow;
}

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}





.label_info{
    color: rgb(96, 125, 139);
    margin-left: auto;
    margin-right: auto;
    font-size: large;
}
.table {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #555;
    empty-cells: show;
}
.table-caption {
    display: table-caption;
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.table-colgroup {
    display: table-column-group;
}
.table-col {
    display: table-column;
}
.table-thead {
    display: table-header-group;
}
.table-tbody {
    display: table-row-group;
}
.table-tfoot {
    display: table-footer-group;
}
.table-tr {
    display: table-row;
}
.content{

}
.table-th {
    display: table-cell;
    padding: 10px;
    border: 1px solid #555;
    font-weight: bold;
    text-align: left;
}
.table-td {
    display: table-cell;
    padding: 10px;
    border: 1px solid #555;
}
.table-thead .table-th, .table-thead .table-td {
    background: #f9f9f9;
}
.table-tbody .table-th, .table-tbody .table-td {
    background: #fff;
}
.table-tfoot .table-th, .table-tfoot .table-td {
    background: #f4f6ff;
}

.showNextDiv {
    display:block;
    cursor:pointer;
    color:blue;
    background: rgba(222, 218, 218, 0.9);
}
.hiddenDiv {
    display:none;
}

.bckg{
    background-repeat: no-repeat;
    background-image: url("/templates/img/ii2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

 .responsive {
     width: 100%;
     height: auto;
 }

.d6 {background: #49a0c2;}
.d6 form {
    height: 42px;
}
.d6 input {
    height: 100%;
    width: 0;
    color: #b92c28;
    padding: 0 42px 0 15px;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background: transparent;
    transition: .4s cubic-bezier(0, 0.8, 0, 1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.d6 input:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 2px solid #F9F0DA;
}
.d6 button {
    background: #657dc9;
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.d6 button:before {
    content: "\f002";
    font-size: 16px;
    color: #f9f0da;
}