/*<!-- DEFAULTS --> */

body, html { overflow-x: hidden; /* height: 100px!important;*/   font-family: 'Poppins', sans-serif!important;}
section::before, section::after {

	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;

}

/* <!-- CSS --> */

.login-layout-perukas { background-color: #202020!important;}

.teste-background { background-color: #000!important; }

.con-full {

	/* width: 748px; */
	height: auto;
	background-color: transparent;
	border-radius: 8px!important;
	overflow: hidden;
	-webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2)!important;
	box-shadow: 0 7px 15px rgba(0,0,0,.2)!important;
	padding: 0;
	z-index: 2;

}

@media screen and ( max-width: 768px ) {

	.con-full { padding-left: 30px!important; padding-right: 30px!important; }

}

.background-full {

	background-image: url('../images/pexels-photo-128596.jpeg')!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0px;

}

.background-wall {

	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(top left,#ddd,#fff);
	background-image: linear-gradient(to bottom right,#ddd,#fff);
	opacity: 0.1;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;

}

video.am-video {

	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);

}

.center-full {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;

}

.main-am { font-family: 'Open Sans', sans-serif; color: #4b4b4b; font-size: 14px; }

.col-md-block { padding: 0px }

.am-title {



}

.am-block-second {

	/* background-color: #93c83d; #e7efea */
}

.am-block-wrapper { padding: 28px; }

.am-block-first {


	background-color: #f5f5f5;
	/* background-image: url('../images/bg-shop.jpg'); */
	background-size: 100%;
    height: 398px;
}

.am-block-second {

	background-color: #fff;
	/* background-image: url('../images/pexels-photo-128596.jpeg'); */
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	background-image: -webkit-linear-gradient(top left,#83bb2f,#159d44);
	background-image: linear-gradient(to bottom right,#83bb2f,#159d44);
    background-repeat: no-repeat;
    height: 398px;
    overflow: hidden;
    background-position: center;
    padding:  24px;
}

.am-block-main { max-width: 260px; margin:60px auto;  display: block;}

.am-logo { display: block; position: relative; text-align: left; margin-bottom: 18px; }

.am-logo img { width: 170px;  }

.am-title { position: relative; }

.am-title h1 {

	font-size: 16px;
	color: #4b4b4b;
	margin: 0;
    padding: 0;
    font-weight: 600;
    margin: 16px 0;
}


input[type="text"].am-input-block, input[type="password"].am-input-block {

	-webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    border-style: solid!important;
    border-width: 1px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block!important;
    min-height: 32px!important;
    outline: none!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    text-shadow: none!important;
    -webkit-transition: all .15s ease-in-out!important;
    transition: all .15s ease-in-out!important;
    width: 100%!important;
    border-color: #e1e1e1!important;
    line-height: unset!important;
    padding: 0 0 1px 12px!important;

}

input[type="text"].am-input-block:hover, input[type="password"].am-input-block:hover { border: 1px solid #c2c2c2!important; }

input[type="text"].am-input-block:focus, input[type="password"].am-input-block:focus { border: 1px solid #c2c2c2!important; }

.am-input-block::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #575757; font-style: italic; }

.am-input-block::-moz-placeholder { /* Firefox 19+ */ color: #575757; font-style: italic;}

.am-input-block:-ms-input-placeholder { /* IE 10+ */ color: #575757; font-style: italic;}

.am-input-block:-moz-placeholder { /* Firefox 18- */ color: #575757; font-style: italic;}

fieldset+fieldset { margin-top: 8px; }

.am-button {

	font-weight: 600;
    background-color: transparent;
    border: 2px solid #4b4b4b;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #4b4b4b;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 32px;
    min-height: 32px;
    outline: none;
    padding: 0 14px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: auto;

}

.button.mod-am, button.mod-am {

    background-color: #41a93b;
    border-width: 0;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;

}

.am-form-button {

    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;

}

.text-adekz {

	text-align: right;
	display: inline-block;
	float: right;
	font-weight: 600;

}

.text-adekz input {

	padding: 0px!important;
	background-color: transparent!important;
	color: #0064dc!important;
	margin-left: 3px!important;

}

.text-adekz input:focus { outline: none!important; }

.text-adekz input:hover { text-decoration: underline; }

.logo-rich { position: absolute; left: 20px; bottom: 20px; }

.logo-rich img { width: 140px; }

.text-nutrition {

	text-align: left;
	display: block;
	margin:12px;


}

.text-nutrition h3 {

	font-size: 18px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;

}

.am-box-error {

	padding: 0px;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-bottom: 10px;

}

.image-am-center {


	width: 100%;
	margin: 20px auto;
	text-align: center;
	margin-top: 30px;

 }

 .image-am-center img { width: 138px; margin-left: -23px;}


 /* ADM */

 .am-navbar {background-color: #4bac39; }

 .topbar {

    left: 0px;
    right: 0;
    top: 0px;
    z-index: 999;

}

.topbar .topbar-left {

   	background: #fff; /* #159d44 */
    float: left;
    text-align: center;
    height: 70px;
    position: relative;
    width: 219px;
    z-index: 1;

}

.am-sidebar.menu-min ~ .topbar .topbar-left {
    width: 70px !important;
}

.am-logor {

    color: #188ae2 !important;
    font-size: 32px;
    font-family: 'Rancho', cursive;

}

.topbar .topbar-left .am-logor {  line-height: 58px;  }

.topbar .topbar-left .am-logor img {width: 150px;}

.am-sidebar {

	width: 220px;

}

.am-sidebar:before {

	background-color: #fff;
	width: 220px;
}

.am-sidebar.menu-min.sidebar { width: 70px; border:0px!important;}

.am-sidebar.menu-min.sidebar:before { width: 70px;  background-color: #f5f5f5; border: 0px!important; }

.am-sidebar.menu-min.menu-am { background-color: #f5f5f5; }

.menu-min .nav-list>li>a { background-color: #f5f5f5 }

.menu-min .menu-am {  background-color: #f5f5f5;}

.am-sidebar.menu-min.sidebar+.main-content { margin-left: 70px; }


.am-nav-list {  }


.am-main-content {

	margin-left: 220px;
	/* padding: 12px; */
	/* background-color: #2a323c; */

}

.am-main-container { }

.button-menu-mobile {

    background: #429933;/* #323c48 */;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    margin-top: 14px;
    margin-left: 15px;

}

.btn-menu-am i { display: none!important; }

.button-menu-mobile:focus { outline: none; }

.menu-am {

    background-color: #ffffff;
    padding-bottom: 50px;
    width: 100%;

}

.menu-am .nav-list > ul, .menu-am .nav-list > li, .menu-am .nav-list > a{

    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;

}

.menu-am a { line-height: 1.3;}

.menu-am > ul > li > a {

    color: #2a323c;
    display: block;
    padding: 13px 25px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    height: auto !important;

}


.menu-am > ul > li > a > i >[class*="icon-"]:first-child {

    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    color: #4a5869;

}

.nav-list>li>a>[class*="icon-"]:first-child {

    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    color: #4a5869;
    min-width: inherit;

}


.menu-am .nav-list>li>a:hover {

    background-color: #f2f2f2;
    text-decoration: none;
    color: #2a323c;
}

.menu-am .nav-list>li a>.arrow {

    display: inline-block;
    width: 14px!important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 16px;
    top: 19px;
    padding: 0;
    color: #666;

}

.menu-am .nav-list>li.open {  border-bottom-color: inherit; }

.menu-am .nav-list>li.open>a {

    background-color: #f2f2f2;
    color: #2a323c;

}

.menu-am  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus { border:  0px; }

.menu-am .nav-list>li .submenu {border: 0px;}

.menu-am .nav-list>li>a:hover:before {

    display: inherit;
    content: "";
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    width: inherit;
    max-width: inherit;
    overflow: inherit;
    background-color: inherit;
}



.menu-am .nav-list>li .submenu>li>a {

    color: rgba(42, 50, 60, 0.8);
    display: block;
    padding: 10px 25px 12px 60px;
    margin: inherit;
    border-top: inherit;
    font-size: 14px;
    line-height: 23px;
}

.menu-am .nav-list>li .submenu>li>a:hover {color: #2a323c; }

.menu-am .nav-list>li>.submenu>li:before {

    content: "";
    display: inherit;
    position: inherit;
    width: inherit;
    left:inherit;
    top: inherit;
    border-top: inherit;

}

.menu-am .nav-list>li>.submenu>li:first-child>a { border-top: inherit; }

.menu-am .nav-list>li>.submenu:before {

    content: "";
    display: inherit;
    position:inherit;
    z-index: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    border: inherit;
    border-width: inherit;

}

.menu-am .nav-list>li>a:focus {

    background-color: #f2f2f2;
    color: #2a323c;

}

.menu-am .nav-list>li.active>a, .menu-am .nav-list>li.active>a:hover, .menu-am .nav-list>li.active>a:focus, .menu-am .nav-list>li.active>a:active {

    background-color: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: 15px;
    color: #ffffff !important;
    background-color: #4bac39!important;

}

.menu-am .nav-list>li.active>a>i { color: #ffffff !important; }

.menu-am .nav-list>li.active>a>b { color: #ffffff !important; }

.menu-am .nav-list li.active>a:after {

    display: inherit;
    content: "";
    position: inherit;
    right: inherit;
    top: inherit;
    border: inherit;
    border-width: inherit;
    border-right-color: inherit;

}

.menu-am .nav-list>li.active:after {

    display: inherit;
    content: "";
    position: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    z-index: inherit;
    border: inherit;
    border-width:inherit;

}



.menu-min .menu-am .nav-list>li>a>[class*="icon-"]:first-child {

	margin-right: 20px !important;
    margin-left: 0 !important;
    font-size: 18px;

}

.menu-min .menu-am .nav-list>li a>.arrow { opacity: 0; }

.menu-am .nav-list>li a>.arrow { opacity: 1; }


.menu-min .menu-am .nav-list>li:hover>a{

    position: relative;
    width: 260px;
    background-color: #f2f2f2;
    display: block!important;
    z-index: 99999999;
}

.menu-am .nav-list>li>a span { display: block;}

.menu-am  > ul > li > a:hover {  background-color: #f2f2f2;   text-decoration: none; }

.menu-min .menu-am .nav-list>li>a>.menu-text {

    left: inherit;
    width: inherit;
    min-height: inherit;
    line-height: inherit;
    height: inherit;
    padding-right: inherit;

}

.menu-min .menu-am .nav-list>li>a>.menu-text {

    position: inherit;
    left: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    line-height: inherit;
    background-color: inherit;
    z-index: inherit;
    -webkit-box-shadow:inherit;
    box-shadow: inherit;
    border: inherit;
    padding-left: inherit;

}

.menu-min .menu-am .nav-list>li>a.dropdown-toggle>.menu-text {  left: inherit; width: inherit; }

.menu-min .menu-am .nav-list>li>a.dropdown-toggle>.menu-text {

    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    border-bottom: inherit;

}

.menu-min .menu-am .nav-list>li:hover>a>.menu-text { display: inline; }


.menu-am .nav-list>li .submenu {

    list-style: inherit;
    margin: inherit;
    padding: inherit;
    position: inherit;
    background-color: inherit;
    border-top: 1px solid inherit;

}

.menu-min .menu-am .nav-list>li>.submenu {
    background:inherit;
    position: inherit;
    z-index: 99999;
    left: inherit;
    top: inherit;
    width: inherit;
    border: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding-top: inherit;
    padding-bottom: inherit;

}



.menu-min .menu-am .nav-list>li:hover>.submenu {  }

.menu-min .menu-am .nav-list>li:hover>.submenu {

    display: block!important;
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)

}

.menu-min .nav-list>li>a:hover .submenu { display: block!important; }

.menu-min .menu-am .nav-list>li:hover > ul a {

    background: #ffffff;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 190px;
    z-index: 6;
    display: block!important;

}

.menu-min .menu-am .nav-list>li:hover>a { color: #2a323c; }

/**/

.am-navbar-user .ace-nav{

	margin-top: 12px!important;
    margin-left: 15px!important;
    margin-right: 15px!important;

}

.am-navbar-user .ace-nav>li.light-blue>a {

	background-color: #429933;

}

.am-navbar-user .ace-nav>li.open.light-blue>a { background-color: #429933!important; }

.am-navbar-user .dropdown-menu li a:hover, .am-navbar-user .dropdown-menu li a:focus, .am-navbar-user .dropdown-menu li a:active, .am-navbar-user .dropdown-menu li.active a, .am-navbar-user .dropdown-menu li.active a:hover, .dropdown-menu .dropdown-submenu:hover>a, .am-navbar-user .nav-tabs .dropdown-menu li>a:focus {


	background-color: #429933!important;

}

.am-navbar-user .ace-nav>li>a {

	border-radius: 4px;

}

/**/


.buttons-new {

	margin-top: 17px;
    margin-left: 25px;

}

.button-new-ter {

    font-weight: 600;
    background-color: transparent;
    border: 2px solid #4b4b4b;
    -webkit-border-radius: 16px;
    border-radius: 30px;
    color: #4b4b4b;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 32px;
    min-height: 32px;
    outline: none;
    padding: 0 14px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: auto;
    margin-right: 8px;

}

.button.mod-am, button.mod-am--white {

    background-color: transparent;
    border-width: 0;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);

}

.button-new-ter:hover .mod-am--white { border: 2px solid rgba(255, 255, 255, 1); }


.image-tree {

	position: absolute;
	right: 100px;

}

.image-tree img {}

.banner-full-zen{
    width: 100%;
    height: 100px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
   /*  -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2)!important;
	box-shadow: 0 7px 15px rgba(0,0,0,.2)!important; */

}

.page-header h1 { display:block; }

/* .page-header { border: 0px; padding-bottom: 0px; padding-top: 0px; } */

.avatar {

    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;

}

.box, .box-color {

    background-color: #fff;
    position: relative;
    margin-bottom: 1.5rem;

}

.list-item {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: .75rem .5rem;
    position: relative;

}

.box-shadow-4, .box-shadow-4 .box, .box-shadow-4 .box-color {  box-shadow: 0 2px 15px rgba(0,0,0,.05), 0 -1px 0 rgba(0,0,0,.01); }

.box-radius-4, .box-radius-4 .box, .box-radius-4 .box-color { border-radius: 4px;}

.boxx {

	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 16px;
	/* -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.18)!important;
	box-shadow: 0 7px 15px rgba(0,0,0,.18)!important; */

}

.list-item>* {

    margin-left: .5rem;
    margin-right: .5rem;

}

.success {

    color: rgba(255,255,255,.85);
    background-color: #22b66e;

}

.success-farm {

    color: rgba(255,255,255,.85);
    background-color: #53a6fa !important;

}

.success-revendas {

    color: rgba(255,255,255,.85);
    background-color: #17a2b8 !important;

}

.success-ana {

    color: rgba(255,255,255,.85);
    background-color: #ffc107 !important;

}

.circle {  border-radius: 500px; }

.w-40 {

    width: 52px;
    height: 52px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.list-body {

    -ms-flex: 1;
    flex: 1;

}

.m-0 {  margin: 0!important; }

.text-md { font-size: 20px;}

small {  font-size: 100%; }

.text-muted {

    color: inherit!important;
    opacity: .6;

}

.w-40 svg {width: 42%!important; height: 42%!important; }

.box .text-md { margin-top: 8px!important; }

.box .list-body { padding-left: 10px!important }

.col-md-non { padding:  0px; padding-right: 15px; }

/*.col-md-non:last-child { padding-right: 0px; }*/

.text-sm {     font-size: 1.5rem }

.boxx a { color: #2b9af3 }

.boxx a:hover { text-decoration: none; }

.foto {

	box-shadow: none!important;
	border: 1px solid #f2f2f2!important;
	background-color: #f2f2f2;
	border-radius: 4px!important;
	padding:  8px!important;
	margin-left: 12px!important;
	/* -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.2)!important;
	box-shadow: 0 7px 15px rgba(0,0,0,.2)!important; */
}

.foto:first-child { margin-left: 0px!important; }

.breadcrumbs {

	height: 46px!important;
	border: 0px!important;
	padding-top: 2px!important;

}

.col-card-adm {

    background-color: #000;

}



/**/

button.btn-success{

    background-color: #4bac39!important;
    border-color: #4bac39!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    text-shadow: none!important;
    font-size: 14px!important;
    border: 0px!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;

}


a.btn-warning, a.btn-warning:focus {

    background: rgb(255, 255, 255)!important;
    border-color: #e2e4ea!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    text-shadow: none!important;
    font-size: 14px!important;
    border: 1px solid #e2e4ea!important;
    padding-left:16px!important;
    padding-right:16px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    color: rgb(25, 123, 109)!important;

}


button.btn-success:hover, .open button.btn-success.dropdown-toggle { background-color: #429933!important; }

button.btn-success:hover, button.btn-success:hover { background-color: #429933!important; }

a.btn-custom{


     background: #429933!important;
    border-color: #429933!important;
    color: #fff!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    text-shadow: none!important;
    border: 0px!important;
    text-decoration: none!important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    font-size: 12px!important;
    line-height: 1.5!important;
}

a.btn-primary, a.btn-primary:focus {

    background-color: transparent!important;
    border-color: transparent!important;
    color: rgb(87, 89, 98)!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    text-shadow: none!important;
    border: 0px!important;
}


a.btn-primary:hover, .open a.btn-primary.dropdown-toggle {  background-color: #429933!important; color: #fff!important}

a.JoinLink {background-color: #429933!important; color: #fff!important}

a.TabelaListaLink  i.icon-eye-open { margin-left: -2px!important; }

input.btn, input.btn-default, input.btn:focus, input.btn-default:focus, button.btn {

    background-color: #4bac39!important;
    border-color: #4bac39!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    text-shadow: none!important;
    border: 0px!important;
    padding-left: 12px!important;
    padding-right: 12px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

input.btn:hover, input.btn-default:hover, .open input.btn.dropdown-toggle, .open input.btn-default.dropdown-toggle, button.btn:hover, button.btn:focus {

    background-color: #429933!important;

}

a.btn-primary i, a.btn-primary i{ margin-left: -0px!important; line-height: 18px!important; }

button.btn-info, button.btn-info:focus {

    background-color: #4bac39!important;
    border-color: #4bac39!important;
    box-shadow: none!important;
    border-radius: 100px!important;
    text-shadow: none!important;
    border: 0px!important;
    padding-left: 12px!important;
    padding-right: 12px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;


}

button.btn-info:hover, .open button.btn-info.dropdown-toggle {

    background-color: #429933!important;
    border-color: #429933!important;
}


button.btn, button.btn-default, button.btn:focus, button.btn-default:focus {

    box-shadow: none!important;
    border-radius: 100px!important;
    text-shadow: none!important;
}

button.btn, button.btn-default, button.btn:focus, button.btn-default:focus {

    box-shadow: none!important;
    border-radius: 100px!important;
    text-shadow: none!important;
    border: 0px!important;

}

/* .page-header h1 {

    font-weight: 500!important;
    font-size: 20px!important;
    font-size: 18px!important;
    color: #333a49!important;

} */

div.H2 { background-image: inherit!important; }


.dataTable th.sorting_disabled {


    padding: 16px 10px!important;
    vertical-align: top!important;
    border-top: 0!important;
    border: 0px!important;
    font-size: 13px!important;
    color: rgb(87, 89, 98)!important;
    font-weight: inherit!important;
    font-weight: 600!important;
    background-color: #fff!important;
    font-family: 'Poppins', sans-serif!important;
    background: #fff!important;

}

.dataTable th.sorting_disabled a{

    font-size: 13px!important;
    font-weight: 600!important;
    color:rgb(87, 89, 98)!important;
    font-weight: inherit!important;

}

.dataTable {

    padding: 18px!important;
    border: 0px!important;
    padding: 18px!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    margin-top: 12px!important;
    margin-bottom: 12px!important;

}

.widget-box {


    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;

}

.dataTables_wrapper {


}

.dt-buttons { display: none!important; }


.table tbody>tr>th, .table tfoot>tr>th, .table tbody>tr>td, .table tfoot>tr>td {
    vertical-align: middle;
    border-top: 1px solid rgb(235, 237, 242)!important;
    border-bottom: 1px solid rgb(235, 237, 242)!important;
    border-left: 1px solid rgba(0, 0, 0, 0)!important;
    border-right: 1px solid rgba(0, 0, 0, 0)!important;
    vertical-align: middle!important;
    padding: 11px 10px!important;
    font-size: 14px!important;}

/* border-top: 1px solid rgb(255, 255, 255)!important;
    border-bottom: 1px solid rgb(221, 221, 221)!important;
    border-left: 1px solid rgba(0, 0, 0, 0)!important;
    border-right: 1px solid rgba(0, 0, 0, 0)!important; */

div.BoxTop.widget-box .widget-header {
    background: #429933!important;
    border-color: #429933!important;


}

.ListHeader .BoxTop.widget-box .widget-header h5 { font-weight: 600!important; font-family: 'Poppins', sans-serif!important;  color: #fff!important; }

.widget-box { padding: 0px!important; }

.widget-box.transparent { padding: 12px!important; }

.ListHeader .BoxTop.widget-box .widget-header {
    padding: 0!important;
    /* display: block!important; */
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], textarea {
    border-radius: 4px;
    color: rgb(133, 133, 133);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.col-sm-12 { padding: 0px!important; }

.widget-toolbar:before {  border: 1px solid  #fff!important;}

div.BoxTop.widget-box .widget-header a i { color:  #fff;}

.table { margin-bottom: 0px!important; }

.BoxTopRight { min-height: 50px!important; }

.widget-body .table { }

.widget-body, .widget-body .table {  }

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #faf9fc!important; }

.page-content { /* background-color: #e9e9e9!important; */ }

.table.table-bordered thead tr th:first-child { background-color: #fff!important;
    border-color: #f4f3f8!important;  }

.item label { font-size: 14px!important; font-weight: 400!important; }

b, strong { font-weight: 500!important; font-family: 'Poppins', sans-serif!important; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, select {
    border-radius: 0!important;
    color: rgb(133, 133, 133);
    background-color: rgb(255, 255, 255);
    border: none;
    border-bottom: 1px solid rgb(213, 213, 213);
    /* border-left: 1px solid rgb(213, 213, 213); */
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 14px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.secao > h3 { border: 0px!important; font-size: 18px!important; padding-left: 0px!important; box-shadow: none!important; background:inherit!important; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {

    border-color: rgb(75, 172, 57)!important;

}

.boxx {

    -webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.2)!important;
    -moz-box-shadow: 0 1px 15px 1px rgba(69,65,78,.2)!important;
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.2)!important;
}

.btn-padrao { width: auto!important; }

.line-separator { background:  inherit!important; }

.btn-warning:hover, .open .btn-warning.dropdown-toggle { background-color: rgb(244, 245, 248)!important; }

.icon-angle-down:before {

    content: '\f107'!important;
    font-family: FontAwesome!important;
    font-weight: normal!important;
    font-style: normal!important;
    text-decoration: inherit!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;

}

/**/

.botao_imprimir{

	background-color: #DB7093!important;
    border-color: #DB7093!important;

}

.botao_imprimir:focus{

	background-color: #DB7093!important;
    border-color: #DB7093!important;

}

span#wpcaixa_cep .input {
    position: relative;
}

@media screen and ( min-width: 1119px ) {

	.botao_imprimir:hover{
		background-color: #B03060!important;
	    border-color: #DB7093!important;
	}

}
 /* media screen */

 /* 1300 */

 @media screen and ( max-width: 1300px ) {

 	.image-am-center img { width: 108px; }

 	.am-block-second { padding: 12px; }

 }

 /* 992 */

 @media (max-width: 992px) {

 	.am-block-second { display: none; }

 	.am-block-first {  width: 320px; height: 365px;}

 	.am-block-main { margin: 30px auto; }

}


.card{

    padding: 15px;
    float: left;
     -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 20px;
}

.card.left{
   width: calc(100% - 20px);
   margin-right: 20px;
}
.card.right{
    margin-lft:5%;
    width: 95%;
}
.min-370{
    min-height: 370px;
}
.no-margin{
    margin: 0pc !important;
}
.content-cockpit{
    padding: 0px;
}

 @media (min-width: 992px) {
    .col-md-12.col-md-mtop-35{
        margin-top: 35px;
    }
}
.table-bordered>thead>tr>th{
    border-right: none;
    border-left: none;
    border-bottom: 0px;
}

.top-cockpit{
    margin: -20px -20px 0px -20px;
    background-color:#f5f5f5;
    margin-bottom: 20px;

}
.top-cockpit-inner{
    padding: 20px 10px 0px 10px;
}

a.atualizador-link{
    margin-top: -56px!important;
    margin-bottom: 19px!important;
}

.paginacao {background: none!important;}

button#AcaoLink{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.page-header h1{ color: rgb(75, 172, 57)!important; }
.page-header{border-bottom: 1px solid rgb(234, 234, 234)!important;}


.btn>[class*="icon-"].icon-on-right {

    margin-left: 10px!important;

}

.breadcrumbs { display: none; }

.widget-top-pesquisa{
    position: absolute;
    top: -64px;
    right: 12px;
    z-index: 9;
    min-width: 320px;
}

.zoom-less-8{ zoom: 0.8; }

.btn>.icon-only[class*="icon-"] { margin-right: 8px; margin-left: 4px; }

/* CSS NEW */

.card_type {

    width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(235, 237, 242)!important ;
    /* -webkit-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    border-radius: 4px!important; */
}

.title_adub { position: relative; padding: 12px; padding-left: 16px; padding-right: 16px; }

.icon_title_adub {

    width: 80px;
    height: 80px;
    border-radius: 160px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-size: 60%;
    background-position: center;
    background-color: #00ae27;
    background-repeat: no-repeat;


}

.block_title_text {

    display: inline-block;
    position: relative;
    margin-left: 12px;
    vertical-align: middle;


}

.title_adub h2.text {

    font-size: 24px;
    display: block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    color: #333;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
}

.title_adub p.textin {

    font-size: 16px;
    display: block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    margin: 0;
    margin-top: 4px;
    color: #333;
    font-family: 'Open Sans',sans-serif;

}

.title_adub p.textin b{ color: #a8a8a8; font-weight: 400; }


.table_relatorio>thead>tr>th{

    background-color: #fff!important;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(235, 237, 242);
    padding: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    font-family: ' Open Sans',sans-serif;
    border-bottom-color: #fff;
    padding-bottom: 0px;
    padding-top: 32px;
}

.table_relatorio>tbody>tr>td{

    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(235, 237, 242);
    padding: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #007c6d;
    font-family: ' Open Sans',sans-serif;
    border-top-color: #fff;
    padding-top: 6px!important;
    padding-bottom: 32px!important;
}

.table_relatorio>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #fff!important; border-top: 0px!important; }

.title_table_relatorio {

    display: block;
    position: relative;
    padding: 28px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 15px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.title_table_relatorio h3 {

    font-size: 22px;
    color: #007c6d;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin: 0;

}

.tabelas_relat_bottom {margin-bottom: 15px!important; }

.tabelas_relat_top { margin-top: 15px!important;  }

.padding_non { padding-right: 0; }

.padding_non_left{ padding-left: 0px; }

.pad_right { padding-right: 15px!important; }

.rec_title {

    padding-top: 16px!important;
    padding-bottom: 16px!important;
    margin-bottom: 0;
    border-bottom: 0px!important;
    border-bottom-color: #fff;
    border: 0!important;
}

.rec_title h3 { color: #333!important; }

.table_recomend>tbody>tr>td{

    padding: 18px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
    padding-left: 28px!important;
    border-top: 0px!important;
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    border-top-color: #fff!important;
    border-bottom-color: #fff!important;

}

.table_recomend>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #fff!important; border: 0!important; border-top:0!important; border-right:0!important; border-left: 0!important; border-top: 0!important;}

.table_recomend tr:last-child, .table tr:last-child { border: 0px!important; border-bottom-color: #fff!important; }

.table_recomend>tfoot>tr>td{

    padding: 18px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
    padding-left: 28px!important;
    border-top: 0px!important;
    padding-top: 6px!important;
    padding-bottom: 20px!important;
    border-top-color: #fff!important;
    border-bottom-color: #fff!important;
    background-color: #fff;

}

.table_recomend>tfoot>tr>td>input, .table_recomend>tfoot>tr>td>select{

    background-color: #f0f0f0!important;
    border-radius: 2px!important;
    height: 40px!important;
    border: 0px!important;
    padding-left: 14px!important;
    border: 1px solid #e6e6e6!important;

}

.tabu_title {

    padding-top: 22px!important;
    padding-bottom: 22px!important;
    margin-bottom: 0;
    border-bottom: 0px!important;
    border-bottom-color: #fff;
    border: 0!important;
}



.table_tabu>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {

    border-top: 1px solid #eaeaea!important;
    border-right: 0!important;

}

.table_tabu .tr_tabu_head th {

    font-size: 14px!important;
    font-weight: 600!important;
    color: #222!important;
    text-transform: uppercase!important;
    padding: 14px!important;
    font-family: 'Open Sans',sans-serif!important;
    border-right: 1px solid #eaeaea!important;

}

.table_tabu>tbody>tr>th {

    font-family: 'Open Sans',sans-serif!important;
    padding: 14px!important;
    font-size: 14px!important;
    font-weight: 600!important;
}

.box_table_nother .card_type{ 

    border: 0px!important; padding-top: 0px!important; padding-bottom: 0px!important; padding-left: 0px!important;  

}

.box_table_nother .title_table_relatorio h3 { font-size: 18px!important; color: #333!important }

.box_table_nother { padding: 26px!important; border-right: ; padding-top: 0px!important;  border: 1px solid rgb(235, 237, 242)!important; width: 50%!important; }

.box_table_nother .table tbody>tr>th, .table tfoot>tr>th, .table tbody>tr>td, .table tfoot>tr>td {  border:0px!important;}

.conte_mid_jnh {

    margin: 0 auto;
    width: 230px;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    display: block;
    margin-top: 20px;
    float: left;
    margin-left: 40px;

}

/* RTR */

label.titulo_rtr { font-size: 2rem!important; font-family: 'Open sans', sans-serif; }

.filtros { padding-bottom: 20px; }

.mund_sem_turma { background-color: rgb(255, 255, 255); }

/* custom my Leo*/

.panel_duc_title {}

.panel-group .panelr {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
}

.panel-group .panelr .panel-headingr {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel-primaryr .panel_duc_title {

  background-color: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(238, 238, 238);
  color: rgb(117, 117, 117);
  font-weight: 400;
  font-size: 16px;
  margin: 0;

}

.panel-group .panelr .panel-headingr a {

    display: block;
    padding: 15px;
    vertical-align: middle;
}

.panel-group .panelr .panel-headingr a:hover { text-decoration: none!important; }

.ball_collpase {

  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: rgb(84, 84, 84);
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;

}

.ball_collpase  i {     line-height: 30px; color: rgb(241, 185, 28); font-size: 22px; }

.panel-group .panelr .panel-headingr a p {

  display: inline-block;
  vertical-align: middle;
  color:rgb(85, 85, 85);
  margin: 0;
  padding: 0;
  margin-left: 10px;
  font-size: 18px;

}

.block {

    margin-bottom: 1.75rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 6px rgba(230,235,244,.4);

}


.block { box-shadow: 0 2px 6px rgba(235,235,235,.4);}

a.block {

    display: block;
    color: rgb(73, 80, 87);
    font-weight: 400;
    transition: opacity .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out;
    transition: transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;
    border: 1px solid rgb(226, 226, 226)!important;

}

a.block:hover { text-decoration: none!important; }

a.block { color: rgb(73, 80, 87);}

.block.block-rounded {  border-radius: .25rem;}

.block-content {

    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;

}

.ribbon {

    position: relative;
    min-height: 3.25rem;

}

.block-content.block-content-full { padding-bottom: 1.25rem;}

.block.block-rounded>.block-content:first-child {

    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;

}

.ribbon-box {

    position: absolute;
    top: .75rem;
    right: 0;
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 2rem;
    z-index: 5;
    font-weight: 600;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    font-size: 14px;
}

.ribbon-modern .ribbon-box {

    top: .90rem;
    right: -.5rem;
    border-radius: .25rem!important;

}

.ribbon-dark .ribbon-box {

    color: rgb(255, 255, 255);
    background-color:#545454;

}

.pt-3, .py-3 { padding-top: 1rem!important; }

.pb-3, .py-3 { padding-bottom: 1rem!important; }

.text-center { text-align: center!important;}

.fa-4x { font-size: 4em;}

.text-gray {  color: rgb(206, 212, 218)!important; }

.text-black {  color: rgb(0, 0, 0)!important; }

.mt-3, .my-3 { margin-top: 0.3rem!important; }

.font-size-lg { font-size: 1.8rem!important; }

.mb-0, .my-0 { margin-bottom: 0!important;}

.mb-3, .my-3 {   margin-bottom: 0.3rem!important; }

.text-muted { color: rgb(108, 117, 125)!important;}

.font-w700 {  font-weight: 700!important;}

.font-size-sm {   font-size: 1rem!important; }

.pn-both { padding-left: 0; padding-right: 0; }

.pn-left { padding-left: 0px; }

.pn-right { padding-right: 0px; }

.pn-full { padding: 0; }


.ball-more-item {

  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: rgb(84, 84, 84);
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  bottom: -1.50rem;
  right: 46%;
  z-index: 5;
  font-weight: 600;

}

.ball-more-item i { 

  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 3.2rem;

}


.content-headingr {

    margin-bottom: .875rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size:16px;
    font-weight: 400;
    line-height: 1.75;
    border-bottom: 1px solid rgb(230, 235, 244);
    display: block;
    color: rgb(241, 185, 28)!important ;
}

.content-headingr i { margin-right: 10px;  color: rgb(241, 185, 28)!important ; }

@media (min-width: 768px) {
.content-headingr {
    margin-bottom: 1.75rem;
    padding-top: 1.5rem;
}

}

.content-headingr {
    border-bottom-color: rgb(235, 235, 235);
}

.icon-plus-both:before {

  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f067';

}

.block_ne{ padding: 14px; }

.ativou .ribbon-box { background-color: rgb(241, 185, 28)!important }

.ativou .ball-more-item { background-color: rgb(241, 185, 28)!important; }

.ativou .text-gray { color: rgb(241, 185, 28)!important; }

.ativou .icon-plus-both:before { content: '\f00d' }

.block_mine {

  color: rgb(85, 85, 85);
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-left: 0;
  background-color: #f5f5f5;
  display: inline-block;
  position: relative;
  border-radius: 4px;

}

.block_mine i { margin: 0 10px; }

.block_mine:hover { background-color: #eee;  }

.block-content.block-content-full:hover { background-color: transparent; }


.imagem_segment_school {

  width: 80px;
  margin: 20px auto;
  border-radius: 200px;
  height: 80px;
  display: block;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff ;
  border: 1px solid rgb(226, 226, 226);
  /* #f1b91c */
}

.imagem_segment_school.prima_1 { background-image: url('images/calendar-ore.png') }

.imagem_segment_school.prima_2 { background-image: url('images/open-book-ore.png') }

.imagem_segment_school.prima_3 { background-image: url('images/mortarboard-ore.png') }

.imagem_segment_school.prima_4 { background-image: url('images/player-ore.png') }

.imagem_segment_school.prima_5 { background-image: url('images/pencil-case-ore.png') }

.imagem_segment_school.prima_6 { background-image: url('images/files-ore.png') }

.block_radius { border-radius: 6px!important; overflow: hidden; }

.select_block_run {

  width: 100%;
  margin-top: 5px;

}

.select_block_run select { cursor: pointer; text-align: center!important;}

.select_block_run select option { text-align: center!important; }

.block_height { 

  height: 210px; padding-left: 16px; padding-right: 16px; margin-bottom: 0;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171,171,171,.0);
    -moz-box-shadow: 0 7px 20px -10px rgba(171,171,171,.0);
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.0);
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;

}

.block_height_tr {

  height: auto; padding-left: 16px; padding-right: 16px; margin-bottom: 0;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;

}

.block_height_tr .block-content.block-content-full:hover { background-color: transparent; }

.image_aluno_to {

  width: 200px;
  display: inline-block;
  position: relative;
  vertical-align: middle;


}

.image_aluno_to .imagem_segment_school { margin-top: 0; width: 120px; height: 120px; }

.cont_aluno_to {

  display: inline-block;
  position: relative;
  vertical-align: middle;

}

.cont_aluno_to .font-size-lg { font-size: 1.6rem!important; }

.cont_aluno_to  .block-content.block-content-full{ padding:  1.9rem 12px;}

.cont_aluno_to .text-muted { font-size: 1.6rem; margin-top: 6px; color: rgb(84, 84, 84)!important;  }

.block_height .font-size-lg { font-size: 1.6rem!important; }

.cont_aluno_to strong { font-weight: 500; margin-right: 0px; font-size: 1.6rem; }

.cont_aluno_to .icon_name_ro { 

  width: 20px; 
  height: 20px; 
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}

.icon_name_ro.prima_nome { background-image: url('images/open-book-ore.png') }

.cont_aluno_to .muro_lateral {

  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;

}

.cont_aluno_to .muro_lateral:last-child { margin-right: 0; }

.cont_aluno_to .muro_lateral{  }

.button_rematriculas {

  border: none;
    font-family: 'Open Sans',sans-serif!important;
    font-size: 16px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 15px;
    text-transform: capitalize;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.btn-3 {
    background: #fff;
    color: #444;
    border: 1px solid rgb(226, 226, 226);
}

.btn-3:hover { background-color: #f5f5f5; }

.btn-3d {
    padding: 15px 25px 15px 85px;
    border-radius: 4px;
}

.button_rematriculas:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button_rematriculas:after {
    width: 20px;
    height: 20px;
    background: rgb(255, 255, 255);
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button_rematriculas .item_cima_matricula {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.button_rematriculas .item_cima_matricula{
    background:rgb(241, 185, 28);
    color: rgb(252, 173, 38);
    z-index: 2;
    border-radius: 4px 0 0 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    border: 1px solid rgb(252, 173, 38);
}

.item_cima_matricula.icon_rema { background-image: url('images/contract-whiter.png') }

.item_cima_matricula.icon_down_iu { background-image: url('images/download-to-folder.png'); background-color: rgb(84, 84, 84); border-color: rgb(84, 84, 84); }


.sec_muto_lat {

  float: right;
  vertical-align: middle;
  margin-top: 38px;
  margin-right: 42px;

}

.block_height_uy {  

  padding-left: 6px; 
  padding-right: 6px; 
  margin-bottom: 0; 
  height: 178px; 
  background-color: #fff; 
  -webkit-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;

}

.mund_sem_turma { background-color: #fff; }

.block_height .text-muted { font-size: 1.6rem; }

.block_height .block-content.block-content-full:hover { 

  background-color: transparent!important; 
     

}

.block_height:hover {

   -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
    box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
}

.block_height_uy .block-content.block-content-full:hover { background-color: transparent; }

.block_height_gfr select { background-color: #fff; width: 100%; }

.line_separator { width: 100%; height: 1px; background-color: #d5d5d5; float: left; margin: 20px auto; margin-top: 12px; }

.form-control:focus, select:focus {
    
    color: rgb(105, 105, 105);
    border-color: rgb(75, 172, 57)!important;
    background-color: rgb(255, 255, 255);
    outline: 0;

}

.gigo_ds { margin-bottom: 0px; }

.mnhg_oi { margin-bottom: 20px; }

.form_uyt .col-md-6, .form_uyt .col-md-12, .form_uyt .col-md-4 { margin-bottom: 20px; }

.pdn-left { padding-left: 0; }

.pdn-right { padding-right: 0; }

.form_uyt input { height: 42px; }

.form_uyt select { height: 42px; }

.star_linking {

   width: 100%;
   margin: 0 auto;
   text-align: center;
   display: inline-block;
   margin-top:8px;
   transform: rotate(180deg);
}

.star_linking > label { float: inherit!important; display: inline-block!important; cursor: pointer!important; }

.star_linking > label:last-child {  }

.star_linking > label:before { font-size: 28px!important;transform: rotate(36deg);  }

.textarea_obs_rtr {

    width: 100%;
    resize: none;
    height: 65px;
    margin-top: 10px;
}

.foto_yu_rtr {

    width: 80px;
    height: 80px;
    border-radius: 110px;
    background-color: #f5f5f5;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;

}

.foto_yu_rtr input.button_uy {


    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background-color: #f5f5f5;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border: 0;
    z-index: 1;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url('../images/photo-camera.png');

}

.foto_yu_rtr img {

    width: 100%!important;
    height: auto!important;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.titulo_rtr {

    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 20px!important;
    font-weight: 700!important;
    font-weight: bold!important;
}

.icon_gps_title {

    width:60px;
    height:60px;
    border-radius: 110px;
    background-color: rgb(75, 172, 57)!important;
    border: ;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52%;
    position: relative;
    vertical-align: middle;
    margin-right: 20px;
    border: 0!important;
}

.caixu { padding: 18px; background-color: #eee; margin-bottom: 30px; }


/**/

.alert_type .alert { 

    margin: 0px!important; 
    margin-top: 0px!important;
    /* -webkit-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.7); */
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    border: 0px solid rgb(226, 226, 226) !important;
    background-color: #fff;
    border-radius: 2px;
    color: #333;
    font-weight: 600;
    padding-left: 30px!important;

}

.no_pd { padding: 0px!important; }


.map_cont_info { position: relative!important; height: 300px!important; }

.map_cont_info #map_body{

    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0px!important;

}

.row_non { margin-left: 0px!important; margin-right: 0px!important; }

.ksjdh_uyh .tabelas_relat_bottom { margin-bottom: 0px!important }

.box_error_hu { }

.box_error_hu .box_table_nother{

    width: 100%!important;
    background-color: #fff;
}

/**/

.map_agrichem {


}


.map_agrichem .map_full {

    float: left;
    padding-left: 300px;

}

/**/

.text_full_right {

    position: absolute;
    right: 20px;
    top: 28px;
    text-align: right;

}

.text_full_right strong { font-weight: 600!important; }

/* mapa do raio*/

.raio_map {

     border: 1px solid rgba(0,0,0,0.1)!important;
     position: relative;
     overflow: hidden;
     border-radius: 4px;
     padding: 0px!important;
}

.raio-menu {

    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #333;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);

}

.map_full {  width: 100%!important; height: 100%!important; position: absolute!important; top: 0!important; left: 0!important; }

.blut_hey { 

    position: relative!important;
     background-color: #4bac39!important; 
     padding: 0px!important; 
     overflow: hidden!important; 
     height: 700px!important; 

}

.blut_hey_abs {

    position: absolute!important;
     background-color: #4bac39!important; 
     padding: 0px!important; 
     overflow: hidden!important; 
     top: 56px;
     left: 10px;
     z-index: 12;
     border-radius: 4px;
     width: 225px;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}


.map_agrichem .controls {

    display: none;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    z-index: 1000;
    background-color: #FEFEFE;
    padding: 5px;
    width: 100%;

}

.header_map {

    width: 100%;
    padding: 12px;
    background-color: #4bac39;
    vertical-align: middle;
    display: block;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid #6db95f;
}


.header_map_logo {

    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/icone-lfdsf.png')
}

.header_map_text {

    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 8px;

}

.header_map_text h1 { font-size: 18px; color: #fff; font-weight: 400; display: block; margin: 0; padding:0;}

.header_map_text p { font-size: 14px; color: #ddd; font-weight: 400; display: block; margin: 0; padding:0; margin-top: 2px; }

.cont_map {

    width: 100%;
    padding: 12px;
    background-color: #4bac39;
    vertical-align: middle;
    display: block;
    padding-top: 18px;
}

.button_map {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 100px;
    vertical-align: middle;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    background-color: rgb(66, 153, 51)!important;
    border-color: rgb(66, 153, 51)!important;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
}

.icon_button_map {

    width: 24px;
    height: 24px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 65%;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 100px;
}

.button_map p{

    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    padding: 0;
    color: #fff;
    margin-right: 10px;

}

.button_map.whiter { background-color: #fff!important; }

.button_map.whiter p { color: #555; }

.rotate_butt_map input{

    width: 60px;
    height: 60px;
    color: #555!important;
    background-color: #fff!important;
    display: inline-block;
    position: relative;
    font-size: 38px;
    margin-right: 10px;
    margin-bottom: 12px;
    margin-top: 6px!important;
    outline: none;
}

.rotate_butt_map input:focus, .rotate_butt_map input:active { background-color: #fff!important; }

.pun_raio_map {

    width: 100%;
    margin: 18px auto;
    position: relative;
    display: block;
    margin-top: 0px;

}

.pun_raio_map p {

    display: block;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #fff;
    margin-bottom: 4px;
}

.pun_raio_map .put_ddj {

    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;

}

.pun_raio_map input { 

    width: 85%;
    margin-right: 6px;
    border:0; 
    background-color: #fff; 
    color: #555; 
    font-size: 14px; 
    border-radius: 4px!important;
    height: 42px!important; 
    border: 1px solid rgb(109, 185, 95);
    overflow: hidden!important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.map_full .gm-style-mtc div  { 

    height: 36px!important; 
    font-size: 14px!important; 
    background-color: rgb(75, 172, 57)!important; 
    color: #fff!important; 
    padding-left: 10px!important; 
    padding-right: 10px!important; 

}

.recomend_table>tbody>tr { background-color: #fff!important; border-bottom:  1px solid rgb(234, 234, 234)!important; padding-top: 20px!important; padding-bottom: 20px!important;  }

.recomend_table>tbody>tr>td { padding-bottom: 20px!important; padding-top: 20px!important; }

.recomend_table>tbody { margin-bottom: 20px!important; }

.recomend_table { }

.narrow_grapich {

    width: 40px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: absolute;
    top: 30%;
    right: 8%;


}

.bibo_1 {

    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    /* background-color: red; */
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;

}

.bibo_1.more { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEwIDUxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJhZGQtY2lyY2xlIj4KCQk8cGF0aCBkPSJNMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTVzMTE0Ljc1LDI1NSwyNTUsMjU1czI1NS0xMTQuNzUsMjU1LTI1NVMzOTUuMjUsMCwyNTUsMHogTTM4Mi41LDI4MC41aC0xMDJ2MTAyaC01MXYtMTAyICAgIGgtMTAydi01MWgxMDJ2LTEwMmg1MXYxMDJoMTAyVjI4MC41eiIgZmlsbD0iIzMzNjZjYyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=') }

.bibo_2 {

    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    /* background-color: black; */
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.bibo_2.with-line { border-bottom: 1px solid #ddd; }

.bibo_1.with-line-top { border-top: 1px solid #ddd; margin-top: 80px;}

.image_legenda_ei { width: 100%; text-align: left; padding-left: 110px; margin-top: -30px; position: relative; z-index: 99; }

.bibo_2.more_ny { background-size: 40%; background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MCA0OTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MCA0OTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik00MzcuMiwxNzguN2MxMi44LDEyLjgsMTIuOCwzMy40LDAsNDYuMmMtNi40LDYuNC0xNC43LDkuNi0yMy4xLDkuNnMtMTYuNy0zLjItMjMuMS05LjZMMjc3LjcsMTExLjV2MzQ1LjggICBjMCwxOC0xNC42LDMyLjctMzIuNywzMi43cy0zMi43LTE0LjYtMzIuNy0zMi43VjExMS41TDk5LDIyNC45Yy0xMi44LDEyLjgtMzMuNCwxMi44LTQ2LjIsMHMtMTIuOC0zMy40LDAtNDYuMkwyMjEuOSw5LjYgICBDMjI4LDMuNCwyMzYuMywwLDI0NSwwYzguNywwLDE3LDMuNCwyMy4xLDkuNkw0MzcuMiwxNzguN3oiIGZpbGw9IiM4YThhOGEiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.bibo_1.less_ny {background-size: 40%;  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MCA0OTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MCA0OTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik01Mi44LDMxMS4zYy0xMi44LTEyLjgtMTIuOC0zMy40LDAtNDYuMmM2LjQtNi40LDE0LjctOS42LDIzLjEtOS42czE2LjcsMy4yLDIzLjEsOS42bDExMy40LDExMy40VjMyLjcgICBjMC0xOCwxNC42LTMyLjcsMzIuNy0zMi43YzE4LDAsMzIuNywxNC42LDMyLjcsMzIuN3YzNDUuOEwzOTEsMjY1LjFjMTIuOC0xMi44LDMzLjQtMTIuOCw0Ni4yLDBjMTIuOCwxMi44LDEyLjgsMzMuNCwwLDQ2LjIgICBMMjY4LjEsNDgwLjRjLTYuMSw2LjEtMTQuNCw5LjYtMjMuMSw5LjZjLTguNywwLTE3LTMuNC0yMy4xLTkuNkw1Mi44LDMxMS4zeiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=')}

.bibo_2.less { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNTZweCIgaGVpZ2h0PSIyNTZweCI+CjxnPgoJPHBhdGggZD0iTTgsMEMzLjU4MiwwLDAsMy41ODIsMCw4czMuNTgyLDgsOCw4czgtMy41ODIsOC04UzEyLjQxOCwwLDgsMHogTTEyLDlINFY3aDhWOXoiIGZpbGw9IiMzMzY2Y2MiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

/* .table_recomend>tbody>tr>td:first-child {border-bottom: 0!important; } */

/* .map_full .gmnoprint { margin-left: 222px!important; }

.map_full .gmnoprint .gm-style-cc { margin-left: 0px!important; } */

/* ICONS */

.icon_moth_farm { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0OC4yNjIgNDQ4LjI2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ4LjI2MiA0NDguMjYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIxLjIsMTY0LjU4N2M0LjIxNywxLjY1NCw4LjM1NC0yLjM5NCw2Ljk1Ni02LjcwMWMtOS41OTQtMjkuNTY1LTQ0LjMzMS00MC41OTQtNzYuNjIzLTE0LjM2NCAgICBjLTE2Ljk4NiwxMy43OTktMjMuMzY5LDE2LjczMS0yMy41MywxNi44MDVjMTEuMTk4LDExLjE5NiwyMy45OTEsNDguNzY2LDUxLjkxLDUyLjkyMWMzMC43NTUsNS41NzYsNTcuOTc1LTI0LjY4MiwzNS43MDUtMzguNTI4ICAgIGMtMTQuNjQ2LTkuMTA1LTMxLjg5LTE0LjM5NC01MC4zNzQtMTQuMzk0QzE4NC42MjIsMTU1Ljk1OCwyMDMuOTY3LDE1Ny44MzEsMjIxLjIsMTY0LjU4N3oiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNjAuNDY0LDE0My41MmMtNTUuNzQyLTQ1LjI3OC05MS4yOTEsMjYuMTI2LTY5LjE5NCwxOS4wNDhjMTUuNjk0LTUuMDI3LDMyLjg1MS02LjEyMiw1MC4wNjEtMi4yNDMgICAgYy0yOS4xNTksMC01Ni4wMzgsMTMuMzYzLTczLjk1OSwzNS4xMTRjMS40NzItMzQuMTgyLDMuNjk4LTU1LjU3OCw2LjI3OS03MS40OTRjMTQuODk1LTAuNTEyLDM0Ljc0Ny0xMi41NCw0NS42NDktMzMuNTg3ICAgIGMxOC43OTUtMzMuNjM2LDEwLjA3OS02OC4xMjQsNy4yNzQtODkuODg2Yy0xNC42ODYsMTQuMzAxLTc4LjgzOS0yLjQ1Ni0xMDQuMjcxLDQxLjEyNGMtMTEuMjM0LDE5LjI1MS03Ljk2OSw0Mi42NzcsMy44NDksNTkuODIgICAgYzMuNzQxLDUuNDI3LDEyLjY4NiwyLjgyMywxMi45NDEtMy43NjNjMS4xMS0yOC42NSwxNS4zNjktNTAuMjk2LDQxLjk1MS02Mi4yODVjLTExLjkyOCwxNS40NTUtMTkuNzYsMzIuNzU4LTIzLjgwNiw1MC42NDIgICAgYy02LjI4OSwyNy44NTktMTIuODU4LDQ2LjEzNC0xNS4yNywxMzQuOTI5Yy0wLjI0NSw5LjAwNSw3LjA1LDE2LjQ1OSwxNi4wNTgsMTYuMzQ2YzYuNTIxLTAuMDgyLDEyLjEwNy00LjIyLDE0LjYxNS0xMC4yNCAgICBjMy44MTQtOS4xNTYsMTAuMDIyLTE4LjYzMiwyMC4xMjQtMjcuMzE0YzkuNiwxMC42MTEsMjQuMjA4LDE2LjI1NywzOS4zMjMsMTMuNTE2YzI3LjgtNC4xMzcsNDAuNzc0LTQxLjc4OSw1MS45MDktNTIuOTIzICAgIEMzODMuODM0LDE2MC4yNTIsMzc3LjQ1LDE1Ny4zMiwzNjAuNDY0LDE0My41MnoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NDIuNDA2LDI1NC4xNThjLTE3LjQyNi0xMS44MjMtMzYuMzkyLTMuMzk4LTQ1LjEwMiwxLjYzMWwtMTA5LjMwNCw4MGwtNjQsMC4wMTRsLTE2LTE2aDU4Ljc3NiAgICBjMTcuNjc3LDAsMzcuNDc0LTExLjUxNCwzNy40NzQtMzIuMDA3YzAtMjEuNzU3LTE5Ljc5Ny0zMi4wMDctMzcuNDc0LTMyLjAwN2gtMjIuMDI2Yy0xNi4zNjIsMC0zNS40ODMsMS40NTktNDguOTY1LTUuNzU4ICAgIGMtMTIuODA5LTYuNTE4LTI3LjU1OS0xMC4yMjctNDMuMzA0LTEwLjIyN2MtMjYuNDM5LDAtNTAuMTAyLDEwLjU0LTY2LjMxNywyNy4xNjJMMCwzNTEuNzg5bDk2LDk2bDMyLTQ4aDE1MS4yMTYgICAgYzE2LjEyNywwLDMxLjY5NC01LjkxNiw0My43NS0xNi42MjZMNDQzLjUsMjc2LjA4OEM0NTAuMjAxLDI3MC4xMzYsNDQ5LjgyMywyNTkuMTkxLDQ0Mi40MDYsMjU0LjE1OHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.icon_correct_farm { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8Zz4KCQk8Y2lyY2xlIGN4PSIxOTUuNDA2IiBjeT0iMTAyLjQzNyIgcj0iNDkuNTI4IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzk5LjY2Nyw0MjMuMTMybC0xLjEzNS0xNS45ODVjLTAuNDQ2LTYuMjkxLTMuNTEzLTEyLjEwNy04LjQ1Mi0xNi4wM2wtMjMuMjE1LTE4LjQzNCAgICBjLTYuMDIyLTQuNzgyLTE2LjAxNi01Ljc0LTIzLjY1OCwzLjg4NGMtOS44ODItNy44NDYtMTUuNjc0LTEyLjQ0OC0yNS4zMDYtMjAuMDk0YzEuNzgxLTkuNzc1LTIuMy0yMC4xMDgtMTEuMTU4LTI1Ljg0OSAgICBsLTkzLjQ2NC02MC41ODVsLTUxLjI4Mi03Mi4yNzRsMzcuNzc0LDMyLjUyM2w1LjU3Ni0xMy43OTZjNi44NDEtMTYuOTI2LTEuMzM1LTM2LjE5My0xOC4yNi00My4wMzRsLTU1Ljk5Ny0yMi42MzIgICAgYy0xNi45NjctNi44NTctMzYuMjk0LDEuMzg4LTQzLjA4MywxOC4zODVsLTYxLjQ3LDE1My44NzVjLTcuNzc5LDE5LjQ3NC0wLjA2MSw0MS43MDUsMTguMTExLDUyLjE2OWwzOS44OTEsMjIuOTY5ICAgIGMtNDAuNzgxLDAtMzEuODM5LDAtNTQuMTA2LDBDMTMuNjI1LDM5OC4yMjMsMCw0MTEuODQ5LDAsNDI4LjY1NmMwLDE2LjgwOCwxMy42MjUsMzAuNDMzLDMwLjQzMywzMC40MzMgICAgYzEwLjI1OSwwLDE3Mi4zODQsMCwxODIuNTkzLDBjMzEuOTU1LDAsNDIuMjE3LTQzLjI5NiwxMy42NTEtNTcuNjMzTDg3Ljk3MSwzMzEuODQ0bDY1LjEzOSwxMy44OTlsOC41NTctMjEuMTcxbC00MS4wNTQtOTcuNDQ0ICAgIGw1NC4wOTYsNzYuMjM5YzEuODU5LDIuNjE5LDQuMTk3LDQuODYyLDYuODkyLDYuNjA4bDk3LjU0Miw2My4yMjljOC42OSw1LjYzMywxOS42MTUsNS4zMTYsMjcuODc0LTAuMTg2ICAgIGM4LjE4MSw2LjQ5NywxNC40ODQsMTEuNTAyLDIzLjkyNCwxOC45OTdsLTEuMDIxLDEuMjg3Yy01LjUzNCw2Ljk2OC00LjM3LDE3LjEwMiwyLjU5OCwyMi42MzZsMjMuMjE0LDE4LjQzNSAgICBjNC45NCwzLjkyMywxMS4yOTksNS41OTEsMTcuNTI5LDQuNmwxNS44MjctMi41MTdDMzk1LjUzNSw0MzUuNDMxLDQwMC4xMyw0MjkuNjQ1LDM5OS42NjcsNDIzLjEzMnoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik01MDcuOTg3LDM0My43OWMtMTQuMzMxLDAuOTctMzAuMzgzLDYuNTY3LTQyLjY5OCwxNi4yNzFjMi4zNjEtMjAuMDgzLDcuODgyLTMyLjIxNSwxMS43NzctMzguNTU1ICAgIGMyLjI0OC0zLjY1OSwxLjg1My04LjM0OC0wLjk4MS0xMS41NzRsLTAuMDk4LTAuMTExYy00LjMzOS00LjkzOS0xMi4yNC00LjI2OC0xNS42ODMsMS4zMzVjLTIuNTI1LDQuMTA3LTUuMzEsOS41OTgtNy44MzYsMTYuNjY2ICAgIGMtNy4xODgtMTAuMjktMTguMjY4LTE5LjY4NC0yOS40MDItMjUuMTk5Yy0zLjc1Ny0xLjg2Mi04LjE5NSwzLjIxOS0zLjIwNCw2Ljk0NWMyLjAxMSwxLjUxOCw0LjU0MywzLjcwOCw3LjAyMSw2LjIxNSAgICBjMjQuNTA2LDI0LjUyOCwxNy41NTUsNDMuNjMyLDE3LjU2LDY0Ljk2NmMtOS41NDItNy43MjEtMjMuNTY3LTE0LjQxNS0zNy45Mi0xNi40OTNjLTQuMTM5LTAuNjAyLTYuNzM2LDUuNDItMC44ODksNy41OTYgICAgYzM2Ljg1NCwxMy43MTMsNDEuNTE1LDQ1LjkyNSw0MS42MDMsNDYuNTUyYy0xMy4xNzYsNS43MTItMjMuMzMzLDIwLjY5Ni0yNi4xOTIsMzMuNzExYy0wLjc4NiwzLjU4MiwxLjk0NCw2Ljk3NSw1LjYxNSw2Ljk3NSAgICBoNjMuMjE0YzMuNjc5LDAsNi4zOTctMy40MTUsNS42MTUtNi45NzVjLTMuMDItMTMuNzUyLTE0LjE4OS0yOS43MDctMjguNDYxLTM0LjU5MWMtMS4zODQtOS40NzEtMi4yMTYtMTguMTQ5LTIuNjA4LTI2LjA4MyAgICBjMS43NzEtNC4zNjcsNC45NzQtMTkuNzc4LDI1LjgwMi0zMi4yODdjNS44ODctMy40OTEsMTIuNDI4LTYuMjk4LDE4Ljk2LTcuOTQ0QzUxMy42MDIsMzUwLjA4NCw1MTIuNTM1LDM0My40OCw1MDcuOTg3LDM0My43OXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.icon_foolha_farm { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NTkuNSwyMjUuMjQzaC0yNi40MDRjLTMuOTA0LDE1Ljc3My05Ljg2OCwzMC44ODMtMTcuODczLDQ1SDQ1OS41YzEyLjQyNiwwLDIyLjUtMTAuMDc0LDIyLjUtMjIuNSAgICBDNDgyLDIzNS4zMTYsNDcxLjkyNiwyMjUuMjQzLDQ1OS41LDIyNS4yNDN6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg5LjUsMzAwLjI0M2gtOTUuNjg0Yy0yLjYwNiwyLjk2Ni01LjE1NCw1Ljk3MS03Ljk3Miw4Ljc4OWwtMzYuMjExLDM2LjIxMUg0ODkuNWMxMi40MjYsMCwyMi41LTEwLjA3NCwyMi41LTIyLjUgICAgQzUxMiwzMTAuMzE2LDUwMS45MjYsMzAwLjI0Myw0ODkuNSwzMDAuMjQzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ1OS41LDM3NS4yNDNIMzQ2djQ1aDExMy41YzEyLjI5OSwwLDIyLjUtMTAuMjAxLDIyLjUtMjIuNUM0ODIsMzg1LjQ0Miw0NzEuNzk5LDM3NS4yNDMsNDU5LjUsMzc1LjI0M3oiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MjguNDk5LDQ1MC4yNDNoLTk0LjJjLTguMDk5LDkuMy0yMC4wOTksMTUtMzMuMywxNWMtMjQuOTAxLDAtNDUtMjAuMTAxLTQ1LTQ1di03MS40bC0yOC41LTI4LjUgICAgYy0xNy42OTksMzIuNzAxLTUxLjg5OSw1NC45MDEtOTEuNSw1NC45MDFoLTE1Yy04LjI4NCwwLTE1LTYuNzE2LTE1LTE1YzAtOC4yODYsNi43MTYtMTUsMTUtMTVoMTAuMTYxICAgIGM0MC45MjgsMCw4MC41MzktMzMuMjk0LDc5Ljg0Ny03NC4yMTZjLTAuNDI4LTI1LjI2MSwxOS44My00NS43ODQsNDQuOTkzLTQ1Ljc4NGg0NWMxNi41LDAsMzAtMTMuNSwzMC0zMHMtMTMuNS0zMC0zMC0zMEgyMDAuNzk5ICAgIGMtMTcuMDk4LDAtMzMuODk4LDYtNDcuMzk5LDE2LjhsLTQwLjIsMzIuOTk5Yy04LjAzNSw2LjU5NS0xOC4xMDksMTAuMjAxLTI4LjUwNCwxMC4yMDFIMTVjLTguNDAxLDAtMTUsNi41OTktMTUsMTUgICAgYzAsMy4xMjcsMCwyMDUuOTg5LDAsMjEwYzAsOC4zOTgsNi41OTksMTQuOTk5LDE1LDE0Ljk5OWg1My42OTljMTkuODAxLDE5LjQ5OSw0Ni45MDEsMzAsNzQuNSwzMGgyODUuMyAgICBjMTIuMjk5LDAsMjMuNS0xMC4yMDEsMjMuNS0yMi41QzQ1MS45OTksNDYwLjQ0Miw0NDAuNzk4LDQ1MC4yNDMsNDI4LjQ5OSw0NTAuMjQzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTMwMSwzNjEuMzEyYy01LjE1NiwwLjAwMS0xMC4xMzctMC44NjctMTUtMi4xMjJ2NjEuMDUzYzAsOC4zOTksNi41OTksMTUsMTUsMTVzMTUtNi42MDEsMTUtMTVWMzU5LjE5ICAgIEMzMTEuMTM3LDM2MC40NDQsMzA2LjE1NCwzNjEuMzEyLDMwMSwzNjEuMzEyeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQwMi44NTEsMTMyLjYyM2MtNy4yMjItMjUuOTc0LTIyLjU3NS00OS4wMTktNDEuNjM4LTY4LjA4bC0zOS0zOWMtMTEuNzE1LTExLjcxNS0zMC43MS0xMS43MTUtNDIuNDI2LDBsLTQyLjQyLDQyLjQyICAgIGMtMTguNjIyLDE4LjYyMi0zMS4wNTUsNDEuOTIyLTM3LjYwMyw2Ny4zN2MwLjM1LTAuMDA0LDAuNjktMC4wOSwxLjA0LTAuMDlIMzAxYzMzLjA5MSwwLDYwLDI2LjkwOSw2MCw2MHMtMjYuOTA5LDYwLTYwLDYwaC00NSAgICBjLTUuNTA4LDAtOS4wODIsMi43OTgtMTAuNzIzLDQuNDY4cy00LjM4LDUuMjg4LTQuMjc3LDEwLjgyNWMwLjA2NCw0LjA5MS0wLjU5Nyw4LjEwMS0xLjA2NCwxMi4xMzRsMzkuODUxLDM5Ljg1MSAgICBjMTEuNzE1LDExLjcxNSwzMC43MSwxMS43MTUsNDIuNDI2LDBsNDIuNDItNDIuNDJDNDAzLjA0NywyNDEuNjg2LDQxNy44MywxODYuNDk4LDQwMi44NTEsMTMyLjYyM3oiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.icon_raix_farm { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDUwLjgyOSA0NTAuODMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MC44MjkgNDUwLjgzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTE4Ni45ODQsMzIzLjM5NmwtNzUuNDQzLDExNS4zODNjMCwwLTU3LjYyLTEyLjg0NC05MS4wNjUtNzAuNzc1Qy0xMi45NzQsMzEwLjA3Nyw0LjYyOSwyNTMuNjA2LDQuNjI5LDI1My42MDYgICBsMTM3LjY0OS03LjY0OWMwLjQ4LDE1LjEwMiw0LjU1MiwzMC4zMTksMTIuNjQ1LDQ0LjMzQzE2My4wMDQsMzA0LjI5LDE3NC4xNCwzMTUuNDI5LDE4Ni45ODQsMzIzLjM5NnogTTQ0Ni4xNTksMjUxLjg0NiAgIGwtMTM3LjY0Ni03LjY0Yy0wLjQ3NywxNS4xMDEtNC41NjYsMzAuMzEzLTEyLjY0OCw0NC4zMjFjLTguMDkzLDEzLjk5Ny0xOS4yMjMsMjUuMTQ0LTMyLjA3MSwzMy4xMTFsNzUuNDUzLDExNS4zNzcgICBjMCwwLDU3LjcwNS0xMi45OSw5MS4xNDktNzAuOTI2QzQ2My44NDEsMzA4LjE2Miw0NDYuMTU5LDI1MS44NDYsNDQ2LjE1OSwyNTEuODQ2eiBNMjIzLjg2NCwxNjcuMzU0ICAgYzE2LjE3NiwwLDMxLjM5Myw0LjA2OCw0NC43MTQsMTEuMjAxbDYyLjE5Ny0xMjMuMDMyYzAsMC00MC4xMDQtNDMuNDcyLTEwNi45OTMtNDMuNDcyYy02Ni44OTUsMC0xMDYuODI1LDQzLjQ3Mi0xMDYuODI1LDQzLjQ3MiAgIGw2Mi4yMDYsMTIzLjAzMkMxOTIuNDgyLDE3MS40MjIsMjA3LjY5NCwxNjcuMzU0LDIyMy44NjQsMTY3LjM1NHogTTIyMy44NjQsMTk3LjE2MmMtMjYuOTQ5LDAtNDguNzk5LDIxLjg0OC00OC43OTksNDguNzk1ICAgYzAsMjYuOTU2LDIxLjg1MSw0OC43OTksNDguNzk5LDQ4Ljc5OWMyNi45NjEsMCw0OC43OTktMjEuODQzLDQ4Ljc5OS00OC43OTlDMjcyLjY2MywyMTkuMDAzLDI1MC44MTksMTk3LjE2MiwyMjMuODY0LDE5Ny4xNjJ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==') }

.icon_farm_agrichem { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0OC4yNjIgNDQ4LjI2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ4LjI2MiA0NDguMjYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjIxLjIsMTY0LjU4N2M0LjIxNywxLjY1NCw4LjM1NC0yLjM5NCw2Ljk1Ni02LjcwMWMtOS41OTQtMjkuNTY1LTQ0LjMzMS00MC41OTQtNzYuNjIzLTE0LjM2NCAgICBjLTE2Ljk4NiwxMy43OTktMjMuMzY5LDE2LjczMS0yMy41MywxNi44MDVjMTEuMTk4LDExLjE5NiwyMy45OTEsNDguNzY2LDUxLjkxLDUyLjkyMWMzMC43NTUsNS41NzYsNTcuOTc1LTI0LjY4MiwzNS43MDUtMzguNTI4ICAgIGMtMTQuNjQ2LTkuMTA1LTMxLjg5LTE0LjM5NC01MC4zNzQtMTQuMzk0QzE4NC42MjIsMTU1Ljk1OCwyMDMuOTY3LDE1Ny44MzEsMjIxLjIsMTY0LjU4N3oiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNjAuNDY0LDE0My41MmMtNTUuNzQyLTQ1LjI3OC05MS4yOTEsMjYuMTI2LTY5LjE5NCwxOS4wNDhjMTUuNjk0LTUuMDI3LDMyLjg1MS02LjEyMiw1MC4wNjEtMi4yNDMgICAgYy0yOS4xNTksMC01Ni4wMzgsMTMuMzYzLTczLjk1OSwzNS4xMTRjMS40NzItMzQuMTgyLDMuNjk4LTU1LjU3OCw2LjI3OS03MS40OTRjMTQuODk1LTAuNTEyLDM0Ljc0Ny0xMi41NCw0NS42NDktMzMuNTg3ICAgIGMxOC43OTUtMzMuNjM2LDEwLjA3OS02OC4xMjQsNy4yNzQtODkuODg2Yy0xNC42ODYsMTQuMzAxLTc4LjgzOS0yLjQ1Ni0xMDQuMjcxLDQxLjEyNGMtMTEuMjM0LDE5LjI1MS03Ljk2OSw0Mi42NzcsMy44NDksNTkuODIgICAgYzMuNzQxLDUuNDI3LDEyLjY4NiwyLjgyMywxMi45NDEtMy43NjNjMS4xMS0yOC42NSwxNS4zNjktNTAuMjk2LDQxLjk1MS02Mi4yODVjLTExLjkyOCwxNS40NTUtMTkuNzYsMzIuNzU4LTIzLjgwNiw1MC42NDIgICAgYy02LjI4OSwyNy44NTktMTIuODU4LDQ2LjEzNC0xNS4yNywxMzQuOTI5Yy0wLjI0NSw5LjAwNSw3LjA1LDE2LjQ1OSwxNi4wNTgsMTYuMzQ2YzYuNTIxLTAuMDgyLDEyLjEwNy00LjIyLDE0LjYxNS0xMC4yNCAgICBjMy44MTQtOS4xNTYsMTAuMDIyLTE4LjYzMiwyMC4xMjQtMjcuMzE0YzkuNiwxMC42MTEsMjQuMjA4LDE2LjI1NywzOS4zMjMsMTMuNTE2YzI3LjgtNC4xMzcsNDAuNzc0LTQxLjc4OSw1MS45MDktNTIuOTIzICAgIEMzODMuODM0LDE2MC4yNTIsMzc3LjQ1LDE1Ny4zMiwzNjAuNDY0LDE0My41MnoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NDIuNDA2LDI1NC4xNThjLTE3LjQyNi0xMS44MjMtMzYuMzkyLTMuMzk4LTQ1LjEwMiwxLjYzMWwtMTA5LjMwNCw4MGwtNjQsMC4wMTRsLTE2LTE2aDU4Ljc3NiAgICBjMTcuNjc3LDAsMzcuNDc0LTExLjUxNCwzNy40NzQtMzIuMDA3YzAtMjEuNzU3LTE5Ljc5Ny0zMi4wMDctMzcuNDc0LTMyLjAwN2gtMjIuMDI2Yy0xNi4zNjIsMC0zNS40ODMsMS40NTktNDguOTY1LTUuNzU4ICAgIGMtMTIuODA5LTYuNTE4LTI3LjU1OS0xMC4yMjctNDMuMzA0LTEwLjIyN2MtMjYuNDM5LDAtNTAuMTAyLDEwLjU0LTY2LjMxNywyNy4xNjJMMCwzNTEuNzg5bDk2LDk2bDMyLTQ4aDE1MS4yMTYgICAgYzE2LjEyNywwLDMxLjY5NC01LjkxNiw0My43NS0xNi42MjZMNDQzLjUsMjc2LjA4OEM0NTAuMjAxLDI3MC4xMzYsNDQ5LjgyMywyNTkuMTkxLDQ0Mi40MDYsMjU0LjE1OHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.icon_clear_farm { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjU2cHgiIGhlaWdodD0iMjU2cHgiPgogIDxnPgogICAgPGc+CiAgICAgIDxwYXRoIGQ9Im0xMC41LDMxLjJoNC41bDEwLjUsODcuN2MwLjIsMi4xIDIsMy42IDQuMSwzLjZoNjkuOGMyLjEsMCAzLjgtMS41IDQuMS0zLjZsMTAuNS04Ny43aDQuNWMyLjMsMCA0LjEtMS44IDQuMS00LjFzLTEuOC00LjEtNC4xLTQuMWgtOC4yLTIzLjJ2LTEyLjVjMC0yLjMtMS44LTQuMS00LjEtNC4xaC0zN2MtMi4zLDAtNC4xLDEuOC00LjEsNC4xdjEyLjVoLTIzLjItOC4yYy0yLjMsMC00LjEsMS44LTQuMSw0LjFzMS45LDQuMSA0LjEsNC4xem0zOS42LTE2LjZoMjguOHY4LjRoLTI4Ljh2LTguNHptNTUuNiwxNi42bC05LjksODMuMmgtNjIuNmwtOS45LTgzLjJoODIuNHoiIGZpbGw9IiMzNjM2MzYiLz4KICAgICAgPHBhdGggZD0ibTUwLjksMTAxLjljMi4zLDAgNC4xLTEuOCA0LjEtNC4xdi00OS4xYzAtMi4zLTEuOC00LjEtNC4xLTQuMS0yLjMsMC00LjEsMS44LTQuMSw0LjF2NDkuMWMwLDIuMyAxLjgsNC4xIDQuMSw0LjF6IiBmaWxsPSIjMzYzNjM2Ii8+CiAgICAgIDxwYXRoIGQ9Im03OC4xLDEwMS45YzIuMywwIDQuMS0xLjggNC4xLTQuMXYtNDkuMWMwLTIuMy0xLjgtNC4xLTQuMS00LjFzLTQuMSwxLjgtNC4xLDQuMXY0OS4xYzAsMi4zIDEuOSw0LjEgNC4xLDQuMXoiIGZpbGw9IiMzNjM2MzYiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=') }

.icon_clear_red_points { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTEuOTk5IDUxMS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45OTkgNTExLjk5OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIHN0eWxlPSJmaWxsOiNFRTM4NDA7IiBkPSJNNDU0Ljg0OCwxOTguODQ4YzAsMTU5LjIyNS0xNzkuNzUxLDMwNi42ODktMTc5Ljc1MSwzMDYuNjg5Yy0xMC41MDMsOC42MTctMjcuNjkyLDguNjE3LTM4LjE5NSwwICBjMCwwLTE3OS43NTEtMTQ3LjQ2NC0xNzkuNzUxLTMwNi42ODlDNTcuMTUzLDg5LjAyNywxNDYuMTgsMCwyNTYsMFM0NTQuODQ4LDg5LjAyNyw0NTQuODQ4LDE5OC44NDh6Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRkUxRDY7IiBkPSJNMjU2LDI5OC44OWMtNTUuMTY0LDAtMTAwLjA0MS00NC44NzktMTAwLjA0MS0xMDAuMDQxUzIwMC44MzgsOTguODA2LDI1Niw5OC44MDYgIHMxMDAuMDQxLDQ0Ljg3OSwxMDAuMDQxLDEwMC4wNDFTMzExLjE2NCwyOTguODksMjU2LDI5OC44OXoiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==') }

.icon_points_checker { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGZpbGw9IiMzMzMzMzMiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') }

.icon_points_black_pon { background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTMwLjcxOSA1MzAuNzE5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MzAuNzE5IDUzMC43MTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8Y2lyY2xlIGN4PSIyNjUuMzYiIGN5PSIxOTcuNjE5IiByPSI4OS4zMDQiIGZpbGw9IiMyNDI0MjQiLz4KCQk8cGF0aCBkPSJNMjY1LjM2LDUzMC43MTljMCwwLDE5Ny42MjctMjIzLjk0NCwxOTcuNjI3LTMzMy4wOUM0NjIuOTg3LDg4LjQ4MiwzNzQuNTA3LDAsMjY1LjM2LDAgICAgQzE1Ni4yMTMsMCw2Ny43MzEsODguNDgyLDY3LjczMSwxOTcuNjI4QzY3LjczMSwzMDYuNzc0LDI2NS4zNiw1MzAuNzE5LDI2NS4zNiw1MzAuNzE5eiBNMjY1LjM2LDYxLjE3MSAgICBjNzUuMzUyLDAsMTM2LjQ0OCw2MS4wODUsMTM2LjQ0OCwxMzYuNDQ4UzM0MC43MTIsMzM0LjA2NiwyNjUuMzYsMzM0LjA2NmMtNzUuMzUzLDAtMTM2LjQ0Ny02MS4wODUtMTM2LjQ0Ny0xMzYuNDQ3ICAgIFMxOTAuMDA3LDYxLjE3MSwyNjUuMzYsNjEuMTcxeiIgZmlsbD0iIzI0MjQyNCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=') }


/***FRONT_END*** LEO */

.block_porregia {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}


.block_porregia .col-sm-12 { width: 100%; }

.block_porregia .col-sm-12 select { margin-left: 14px; }


.card {

    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
    border-radius: 10px;
    overflow: hidden;
}

.bg_agrichem_search {

    width: 640px;
    height: 494px;
    /*background-color: red;*/
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/tree-nother.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    /*display: none;*/ 
    z-index: 10;
    opacity: 0.06;

}

.content_search_chem {

    padding:  12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    position: relative;

}

.search_chem {
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;

}

.box_search_chem {


    flex: 1;
    padding-right: 20px;
    padding: 4px;
    flex-direction: column;
    display: flex;
}


.box_btns_chem {

    flex: 1;
    padding: 4px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    

}

.box_btns_chem_content {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.title_box_search_chem {

    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0;
    margin-bottom: 14px;

}

.title_box_table_chem {

    font-size: 16px;
    font-weight: 600;
    color:#353535;
    margin: 0;
    margin-bottom: 14px;

}

.content_box_search_chem {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /*overflow:  hidden;*/
   
    font-weight: 500;
    /* box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08); */
    position:   relative;

}

.content_box_search_chem input.put_chem {

    width: 100%;
    font-size: 14px;
    color: #000;
    height: 44px;
    border: 0;
    padding-left:16px ;
    padding-right: 52px;
    background-color: #f5f5f5;
    font-weight: 600;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 2px solid #e6e6e6;
    border-radius: 100px!important;
    overflow: hidden; 
    position: relative;
    z-index: 100;

}

.content_box_search_chem input.put_chem.selecionad { font-weight: 600; font-size: 16px; }

.content_box_search_chem input.put_chem:focus { 

    background-color: #f5f5f5;
    border-color: #e6e6e6!important;
    outline: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5)!important;*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5)!important;*/
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.content_box_search_chem input.put_chem:hover { background-color: #e6e6e6; }

/* .content_box_search_chem input.put_chem:focus .content_box_search_chem{ border-color: #ececec; } */

.content_box_search_chem .btn_chem_search {

    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 20px;
    right: 8px;
    background-color: #429933;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url('../images/magnifying-glass-white.png');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    z-index: 110;

}

.content_box_search_chem .btn_chem_search:active {    

    -webkit-transform: scale(0.9);
    transform: scale(0.9);

}

.content_box_search_chem .btn_chem_search:focus {    

    -webkit-transform: scale(0.9);
    transform: scale(0.9);

}

.box_btns_chem a{

    margin: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 14px;
    height: 44px;
    font-weight: 500;
    padding: .75rem 2rem;
    transition: all .15s ease;
    color: #429933;
    background-color: #fff;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    border-radius: 100px;
    border: 2px solid #e6e6e6;


}

.box_btns_chem a i { font-size: 18px; margin-right: 12px;     margin-top: 2px;}

.box_btns_chem a svg { font-size:20px; margin-right: 8px;     margin-top: 1px;}

.box_btns_chem a strong {  margin-top: 2px; margin-left: 4px;}

.box_btns_chem a:first-child, .box_btns_chem a:last-child { margin-left: 0px; margin-right: 0;}

.box_btns_chem a:hover {

    border-color: transparent;
    color: #fff;
    background-color: #4BAC39;

}


.tables_chem {

    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-direction: row;

}

.table_item_chem {

    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.table_item_chem.table_left_chem { padding-right: 10px; }

.table_item_chem.table_right_chem { padding-left: 10px; }

.table_chem {

    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.tbl_chem_content {

    width: 100%;

}

.tbl_chem_content table { width: 100%; }

.tbl_chem_content table tbody { }


.tbl_chem_content table tbody tr{ 

    width: 100%;
    align-items: center; 
    border-bottom: 1.8px solid #eaeaea;

}

.tbl_chem_content table tbody tr:last-child { border-bottom: 0px; }

.tbl_chem_content table td {

    vertical-align: middle;
    padding: 16px 0px;
    font-weight: 500;
    color: #2d2d2d;

}


.tbl_chem_content table td span.bolder {font-weight: 600;}

.list_buttons_table {

    flex-direction: row;
    display: flex;
    align-items: center;

}

.btn_chem_item {

    width: 28px;
    height: 28px;
    /* margin: 0 12px; */
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    background-color: transparent;
    border-radius: 15px;
    background-position: center;
    background-size: 44%;
    background-repeat: no-repeat;

}

.btn_chem_item:last-child { margin-right: 14px; }


.btn_chem_item.deleter {   background-image: url('../images/cancel-icon.png'); background-size: 38%;}

.btn_chem_item.viewer {   background-image: url('../images/eye-icon.png'); }

.btn_chem_item.editer {   background-image: url('../images/edit-icon.png'); }

.btn_chem_item:hover { background-color: #429933!important }

.btn_chem_item:hover.deleter {   background-image: url('../images/cancel-icon-white.png');}

.btn_chem_item:hover.viewer {   background-image: url('../images/eye-icon-white.png'); }

.btn_chem_item:hover.editer {   background-image: url('../images/edit-icon-white.png'); }


.line_separator_chem {

    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    overflow: hidden;
    border-radius: 100px;
    margin-top: 10px;
    margin-bottom: 30px;

}

a.ball_to_refresh {


    width: 40px;
    height: 40px;
    border-radius: 20px;
    border:0px!important;
    background-color: #429933!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url('../images/down_arrows.png');
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    outline: none;
    margin-left: 20px!important;


}

a.ball_to_refresh {

    -webkit-transition: -webkit-transform .4s ease-in-out!important;
    transition:         transform .4s ease-in-out!important;
}

/*a.ball_to_refresh:hover {

     -webkit-transform: rotate(360deg)!important;
          transform: rotate(360deg)!important;
}*/


.farm_perfil {

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

}

.farm_perfil .box_search_chem{

    padding:0;
}

.farm_head_perfil {

    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1;
    z-index: 1150;
}

.farm_body_perfil {

    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex: 1;
}

.content_info_farm {


    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}


.farm_perfil .content_search_chem { width: 100%; padding:0; margin-top: 20px;}

.content_info_farm ul.list_info_farm {

    margin:0;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top:4px;
    list-style: none;

}

.content_info_farm ul.list_info_farm>li.item_info_farm {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 34px;

}

.content_info_farm ul.list_info_farm>li.item_info_farm  p {

    font-size: 13px;
    color: #b3b3b3;
    margin:0;
    margin-bottom: 14px;

}

.content_info_farm ul.list_info_farm>li.item_info_farm h3 {

    font-size: 14px;
    color: #2d2d2d;
    margin:0;
    margin-bottom: 14px;
    font-weight: 600;

}

.farm_body_perfil_title {

    font-size: 16px;
    color: #b3b3b3;
    margin:0;
    

}

ul.list_card_talha {

    display: grid;
    grid-gap: 16px;
    margin:0;
    padding:0;
    list-style: none;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and ( min-width: 1920px ) {


    ul.list_card_talha { grid-template-columns: 1fr 1fr 1fr 1fr; }

}

@media screen and ( max-width: 1520px ) {


    ul.list_card_talha { grid-template-columns: 1fr 1fr; }

}

@media screen and ( max-width: 1119px ) {


    ul.list_card_talha { grid-template-columns: 1fr; }

}

ul.list_card_talha li.item_card_talha {
/*
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;*/
    /*flex-grow: 1;*/
    /*flex-basis: 33.3333%*/
    width: 100%;
    margin-bottom: 10px;
    /*margin-right:10px;*/
}

.card_talha {


}

.card_talha .img_card_talha{

    width: 100%;
    height: 286px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2d2d2d;
    position: relative;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);

}

.image_card_talha { 

    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;


}

.image_card_talha img { width: 100%; }

.card_talha .img_card_talha .contlinear_card_talha {

    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.72) 0,transparent 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.72) 0,transparent 100%);
    z-index: 999;
    width: 100%;
    height: 100%;
    position: relative;
}

.cont_head_card_talha {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 18px;

}

.cont_title_card_talha {


    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

}

.cont_title_card_talha h3 {

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin:0;
    margin-bottom: 4px;

}

.cont_title_card_talha p {

    font-size: 14px;
    color: #fff;
    opacity: 0.54;
    margin:0;

}

.cont_head_btns_card_folha {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}

.btn_head_card_folha {

    width: 32px;
    height: 32px;
    border-radius: 20px;
    border:0px!important;
    background-color: #429933!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url('../images/refresh.png');
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    outline: none;
    margin-left: 12px!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}

.btn_head_card_folha.deleter_card { background-image: url('../images/trash-white.png'); }

.btn_head_card_folha.editer_card { background-image: url('../images/edit-white.png'); }

.btn_head_card_folha:active, .btn_head_card_folha:hover, .btn_head_card_folha:focus {

    -webkit-transform: scale(0.9);
    transform: scale(0.9);

}


.bottom_card_talha {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;

}

.cont_bottom_btns_card_folha {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;


}

.block_bottom_btn {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0 14px;


}

.block_bottom_btn:last-child, .block_bottom_btn:first-child { padding-left: 0; padding-right:0; }


.block_bottom_btn:last-child{ padding-left: 14px; border-left: 1px solid #e6e6e6}

.block_bottom_btn:first-child{ padding-right: 14px; border-right: 1px solid  #e6e6e6;s }

.circle_plus_btn {

    width: 30px;
    height: 30px;
    border-radius: 20px;
    border:0px!important;
    background-color: #429933!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url('../images/plus-icon-white.png');
    background-position: center;
    background-size: 38%;
    background-repeat: no-repeat;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    outline: none;
    margin-left: 8px!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}

.item_card_talha .image_card_talha img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .8s ease;
    -moz-transition: -moz-transform .8s ease;
    transition: transform .8s ease;
}


.item_card_talha:hover .image_card_talha img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* modal chem */

.modal_chem_content {

    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin-top: 160px;

}

.modal_chem_head {

    display: flex;
    position: relative;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;

}

.modal_chem_body {

    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
     padding-top: 18px;
    padding-bottom: 18px;
}

.modal_chem_footer {

    display: flex;
    position: relative;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
    justify-content: center;
}

.close_modal_chem {

    width: 30px;
    height: 30px;
    border-radius: 20px;
    border:0px!important;
    background-color:transparent!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url('../images/cancel(2).png');
    background-position: center;
    background-size: 38%;
    background-repeat: no-repeat;
    /*box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
    outline: none;
    position: absolute;
    right: 0;

}

.modal_chem .cont_title_card_talha h3 { color: #429933; }

.modal_chem .cont_title_card_talha p { color: #2d2d2d; }

ul.list_relat_ger {

    width: 100%;
    display: flex;
    margin:0;
    padding:0;
    flex-direction: column;

}

ul.list_relat_ger li.item_relat_ger {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

ul.list_relat_ger li.item_relat_ger label {



}

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
    width: 100%;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: right;
    font-size: inherit;
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
    font-size: 16px;
    font-weight: 600;
}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid #b3b3b3;
    border-radius: 0.125em;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
    background: #429933;
    border: none;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
    right: 8px;
}

.title_body_chem {

    font-size: 16px;
    color: #b3b3b3;

}


/* table */

.table_card_chem  div.widget-box.transparent>.widget-header{

    width: 100%!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6!important;
    margin-bottom: 6px!important;

}

.table_card_chem .widget-box.transparent {

    padding-top: 0px!important;
    padding-bottom: 0px!important;

}

.table_card_chem h4.lighter {

    color: #2d2d2d!important;
    font-weight: 600!important;

}

.table_card_chem h4.lighter i { color: #429933!important; }

.table_card_chem table i.icon-caret-right  { display: none!important; }

.table_card_chem table th a { color: #2d2d2d!important }

.table_card_chem table th { 

    padding-right: 0px!important;
    padding-left: 0px!important;

}

.ul-list-chem-search ul { width: 100%; }
.ul-list-chem-search .dropdown-menu li a:hover, .ul-list-chem-search .ul-list-chem-search .dropdown-menu li a:focus, .ul-list-chem-search .dropdown-menu li a:active, .ul-list-chem-search .dropdown-menu li.active a, .ul-list-chem-search .dropdown-menu li.active a:hover, .ul-list-chem-search .dropdown-menu .dropdown-submenu:hover>a, .ul-list-chem-search .nav-tabs .dropdown-menu li>a:focus { background-color: #429933!important }


.ul-list-chem-search .dropdown-menu {

    margin-top: -44px!important;
    padding-top: 64px!important;
    z-index: 50!important;
    border: 0px!important;
    border-top-left-radius: 30px!important;
    border-top-right-radius: 30px!important;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08)!important;

}

.viewr_card {   background-image: url('../images/eye-icon-white.png'); }

.animated.delay1 { z-index: -1!important;}

.pp_pic_holder, .modal-dialog, .modal{
    z-index: 999999999999!important;
}


.pp_overlay, .modal-backdrop {

     z-index: 99999999!important;
}
    
.pp_pic_holder{
    top: 1.5px!important;
}
/***FRONT_END*** LEO */

/* img { width: 100%!important; } */

/* 

.texto-verde, .texto-verde:hover{
    color:#347d77!important;
}

.nav-list li.active>a:after{
    display: none!important;

    border: none!important;
}
.nav-list>li>a{
    height: 40px!important;
    line-height: 40px!important;
    min-height: auto!important;
    padding: 0 6px 0 7px!important;
}

.nav-list>li>.submenu:before, .nav-list>li>.submenu>li:before {
 border: 0px solid #72c0c1!important;
}

.nav-list>li .submenu>li>a:hover{
    background-color:#347d77!important;
}

.dropdown-menu li>a:hover{
    background-color: #034546!important;
}

.page-content #wrapper-center{
    padding-top: 10px;
}


.btn-o-ver,.btn-o-inserir,.btn-o-editar,.btn-o-excluir{
    margin-left:10px;
}

span.input-group-btn input.btn{
    font-size: 14px;
    background-color: #7fbbb3!important;
    color: #fff!important;
    -moz-border-radius-topright: 5px!important;
    -webkit-border-top-right-radius: 5px!important;
    border-top-right-radius: 5px!important;
    -moz-border-radius-bottomright: 5px!important;
    -webkit-border-bottom-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;

}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none!important;
}

th a, th a:hover, th a:active{
    color: #034546;
}

.table thead>tr>th,.table thead>tr>td {
  border-top: 1px solid #fff!important;
  border-bottom: 0px solid #68b689!important;
  border-left: 1px solid transparent!important;
}


.table tbody>tr>th, .table tfoot>tr>th,   .table tbody>tr>td, .table tfoot>tr>td {
    vertical-align: middle;
    border-top: 1px solid #fff!important;
    border-bottom: 1px solid #ddd!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid transparent!important;
}


img.ui-datepicker-trigger {
    width: 23px;
    margin-left: 8px;
}

span#span_nascimento{
    font-size: 27px;
}

input[type="radio"] {

    background-color: #fff;
    zoom: 1.3;
    margin-top: 6px;
    margin-bottom: -3px;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
 -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(148,168,168,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(168,168,168,1);
    box-shadow: 0px 0px 0px 1px rgb(181, 181, 181);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: none;
    content: '';
    display: block;
    height: 11px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 11px;
}
input[type="radio"]:checked:after {
    background-color: #da7e8a;
    box-shadow: none;
}​

.input-group input[type=text].form-control,
.input-group input[type=password].form-control,
.input-group input[type=datetime].form-control,
.input-group input[type=datetime-local].form-control,
.input-group input[type=date].form-control,
.input-group input[type=month].form-control,
.input-group input[type=time].form-control,
.input-group input[type=week].form-control,
.input-group input[type=number].form-control,
.input-group input[type=email].form-control,
.input-group input[type=url].form-control,
.input-group input[type=search].form-control,
.input-group input[type=tel].form-control,
.input-group input[type=color].form-control,
.input-group textarea.form-control
 {
    -moz-border-radius-topleft: 5px!important;
    -webkit-border-top-left-radius: 5px!important;
     border-top-left-radius: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
 }

.avatar-side-bar-custom{

    width: 155px;
    height: 155px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 7px #ffffff solid;
    margin: 20px auto;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.24);
}
.page-header h1{ color: rgb(75, 172, 57)!important; }
.page-header{
        border-bottom: 1px solid rgb(221, 221, 221)!important;
}

.nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus {
    background-color: #2e7c76!important;
}
.nav-tabs[class*=tab-color-]>li.active>a, .nav-tabs[class*=tab-color-]>li.active>a:focus, .nav-tabs[class*=tab-color-]>li.active>a:hover{
      background-color: #fff!important;
}
.nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li.active>a:hover{
    border-color: #b5b5b5 #b5b5b5 transparent!important;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-top: 1px solid #b5b5b5!important;
    margin-top: 0px!important;
}
#menu-abas ul.nav-tabs.background-blue{
    padding-top: 6px!important;
    background-color: #ffffff!important;
    border: 1px solid #ffffff!important;
}
.tab-content{border-top: 1px solid #b5b5b5!important; border-right: 0px solid #b5b5b5!important;border-left: 0px solid #b5b5b5!important;}

.widget-toolbar:before{
    border: 1px solid #ffffff!important;
}
div.BoxTop.widget-box .widget-header a i{ color: white; }
.line-separator{
    height: 13px;
    background: none;
}

.ui-datepicker td>a.ui-state-active{
    background-color: #2e7c76!important;
    color: #FFF!important;
    border: 1px solid #2e7c76!important;
}
.secao > h3 {
    color: #2e7c76!important;
    border-left: 8px solid #2e7c76!important;
    border-bottom: 1px solid #2e7c76!important;
    font-weight: lighter!important;
    padding: 3px 9px!important;
    background: #FEFEFE!important;
    font-size: 22px!important;
    background: url(images/bg-h3.gif) repeat-x bottom left!important;
}

.item label, label , .item label b{
    font-size: 14px!important;
    font-weight: 400!important;
}

.ui-datepicker-trigger{
    width: 16px;
    margin-left: 10px;
}

#widget-filtro{
    display: inline-block;
}
#widget-filtro div div h5{
    margin-right: 10px;
}


input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before, input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #7fbbb3!important;
    border-color: #689993!important;
}

tr.paginacao * {
    font-size: 14px!important;
}


form.FormFiltro table.TableList {
    margin-bottom: 0px;
}

form.FormFiltro table.TableList tbody tr:last-child td{
    border-bottom: 1px solid #fff!important;
}

/*  FORMATACAO DE TABELAS 


.td_id,.th_telefone,.td_numero,.td_inativo,.td_valor_pgto,.td_valor
,.th_valor,.th_valor_pgto,.th_inativo,.th_liberado, .td_liberado, .td_codigo, .th_codigo{
    text-align: center;
}

.table tfoot>tr>td {
    border-bottom: 1px solid #fff!important;
}


/* MENU MODO MOBILE
    .sidebar {margin-top: 0px!important;}
    .menu-toggler{
        padding: 5px!important;
        width: 29px!important;
        height: 36px!important;
        top: -46px!important;
        z-index: 999999999999!important;
    }
    .menu-toggler:before {
        border-top: 3px solid white!important;
        border-bottom: 2px solid white!important;
        left: 6px!important;
        top: 19px!important;
        }
    .menu-toggler:after {
        border-top: 2px solid white!important;
        border-bottom: 3px solid white!important;
        left: 6px!important;
        top: 25px!important;
    }

    #mobile-cog-config{
        display: none ;
    }
    .topo-titulo {
        margin-left: 57px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: bold;
    }
    #logo-imagem-topo{margin:20px!important;}
}


@media  (min-width:200px) and (max-width:320px){
    .navbar-header.pull-left{ display: none!important;}
    ul.nav.ace-nav {
    display: inline-block;
    float: right;
    text-align: center;
    background-color: #abb0af;
    border: 1px solid #abb0af;
    border-width: 1px 0;
    letter-spacing: -3px;
    }
.topo-titulo{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 width: 100px;
}
    .container-logo-topo{
        margin-right: 40px;
    }
    ul.ace-nav>li:first-child {
        border-left: 0px solid transparent;
    }
    .navbar div.navbar-header.pull-right {
        display: inline-block!important;
        float: right!important;
    }
    ul.ace-nav{
        height: 41px;
        margin: 0!important;
        line-height: 0!important;
    }
    ul.ace-nav>li {
        display: block;
        float: left!important;
        text-align: left;
        letter-spacing: normal;
    }

}
@media  (min-width:321px) and (max-width:480px){
    .navbar-header.pull-left{ display: none!important;}
    ul.nav.ace-nav {
    display: inline-block;
    float: none!important;
    text-align: center;
    background-color: #113234;
    border: 1px solid #113234;
    border-width: 1px 0;
    letter-spacing: -3px;
    }
    .topo-titulo{
        white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
         width: 140px;
    }
    .container-logo-topo{
        margin-right: 40px;
    }
    #content-text-config{
        display: none ;
    }
    ul.ace-nav>li:first-child {
        border-left: 0px solid transparent;
    }
    .navbar div.navbar-header.pull-right {
        display: inline-block!important;
        float: right!important;
    }
    ul.ace-nav{
        height: 41px;
        margin: 0!important;
        line-height: 0!important;
    }
    ul.ace-nav>li {
        display: block;
        float: left!important;
        text-align: left;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 991px){
    .menu-toggler>.menu-text {
      display: none!important;
    }
    .menu-toggler {
        background-color: #2e7c76;
    }
    .menu-sidebar-piece{display: none;}

    .sidebar {
    border: 1px solid #2e7c76;
    }
    #mobile-cog-config{
        display: block!important;
    }
    #content-text-config{
        display: none ;
    }
}
ul.user-menu.dropdown-close.pull-right {
    left: -184px!important;
}


.container-logo-topo img{
    margin-left: 40px;
}

STYLE REVENDA EXPRESS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&display=swap');
.meta-revenda .main-container:after,
.meta-revenda .page-content,
.meta-revenda .menu-am .nav-list>li>a:hover,
.meta-revenda .menu-am .nav-list>li>a:focus{
    background-color: #e9e9e9!important;
}

.meta-revenda .menu-am .nav-list>li>a:hover,
.meta-revenda .menu-am .nav-list>li>a:hover i,
.meta-revenda .menu-am .nav-list>li>a:focus,
.meta-revenda .menu-am .nav-list>li>a:focus i{
    color: #fff;
}

.meta-revenda .am-navbar{
    background-color: #267A1C;
}

.meta-revenda .sidebar:before,
.meta-revenda .menu-am,
.meta-revenda .menu-am > ul > li > a{
    background-color: #E6E6E6;
}

.meta-revenda .button-menu-mobile,
.meta-revenda .am-navbar-user .ace-nav>li.light-blue>a{
    background-color: #125706;
}

.meta-revenda .sidebar,
.meta-revenda .sidebar:before{
    border: none;
}

.meta-revenda .page-content .page-header{
    display: none;
}

.pdl{
    padding-left: 0;
}

.pdr{
    padding-right: 0;
}

.cockpit-revenda h3{
    color: #4bac39;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Montserrat';
}

.cockpit-revenda .box-white{
    background-color: #fff;
    border-radius: 5px;
    padding: 18px;
    margin-bottom: 10px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
}

.cockpit-revenda .box-white.bd-green{
    border-top: solid 5px #1F914C;
}

.cockpit-revenda .box-white:after{
    content: "";
    clear: both;
    display: block;
}

.cockpit-revenda label{
    display: flex;
    color: #4E4E50;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 10px;
}

.cockpit-revenda label.db{
    display: block;
}

.cockpit-revenda label small{
    display: block;
    font-size: 13px;
}

.cockpit-revenda label svg{
    margin-right: 15px;
}

.cockpit-revenda input,
.cockpit-revenda select{
    border: solid 1px #707070;
    outline: none;
    padding: 0 15px;
    height: 38px;
    width: 100%;
    background-color: #fff;
}

.cockpit-revenda input.i-edit{
    background-image: url('../images/edit.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.cockpit-revenda input.i-del{
    background-image: url('../images/eraser.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.cockpit-revenda .box-white .mb10{
    margin-bottom: 20px;
}

.cockpit-revenda .separator{
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    margin: 20px 0;
}

.cockpit-revenda .box-white table{
    width: 100%;
    border-collapse: collapse;
}

.cockpit-revenda .box-white table th{
    text-align: center;
    padding: 12px;
    font-size: 15px;
}

.cockpit-revenda .box-white table th.border{
    border: solid 1px #707070;
}

.cockpit-revenda .box-white table .dflex{
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}

.cockpit-revenda .box-white table .dflex span{
    margin-right: 25px;
}

.cockpit-revenda .box-white table .dflex span:last-child{
    margin-right: 0;
}

.buttons{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.buttons button.btn-grey{
    display: flex;
    align-items: center;
    background-color: #434343 !important;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px !important;
    outline: none;
}