/* $noty
 ------------------------------------------*/
li.urban-noty {
  position: relative;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  margin-top: 35px;
  cursor: pointer;
}
.noty_message {
  font-size: 13px!important;
  padding: 10px;
}
.urban-noty .noty_buttons {
  padding: 10px;
}
.urban-noty .noty_buttons button {
  margin-right: 5px;
}
.urban-noty .noty_buttons button.close {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 1px 5px;
}
.urban-noty-bottom,
.urban-noty-bottom-right,
.urban-noty-bottom-left,
.urban-noty-top,
.urban-noty-top-right,
.urban-noty-top-left {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 99999;
}
/* Top notification */
.urban-noty-top {
  top: 45px;
}
.urban-noty-top {
  top: 45px;
  right: 0;
  width: 100%;
}
.urban-noty-top li.urban-noty {
  margin-bottom: 0;
  margin-top: -1px;
}
/* Top right notification */
.urban-noty-top-right {
  top: 45px;
}
.noty_container_type_warning .noty_bar {
  background-color: rgba(255, 234, 168, 0.8);
  border: 1px solid #ffc237;
  color: #826200;
}
.td_title {
  background-color: #e8e8e8;
  color: #494949;
  padding: 6px;
  font-size: 13px;
  font-weight: bold;
}
.addDayPart-modal .modal-dialog {
  width: 940px;
  margin-top: 50px;
}
.addDayPart-modal .buttons button {
  font-size: 12px;
}
#day_parting {
  background-color: #e4e4e4;
  width: 100%;
  border-spacing: 1px;
  border-collapse: initial;
}
.start-border-bottom {
  border-bottom: 1px solid #4f5153;
}
.start-border-right {
  border-right: 1px solid #4f5153;
}
#day_parting th {
  text-align: center;
}
#day_parting tr {
  font-size: 12px;
  font-family: Arial;
  background-color: #f9f9f9;
  padding: 4px;
}
#day_parting td:first-child,
#day_parting td:last-child {
  padding: 5px;
}
#day_parting .day {
  width: 13%;
}
#day_parting .time_period {
  width: 27%;
  text-align: center;
}
#day_parting .title_hour_box_collection {
  clear: both;
  text-align: center;
}
#day_parting .title_hour_box {
  width: 13px;
}
#day_parting .hour_box_collection {
  clear: both;
  text-align: center;
}
#day_parting .title_hour_box {
  width: 13px;
}
#day_parting .hour_box {
  width: 13px;
  height: 13px;
  background-color: #d1d1d1;
  border-radius: 13px;
}
#day_parting .title_hour_box_wrapper {
  padding-left: 3%;
  padding-right: 2%;
  display: inline-table;
  padding-bottom: 5px;
  padding-top: 5px;
}
#day_parting .hour_box_wrapper:hover {
  cursor: pointer;
}
#day_parting .day_parting_selected {
  background-color: #067ead;
}
#day_parting .hour_box_wrapper {
  vertical-align: middle;
  height: 100%;
  display: inline-table;
  padding-left: 3%;
  padding-right: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1400px) {
  #day_parting .hour_box_wrapper {
    padding-left: 1%;
    padding-right: 1%;
  }
  #day_parting .title_hour_box_wrapper {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 900px) {
  #day_parting .hour_box_wrapper {
    padding-left: 0.8%;
    padding-right: 0.8%;
  }
  #day_parting .title_hour_box_wrapper {
    padding-left: 0.8%;
    padding-right: 0.8%;
  }
}
#day_parting .hour_box_wrapper.dayofweek {
  padding-left: 20%;
  padding-right: 20%;
}
.clock_twelve,
.clock_twentyfour {
  text-decoration: none;
  color: deepskyblue;
}
.clock_twelve,
.clock_twentyfour:hover {
  text-decoration: none;
  color: deepskyblue;
}
.clock_selected {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.day_parting_panel {
  clear: both;
}
.day_parting_panel .clock_section {
  float: left;
  margin-bottom: 10px;
}
.day_parting_panel .timezone_section {
  float: right;
  margin-bottom: 10px;
}
#tz {
  color: deepskyblue;
  text-decoration: none;
}
#tz:hover {
  text-decoration: underline;
}
/* Fix for chosen dropdown inside JQuery UI Dialog */
.ui-dialog .ui-dialog-content {
  overflow: visible !important;
}
.ui-dialog {
  overflow: inherit !important;
}
#timezone_list_chosen {
  margin-top: 5px;
}
/* $switch
 ------------------------------------------*/
