/*===================================*/
/*  Fonts                            */
/*===================================*/
/* ng4asans-regular */
@font-face {
	font-family: "GESSTextBold-Bold";
	src: url('../fonts/bold/GESSTextBold-Bold.eot');
	src: url('../fonts/bold/GESSTextBold-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bold/GESSTextBold-Bold.woff') format('woff'),
	url('../fonts/bold/GESSTextBold-Bold.ttf') format('truetype'),
	url('../fonts/bold/GESSTextBold-Bold.svg#JF-Flat-regular') format('svg');
  }

  @font-face {
	font-family: "GESSTextLight-Light";
	src: url('../fonts/light/GESSTextLight-Light.eot');
	src: url('../fonts/light/GESSTextLight-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/light/GESSTextLight-Light.woff') format('woff'),
	url('../fonts/light/GESSTextLight-Light.ttf') format('truetype'),
	url('../fonts/light/GESSTextLight-Light.svg#GESSTextLight-Light') format('svg');
  }


  /* ==========================================================================
  General Tags
   ========================================================================== */
  body {
	 overflow-x: hidden;
	font-family: 'GESSTextLight-Light', 'serif';
	line-height: 1.5;
  }



  a {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	text-decoration: none;
	color: #676a6c;
  }


  button:focus{
	border-color:unset;
  }
  .no-padding-right{
	padding-right: 0 !important;
  }
  .no-padding-left{
	padding-left: 0 !important;
  }

  .font_number{
	font-family: sans-serif;
  }

  ul{
    list-style: none;
  }
  .gray-bg
  {
  background-color: #FBFBFB;
  }


  .lbl-right{
  text-align: right !important;
  }
  .btn-add{
  width: 200px;
  background: #19aa8d;
  border-radius: 25px;
  color: #fff;
  font-size: 19px;
  }

  .btn-primary {
	  background-color: #07b4df;
	  border-color: #1ab394;
	  color: #FFFFFF;
	 }
  @media (max-width: 768px){
	  .navbar-fixed-top, .navbar-static-top{
		  display: block;
	  }
  }
  select.form-control.m-b.custom {
	  width: auto;
	  display: inline-block;
  }
  .mini-navbar .metismenu .collapse.in {
	  display: block !important;
  }

  .mini-navbar .metismenu .collapse {
	  display: none !important;
  }
  .nav > li .profile-element  a  img {
	  max-width: none;
  max-height: 60px;
  }
  .profile-element span{
	  color:#fff;
  }
  .media-body{
	  padding-right: 5px;
	  font-size: 15px !important;
	  padding: 5px;
  }
  .nk-msg-from {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  .nk-msg-sender {
	  display: inline-flex;
	  align-items: center;
	  color: #8094ae;
	  font-size: 12px;
  }
  .dot {
	  position: relative;
	  display: inline-block;
	  border-radius: 50%;
	  height: 8px;
	  width: 8px;
  }
  .bg-pink {
	  background-color: #ff63a5 !important;
  }
  .nk-msg-sender .name {
	  margin-left: 0.5rem;
  }

  .bg-green{
	  background-color: #1ab394 !important;
  }
  .bg-gray{
	  background-color: #ccc !important;

  }
/*ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¨*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,0.125);
  border-radius: 4px;
}
.card-inner-group .card-inner:not(:last-child) {
  border-bottom: 1px solid #dbdfea;
}
.user-card-s2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: .5rem;
}
.profile-stats .amount {
  font-size: 1.125rem;
  font-weight: 700;
}
.sub-text {
  display: block;
  font-size: 15px;
  color: #8094ae;
}
.overline-title-alt {
  /* font-family: Roboto,sans-serif,"Helvetica Neue",Arial,"Noto Sans",sans-serif; */
  font-weight: 700;
  line-height: 1.2;
  /* letter-spacing: 0.15em; */
  font-size: 15px;
  color: #8094ae;
  text-transform: uppercase;
}
.user-contacts li {
  color: #526484;
  display: flex;
  font-size: 13px;
  line-height: 2.4rem;
  padding: .375rem 0;
}
.user-contacts li .icon {
  color: #8094ae;
  width: 1.75rem;
  line-height: inherit;
  display: inline-block;
}
.g-1 {
  margin: -.1875rem !important;
}
.profile-stats .amount {
  font-size: 17px;
  font-weight: 700;
}
.user-avatar span img{
  width: 50px;
}
.text-success {
  color: #1ab394 !important;
}
.lead-text {
  font-size: 14px;
  font-weight: 700;
  color: #364a63;
  display: block;
}
.chat-view .ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.nk-msg-head-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-msg-actions {
  display: flex;
  margin: 0 -.25rem;
  /* float: left; */
  padding-right: 0;
  margin-left: 20px;
}
.nk-msg-tags li>span {
  display: inline-flex;
  align-items: center;
}
.nk-msg-actions li.dropdown{
  background: #fff;
    padding: 0px 5px;
    border-radius: 4px;
}
.dropdown-menu.dropdown-user {
  right: auto;
  left: 0;
  float: right;
  text-align: right;
}
.nk-msg-head {
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #f3f3f4;
}
.nk-reply-form-field:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-reply-form-field textarea.form-control{

min-height: 78px;

border: none;
}
.nk-reply-form-field+.nk-reply-form-tools {
  border-top: 0;
  background: #fff;
}
.nk-reply-form-tools {
  padding: 5px;
  border-top: 1px solid #e5e9f2;
  /* display: flex;
  justify-content: space-between; */
}
.nk-reply-form-actions {
  display: inline-block;
  /* align-items: center; */
  padding-right: 0;
  width: 100%;
}

