﻿.header {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader{
	
  	display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
	
}

.popover{
    max-width: 100% !important;
}

.main {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  text-align: center;
}

.logo {
  width: 190px;
  margin-right: 20px;
}

.side-logo {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border-left: 1px solid #cfd7e5;
}

.evdsLogo{
	width: 55%;
    margin-top: -5px;
}

.site-search {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.site-search-mobile{
  display: none;
  }

.site-search.mob {
  display: none;
}

.search-form-block {
  margin-bottom: 0px;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-textfield {
  height: 36px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #cfd7e5;
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #323a47;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.search-textfield:focus {
  border-color: #cfd7e5;
  background-color: #e3ecf7;
}

.dashLogo{
	width:4.5%;
	margin-top:-10px !important;
}

.publicDashList{
	color: #4d596d !important;
}

.search-button {
  height: 36px;
  padding-right: 25px;
  padding-left: 25px;
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  background-color: #d50032;
  background-image: url('../image/Search_Icon_White.png');
  background-position: 45% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.search-button:hover {
  background-color: #006387;
}

.search-button:active {
  background-color: #323a47;
}

.search-filter {
  position: relative;
  display: block;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cfd7e5;
  border-bottom: 1px solid #cfd7e5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.search-filter.on {
  background-image: url('../image/Up_Gray.png');
  background-size: 10px;
}

.search-filter-text {
  display: block;
  height: 34px;
  padding-top: 8px;
  padding-right: 30px;
  padding-left: 10px;
  background-color: #fff;
  background-image: url('../image/Down_Gray.png');
  background-position: 86% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #323a47;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
}

.search-filter-text:hover {
  background-color: #e3ecf7;
}

.search-filter-text.on {
  background-image: url('../image/Up_Gray.png');
  background-size: 10px;
}

.search-filter-sub {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  min-height: 200px;
  min-width: 200px;
  margin-top: 36px;
  padding: 10px;
  background-color: #cfd7e5;
}

.search-filter-sub.on {
  display: block;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  text-align: right;
}

.header-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #323a47;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.header-link:hover {
  color: #333945;
}

.header-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d50032;
}

.nav-link {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../image/Pinch.png');
  background-position: 50% -9px;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, background-position 300ms ease;
  transition: background-color 300ms ease, background-position 300ms ease;
  font-family: Oswald, serif-sans;
  color: #fff;
  font-size: 1.1em;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #d50032;
  background-position: 50% 0px;
}

.nav-link:active {
  background-color: #333945;
}

.nav-space {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-inline-block:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;

}

.header-link:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;

}
.fcsable:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
}

.fcsableBack:focus { color: red; }


.btn-mini:focus { background: lightgrey; opacity:1 }


.search-result-series:focus { background: lightgrey; opacity:1 }


.more-button:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;

}

.evds-chart-heading:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;

}
.go2top:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;

}

.dropdown-toggle:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
    		color: white;

}

.nav-link:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
    		color: white;

}

.nav-lang:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
    		color: black;

}

.nav-login:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
    		color: white;

}
.nav-home:focus {
    		box-shadow: 0 0 2px 2px #51a7e8;
    		color: white;

}
.mt-checkbox:focus {
    		 background-color:red;
    		 color: pink;

}



.nav-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 10px;
  padding-left: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cfd7e5;
  border-left: 1px solid #cfd7e5;
  background-color: #d50032;
  background-image: url('../image/Pinch.png'), url('../image/Login_Icon.png');
  background-position: 50% -9px, 9px 50%;
  background-size: 24px, 16px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 300ms ease, background-position 200ms ease;
  transition: background-color 300ms ease, background-position 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.nav-login:hover {
  background-color: #d50032;
  background-position: 50% 0px, 9px 50%;
}

.nav-login:active {
  background-color: #333945;
}

.nav-mail {
  width: 50px;
  height: 40px;
  background-image: url('../image/Pinch.png'), url('../image/Mail_Icon.png');
  background-position: 50% -8px, 50% 50%;
  background-size: 22px, 22px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 300ms ease, background-position 300ms ease;
  transition: background-color 300ms ease, background-position 300ms ease;
}

