@font-face {
  font-family: 'Khmer OS Muol Light'; /* set name */
  src: url(font/KhmerOSmuollight.ttf); /* url of the font */
}
@font-face {
  font-family: 'Khmer OS Bokor'; /* set name */
  src: url(font/KhmerOSbokor.ttf); /* url of the font */
}
@font-face {
  font-family: 'Khmer OS Siemreap'; /* set name */
  src: url(font/KhmerOSsiemreap.ttf); /* url of the font */
}
@font-face {
  font-family: 'Khmer OS Content'; /* set name */
  src: url(font/KhmerOScontent.ttf); /* url of the font */
}

/*Definition copy from style_en and style_km for common use  */

/* Parallelogram container */
.parallelogram-container {
  width: 360px;
  height: 360px;
  position: relative;
  transform-style: preserve-3d;
}

/* Main parallelogram element */
.parallelogram {
  width: 100%;
  height: 100%;
  position: relative;
  transform: skewX(-8deg);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
}

/* Parallelogram image */
.parallelogram-image {
  width: 130%;
  height: 100%;
  margin-left: -20px;
  object-fit: cover;
  transform: skewX(8deg) scale(1.2);
  transition: transform 0.4s ease;
}

/* Image zoom effect on hover */
.parallelogram:hover .parallelogram-image {
  transform: skewX(8deg) scale(1.1);
}

/* Overlay text style */
.parallelogram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 102, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.parallelogram:hover .parallelogram-overlay {
  opacity: 1;
}

/*Definition copy from style_en and style_km for common use  */
input[type="number"] {
  max-width: 80%;
}
p{
  font-family: 'Open Sans', sans-serif !important;
}
.navbar-nav {
    padding-top: 10px;
}

.navbar-default {
    background-color: #055a87;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1d4e89;
    background-color: #ffffff;
}

.panel-default {
    border-color: #00000000;
    background-color: #00000000;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 2px!important;
    margin-bottom: 2px!important;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#aqua_year2-label {
    color: #055a87;
}
#aqua_year-label {
    color:  #055a87;
}
#open_login {
      width: 32px;
      height: 32px;
      padding: 0px;
      position: relative;
      top: -10px;
      right: -30px;
}

#logged_image {
      width: 30px;
      height: 30px;
}
#switch_lang {
      width: 60px;
      height: auto;
      padding: 0px;
      position: relative;
      top: 20px;
      right: 20px;
}



.selectProv {
  position: relative;
  left: 10px;
  width: 200px;
}
#text_col3 {
    background-color: #cdcfe0;
    color: #333;
    font-weight: 350;
}
#text_col2 {
    background-color: #cdcfe0;
    color: #333;
    font-weight: 350;
}
#text_col1 {
    background-color: #cdcfe0;
    color: #333;
    font-weight: 350;
}

.shinybusy {
  top: 200px!important;
}


