#map {
    height: 600px;
    z-index: 0;
}
#map_distribution {
    height: 800px;
    z-index: 0;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

.ai-color {
    color: #190ba8!important;
    font-weight: 600;
}

a.ai-color:active, a.ai-color:focus, a.ai-color:hover {
    color:#190ba8;
    font-weight: 600;
}

.leaflet-popup-content {
    font-size: 13px !important;
}

.img-maxh {
    max-height: 210px;
}

.img-icons {
	max-height: 210px;
    min-height: 210px;
}
min-height: 210px;

.dark-color {
    background-color: #111;
    color: #fcfcfc
}

.light-color {
    background-color: #fff;
    color: #222
}

.dark-main-color {
    background-color: #00326a;
    color: #fff
}

.main-color {
    background-color: #003f89;
    color: #fff
}

.light-main-color {
    background-color: #113a55;
    color: #fff
}

.pre-header-bar-color {
    background-color: #044571 !important;
    color: #f3f3f3!important;
}

.pre-header-bar-btn {
    color: #fdfcfc!important;
    border-color: #fdfcfc!important;
}

.box.light-main-color {
    border-color: #01484f;
}

.dark-color .dark-color {
    background-color: #1e1e1e
}

.light-color .light-color {
    background-color: #f2f2f2
}

.dark-main-color .dark-main-color {
    background-color: #02747e
}

.main-color .main-color {
    background-color: #239fa9;
    color: #fff
}

.light-main-color .light-main-color {
    background-color: #40a8b1
}

i:before {
    color: #40a8b1;
}

.dark-color a {
    outline: 0;
    color: rgb(2 116 126);
}

.dark-color a:active, .dark-color a:focus, .dark-color a:hover {
    outline: 0;
    color: #40a8b1;
}

.structure-menu li a {
    padding: 2px 0;
    display: inline;
    padding-left: 0px;
}

.structure-menu li a:before {
    content: none!important;
    font-family: custom-icons;
}

i[class*=" icon-"].circle:before, i[class*=" icon-"].rounded:before, i[class*=" icon-"].squared:before, i[class^=icon-].circle:before, i[class^=icon-].rounded:before, i[class^=icon-].squared:before {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
}

.prj_content, .btn_content{
	height: 100px;
    overflow: scroll;
}

.dropdown-menu.icons>li {
    display: inline;
    float: left;
}

/** Your theme modifications here **/
.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #423535;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #f7d4d4;
}

.navbar-brand.personal-page {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 30px;
}

.navbar-brand {
    padding: 10px 0;
}

.allw {
    width:100%;
}
input[type="file"] {
    width: 100%;
}

.btn-primary, .btn.primary {
    color: #fcfcfc!important;
    background-color: #02247e;
    border-color: #040404;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn.primary.active,.btn.primary:active,.btn.primary:focus,.btn.primary:hover,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn.primary {
    color: #fcfcfc;
    background-color: #4467ba;
    border-color: #000
}

.ribbon.new {
    top: 75px;
}
.ribbon.gift {
    top: 75px;
}
.ribbon.sale {
    top: 120px;
}
.ribbon.new .theribbon {
    background-color: #5b8fde;
}
.ribbon.gift .theribbon {
    background-color: #009688;
}
.ribbon .theribbon {
    width: 100px;
    background-color: #32635c;
}

.alert-warning, .alert.warning {
    background-color: #ffffff;
    border-color: #eaeaea;
    color: #555;
}

.box.slideshow .owl-controls .owl-page.active span, #main-slider .owl-controls .owl-page.active span, .box.slideshow .owl-controls.clickable .owl-page:hover span, #main-slider .owl-controls.clickable .owl-page:hover span {
    background: #d8052c;
}

.owl-pagination {
	padding-top:5px;
}
.box.slideshow .owl-controls, #main-slider .owl-controls {
    background-color: #212016;
}

.navbar #search {
    clear: both;
    text-align: right;
}
#footer .social a {
    width: 130px;
}

footer#main-footer {
    padding-top: 40px;
    padding-bottom: 0;
}

.footer-widget {
    margin-bottom: 50px;
}

#hot h2 {
    font-weight: 500;
}


#advantages .box h3 {
   font-weight: 500;
   text-transform: initial;
}

#advantages .box p a {
    color: #555555;
}

.panel-primary > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#content .panel.sidebar-menu {
    height: auto;
}

/*
.panel-body {
    max-height: 1000px;
    overflow: auto;
}
*/

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
    background-color: #f5f5f5;
}

#content .panel.sidebar-menu ul.nav.category-menu li a {
    text-transform: initial;
    padding: 5px 15px;
    font-weight: 400;
}

.panel-title>a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.fa.pull-left, .glyphicon.pull-left {
    margin-right: .3em;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
	border: 1px solid transparent;
}

.panel-primary > .panel-heading {
    color: #333;
    background-color: #bbb;
    border-color: #ddd;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-mmedia {
    margin-top: 10px;
    margin-left: 10px;
}

