/* Layout helpers */
/* Custom theme by dnnsoftware.ir
----------------------------------*/
.livetabsflatgreen .ui-helper-hidden {
  display: none;
}
.livetabsflatgreen .ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.livetabsflatgreen .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.livetabsflatgreen .ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.livetabsflatgreen .ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.livetabsflatgreen .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.livetabsflatgreen .ui-state-disabled {
  cursor: default !important;
}
/* states and images */
.livetabsflatgreen .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Overlays */
.livetabsflatgreen .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Component containers
----------------------------------*/
.livetabsflatgreen .ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.livetabsflatgreen .ui-widget input,
.livetabsflatgreen .ui-widget select,
.livetabsflatgreen .ui-widget textarea,
.livetabsflatgreen .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.livetabsflatgreen .ui-widget-content {
  color: #666666;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-widget-content a {
}
.livetabsflatgreen .ui-widget-header {
  border-bottom: 1px solid #e6e6e6;
  color: #666666;
  font-weight: bold;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.livetabsflatgreen .ui-state-default,
.livetabsflatgreen .ui-widget-content .ui-state-default {
  font-size: 12px;
  border: 1px solid #e6e6e6;
  font-weight: normal;
  color: #555555;
  outline: none;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-state-default a,
.livetabsflatgreen .ui-state-default a:link,
.livetabsflatgreen .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
  outline: none;
}
.livetabsflatgreen .ui-state-hover,
.livetabsflatgreen .ui-widget-content .ui-state-hover,
.livetabsflatgreen .ui-state-focus,
.livetabsflatgreen .ui-widget-content .ui-state-focus {
  font-weight: normal;
  color: #6a6b6b;
  outline: none;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms; /* Opera */
  -ms-transition: background-color ease-in 200ms; /* IE9? */
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-state-hover a,
.livetabsflatgreen .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
  outline: none;
}
.livetabsflatgreen .ui-state-active,
.livetabsflatgreen .ui-widget-content .ui-state-active {
  background: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-weight: normal;
  outline: none;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-state-active a,
.livetabsflatgreen .ui-state-active a:link,
.livetabsflatgreen .ui-state-active a:visited {
  outline: none;
  text-decoration: none;
} /*dnnsoftware.ir*/
/* Interaction Cues
----------------------------------*/
.livetabsflatgreen .ui-state-highlight,
.livetabsflatgreen .ui-widget-content .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50%
    repeat-x;
  color: #363636;
}
.livetabsflatgreen .ui-state-highlight a,
.livetabsflatgreen .ui-widget-content .ui-state-highlight a {
  color: #363636;
}
.livetabsflatgreen .ui-state-error,
.livetabsflatgreen .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50%
    repeat-x;
  color: #cd0a0a;
}
.livetabsflatgreen .ui-state-error a,
.livetabsflatgreen .ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}
.livetabsflatgreen .ui-state-error-text,
.livetabsflatgreen .ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}
.livetabsflatgreen .ui-state-disabled,
.livetabsflatgreen .ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.livetabsflatgreen .ui-priority-primary,
.livetabsflatgreen .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}
.livetabsflatgreen .ui-priority-secondary,
.livetabsflatgreen .ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
/* Tabs
----------------------------------*/
.livetabsflatgreen .ui-tabs {
  zoom: 1;
}
.livetabsflatgreen .ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-tabs .ui-tabs-nav li {
  list-style: none;
  position: relative;
  float: left;
  background-image: none;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-tabs .ui-tabs-nav li a {
  text-decoration: none;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-bottom-width: 0;
}
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.livetabsflatgreen .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.livetabsflatgreen .ui-tabs .ui-tabs-nav li a,
.livetabsflatgreen
  .ui-tabs.ui-tabs-collapsible
  .ui-tabs-nav
  li.ui-tabs-selected
  a,
.livetabsflatgreen
  .ui-tabs.ui-tabs-collapsible
  .ui-tabs-nav
  li.ui-tabs-active
  a,
.livetabsflatgreen
  .ui-tabs.ui-tabs-collapsible
  .ui-tabs-nav
  li.ui-tabs-active
  a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.livetabsflatgreen .ui-tabs .ui-tabs-panel {
  display: block;
  border-top: none !important;
  background: none;
} /*dnnsoftware.ir*/
.livetabsflatgreen .ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* Vertical Right */
.livetabsflatgreen.mright .mright.ui-tabs .mright.ui-tabs-panel {
  float: right !important;
}
.livetabsflatgreen.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright {
}
.livetabsflatgreen.mright .mright.ui-tabs .ui-tabs-panel {
}
.livetabsflatgreen.mright .mright.ui-tabs .ui-tabs-nav li {
}
.livetabsflatgreen.mright .mright.ui-tabs .ui-tabs-nav li a {
}
.livetabsflatgreen.mright .ui-state-active,
.livetabsflatgreen.mright .ui-widget-content .ui-state-active {
}
.livetabsflatgreen.mright .ui-widget-header {
  border: 0;
}
.livetabsflatgreen.mright .mright.ui-tabs .mright.ui-tabs-nav {
}

/* Vertical left */
.livetabsflatgreen.mleft .mleft.ui-tabs .mleft.ui-tabs-panel {
  float: left !important;
}
.livetabsflatgreen.mleft .mleft.ui-tabs .mleft.ui-tabs-nav li.mleft {
}
.livetabsflatgreen.mleft .mleft.ui-tabs .ui-tabs-panel {
  border: 1px solid #ebebeb !important;
}
.livetabsflatgreen.mleft .mleft.ui-tabs .ui-tabs-nav li {
}
.livetabsflatgreen.mleft .mleft.ui-tabs .ui-tabs-nav li a {
}
.livetabsflatgreen.mleft .ui-state-active,
.livetabsflatgreen.mleft .ui-widget-content .ui-state-active {
}
.livetabsflatgreen.mleft .ui-widget-header {
  border: 0;
}
.livetabsflatgreen.mleft .mleft.ui-tabs .mleft.ui-tabs-nav {
}

/* Horizontal Bottom */
.livetabsflatgreen.mbottom .mbottom.ui-tabs .mbottom.ui-tabs-panel {
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: none !important;
}
.livetabsflatgreen.mbottom .mbottom.ui-widget-header {
  border-top: 1px solid #e6e6e6;
  border-bottom: none !important;
}
.livetabsflatgreen.mbottom .mbottom.ui-state-active,
.livetabsflatgreen.mbottom .mbottom.ui-widget-content .ui-state-active {
  border-top: 0;
}
.livetabsflatgreen.mbottom .mbottom.ui-tabs .mbottom.ui-tabs-panel {
}
.livetabsflatgreen.mbottom .mbottom.ui-tabs .mbottom.ui-tabs-nav {
  left: 0 !important;
}

/* ===========   dnnsoftware.ir   =========== */

/* colors */
.livetabsflatgreen .ui-state-active,
.livetabsflatgreen .ui-widget-content .ui-state-active {
  border-top: 1px solid #00bfa7;
  color: #00bfa7;
}
.livetabsflatgreen .ui-state-active a,
.livetabsflatgreen .ui-state-active a:link,
.livetabsflatgreen .ui-state-active a:visited {
  color: #00bfa7;
}
.livetabsflatgreen.mright .ui-state-active,
.livetabsflatgreen.mright .ui-widget-content .ui-state-active {
  border-right: 1px solid #00bfa7;
}
.livetabsflatgreen.mleft .ui-state-active,
.livetabsflatgreen.mleft .ui-widget-content .ui-state-active {
  border-left: 1px solid #00bfa7;
}
.livetabsflatgreen.mbottom .mbottom.ui-state-active,
.livetabsflatgreen.mbottom .mbottom.ui-widget-content .ui-state-active {
  border-bottom: 1px solid #00bfa7;
}

.rtl .livetabsflatgreen .ui-helper-hidden-accessible {
  left: auto;
  right: -99999999px;
}
.rtl .livetabsflatgreen .ui-helper-zfix {
  left: auto;
  right: 0;
}
.rtl .livetabsflatgreen .ui-widget-overlay {
  left: auto;
  right: 0;
}
.rtl .livetabsflatgreen .ui-widget {
  font-family: inherit /*Verdana,Arial,sans-serif*/;
  font-size: /*1.1em*/ 12px;
}
.rtl .livetabsflatgreen .ui-widget input,
.rtl .livetabsflatgreen .ui-widget select,
.rtl .livetabsflatgreen .ui-widget textarea,
.rtl .livetabsflatgreen .ui-widget button {
  font-family: inherit /*Verdana,Arial,sans-serif*/;
  font-size: /*1em*/ 12px;
}
.rtl .livetabsflatgreen .ui-widget-shadow {
}
.rtl .livetabsflatgreen .ui-tabs .ui-tabs-nav li {
  float: right;
}
.rtl .livetabsflatgreen .ui-tabs .ui-tabs-nav li a {
  float: right;
}

.rtl .livetabsflatgreen.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright a {
  float: left;
}
.rtl .livetabsflatgreen.mright .mright.ui-tabs .mright.ui-tabs-panel {
}
.rtl .livetabsflatgreen.mleft .mleft.ui-tabs .mleft.ui-tabs-panel {
}
.rtl .livetabsflatgreen.mbottom .mbottom.ui-tabs .mbottom.ui-tabs-panel {
}
