@font-face {
    font-family: 'lari';
    src:url('../fonts/GEL.ttf') format('truetype');
	
}

.cms-container {
	margin-top:30px;
}
.cms-bg-grey-light {
	background:#fafafa;
}
.cms-border-grey {
	border:solid 1px #CCC;
}
.cms-padding-default {
	padding:10px;
}
.cms-bg-grey-light .modal-header {
	background:#FFF;
}
.cms-cat-ul {
	font-size:11pt;
}
.cms-cat-ul li {
	padding:7px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cms-cat-ul .cms-list-num {
	font-family:Verdana;
	font-size:9pt;
	/*padding-top:3px;*/
}
.cms-cat-ul li a {
	line-height:30px;
}
.cms-cat-ul li a:hover {
	text-decoration:none;
}
.cms-cat-ul li:hover {
	background:#fafafa;
}
.cms-loading-modal .modal-content {
	padding:40px;
}
.btn .badge {
	font-size:10pt;
	font-family:Verdana;
	font-weight:normal !important;
	padding:1px 7px 3px;
	top:0;
}
.cms-hidden-text-input {
	width:0;
	height:0;
	padding:0;
	margin:0;
	position:fixed;
	top:-100px;
	
}
.cms-icon-32 {
	font-size:32px;
}
.cms-icon-24 {
	font-size:24px;
}
.cms-btn-checkbox {
	padding:0 !important;
	margin:0 !important;
	font-size:20px;
}
.csd-icon-vip {
	/*margin-top:10px;*/
	cursor:default;
}
.csd-icon-lari {
	font-family:lari;
}
.cms-map-container {
	height:245px !important;
}
.cms-success-icon-in-popup {
	/*position:absolute;
	right:0;*/
	color:#3e8f3e;
	display:none;
}

.tab-pane {
	position:relative;
}
.wysihtml5-toolbar {
	position:absolute;
	right:0;
	top:-40px;
}
.html-textarea {
	height:200px !important;
}
.poster-html-textarea {
    height:355px !important;
}
.cms-no-padding-left {
	padding-left:0;
}
.cms-no-padding-right {
	padding-right:0;
}
.cms-big-padding-bottom {
	padding-bottom:20px;
}
.cms-no-margin {
	margin:0 !important;
}
.cms-gallery-ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
.cms-gallery-ul li {
	margin:5px;
	padding:5px;
	display:inline-block;
	width:130px;
	height:145px;
	overflow:hidden;
	border:solid 1px #CCC;
	background:#f9f9f9;
}
.cms-gallery-ul li section {
	height:40px;
	width:100%;
}
.cms-gallery-ul li img {
	width:120px;
	height:auto;
	max-height:90px;
}
.csd-org-logo-thmb-holder img {
	width:auto !important;
	max-width:120px !important;
}


.csd-user-add-button-holder {
	position:absolute;
	right:5px;
	top:5px;
}
.bfh-phone {
	font-family:Verdana !important;
}
.csd-iframe-in-modal-holder {
	position:absolute;
	height:100%; 
	width:100%;
	top:0;
	left:0;
}
.csd-iframe-in-modal {
	width:100%;
	height:100%;
	overflow:auto;
	border:solid 1px #CCC;
	display:table;
}
/*sortable styles*/
.positioner { height: 40px; background:#dadada; }

/*body.dragging, body.dragging * {
  cursor: move !important;
}*/

/*.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}*/

/*ul.sortable li.placeholder {
  position: relative;
}
ul.sortable li.placeholder:before {
  position: absolute;
}*/
/*--------------------*/

.cms-width-50 {
	width:50px;
}
.cms-form{
	margin:0;
	padding:0;
}
.cms-form label {
	/*text-align:left !important;*/
	font-weight:normal !important;
	font-size:10pt !important
}
.text-right-imp {
	text-align:right !important;
}
.cms-container-in-fancy {
	width:auto;
}
.cms-label-sm {
	font-size:75% !important;
}
.csd-label {
	font-size:inherit;
	padding:0.2em 0.6em;
}
/*------------ EOF MY STYLES -----------------------*/
/*-------------BOOTSTRAP SELECT --------------------*/
/*!
 * Bootstrap-select v1.6.2 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
* {
	box-sizing:inherit
}
a {
	color:#4872a4;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/*------------ CUSTOMIZE BOOTSTRAP -----------------*/
body {
	font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:11pt;
	line-height:inherit;
}
.page-header {
	margin:20px 0;
}
.cms-modal-main-div {
	height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
}
.modal-content {
	height:100%;
}
.modal-body {
	height: -moz-calc(100% - 130px);
	height: -webkit-calc(100% - 130px);
	height: calc(100% - 130px);
	overflow:auto;

}


.form-control {
	font-size:11pt;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight:normal;
	font-size:inherit !important;
	line-height:inherit !important;
}
h4, .h4 {
	font-size:13pt;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin:0 !important; 
}
.table .form-group {
	margin:0;
}
.nav-tabs a {
	outline:none;
}
.tab-content .form-control {
	margin-top:10px;
}
.panel-heading .label,  .table .label {
	font-size:inherit;
	font-weight:normal;
}
.glyphicon {
	top:inherit;
	line-height:1.5
}
.form-control {
	height:30px;
}
/*.tooltip-inner {
  color: #fff;
  background-color: #2aabd2 ;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2aabd2;
}
*/
/*new autocomplete*/
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
  }
  .ui-autocomplete {
	z-index:751;
	/*margin-left:-7px !important;*/
}
.ui-autocomplete li {
		font-family: 'BPGIngiri2008Regular', Verdana, Sylfaen;
	font-size:8pt;

}
.csd-highlight {
	color:#4872a4;
	font-weight:bold;
}
  .oldname {
	  float:right;
	  color:#F00;
  }
  .description {
	  float:right;
	  color:#999;
	  font-style:italic;
	  width:120px;
	  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right:5px;
  }
