
/* dashboard */

.mydropdown-yearmenu {
  list-style-type: none;
  padding: 0;
  margin: 5px 8px;
}
.mydropdown-yearmenu>li {
  margin-bottom: 5px;
}
.mydropdown-yearmenu>li:last-child {
  margin-bottom: 0;
}
.mydropdown-yearmenu>li>a {
  font-size: 13px;
  display: block;
  padding: 4px 5px;
  background-color: #f5f5f5;
  color: #34495e;
  transition: all 0.2s linear;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mydropdown-yearmenu>li>a:hover {
  background-color: #4b8df8;
  color: #fff;
}
.portlet-needapproval {
  height: 430px;
}
.portlet-needapproval .slimScrollDiv,
.portlet-needapproval .slimScrollDiv>.scroller {
  height: 244px !important;
}
.portlet-needapproval.comments-needapproval .slimScrollDiv,
.portlet-needapproval.comments-needapproval .slimScrollDiv>.scroller {
  height: 330px !important;
}
.dashboard-smbox.dashboard-stat2 {
  position: relative;
}
.dashboard-smbox.dashboard-stat2 .display .icon {
  position: absolute;
  right: 10px;
  top: 5px;
}
.portlet-needapproval .general-item-list>.item>.item-body {
  padding-left: 50px;
}
.char-noresult {
  font-size: 16px;
  margin: 10px 0 0 0;
  color: #2bb8c4;
}

/* end dashboard */

/* fineuploader */

.sk-fading-circle-rg {
  margin: 4px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.sk-fading-circle-rg .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle-rg .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay2 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay2 1.2s infinite ease-in-out both;
}
.sk-fading-circle-rg .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle-rg .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle-rg .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle-rg .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle-rg .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle-rg .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle-rg .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle-rg .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle-rg .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle-rg .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle-rg .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle-rg .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle-rg .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle-rg .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle-rg .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle-rg .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle-rg .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle-rg .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle-rg .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle-rg .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle-rg .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle-rg .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay2 {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay2 {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.gallery-img-spinner-rg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  /*background-color: #32c5d2;*/
  background-color: rgba(255,255,255,0.8);
}
.gallery-img-retry-rg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  text-align: center;
  padding: 6px 4px;
  transition: all 0.2s linear;
}
.gallery-img-retry-rg:hover {
  /*background-color: rgba(50,197,210,0.4);*/
  color: #32c5d2;
}
.gallery-img-retry-rg>i {
  font-size: 20px;
}
.qq-progress-bar-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.qq-progress-bar-container .qq-progress-bar {
  border-radius: 0;
  height: 5px;
  margin-bottom: 0;
}
.gallery-layerbt {
  background-color: #364150;
  padding: 4px;
  color: #fff;
  height: 34px;
}
.btns-pause-play {
  float: right;
  margin-bottom: 4px;
  padding-right: 5px;
}
.btns-pause-play>.qq-upload-status-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.qq-btn {
  margin: 0;
  padding: 0;
  width: auto;
  line-height: normal;
  border: none;
  text-shadow: none;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s linear;
  cursor: pointer;
  background-color: transparent !important;
  box-shadow: none !important;
}
.qq-btn:hover {
  background-color: transparent !important;
  color: #32c5d2;
}
.qq-btn.qq-hide {
  display: none;
}
span.qq-btn {
  display: none;
}
.galleryitems-inner {
  position: relative;
}
.tot_progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.tot_bar {
  width: 0;
  height: 5px;
  background-color: #364150;
}
.qq-upload-button {
  outline: none;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
.drop-files-txt {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  text-align: center;
  line-height: 21px;
  height: 21px;
  margin: auto;
  font-size: 20px;
  color: #ccc;
}
.modalmsg {
  margin: 0 0 10px 0;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

/* end fineuploader */

.page-header.navbar .page-logo {
  text-align: center;
}
.page-header.navbar .page-logo .logo-default {
    margin: 10px 0 0;
}
.page-header.navbar .page-logo>.logo-image, .page-header.navbar .page-logo>a {
    display: inline-block;
    float: none;
}

.has-error.form-control {
    border-color: #e73d4a;
}

.select2-wlbl>.select2.select2-container.select2-container--bootstrap {
  width: auto !important;
}
.poweredby-dce {
  float: right;
  color: #98a6ba;
}
.dce-logo {
  width: 41px;
  height: 24px;
  background-image: url(../images/dce-logo.png);
  background-repeat: no-repeat;
  margin-top: -4px;
  margin-right: 5px;
}
.poweredby-dce>span,
.dce-logo {
  display: inline-block;
  vertical-align: top;
}

/* datatable */

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    padding: 0 2px;
}
.dataTables_scrollBody.bodytable-overflow {
  overflow: initial !important;
}
/* end datatable */

/* packages */

.package-list-area .editable-popup {
  left: -200px !important;
}
.package-list-area .editable-popup .arrow {
  left: 78% !important;
}

.package-form-rg .portlet-body {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.tblaction-rg {
	/*max-width: 140px !important;
	width: 140px !important;*/
}
.tbl-sm-actions {
	/*width: 132px;*/
}
.tbl-sm-actions>.btn {
	margin-right: 2px;
	height: 28px;
    width: 28px;
    line-height: 16px !important;
}
.tbl-sm-actions>.btn>i {
	margin-top: 0;
}
.package-form-rg .btn-search-reset {
	margin-top: 10px;
    /*float: right;*/
}
.iadvanced {
	color: #fff;
	font-size: 12px;
	position: relative;
	width: 14px;
	height: 14px;
}
.iadvanced:hover {
	color: #fff;
}
.iadvanced:focus,
.iadvanced.active {
	opacity: 0;
	color: #fff;
}
.iadvanced>i {
	position: absolute;
	top: 2px;
}
.advsearch-elm {
	/*border-top: 1px solid #3598dc;*/
	padding: 0 10px 0 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {

}
.dataTables_filter
{
  display: none;
}
.link-mobile {
	font-size: 18px;
}
.input-wlbl,
.select-wlbl,
.selectbs-wlbl,
.select2-wlbl {
	padding-top: 10px;
	position: relative;
}
.lblinput>span,
.lblselect>span {
  color: #e73d4a;
}
.lblinput,
.select-wlbl .lblselect,
.selectbs-wlbl .lblselect,
.select2-wlbl .lblselect {
  display: block;
  width: auto;
  height: auto;
  line-height: initial;
  text-align: initial;
  position: absolute;
  left: 2px;
  right: auto;
  top: 19px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 0 10px 1px 10px;
  transition: all 0.4s ease;
  background-color: #fff;
  z-index: 3;
}
.select-wlbl .lblselect,
.selectbs-wlbl .lblselect,
.select2-wlbl .lblselect {
  z-index: 3;
  cursor: pointer;
}
.msg-password {
  font-size: 12px;
  color: #337ab7;
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 2;
}
.lblinput.lblinputtop,
.select-wlbl .lblselect.lblselecttop,
.selectbs-wlbl .lblselect.lblselecttop,
.select2-wlbl .lblselect.lblselecttop
{
  font-size: 12px;
  top: 3px;
}
.publisheddate-txt {
	position: relative;
	padding-left: 130px;
}
.publisheddate-txt .lbldatefromto {
	font-size: 14px;
	padding-top: 6px;
	position: absolute;
	left: 0;
	top: 0;
}
.highlight-rg {
	position: relative;
	padding-left: 100px;
}
.icheck-rg {
	position: absolute;
	left: 0;
	margin-top: 16px;
}
.icheck-input {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
}
.icheckinput-open {
	opacity: 1;
	visibility: visible;
}
.dataTables_processing
{
  z-index: 6;
}
.form-control.label-default,
.form-control.label-default[readonly] {
  color: #bac3d0;
  font-weight: bold;
}
.form-control.label-warning,
.form-control.label-warning[readonly] {
  color: #F1C40F;
  font-weight: bold;
}
.form-control.label-success,
.form-control.label-success[readonly] {
  color: #3fc9d5;
  font-weight: bold;
}

/* end packages */

/* new package */

.theme-panel>.toggler {
	display: none;
}
.sidebar-region {
    background-color: #ecf0f1;
    position: fixed;
    right: 0;
    top: 55px;
    width: 200px;
    z-index: 9;
    -moz-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
    /*-moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;*/
}
.sidebar-region.sidebar-open {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.sidebar-region.display-none {
    display: none;
}
.sidebar-region.display-block {
    display: block;
}
.menu-drag {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu-drag>li {
    margin-bottom: 1px;
}
.menu-drag>li:last-child {
    margin-bottom: 0;
}
.menu-drag>li>a {
    display: block;
    background-color: #22313f;
    color: #fff;
    padding: 5px 15px;
    transition: all 0.2s ease;
}
.menu-drag>li>a:hover {
    background-color: #36c6d3;
}
.close-sidebar {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #2b3643;
    position: absolute;
    left: -40px;
    top: 0;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    transition: all 0.2s ease;
}
.close-sidebar:hover,
.close-sidebar.active {
    background-color: #36c6d3;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	margin: 7px 0 0 5px;
}
/*.form-package .tabbable-line.boxless {
	margin-top: 40px;
}*/
.tabbable-line>.tab-content.tabcontent-noborder {
  border-top: none;
}
.topline.topline-fixed {
	position: fixed;
	/*left: 255px;
	right: 20px;*/
  left: 235px;
  right: 0;
  padding-left: 20px;
  padding-right: 40px;
	top: 46px;
  padding-top: 8px;
  background-color: #E9EDEF;
  z-index: 8;
}
.page-sidebar-closed .topline.topline-fixed {
  left: 45px;
}
.form-top .nav {
	float: right;
}
textarea.form-control {
	height: 100px;
	resize: none;
}
.input-wimg {
	position: relative;
	padding-right: 220px;
  min-height: 185px;
}
.uploadimg-region {
	position: absolute;
	right: 0;
	top: 0;
}
.publisheddateform-txt {
	position: relative;
	padding-left: 95px;
}
.publisheddateform-txt .lbldatefromto {
	font-size: 13px;
	padding-top: 6px;
	position: absolute;
	left: 0;
	top: 0;
}
.formgroup-wp {
	padding-top: 10px;
}
.box-bt-wbtn {
	position: relative;
}
.btn-btbox {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	background-color: #32c5d2;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 4px 0 4px 0;
}
.btn-btbox:hover {
	background-color: #26a1ab;
}
.btn-btbox.btn-add-offer {
	background-color: #67809F;
}
.btn-btbox.btn-add-offer:hover {
	background-color: #26a1ab;
}
.btn-btbox.btn-add-flight {
	background-color: #4DB3A2;
}
.btn-btbox.btn-add-flight:hover {
	background-color: #26a1ab;
}
.btn-btbox.btn-add-flight {
	display: none;
}
.boxbtn-open .btn-btbox.btn-add-flight {
	display: block;
}
.bootstrap-select .btn:focus {
	background-color: transparent;
}
.del-pcontainer,
.del-item {
	position: relative;
	width: 14px;
	height: 14px;
}
.del-pcontainer>i,
.del-item>i {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.offers-list>.box-item:first-child .tools>.del-item,
.flights-list>.box-item:first-child .tools>.del-item {
	display: none;
}

.input-w-btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.input-w-btn .form-control {
    padding-right: 56px;
}
.input-w-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    padding: 9px 6px 9px 20px;
}
.input-w-addtag>.input-tags {
    padding-right: 60px;
}
.input-w-addtag>.btn {
    width: 50px;
}
.tagadd {
    background-color: #e6e6e6;
    color: #484848;
    border-radius: 5px;
    position: relative;
    padding: 4px 28px 4px 8px;
    display: table;
    margin-top: 5px;
}
.i-tagadd {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 100%;
    border-left: 1px solid #ecf0f1;
    text-align: center;
}
.i-tagadd:hover {
    color: #23c4a8;
}
.i-tagadd>i {
    width: 10px;
    height: 14px;
    line-height: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnpost-w-icon>.i-circle,
.btnpost-w-icon>p {
    display: inline-block;
    vertical-align: middle;
}
.i-circle {
    color: #fff;
}
.btnpost-w-icon>.i-circle {
    margin-bottom: 2px;
    margin-right: 4px;
    position: absolute;
    left: 5px;
    top: 10px;
}
.btn-add-tags>.i-circle {
    margin-right: 0;
}
.packages-container-lists .portlet-title {
	cursor: move;
}
.bootstrap-tagsinput {
	width: 100%;
}
.radiolist-wtxt>h4 {
	margin-right: 50px;
}
.radiolist-wtxt>h4,
.radiolist-wtxt>.radio-list {
	display: inline-block;
	vertical-align: middle;
}
.uploadimg-rg {
    margin-bottom: 15px;
}
.uploadimg-info .upload-img-rg,
.uploadimg-info .btn-inputfile-rg {
    display: block;
}
.uploadimg-info .upload-img-rg {
    margin-bottom: 10px;
}
.upload-img-rg,
.btn-inputfile-rg {
    display: inline-block;
    vertical-align: bottom;
}
.upload-img-rg {
    width: 200px;
    min-height: 100px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.upload-img-rg>img {
    max-width: 188px;
    max-height: 100%;
}
.btn-loading>span {
  display: none;
}
.loading-submit {
    display: inline-block;
    width: 40px;
    height: 18px;
    text-align: center;
}
.loading-submit > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading-submit .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-submit .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.btn-winputfile {
    position: relative;
}
.btn-winputfile .file-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.overlay-region {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35,39,50,0.8);
    z-index: 9999;
}
.ploading {
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: 50px auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.dot {
    position: absolute;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-animation: spin 2.5s 0s infinite both;
    animation: spin 2.5s 0s infinite both;
}
.dot2 {
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-animation: spin2 2.5s 0s infinite both;
    animation: spin2 2.5s 0s infinite both;
}


@keyframes spin {
  0%, 100% {
   box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
  50% {
    transform: rotate(180deg);
  }
  25%, 75% {
    box-shadow: 18px 0 0 #fff, -18px 0 0 #fff, 0 18px 0 #fff, 0 -18px 0 #fff, 13px -13px 0 #fff, 13px 13px 0 #fff,  -13px -13px 0 #fff, -13px 13px 0 #fff;

  }
  100% {
    transform: rotate(360deg);
     box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
}
@-webkit-keyframes spin {
  0%, 100% {
   box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
  50% {
    transform: rotate(180deg);
  }
  25%, 75% {
    box-shadow: 18px 0 0 #fff, -18px 0 0 #fff, 0 18px 0 #fff, 0 -18px 0 #fff, 13px -13px 0 #fff, 13px 13px 0 #fff,  -13px -13px 0 #fff, -13px 13px 0 #fff;

  }
  100% {
    transform: rotate(360deg);
     box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
}

@keyframes spin2 {
  0%, 100% {
   box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
  50% {
    transform: rotate(-180deg);
  }
  25%, 75% {
    box-shadow: 36px 0 0 #fff, -36px 0 0 #fff, 0 36px 0 #fff, 0 -36px 0 #fff, 25px -25px 0 #fff, 25px 25px 0 #fff,  -25px -25px 0 #fff, -25px 25px 0 #fff;
    background: transparent;
  }
  100% {
    transform: rotate(-360deg);
     box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
}
@-webkit-keyframes spin2 {
  0%, 100% {
   box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
  50% {
    transform: rotate(-180deg);
  }
  25%, 75% {
    box-shadow: 36px 0 0 #fff, -36px 0 0 #fff, 0 36px 0 #fff, 0 -36px 0 #fff, 25px -25px 0 #fff, 25px 25px 0 #fff,  -25px -25px 0 #fff, -25px 25px 0 #fff;
    background: transparent;
  }
  100% {
    transform: rotate(-360deg);
     box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff; 
  }
}
.myplaces-list-rg {
    min-height: 34px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    color: #4d6b8a;
    font-size: 14px;
}
.myplaces-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
}
.myplaces-list>li {
    color: #4d6b8a;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 0 0 5px 6px;
    padding: 0 6px 0 16px;
    position: relative;
    z-index: 2;
}
.myplaces-list>li>span {
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    line-height: 10px !important;
    cursor: pointer;
}
.myplaces-list>li>span:hover {
    color: #32c5d2;
}
.myplaces-list>li.input-place {
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
}
.myplaces-list>li.input-place .form-control {
    border-color: transparent;
    padding: 0;
    height: 24px;
}
.select-size {
    width: 30%;
}
.gallery-list .gallery-item.gitem-moving .portlet {
    outline: 2px dashed #eee;
}
.jFiler.jFiler-theme-dragdropbox .jFiler-input-dragDrop {
  width: 100% !important;
}
.tabbable-line>.nav-tabs>li {
  border-bottom: 4px solid transparent;
}
.tabbable-line>.nav-tabs>li.active {
  border-bottom-color: #3fc9d5;
}
.tabbable-line>.nav-tabs>li.active:hover {
  border-bottom-color: #a7e6ec;
}
.tabbable-line>.nav-tabs.nav-lang>li.tab-error {
  border-bottom-color: #e87e86;
}
.tabbable-line>.nav-tabs.nav-lang>li.active.tab-error {
  border-bottom-color: #e73d4a;
}
.tabbable-line>.nav-tabs.nav-lang>li.active.tab-error:hover {
  border-bottom-color: #e87e86;
}

.sk-fading-circle {
  margin: 5px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
.fileimg-upload {
  width: 200px;
}
.help-block.error {
  color: #e73d4a;
}
.form-control.editable-click {
  border-bottom: 1px solid #c2cad8;
}
.form-control.editable-unsaved,
.form-control.editable-empty, 
.form-control.editable-empty:hover,
.form-control.editable-empty:focus {
    font-style: initial;
    font-weight: normal;
    color: #4d6b8a;
}
.inputpackage-title {
  outline: none;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 34px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#packagetitle.btn.editable-click,
.packagetitle.btn.editable-click {
  border-bottom: 1px solid #c2cad8;
}
.btn-collaspe-all {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
.upload-image-rg {
  width: 200px;
  height: 150px;
  background-image: url(../images/upload-image-rg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.upload-image-rg .file-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-image-rg .loading-submit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.upload-image-rg .loading-submit>div {
  background-color: #32c5d2;
}

/* end new package */

/* gallery */

.tblaction-one-rg {
    max-width: 50px !important;
    width: 50px !important;
    text-align: center;
}
.tblaction-one-rg .tbl-sm-actions {
    width: auto;
}
.input-wlbldate {
    position: relative;
    padding-left: 120px;
}
.lbldate {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    padding-top: 5px;
}
.input-wlbldate.inputwlblpackage {
  padding-left: 130px;
}

/* end gallery */

/* new gallery */

.mydropzone {
    /*width: 500px;*/
    margin-top: 10px;
}
.gallery-list {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.gallery-rg {
    position: relative;
}
.gallery-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.gallery-img>img,
.gallery-img img {
    width: 100%;
    height: 100%;
}
.gallery-item .portlet>.portlet-title>.tools {
    padding: 3px 0 3px;
}
.gallery-item .portlet>.portlet-title>.tools .highlights-video,
.gallery-item .portlet>.portlet-title>.tools .cover-img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
.gallery-item .portlet>.portlet-title>.tools>a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}
.cover-img,
.highlights-video {
  /*position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c2cad8;
  cursor: pointer;*/
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.highlights-video>input[type=checkbox],
.cover-img>input[type=radio] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.cover-img,
.highlights-video {
  display: inline-block;
  position: relative;
  margin-right: -2px;
}
.highlights-video>i,
.cover-img>i {
  /*color: #659be0;*/
  color: #32c5d2;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.highlights-video>input[type=checkbox]:checked ~ i,
.cover-img>input[type=radio]:checked ~ i {
  /*color: #ae8b1a;*/
  color: #E7505A;
}
/*.cover-img {
  width: 50px;
  height: 40px;
}
.cover-img>i {
  width: 41px;
  height: 30px;
  line-height: 30px;
}*/
/*.cover-img {
  width: 22px;
  height: 18px;
}*/
.cover-img>i {
  font-size: 17px;
  width: 17px;
  height: 16px;
  line-height: 16px;
}
/*.highlights-video {
  width: 14px;
  height: 16px;
}*/
.highlights-video>i {
  font-size: 16px;
  width: 14px;
  height: 16px;
  line-height: 16px;
}
.gallery-img>i {
    font-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #E7505A;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
}
.gallery-rg .form-group {
    margin-bottom: 10px;
}
.gallery-title {
    cursor: move;
}
/*.remove-img {
    background-color: #2b3643;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 28px !important;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
}
.remove-img:hover {
    background-color: #36c6d3;
}*/
.remove-img,
.remove-video,
.remove-galleryimg {
    position: relative;
    width: 14px;
    height: 14px;
}
.remove-img>i,
.remove-video>i,
.remove-galleryimg>i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.input-wbtn {
    position: relative;
}
.input-wbtn .form-control {
    padding-right: 50px;
}
.input-wbtn .btn-addlink {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    line-height: 32px;
    background-color: #36c6d3;
    color: #fff;
    text-align: center;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.input-wbtn .btn-addlink:hover {
    background-color: #2b3643;
}
.help-block>span {
    color: #E7505A;
}
.msg {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.msg-success {
    background-color: #26C281;
}
.msg-error {
    background-color: #E7505A;
}

/* end new gallery */

/* users */

.tblaction-three-rg {
    max-width: 100px !important;
    width: 100px !important;
    text-align: center;
}
.tblaction-three-rg .tbl-sm-actions {
    width: auto;
}
.btn-ustatus.ustatus-active {
    color: #3fc9d5;
}
.btn-ustatus.ustatus-inactive {
    color: #ed6b75;
}
.tblactions-two {
    width: 65px;
}
.tblactions-three {
    width: 100px;
}
.tblactions-four {
    width: 120px;
}
.tblactions-region {
    margin-bottom: 15px;
}
.tooltip {
    min-width: 80px;
}
.tdemail {
  display: block;
    max-width: 150px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-wselect .form-group {
  margin: 0 10px 10px 10px;
}
.btn-dropdown-wselect>i {
  font-size: 18px;
}

/* end users */

/* new user */

.check-inline {
    padding-top: 14px;
}
.check-inline>span,
.check-inline>label {
    display: inline-block;
    vertical-align: middle;
}
.check-inline>span {
    margin-right: 20px;
}
.check-inline>label {
    margin-bottom: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.checkbox-inline {
    color: #1a5493;
    /*padding-left: 25px;*/
    padding-left: 0;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    line-height: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-inline .label-checkbox {
    margin-top: 1px;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-inline input[type=checkbox] {
  opacity: 0;
}
.checkbox-inline .checkbox-style {
  /*position: absolute;
  left: 0;
  top: 2px;*/
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 11px;
  background-color: transparent;
  border: 1px solid #b9b9b9;
  margin-right: 5px;
  position: relative;
}
.checkbox-inline .checkbox-style > i {
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #787878;
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
}
.checkbox-inline input[type=checkbox]:checked + .checkbox-style {
}
.checkbox-inline input[type=checkbox]:checked + .checkbox-style > i {
  opacity: 1;
}
.checkbox-inline input[type=checkbox].undetermined:checked + .checkbox-style > i {
  background-color: #b9b9b9;
}
.checkbox-inline input[type=checkbox].undetermined:checked + .checkbox-style > i:before {
    opacity: 0;
}
.permissions-checks ul {
    list-style-type: none;
    
    margin-left: 0;
    padding-left: 20px;
    
}
.permissions-checks ul>li {
    line-height: 24px;
    height: 24px;
}
.txt-wlbl {
    padding-top: 15px;
}
.txt-wlbl>span {
    margin-right: 10px;
}
.btn-wnew {
    position: relative;
}
.btn-wnew>span {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 3px;
}
.btn-addtoselect {
    float: right;
    color: #E7505A;
}
.pagetitle-waction {
    padding: 25px 0;
}
.pagetitle-waction .page-title {
    margin: 0;
}
.form-popover .form-group {
    margin-bottom: 5px;
}
.form-popover .btn {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.form-popover .btn.dark {
    margin-left: 5px;
}
.permissions-row>.col-md-4 {
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
  margin-right: -2px;
  float: none;
}
.upload-avatar-img {
  background-image: url(../images/avatar-img.jpg);
  background-position: center center;
  background-size: cover;
  border: 1px solid #3598dc;
  margin: 15px auto;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgba(20,19,22,0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.upload-mark-logo {
  background-image: url(../images/avatar-img.jpg);
  background-position: center center;
  background-size: cover;
  border: 1px solid #3598dc;
  margin: 15px auto;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgba(20,19,22,0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.avatar-file {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.upload-mark-logo:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(46,48,61,0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.upload-mark-logo:hover:before {
    opacity: 1;
}
.upload-mark-logo>span {
    font-size: 21px;
    color: #fdfdfd;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -6px;
    top: -6px;
    margin-left: -10px;
    margin-top: -10px;
    transition: all 0.4s ease-in-out;
}
.upload-mark-logo:hover>span {
    left: 50%;
    top: 50%;
}
.upload-mark-logo>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.upload-mark-logo:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(46,48,61,0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.upload-mark-logo:hover:before {
    opacity: 1;
}
.upload-mark-logo>span {
    font-size: 21px;
    color: #fdfdfd;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -6px;
    top: -6px;
    margin-left: -10px;
    margin-top: -10px;
    transition: all 0.4s ease-in-out;
}
.upload-mark-logo:hover>span {
    left: 50%;
    top: 50%;
}
.upload-mark-logo>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}



.avatar-loader {
  width: 25px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.avatar-loader > div {
  width: 5px;
  height: 5px;
  background-color: #3598dc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.avatar-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.avatar-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#pwd_strength_wrap {
    border: 1px solid #D5CEC8;
    display: none;
    float: left;
    padding: 10px;
    position: relative;
    width: 130px;
}
#pwd_strength_wrap:before, #pwd_strength_wrap:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent; /* arrow size */
}
#pwd_strength_wrap:before {
    /*border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0.1);
    border-top: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -18px;
    position: absolute;
    top: 10px;*/
}
#pwd_strength_wrap:after {
    /*border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #fff;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -16px;
    position: absolute;
    top: 11px;*/
}
#pswd_info ul {
        list-style-type: none;
        margin: 5px 0 0;
        padding: 0;
}
#pswd_info ul li {
        /*background: url(icon_pwd_strength.png) no-repeat left 2px;*/
        padding: 0 0 0 20px;
}
#pswd_info ul li.valid {
        background-position: left -42px;
        color: green;
}
#passwordStrength {
    display: block;
    height: 5px;
    /*margin-bottom: 10px;*/
    transition: all 0.4s ease;
}
.strength0 {
    background: none; /* too short */
    width: 0px;
}
.strength1 {
    background: none repeat scroll 0 0 #FF4545;/* weak */
    width: 25px;
}
.strength2 {
    background: none repeat scroll 0 0 #FFC824;/* good */
    width: 75px;
}
.strength3 {
        background: none repeat scroll 0 0 #6699CC;/* strong */
    width: 100px;
}
.strength4 {
        background: none repeat scroll 0 0 #008000;/* best */
    width: 150px;
}
.checkbox-inline {
  color: #333;
}
.permissions-row:not(.permissions-role) .checkbox-inline.blue {
  color: #3598dc;
}
.permissions-row:not(.permissions-role) .checkbox-inline.green {
  color: #26C281;
}
.permissions-row:not(.permissions-role) .checkbox-inline.red {
  color: #ed6b75;
}
.user-fileinput {
  display: table;
  margin: 0 auto;
}
.uncheck-all,
.check-all {
  color: #fff;
}
.uncheck-all:focus,
.check-all:focus {
  text-decoration: none !important;
  color: #fff !important;
}
.uncheck-all:hover,
.check-all:hover {
  color: #fff !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}
.portlet.box>.portlet-title>.caption.caption-wcheckbox {
    padding: 6px 0 9px;
}
.portlet>.portlet-title>.caption .checkbox-inline>i {
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}
.caption-wcheckbox .checkbox-inline {
    color: #fff;
}
.caption-wcheckbox .checkbox-inline .checkbox-style {
  background-color: #fff;
  border-color: #fff;
  margin-right: 2px;
}

/* password */


#password-strength-status {
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius:4px;
  margin-top:5px;
}
.weak-password { 
  background-color: #ed6b75;
  border: 1px solid #ed6b75;
}
.medium-password {
  background-color: #2f96b4;
  border: 1px solid #2f96b4;
}
.strong-password { 
  background-color: #3fc9d5;
  border: 1px solid #3fc9d5;
}

#complexity, #results{
  margin-top: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
/*#results{
  margin: 30px 0 20px 0;
}*/

/*.default{background-color: #bac3d0;}
.weak{background-color: #ed6b75;}
.strong{background-color: #2f96b4;}
.stronger{background-color: #3fc9d5; }
.strongest{background-color: #3fc9d5;}*/

/*.default{background-color: #bac3d0;}
.error{background-color: #ed6b75;}
.weak{background-color: #F1C40F;}
.strong{background-color: #f37006;}
.stronger{background-color: #5ffe88; }
.strongest{background-color: #02621b;}*/

/* end password */

.strength-pass .password-verdict {
  position: absolute;
  color: #000;
  padding: 0 5px;
  right: 0;
  bottom: 0;
}

/* end new user */

/* roles */

.radio-role>span {
  color: #327ad5;
}

/* end roles */

/* tooltipster */

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 5px; 
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}
.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* end tooltipster */

/* my tooltipster */

.map-location-one-info
{
    background-color: #22313f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.map-location-one-info
{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 5px 10px;
}
.map-location-one-info-green
{
    background-color: #32C5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.map-location-one-info-green
{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 5px 10px;
}

/*.tooltipster-arrow-bottom span { border-color: #353942 !important; }*/

/* end my tooltipster */

/* new role */

.switch-inline {
    padding-top: 10px;
}
.switch-inline>span,
.switch-inline>div {
    display: inline-block;
    vertical-align: middle;
}
.switch-inline>div {
    margin-left: 15px;
}

/* end new role */

/* msgs */

.toast-top-right {
  top: 50px;
}

/* end msgs */

/* validation */

.has-error .form-control {
    border-color: #e73d4a;
}
.has-error .bootstrap-select .btn {
    border-color: #e73d4a;
}
/* validation */

.error-required {
    border-color:#e73d4a !important;
}
/*.select-error {
  background-color: #fbe3e4 !important;
  border: 1px solid #f16272 !important;
}
.select-error:hover,
.select2-dropdown-open .select2-choice.select-error {
  background-color: #3bd7ee !important;
  border: 1px solid #3bd7ee !important;
}*/
.error-msg-validation {
  color: #e73d4a;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-popover .error-msg-validation {
  font-size: 12px;
}
.success-msg-validation {
  color: #3fc9d5;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* end validation */

.dropdown-menu-scaleIn {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.open>.dropdown-menu-scaleIn {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/* stakeholder */

.inputdate-wicon {
  position: relative;
}
.inputdate-wicon .form-control {
  padding-right: 20px;
}
.inputdate-wicon .cleardate.display-none {
  display: none;
}
.inputdate-wicon .cleardate {
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 10px;
  line-height: 8px;
  font-size: 16px;
  color: #4d6b8a;
  z-index: 2;
  transition: all 0.2s linear;
}
.inputdate-wicon .cleardate:hover {
  color: #3fc9d5;
  cursor: pointer;
}

/* end stakeholder */

/* new stakeholder */

.rem-imgicon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: #E7505A;
  border-radius: 0 4px 0 0;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  z-index: 3;
  cursor: pointer;
}
.rem-imgicon:hover {
  background-color: #32c5d2;
}
.uploadimagerg.upload-image-rg {
  margin-bottom: 10px;
}
.testimonial-input-rg {
  margin-top: 15px;
}
.testimonial-input-rg textarea.form-control {
  height: 150px;
}

/* end new stakeholder */

/* branches */

.btnsearchreset-rg .btn-search-reset {
  float: right;
}

/* end branches */

/* new branch */

.row.addcontact-list-row>.col-md-6.addcontact-info:first-child:nth-last-child(1) .addcontact-rg>.del-btn {
  display: none;
}
.btn-addcontact {
  position: relative;
  width: 14px;
  height: 14px;
}
.btn-addcontact>i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.addcontact-rg {
  padding-right: 44px;
  position: relative;
}
.addcontact-rg .row {
  margin-left: -5px;
  margin-right: -5px;
}
.addcontact-rg .row .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.del-btn {
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 34px;
  height: 34px;
  line-height: 32px !important;
  background-color: #E7505A;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.del-btn:hover {
  background-color: #32c5d2;
}

/* end new branch */

/* comments */

.btn.txtgreen {
  color: #3fc9d5;
}
.btn.txtred {
  color: #ed6b75;
}
.tdcomment {
    display: block;
    max-height: 38px;
    overflow: hidden;
}
.tbl-comments-actions {
  width: 100px;
}

/* end comments */

/* inquiry */

.tableinfo-user {
  padding: 20px 0 0 0;
}
.tableinfo-user-padd {
  padding: 20px 0;
}

/* end inquiry */

/* inquiry details */
.info-datarow {
  display: table;
  width: 100%;
  padding: 20px 5px;
  table-layout: fixed;
}
.info-datacell {
  display: table-cell;
  padding: 0 10px;
}
.info-datacell>span {
  display: block;
  color: #578EBE;
}
.info-datacell>p {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 5px;
}
.offertitle {
  padding: 10px 20px;
  background-color: #E9EDEF;
  color: #858a8c;
  margin-bottom: 2px;
  font-size: 18px;
}
.offer-region table {
  width: 100%;
  height: auto !important;
}
.offer-region table thead tr {
  height: auto !important;
}
.offer-region table thead tr th, .offer-region table thead tr td {
  padding: 12px 10px;
  background-color: #4B77BE;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border: 2px solid #fff;
  border-top: none;
}
.offer-region table thead tr th:first-child, .offer-region table thead tr td:first-child {
  border-left: none;
  border-right: none;
}
.offer-region table thead tr th:last-child, .offer-region table thead tr td:last-child {
  border-left: none;
  border-right: none;
}
.offer-region table tbody tr:first-child td {
  border-top: none;
}
.offer-region table tbody td {
  padding: 12px 10px;
  background-color: #E9EDEF;
  color: #858a8c;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.2s linear;
}
.offer-region table tbody td:first-child {
  border-left: none;
}
.offer-region table tbody td:first-child {
  background-color: #4B77BE;
  color: #fff;
}
.offer-region table tbody td.not-first-child {
  background-color: #E9EDEF;
  color: #858a8c;
}
.offer-region table tbody td:nth-child(2) {
  border-left: none;
}
.offer-region table tbody td:last-child {
  border-right: none;
}
.offer-region.active table tbody td {
  background-color: #dde1e3;
}
.offer-region.active table tbody td:first-child {
  background-color: #306397;
  color: #fff;
}
.offer-region.active table tbody td.not-first-child {
  background-color: #dde1e3;
  color: #858a8c;
}

/* end inquiry details */

.btns-crop-zoom {
  text-align: left;
}

/* new article */

.modal_imgcrop .modal-dialog {
  width: 610px;
}
.img-container img {
  max-width: 100%;
}
.crop-imgicon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 30px !important;
  background-color: #1BBC9B;
  border-radius: 0 4px 0 0;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  z-index: 3;
  cursor: pointer;
}
.crop-imgicon:hover {
  background-color: #1BA39C;
}
.crop-imgicon.display-none {
  display: none;
}

/* end new article */

/* new gallery */

.upload-gallery-imgs-region {
  padding: 20px;
  color: #97A1A8;
  background-color: #fff;
  border: 2px dashed #C8CBCE;
  position: relative;
}
.upload-gallery-img-rg {
  color: #97A1A8;
  text-align: center;
  display: block;
}
.upload-gallery-img-rg span:not(.btn) {
  display: block;
}
.upload-gallery-img-rg>i {
  font-size: 20px;
}
.upload-gallery-img-text h3 {
  margin-top: 15px;
  font-size: 18px;
}
.upload-gallery-img-text span {
  font-size: 12px;
}
.upload-gallery-img-rg>.btn {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.upload-gallery-file {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

/* end new gallery */

/* settings */

.settings-content .input-group {
  width: 100%;
}
.settings-content .switch-inline>span {
  width: 150px;
}
.settings-content .input-group-addon:nth-child(1) {
  width: 36px;
}
.settings-content .input-group-addon:nth-child(2) {
  width: 220px;
  text-align: initial;
  border-right: none;
}
.settingschecks-row .permissions-checks>ul>li:before,
.settingschecks-row .permissions-checks>ul>li:after {
  content: "";
  display: table;
}
.settingschecks-row .permissions-checks>ul>li:after {
  clear: both;
}
.settingschecks-row .permissions-checks>ul>li .check-more {
  float: right;
  margin-right: 10px;
}
.settingschecks-row .permissions-checks>ul>li .check-more.display-none {
    display: none;
}
.settingschecks-row .permissions-checks ul>li {
  height: auto;
  line-height: initial;
}

/* end settings */

/* charts */

.amcharts-chart-div>a {
  display: none !important;
}
.charts-color {
  list-style-type: none;
  padding: 0;
}
.charts-color>li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  margin-right: 10px;
}
.color-bg,
.color-txt {
  display: block;
}
.color-bg {
  width: 16px;
  height: 16px;
  background-color: #2bb8c4;
  position: absolute;
  left: 0;
  top: 2px;
}
.color-bg.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* end charts */

/* campaign */

.btn-group.btn-actiontable .dropdown-menu {
  top: auto;
  bottom: 40px;
}
.btn-group.btn-actiontable .dropdown-menu:before,
.btn-group.btn-actiontable .dropdown-menu:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-group.btn-actiontable .dropdown-menu:before {
  top: auto;
  bottom: -8px;
}
.btn-group.btn-actiontable .dropdown-menu:after {
  top: auto;
  bottom: -7px;
}
.bootstrap-tagsinput.has-error {
  border-color: #e73d4a;
}
.compaign-message-rg {
  margin-top: 20px;
}
.urlmessage-region.display-none,
.htmlmessage-region.display-none {
  display: none;
}
#modal-viewdetails .modal-dialog {
  width: 680px;
}
#modal-viewdetails .modal-body table {
  width: 100% !important;
}
#modal-viewdetails .modal-body * {
  max-width: 100% !important;
}
#modal-viewdetails .modal-body img {
  display: block;
}
.table-smreport tr>th:first-child,
.table-smreport tr>td:first-child {
  width: 80px !important;
}
.reportcampaing-region .dashboard-stat2,
.report-chart-region .portlet {
  background-color: #eef1f5;
}
.report-chart-region .portlet>.portlet-title {
  border-bottom-color: #fff;
}
.report-chart-region .table-scrollable .table {
  background-color: #fff;
}
.mytdurl {
  display: block;
  max-width: 400px;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1080px) {
  .mytdurl {
    max-width: 100px;
    width: 100px;
  }
}
#modal-sendtest .bootstrap-tagsinput input[type=text] {
  width: 100% !important;
  /*width: auto !important;*/
}
.iframe_preview {
  width: 100%;
  height: 500px;
}

/* end campaign */

/* lists */

.tablesimple-column tr>th:first-child,
.tablesimple-column tr>td:first-child {
  width: 80px !important;
}
.tablesimple-column tr>th:last-child,
.tablesimple-column tr>td:last-child {
  width: 65px !important;
}

/* end lists */

/* emails */

.btn-fileimport {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.btn-fileimport span {
  cursor: pointer;
}
.file-import {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

/* end emails */

/* reports */

/*svg>text[text-anchor="end"] {
  display: none !important;
}*/
.actions-chart>.btn,
.actions-chart>.btn-group {
  float: right;
}
.actions-chart>.btn {
  margin-left: 10px;
}
.table-filtersearch-region {
  display: none;
}
.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -40px;
}
.chartmsg-showing {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.chart-showing.display-none,
.chartmsg-showing.display-none {
  display: none;
}

/* end reports */

@media screen and (max-width: 1920px) {
  .gallery-img {
     height: 360px; 
  }
}
@media screen and (max-width: 1800px) {
  .gallery-img {
     height: 300px; 
  }
}
@media screen and (max-width: 1600px) {
  .gallery-img {
     height: 260px; 
  }
}
@media screen and (max-width: 1440px) {
  .gallery-img {
     height: 240px; 
  }
}
@media screen and (max-width: 1400px) {
  .gallery-img {
     height: 200px; 
  }
}
@media screen and (max-width: 991px) {
  .stakeholder-searchform .row.creationdate-rg .col-md-4 .form-group {
    padding-left: 100px;
  }
  .stakeholder-searchform .btn-search-reset {
    float: right;
  }
  .stakeholder-searchform .row.creationdate-rg .col-md-4 .form-group .lblinput {
    left: 102px;
  }
}