/**
 * MVCPHP Framework
 * 
 * @link http://mvcphp.ru/
 * 
 */
body {
    margin: 0;
    padding: 0;
    background: url("../img/bg.png") repeat scroll 0 0 #ffffff;
    font-size: 12pt;
}

/*.footer {*/
/*    background: url("../img/top-panel.png") repeat-x scroll 0 0 #1d2837;*/
/*    height: 10px;*/
/*}*/
.top {
    background: url("../img/top-panel.png") repeat-x scroll 0 0 #520208;
    height: 10px;
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e5e5e5;
    z-index: 2;
}

.main-menu > li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    z-index: 2;
}

.main-menu a {
    display: block;
    margin-left: -1px;
    padding: 8px 10px;
    color: #0088cc;
    border-left: 1px solid #e5e5e5;
}

.main-menu a:hover {
    background: #f5f5f5;
}

.main-menu .sub-menu {
    position: absolute;
    left: 1px;
    display: none;
    width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fcf8e3;
}

.main-menu .sub-menu a {
    margin-bottom: -1px;
    border: 1px solid #e5e5e5;
}

.main-menu > li:hover .sub-menu {
    display: block;
}
html, body, #map {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    height: 950px;
    width: 100%;
}

button {
    padding: 8px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
button:hover {
    background-color: #218838;
}

.form_face {
    position: absolute;
    /*z-index: 1000;*/
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    list-style: none outside none;
    padding: 10px;
    margin: 0px;
    right: 10px;
    top: 40px;
}

:-moz-placeholder {
    color: blue;
}
::-webkit-input-placeholder {
    color: blue;
}

.form_face ul {
    width:270px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.form_face li{
    padding:5px;
    position:relative;
}

.form_face label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:1px;
}
.form_face input {
    height:10px;
    width:100px;
    padding:5px 2px;
}
.form_face button {margin-left:180px;}

.select{
    width:106px;
}
input[type="checkbox"],
input[type="radio"] {
    margin-top: 3px;
    width: 15px;
    display: flex;
    /*align-items: flex-end;*/
}
.bi-form{
    margin: 10px 10px;
    padding: 10px ;
    border: 2px #adb5bd solid;
    border-radius: 4px;
}
.bi-form-control{
    margin-right: 10px;
    margin-bottom: 10px;
}