.nav-pills > li > a {
    padding: 5px 5px;
	background-color: #ffffff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    padding: 5px 5px;
}

.badge {
    background-color: #999;
}

.badge:hover {
    color: #555;
    background-color: #d0d0d0;
}

.nav-pills > li > a.token-row {
    color: #333;
	padding-bottom:0px;
}

.nav-pills > li > span.token-row {
    color: #333;
	padding: 5px 5px;
	padding-bottom:0px;
}

.video-summary {
    color: #333;
    padding: 0px;
    font-size: 12px;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #777;
    background-color: #fff;
}

span.glyphicon {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

span.fa {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.father {
	color: #380013;
}

.ref_father {
	color: #ffffff;
}

.father:hover, .ref_father:hover {
	color: #b9013f;
}

#content #checkout .table tbody tr td img, #content #basket .table tbody tr td img, #content #customer-order .table tbody tr td img {
    width: inherit;
}

#content .table a {
    color: #046871;
    font-weight: 600;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 1000px;
  }
}

.modal-header {
    color: white;
}

.modal-body {
    background-color: #f1f1f1;
}

.modal-title {
    color: black;
}

.btn-xs {
    float: right;
    margin-right: 20px;
}

.text-row {
    padding:0px;
	margin-top:10px;
}

.mr-0 {
    margin-right: 0!important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.nopd {
    padding:0px;
}

.p-small {
    padding: 5px;
}

.p-medium {
    padding: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-small {
    margin-top: 35px;
}

.mt-medium {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 4px!important;
}

.mb-4 {
    margin-bottom: 4px!important;
}

.mt-8 {
    margin-top: 8px!important;
}

.mb-8 {
    margin-bottom: 8px!important;
}

.ml-4 {
    margin-left: 4px !important;
}
.ml-8 {
    margin-left: 8px!important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mt-12 {
    margin-top: 12px!important;
}

.mb-12 {
    margin-bottom: 12px!important;
}

.quick-contact {
    text-align: right
}

img.img-max-w {
    width: 100%;
}

.panel-default {
    padding: 0px;
	background-color: #e6e6e6;
}

.panel-default>.panel-heading {
    color: #333;
    border-color: #d0c9c9;
    margin-left: 10px;
}


.control-label {
    font-weight: 500;
}

.control-label  a{
    font-weight: 500;
	color: #333333;
}

label {
    margin-bottom: 0px;
	margin-top: 5px;
}

.label-md  {
    font-weight: 600;
    font-size: 1em;
    color: #002b62;
}

.label-md.minh  {
    min-height: 50px;
}

.label-sm  {
    font-weight: 600;
	font-size: 0.9em;
	color: #333333;
}

.map_div {         
             border:1px solid #A2BDF2;
             float:left;
             margin:0px;
             width:360px;
             height:200px;
			 z-index:200;
           }
		   
hr {
    border-top-color: #d0d0d0;
}

header.carousel {
    height: 450px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media(max-width:767px) {

    header.carousel .carousel {
        height: 70%;
    }
}

#go-to-top {
    background: #fdfdfd;
}

#go-to-top {
    padding-bottom: 20px;
    border: 3px solid transparent;
    border-radius: 0;
    bottom: 20px;
    padding: 0;
}

#go-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    padding: 5px;
    display: none;
    border-radius: 4px 4px 0 0;
    text-align: center;
    z-index: 5;
    width: 50px;
    height: 50px;
}

#content #blog-listing .post {
	border: solid 0px #e6e6e6;
    padding: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

#content #blog-listing .post .image img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#content #blog-listing.post:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#content .product {
    background: #e6e2e2;
    border: solid 1px #d0c9c9;
}

#content .product.mark {
    background: #aacfd3;
    border: solid 1px #92b0b5;
}

#content .product.tocheck {
    border: solid 1px #1e31c9 !important;
}
#content .product.notready {
    border: solid 1px #c9441e !important;
}
#content .product.okval {
    border: solid 1px #1b9f05 !important;
}
#content .product.inlav {
    border: solid 1px #ea9e0b !important;
}

#content .product .text h3 {
    height: auto;
}

#content #blog-listing .post .intro {
    margin-left: 5px;
}

.modal-body h5 {
    font-size: 15px;
    background-color: #dad0d0;
}

textarea.big-text {
    height: 150px;
}

.form-control.fh1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-size: 40px;
	height: 50px;
}

.form-control.fh2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-size: 30px;
	height: 50px;
}

.form-control.fh3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-size: 24px;
	height: 50px;
}

.form-control.flab {
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
	background-color: var(--main-color);
}

.form-control.fstd {
    font-weight: 300;
    font-size: 14px;
}

.form-control.flead {
    font-weight: 300;
    font-size: 21px;
}

.form-control.fprjh3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
}

.ghost { 
	visibility:hidden;
	display:none;
    padding:0px;
	height: 0px;
}	 

