.print-only {
    display: none;
}

/* Common */
.pseudo-link {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.pseudo-link:hover {
  text-decoration:none;
}
.red {
    color: #ff0000;
}
.pointer {
  cursor: pointer;
}

/**
 * Bootstrap fixes
 */
a.dropdown-toggle {
  cursor:pointer;
}

.navbar-form {
  padding-top:2px;
}
.navbar-form input {
  padding-top:2px;
  padding-bottom:2px;
}

/* Copyright */
.about {
  float: right;
  margin-right: 80px;
  color: #949494;
  font: 11px/120% Tahoma, Arial;
}
.about__copy {
  margin-left: 4px;
}
.about__support {
  margin-top: 10px;
  margin-left: 6px;
}





/**
 * Paginator
 */
.paginator {
  margin-top: 4em;
}
.paginator__title {
  margin-right: .5em;
}
.paginator__ctrl {
  margin: 0 .8em;
}
.paginator__pages {
    margin: .6em 0;
}
.paginator__page {
  padding: .15em .3em;
}
.paginator__page:hover {
  background: #ecedf0;
}
.paginator__current {
  padding: .15em .3em;
  font-weight: 400;
  background: #e8e9ec;
}


/**
 * Autocompleter
 */
.autocomplete-w1 {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  /* IE6 fix: */
  _background: none;
  _margin: 0;
}
.autocomplete, .autocomplete-suggestions {
  cursor: default;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.autocomplete .selected, .autocomplete-selected {
  background:#08C;
  color: #fff;
}
.autocomplete div, .autocomplete-suggestion { padding:2px 5px; white-space:nowrap; }


/**
 * TimyMCE Editor
 */
body#tinymce {
  padding: 0 !important;
}


/**
 * Grid
 */
.show-grid [class*="span"] {
  background-color: #EEE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 40px;
  padding: 15px;
}

/**
 * Question color categories
 */
.qst_color {
  width: 10px;
  height: 10px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.qst_red {
    background-color: #b94a48;
}
.qst_yellow {
    background-color: #f5f500;
}
.qst_green {
    background-color: #468847;
}
.qst_blue {
    background-color: #bce8f1;
}

.table tbody tr.warning td {
  background-color: #FCF8E3;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../img/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}






.table-small {
    width: 80px
}
.table-medium {
    width: 110px;
}
.table-large {
    width: 160px;
}
.table-operation {
    width: 30px;
    line-height: 30px !important;
}
.table-checkbox {
    line-height: 30px !important;
}

td.has-feedback .form-control-feedback {
    top: 8px;
    right: 5px;
}




.nav-tabs a {
    cursor: pointer;
}
.nav-tabs li.danger a {
    background-color: #f2dede !important;
    color: #a94442 !important;
    font-weight: bold;
}

.nav-tabs li.highlight a {
    font-weight: bold;
}

.tab-panel {
    padding: 10px;
}

.modal-body .form-control-feedback, .group-client .form-control-feedback {
    top: -10000px;
}


.gcs-color-box {
    border: 3px solid #fff;
    padding: 2px;
    float: left;
}
.gcs-color-box.active {
    border-color: #ffdb4c;
}
.gcs-color {
    width: 22px;
    height: 22px;
    background-color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #ccc;
}
.gcs-red {
    background-color: #b94a48;
}
.gcs-yellow {
    background-color: #f5f500;
}
.gcs-green {
    background-color: #468847;
}
.gcs-blue {
    background-color: #bce8f1;
}

.pad-right-1 {
    padding-right: 1em;
}

.valign-mid {
    vertical-align: middle;
}

.text-smaller {
    font-size: .9em;
}

.nobr {
    white-space: nowrap;
}

.fw-bold {
    font-weight: 700!important;
}