html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-size: cover;
    background-image: url('../images/background.jpg');
}
a {
    text-decoration: none;
}

#Nhead {
    width: 98%;
    height: 60px;
    background-color: #4a4a4a;
    opacity:0.7;
    margin-left: 1%;
    margin-top: 1%;
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom: solid;
    border-color: #666669;
    z-index:2;
}

.menuItem {
    position: absolute;
    height: 44px;
    margin-top: 8px;
    background-color: #666464;
    text-align: center;
    border: 3px solid;
    border-color: gray ;
    border-radius: 10px;
    line-height: 38px;
    color: white;
}
    .menuItem:hover {
        color: white;
        background-color: #636480;
        cursor: pointer;
        text-decoration: none;
    }

#i1 {
    width: 23%;
    left: 1%;
}

#i2 {
    width: 23%;
    left: 25%;
}

#i3 {
    width: 23%;
    right: 25%;
}

#i4 {
    width: 23%;
    right: 1%;
}

.menuInfo {
    width: 98%;
    margin-left: 1%;
    text-align: center;
    background-color: #363535;
    opacity:0.8;
    color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom:50px;
}


/*главная страница*/

.textCenter {
    position: absolute;
    top :120px;
    text-align: center;
    color: black;
    left: 10%;
    padding: 10px;
    width: 80%;
    height: auto;
    background-color: #ffff;
    border-radius: 15px;
    border: solid;
    border-color: #c9c9c9;
    z-index: 2;
}

.taskScroll {
    max-height: 63%;
    overflow-y: scroll;
    width: 90%;
    left: 5%;
}

#GeoMap {
    position: absolute;
    top: 115px;
    bottom:6%;
    left: 5%;
    margin: 0;
    padding: 0;
    width: 90%;
    height: auto;
    z-index: 0;
    border: solid;
    border-color: #666669;
}

.mapButton {
    position: absolute;
    text-align: center;
    height: 5%;
    min-height: 50px;
    z-index: 1;
}

.sendButton {   
    width: 26%;
    left: 37%;   
    bottom: 8%;    
}

.taskButton {   
    width: 20%;
    left: 40%;  
    top: 130px;   
}

.OK_button{
    padding:10px;
}

.FText {
    text-align: left;
    text-indent: 20px;
    margin: 0;
}

.InputLabel{
    margin-top:15px;
}

.RButton{
    margin-top:10px;
}

#vl {
    width: 30%;
    left: 35%;
    position: absolute;
    height: 44px;
    bottom: 12px;
    background-color: #666464;
    text-align: center;
    border: 3px solid;
    border-color: gray;
    border-radius: 10px;
    line-height: 38px;
    color: white;
    opacity: 0.9;
}

#vl:hover {
    color: white;
    background-color: #636480;
    cursor: pointer;
    text-decoration: none;
}