﻿/* Move down content because we have a fixed navbar that is 50px tall */
#startimage {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 450px;
    height: 240px;
    margin-left: 500px;
    margin-top: -200px;
}

.lead {
    font-size: 25px;
    margin-left: 20px;
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.lead2 {
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.inline-control {
    display: inline-block;
    vertical-align: middle;
}

.DRDP1 {
    position: relative;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 20px;
    margin-top: 5px;
    padding: 5px 5px 5px 35px;
    border-radius: 3px;
    text-align: center;
    width: 250px;
}

.idpod_txt {
    position: relative;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 20px;
    margin-top: 5px;
    padding: 5px 5px 5px 35px;
    border-radius: 3px;
    text-align: center;
    width: 100px;
}

.radioBTN {
    position: relative;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 20px;
    margin-top: 15px;
    border-radius: 3px;
    width: 300px;
}

.radioBTN input[type="radio"] {
    width: auto;
}

.radioBTN label {
    font-weight: bold;
    width: auto;
}

.POD {
    position: relative;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 20px;
    margin-top: 5px;
    padding: 5px 5px 5px 35px;
    border-radius: 3px;
    text-align: center;
    width: 250px;
}

.panou_raport {
    background-color: white;
    box-shadow: 3px 3px 3px gray;
    border-radius: 2px;
    padding: 5px;
    width: 400px;
    height: 600px;
    margin-left: -28px;
    margin-top: -20px;
}

.panou_raport1 {
    background-color: white;
    box-shadow: 3px 3px 3px gray;
    border-radius: 2px;
    padding: 5px;
    width: 400px;
    height: 700px;
    margin-left: -28px;
    margin-top: -20px;
}

.panou_raspuns {
    background-color: white;
    box-shadow: 3px 3px 3px gray;
    border-radius: 2px;
    padding: 5px;
    width: 630px;
    height: 600px;
    margin-left: 405px;
    margin-top: -620px;
}

.panou_raspuns1 {
    background-color: white;
    box-shadow: 3px 3px 3px gray;
    border-radius: 2px;
    padding: 5px;
    width: 630px;
    height: 700px;
    margin-left: 400px;
    margin-top: -700px;
}

.buton1 {
    display: inline-block;
    border-radius: 4px;
    background-color: #567bb7;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    width: 250px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 70px;
}

.buton_pod {
    display: inline-block;
    border-radius: 4px;
    background-color: #567bb7;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    width: 150px;
    cursor: pointer;
    margin-left: 2px;
}

.btn_logout {
    /*-moz-box-shadow: inset 0px 1px 0px -50px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 0px -50px #91b8b3;
    box-shadow: inset 0px 1px 0px -50px #91b8b3;*/
    display: inline-block;
    border-radius: 2px;
    background-color: rgb(33, 33, 32);
    border: none;
    color: #bfbfbf;
    text-align: center;
    font-size: 13px;
    padding: 4px;
    width: 70px;
    transition: all 0.1s;
    cursor: pointer;
    margin: 5px;
    margin-top: 12px;
}

    .btn_logout:hover {
        color: aliceblue;
    }

    .btn_logout:active {
        position: relative;
        top: 1px;
    }

.datagrid1 {
    border-width: 5px;
    border-color: #567bb7;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 20px;
    width: auto;
    height: 550px;
    overflow-y: scroll;
}

.datagrid2 {
    border-width: 5px;
    border-color: #567bb7;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 20px;
    width: 600px;
    height: 600px;
}

.datagrid3 {
    border-width: 5px;
    border-color: #567bb7;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 20px;
    width: 625px;
    height: 245px;
    overflow-y: scroll;
}

.grid1 {
    height: 358px;
    width: 600px;
    padding: 40px;
    text-decoration-color: #567bb7;
}

#check {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

    #check:hover {
        background-color: #d7dbe2;
        /*width: 22px;
        height: 22px;*/
        border-radius: 4px;
    }


figcaption {
    display: none;
}

figure:hover figcaption {
    display: block;
}

.popup_data {
    position: fixed;
    margin-left: -260px;
    margin-top: -100px;
    cursor: pointer;
}

.popup_id {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    margin-left: -20px;
    border-radius: 4px;
}

/*.datagrid1 {
    border-width: 5px;
    border-color: #567bb7;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 20px;
    width: auto;
    height: auto;
    overflow-y: scroll;
}

.grid1 {
    height: auto;
    width: auto;
    padding: 40px;
    text-decoration-color: #567bb7;
    border: 1px solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}*/

#check {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

    #check:hover {
        background-color: #d7dbe2;
        /*width: 22px;
        height: 22px;*/
        border-radius: 4px;
    }


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