.nk-reply-form-actions li{
  display: inline-block;
}
.nk-reply-form-actions li:first-child{
  float: left;
}
.nk-reply-form-actions li button{
  float: left;
}
.nk-reply-form {
  /* width: 49%; */
  margin: 30px 0;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
  /* position: fixed; */
  /* top: 71%; */
  position: fixed;
  bottom: 0;
  /* left: 0; */
  width: 50%;
  margin-left: auto;
  margin-right: 1px;
  /* text-align: center; */
  z-index: 9999;
}

.btn-add-image {
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 0;
	margin-bottom: 0;
}

.upload-btn-wrapper input[type=file] {
	/* font-size: 100px; */
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.upload-btn-wrapper {
  top: 6px;
  /* float: right; */
}


.upload-btn-wrapper,
#image-holder {
	display: inline-block;
	position: relative;
}

.btn-add-image>i {
	/* padding-top: 25px; */
	display: inline-block;
}

#image-holder > div {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  border-radius: 8px;
  margin-right: 10px;
}



#image-holder > div > span {
  content: 'X';
  font-family: "Inconsolata", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
  background: red;
  display: inline-block;
  position: absolute;
  height: 21px;
  z-index: 9;
  left: 0;
  color: #fff;
  padding: 4px 7px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 10px;
}
.country-name,.city-name {
  font-size: 15px;
  margin-right: 4px;
}
 .ibox.float-e-margins.add-val {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 50px;
  border-radius: 25px;
}
.main-form  label{
  font-size: 16px;
}
.main-form .form-control{
 border: 1px solid #acada9;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}
.search-btn {
  border-radius: 8px;
}
.main-title h3{
  font-size: 20px;
  margin-bottom: 35px;
}

.pagination {
	margin: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 3px;
	border-radius:  50% !important;
	font-size: 15px;
	padding: 5px 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
	margin-right: 2px;
	margin-left: 4px;
	padding: 9px 13px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	margin-right: 2px;
	border-radius: 50% !important;
	font-size: 16px;
	padding: 5px 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
	color: #fff;
	background-color: #68CEC7;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 5px 11px;
	border-color: transparent;
	font-weight: bold;
	margin-left: 10px !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	background-color: #07b4df;
	color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 2.428571;
  font-size: 16px;
}
.input-group-addon {
  /* background-color: #fff; */
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.input-group .form-control{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.datepicker.datepicker-dropdown {
  right: auto;
    width: 245px;
}
.conversation{
  margin: 10px !important;
}
#side-menu .arrow {
  margin-top: 8px;
}

.eval-table{
  margin-top: 20px;
}
.input-group .form-control:first-child{
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;

}
.input-group .form-control:last-child {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;

}
.chart-part{
  margin-top: 75px;
}
.message-content-part {
  height: 100vh;
}
