
.C4modal {
    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: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    padding-top: 60px;

}

.C4modalmiddle {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}

.C4closeModal {
    color: red;
    float: right;
    font-size: 38px;
    font-weight: bold;
    margin-top: -5px;
    /*border: red solid 5px;*/
}

.C4modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 90%;
}



.C4closeModal:hover, .C4closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




a.menu_1, a.menu_1_active {
    position: relative;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 24px;
    display: block;
    float: left;
    /*text-transform: uppercase;*/
}

a:hover.menu_1, a.menu_1_active {
    background-color: #073CD4;
}


a.menu_1_right, a.menu_1_right_active {
    position: relative;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 24px;
    display: block;
    float: right;
    /*text-transform: uppercase;*/
}

a:hover.menu_1_right, a.menu_1_right_active {
    background-color: #073CD4;
}

span.menu_2, a.menu_2, a.menu_2_active, a.menu_2_notyet, a.menu_2_notyet_active {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 20px;
}

a:hover.menu_2, a:hover.menu_2_notyet {
    text-decoration: underline;
    background-color: #073CD4;
}

a.menu_2_active, a.menu_2_notyet_active {
    text-decoration: underline;
    background-color: #073CD4;
}

a.menu_2_notyet {
    color: #AFAFAF;
}

.pageContainer {
    max-width: 1300px;
    min-width: 300px;
    padding: 0 50px;
    margin: 0 auto;
}

.mainContainer {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
}


.mainMenuContainer {
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #35BAE5;
}

.mainMenuContentBlock {
    display: block;
    overflow: hidden;
}


.subMenuContainer {
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #38BCE7;
    margin-top: 1px;
}


/* -----------------------------------------------   LOGIAKEN                        LOGIAKEN                              */

.rohelinelink {
    text-decoration: none;
    color: #1ab188;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.rohelinelink:hover {
    color: #179b77;
}

.form {
    background: #F0F9F9;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
}

.tab-group .active a {
    background: #1ab188;
    color: #ffffff;
}

.tab-content > div:last-child {
    /*  display: none;*/
}

.loginh1 {
    text-align: center;
    color: #000000;
    font-weight: 300;
    margin: 0 0 30px;
}

.loginlabel {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 13px;
    color: #000000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}

.loginlabel .req {
    margin: 2px;
    color: #1ab188;
}

.loginlabel.active {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    left: 2px;
    font-size: 14px;
}

.loginlabel.active .req {
    opacity: 0;
}

.loginlabel.highlight {
    color: #0AE43E;
}

.input {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #000000;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.input:focus, textarea:focus {
    outline: 0;
    border-color: #1ab188;
}


.field-wrap {
    position: relative;
    margin-bottom: 40px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row > div:last-child {
    margin: 0;
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #3147B1;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}


@media (max-width: 500px) {
    .button {
        font-size: 1rem;
    }
}


.button:hover, .button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}


.button_red {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #ff6666;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.button_red:hover, .button_red:focus {
    background: #ff0000;
}


.logincontainer {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}

.logincontainer_id {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.peameeles {
    float: left;
    color: #179b77;
}

.lost {
    margin-left: 15%;
    text-align: right;
}

.loginerror {
    text-align: center;
    color: red;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.logininfo {
    text-align: center;
    color: #000000;
    font-size: 1rem;
    font-weight: 300;

}


/* livelog*/
#container {
    margin: 1em auto;
    width: 400px;

    height: inherit;
    max-height: 70%;
}

#container ul {
    list-style: none;
    list-style-position: outside;
}

#container ul.livelog_header li {
    float: left;
    margin-right: 5px;
    margin-bottom: -1px;
}

#container ul.livelog_header li {
    font-weight: 700;
    display: block;
    padding: 5px 10px 5px 10px;
    background: #fff;
    border: 1px solid #d0ccc9;
    border-width: 1px 1px 0 1px;
    position: relative;
    color: #5f95ef;
    cursor: pointer;
}

#loading {
    text-align: center;
}

.content {
    margin: 0pt auto;
    background: #efefef;
    background: #fff;
    border: 1px solid #d0ccc9;
    text-align: left;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 11px;
    overflow-y: scroll;
    height: 60%;

}

.content h1 {
    line-height: 1em;
    vertical-align: middle;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 32px;
}

.date {
    font-weight: normal;
    font-size: 9px;
    color: #aeaeae;
}

.livelog_header {
    padding: 0pt;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}


#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    /*width: 100%;*/
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    /*padding-top: 12px;
    padding-bottom: 12px;*/
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

#customers .seotud {
    background-color: #ccff33;
}


div#tipDiv {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: #dee7f7;
    border: 1px solid #336;
    width: 250px;
    padding: 4px;
    color: #000;
    font-size: 11px;
    line-height: 1.2;
}



