123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- body {
- }
- input {
- color: black;
- padding-bottom: 0px;
- margin-bottom: 0px;
- }
- textarea {
- color: black;
- padding-bottom: 0px;
- margin-bottom: 0px;
- }
- .root_div{
- margin: 25px;
- }
- h4{
- padding-left: 0 !important;
- }
- .noPadLeft{
- padding-left: 0px !important;
- }
- hr{
- margin-top: 5px;
- }
- .inputLine
- {
- margin-bottom: 5px ;
- }
- .noMarginBottom
- {
- padding-bottom: 0px !important;
- margin-bottom: 0px;
- }
- .noMarginTop
- {
- padding-top: 0px !important;
- margin-top: 0px;
- }
- #mapid { height: 180px; }
- .areaPicker
- {
- height: 70vmin;
- margin-left: 30px;
- margin-right: : 30px;
- margin-bottom: 30px;
- margin-top: 5px;
- }
- .subCat{
- margin-left: 30px;
- border: solid;
- border-width: thin;
- border-color: lightgrey;
- width: 100% !important;
- padding-top: 20px;
- margin-top:
- }
- .toBottom
- {
- margin-top: 25px;
- }
- .sw
- {
- }
- .newCat
- {
- margin-top: 20px;
- }
- .noBorder{
- border: none;
- }
- /*.input-field label {
- color: #000;
- }
- /* label focus color *//*
- .input-field input[type=text]:focus + label {
- color: #000;
- }
- /* label underline focus color *//*
- .input-field input[type=file]:focus {
- border-bottom: 1px solid #000;
- box-shadow: 0 1px 0 0 #000;
- }
- /* valid color *//*
- .input-field input[type=file].valid {
- border-bottom: 1px solid #000;
- box-shadow: 0 1px 0 0 #000;
- }
- /* invalid color *//*
- .input-field input[type=file].invalid {
- border-bottom: 1px solid #000;
- box-shadow: 0 1px 0 0 #000;
- }
- /* icon prefix focus color *//*
- .input-field .prefix.active {
- color: #000;
- }
- */
|