.form-group {
    margin-bottom: 8px;
}

p {
    margin: 0 0 10px;
}

.aleft {
    text-align: left;
}

blockquote {
    border-left: 5px solid #312d2d!important;
	background-color: #e6e6e6;
}

blockquote:before {
    content: '';
}

.tabs-minimal .nav.nav-tabs>li:first-child>a {
    padding-left: 10px;
}

.tabs-minimal .nav.nav-tabs>li.active>a {
    background-color: #034ea2;
    color: #ced2dd;
    padding-left: 10px;
    font-weight: bold;
}

.tabs-minimal .nav.nav-tabs>li>a {
    background-color: #ddd;
	color: #034ea2;
}

.tabs-minimal .nav.nav-tabs>li.active>a:hover {
    background-color: #4898d6;
    color: #222;
    padding-left: 10px;
    font-weight: bold;
}

.tabs-minimal .nav.nav-tabs>li>a:hover {
    background-color: #ddd;
	color: #317db8;
}

.opt-title {
    font-style: italic;
    font-weight: 500;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    min-height: 0.01%;
    /* max-height: 600px; */
}

.box.padding-small {
    padding: 25px;
}

.dropdown-menu {
    max-height: 500px;
    overflow: auto;
}

i[class*=" icon-"].medium.circle:before, i[class*=" icon-"].medium.rounded:before, i[class*=" icon-"].medium.squared:before, i[class^=icon-].medium.circle:before, i[class^=icon-].medium.rounded:before, i[class^=icon-].medium.squared:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
}

.gray-bgcolor {
    background-color: #e6e6e6;
}

.menu_structure ul {
	list-style-type: none;
    padding: 0 0 0 20px;
	margin: 0;
	margin-bottom: 10px;
}

.scrollable-md {
    max-height: 500px;
    overflow: auto;
}

.scrollable-lg {
    max-height: 700px;
    overflow: auto;
}

.box.dark-light-main-color {
    border-color: #c9c8c8;
    background-color: #f7f4f4;
    border-width: thin;
    color: #1e1e1e;
}

.box.dark-main-color {
    border-color: #c9c8c8;
	background-color: #dcd8d8;
    color: #1e1e1e;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25.0%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
}

.figure {
    display: inline-block;
	padding-right: 15px;
    padding-left: 15px;
}

figure {
    margin: 0 0 1rem;
}

.figure-img.max-h {
    max-height: 200px;
}
.figure-img.min-h {
    max-height: 40px;
}

.rounded {
    border-radius: 0.4rem !important;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img.responsive {
    max-width: 100%;
    max-height: 350px;
}

img, svg {
    vertical-align: middle;
}

figure figcaption {
    margin-top: 5px;
    font-size: 0.8em;
}

figcaption.h-small {
    min-height: 40px;
}


.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}

input, textarea {
    background-color: #fefefe !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee!important;
    opacity: 1;
}

.bg_selected[disabled] {
    background-color: #f7efc0!important;
}

body.header-6 .menu-header:not(.scroll-header) {
    background-color: white;
}

@media (min-width: 1025px) {
    body.header-6 .menu-header:not(.scroll-header) {
        background-color: transparent;
    }
	figcaption.h-medium {
		min-height: 70px;
	}
}

@media (max-width: 450px) {
	figcaption.h-medium {
		min-height: 30px;
	}
	.figure.col-sm-12 {
		width: 100%;
	}
}

.due-error {
    border-color: #bd2130!important;
    border-width: 3px!important;
}

.box-error {
    background-color: #e6e2e2 !important;
	border-color: #bd2130!important;
    border-width: 1px!important;
}

.full_txt_style {
	height: 600px;
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	border-width: 1px;
	border-style: dotted;
	border-color: #e5e5e2;
	padding: 8px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 1000px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.highcharts-label text {
    font-size: 1.2rem!important;
    font-weight: bold;
    fill: rgb(255, 255, 255);
}
.highcharts-menu-item {
    font-size: 1.3rem!important;
}
.highcharts-breadcrumbs-group, .highcharts-button, .highcharts-label {
    font-size: 1.5rem!important;
}

#procedure_area {
    min-width: 320px;
    margin: 0 auto;
    min-height: 800px;
}

#chart_container {
    min-height: 800px;	
}

.highcharts-axis-labels text, .highcharts-axis text, .highcharts-label text {
    font-size: 1.1rem!important;
    font-weight: bold;
    fill: rgb(255, 255, 255);
}

.highcharts-xaxis-labels {
   min-width: 200px!important;
}

.highcharts-legend text {
	font-size: 1.2rem!important;
	font-weight: bold;
}

.highcharts-title, .highcharts-title {
	font-size: 1.5rem!important;
	font-weight: bold;
}

.highcharts-subtitle, .highcharts-subtitle {
	font-size: 1.3rem!important;
	font-weight: bold;
}