.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 2px!important;
  margin-bottom: 2px!important;

  &.disabled,
  fieldset[disabled] & {
    label {
      cursor: @cursor-disabled;
    }
  }

  label {
    min-height: @line-height-computed; 
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  }
}
.form-group {
    margin-bottom: 2px!important;
}
#img-id {
    position: fixed;
    top: 12px;
    padding-top: 3px;
    padding-right: 3px;
    right:0;
    z-index:50;
    background: none;
}
.sectiontitle {border-left: 4px solid #1d4e89; display: flex;}
.sectiontitle { background: url(../img/dots.gif) repeat-x scroll 0 0 transparent; background-position: center; margin: 5px 0 25px; min-height: 20px; }
.sectiontitle h4 { font-size: 18px; background:#fff; display: inline; padding-right: 10px; padding-left: 10px; color: #1d4e89; text-transform: uppercase;}

/* tabs */

.nummeric_sum{
  font-size: 20px !important;
  color: #1d4e89!important;
  font-weight: 500!important;
}



.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
/*  padding-top: 64px; */
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/* tabs */
.tabbable .nav > li > a:hover,
.tabbable .nav > li > a:focus {
  	background-color: #4eb478;
}
.tabbable .nav-tabs > .active > a,
.tabbable .nav-tabs > .active > a:hover,
.tabbable .nav-tabs > .active > a:focus {
  	background-color: #4eb478;
}

.tabbable .nav {
 	margin-bottom: 0px;
  	margin-left: 0;
  	list-style: none;
}

.tabbable .nav > li > a {
  	display: block;
  	color: #23262C;
	outline:0;
  	font-size: 14px;
	font-weight: 600;
	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.tabbable .nav > li > a:hover,
.tabbable .nav > li > a:focus {
	color: #fff;
  	text-decoration: none;
  	display: block;
}

.tabbable .nav > li > a > img {
  	max-width: none;
}

.tabbable .nav > .pull-right {
  	float: right;
}

.tabbable .nav-tabs {
  	*zoom: 1;
}

.tabbable .nav-tabs:before,
.tabbable .nav-tabs:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.tabbable .nav-tabs:after {
  	clear: both;
}

.tabbable .nav-tabs {
  	border-bottom: none;
}

.tabbable .nav-tabs > li {
	float: left;
	margin: 0;
}

.tabbable .nav-tabs > li > a {
	background: #ededed;
	padding:15px;
  	line-height: 20px;
}

.tabbable .nav-tabs > .active > a,
.tabbable .nav-tabs > .active > a:hover,
.tabbable .nav-tabs > .active > a:focus {
	border: none;
	color: #fff;
  	cursor: default;
}

.tabbable:before,
.tabbable:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

.tabbable:after {
  	clear: both;
}

/*Responsive*/
	@media (max-width: 1300px){
		#img-left{
			display:flex;
			width:370px;
		}
		#project-name{
			padding-top:5px;
		}
		#img-id{
			top: 5px;
		}
	}
	@media (max-width: 425px){
		#img-left{
			width:320px;
		}
		#img-id{
			left: 5px;
		}
		#img-circle {
			height:22px;
		}
		#project-name{
			font-size:9px;
			padding-top:5px;
		}
	}


/*.appname*/
.appname a, .appname a:hover, .appname a:focus{
    color: #fff;
    font-size:24px;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 30px 0 0 0;
    text-decoration: none;
}
#apptitle {
   color: #fff;
    font-size: 24px;
    font-family: "brandon-grotesque",sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
    /* margin: 14px 0px 0; */
    /* padding: 10px 0 0 0; */
    text-decoration: none;
    margin-block-end:0em ! important
}
#subtitle {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
      font-weight: 600;
}
.appname a span{
    color: #0a3e5d;
    text-transform: capitalize;
    font-size:13px;
}

/*.appname*/
.navbar-header {
    height: 70px;}
div.outer {
  position: fixed;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top:30px;
}


/* Customize fonts */
body, label, input, button, select { 
  font-family: 'Helvetica Neue', Helvetica;
  font-weight: 200;
}
h1, h2, h3, h4 { font-weight: 400; }

#controls {
  /* Appearance */
  background-color: white;
  padding: 0 20px 20px 20px;
  cursor: move;
  /* Fade out while not hovering */
  opacity: 1;
  zoom: 0.9;
  transition: opacity 500ms 1s;
}

#controls:hover {
  /* Fade in while hovering */
  opacity: 0.95;
  transition-delay: 0;
  overflow-y: scroll;
}



/* Position and style citation */
#logos {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #fff;
}


#top_btn {
    position: absolute;
    bottom: 70px;
    left: 10px;
    font-size: 12px;
    background-color: rgba(255,255,255,0);;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    border: 1px solid transparent;
}

