/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 03.10.2021, 9:12:15
    Author     : Oleg
*/

        html, body, #map {
            width: 100%; height: 100%; padding: 0; margin: 0;
        }
        .customControl {
            background-color: #fff;
            padding: 10px;
            border-radius: 3px;
            max-width: 200px;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
        .customControl button {
            margin: 5px;
        }

table thead th a {text-decoration: underline;cursor:pointer;}
div#adminObjects {margin-bottom:5px;}

select#groups,select#nets,select#coords,select#perPage,select#coordsPrecision {width:auto;display:inline-block;}
#nameSearch,#adressSearch {width:200px;display:inline-block;}
select#paginator {width:auto;}
input#name {width:300px;display:inline-block;}
.content {margin:15px;padding-bottom:15px;}
.content form {margin-bottom:15px;}

.customControl select {width:170px;border-radius:5px;margin-top:3px;}
.customControl input[type='number'] {width:170px;}

div.topPanel {padding:4px;margin-bottom:8px;width:100%;border:1px solid #cccccc;}

.customControl button {border-radius:5px;background-color:#dddddd;}

.contr {margin-left:5px;margin-right:5px;}

.buttons {margin-top:20px;margin-bottom:20px;}

.fc, input.fc, select.fc, input#name.fc {margin-left: 20px;border-radius:4px;width:210px;}
#objectModal label.form-label {width:220px;}
#objectModal div.mb-3 {margin-bottom:6px !important;}