textarea {
  resize: none;
}

.highlightRow1 {
  color: yellow !important;
}

.highlightRow2 {
  color: white !important;
}

.highlightRow3 {
  color: brown !important;
}

.note-editing-area {
  margin-top: 40px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.modal-content>.modal-body>#topCloseBtn {
  margin-top: -5px !important;
}

#topCloseBtn1>button {
  z-index: 1000;
  margin-top: 10px;
  margin-bottom: -20px !important;
  margin-right: 10px;
  position: relative;
}

#inputDisable {}

.cc-table {
  border: 1px solid black;
  margin: 0px 0 10px 0;
}

.cc-table td th {
  border: 1px solid black;
  padding: 8px
}

.padding-left-zero {
  padding-left: 0px !important;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.padding-zero {
  padding: 0px !important;
}

.width-140 {
  width: 140px !important;
}

.width-300 {
  width: 300px !important;
}

fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  /*min-width: -webkit-min-content;*/
  border-width: 1px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
}

.logoNew {
  float: left;
  height: 75px;
  text-align: center;
  width: 28%;
}

a.navHandler {
  display: block;
  width: 60px;
  height: 75px;
  float: left;
  text-align: center;
  font-size: 18px;
  padding-top: 17px;
}

.logo {
  background-color: #0eaaa6;
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.logo a span.logoText {
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: -40px;
  left: 13px;
}

.logo a span.marker {
  font-size: 29px;
  position: absolute;
  display: block;
  width: 19px;
  height: 28px;
  top: 30px;
  left: 14px;
}

.fa-home:before {
  content: "\f015";
}

.logo a {
  display: block;
  width: 75px;
  height: 75px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.headerUserWraper {
  float: right;
  height: 60px;
}

.btn-yellow {
  background-color: #0eaaa6;
  color: #fff;
}

.glyphicon {
  margin-bottom: 10px;
  margin-right: 10px;
}

.profileText small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

.profileText h4 {
  text-align: center;
  color: #0eaaa6;
}

/*OTOGNBAYAR CSS START*/

.dashboard-stat2 {
  padding: 15px 15px 15px 15px !important;
  margin-bottom: 0px !important;
}

.esriAttributeInspector .atiButtons .atiDeleteButton {
  display: none;
}

.label {
  border-radius: 0;
}

.label-info-c {
  background-color: transparent;
  color: #333;
  border-left: 3px solid #89C4F4;
}

.label-success-c {
  background-color: transparent;
  color: #333;
  border-left: 3px solid #45B6AF;
}

.label-warning-c {
  background-color: transparent;
  color: #333;
  border-left: 3px solid #dfba49;
}

.label-danger-c {
  background-color: transparent;
  color: #333;
  border-left: 3px solid #F3565D;
}

.propWidget-2 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  /*margin-bottom: 20px;*/
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
}

.propWidget-2 .fig {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.propWidget-2 .fig img {
  width: 100%;
  position: relative;
  display: block;
  height: 150px;
}

.propWidget-2 .fig img.blur {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  filter: url('../images/blur.svg#blur');
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  display: none;
}

.no-touch .propWidget-2 .fig img.blur {
  display: block;
}

.propWidget-2 .fig .opac {
  display: block;
  background-color: rgba(0, 0, 0, 0.30);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.no-touch .propWidget-2 .fig div.opac {
  display: none;
}

.no-touch .propWidget-2 .fig img.blur {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-touch .propWidget-2:hover .fig>img.blur {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.propWidget-2 .fig .figType {
  background-color: #eab134;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  text-transform: uppercase;
  z-index: 3;
  margin-left: -27px;
}

.no-touch .propWidget-2 .fig .figType {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.no-touch .propWidget-2:hover .fig .figType {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.propWidget-2 .fig h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 20px 0 20px !important;
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}

.no-touch .propWidget-2 .fig h3 {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  top: 50%;
}

.no-touch .propWidget-2:hover .fig h3 {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 1;
}

.propWidget-2 .fig .address {
  font-size: 11px;
  font-style: italic;
  padding-top: 2px;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
  color: #fff;
}

.no-touch .propWidget-2 .fig .address {
  -webkit-transition: -webkit-transform 0.60s, opacity 0.60s;
  transition: transform 0.60s, opacity 0.60s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  bottom: 50%;
}

.no-touch .propWidget-2:hover .fig .address {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 1;
}

.propWidget-2 .fig .priceCap {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  top: 65%;
  left: 20%;
  right: 20%;
  color: #fff;
  text-align: center;
  width: 60%;
  letter-spacing: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding-bottom: 5px;
}

.no-touch .propWidget-2 .fig .priceCap {
  -webkit-transition: -webkit-transform 0.70s;
  transition: transform 0.70s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.no-touch .propWidget-2 .fig .priceCap span {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.15s;
  transition: transform 0.35s, opacity 0.15s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.no-touch .propWidget-2:hover .fig .priceCap {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.no-touch .propWidget-2:hover .fig .priceCap span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 1;
}

.propWidget-2 ul.rating {
  list-style-type: none;
  margin: 0 0 0 -44px;
  padding: 0;
  position: absolute;
  z-index: 6;
  bottom: 20px;
  left: 50%;
}

.propWidget-2 ul.rating li {
  font-size: 12px;
  line-height: 13px;
  float: left;
  margin: 0 2px;
}

.propWidget-2 ul.rating li span {
  color: #fff;
  font-size: 14px;
}

.no-touch .propWidget-2 ul.rating li span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.no-touch .propWidget-2:hover ul.rating li span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.no-touch .propWidget-2:hover ul.rating li span.star-1 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.no-touch .propWidget-2:hover ul.rating li span.star-2 {
  -webkit-transition-delay: 0.10s;
  transition-delay: 0.10s;
}

.no-touch .propWidget-2:hover ul.rating li span.star-3 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.no-touch .propWidget-2:hover ul.rating li span.star-4 {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}

.no-touch .propWidget-2:hover ul.rating li span.star-5 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.box4 {
  position: relative;
  height: 150px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

.box4-top {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 25px 15px;
}

.box4-top span {
  font-size: 40px;
  display: inline-block;
  float: none;
}

.box4-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 15px;
  text-align: center;
}

.box4-bottom span {
  color: #fff;
  font-size: 14px;
}

.dropdown-menu .dropdown {
  width: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  /*                animation-name: slideDown;
                  -webkit-animation-name: slideDown;	
  
                  animation-duration: 0.5s;	
                  -webkit-animation-duration: 0.5s;
  
                  animation-timing-function: ease;	
                  -webkit-animation-timing-function: ease;	*/
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.dropdown:hover .propWidget-2 {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.col-half-offset {
  margin-left: 4.166666667%
}

.same-row {
  display: flex !important;
  /* equal height of the children */
}

.same-col {
  flex: 1 !important;
  /* additionally, equal width */
}

#mobileNavContainer {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  height: calc(100vh - 73px);
  width: 100%;
  background: #fff;
  padding-left: 50px;
  display: none;
}

.input-xsmall {
  width: 80px !important;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  margin: 10px 0 !important;
}

.table-scrollable>.table-bordered {
  border: 0;
}

.table-scrollable>.table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}

.carousel-inner>.item>img {
  margin: 0 auto;
  height: 300px;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-20px);
  }
}

#graphicsLayer1_layer>image {
  -webkit-animation: bounce 1s ease-in-out;
}

#page {
  display: none;
}

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url("images/mloader.gif");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999999;
}

#content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#content::-webkit-scrollbar-thumb {
  background-color: #0eaaa6;
}

#more::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#more::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#more::-webkit-scrollbar-thumb {
  background-color: #0eaaa6;
}

.slider-container {
  width: 420px;
}

.slider-container ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.slider-container li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}

