[class^="icoon-"], [class*=" icoon-"] {
    font-family: iconmoon !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 1em;
    margin-right: .5em;
    margin-left: .5em;
    font-size: 1.6em;
}

.icoon-remove:before {
    content: "\e909";
}
.icoon-delete:before {
    content: "\e90a";
}
.icoon-draw:before {
    content: "\e90b";
}
.icoon-draw_line:before {
    content: "\e90c";
}
.icoon-intersection:before {
    content: "\e90d";
}
.icoon-home:before {
    content: "\e900";
}
.icoon-file-text:before {
    content: "\e901";
}
.icoon-calendar:before {
    content: "\e902";
}
.icoon-printer:before {
    content: "\e903";
}
.icoon-floppy-disk:before {
    content: "\e904";
}
.icoon-zoom-in:before {
    content: "\e905";
}
.icoon-zoom-out:before {
    content: "\e906";
}
.icoon-menu:before {
    content: "\e907";
}
.icoon-enter:before {
    content: "\e908";
}

html
{
	font-family: 'Roboto-Thin', serif;
	//background: url(../img/bg_login.jpeg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	min-width: 768px;
}

body
{
	width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
   	background-color: rgba(151,177,18,.4);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.btn_map
{
	height:6em;
	width:12.5%;
	overflow: hidden;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
}
.btn_map .btn_title
{
	height:3.5em;
	width:100%;
	text-align: center;
	margin:0;
	font-size: .8em;
	font-family: Roboto;
	premoveing-top: .5em;
	background-color: transparent;
	overflow: hidden;
}
.btn_map .btn_icon
{
	width: 80%;
	height: 2.5em;
	margin:0 auto;
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
.btn_map:hover
{
	background-color: #ddd;
}
.btn_map:ACTIVE {
	background-color: #a7fea5;
}
.btn_icon_print {background-image: url("../img/print.png");}
.btn_icon_print:hover {background-image: url("../img/print_hover.png");}
.btn_icon_print:active {background-image: url("../img/print_active.png");}
.btn_icon_print_excel {background-image: url("../img/print_excel.png");}
.btn_icon_print_excel:hover {background-image: url("../img/print_excel_hover.png");}
.btn_icon_print_excel:active {background-image: url("../img/print_excel_active.png");}
.btn_icon_print_map {background-image: url("../img/print_map.png");}
.btn_icon_print_map:hover {background-image: url("../img/print_map_hover.png");}
.btn_icon_print_map:active {background-image: url("../img/print_map_active.png");}
.btn_icon_select {background-image: url("../img/select.png");}
.btn_icon_select:hover {background-image: url("../img/select_hover.png");}
.btn_icon_select:active {background-image: url("../img/select_active.png");}
.btn_icon_draw {background-image: url("../img/draw.png");}
.btn_icon_draw:hover {background-image: url("../img/draw_hover.png");}
.btn_icon_draw:active {background-image: url("../img/draw_active.png");}
.btn_icon_draw_line {background-image: url("../img/draw_line.png");}
.btn_icon_draw_line:hover {background-image: url("../img/draw_line_hover.png");}
.btn_icon_draw_line:active {background-image: url("../img/draw_line_active.png");}
.btn_icon_remove {background-image: url("../img/remove.png");}
.btn_icon_remove:hover {background-image: url("../img/remove_hover.png");}
.btn_icon_remove:active {background-image: url("../img/remove_active.png");}
.btn_icon_remove {background-image: url("../img/remove.png");}
.btn_icon_remove:hover {background-image: url("../img/remove_hover.png");}
.btn_icon_remove:active {background-image: url("../img/remove_active.png");}
.btn_icon_intersection {background-image: url("../img/intersection.png");}
.btn_icon_intersection:hover {background-image: url("../img/intersection_hover.png");}
.btn_icon_intersection:active {background-image: url("../img/intersection_active.png");}
.btn_icon_delete {background-image: url("../img/delete.png");}
.btn_icon_delete:hover {background-image: url("../img/delete_hover.png");}
.btn_icon_delete:active {background-image: url("../img/delete_active.png");}
.btn_icon_add {background-image: url("../img/add.png");}
.btn_icon_add:hover {background-image: url("../img/add_hover.png");}
.btn_icon_add:active {background-image: url("../img/add_active.png");}
.btn_icon_edit {background-image: url("../img/edit.png");}
.btn_icon_edit:hover {background-image: url("../img/edit_hover.png");}
.btn_icon_edit:active {background-image: url("../img/edit_active.png");}

.bg_opacity
{
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #97b112;
	position: absolute;
	z-index: -1000;
	display: none;
}
.head
{
	display: block;
	font-family: Roboto-Light;
	margin:0;
}
.head li
{
	padding: 0;
}
.head a
{
	margin: 0;
	padding: 0;
}
.head_li
{
	height: 5em;
	display:inline-box;
	padding-right:1em;
}
.head_tit
{
	overflow: hidden;
	font-size: 1.4em;
	font-family: Roboto-Light;
	width: 100%;
	text-align: center;
}
.agro_logo
{
	height: 100%;
	display: inline;
	margin-left:5%;
	padding: 3px;
}
.ctrl_row
{
	margin:0px;
	padding:0px;
	position: absolute;
	width:100%;
	margin-top:.2em;
}
.ctrl_zoom
{
	display: inline;
	width: 3em;
	height:6em;
}
.ctrl_row img
{
	width:1.5em;
	height:1.5em;
	margin: .75em .75em .25em .75em;
}
.ctrl_row_line
{
	width: 3em;
	height: 1px;
	background-color: #ddd;
	margin:0;
	padding:0;
}
.ctrl_search
{
	border-radius: .4em;
	height: 6em;
	border: 1px solid #ddd;
	padding: .5em 1em;
	font-family: Roboto-Light;
}
.no-mp
{
	margin:0px;
	padding:0px;
}
#footer
{
	width: 100%;background-color: rgba(24,95,55,.9);
}
#footer .row
{
	font-family: Roboto-Thin;
	font-size: 0.9em;
	padding: .5em 0;
	margin:0;
}
.search_icon
{
	height:4em;
	width:2em;
	background: url('../img/search.png');
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.search_input
{
	height:4em;
	width:78%;
}
.search_input input
{
	margin-left: 1em;
	font-family: Roboto-Light;
}
.Roboto
{
	font-family: Roboto;
}