/* 
 *
 * @author Alexandre LAMOUREUX <alexlamoureuxfr@gmail.com>
 */
body:not(.ajax):not(.iframe) {
  min-height: 1150px;
  background-color: white;
  background-image: url(/index/background);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
body > .container {
  margin-top: 72px;
  padding-bottom: 250px;
}
body:not(.ajax) > :not(#banner):first-child {
  margin-top: 72px;
}
a.black-link {
  color: black;
  text-decoration: underline;
}
a.black-link:hover {
  color: #c24d00;
}
.big {
  font-size: 300%;
}
.cb {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
p:last-child {
  margin-bottom: 0;
}
.container {
  width: 95%;
}
.container .container {
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.panel-default > .panel-heading .badge {
  background-color: #777;
}
body.transparent_content #content .main-content, .transparent {
  background: transparent !important;
  box-shadow: none;
}
.bg {
  background: #FFFFFFF3;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(64, 64, 64, 0.4);
}
h1 {
  font-size: 250%;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0px;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 175%;
}
h4 {
  font-size: 135%;
}
h5 {
  font-size: 125%;
}
h6 {
  font-size: 110%;
}
img {
  max-width: 100%;
}
.rich-text {
  font-size: 111%;
}
.messages {
  text-align: center;
}
.messages .alert {
  font-weight: bold;
}
.btn-right {
  float: right;
  margin-left: 5px;
}
.btn-big {
  text-align: center;
  font-size: 120%;
}
.btn-square {
  text-align: center;
}
.btn-square .glyphicon {
  font-size: 25px;
}
@media (max-width: 480px) {
  .btn-square .glyphicon {
    font-size: 18px;
  }
}
.btn-square span + span {
  padding-top: 2px;
  display: block;
}
@media (max-width: 480px) {
  .btn-square span + span {
    display: none;
  }
}
.btn-blue {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #138496;
  border-color: #1b6d85;
}
.btn-blue:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-blue:active:hover, .btn-blue.active:hover, .open > .dropdown-toggle.btn-blue:hover, .btn-blue:active:focus, .btn-blue.active:focus, .open > .dropdown-toggle.btn-blue:focus, .btn-blue:active.focus, .btn-blue.active.focus, .open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #117a8b;
  border-color: #1b6d85;
}
.btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled.focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue.focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-blue .badge {
  color: #17a2b8;
  background-color: #fff;
}
.label-blue {
  background-color: #138496;
  border-color: #1b6d85;
}
.btn-white {
  color: #333;
  background-color: white;
  border-color: #ccc;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
  color: #333;
  background-color: white;
  border-color: #adadad;
}
.btn-white:active:hover, .btn-white.active:hover, .open > .dropdown-toggle.btn-white:hover, .btn-white:active:focus, .btn-white.active:focus, .open > .dropdown-toggle.btn-white:focus, .btn-white:active.focus, .btn-white.active.focus, .open > .dropdown-toggle.btn-white.focus {
  color: #333;
  background-color: white;
  border-color: #adadad;
}
.btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled.focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white.focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: #eee;
}
.btn-white .badge {
  color: #ccc;
  background-color: #fff;
}
.col-xs-12 {
  margin-bottom: 15px;
}
/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background: white;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}
/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}
.form-horizontal .control-label {
  padding-top: 0;
}
fieldset legend {
  padding-left: 8px;
}
fieldset fieldset legend {
  padding-top: 15px;
  font-size: 13px;
}
.form-fieldset {
  margin: 15px auto;
  margin-bottom: 20px;
  border-color: #ccc;
  border-width: 1px;
  border-left-color: #bbb;
  border-left-width: 3px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  padding-left: 15px;
  border-style: solid;
}
.form-fieldset h5 {
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.invalid {
  box-shadow: 0 0 4px red;
}
.row-clean {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.row-clean > * {
  align-items: stretch;
  float: none;
  display: flex;
}
.row-clean > * .backgrounded {
  width: 100%;
}
.row-clean > * .thumbnail {
  width: 100%;
  text-align: center;
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  height: 50px;
  z-index: 90;
}
#banner * {
  max-height: 45px;
  color: #444;
}
#banner h1 {
  display: inline;
  font-size: 25px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
#banner .logo {
  margin-left: 7px;
}
#banner .logo img {
  vertical-align: bottom;
}
#banner .links {
  padding-top: 7px;
  padding-right: 10px;
  float: right;
}
#banner .links a {
  display: block;
  text-align: right;
}
#banner #form-filter_context {
  position: absolute;
  right: 140px;
  width: 380px;
  top: 10px;
  max-width: calc(100% - 510px);
}
#banner #form-filter_context label {
  padding-right: 5px;
  padding-left: 0;
  text-align: right;
  line-height: 25px;
}
#banner #form-filter_context .input-container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #banner #form-filter_context {
    right: 110px;
    max-width: calc(100% - 450px);
  }
  #banner #form-filter_context label {
    display: none;
  }
  #banner #form-filter_context .input-container {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #banner #form-filter_context {
    max-width: calc(100% - 290px);
  }
}
#base {
  margin: 0 auto;
  position: relative;
}
#filter_context {
  position: absolute;
  right: 120px;
  top: 10px;
}
#nav {
  position: absolute;
}
#nav .fixed {
  background: #FFFFFFF3;
  border-radius: 0;
  box-shadow: 2px 2px 8px rgba(64, 64, 64, 0.4);
}
#nav .profile, .mobile-nav .profile {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav .profile .avatar, .mobile-nav .profile .avatar {
  display: inline-block;
  border-radius: 50% 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  box-sizing: content-box;
  border: 2px solid #AAA;
}
#nav .profile .avatar img, .mobile-nav .profile .avatar img {
  max-width: 40px;
  max-height: 40px;
}
#nav .profile h4, .mobile-nav .profile h4 {
  text-align: center;
}
#nav #form-filter_context, .mobile-nav #form-filter_context {
  position: absolute;
  right: 140px;
  width: 380px;
  top: 10px;
  max-width: calc(100% - 510px);
}
#nav #form-filter_context label, .mobile-nav #form-filter_context label {
  padding-right: 5px;
  padding-left: 0;
  text-align: right;
  line-height: 25px;
}
#nav #form-filter_context .input-container, .mobile-nav #form-filter_context .input-container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #nav #form-filter_context, .mobile-nav #form-filter_context {
    right: 110px;
    max-width: calc(100% - 450px);
  }
  #nav #form-filter_context label, .mobile-nav #form-filter_context label {
    display: none;
  }
  #nav #form-filter_context .input-container, .mobile-nav #form-filter_context .input-container {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #nav #form-filter_context, .mobile-nav #form-filter_context {
    max-width: calc(100% - 290px);
  }
}
#nav ul, .mobile-nav ul {
  padding-bottom: 10px;
}
#nav ul li, .mobile-nav ul li {
  padding: 3px 0;
}
#nav ul li a, .mobile-nav ul li a {
  display: block;
  border-left: 3px solid #444;
}
#nav ul li a .glyphicon, .mobile-nav ul li a .glyphicon {
  font-size: 18px;
}
#nav ul li a span.label, .mobile-nav ul li a span.label {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  white-space: normal;
  word-wrap: normal;
  max-width: calc(100% - 25px);
  text-align: left;
  vertical-align: middle;
}
#content .main-content {
  border-radius: 0;
  background: #FFFFFFF3;
  box-shadow: 2px 2px 8px rgba(64, 64, 64, 0.4);
  padding: 25px;
  padding-bottom: 50px;
}
.separated-blocks #content .main-content {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.separated-blocks #content .main-content > * {
  padding: 8px;
}
.separated-blocks #content .main-content > *:first-child {
  padding-top: 0;
}
#content .backgrounded {
  background: #FFFFFFF3;
  box-shadow: 2px 2px 8px rgba(64, 64, 64, 0.4);
  min-height: 80px;
  margin-bottom: 35px;
  padding: 12px;
}
#content .backgrounded:last-child {
  margin-bottom: 0;
}
body.fullwidth #nav {
  display: none;
}
body.fullwidth #content {
  padding-left: 0;
  width: auto;
}
.login-form-container {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #d2d2d2;
  border-width: 5px;
  text-align: center;
}
.login-form-container .login-form * {
  text-align: center;
  font-size: 13px;
}
.login-form-container .login-form small {
  font-size: 11px;
}
.login-form-container .login-form h4 {
  font-size: 15px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 380px) {
  .login-form-container {
    float: none !important;
    width: 95% !important;
    margin: 30px auto !important;
  }
}
.login-help {
  margin-top: 65px;
}
.login-help .bg {
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.85);
}
.login-help h4 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 360px) {
  .login-help .bg {
    float: none !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
}
.contexts {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.contexts li {
  margin: 0;
  padding: 0;
}
.contexts img {
  max-height: 24px;
}
.affair-files {
  border-left: 2px solid #DDD;
  padding-left: 10px;
  margin-top: 15px;
}
.affair-files ul {
  list-style: none;
  padding-left: 0;
}
.affair-files ul li a {
  color: black;
}
.tree-brach {
  display: none;
}
.tree-branch-toogle {
  display: none !important;
}
.tree-branch-toogle:checked + .tree-brach {
  display: block;
}
.selected-check:checked + label {
  text-decoration: underline;
}
.files-contexts .context {
  line-height: 5em;
  margin-bottom: 18px;
}
.files-contexts .context h3 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.files-contexts .context h3 small {
  color: #555;
}
.form-control:user-invalid, :user-invalid + .form-control {
  box-shadow: #FBB 0 -2px 0px inset;
}
.form-vertical .form-group {
  float: none;
}
.form-vertical .form-group label {
  margin-bottom: 5px;
}
.form-vertical .form-group .input-container {
  margin: 0;
  padding: 0;
  float: none;
}
.form-vertical:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
}
@media screen and (max-width: 600px) {
  .file-browser .directory-listing-container {
    font-size: 125%;
  }
}
.file-browser .directory-listing-container ul {
  margin-left: 7px;
  padding-left: 8px;
  border-left: 1px dotted #999;
  margin-bottom: 12px;
}
.file-browser .directory-listing-container ul li {
  list-style: square outside;
  color: #999;
}
.file-browser .directory-listing-container ul li > * {
  color: black;
  outline: none;
}
.file-browser .directory-listing-container ul li .file-icon {
  max-width: 16px;
  max-height: 16px;
}
.file-browser .directory-listing-container ul li a {
  padding: 2px 0;
  padding-right: 3px;
}
.file-browser .directory-listing-container ul li label {
  padding-right: 3px;
}
.file-browser .directory-listing-container ul li .selected {
  background: #0074e8;
  color: white;
}
.file-browser .file-info-container {
  min-height: 80px;
  padding: 15px;
  background: white;
  border-top: 2px solid #DDD;
}
.file-browser .file-info-container.absolute {
  position: sticky;
  bottom: 0;
}
.file-browser .file-info-container .file-infos {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos {
    overflow-x: auto;
    overflow-y: visible;
  }
}
.file-browser .file-info-container .file-infos p {
  padding: 0;
  margin: 0;
}
.file-browser .file-info-container .file-infos .icon {
  width: 80px;
  text-align: right;
}
.file-browser .file-info-container .file-infos .icon img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .icon {
    display: none;
  }
}
.file-browser .file-info-container .file-infos .infos {
  margin: 0 10px;
  min-width: 150px;
  font-size: 11px;
  line-height: 1;
  flex-grow: 10;
}
.file-browser .file-info-container .file-infos .infos .name {
  font-weight: bold;
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: 5px;
}
.file-browser .file-info-container .file-infos .actions {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
}
.file-browser .file-info-container .file-infos .actions > * {
  margin: 0 4px;
}
.file-browser .file-info-container .file-infos .actions .btn {
  text-align: center;
}
.file-browser .file-info-container .file-infos .actions .btn .glyphicon {
  font-size: 25px;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .actions .btn .glyphicon {
    font-size: 18px;
  }
}
.file-browser .file-info-container .file-infos .actions .btn span + span {
  padding-top: 2px;
  display: block;
}
@media (max-width: 480px) {
  .file-browser .file-info-container .file-infos .actions .btn span + span {
    display: none;
  }
}
.file-browser .file-info-container .file-infos .actions form {
  border: 1px solid #DDD;
  padding: 3px;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  line-height: 1;
}
.file-browser .file-info-container .file-infos .actions form .btn {
  float: right;
}
.index_index .scrollable {
  max-height: 400px;
  overflow: auto;
}
.index_index .contexts-list .scrollable {
  max-height: 600px;
}
.index_index .contexts-list .infoblock h4 {
  padding: 6px 0;
  padding-left: 36px;
  text-indent: -36px;
}
.index_index .contexts-list .infoblock h4:hover {
  background: #EEE;
}
.index_index .contexts-list .infoblock.locataire {
  display: block;
}
.index_index .contexts-list .infoblock.immeuble, .index_index .contexts-list .infoblock.mandat, .index_index .contexts-list .infoblock.tiers, .index_index .contexts-list .infoblock.lien_tiers_lot {
  display: block;
  padding-bottom: 2px;
}
.index_index .contexts-list .infoblock.immeuble h4, .index_index .contexts-list .infoblock.mandat h4, .index_index .contexts-list .infoblock.tiers h4, .index_index .contexts-list .infoblock.lien_tiers_lot h4 {
  margin-bottom: 3px;
}
.index_index .contexts-list .infoblock.immeuble h4 .btn, .index_index .contexts-list .infoblock.mandat h4 .btn, .index_index .contexts-list .infoblock.tiers h4 .btn, .index_index .contexts-list .infoblock.lien_tiers_lot h4 .btn {
  text-indent: 0px;
  float: right;
  vertical-align: bottom;
  margin-top: -4px;
}
.index_index .contexts-list .infoblock.immeuble h4 .btn .glyphicon, .index_index .contexts-list .infoblock.mandat h4 .btn .glyphicon, .index_index .contexts-list .infoblock.tiers h4 .btn .glyphicon, .index_index .contexts-list .infoblock.lien_tiers_lot h4 .btn .glyphicon {
  font-size: 14px;
}
.index_index .contexts-list .infoblock.immeuble h4 .btn span, .index_index .contexts-list .infoblock.mandat h4 .btn span, .index_index .contexts-list .infoblock.tiers h4 .btn span, .index_index .contexts-list .infoblock.lien_tiers_lot h4 .btn span {
  font-size: 9px;
}
.table {
  background: white;
}
.table th, .table th ~ td {
  padding-top: 18px !important;
  border-bottom: 2px solid #dddddd;
  background: white !important;
}
.table th ~ td {
  font-style: italic;
  color: #999;
}
.table .glyphicon {
  color: #999;
}
.table tr:hover td {
  background: #F5F8FF;
}
.bootstrap-select.has-link.form-control:not([class*="col-"]) {
  width: calc(100% - 30px);
}
.bootstrap-select .input-like.form-control {
  height: auto;
}
.bootstrap-select.multiselect .bs-searchbox {
  padding-right: 69px;
}
.bootstrap-select.multiselect .bs-searchbox + .bs-actionsbox {
  position: absolute;
  top: 11px;
  right: 1px;
  width: auto;
}
.bootstrap-select.multiselect .input-like.form-control {
  height: auto;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option {
  max-height: 150px;
  overflow-y: auto;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option .selected-item-text {
  border-radius: 3px 3px;
  background: #EEE;
  padding: 3px 7px;
  margin: 1px;
  display: inline-block;
}
.bootstrap-select.multiselect .input-like.form-control .filter-option .selected-item-text:hover {
  background: #DEDEDE;
}
.rich-select .value {
  width: 1px;
  height: 30px;
  padding-left: 5px;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 1px;
  max-height: 30px;
  min-width: 0;
  min-height: 0;
  float: left;
}
.rich-select img {
  max-width: 22px;
  max-height: 19px;
}
.rich-select button {
  text-align: left;
  height: 30px;
  width: calc(100% - 3px);
}
.rich-select button .caret {
  float: right;
  margin-top: 7px;
  margin-right: 6px;
}
.rich-select button.disabled {
  background: #EEE;
}
.rich-select button.disabled .caret {
  color: #999;
}
.rich-select .dropdown-menu {
  width: 100%;
}
.rich-select .dropdown-menu > li > a.selected, .rich-select .dropdown-menu > li > a:hover, .rich-select .dropdown-menu > li > a:focus {
  background: #BBB;
}
.contact_index .form-horizontal label {
  padding-top: 6px;
}
.input-datetime {
  height: auto;
}
.input-datetime input {
  display: inline-block;
  background: transparent;
  width: 120px;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.grid-table-container {
  /*    max-height: calc(100vh - 295px);
    overflow: auto;*/
}
.grid-table-container .grid {
  border-collapse: separate;
}
.grid-table-container .table > thead > tr > th, .grid-table-container .table > tbody > tr > th, .grid-table-container .table > tfoot > tr > th, .grid-table-container .table > thead > tr > td, .grid-table-container .table > tbody > tr > td, .grid-table-container .table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.3em;
  border: inherit;
}
.grid-table-container thead {
  position: sticky;
  top: 0px;
  z-index: 2;
}
.grid-table-container thead td, .grid-table-container thead th {
  background: white;
}
.grid-table-container thead td a, .grid-table-container thead th a {
  color: #444;
}
.grid-table-container tr {
  background: white;
}
@media (min-width: 640px) {
  .grid-table-container th.col-title, .grid-table-container td.col-title {
    position: sticky;
    left: 0;
    background: inherit;
  }
}
.grid-table-container th.actions span {
  visibility: hidden;
}
.grid-table-container td.actions {
  text-align: right;
  padding-left: 8px;
}
.grid-table-container td.actions .glyphicon {
  color: inherit;
}
.grid-table-container th {
  border-bottom: 3px solid #CCC !important;
  position: relative;
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}
.grid-table-container th .quick-filter-add {
  position: absolute;
  background: white;
  display: none;
  top: 0;
  border-radius: 6px;
  padding: 2px;
  color: #526488;
  right: 0;
}
.grid-table-container th:hover {
  border-color: #CCD !important;
}
.grid-table-container th:hover .quick-filter-add {
  display: block;
}
.grid-table-container .grid-row td {
  border-bottom: 2px solid #EEE !important;
}
.grid-table-container .grid-row td span img {
  max-height: 22px;
}
.grid-table-container .grid-row .actions .btn {
  /*                    @media (min-width: 640px) {
                    visibility: hidden;
                }*/
}
.grid-table-container .grid-row:hover .actions .btn {
  visibility: visible;
}
.grid-table-container .grid-row .mass-action-checkbox {
  text-align: center;
  font-size: 18px;
}
.grid-table-container .grid-row .mass-action-checkbox .glyphicon-check {
  display: none;
}
.grid-table-container .grid-row.checked {
  background: #FFF9C4;
}
.grid-table-container .grid-row.checked:hover {
  background: #FFF7B1;
}
.grid-table-container .grid-row.checked .mass-action-checkbox .glyphicon-unchecked {
  display: none;
}
.grid-table-container .grid-row.checked .mass-action-checkbox .glyphicon-check {
  display: inline-block;
}
.pagination-container {
  padding: 8px;
}
.pagination-container .pager-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.pagination-container .pager-container .form-control, .pagination-container .pager-container .input-group-btn, .pagination-container .pager-container .input-group-addon {
  width: auto;
}
.pagination-container .pager-container .form-control {
  border-radius: 0 0 !important;
  width: 40px;
  border: 1px solid #ecf0f1;
}
.pagination-container .pager-container .pagination {
  margin: 0;
}
.pagination-container .pager-container > * {
  height: 28px !important;
}
.pagination-container .pager-container > * .btn {
  height: 28px !important;
}
.mozaic {
  display: flex;
  flex-flow: row wrap;
  justify-items: space-between;
}
.mozaic .mozaic-card {
  flex: 0 0 25%;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.mozaic .mozaic-card h3 {
  overflow: hidden;
  height: 3.2em;
  text-overflow: ellipsis;
}
@media (max-width: 1000px) {
  .mozaic .mozaic-card {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 640px) {
  .mozaic .mozaic-card {
    flex: 0 0 50%;
  }
}
@media (max-width: 380px) {
  .mozaic .mozaic-card {
    flex: 0 0 99.9%;
  }
  .mozaic .mozaic-card h3 {
    height: 2.2em;
  }
}
.color-picker .tiny-square {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: black;
  box-shadow: 0 0 1px 2px #CCC;
  vertical-align: middle;
}
.color-picker .glyphicon-remove {
  right: 10px;
  top: 6px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  color: #acb6c0;
}
.color-picker .glyphicon-remove:hover {
  color: #cc2222;
}
.color-picker .maxlength {
  display: none !important;
}
.biwee-dashboard-container {
  position: relative;
  width: 100%;
  padding-bottom: calc(95vh - 50px);
  /*padding-bottom: 60%;*/
  height: 0;
}
.biwee-dashboard-container .biwee-dashboard {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
body.biwee_dashboard_view:not(.ajax):not(.iframe) {
  min-height: 0;
}
body.biwee_dashboard_view > .container {
  padding-bottom: 70px;
}
body.biwee_dashboard_view h1 {
  margin: 0;
}
body.biwee_dashboard_view h1 + .biwee-dashboard-container {
  padding-bottom: 0;
  height: calc(100vh - 120px);
}


// CSS_screen.scss=dae7ec593d43851fcffade2093522b0f 
    
    
    
    
    
    
    
    
    
    
    
    