.nav-mail:hover {
  background-color: #d50032;
  background-position: 50% 0px, 50% 50%;
}

.nav-mail:active {
  background-color: #333945;
}

.nav-lang {
  width: 50px;
  height: 40px;
  background-image: url('../image/Pinch.png'), url('../image/Lang_IconBG.png');
  background-position: 50% -8px, 50% 50%;
  background-size: 22px, 28px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 300ms ease, color 300ms ease, background-position 300ms ease;
  transition: background-color 300ms ease, color 300ms ease, background-position 300ms ease;
  font-family: Open Sans;
  color: #3a485e;
  font-size: 1em;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.nav-lang:hover {
  background-color: #d50032;
  background-position: 50% 0px, 50% 50%;
  color: #d50032;
}

.nav-lang:active {
  background-color: #333945;
  color: #333945;
}

.nav-login-icon {
  width: 20px;
  margin-right: 10px;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-ico {
  width: 24px;
  height: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.breadcrumb-link {
  margin-left: 10px;
  padding-left: 16px;
  background-image: url('../image/Right_LightGray.png');
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #323a47;
  font-size: 1em;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #333945;
}

.navigation-2 {
  width: 300px;
  min-height: 200px;
  float: left;
}

.left-menu {
  width: 300px;
  float: left;
}

.home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-menu-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #e3ecf7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #323a47 !important;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
}

.left-menu-link:focus{
  color: #323a47 !important;
}

.left-menu-link:hover {
  background-color: #d50032 !important;
  color: #fff !important;			
}

.left-menu-link:active {
  background-color: #333945;
}

.evds-header {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 120px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #333945;
  /*background-image: url('../images/EVDS_banner.jpg');*/
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.evds-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, serif-sans;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 400;
}

.evds-subheading {
  width: 100%;
  margin-bottom: 0px;
  font-family: Open Sans;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 300;
}

.evds-chart-box {
  border-radius: 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  min-height: 100px;
  margin-top: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #e6ecf5;
}

.evds-chart-heading {
  width: 100%;
  min-height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 30px;
  float: left;
  background-image: url('../image/EVDS_Link_Icon.png');
  background-position: 100% 4px;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Oswald, serif-sans;
  color: #006387;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: none;
}

.evds-chart-heading:hover {
  color: #a3953b;
}

.evds-chart-link {
  width: 25px;
  height: 25px;
  float: right;
  background-image: url('../image/EVDS_Link_Icon.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.evds-chart-container {
  width: 100%;
  min-height: 180px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.more-button {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 27px 3px 13px;
  border: 1px solid #d50032;
  border-radius: 19px !important;
  background-image: url('../image/Right_SlateRed.png');
  background-position: 94% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d50032;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.more-button:hover {
  background-color: #d50032;
  background-image: url('../image/Right_White.png');
  color: #fff;
}

.more-button:active {
  border-color: #333945;
  background-color: #333945;
}

.footer-tcmb {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #3a485e;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

.footer-tcmb-sub {
  font-family: 'Open Sans', sans-serif;
  color: #323a47;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 300;
}

.footer-gray {
  margin-top: 20px;
  margin-bottom: 1px;
  background-color: #333945;
}

.footer-gray-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-link {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #d50032;
}

.footer-social {
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  margin-left: 20px;
  background-image: url('../image/Twitter.png');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-social-link.fb {
  background-image: url('../image/Facebook.png');
}

.footer-social-link.blog {
  background-image: url('../image/gunce.png');
}

.footer-social-link.yt {
  background-image: url('../image/Youtube.png');
}

.footer-social-link.fl {
  background-image: url('../image/Flickr.png');
}

.footer-social-link.li {
  background-image: url('../image/LinkedIn.png');
}

.footer-social-link.tw {
  background-image: url('../image/Twitter.svg');
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(11.5);
}


.left-menu-mobopen {
  display: none;
}

.mobile-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #323a47;
  background-image: url('../image/Hamburger.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.nav-secondary-link {
  display: none;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #3a485e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 40px;
  font-weight: 300;
  text-decoration: none;
}

.nav-secondary-link:hover {
  background-color: #d50032;
}

.success {
  width: 1px;
  height: 1px;
  background-color: transparent;
}

.error {
  width: 85%;
  height: 2px;
  margin-top: 0px;
  margin-left: 2%;
  padding: 0px;
}

@media (max-width: 991px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo {
    width: 140px;
  }
  .side-logo {
    width: auto;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .site-search {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
  }
  .search-form {
    padding-right: 20px;
  }
  .search-textfield {
    font-size: 0.9em;
    -webkit-appearance: none;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
  }
  .search-filter-text {
    padding-right: 26px;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .header-right {
    width: 124px;
    min-width: 123px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-link {
    width: 100%;
    font-size: 0.9em;
  }
  .header-top-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link {
    font-size: 0.9em;
  }
  .nav-login {
    font-size: 0.9em;
  }
  .breadcrumb-link {
    font-size: 0.9em;
  }
  .left-menu-link {
    font-size: 1em;
    line-height: 1.2em;
  }
  .evds-header {
    height: 100px;
    background-size: auto 100%;
  }
  .evds-heading {
    font-size: 2.4em;
  }
  .evds-chart-box {
    width: 100%;
  }
  .footer-link {
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-social-link {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .storeimages{
    display:none;
  }

  .dashboard-stat .details .number{
  font-size: 20px;
  }

  .logo {
    width: 50%;
  }
  
  .left-menu .nav-title {
  	color: white;
    margin-left: 10px;
  }

  .evdsLogo{
  	width: auto;
    margin-top: 5px;
  }
  .side-logo {
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }
  .site-search {
    display: none;
  }

  .dashLogo{
	width:23%;
	margin-top:-10px !important;
}

  .site-search-mobile{
  display: block;
  }
  .site-search.mob {
    display: block;
    margin: 20px;
  }
  .search-form.mob {
    padding-right: 0px;
  }
  .search-filter-sub {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }
  .search-filter-sub.on {
    min-width: 0px;
    margin-top: 1px;
    margin-right: 49px;
    border-top-right-radius: 0px;
  }
  .header-right {
    display: none;
  }
  .navigation {
    display: none;
    overflow: hidden;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .navigation.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .nav-link {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #3a485e;
    background-image: none;
    font-size: 1.1em;
  }
  .nav-login {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #3a485e;
    border-right-style: none;
    border-left-style: none;
    background-image: url('../image/Login_Icon.png');
    background-position: 11px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
  }
  .nav-login:hover {
    background-position: 11px 50%;
    background-repeat: no-repeat;
  }
  .nav-mail {
    border-top: 1px solid #3a485e;
    background-image: url('../image/Mail_Icon.png');
    background-position: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
  }
  .nav-mail:hover {
    background-image: url('../image/Mail_Icon.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../image/Mail_Icon.png'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 0px;
  }
  .nav-lang {
    border-top: 1px solid #3a485e;
    background-image: url('../image/Lang_IconBG.png');
    background-position: 50% 50%;
    background-size: 28px;
    background-repeat: no-repeat;
  }
  .nav-lang:hover {
    background-image: url('../image/Lang_IconBG.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../image/Lang_IconBG.png'), linear-gradient(180deg, null, null);
    background-position: 50% 50%, 0px 0px;
  }
  .breadcrumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .home-ico {
    float: left;
  }
  .breadcrumb-link {
    float: none;
  }
  .left-menu {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #d50032;
  }
  .home-content {
    width: 100%;
    padding-left: 0px;
  }
  .left-menu-link {
    display: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-color: #fff;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
  }
  .left-menu-link:hover {
    background-color: #006387;
  }
  .left-menu-link:active {
    background-color: #3a485e;
  }
  .left-menu-link.active {
    display: block;
    font-weight: 700;
  }
  .left-menu-link.on {
    display: block;
  }
  .evds-header {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .evds-heading {
    font-size: 2.2em;
  }
  .more-button.on {
    display: block;
    border-radius: 0px;
    background-image: none;
  }
  .more-button.on:hover {
    background-color: #006387;
  }
  .more-button.leftmenu {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding: 10px;
    border-style: none none solid;
    border-bottom-color: #fff;
    border-radius: 0px;
    background-image: none;
    color: #fff;
    text-align: center;
  }
  .more-button.leftmenu:hover {
    background-color: #006387;
  }
  .more-button.leftmenu:active {
    background-color: #3a485e;
  }
  .more-button.leftmenu.on {
    display: block;
  }
  .footer-tcmb-sub {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-gray-wrap {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-social {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .left-menu-mobopen {
    display: block;
    width: 100%;
    height: 26px;
    background-image: url('../image/Down_White.png');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .left-menu-mobopen:hover {
    background-color: #006387;
  }
  .left-menu-mobopen.on {
    background-image: url('../image/Up_White.png');
  }
  .mobile-hamburger {
    display: block;
    box-shadow: 0 0 0 0 #cfd7e5;
  }
  .mobile-hamburger:hover {
    background-color: #323a47;
  }
  .mobile-hamburger:active {
    background-color: #006387;
  }
  .mobile-hamburger.on {
    background-color: #323a47;
    background-image: url('../image/Close.png');
    box-shadow: 0 31px 0 0 #323a47;
  }
  .nav-secondary-link {
    display: block;
  }
}

@media (max-width: 479px) {
  .header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .site-search.mob {
    margin: 10px;
  }
  .search-filter-text {
    padding-right: 20px;
    padding-left: 5px;
  }
  .navigation.on {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .nav-login {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-mail {
    width: 50%;
  }
  .nav-lang {
    width: 50%;
  }
  .breadcrumb {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-ico {
    height: 20px;
  }
  .breadcrumb-link {
    margin-left: 5px;
    padding-left: 12px;
  }
  .left-menu {
    min-height: 26px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .left-menu-link {
    display: none;
    color: #fff;
  }
  .left-menu-link.active {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .evds-header {
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
  }
  .evds-heading {
    font-size: 1.9em;
  }
  .evds-subheading {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .evds-chart-box {
    margin-top: 10px;
    border-radius: 6px;
  }
  .footer-tcmb {
    font-size: 1em;
  }
  .footer-gray-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-secondary-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2em;
  }
}



.nav-home {
  width: 50px;
  height: 40px;
  background-image: url('../image/Pinch.png'), url('../image/Home_White.png');
  background-position: 50% -8px, 50% 50%;
  background-size: 22px, 22px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 300ms ease, background-position 300ms ease;
  transition: background-color 300ms ease, background-position 300ms ease;
}

.nav-home:hover {
  background-color: #d50032;
  background-position: 50% 0px, 50% 50%;
}

.nav-home:active {
  background-color: #333945;
}
@media (max-height: 570px) {
	 .evdsLogo{
  	width: 100%;
  }
}

@media (min-width: 768px){

.modal-dialog-home {
    width: 675px !important;
    margin: 30px auto;
}
}

.scroller-edit{

	overflow-y: auto !important;
}

.formulaModal{
	height: 6em;
    border: 1px solid #e7ecf1 !important;
}
.formulaModalResult{
	height: 6em;
    border: 1px solid;
    border-color: #a3a3a3;
    padding: 5px;
    overflow-wrap: break-word;
    overflow-x: auto;
    background-color: #E2E5E6;
}
.formulaChar {
    color: #ffffff;
    margin-bottom: 2px;
    background-color: #2c8aad;
    margin-right: 1px;
    margin-left: 1px;
    padding: 1px;
    border: 1px solid #2c8aad !important;
    border-radius: 5px;
    line-height: 2em;
}

.formulaSymbol {
    color: #2c8aad;
    margin-right: 1px;
    margin-left: 1px;
}