.switch {
  position: relative;
  width: 50px;
  height: 30px;
  /* sizes. */
}
.switch span {
  -webkit-transition: border 300ms, box-shadow 300ms;
  -moz-transition: border 300ms, box-shadow 300ms;
  -o-transition: border 300ms, box-shadow 300ms;
  transition: border 300ms, box-shadow 300ms;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid #cbd5d7;
  background-color: #cbd5d7;
  background-clip: content-box;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch input {
  display: none;
}
.switch span i {
  position: absolute;
  top: 0;
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.switch span i::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: white;
}
.switch :disabled + span i::before {
  background-color: #efefef;
}
.switch :checked + span {
  border-color: #00d379;
  -webkit-box-shadow: #00d379 0px 0px 0px 21px inset;
  -moz-box-shadow: #00d379 0px 0px 0px 21px inset;
  box-shadow: #00d379 0px 0px 0px 21px inset;
  -webkit-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  -moz-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  -o-transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  transition: border 300ms, box-shadow 300ms, background-color 1.2s;
  background-color: #00d379;
}
.switch :checked + span i {
  padding-right: 0;
  padding-left: 20px;
}
.switch.switch-sm {
  width: 33px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.switch.switch-sm span i::before {
  width: 20px;
  height: 20px;
}
.switch.switch-sm :checked + span i {
  padding-left: 13px;
}
.switch.switch-lg {
  width: 66px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.switch.switch-lg span i::before {
  width: 40px;
  height: 40px;
}
.switch.switch-lg :checked + span i {
  padding-left: 26px;
}
.switch.square span i::before,
.switch.square span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.switch.switch-primary :checked + span {
  border-color: #0082b5;
  -webkit-box-shadow: #0082b5 0px 0px 0px 21px inset;
  -moz-box-shadow: #0082b5 0px 0px 0px 21px inset;
  box-shadow: #0082b5 0px 0px 0px 21px inset;
  background-color: #0082b5;
}
.switch.switch-warning :checked + span {
  border-color: #ffc65d;
  -webkit-box-shadow: #ffc65d 0px 0px 0px 21px inset;
  -moz-box-shadow: #ffc65d 0px 0px 0px 21px inset;
  box-shadow: #ffc65d 0px 0px 0px 21px inset;
  background-color: #ffc65d;
}
.switch.switch-danger :checked + span {
  border-color: #dd4b4b;
  -webkit-box-shadow: #dd4b4b 0px 0px 0px 21px inset;
  -moz-box-shadow: #dd4b4b 0px 0px 0px 21px inset;
  box-shadow: #dd4b4b 0px 0px 0px 21px inset;
  background-color: #dd4b4b;
}
.switch.switch-info :checked + span {
  border-color: #4cc3d9;
  -webkit-box-shadow: #4cc3d9 0px 0px 0px 21px inset;
  -moz-box-shadow: #4cc3d9 0px 0px 0px 21px inset;
  box-shadow: #4cc3d9 0px 0px 0px 21px inset;
  background-color: #4cc3d9;
}
.switch.switch-dark :checked + span {
  border-color: #4C5064;
  -webkit-box-shadow: #4c5064 0px 0px 0px 21px inset;
  -moz-box-shadow: #4c5064 0px 0px 0px 21px inset;
  box-shadow: #4c5064 0px 0px 0px 21px inset;
  background-color: #4C5064;
}
body {
  color: #222;
  padding: 0;
}
/* fix for inputs inline shadow */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* no borders for buttons (ie7) */
button {
  *border: none !important;
  *border-color: transparent !important;
}
a,
button,
input {
  outline: none !important;
}
/* webkit extra margin fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  button {
    margin: 0px;
  }
}
/* hide all elements & show preloader */
.js,
.js body {
  overflow: hidden;
}
.js body > * {
  visibility: hidden;
}
.js #loading_layer {
  visibility: visible;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}
.js #loading_layer img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 10px;
  margin: -5px 0 0 -32px;
}
.js .tab-pane {
  display: block !important;
}
.js .hide {
  display: inherit;
}
/* external links */
.external_link {
  background: url(../img/external_link.png) no-repeat right center;
  padding-right: 12px;
}
/* main headings*/
.heading {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 18px;
  padding-bottom: 5px;
}
.heading h1,
.heading h2,
.heading h3,
h1.heading,
h2.heading,
h3.heading {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.heading .btn {
  vertical-align: bottom;
  margin-left: 10px;
}
/* fix for .label position */
h1 + .label {
  margin: 13px 10px 0 0;
}
h2 + .label {
  margin: 12px 10px 0 0;
}
h3 + .label {
  margin: 7px 10px 0 0;
}
/* element separation */
.sepH_a {
  margin-bottom: 5px;
}
.sepH_b {
  margin-bottom: 10px;
}
.sepH_c {
  margin-bottom: 20px;
}
.sepV_a {
  margin-right: 5px;
}
.sepV_b {
  margin-right: 10px;
}
.sepV_c {
  margin-right: 20px;
}
.sepH_a_line {
  padding-bottom: 6px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.sepH_no {
  margin-bottom: 0;
}
.tac {
  text-align: center;
}
.line_sep {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 18px;
  padding-bottom: 5px;
}
.sml_t {
  font-size: 11px;
}
.sml {
  font-size: 11px;
  color: #9d9d9d;
}
/* accordion background animation */
.accordion-toggle {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* text-shadow */
.ov_boxes .ov_text,
.dshb_icoNav li a,
.table th,
.fc thead th {
  text-shadow: 1px 1px 0 #ffffff;
}
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
  text-shadow: 1px 1px 0 #eeeeee;
}
/* Bootstrap adjustments */
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
btn-mini [class*=" icon-"] {
  margin-top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
  margin: 0;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h6 {
  font-size: 11px;
  color: #999;
}
h1 small,
h2 small {
  font-size: 18px;
}
h3 small,
h4 {
  font-size: 14px;
}
h4 small,
h5 {
  font-size: 12px;
}
.row-fluid div[class*="span"] {
  min-height: 1px;
}
form .row-fluid + .row-fluid {
  margin-top: 10px !important;
}
.main-content .row-fluid + .row-fluid {
  margin-top: 30px;
}
.nav-pills + .nav-pills {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dcdcdc;
}
.nav-pills > li > a {
  padding: 5px 8px;
}
.navbar-fixed-top .nav-collapse i {
  opacity: 0.8;
}
.navbar-fixed-top .nav-collapse li:hover i {
  opacity: 1;
}
.navbar-fixed-top .navHover:after {
  height: 1px;
  width: 100%;
  bottom: -1px;
  position: absolute;
  content: '';
  display: block;
}
.navbar .nav > li > a.nav_condensed {
  padding-left: 2px;
  padding-right: 2px;
}
.pagination ul > li > div > a,
.pagination ul > li > div > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > div > a:hover,
.pagination ul > .active > div > a,
.pagination ul > .active > div > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > div > a,
.pagination ul > .active > div > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > div > span,
.pagination ul > .disabled > div > a,
.pagination ul > .disabled > div > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination ul > li:first-child > div > a,
.pagination ul > li:first-child > div > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > div > a,
.pagination ul > li:last-child > div > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination {
  height: 26px;
}
.pagination a.active {
  background-color: #f5f5f5;
}
.pagination a.active {
  color: #999;
  cursor: default;
}
.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li > div > a,
.pagination ul > li > div > span {
  line-height: 24px;
  padding: 0 10px;
}
.pagination ul > li > div.page {
  display: inline;
}
.pager a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 12px;
}
.label {
  cursor: default;
  font-size: 11px;
  padding: 2px 4px;
}
.label-important,
.badge-error {
  background: #c62626;
}
.label-success,
.badge-success {
  background: #70a415;
}
.label-warning,
.badge-warning {
  background: #f5aa1a;
}
.label-info,
.badge-info {
  background: #058dc7;
}
.alert .close {
  top: 0;
}
.alert-block p + p,
.alert-block ul + p,
.alert-block p + ul {
  margin-top: 10px;
}
.alert-block h4 + p,
.alert-block h4 + ul {
  margin-top: 5px;
}
.icon-sw {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu li a {
  padding: 3px 20px 3px 8px;
  position: relative;
  font-size: 13px;
}
.main-content .accordion-heading .accordion-toggle {
  background-color: #f5f5f5;
  color: #222;
  text-decoration: none;
  background-image: url(../img/acc_icons.png);
  background-position: 98% 12px;
  background-repeat: no-repeat;
}
.main-content .accordion-heading .accordion-toggle:hover {
  background-color: #e5e5e5;
}
.main-content .accordion-heading .acc-in {
  background-position: 98% -34px;
}
.btn-gebo {
  text-shadow: 0px -1px 0px #004f6f;
  color: #fff;
  background-color: #006d8d;
  background-image: linear-gradient(top, #1e8bab, #004f6f);
  border-left-color: #006D8D;
  border-right-color: #004f6f;
  border-top-color: #006D8D;
  border-bottom-color: #004f6f;
}
.btn-gebo:hover,
.btn-gebo:active,
.btn-gebo.active,
.btn-gebo.disabled,
.btn-gebo[disabled] {
  background-color: #004f6f;
}
.btn-gebo:hover {
  color: #fff;
  text-shadow: 0px -1px 0px #003151;
}
.btn-gebo:focus {
  color: #fff;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #006D8D #004f6f #004f6f #006D8D;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.btn-gebo.active,
.btn-gebo:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #64d1f1;
}
.modal_box {
  background: #fff;
  padding: 20px;
}
.modal_box form {
  background: #ffffff;
}
#colorbox ~ .bootstrap-timepicker,
#colorbox ~ .colorpicker,
#colorbox ~ .datepicker {
  z-index: 10000;
}
textarea,
input {
  outline: none;
}
tr.rowlink td {
  cursor: pointer;
}
tr.rowlink td.nolink {
  cursor: auto;
}
.table tbody tr.rowlink:hover td {
  background-color: #efefef;
}
a.rowlink {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.navbar .nav > li > a:focus {
  color: #ffffff;
}
.input-append .active,
.input-prepend .active {
  border: none;
  background: none;
}
/* header */
.navbar .brand {
  width: 200px;
  padding-bottom: 0;
  padding-top: 0;
  font: 100 18px/36px 'PT Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
}
.navbar .brand i {
  margin-top: 5px;
}
.navbar .caret {
  opacity: .6;
  filter: alpha(opacity=60);
}
.navbar .user_menu {
  margin-left: 0;
}
.navbar .user_menu .nb_boxes {
  margin: 9px 0 0;
}
.navbar .user_menu .nb_boxes .label {
  background: transparent;
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 4px;
}
.navbar .user_menu .nb_boxes a {
  cursor: pointer;
  float: left;
  margin-right: 8px;
}
.navbar .user_menu .nb_boxes a:last-child {
  margin: 0;
}
.navbar .user_menu a.dropdown-toggle {
  white-space: nowrap;
}
.navbar .user_menu .user_avatar {
  margin-right: 6px;
  height: 20px;
}
.btn_menu {
  display: none;
}
/* main content */
#maincontainer {
  background-image: url(../img/main_bg.gif);
  background-repeat: repeat-y;
  min-height: 100%;
}
#contentwrapper {
  float: left;
  width: 100%;
}
.main-content {
  padding: 25px 0px 0px 0px;
  background: #fff;
  border-left: 1px solid transparent;
}
/* sidebar */
.sidebar {
  margin-left: -100%;
  width: 240px;
  float: left;
  position: relative;
}
.sidebar_sep {
  background: #efefef;
  clear: both;
  float: none;
  height: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  margin: 14px 0;
}
.sidebar_switch {
  text-indent: -10000px;
  width: 16px;
  position: fixed;
  left: 220px;
  top: 45px;
  height: 14px;
  cursor: pointer;
  z-index: 100;
  display: block;
  opacity: 0.5;
}
.on_switch {
  background: url(../img/sidebar_switch.png) no-repeat 0 -19px;
}
.off_switch {
  background: url(../img/sidebar_switch.png) no-repeat 0 -1px;
}
.sidebar_inner form {
  padding: 14px 0 9px 15px;
}
.sidebar_inner form input {
  margin: 0;
}
.sidebar_hidden .sidebar {
  display: none;
}
.sidebar_hidden .sidebar_switch {
  left: 4px;
}
.sidebar_hidden .main-content {
  margin: 0;
  border-left: none;
}
.sidebar_hidden {
  background: #ffffff;
}
.sidebar_hidden #maincontainer {
  background: #ffffff;
}
.sidebar_info {
  width: 180px;
  position: relative;
  left: 30px;
  bottom: 10px;
}
.sidebar_info ul {
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar_info ul li {
  line-height: 26px;
  overflow: hidden;
  border-bottom: 1px dashed #cccccc;
}
.sidebar_info ul li:last-child {
  border: none;
}
.sidebar_info .act {
  float: right;
}
.sidebar .accordion {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-right: 1px;
}
.sidebar .accordion-heading {
  text-shadow: 1px 1px 0 #efefef;
  background: #e0e0e0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ececec;
  box-shadow: inset 0px 1px 0px 0px #ececec;
}
.sidebar .accordion-heading a:hover {
  background-color: #cfcfcf;
}
.sidebar .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px;
}
.sidebar .accordion-group a {
  color: #222;
  text-decoration: none !important;
}
.sidebar .accordion-group .active a {
  color: #ffffff;
}
.sidebar .accordion-group .accordion-heading a {
  color: #222222;
}
.sidebar .accordion-inner {
  border-top: 1px solid #ccc;
  background: #fafafa;
}
.sdb_h_active a {
  background: url("../img/bullet_green.png") no-repeat 98% center;
}
/* login page */
.login_page {
  overflow: auto;
  margin-top: 200px;
}
.login_page body {
  max-width: inherit;
  margin: 0 20px;
}
.login_page .login_box {
  position: relative;
  width: 380px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.login_page .top_b {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font: 100 18px/42px 'PT Sans', sans-serif;
  height: 42px;
  padding: 0 20px;
  background: #e0e0e0;
  border-bottom: 1px solid #ccc;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  font-size: 15px;
}
.login_page .cnt_b {
  padding: 30px 0;
  width: 66%;
  margin: 0 auto;
}
.login_page form {
  margin-bottom: 0;
}
.login_page .btm_b {
  padding: 12px 20px;
  border-top: 1px solid #e7e7e7;
  background: #f7f7f7;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.login_page .links_b {
  width: 100%;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: -24px;
}
.login_page .link_reg {
  font-size: 11px;
  padding: 5px 0 0;
  display: block;
}
.alert-login {
  margin: 10px 10px 0;
}
/* error pages */
.error_page {
  background: #eeeeee;
}
.error_page,
.error_page body,
.error_page .error_box {
  height: 100%;
}
.error_page h1 {
  font-family: 'Jockey One', sans-serif;
  font-size: 52px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #067ead;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5), 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 40px 0 0 300px;
}
.error_page p {
  color: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  margin-left: 300px;
}
.error_page .back_link {
  margin-left: 300px;
}
.error_page .error_box {
  background: url(../img/error_big.png) no-repeat 0 0;
  padding: 0;
  width: 72%;
  margin: 0 auto;
}
/* search page */
.search_page .well {
  padding: 10px 20px;
  line-height: 26px;
}
.search_page .well select {
  margin: 0;
  width: auto;
}
.search_page .search_panel {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.search_page .search_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px 10px 30px;
  position: relative;
}
.search_page .search_item:nth-child(even) {
  background: #f2f8fd;
}
.search_page .search_item:last-child {
  border: none;
}
.search_page .search_content {
  padding-left: 110px;
}
.search_page .search_content h4 {
  font-size: 14px;
  margin-bottom: 6px;
}
.search_page .search_content h4 {
  vertical-align: text-top;
}
.search_page .search_content strong {
  color: #666666;
}
.search_page .search_content small {
  color: #666;
  font-size: 11px;
}
.search_page .searchNb {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ccc;
  font-size: 11px;
}
.search_page .result_view a {
  opacity: 0.3;
}
.search_page .result_view a.active {
  opacity: 1;
}
.search_page .box_view {
  border: none;
  margin-left: -1%;
}
.search_page .box_view .search_item {
  margin-left: 1%;
  border: 1px solid #e0e0e0;
  height: 200px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 1% 1%;
  float: left;
  width: 32.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search_page .box_view h4 {
  height: 20px;
  overflow: hidden;
}
.search_page .box_view .item_description {
  max-height: 92px;
  overflow: hidden;
}
.search_page .box_view .label {
  position: absolute;
  top: -9px;
  right: -6px;
}
.sidebar_filters {
  padding: 30px 30px 20px;
}
.sidebar_filters h3 {
  font-size: 13px;
  color: #067ead;
}
.sidebar_filters .filter_items {
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
/* forms */
.formRow:last-child input,
.formRow:last-child textarea,
.formRow:last-child select,
.uneditable-input {
  margin-bottom: 0;
}
.formRow small {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 14px;
}
.formSep {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #dcdcdc;
}
.stacked select,
.stacked input[type="text"],
.stacked textarea {
  display: block;
}
input.focused {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  z-index: 2;
  position: relative;
}
.f_warning > label,
.f_warning .help-block,
.f_warning .help-inline {
  color: #c09853;
}
.f_warning input,
.f_warning select,
.f_warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.f_warning input:focus,
.f_warning select:focus,
.f_warning textarea:focus {
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
  border-color: #a47e3c;
}
.f_warning .input-prepend .add-on,
.f_warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.f_error input,
.f_error select,
.f_error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.f_error input:focus,
.f_error select:focus,
.f_error textarea:focus {
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
  border-color: #953b39;
}
.f_error .input-prepend .add-on,
.f_error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.f_error label.error {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #c62626;
}
input[type="text"] + label.error,
input[type="password"] + label.error,
select + label.error,
textarea + label.error {
  margin-top: -6px;
}
.f_error label.radio + label.error,
.f_error label.checkbox + label.error {
  margin-top: 5px;
}
.input-prepend.f_error label.error,
.input_append.f_error label.error {
  margin-top: 4px;
}
.control-group.f_error label.error {
  margin-top: 2px;
}
.f_success > label,
.f_success .help-block,
.f_success .help-inline {
  color: #468847;
}
.f_success input,
.f_success select,
.f_success textarea {
  color: #468847;
  border-color: #468847;
}
.f_success input:focus,
.f_success select:focus,
.f_success textarea:focus {
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
  border-color: #356635;
}
.f_success .input-prepend .add-on,
.f_success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.ui-tooltip label {
  margin-bottom: 0;
}
.f_legend {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
}
.radio.inline,
.checkbox.inline {
  margin-left: 0 !important;
  margin-right: 10px;
}
.f_req {
  font-size: 13px;
  color: #ff0000;
  font-family: helvetica, arial, sans-serif;
}
.form-horizontal .controls.text_line {
  line-height: 25px;
}
.row-fluid input[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid select[class*="span"] {
  display: inline-block;
}
.row-fluid input[class*="span"] + input[class*="span"],
.row-fluid textarea[class*="span"] + textarea[class*="span"],
.row-fluid select[class*="span"] + select[class*="span"] {
  display: block;
}
textarea {
  resize: none;
}
/* file upload */
.btn.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn.btn-file > input[type=file] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  height: 28px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.fileupload .fileupload-preview {
  vertical-align: middle;
}
.fileupload .close.fileupload-exists {
  vertical-align: middle;
}
/* input spinner */
.ui-spinner button {
  height: 14px;
  position: absolute;
  background: none;
  border: none;
  width: 18px;
  padding: 0;
  background: url(../img/spinner_arrows.gif) no-repeat 0 -100px;
  cursor: pointer;
}
.ui-spinner .ui-spinner-up {
  top: 0;
  right: 0;
  background-position: 0 0;
}
.ui-spinner .ui-spinner-down {
  top: 14px;
  right: 0;
  background-position: 0 -14px;
}
.ui-spinner .ui-spinner-up:hover {
  background-position: -18px 0;
}
.ui-spinner .ui-spinner-down:hover {
  background-position: -18px -14px;
}
.ui-spinner input,
.ui-spinner input:focus {
  display: block !important;
  margin: 0 !important;
  padding: 0;
  min-height: 28px !important;
  height: 28px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ui-spinner ul {
  margin: 0;
}
.ui-spinner li {
  line-height: 28px;
}
.ui-spinner {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 24px 0 8px;
}
.ui-spinner .ui-spinner-box {
  background: none;
  border: none !important;
}
/* animated progresbars */
.pbar .ui-progressbar-value {
  display: block !important;
}
.pbar {
  overflow: hidden;
}
.percent,
.elapsed {
  position: relative;
  text-align: right;
  font-size: 12px;
}
/* ul list styles */
.list_a,
.list_b,
.list_c,
.list_d {
  margin-left: 0;
  list-style: none;
}
.list_a li {
  background: url(../img/bullet_blue.png) no-repeat 3px 4px;
  padding-left: 25px;
}
.list_b li {
  background: url(../img/bullet_green.png) no-repeat 3px 4px;
  padding-left: 25px;
}
.list_c li {
  background: url(../img/bullet_orange.png) no-repeat 3px 4px;
  padding-left: 25px;
}
.list_d li {
  background: url(../img/bullet_red.png) no-repeat 3px 4px;
  padding-left: 25px;
}
/* prettyprint <pre> block */
.lit {
  color: #195f91;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #dd1144;
}
.kwd,
.linenums .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: #008080;
}
.pln {
  color: #48484c;
}
.prettyprint {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 8px;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #ffffff;
}
.com,
.pun,
.opn,
.clo {
  color: #93a1a1;
}
/* rowlink plugin */
[data-rowlink] td,
td[data-rowlink],
[data-msg_rowlink] td,
td[data-msg_rowlink] {
  cursor: pointer;
}
[data-rowlink] td.nohref,
td.nohref[data-rowlink],
[data-msg_rowlink] td.nohref,
td.nohref[data-msg_rowlink] {
  cursor: default;
}
/* actions links */
.act {
  background: inherit;
  border: none;
  display: inline;
  color: #555;
  font-weight: 700;
  -webkit-transition: text-shadow 0.1s linear;
  -moz-transition: text-shadow 0.1s linear;
  -ms-transition: text-shadow 0.1s linear;
  -o-transition: text-shadow 0.1s linear;
  transition: text-shadow 0.1s linear;
  padding: 0;
}
a.act:hover {
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(85, 85, 85, 0.5);
}
.act-primary {
  color: #006dcc;
}
a.act-primary:hover {
  color: #04c;
  text-shadow: 1px 1px 3px rgba(0, 109, 204, 0.5);
}
.act-info {
  color: #49afcd;
}
a.act-info:hover {
  color: #2f96b4;
  text-shadow: 1px 1px 3px rgba(75, 175, 206, 0.5);
}
.act-success {
  color: #70a415;
}
a.act-success:hover {
  color: #468847;
  text-shadow: 1px 1px 3px rgba(81, 164, 81, 0.5);
}
.act-warning {
  color: #f5aa1a;
}
a.act-warning:hover {
  color: #f89406;
  text-shadow: 1px 1px 3px rgba(192, 152, 84, 0.5);
}
.act-danger {
  color: #c62626;
}
a.act-danger:hover {
  color: #bd362f;
  text-shadow: 1px 1px 3px rgba(185, 72, 70, 0.5);
}
.act.disabled,
.act[disabled] {
  color: #AAA;
  cursor: not-allowed;
}
a.act.disabled:hover,
.act[disabled]:hover {
  color: #AAA;
  text-shadow: none;
}
.form-actions .act {
  line-height: 30px;
}
/* tabs */
.tabbable-bordered {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tabbable-bordered > .nav-tabs {
  margin: 0;
}
.tabbable-bordered .tab-content {
  border-color: #ddd;
  border-style: solid;
  border-width: 0;
  overflow: auto;
  padding: 18px 0 0;
}
.tabbable-bordered > .tab-content {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
  padding: 20px 20px 10px;
}
/* dashboard icon navigation*/
.dshb_icoNav {
  margin: 0;
  text-align: center;
}
.dshb_icoNav li {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 0 5px 10px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  background: linear-gradient(top, #f9f9f9 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#efefef', GradientType=0);
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.dshb_icoNav li:hover {
  border-color: #d2d2d2;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #cccccc;
}
.dshb_icoNav li a {
  position: relative;
  display: block;
  padding: 42px 8px 8px;
  width: 88px;
  height: 22px;
  font-size: 12px;
  color: #222;
  background-repeat: no-repeat;
  background-position: center 10px;
}
.dshb_icoNav li a:hover {
  text-decoration: none;
}
.dshb_icoNav .label {
  position: absolute;
  right: -5px;
  top: -5px;
}
.iconNav_left {
  text-align: left;
}
.iconNav_right {
  text-align: right;
}
/* overview boxes (+small charts) */
.ov_boxes {
  list-style: none;
  display: inline-block;
  margin: 0 0 -20px;
  text-align: center;
}
.ov_boxes li {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  line-height: 18px;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
  border: 1px solid #e2e2e2;
  display: inline-block;
  margin: 0 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
}
.ov_boxes .p_canvas {
  margin-right: 12px;
  float: left;
  border-right: 1px solid #dcdcdc;
  -webkit-box-shadow: 1px 0 0 0 #fff;
  -moz-box-shadow: 1px 0 0 0 #fff;
  box-shadow: 1px 0 0 0 #fff;
  padding: 10px 14px 6px 4px;
}
.ov_boxes .ov_text {
  text-align: left;
  width: 150px;
  font-size: 12px;
  float: left;
  padding: 9px 10px 7px 0;
}
.ov_boxes .ov_text strong {
  font-size: 16px;
  display: block;
}
.p_canvas {
  width: 50px;
}
/* widgets */
.w-box {
  -webkit-box-shadow: 0px 1px 2px 0px #efefef;
  box-shadow: 0px 1px 2px 0px #efefef;
}
.w-box + .w-box {
  margin-top: 20px;
}
.w-box-header {
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  padding: 0 10px;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f1f1f1', GradientType=0);
  font-weight: 700;
  color: #666;
  font-size: 11px;
}
.w-box-header .btn-group {
  margin-top: 5px;
  line-height: 1;
}
.w-box-header .dropdown-menu {
  font-size: 12px;
  left: auto;
  right: 0;
}
.w-box-header input {
  padding: 2px;
  margin: -2px 0 0;
}
.w-box-content {
  border: 1px solid #ddd;
  border-top: none;
}
.w-box-content.cnt_a {
  padding: 10px;
}
.w-box-content table,
.w-box-content pre {
  margin-bottom: 0;
}
.w-box-content pre {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
}
.w-box-content .no-th tr:first-child td {
  border-top: none;
}
.w-box-content .gebo-upload {
  margin: 0;
}
.w-box-content .gebo-upload .plupload_filelist_header {
  border-top: none;
}
.w-box-content .gebo-upload .plupload_filelist_footer {
  border-bottom: none;
}
.w-box-content .nav-tabs {
  position: relative;
  top: -30px;
  margin-bottom: -18px;
  border-bottom: none;
}
.w-box-content .nav-tabs {
  float: right;
  clear: both;
}
.w-box-content .nav-tabs > li > a {
  padding: 4px 6px;
  font-size: 11px;
}
.w-box-content .nav-tabs > li.active > a {
  background: #ffffff !important;
}
.w-box-content .nav-tabs > li > a:hover {
  border-color: #ddd #ddd transparent;
  background: transparent;
}
.w-box-content .tab-content {
  clear: both;
}
.w-box-content .tab-pane {
  padding: 0 10px 10px;
}
.w-box-footer {
  border: 1px solid #ddd;
  padding: 8px 10px;
  background: #fdfdfd;
  border-top: none;
}
.w-box-footer .pagination {
  margin: 0;
  font-size: 11px;
  height: 22px;
}
.w-box-footer .pagination a {
  line-height: 20px;
}
.page-toolbar {
  background: #f5f8fa;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* sortable/searchable list */
.user_list {
  list-style: none;
  margin: 0;
}
.user_list li {
  padding: 0 8px 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dcdcdc;
  line-height: normal;
}
.user_list small {
  font-size: 11px;
  color: #9b9b9b;
}
/* file manager */
#kcfinder_iframe {
  height: 500px;
  margin-bottom: 30px;
  border: 1px solid #adaba9;
}
/* icon list */
.icon_list_a,
.icon_list_b,
.icon_list_c,
.icon_list_d {
  list-style: none;
  margin: 0 0 30px;
}
.icon_list_a li,
.icon_list_b li,
.icon_list_d li {
  padding: 4px 0;
  width: 30px;
  text-align: center;
  border: 1px solid #dcdcdc;
  float: left;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.icon_list_c li {
  padding: 4px 0;
  width: 40px;
  text-align: center;
  border: 1px solid #dcdcdc;
  float: left;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* aditional icons */
.icon-adt_trash,
.icon-adt_atach,
.icon-adt_enter {
  background: url(../img/adt-icons.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
}
.icon-adt_atach {
  background-position: 0 0;
}
.icon-adt_trash {
  background-position: 0 -24px;
}
.icon-adt_enter {
  background-position: 0 -47px;
  width: 12px;
  height: 12px;
}
/* google maps */
.company_add_form legend {
  margin-bottom: 10px;
  font-size: 15px;
}
#g_map img {
  max-width: none;
}
#g_map label {
  display: inline;
  margin: 0;
  color: #000;
  font-size: 11px;
  line-height: normal;
}
/* gallery grid */
.wmk_grid > ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.wmk_grid > ul > li {
  background-color: #fff;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wmk_grid > ul > li > a,
.wmk_grid ul > li > a img {
  display: block;
}
.wmk_grid > ul > li > a img {
  width: 100%;
}
.wmk_grid > ul > li p {
  color: #666;
  font-size: 12px;
  margin: 8px 4px 2px;
  overflow: hidden;
}
.wmk_grid > ul > li p a {
  display: inline-block;
  margin-left: 10px;
  float: right;
  opacity: 0.6;
}
.wmk_grid > ul > li p a:hover {
  opacity: 1;
}
.wmk_grid > ul > li p span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.wmk_grid .thumbnail:hover {
  border-color: #0088cc;
}
.wmk_grid .thumbnail > a {
  position: relative;
}
.wmk_grid .thumbnail > a .vid_ico {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
}
.wmk_grid ul .self_vid .vid_ico {
  background: url(../img/vid_local.png) no-repeat 0 0;
}
.wmk_grid .yt_vid .vid_ico {
  background: url(../img/vid_yt.png) no-repeat 0 0;
}
.wmk_grid .vimeo_vid .vid_ico {
  background: url(../img/vid_vimeo.png) no-repeat 0 0;
}
/* small gallery grid */
#small_grid > ul > li {
  width: 120px;
}
#small_grid > ul > li p {
  line-height: 1.3;
}
#small_grid > ul > li p span {
  font-size: 11px;
}
/* large gallery grid */
#large_grid > ul > li,
#mixed_grid > ul > li {
  width: 220px;
}
#large_grid > ul > li p span {
  width: 70%;
}
.video-container {
  position: relative;
  padding-bottom: 55.75%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxContent .video-js {
  width: 640px !important;
  height: 360px !important;
}
/* datatables */
div.dataTables_length {
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter {
  text-align: right;
}
div.dataTables_filter label {
  float: none;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
.dataTables_wrapper {
  position: relative;
  overflow: hidden;
}
.dataTables_wrapper table.table {
  clear: both;
  margin-bottom: 6px!important;
  max-width: inherit;
}
.dataTables_wrapper table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: hand;
  cursor: pointer;
}
.dataTables_wrapper table.table thead .sorting {
  background: #e9f3f8 url(../lib/datatables/images/sort_both.png) no-repeat center right;
}
.dataTables_wrapper table.table thead .sorting_asc {
  background: #e9f3f8 url(../lib/datatables/images/sort_asc.png) no-repeat center right;
}
.dataTables_wrapper table.table thead .sorting_desc {
  background: #e9f3f8 url(../lib/datatables/images/sort_desc.png) no-repeat center right;
}
.dataTables_wrapper table.table thead .sorting_asc_disabled {
  background: #e9f3f8 url(../lib/datatables/images/sort_asc_disabled.png) no-repeat center right;
}
.dataTables_wrapper table.table thead .sorting_desc_disabled {
  background: #e9f3f8 url(../lib/datatables/images/sort_desc_disabled.png) no-repeat center right;
}
.dataTables_wrapper table.dataTable th:active {
  outline: none;
}
.dataTables_wrapper .row {
  margin: 0 0 5px;
}
.dataTables_wrapper select {
  min-height: inherit;
}
.dataTables_wrapper table + .row {
  margin-bottom: 0;
  margin-top: 10px;
}
.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .top,
.dataTables_wrapper .bottom {
  background-color: #f5f5f5;
  border: 1px solid #CCC;
  padding: 15px;
}
.top .dataTables_info {
  float: none;
}
.dataTables_empty {
  text-align: center!important;
  font-size: 15px;
  background: #fff!important;
  padding: 20px 0 !important;
}
.dataTables_scroll {
  clear: both;
  margin-bottom: 10px;
}
.dataTables_scrollHeadInner table.table-bordered {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.dataTables_scrollHeadInner table.table-bordered,
.dataTables_scrollHeadInner table.table-bordered thead {
  border-bottom: none;
}
.dataTables_scrollBody table {
  border-top: none;
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 100;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 15px!important;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.dataTables_wrapper .center {
  text-align: center;
}
.dataTables_wrapper .details,
.dataTables_wrapper .details:hover {
  background: #dddddd !important;
}
.dataTables_wrapper .details table td {
  background: #ffffff !important;
}
.dataTables_scrollHeadInner table.table,
.dataTables_wrapper .details table.table {
  margin: 0 !important;
}
.dataTables_wrapper .dt_actions {
  float: left;
  margin-right: 20px;
}
.dataTables_empty {
  cursor: default;
}
.dTableR {
  width: 100% !important;
}
.col_vis_menu {
  float: right;
}
.dataTables_paginate {
  height: auto;
}
.DTTT_collection_background {
  display: none;
}
/* box */
.controlbox {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 5px;
  padding: 20px 20px;
}
/* floating header list */
.-list-container {
  height: 400px;
}
.-list-container dd,
.-list-container li,
.-list-container .-list-fakeheader {
  list-style: none;
  padding: 0 10px;
  line-height: 34px;
  height: 34px;
  border-bottom: 1px solid #efefef;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.-list-container dt,
.-list-container .list_heading,
.-list-container .-list-fakeheader {
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
  border-bottom: none;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
  background: linear-gradient(top, #f9f9f9 0%, #ececec 100%);
  border-bottom: 1px solid #d6d6d6;
}
.-list-container .list_heading h3 {
  font-size: 13px;
  line-height: 36px;
}
.-list-container {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  overflow-x: hidden;
}
.ui-list {
  overflow: hidden;
}
.ui-list ul {
  margin: 0;
}
#list-buttons {
  margin: 0 0 6px;
}
#list-buttons .btn {
  margin: 0 4px 4px 0;
}
.list-outer {
  position: relative;
  padding: 30px 0;
}
.slide-nav {
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  height: 14px;
  border-style: solid;
  border-color: #ccc;
  background: #f9f9f9;
  padding: 5px 20px;
}
.slide-up {
  top: 5px;
  border-width: 1px 1px 0;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.slide-down {
  bottom: 5px;
  border-width: 0px 1px 1px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.slide-nav i {
  opacity: 0.6;
}
.slide-nav:hover {
  background: #f0f0f0;
}
.slide-nav:hover i {
  opacity: 1;
}
/*  responsive table */
.mediaTableWrapper {
  position: relative;
}
.mediaTableWrapperWithMenu {
  padding-top: 48px;
}
.mediaTableMenu li,
.tableMenu li {
  padding: 0 10px;
}
.mediaTableMenu {
  position: absolute;
  top: 0;
  left: 0;
}
.activeMediaTable th.optional,
.activeMediaTable td.optional {
  display: none;
}
@media (min-width: 1280px) {
  .activeMediaTable th.optional,
  .activeMediaTable td.optional {
    display: table-cell;
    _display: block;
  }
  * + html .activeMediaTable th.optional,
  * + html .activeMediaTable td.optional {
    display: block;
  }
}
@media (min-width: 980px) {
  .sidebar_hidden .activeMediaTable th.optional,
  .sidebar_hidden .activeMediaTable td.optional {
    display: table-cell;
    _display: block;
  }
  * + html .sidebar_hidden .activeMediaTable th.optional,
  * + html .sidebar_hidden .activeMediaTable td.optional {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .activeMediaTable th.optional,
  .activeMediaTable td.optional {
    display: table-cell;
    _display: block;
  }
  * + html .activeMediaTable th.optional,
  * + html .activeMediaTable td.optional {
    display: block;
  }
}
/* tables */
.table_checkbox {
  width: 13px;
}
.table_vam th,
.table_vam td {
  vertical-align: middle;
}
.tab-content table.table {
  margin-bottom: 0 !important;
}
/* mailbox */
.mbox .heading {
  padding-bottom: 0;
}
.mbox .heading .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.mbox .dataTables_wrapper .row {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fefefe;
  box-shadow: inset 0px 1px 0px 0px #fefefe;
  margin: 0;
  padding-bottom: 10px;
  padding: 8px 5px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  background: #f3f3f3;
}
.mbox .dataTables_wrapper .row label {
  margin-bottom: 0;
  line-height: 28px;
}
.mbox .dataTables_wrapper .row div.dataTables_info {
  padding-top: 0;
  line-height: 26px;
  color: #404040;
}
.dataTables_wrapper table.mbox_table {
  margin: 0 !important;
}
.mbox_table tbody {
  color: #404040;
}
.mbox_table .select_msg {
  margin-top: -2px;
  position: relative;
}
.mbox_table .rowChecked td {
  background: #fffeed;
}
.mbox .unread {
  font-weight: 700;
}
.js .mbox_star {
  display: none;
}
.mbox_star {
  visibility: hidden;
  cursor: pointer;
}
.mbox_star.splashy-star_full {
  visibility: visible;
}
.mbox .pagination a {
  background: #ffffff;
}
.mbox .pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  background: transparent;
}
.mbox .pagination .active a {
  background: #f5f5f5;
}
/* chat */
.chat_box select {
  margin: 0;
}
.chat_box .chat_content {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.chat_box .chat_message {
  margin-bottom: 10px;
}
.chat_box .chat_editor_box {
  margin: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-height: 40px;
}
.chat_box .chat_editor_heading {
  height: 20px;
  line-height: 20px;
  padding: 2px 8px 0;
}
.chat_box .chat_editor_box textarea {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.chat_box .chat_editor_box .send_btns {
  margin: 5px;
}
.chat_box .chat_heading {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fefefe;
  box-shadow: inset 0px 1px 0px 0px #fefefe;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  padding: 6px 12px;
  font-size: 13px;
  height: 21px;
  line-height: 22px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.chat_box .chat_heading .chat_close {
  opacity: .8;
  cursor: pointer;
}
.chat_box .msg_window {
  height: 300px;
  overflow-y: auto;
  margin: 5px 10px;
}
.chat_box .chat_msg {
  margin: 10px 5px;
}
.chat_box .chat_msg .chat_msg_heading {
  font-size: 11px;
  padding: 0 5px;
}
.chat_box .chat_msg .chat_msg_body {
  padding: 4px 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.chat_box .chat_msg .chat_msg_date {
  float: right;
}
.chat_box .chat_msg .chat_user_name {
  color: #CC333F;
  font-weight: 700;
}
.chat_box .chat_msg p {
  margin: 0;
}
.chat_box .chat_sidebar {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.chat_box .chat_sidebar .chat_user_list {
  margin: 0;
}
.chat_box .chat_sidebar .chat_user_list li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.chat_box .chat_sidebar .chat_user_list li:last-child {
  border: none;
}
.chat_box .chat_sidebar .chat_user_list li input {
  float: left;
  margin: 15px 0 0 6px;
}
.chat_box .chat_sidebar .chat_user_list li a {
  display: block;
  margin-left: 16px;
  padding: 5px 20px 5px 12px;
  line-height: 32px;
}
.chat_box .chat_sidebar .chat_user_list li a:hover {
  text-decoration: none;
}
.chat_box .chat_sidebar .chat_user_list li img {
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
  border: 1px solid #dddddd;
}
.chat_box .chat_sidebar .chat_user_list li.online a {
  background: url(../img/bullet_green.png) no-repeat 98% center;
}
.chat_box .chat_sidebar .chat_user_list li.offline a {
  background: url(../img/bullet_red.png) no-repeat 98% center;
  cursor: default;
}
.chat_box .chat_sidebar .chat_user_list li.active {
  background-color: #ffffef;
}
.chat_box .chat_sidebar .chat_user_list li a span {
  color: #888;
  font-size: 11px;
}
/*  Calculator */
#calc {
  padding: 10px 0 0;
}
#calc input.btn {
  width: 44px;
  text-align: center;
}
#calc .control-group {
  padding-left: 12px;
}
/* vcard */
.vcard .thumbnail {
  float: left;
}
.vcard > ul {
  list-style: none;
  margin: 10px 0 0 120px;
  overflow: hidden;
}
.vcard > ul > li:first-child {
  border-top: 1px dashed #dcdcdc;
}
.vcard > ul > li {
  padding: 8px;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
}
.vcard .item-key {
  float: left;
  color: #888888;
}
.vcard .vcard-item {
  margin-left: 120px;
}
.vcard .v-heading {
  background: #F0F9FF;
  font-weight: 700;
}
.vcard .v-heading span {
  font-weight: 100;
  font-size: 11px;
  color: #666666;
}
.vcard .item-list-more,
.vcard .thumbnail.item-list-more {
  display: none;
}
/* sidebar scroll */
.antiScroll {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.antiscroll-scrollbar {
  background: #bbb;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}
.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
}
.antiscroll-scrollbar-vertical {
  width: 7px;
  margin: 2px 0;
  left: 2px;
  top: 0;
}
.antiscroll-inner {
  overflow-y: scroll;
}
.antiScroll,
.antiscroll-content,
.antiscroll-inner {
  width: 240px;
}
.antiscroll-inner::-webkit-scrollbar,
.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}
/* document view */
.doc_view {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.doc_view .doc_view_header dl {
  margin-bottom: 0;
  -webkit-background-clip: border;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-color: #f8f8f8;
  padding: 10px 10px 6px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.doc_view .doc_view_header dd {
  margin-bottom: 4px;
}
.doc_view .doc_view_header dd,
.doc_view .doc_view_header dt {
  line-height: 20px;
}
.doc_view .doc_view_content {
  padding: 20px;
}
.doc_view .doc_view_footer {
  line-height: 28px;
  -webkit-background-clip: border;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-color: #f8f8f8;
  padding: 8px 20px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* sortable elements */
.ui-sortable-placeholder {
  border: 2px dashed #aaa;
  background: transparent;
  visibility: visible !important;
  height: 40px !important;
  margin-bottom: 20px;
}
.ui-sortable-helper {
  z-index: 2100 !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.ui-sortable {
  min-height: 40px !important;
}
.ui-sortable .w-box-header {
  cursor: move;
}
.sort-disabled .w-box-header {
  cursor: default;
}
.sort_ph {
  background: #f8f8f8;
}
/* submenus */
.caret-right {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .sub-open {
  visibility: visible;
  display: block;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 5px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 6px;
  left: -6px;
}
.sub-dropdown > a:hover .caret-right,
.sub-dropdown.active > a .caret-right,
.sub-dropdown.active > a:hover .caret-right {
  border-left: 4px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navHover .dropdown-menu {
  display: block;
}
.navHover > a:after {
  display: block;
  width: 100%;
  content: '';
  height: 2px;
  position: absolute;
  bottom: -3px;
}
/* blog */
.blog_content .toolbar {
  border-width: 1px 0;
  border-style: dashed;
  border-color: #ddd;
  margin-bottom: 10px;
  padding: 4px 0;
}
.blog_content .toolbar-icons a {
  display: block;
  padding: 2px 4px;
  background: #777;
  margin-right: 4px;
  float: left;
}
.blog_content .toolbar .toolbar_text {
  font-size: 12px;
  line-height: 24px;
  padding: 0 5px;
}
.blog_content {
  padding: 10px;
}
.blog_content .blog_item + .blog_item {
  margin-top: 30px;
}
.blog_content .blog_item + .pagination {
  margin-top: 40px;
}
.blog_content h1 {
  font-size: 26px;
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.blog_content .media + p {
  margin-top: 10px;
}
.blog_content .toolbar {
  padding: 4px;
  margin-bottom: 20px;
}
/* to top */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  overflow: hidden;
  width: 29px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../img/ui.totop.png) no-repeat 0 0;
}
#toTopHover {
  background: url(../img/ui.totop.png) no-repeat 0 -32px;
  width: 29px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* backgrounds */
.ptrn_a .main-content {
  background-image: url(../img/bg_a.png);
}
.ptrn_b .main-content {
  background-image: url(../img/bg_b.png);
}
.ptrn_c .main-content {
  background-image: url(../img/bg_c.png);
}
.ptrn_d .main-content {
  background-image: url(../img/bg_d.png);
}
.ptrn_e .main-content {
  background-image: url(../img/bg_e.png);
}
/* Style switcher */
.ssw_trigger {
  position: fixed;
  top: 62px;
  right: -1px;
  z-index: 1001;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  width: 15px;
  padding: 2px 3px;
  background: #333;
  display: block;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid transparent;
}
.ssw_trigger.active {
  border-color: #555555;
}
.style_switcher {
  font-size: 12px;
  z-index: 1000;
  position: fixed;
  top: 54px;
  right: 0;
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #111;
  width: 180px;
  height: auto;
  padding: 30px 30px 30px 50px;
  color: #f5f5f5;
}
.style_switcher p {
  margin: 0 0 6px;
  font-weight: 700;
}
.style_item {
  display: block;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
  float: left;
  text-indent: -9999px;
}
.style_switcher .ptrn_def {
  background: #ffffff;
}
.style_switcher .ssw_ptrn_a {
  background: #ffffff url(../img/bg_a.png);
}
.style_switcher .ssw_ptrn_b {
  background: #ffffff url(../img/bg_b.png);
}
.style_switcher .ssw_ptrn_c {
  background: #ffffff url(../img/bg_c.png);
}
.style_switcher .ssw_ptrn_d {
  background: #ffffff url(../img/bg_d.png);
}
.style_switcher .ssw_ptrn_e {
  background: #ffffff url(../img/bg_e.png);
}
.style_switcher .dark_theme {
  background: #000000;
}
.style_switcher .blue_theme {
  background: #067ead;
}
.style_switcher .brown_theme {
  background: #b47f44;
}
.style_switcher .green_theme {
  background: #8da452;
}
.style_switcher .eastern_blue_theme {
  background: #1294af;
}
.style_switcher .tamarillo_theme {
  background: #af2c36;
}
.style_active {
  border-color: #6fd05b;
}
.style_switcher label {
  color: #ffffff;
}
/* jquery 1.8, bootstrap 2.1 */
body {
  font-size: 13px;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
label,
input,
button,
select,
textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.btn {
  font-size: 13px;
}
.navbar .nav > li > a {
  text-shadow: none;
  padding: 9px 10px 11px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  color: #ffffff;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #fff !important;
  border-top-color: #ffffff !important;
}
.nav .dropdown-toggle:hover .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* editable elements */
.editable-input .datepicker table tr td,
.editable-input .datepicker table tr th {
  background: transparent;
}
/* invoice */
.invoice_heading {
  font-size: 32px;
  font-family: "PT Sans", sans-serif;
}
td.invoice_tar,
th.invoice_tar {
  text-align: right;
}
/* media queries */
@media (min-width: 980px) {
  .sidebar {
    position: fixed;
    top: 40px;
    left: 0;
    margin-left: 0;
  }
  .navbar-fixed-top .nav-collapse {
    height: 40px !important;
  }
  .navbar .nav > li > a {
    padding-top: 10px;
  }
  /* fixed layout */
  .gebo-fixed {
    max-width: 940px;
    margin: 0 auto;
  }
  .gebo-fixed header .container-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  .gebo-fixed #maincontainer {
    border-right: 1px solid #ccc;
    border-left: 1px solid #cccccc;
  }
  .gebo-fixed .sidebar {
    left: 50%;
    margin-left: -469px;
  }
  .gebo-fixed .sidebar_switch {
    left: 50%;
    margin-left: -250px;
  }
  .gebo-fixed.sidebar_hidden .sidebar_switch {
    margin-left: -465px;
    left: 50%;
  }
  .gebo-fixed .search_page .box_view .search_item {
    width: 48%;
    height: 210px;
    margin: 0 0 2% 2%;
  }
  .gebo-fixed .activeMediaTable th.optional,
  .gebo-fixed .activeMediaTable td.optional {
    display: none;
  }
  .gebo-fixed .brand {
    width: 120px;
  }
  .sidebar_right #maincontainer {
    background-image: url(../img/main_bg_right.gif);
    background-position: right 0;
  }
  .sidebar_right .sidebar {
    left: auto;
    right: -1px;
  }
  .sidebar_right .sidebar_switch {
    left: auto;
    right: 6px;
  }
  .sidebar_right .main-content {
    margin-right: 240px;
    margin-left: 0;
    border-left: none;
  }
  .sidebar_right.sidebar_hidden #maincontainer {
    background: #ffffff;
  }
  .sidebar_right.sidebar_hidden .main-content {
    margin: 0;
  }
  .gebo-fixed.sidebar_right .sidebar {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -470px;
  }
  .gebo-fixed.sidebar_right .sidebar_switch {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -465px;
  }
  .gebo-fixed.sidebar_hidden.sidebar_right .sidebar_switch {
    laeft: auto;
    margin-left: 0;
    margin-right: -465px;
    right: 50%;
  }
  .selectnav {
    display: none;
  }
}
@media (max-width: 1279px) {
  .search_page .box_view .search_item {
    width: 49%;
  }
}
@media (max-width: 979px) {
  #maincontainer {
    background: #ffffff;
  }
  .row > [class*="span"],
  .navbar-fixed-top {
    margin: 0 !important;
  }
  .navbar-fixed-top .container-fluid {
    padding: 0 !important;
  }
  .navbar .brand {
    width: auto;
    line-height: 18px;
    margin: 3px 0 6px 34px;
  }
  .navbar .user_menu {
    padding-top: 5px;
  }
  .navbar .user_menu .dropdown-menu {
    margin: 8px 10px 0 0;
  }
  .navbar .user_menu > li > a {
    padding: 0 10px 0 0;
  }
  .navbar-default {
    position: relative;
    z-index: 990;
    min-height: 28px;
  }
  .nav-collapse a {
    color: #ffffff !important;
  }
  .nav-collapse .dropdown-menu li {
    padding: 0;
  }
  .nav-collapse .dropdown-menu li a {
    font-weight: 400;
  }
  .nav-collapse .sub-menu {
    display: block;
    left: 0;
    right: auto;
    position: relative;
    visibility: visible;
  }
  .nav-collapse .caret-right {
    display: none;
  }
  .btn-navbar {
    margin-top: 2px !important;
    padding: 2px 8px !important;
  }
  .user_menu .dropdown {
    margin-left: 10px;
  }
  .main-content {
    margin: 0 !important;
    border: none !important;
    padding: 28px 14px 20px;
    width: 99%;
  }
  .main-content .row-fluid + .row-fluid {
    margin-top: 20px;
  }
  .sidebar {
    height: 400px;
    position: absolute;
    top: 39px;
    left: 0;
    background: #f1f1f1;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
    margin: 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
  }
  .sidebar:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    top: -6px;
  }
  .sidebar_hidden .sidebar {
    border: none;
  }
  .sidebar_switch {
    position: absolute;
    z-index: 1000;
    left: 5px !important;
    top: 14px;
    padding: 0 10px;
  }
  .off_switch {
    background-position: center 1px;
  }
  .on_switch {
    background-position: center -17px;
  }
  .sidebar_inner {
    padding-bottom: 0 !important;
  }
  div.sticky-queue {
    z-index: 10000;
    top: 0;
  }
  .btn_menu {
    display: block;
    clear: both;
    padding: 8px 0 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    top: 4px;
    cursor: pointer;
  }
  .btn_menu span {
    opacity: 0.8;
  }
  .ssw_trigger {
    display: none;
  }
  #mobile-nav {
    display: none;
  }
  .selectnav {
    margin-left: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .row-fluid > [class*="span"] + [class*="span"] {
    margin-top: 20px;
  }
  .row-fluid input[class*="span"],
  .row-fluid textarea[class*="span"],
  .row-fluid select[class*="span"] {
    width: 80%;
  }
  .input-prepend,
  .input-append {
    margin-bottom: 10px;
  }
  form .row-fluid > [class*="span"] + [class*="span"] {
    margin-top: 0;
  }
  .login_page .content_b {
    margin: 0 20px;
  }
  .search_page .box_view .search_item {
    width: 99%;
    margin-bottom: 3%;
  }
  .error_page .error_box {
    background: none;
    width: 100%;
  }
  .error_page .error_box h1 {
    padding: 40px 20px 0;
  }
  .error_page .error_box p {
    margin: 0 20px 10px;
  }
  .error_page .error_box .back_link {
    margin: 0 20px;
  }
  .style_switcher {
    display: none;
  }
  .dshb_icoNav {
    text-align: center;
  }
  .dshb_icoNav li {
    float: none;
    display: inline-block;
  }
  #cboxContent .video-js {
    width: 100% !important;
    height: 100% !important;
  }
  .vcard > .thumbnail {
    display: none;
  }
  .vcard > ul {
    margin: 0;
  }
  .item-list .thumbnail {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .navbar .nav.pull-right {
    float: right;
  }
  .selectnav {
    margin: 5px auto 0;
    display: block;
    clear: both;
  }
  .dataTables_wrapper table + .row > div {
    text-align: left;
  }
  .dataTables_wrapper table + .row > div + div,
  .dataTables_wrapper .dataTables_scroll + .row > div + div {
    padding-top: 10px;
  }
  .dataTables_wrapper table + .row .dataTables_info {
    padding-top: 0;
  }
  .dataTables_wrapper table + .row .dataTables_info {
    padding-top: 0;
  }
  .dataTables_wrapper table + .row .dataTables_paginate,
  .dataTables_wrapper .dataTables_scroll + .row .dataTables_paginate {
    float: none;
  }
  div.dataTables_filter {
    text-align: left;
  }
  div.DTTT.btn-group {
    margin-bottom: 5px;
  }
  .col_vis_menu {
    float: left;
  }
  .dataTables_wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .blog_content .media > a {
    float: none;
    margin-bottom: 10px;
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .login_page .login_box {
    width: 100%;
  }
  .login_page .cnt_b {
    padding: 20px 0;
    width: 68%;
    margin: 0 auto;
  }
  .-list-container {
    height: 300px;
  }
  .ov_boxes li {
    padding: 0 2px;
  }
  .navbar .nav.pull-right {
    float: left;
    clear: both;
  }
  .selectnav {
    display: inline-block;
  }
}
@media (min-width: 1681px) {
  body {
    margin: 0 auto;
  }
  header .container-fluid {
    max-width: 1640px;
    margin: 0 auto;
  }
  #maincontainer {
    border-right: 1px solid #ccc;
    border-left: 1px solid #cccccc;
  }
  .main-content {
    border-left: none;
  }
  .sidebar {
    left: 50%;
    margin-left: -839px;
  }
  .sidebar_switch {
    left: 50%;
    margin-left: -620px;
  }
  .sidebar_hidden .sidebar_switch {
    margin-left: -832px;
    left: 50%;
  }
  .sidebar_right .sidebar {
    right: 50%;
    margin-left: 0;
    margin-right: -840px;
  }
  .sidebar_right .sidebar_switch {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -836px;
  }
}
.table td.tdright {
  text-align: right;
  padding-right: 35px;
}
.header_row h6 {
  padding: 8.5px 5px;
  border-top: 1px solid #fff;
}
.header_row h6.evenH {
  background: #e0e0e0;
}
/* #table2_wrapper
	 {
		 margin-left: -10000px;
		 position:absolute;
	 }*/
span.languageSelect {
  color: #a6abb1;
  cursor: pointer;
}
span.selected-language {
  color: black;
  text-decoration: underline;
}
.list {
  display: inline-block;
  margin-left: 15px;
}
#upload_creative {
  width: 134px;
  height: 34px;
  line-height: 30px;
}
#upload_creative a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#file_upload-button.btn {
  width: 100px!important;
  height: 20px!important;
  line-height: 20px!important;
}
#upload-mask {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 128px;
  z-index: 999;
}
#close {
  background: url("../img/uploadify-cancel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 16px;
  margin-left: 15px;
  width: 16px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 1px;
  height: 16px;
  width: 15px;
}
tr[id*="trCr"] td {
  line-height: 30px!important;
}
.global-pricing {
  width: 90px!important;
  float: left!important;
  margin: 0 15px;
}
/* Here goes very dirty hacks for f...ing FF 34*/
.firefox34FlashBug {
  animation: 1s linear 0s firefoxFix infinite;
}
@keyframes firefoxFix {
  0% {
    opacity: 0.97;
  }
  100% {
    opacity: 1;
  }
}
.account {
  float: right;
  border: none;
  font-size: 16px;
  margin-top: 15px;
}
.login_page #loading_layer {
  margin: auto;
  position: relative;
  bottom: 80px;
  width: 64px;
  z-index: 100;
}
.dataTables_wrapper table.table {
  font-size: 13px;
}
.dataTables_wrapper table.table a img {
  height: 24px;
}
.btnApproveAllCreatives {
  float: right;
  margin-bottom: 10px;
}
.rolesBlock {
  padding: 8px 0;
}
.rolesBlock label {
  padding-left: 20px;
}
/* ---- Gebo Admin blue theme ---- */
.navbar-default {
  min-height: inherit!important;
  background: #3993ba;
  background: -moz-linear-gradient(top, #3993ba 0%, #067ead 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3993ba), color-stop(100%, #067ead));
  background: -webkit-linear-gradient(top, #3993ba 0%, #067ead 100%);
  background: -o-linear-gradient(top, #3993ba 0%, #067ead 100%);
  background: -ms-linear-gradient(top, #3993ba 0%, #067ead 100%);
  background: linear-gradient(top, #3993ba 0%, #067ead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3993ba', endColorstr='#067ead', GradientType=0);
}
.navbar-default li {
  cursor: pointer;
}
.navbar-default .container-fluid {
  margin: auto;
  max-width: 1640px;
}
.navbar .nav > li > a {
  color: #c1dce7;
}
.navbar .nav > li:hover > a {
  color: #fff;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  background: #206484 !important;
}
.navbar .divider-vertical {
  border-left-color: #2078A1;
  border-right-color: #3497C2;
}
.divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #fff;
  border-left: 1px solid #f2f2f2;
  border-left-color: #2078A1;
  border-right-color: #3497C2;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-list > .active > a,
.nav-list > .active > a:hover,
span.dynatree-active a {
  background: #337ab7 !important;
  color: #fff;
}
.table thead th {
  background-color: #ebf2f6 !important;
}
/*---------------------------------------*/
.login_page .alert {
  width: 380px;
  margin: auto;
  margin-bottom: 20px;
}
#loading {
  width: 64px;
  height: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
}
#loading {
  background: url(loader.gif);
}
li .fa {
  color: white;
}
/*datepicker*/
.advanced-datepicker {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cecece;
  min-width: 280px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 33px;
  line-height: 31px;
  position: relative;
  padding: 0 30px 0 40px;
  cursor: default;
}
.advanced-datepicker-form {
  margin-left: 0px!important;
  padding-left: 0px!important;
}
.advanced-datepicker .addon {
  float: left;
  border-right: 1px solid #cecece;
  background-color: #f9f8f8;
  color: #555;
  width: 30px;
  text-align: center;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.advanced-datepicker .value {
  font-size: 13px;
  color: #373e4a;
  white-space: nowrap;
}
.advanced-datepicker .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #373e4a;
  font-size: 14px;
}
.daterangepicker {
  font-size: 11px;
}
.daterangepicker.dropdown-menu .ranges ul li {
  background: #f5f5f6;
  color: #737881;
  font-size: 11px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.daterangepicker.dropdown-menu {
  margin-left: 109px;
}
.daterangepicker.dropdown-menu .ranges ul li:hover.active,
.daterangepicker.dropdown-menu .ranges ul li.active.active,
.daterangepicker .range_inputs .applyBtn {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}
.daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_start_input,
.daterangepicker.dropdown-menu .ranges .range_inputs .daterangepicker_end_input {
  float: none !important;
  margin: 0;
  padding: 0;
}
.daterangepicker.dropdown-menu .ranges .input-mini {
  width: 100%;
}
.dashboard .control-label {
  color: #274b6d;
  margin-right: 10px;
}
/****/
/* pages */
.page-header h6 {
  font-size: 16px;
}
.dashboard.well {
  background-color: white;
  height: 57px;
  padding: 10px;
}
.form-control {
  box-shadow: none;
}
.form-inline:not(.dashboard) .form-control {
  min-width: 220px;
}
@media (max-width: 1300px) {
  .form-inline:not(.dashboard) .form-control {
    min-width: 150px;
  }
}
.form-inline:not(.dashboard) .form-control.control-th {
  min-width: 180px;
}
.form-inline .form-group.col-sm-3.control-th {
  width: 22%;
}
.form-inline .form-group {
  padding-left: 0px;
}
#dashboard-chart {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 400px;
}
.row .page-header {
  height: 40px;
}
.well-table {
  margin-bottom: 0;
  border-top: none;
  background-color: white;
  font-size: 14px;
  padding-top: 12px;
  border-radius: 0;
}
.table {
  margin-bottom: 0;
}
.control-label.label {
  width: 130px;
  height: 33px;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  line-height: 27px;
  color: #fff;
  display: block;
  float: left;
  text-align: initial;
  margin-right: 10px;
}
.label-default {
  background-color: #999;
}
.control-label.column-name-label {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  margin-bottom: 0px !important;
}
.buttons-container {
  margin: 20px 0 10px;
  clear: both;
}
.print {
  display: none;
}
.print-2 {
  margin: 0;
  padding: 0;
}
.print-2 .modal-content {
  box-shadow: none;
}
.table th[class*='sort-'] {
  background-color: #d4e3eb !important;
}
.gicon {
  background-size: 24px 24px;
  display: block;
  height: 24px;
  background-repeat: no-repeat;
  float: left;
  width: 24px;
  cursor: pointer;
}
.gicon-edit {
  background-image: url("gCons/editicon.png");
}
.gicon-add {
  background-image: url("gCons/add-item.png");
}
.gicon-dollar {
  background-image: url("gCons/dollar.png");
}
.gicon-declined {
  background-image: url("gCons/declined.png");
}
.gicon-approved {
  background-image: url("gCons/apporved.png");
}
.gicon-user {
  background-image: url("gCons/agent.png");
}
.gicon-globe {
  background-image: url("gCons/line-globe.png");
}
.gicon-tag {
  background-image: url("gCons/tag.png");
}
.gicon-delete {
  background-image: url("gCons/recycle-full.png");
}
.gicon-copy {
  background-image: url("gCons/copy-item.png");
}
.gicon-view {
  background-image: url("gCons/network-pc.png");
}
.gicon-pause {
  background-image: url("gCons/Pause.png");
}
.gicon-play {
  background-image: url("gCons/Play.png");
}
.gicon-note {
  background-image: url("gCons/addressbook.png");
}
.gicon-glasses {
  background-image: url("gCons/glasses.png");
}
.gicon-info {
  background-image: url("gCons/info.png");
}
.modal-header {
  background-color: #ebf2f6;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 3px 3px 0 0;
  border-top: 4px solid #38b;
  min-height: 16.4286px;
  padding: 19px 15px 15px;
}
.modal-header .modal-title {
  font-size: 17px;
}
.modal-body {
  min-height: 75px;
}
.modal-body .form-group:not(.form-horizontal .form-group) {
  margin-bottom: 0px;
}
.modal-body .input {
  display: inline-block;
  width: 75%;
}
div:not(.modal-body) .content-tabs:not(.targeting) .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.modal-body .content-tabs:not(.targeting) .tab-content {
  padding: 0!important;
}
.form-horizontal .control-label {
  padding-top: 2px;
}
.content-tabs:not(.targeting) .tab-content .tab-pane {
  padding: 0 10px;
}
.content-tabs.targeting .tab-content .tab-pane {
  padding: 20px 0;
}
#billinginfoTab .control-label.label {
  width: 165px;
}
#settingsTab .control-label.label {
  width: 145px;
}
.inputs-group {
  margin-left: 20px;
}
.inputs-group .radio,
.inputs-group .checkbox {
  float: left;
  min-width: 140px;
}
.inputs-group label {
  padding: 0;
}
.col-md-8 .buttons-container {
  margin-top: 0;
}
.page-selector {
  display: inline-block;
  width: 72px;
  height: 32px;
  vertical-align: middle;
  margin-left: 30px;
}
.add-button {
  margin: 10px 0;
}
.ng-table th {
  text-align: left!important;
}
.dot {
  width: 16px;
  height: 16px;
  display: block;
}
.green-dot {
  background-image: url("main/green_dot.png");
}
.red-dot {
  background-image: url("main/red_dot.png");
}
.not-allow {
  background-image: url("main/not_allow.png");
}
.grey-dot {
  background-image: url("main/grey_dot.png");
}
textarea.adcode {
  height: 275px;
  resize: none;
  width: 550px;
  margin: 10px 0;
  padding: 15px;
}
.form-inline .inputs-group .radio {
  float: left;
  min-width: 58px;
  margin-left: 22px;
  margin-top: 8px;
}
.form-inline .inputs-group .radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
ol,
ul {
  list-style: none;
}
.summary-list {
  padding: 0;
}
.preview-campaign .panel-body {
  padding: 2px 15px;
  font-size: 14px;
}
.preview-campaign li {
  padding: 3px 0;
}
.btn-action {
  padding: 4px 12px;
}
.btn-action span.fa {
  height: 14px;
  width: 14px;
}
.preview-campaign li > span:hover {
  text-overflow: inherit;
  white-space: normal;
  display: inline;
  overflow: auto;
}
.preview-campaign li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 460px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.modal-body .form-horizontal {
  padding: 0 15px;
}
.modal-body .globalpricing .col-sm-3 {
  width: 123px;
  padding-left: 0;
}
.newglobalpricing-modal .modal-dialog {
  width: 670px;
}
.modal-body .newinvoice .col-sm-3 {
  width: 300px;
  padding-left: 0;
}
.newinvoice-modal .modal-dialog {
  width: 668px;
}
.pdfinvoice-modal .modal-content {
  width: 630px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-dialog .pdfinvoice-modal {
  width: 602px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-paging + div[ng-table-pagination="params"] {
  float: right;
}
.preview-creative-modal .modal-dialog {
  width: 470px;
}
.role-checkbox {
  line-height: 27px;
  margin: 8px 0 0 80px;
}
.sub-role {
  background-color: white;
  color: #777!important;
  text-shadow: none!important;
  padding-left: 14px;
}
.inputs-group.report .radio + .radio,
.inputs-group.report .checkbox + .checkbox {
  margin-top: 10px;
}
.inputs-group.report .radio:first-child,
.inputs-group.report .checkbox:first-child {
  margin-left: 3%;
}
.inputs-group.report .radio,
.inputs-group.report .checkbox {
  min-width: 111px;
  width: 9%;
}
.inputs-group.report.report-fraud .radio,
.inputs-group.report.report-fraud .checkbox {
  width: 10%;
}
.report-section .form-group > label + div {
  margin-left: 65px;
}
.filter-label {
  height: 20px!important;
  font-size: 11px!important;
  line-height: 17px!important;
  margin-bottom: 10px!important;
  float: none!important;
}
#tblAnalytics tfoot {
  font-weight: bold;
}
#tblAnalytics tfoot > tr > td {
  border: 2px solid #ddd;
}
.report-daterange {
  left: 215px!important;
}
.paymentreport-daterange {
  left: 158px!important;
}
/**Steps**/
.steps-progress-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.steps-progress-bar .active {
  color: #067ead;
  cursor: auto;
}
.steps-progress-bar li {
  cursor: pointer;
  background: #fff;
  color: #818181;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 0 0 14px 45px;
  margin-right: 70px;
  position: relative;
  line-height: 1.3 !important;
}
.steps-progress-bar li span {
  font-size: 11px;
  display: block;
}
.steps-progress-bar .active .stepNb {
  background: #067ead;
  color: #fff;
}
.steps-progress-bar .stepNb {
  position: absolute;
  display: block;
  background: #efefef;
  color: #818181;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  width: 34px;
  left: 0;
  top: 3px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
}
.margin {
  margin-left: 6px;
}
.campaign-basic .label-default,
.campaign-inventory .label-default,
.campaign-creative .label-default {
  background-color: transparent;
  color: black;
  text-shadow: none;
  font-weight: normal;
  text-align: right;
  width: 100px;
  margin-right: 0;
}
.campaign-creative .label-default {
  width: 130px;
}
.campaign-inventory .label-default {
  width: 130px;
}
.campaign-inventory .form-group,
.campaign-inventory .campaign-creative .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.campaign-inventory .panel-group .panel-collapse {
  background-color: #f5f5f5;
}
.campaign-inventory .panel-group .panel-heading {
  background-color: #f5f5f5;
  color: #333;
}
.campaign-basic .form-group {
  margin-left: 45px;
}
select.monthselect,
select.yearselect {
  background-color: white;
}
.popover-title,
.popover-content {
  font-weight: normal;
  line-height: 18px;
  color: #999;
}
.popover-content {
  font-size: 12px;
}
.campaign-basic .inputs-group .radio {
  min-width: 100px;
}
.steps-progress-bar li:not(.active) a {
  color: #818181;
}
.steps-progress-bar li a:hover,
.steps-progress-bar li a:visited,
.steps-progress-bar li a:active,
.steps-progress-bar li a:focus {
  text-decoration: none;
}
.steps-progress-bar li a:active,
.steps-progress-bar li a:focus,
.steps-progress-bar li.active a:hover {
  color: #067ead;
}
.account {
  float: right;
  border: none;
  font-size: 16px;
  margin-top: 15px;
}
.green {
  color: #468847;
}
.red {
  color: #b94a48;
}
.table-targeting {
  margin-top: 20px;
}
div.table .file-row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
}
div.table .file-row {
  display: table-row;
}
div.table {
  display: table;
}
div.table .file-row:nth-child(odd) {
  background: white;
}
#previews {
  background: #f9f9f9;
  border: 1px solid #cecece;
  margin: 20px 0;
  border-top: none;
}
form[name="creativeForm"] {
  margin-bottom: 0px;
  border-bottom: none;
}
form[name="campaignCreativeForm"] {
  border-top: none;
}
.navbar-toggle {
  margin-right: 35px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: inherit;
}
.footer-rights {
  color: #999;
  margin-bottom: 20px;
}
.btn-black {
  color: #fff;
  background-color: #444;
  border-color: #1a1a1a;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover {
  color: #fff;
  background-color: #222;
  border-color: #1a1a1a;
}
.dropdown .checkbox {
  margin-left: 35px;
}
.dropdown label {
  padding-left: 10px;
}
.adspace-pricing {
  border: 1px solid #999;
  margin: 10px 0;
  padding: 10px 0 0 25px;
}
.tokenForm .form-group {
  margin-right: 0;
}
.tokenForm .main-label {
  line-height: 65px;
  color: #777;
}
.tokenForm .ui-select-toggle:hover,
.tokenForm .ui-select-toggle:focus {
  background-color: #fff;
  border-color: #ccc;
}
.siteAdSpaceForm {
  color: #555;
}
.siteAdSpaceForm .modal-page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.siteAdSpaceForm .control-label {
  text-align: left;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.ui-select-bootstrap .ui-select-choices-row.active > a,
.selectize-dropdown .active {
  background-color: #f3f3f3!important;
  color: #666!important;
}
.selectize-input {
  background: none repeat scroll 0 0 padding-box #ffffff !important;
  line-height: 17px!important;
  height: 34px;
  box-shadow: none!important;
}
div.small-select .selectize-input {
  max-width: 100px;
  min-width: 100px;
}
div.small-select .ui-select-choices.selectize-dropdown {
  width: 100px;
}
.selectize-input.selectize-focus {
  border-color: #b8b8b8!important;
}
.ui-select-container.selectize-control {
  height: auto!important;
}
.selectize-dropdown {
  border: 1px solid #d0d0d0!important;
}
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #b8b8b8;
}
.has-error div.selectize-input {
  border-color: #D44950!important;
}
#tblLink,
#tblAvail,
#tblSel,
#tblCampaigns,
#tblCreatives,
#tblLinkDef,
#tblAvailDef,
#tblMainUsers,
#tblStats,
#tblPubStats,
#tblDateVS,
#tblHoursVS,
.TargetTbl {
  font-size: 12px;
}
#tblLink th,
#tblAvail th,
#tblSel th,
#tblCampaigns th,
#tblCreatives th,
#tblLinkDef th,
#tblAvailDef th,
#tblMainUsers th,
#tblStats th,
#tblPubStats th,
#tblDateVS th,
#tblHoursVS th,
.TargetTbl th {
  font-size: 11px;
  padding: 5px 5px;
  white-space: nowrap;
}
#tblLink .btn-action,
#tblAvail .btn-action,
#tblSel .btn-action,
#tblCampaigns .btn-action,
#tblCreatives .btn-action,
#tblLinkDef .btn-action,
#tblAvailDef .btn-action,
#tblMainUsers .btn-action,
#tblStats .btn-action,
#tblPubStats .btn-action,
#tblDateVS .btn-action,
#tblHoursVS .btn-action,
.TargetTbl .btn-action {
  padding: 0;
  border: none;
  background-color: transparent;
}
#tblLink input.bid,
#tblAvail input.bid,
#tblSel input.bid,
#tblCampaigns input.bid,
#tblCreatives input.bid,
#tblLinkDef input.bid,
#tblAvailDef input.bid,
#tblMainUsers input.bid,
#tblStats input.bid,
#tblPubStats input.bid,
#tblDateVS input.bid,
#tblHoursVS input.bid,
.TargetTbl input.bid,
#tblLink input.input-filter,
#tblAvail input.input-filter,
#tblSel input.input-filter,
#tblCampaigns input.input-filter,
#tblCreatives input.input-filter,
#tblLinkDef input.input-filter,
#tblAvailDef input.input-filter,
#tblMainUsers input.input-filter,
#tblStats input.input-filter,
#tblPubStats input.input-filter,
#tblDateVS input.input-filter,
#tblHoursVS input.input-filter,
.TargetTbl input.input-filter {
  padding: 1px 6px;
  font-size: 12px;
  height: 22px;
  width: 44px;
}
#tblLink input.input-filter,
#tblAvail input.input-filter,
#tblSel input.input-filter,
#tblCampaigns input.input-filter,
#tblCreatives input.input-filter,
#tblLinkDef input.input-filter,
#tblAvailDef input.input-filter,
#tblMainUsers input.input-filter,
#tblStats input.input-filter,
#tblPubStats input.input-filter,
#tblDateVS input.input-filter,
#tblHoursVS input.input-filter,
.TargetTbl input.input-filter {
  width: 70px;
}
#tblLink tr,
#tblAvail tr,
#tblSel tr,
#tblCampaigns tr,
#tblCreatives tr,
#tblLinkDef tr,
#tblAvailDef tr,
#tblMainUsers tr,
#tblStats tr,
#tblPubStats tr,
#tblDateVS tr,
#tblHoursVS tr,
.TargetTbl tr {
  height: 35px;
}
#tblLink tr.disabled,
#tblAvail tr.disabled,
#tblSel tr.disabled,
#tblCampaigns tr.disabled,
#tblCreatives tr.disabled,
#tblLinkDef tr.disabled,
#tblAvailDef tr.disabled,
#tblMainUsers tr.disabled,
#tblStats tr.disabled,
#tblPubStats tr.disabled,
#tblDateVS tr.disabled,
#tblHoursVS tr.disabled,
.TargetTbl tr.disabled {
  background-color: #fbfbfb;
  color: #aeaeae;
}
#tblLink tr.disabled th.ellipsis:hover span,
#tblAvail tr.disabled th.ellipsis:hover span,
#tblSel tr.disabled th.ellipsis:hover span,
#tblCampaigns tr.disabled th.ellipsis:hover span,
#tblCreatives tr.disabled th.ellipsis:hover span,
#tblLinkDef tr.disabled th.ellipsis:hover span,
#tblAvailDef tr.disabled th.ellipsis:hover span,
#tblMainUsers tr.disabled th.ellipsis:hover span,
#tblStats tr.disabled th.ellipsis:hover span,
#tblPubStats tr.disabled th.ellipsis:hover span,
#tblDateVS tr.disabled th.ellipsis:hover span,
#tblHoursVS tr.disabled th.ellipsis:hover span,
.TargetTbl tr.disabled th.ellipsis:hover span,
#tblLink tr.disabled td.ellipsis:hover span,
#tblAvail tr.disabled td.ellipsis:hover span,
#tblSel tr.disabled td.ellipsis:hover span,
#tblCampaigns tr.disabled td.ellipsis:hover span,
#tblCreatives tr.disabled td.ellipsis:hover span,
#tblLinkDef tr.disabled td.ellipsis:hover span,
#tblAvailDef tr.disabled td.ellipsis:hover span,
#tblMainUsers tr.disabled td.ellipsis:hover span,
#tblStats tr.disabled td.ellipsis:hover span,
#tblPubStats tr.disabled td.ellipsis:hover span,
#tblDateVS tr.disabled td.ellipsis:hover span,
#tblHoursVS tr.disabled td.ellipsis:hover span,
.TargetTbl tr.disabled td.ellipsis:hover span {
  background-color: #fbfbfb;
}
#tblLink tr.info th.ellipsis:hover span,
#tblAvail tr.info th.ellipsis:hover span,
#tblSel tr.info th.ellipsis:hover span,
#tblCampaigns tr.info th.ellipsis:hover span,
#tblCreatives tr.info th.ellipsis:hover span,
#tblLinkDef tr.info th.ellipsis:hover span,
#tblAvailDef tr.info th.ellipsis:hover span,
#tblMainUsers tr.info th.ellipsis:hover span,
#tblStats tr.info th.ellipsis:hover span,
#tblPubStats tr.info th.ellipsis:hover span,
#tblDateVS tr.info th.ellipsis:hover span,
#tblHoursVS tr.info th.ellipsis:hover span,
.TargetTbl tr.info th.ellipsis:hover span,
#tblLink tr.info td.ellipsis:hover span,
#tblAvail tr.info td.ellipsis:hover span,
#tblSel tr.info td.ellipsis:hover span,
#tblCampaigns tr.info td.ellipsis:hover span,
#tblCreatives tr.info td.ellipsis:hover span,
#tblLinkDef tr.info td.ellipsis:hover span,
#tblAvailDef tr.info td.ellipsis:hover span,
#tblMainUsers tr.info td.ellipsis:hover span,
#tblStats tr.info td.ellipsis:hover span,
#tblPubStats tr.info td.ellipsis:hover span,
#tblDateVS tr.info td.ellipsis:hover span,
#tblHoursVS tr.info td.ellipsis:hover span,
.TargetTbl tr.info td.ellipsis:hover span {
  background-color: #c4e3f3;
}
#tblLink tr.success th.ellipsis:hover span,
#tblAvail tr.success th.ellipsis:hover span,
#tblSel tr.success th.ellipsis:hover span,
#tblCampaigns tr.success th.ellipsis:hover span,
#tblCreatives tr.success th.ellipsis:hover span,
#tblLinkDef tr.success th.ellipsis:hover span,
#tblAvailDef tr.success th.ellipsis:hover span,
#tblMainUsers tr.success th.ellipsis:hover span,
#tblStats tr.success th.ellipsis:hover span,
#tblPubStats tr.success th.ellipsis:hover span,
#tblDateVS tr.success th.ellipsis:hover span,
#tblHoursVS tr.success th.ellipsis:hover span,
.TargetTbl tr.success th.ellipsis:hover span,
#tblLink tr.success td.ellipsis:hover span,
#tblAvail tr.success td.ellipsis:hover span,
#tblSel tr.success td.ellipsis:hover span,
#tblCampaigns tr.success td.ellipsis:hover span,
#tblCreatives tr.success td.ellipsis:hover span,
#tblLinkDef tr.success td.ellipsis:hover span,
#tblAvailDef tr.success td.ellipsis:hover span,
#tblMainUsers tr.success td.ellipsis:hover span,
#tblStats tr.success td.ellipsis:hover span,
#tblPubStats tr.success td.ellipsis:hover span,
#tblDateVS tr.success td.ellipsis:hover span,
#tblHoursVS tr.success td.ellipsis:hover span,
.TargetTbl tr.success td.ellipsis:hover span {
  background-color: #d0e9c6;
}
#tblLink tr td,
#tblAvail tr td,
#tblSel tr td,
#tblCampaigns tr td,
#tblCreatives tr td,
#tblLinkDef tr td,
#tblAvailDef tr td,
#tblMainUsers tr td,
#tblStats tr td,
#tblPubStats tr td,
#tblDateVS tr td,
#tblHoursVS tr td,
.TargetTbl tr td,
#tblLink tr th,
#tblAvail tr th,
#tblSel tr th,
#tblCampaigns tr th,
#tblCreatives tr th,
#tblLinkDef tr th,
#tblAvailDef tr th,
#tblMainUsers tr th,
#tblStats tr th,
#tblPubStats tr th,
#tblDateVS tr th,
#tblHoursVS tr th,
.TargetTbl tr th {
  word-break: break-all;
  vertical-align: middle;
}
#tblLink tr td .bid,
#tblAvail tr td .bid,
#tblSel tr td .bid,
#tblCampaigns tr td .bid,
#tblCreatives tr td .bid,
#tblLinkDef tr td .bid,
#tblAvailDef tr td .bid,
#tblMainUsers tr td .bid,
#tblStats tr td .bid,
#tblPubStats tr td .bid,
#tblDateVS tr td .bid,
#tblHoursVS tr td .bid,
.TargetTbl tr td .bid,
#tblLink tr th .bid,
#tblAvail tr th .bid,
#tblSel tr th .bid,
#tblCampaigns tr th .bid,
#tblCreatives tr th .bid,
#tblLinkDef tr th .bid,
#tblAvailDef tr th .bid,
#tblMainUsers tr th .bid,
#tblStats tr th .bid,
#tblPubStats tr th .bid,
#tblDateVS tr th .bid,
#tblHoursVS tr th .bid,
.TargetTbl tr th .bid {
  white-space: nowrap;
}
#tblLink tr td .status,
#tblAvail tr td .status,
#tblSel tr td .status,
#tblCampaigns tr td .status,
#tblCreatives tr td .status,
#tblLinkDef tr td .status,
#tblAvailDef tr td .status,
#tblMainUsers tr td .status,
#tblStats tr td .status,
#tblPubStats tr td .status,
#tblDateVS tr td .status,
#tblHoursVS tr td .status,
.TargetTbl tr td .status,
#tblLink tr th .status,
#tblAvail tr th .status,
#tblSel tr th .status,
#tblCampaigns tr th .status,
#tblCreatives tr th .status,
#tblLinkDef tr th .status,
#tblAvailDef tr th .status,
#tblMainUsers tr th .status,
#tblStats tr th .status,
#tblPubStats tr th .status,
#tblDateVS tr th .status,
#tblHoursVS tr th .status,
.TargetTbl tr th .status {
  font-size: 11px;
}
#tblLink tr td.ellipsis span,
#tblAvail tr td.ellipsis span,
#tblSel tr td.ellipsis span,
#tblCampaigns tr td.ellipsis span,
#tblCreatives tr td.ellipsis span,
#tblLinkDef tr td.ellipsis span,
#tblAvailDef tr td.ellipsis span,
#tblMainUsers tr td.ellipsis span,
#tblStats tr td.ellipsis span,
#tblPubStats tr td.ellipsis span,
#tblDateVS tr td.ellipsis span,
#tblHoursVS tr td.ellipsis span,
.TargetTbl tr td.ellipsis span,
#tblLink tr th.ellipsis span,
#tblAvail tr th.ellipsis span,
#tblSel tr th.ellipsis span,
#tblCampaigns tr th.ellipsis span,
#tblCreatives tr th.ellipsis span,
#tblLinkDef tr th.ellipsis span,
#tblAvailDef tr th.ellipsis span,
#tblMainUsers tr th.ellipsis span,
#tblStats tr th.ellipsis span,
#tblPubStats tr th.ellipsis span,
#tblDateVS tr th.ellipsis span,
#tblHoursVS tr th.ellipsis span,
.TargetTbl tr th.ellipsis span {
  position: relative;
}
#tblLink tr td.ellipsis:hover span,
#tblAvail tr td.ellipsis:hover span,
#tblSel tr td.ellipsis:hover span,
#tblCampaigns tr td.ellipsis:hover span,
#tblCreatives tr td.ellipsis:hover span,
#tblLinkDef tr td.ellipsis:hover span,
#tblAvailDef tr td.ellipsis:hover span,
#tblMainUsers tr td.ellipsis:hover span,
#tblStats tr td.ellipsis:hover span,
#tblPubStats tr td.ellipsis:hover span,
#tblDateVS tr td.ellipsis:hover span,
#tblHoursVS tr td.ellipsis:hover span,
.TargetTbl tr td.ellipsis:hover span,
#tblLink tr th.ellipsis:hover span,
#tblAvail tr th.ellipsis:hover span,
#tblSel tr th.ellipsis:hover span,
#tblCampaigns tr th.ellipsis:hover span,
#tblCreatives tr th.ellipsis:hover span,
#tblLinkDef tr th.ellipsis:hover span,
#tblAvailDef tr th.ellipsis:hover span,
#tblMainUsers tr th.ellipsis:hover span,
#tblStats tr th.ellipsis:hover span,
#tblPubStats tr th.ellipsis:hover span,
#tblDateVS tr th.ellipsis:hover span,
#tblHoursVS tr th.ellipsis:hover span,
.TargetTbl tr th.ellipsis:hover span {
  position: absolute;
  background-color: #f5f5f5;
  margin-top: -2.1%;
  line-height: 35px;
  z-index: 10;
}
#tblStats th,
#tblDateVS th,
#tblHoursVS th {
  white-space: normal;
  word-break: break-word;
}
.white-tooltip .tooltip-inner {
  max-width: 300px;
  width: 300px;
}
.btn-clear {
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  position: absolute;
  right: 3%;
  top: 25%;
  z-index: 11;
  padding: 0;
}
.text-warning {
  color: #e3cb41;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.report-page .panel-heading {
  color: #999;
  font-size: 16px;
  background-color: transparent;
}
.report-page .panel-heading a {
  text-decoration: none;
}
.report-page .panel-heading a:hover {
  color: #ddd;
}
.report-page .panel {
  border-radius: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.report-page .panel-collapse {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.report-page .checkbox,
.report-page .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.report-page .form-group {
  margin-bottom: 6px;
}
.form-inline .row .form-group {
  width: 100%;
}
small > label {
  font-size: 11px!important;
}
.modal.warning .modal-header {
  background-color: rgba(255, 234, 168, 0.2);
  border-top: 4px solid #ffc237;
}
select[multiple] {
  overflow: auto;
}
.ui-select-choices-row-inner {
  /*display: none!important;*/
}
.linked-camps .col-md-6 {
  width: 49%;
  padding-right: 5px;
  padding-left: 5px;
}
.linked-camps .col-md-1 {
  width: 1.6%;
}
.linked-camps .disabled .status span,
.linked-camps .disabled a {
  color: #aeaeae !important;
}
.linked-camps .disabled .dot {
  background-image: url("main/grey_dot.png");
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.hide-me {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
form[name='adSpaceForm'] > .content-tabs > .tab-content {
  padding: 0!important;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:not(:last-child):not(:nth-child(4)) {
  padding: 20px;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) {
  padding: 0;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .tab-content,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .tab-content {
  border: none;
  padding: 0;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .tab-content > .tab-pane,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .tab-content > .tab-pane {
  padding: 0!important;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li > a,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li > a {
  color: #4f5153;
  border: none;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li > a:hover,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li > a:hover,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li > a:focus,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li > a:focus {
  color: #2ba561;
  text-decoration: none;
  border-bottom: 2px solid #2ba561;
  background-color: transparent;
  cursor: pointer;
}
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li.active > a,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li.active > a,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li.active > a:focus,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li.active > a:focus,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:last-child > .content-tabs > .nav-tabs > li.active > a:hover,
form[name='adSpaceForm'] > .content-tabs > .tab-content > .tab-pane:nth-child(4) > .content-tabs > .nav-tabs > li.active > a:hover {
  color: #2ba561;
  background-color: #ffffff;
  cursor: default;
  text-decoration: none;
  border-bottom: 2px solid #2ba561;
}
.ui-select-multiple.ui-select-bootstrap > div > input.ui-select-search[disabled] {
  display: initial !important;
  cursor: not-allowed;
}
button[name='chkAllCamp'] {
  background-color: #e6e6e6;
  border-color: #adadad;
  width: 16px;
  height: 16px;
  font-size: 10px;
  padding: 0px 0px 0px 3px;
}
.has-warning .form-control {
  border-color: #ffd200;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.payout-pop .tooltip-inner {
  padding: 10px!important;
  color: #826200;
  background: rgba(255, 234, 168, 0.8);
  border: 1px solid #ffc237;
}
a.icon {
  color: #828282;
  cursor: pointer;
}
.btn-link.icon {
  color: #828282;
}
.validate-adspace-modal .modal-dialog {
  margin-left: 50%;
  margin-top: 30%;
}
.input-addon.input-group-addon:first-child {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-addon.input-group-addon {
  width: auto;
}
.small-control-label {
  height: 34px;
  font-size: 11px;
  line-height: 29px;
  float: left;
  text-align: initial;
}
.nobr {
  white-space: nowrap;
}
.supsub {
  display: inline-block;
  margin: -9em 0;
  vertical-align: -0.55em;
  line-height: 1.35em;
  font-size: 70%;
  text-align: left;
  font-weight: normal;
  text-shadow: none;
}
.switch {
  vertical-align: middle;
  height: 28px;
}
.switch span i::before {
  height: 28px;
  width: 28px;
}
.top-border {
  border-top: 2px solid black !important;
}
td.bottom-border {
  border-bottom: 2px solid black !important;
}
.bg-gray {
  background-color: #eee;
}
.navbar-right {
  margin-right: 0;
}
.dot-danger {
  color: #f0151b;
}
.dot-success {
  color: #2ecc71;
}
.dot-empty {
  color: #828282;
}
.table {
  font-size: 12px;
}
.table th {
  font-size: 11px;
  padding: 5px 5px;
  white-space: nowrap;
}
.form-control.ui-select-container:not(.ui-select-bootstrap) {
  padding: 0;
  height: 34px!important;
  border: none;
}
form.form-inline .form-group {
  margin-top: 10px;
}
.campaign-target .inputs-group .radio {
  min-width: 100px;
  text-align: right;
}
form.narrow-control-label .control-label {
  width: 100px;
}
.campaign-target .inputs-group .radio {
  min-width: 100px;
  text-align: right;
}
.preview.slide-img {
  height: 100px;
  width: 180px;
  margin-right: 10px;
}
.preview.slide-title {
  font-size: 18px;
  font-weight: bold;
}
p.preview.slide-body {
  color: #8f8f8f;
  font-size: 12px;
}
/**/
.min-height-120 {
  min-height: 120px;
}
.edit-creative-modal-footer .modal-footer {
  border-top: none;
  text-align: center;
}
.custom-checkbox-all {
  margin: 0px;
  border-width: 1px;
  height: 17px;
  width: 17px;
  padding: 1px 0px 0px 1px;
  font-size: 10px;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
  padding: 0 10px;
  background: rgba(153, 153, 153, 0.3);
  line-height: 34px;
  font-weight: normal;
}
.main-content {
  margin: 0 15px;
}
.btn {
  border-color: none;
}
.form-inline .form-group {
  margin-bottom: .2em;
}
.table {
  font-size: 12px;
}
.table th {
  font-size: 11px;
  padding: 5px 5px;
  white-space: nowrap;
}
.table .btn-action {
  padding: 0;
  border: none;
  background-color: transparent;
}
.table input.bid,
.table input.input-filter {
  padding: 1px 6px;
  font-size: 12px;
  height: 22px;
  width: 44px;
}
.table input.input-filter {
  width: 70px;
}
.table tr {
  height: 35px;
}
.table tr.disabled {
  background-color: #fbfbfb;
  color: #aeaeae;
}
.table tr.disabled td.ellipsis:hover span {
  background-color: #fbfbfb;
}
.table tr.info td.ellipsis:hover span {
  background-color: #c4e3f3;
}
.table tr.success td.ellipsis:hover span {
  background-color: #d0e9c6;
}
.table tr.totals th {
  background-color: #dff0d8!important;
}
.table tr td {
  word-break: break-all;
  vertical-align: middle;
}
.table tr td .bid {
  white-space: nowrap;
}
.table tr td .status {
  font-size: 11px;
}
.table tr td.action-col {
  font-size: 13px;
}
.table tr td.ellipsis span {
  position: relative;
}
.table tr td.ellipsis:hover span {
  position: absolute;
  background-color: #f5f5f5;
  margin-top: -2.1%;
  line-height: 35px;
  z-index: 10;
}
#tblStats th {
  white-space: normal;
  word-break: break-word;
}
.dot-danger {
  color: #f0151b;
}
.dot-success {
  color: #2ecc71;
}
.text-darkblue {
  color: midnightblue;
}
.text-purple {
  color: purple;
}
.text-brown {
  color: coral;
}
.hide {
  display: none!important;
}
table.custom-pricing {
  width: initial;
  float: left;
}
table.custom-pricing .empty-head tr,
table.custom-pricing .empty-head th {
  border: none;
}
table.custom-pricing.disabled {
  color: #a0a0a0!important;
}
table.custom-pricing.disabled .form-control:not(.date),
table.custom-pricing.disabled .input-group-addon {
  color: #a0a0a0!important;
}
table.custom-pricing.disabled .total input {
  background-color: #eee!important;
}
table.custom-pricing input[readonly],
table.custom-pricing textarea[readonly] {
  background-color: white;
}
table.custom-pricing input[disabled] {
  background-color: #eee;
}
table.custom-pricing th:not(.day) {
  padding: 2px!important;
  vertical-align: middle!important;
}
table.custom-pricing td.nowrap {
  width: 1%;
}
table.custom-pricing .btn {
  vertical-align: baseline;
}
table.custom-pricing .button-block {
  text-align: center;
}
table.custom-pricing .button-block .btn {
  background-color: #2e6da4;
  border: none;
  color: aliceblue;
  border-radius: 12px;
}
table.custom-pricing .day {
  padding: 0;
  vertical-align: middle;
}
table.custom-pricing .day.total input {
  background-color: aliceblue;
}
table.custom-pricing .day .date {
  max-width: 120px;
  height: 33px;
  border-radius: 0;
  display: inline-block;
}
table.custom-pricing .day .percent-input {
  width: 40px;
  border-radius: 0;
  height: 34px;
  border: none;
  padding: 5px;
}
table.custom-pricing .day .percent-input.empty-value {
  width: 60px;
  text-align: center;
}
table.custom-pricing .day .has-error .percent-input {
  border-color: #f0151b;
  border: 1px solid;
}
table.custom-pricing .day .input-group-addon {
  padding: 4px 4px;
  font-size: 12px;
  border-radius: 0;
  border: none;
}
table.custom-pricing .camppool textarea {
  width: 170px;
  max-height: 54px;
}
table.custom-pricing .camppool .input-group-addon {
  border-left: 0;
}
table.custom-pricing .camppool .popover .ui-select-container {
  width: 300px!important;
  float: none;
}
#subProducerForm table td {
  vertical-align: middle;
}