.slider-container img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-100 {
  height: 150px;
  /*    position: relative!important;
      width:  100px!important;
      height: 100px!important;
      background-position: 50% 50%!important;
      background-repeat:   no-repeat!important;
      background-size:     cover!important;*/
}

div.dataTables_scrollBody thead {
  visibility: collapse;
}

.text-wrap {
  white-space: normal;
  text-align: justify;
}

.width-300 {
  width: 350px !important;
}

.hidetr {
  display: none;
}

.ntable-container {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}

.form-group .checker {
  padding-top: 0px !important;
}

.margin-left {
  margin-left: 10px;
}

.media-tool {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 600ms easing’s Bezier curve;
  transition: all 600ms easing’s Bezier curve;
}

.hero-image:hover .media-tool {
  display: block;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

.hero-image img {
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

/*OTOGNBAYAR CSS END*/

/*Baterdene css*/

.logoTitleText {
  font-family: Pt sans Narrow;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 70px;
  color: #fff;
  text-transform: uppercase;
}

.userDepartmentName {}

.profile_top {
  padding: 5px !important;
}

.profile_top img {
  padding-top: 15px;
  height: 55px;
}

.userPosName {}

.userLogName {
  font-size: 14px;
  font-weight: bold;
}

.loggidUserType {
  font-weight: bold;
}

.loggidUserList {
  padding: 2px 2px;
  border: none;
}

#fancyImageGallery>a>img {
  height: 200px;
  padding: 5px;
}

#percentValueTip .progress {
  width: 100% !important;
}

/*end Baterdene css*/

/*chuugii*/

.white-space-normal {
  white-space: normal !important;
}

legend {
  margin-bottom: 0px !important;
}

fieldset {
  border-color: white;
}

.no-border {
  border: none !important;
}

.no-border tbody tr {
  border: none !important;
}

.no-border tbody tr td {
  border: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

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

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}