#language {
    position: absolute;
    top: 70px;
    left: 50%;
    font-size: 12px;
    background-color: rgba(255,255,255,0);;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    border: 1px solid transparent;

}
/* Position and style citation 
#rightside {
  position: absolute;
  top: 110px;
  right: 300px;
  font-size: 12px;
  position: fixed;
  height: 250px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  transition: right 0.5s, width 0.5s;
  
}

*/

.info {
    padding: 0;
}


#reset_input.btn{
    padding: 10px 10.5px;
}

/* If not using map tiles, show a white background */
.leaflet-container {
  background-color: white !important;
}

/*============= font awesome icons ============*/
/* icon styles */
[class^="icon-"],
[class*=" icon-"] {
	cursor:pointer;
	display: inline-block;
  width: 18px;
}

[class^="icon-"].active {
	color:#fff;
}

[class^="icon-"].active:hover {
	background: #333;
}
.icon-1x, .icon-2x, .icon-3x, .icon-4x, .icon-5x {
	text-align: center;
}

.icon-1x {
	font-size: large;
}

i.icon-bg-light,i.icon-bg-dark {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

i.icon-bg-light {
	color: #fff;
	background: #045a86;
}

i.icon-bg-light:hover {
	color: #4eb478;
}

i.icon-bg-dark {
	color: #fefefe;
	background: #333;
}

.icon-4x, .icon-5x, .icon-6x, .icon-7x, .icon-8x, .icon-9x, .icon-10x {
	border-bottom-width: 3px !important;
}

.icon-circled {
	border-radius: 1000px !important; /* 146px 40px 100px 118px */
	-moz-border-radius: 1000px !important;
	-webkit-border-radius: 1000px !important;
	-o-border-radius: 1000px !important;
	-ms-border-radius: 1000px !important;
}

/***********************************************/

/*
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/ponds.svg");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.head-card {
    position: relative;
    display: flex;
    align-items: center;
    color: #666;
    font-weight: 400;
}
.number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

.card-text {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}


#intro {
  width: 100%;
  position: relative;
  background-size: cover;
  padding: 0px 0 20px 0;
  height:200px;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info2 {
  width: 50%;
  background: url("../img/custom_info.svg") center bottom no-repeat;
  float: right;
}


#intro .intro-info {
  width: 50%;
  float: left;
  background-color: #fff;
  opacity: 1;
}

#intro .intro-info h2 {
  color: #067856;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #055a87;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

.section-header h6 {
  font-size: 14px;
  color: #283d50;
  text-align: justify;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

#about .container p {
  line-height: 26px;
  font-size:18px;
}
#about .about-container p {
  line-height: 26px;
    font-size:17px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}



#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
  font-size: 17px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;

 /*  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: 5px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
/* Section with background
--------------------------------*/

.section-bg {
  /*background: #ecf5ff;*/
  background: #fff;
}

.split-container {
    display: flex;
    height: calc(100vh - 65px);
    width: 100%;
}
.interactive-frame {
    flex-grow: 1;
    overflow: auto;
    padding: 5px;
    width: 50%;
    
}
.divider {
    flex: 0 0 5px;      /* fixed width divider */
    background: #ccc;
    cursor: col-resize;
    user-select: none;
    transition: background 0.2s;
}
.divider.active {
    background: #888;   /* highlight when dragging */
}

/* == Kobo STYLES == */
/* == MAIN CONTENT LAYOUT == */
.container {
  width: 100%;
  min-height: 100vh;
  padding: 0px 5%;
  display: flex;
  flex-direction: column;
}

.document-tab {
  padding: 30px 0;
  
}

/* == TYPOGRAPHY == */
.document-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #006666;
}

.document-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #006666;
  border-bottom: 2px solid #00cccc;
  padding-bottom: 10px;
}

.document-content h3 {
  font-size: 20px;
  margin: 25px 0 15px;
  color: #006666;
}

.document-content p {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.overlay-text {
  font-size: 20px;
  font-weight: 600;
}
