/* sirgad */
/* clinico */
/* siof */
/* docorga */
/* siof */
/* siof */
/*
$left_bar_mini_size : 60px;
$left_bar_smart_size : 240px;
$left_bar_size : 260px;*/
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Lato-bold';
  src: url("../fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
}
/* line 20, ../sass/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

/* line 25, ../sass/_base.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url("../../img/main_bg.jpg");
  background-color: #F6F6F6;
  color: #555;
  font-family: Lato, "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 37, ../sass/_base.scss */
a, .ui.breadcrumb a {
  color: #165D7E;
  font-weight: bold;
}
/* line 40, ../sass/_base.scss */
a:hover, .ui.breadcrumb a:hover {
  color: rgba(22, 93, 126, 0.6);
  cursor: pointer;
  text-decoration: none;
}

/* line 47, ../sass/_base.scss */
b, .bold, .ui.table th {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 50, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 54, ../sass/_base.scss */
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 59, ../sass/_base.scss */
.h1 {
  font-size: 2.5rem;
}

/* line 60, ../sass/_base.scss */
.h2 {
  font-size: 2rem;
}

/* line 61, ../sass/_base.scss */
.h3 {
  font-size: 1.75rem;
}

/* line 62, ../sass/_base.scss */
.h4 {
  font-size: 1.5rem;
}

/* line 63, ../sass/_base.scss */
.h5 {
  font-size: 1.25rem;
}

/* line 64, ../sass/_base.scss */
.h6 {
  font-size: 1rem;
}

/* line 66, ../sass/_base.scss */
::-moz-selection {
  background: #165D7E;
  color: #FFF;
}

/* line 67, ../sass/_base.scss */
::selection {
  background: #165D7E;
  color: #FFF;
}

/* line 69, ../sass/_base.scss */
.tar {
  text-align: right !important;
}

/* line 69, ../sass/_base.scss */
.tac {
  text-align: center !important;
}

/* line 69, ../sass/_base.scss */
.tal {
  text-align: left !important;
}

/* line 71, ../sass/_base.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* line 79, ../sass/_base.scss */
.row::after {
  content: "";
  display: block;
  clear: both;
}

/* line 85, ../sass/_base.scss */
.cke_combopanel, .cke_menu_panel {
  width: 240px !important;
}

/* line 89, ../sass/_base.scss */
#mainDialog > svg {
  margin: auto;
}

/** Icons **/
/* line 96, ../sass/_base.scss */
i.trash, i.trash-o {
  color: #FF4444 !important;
}
/* line 98, ../sass/_base.scss */
i.trash.white, i.trash-o.white {
  color: #FFF !important;
}
/* line 102, ../sass/_base.scss */
i.male {
  color: #0092C3 !important;
}
/* line 105, ../sass/_base.scss */
i.female {
  color: pink !important;
}

/* line 109, ../sass/_base.scss */
.btn-i {
  background: transparent;
  border: none;
  cursor: pointer;
}

/* line 115, ../sass/_base.scss */
.pointerable {
  cursor: pointer;
}

/* line 119, ../sass/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 120, ../sass/_base.scss */
.no-margin {
  margin: 0 !important;
}

/** dotted ffirefox */
/* line 124, ../sass/_base.scss */
a {
  outline: 0 !important;
}
/* line 126, ../sass/_base.scss */
a:hover {
  outline: 0 !important;
}

/* line 131, ../sass/_base.scss */
i.icon {
  margin: 0;
}

/*** symfony ***/
/* line 136, ../sass/_base.scss */
.sf-toolbar {
  z-index: 99999;
}

/* line 2, ../sass/_layout.scss */
.wrapper {
  width: 100%;
  padding: 0 8px;
}
/* line 6, ../sass/_layout.scss */
.wrapper > header {
  overflow: hidden;
  *zoom: 1;
  overflow-y: auto;
  padding: 8px 16px;
  background-color: #041016;
  color: #FFF;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 13, ../sass/_layout.scss */
.wrapper > header h1 {
  font-size: 20px;
  float: left;
  line-height: 30px;
}
/* line 17, ../sass/_layout.scss */
.wrapper > header h1.clickable {
  cursor: pointer;
}
/* line 19, ../sass/_layout.scss */
.wrapper > header h1.clickable:hover {
  /*text-decoration:underline;*/
}
/* line 23, ../sass/_layout.scss */
.wrapper > header h1 .ui.image {
  width: 30px;
  height: 30px;
}
/* line 28, ../sass/_layout.scss */
.wrapper > header nav {
  float: right;
}
/* line 30, ../sass/_layout.scss */
.wrapper > header nav button {
  padding: 8px 16px !important;
}
/* line 36, ../sass/_layout.scss */
.wrapper > ul.subMenu {
  padding: 0 16px;
  margin: 0 0 8px 0;
  text-align: center;
}
/* line 40, ../sass/_layout.scss */
.wrapper > ul.subMenu li {
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #EEE;
  border-right: 1px solid #FFFF;
}
/* line 46, ../sass/_layout.scss */
.wrapper > ul.subMenu li:first-child {
  border-left: 1px solid #DDD;
}
/* line 49, ../sass/_layout.scss */
.wrapper > ul.subMenu li:last-child {
  border-right: 1px solid #DDD;
}
/* line 52, ../sass/_layout.scss */
.wrapper > ul.subMenu li a {
  background: #F6F6F6;
  background: -moz-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F6F6F6));
  background: -webkit-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F6F6F6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFF, endColorstr=#F6F6F6);
  line-height: 20px;
  padding: 8px 16px;
  display: inline-block;
  color: #041016;
  text-decoration: none !important;
}
/* line 59, ../sass/_layout.scss */
.wrapper > ul.subMenu li a:hover {
  padding-bottom: 4px;
  border-bottom: 4px solid #13506d;
  color: #13506d;
}
/* line 64, ../sass/_layout.scss */
.wrapper > ul.subMenu li a.active {
  background: #165D7E;
  border-left: 1px solid #165D7E;
  border-right: 1px solid #165D7E;
  color: #FFF;
  border-bottom: 4px solid #041016;
  padding-bottom: 4px;
  cursor: default;
}
/* line 72, ../sass/_layout.scss */
.wrapper > ul.subMenu li a.active:hover {
  border-bottom: 4px solid #041016;
}
/* line 80, ../sass/_layout.scss */
.wrapper .contentWrapper {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 8px;
  margin-top: 16px;
}
/* line 87, ../sass/_layout.scss */
.wrapper .contentWrapper.no-padding {
  padding: 0;
}

/* line 94, ../sass/_layout.scss */
main {
  padding: 32px 0;
}

/* line 98, ../sass/_layout.scss */
#main_body > #loadingWrapper {
  display: none;
  position: absolute;
  z-index: 1001;
}
/* line 102, ../sass/_layout.scss */
#main_body > #loadingWrapper .content {
  margin: auto;
  text-align: center;
  background: white;
  border: 1px solid #EEE;
  border-top: 0;
  padding: 4px 16px;
  width: 160px;
  -moz-box-shadow: #AAA 2px 2px 6px;
  -webkit-box-shadow: #AAA 2px 2px 6px;
  box-shadow: #AAA 2px 2px 6px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 112, ../sass/_layout.scss */
#main_body > #loadingWrapper .content:after {
  content: "Chargement";
}
/* line 115, ../sass/_layout.scss */
#main_body > #loadingWrapper .content i {
  margin-right: 8px;
  color: #165D7E;
}

/* line 122, ../sass/_layout.scss */
#hProgressBar {
  height: 2px;
  top: 52px;
  z-index: 9;
  display: none;
}

/* app_dev bar flheader */
/* line 130, ../sass/_layout.scss */
.sf-toolbar-clearer {
  display: none !important;
}

/* line 133, ../sass/_layout.scss */
.popover {
  -moz-box-shadow: #AAA 0px 5px 10px;
  -webkit-box-shadow: #AAA 0px 5px 10px;
  box-shadow: #AAA 0px 5px 10px;
}

/* line 136, ../sass/_layout.scss */
.popover.popover-left, .popover.bs-tether-element-attached-right,
.popover.popover-right, .popover.bs-tether-element-attached-left,
.popover.popover-top, .popover.bs-tether-element-attached-bottom,
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  overflow: visible !important;
}

/* line 144, ../sass/_layout.scss */
.popover-arrow {
  border-width: 11px;
}

/* line 148, ../sass/_layout.scss */
.popover-arrow::after {
  content: "test";
  border-width: 10px;
}

/* line 153, ../sass/_layout.scss */
.jumbotron.mini {
  padding: 8px 16px;
  background: #DDD;
}

/* line 159, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume, .ui.dimmer .ui.modal .fee_resume {
  padding: 8px 16px 16px 16px;
}
/* line 161, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume header, .ui.dimmer .ui.modal .fee_resume header {
  border-bottom: 1px solid #BBB;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  color: #015789;
  text-align: left;
  background: none;
  padding: 8px 0 0 0;
}
/* line 170, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume header i, .ui.dimmer .ui.modal .fee_resume header i {
  display: none;
}
/* line 173, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume header nav, .ui.dimmer .ui.modal .fee_resume header nav {
  display: none;
}
/* line 178, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume .body .column, .ui.dimmer .ui.modal .fee_resume .body .column {
  padding: 4px 8px !important;
}
/* line 180, ../sass/_layout.scss */
.ui.dimmer .ui.modal .encounter_resume .body .column.section-value, .ui.dimmer .ui.modal .fee_resume .body .column.section-value {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 188, ../sass/_layout.scss */
.ui-alert-content {
  z-index: 1001 !important;
}

/* line 192, ../sass/_layout.scss */
.vaccin-status-2 {
  color: #FF4444;
}

/* line 2, ../sass/modules/_login.scss */
#login_page {
  background: #FFF;
}
/* line 6, ../sass/modules/_login.scss */
#login_page main {
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}
/* line 11, ../sass/modules/_login.scss */
#login_page main > div {
  padding: 0;
  margin: 0;
  display: table;
  height: 100%;
  width: 100%;
}
/* line 16, ../sass/modules/_login.scss */
#login_page main > div > div {
  width: 50%;
  padding: 0;
  margin: 0;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
/* line 25, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box {
  margin: auto;
  width: 420px;
  max-width: 100%;
  min-width: 280px;
  font-size: 1em !important;
  border: 1px solid #f58423;
  padding: 32px 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 34, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .header {
  color: #555;
  padding: 16px;
}
/* line 37, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .header img {
  width: 240px;
}
/* line 41, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .header h1 {
  font-size: 16px;
}
/* line 45, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body {
  padding: 16px 32px;
}
/* line 47, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body > .error {
  color: #CC0000;
  font-size: 0.9em;
  padding-bottom: 8px;
}
/* line 52, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body .ui.input {
  border-bottom: 1px solid #DDD;
}
/* line 54, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body .ui.input i {
  font-size: 1.2em !important;
  margin-left: 6px !important;
}
/* line 58, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body .ui.input input {
  font-size: 1.1em !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  line-height: 2em;
  padding-left: 56px !important;
}
/* line 66, ../sass/modules/_login.scss */
#login_page main > div > div.form_container #login-box .body button {
  margin-top: 16px;
  font-size: 1em !important;
  padding: 12px 0 !important;
}
/* line 73, ../sass/modules/_login.scss */
#login_page main > div > div.form_container > footer {
  width: 100%;
  padding: 16px 64px;
  color: #666;
  text-align: center;
}

/* line 1, ../sass/modules/_header.scss */
header#main-header {
  background: #165D7E;
  overflow: hidden;
  *zoom: 1;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-shadow: 270px 2px 6px #BBB;
  -webkit-box-shadow: 270px 2px 6px #BBB;
  box-shadow: 270px 2px 6px #BBB;
  font-size: 1.2em;
  height: 52px;
  overflow: visible;
  /* dropdown menu*/
}
/* line 11, ../sass/modules/_header.scss */
header#main-header .wrapper {
  padding: 0;
  		/*
  		.menu{
  			> a{
  				text-decoration: none !important;
  				margin: 0;
  				vertical-align: middle;
  				padding:0 $space_large;
  				color: rgba(255,255,255,0.9);
  				border:1px solid rgba(255,255,255,0.06);
  			}
  		}
  		/*
  		.menu{
  			> a{
  				text-decoration: none !important;
  				display: table-cell;
  				margin: 0;
  				vertical-align: middle;
  				padding:0 $space_large;
  				font-size: 0.7em;
  				color: rgba(255,255,255,0.9);
  				border:1px solid rgba(255,255,255,0.06);
  				&:hover, &.active{
  					color: white;
  					background: rgba(255,255,255,0.2);
  				}
  				.text{
  					text-decoration: none !important;
  				}
  				.inversed{
  					color:$primary_color;
  				}
  				.notifications-count{
  					position: absolute;
  					background-color: $red_light;
  					border-radius: $space_large;
  					width: $space_large;
  					height: $space_large;
  					font-size: 12px;
  					font-weight: bold;
  					text-align: center;
  					margin-top: -$space;
  					margin-left: $space;
  				}
  			}
  			> .dropdown{
  				display: table-cell;
  				margin: 0;
  				vertical-align: middle;
  				padding:0 $space_large;
  				font-size: 0.7em;
  				color: rgba(255,255,255,0.9);
  				border:1px solid rgba(255,255,255,0.06);
  				&:hover, &.active{
  					color: white;
  					background: rgba(255,255,255,0.2);
  				}
  				a{
  					text-decoration: none !important;
  					color: rgba(255,255,255,0.9);
  				}
  				.dropdown-menu{
  					a{
  						color: $foreground;
  						&.active{
  							background: $primary_color_xlight;
  						}
  					}
  				}
  			}

  		}*/
}
/* line 13, ../sass/modules/_header.scss */
header#main-header .wrapper svg.logo {
  height: 24px;
  /*fill:#08c;*/
  fill: #fff;
  margin-left: -30px;
  margin-top: 4px;
}
/* line 20, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu {
  top: 0;
  position: absolute;
  height: 100%;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 28, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu > .menu > .item {
  height: 100%;
  padding: 0 16px;
  margin: 0;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid #0d374a;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 36, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu > .menu > .item:hover, header#main-header .wrapper > .menu > .menu > .item.active, header#main-header .wrapper > .menu > .menu > .item.actif {
  background: rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 40, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu > .menu > .item i {
  margin-right: 4px;
}
/* line 44, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.left {
  border-right: 1px solid #0d374a;
}
/* line 46, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.left > .item:first-child {
  border-left: 0;
}
/* line 50, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.right {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 52, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.right > .item:last-child {
  border-right: 0;
}
/* line 55, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.right .notifications-count {
  position: absolute;
  background-color: #FF4444;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: -8px;
  margin-left: 8px;
  padding-top: 2px;
  z-index: 1;
}
/* line 69, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.right i {
  margin-right: 0;
}
/* line 71, ../sass/modules/_header.scss */
header#main-header .wrapper > .menu .menu.right i.small {
  color: #165D7E;
}

/* line 5, ../sass/modules/_permissions.scss */
.wrapper.permissions table thead th {
  text-align: center;
}
/* line 7, ../sass/modules/_permissions.scss */
.wrapper.permissions table thead th:nth-of-type(4n+1) {
  border-right: 1px solid #DDD;
}
/* line 10, ../sass/modules/_permissions.scss */
.wrapper.permissions table thead th i {
  cursor: pointer;
}
/* line 12, ../sass/modules/_permissions.scss */
.wrapper.permissions table thead th i.check.square.outline {
  color: #629200;
}
/* line 19, ../sass/modules/_permissions.scss */
.wrapper.permissions table tbody th {
  border-right: 1px solid #DDD;
}
/* line 22, ../sass/modules/_permissions.scss */
.wrapper.permissions table tbody td {
  text-align: center;
}
/* line 24, ../sass/modules/_permissions.scss */
.wrapper.permissions table tbody td:nth-of-type(4n) {
  border-right: 1px solid #DDD;
}
/* line 27, ../sass/modules/_permissions.scss */
.wrapper.permissions table tbody td i {
  cursor: pointer;
}
/* line 29, ../sass/modules/_permissions.scss */
.wrapper.permissions table tbody td i.check.square {
  color: #629200;
}

/* line 3, ../sass/modules/_data_table.scss */
main .contentWrapper {
  min-height: 510px;
}
/* line 5, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table {
  padding: 0 8px;
}
/* line 7, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .ui.warning.message {
  margin: 32px auto;
  padding: 8px 32px;
  display: inline-block;
}
/* line 14, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table thead th {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 17, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table thead th.sortable:hover {
  cursor: pointer;
  color: #165D7E;
}
/* line 25, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td {
  vertical-align: middle;
}
/* line 27, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td i {
  font-size: 1.4em;
}
/* line 29, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td i.toggle.on {
  color: #165D7E;
}
/* line 32, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td i.action {
  cursor: pointer;
  color: #888;
}
/* line 36, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td i.action.trash {
  color: #CC0000;
}
/* line 41, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table table tbody td .color-ball {
  width: 30px;
  height: 30px;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
}
/* line 50, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options {
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 54, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header {
  overflow: visible;
  height: 54px;
}
/* line 58, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header > div:first-child {
  width: 64.28571%;
  float: left;
  margin-right: 7.14286%;
}
/* line 61, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header > div:first-child.period-container > div {
  display: inline-block;
}
/* line 65, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header > div:first-child .dropdown {
  min-width: 0;
}
/* line 68, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header > div:first-child select {
  background: white;
  height: 38px;
  width: 60px;
  border: 1px solid #DDD;
  position: absolute;
}
/* line 76, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.header > div:last-child {
  width: 28.57143%;
  float: right;
  margin-right: 0;
  text-align: right;
}
/* line 84, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.footer > div:first-child {
  width: 44.44444%;
  float: left;
  margin-right: 11.11111%;
}
/* line 87, ../sass/modules/_data_table.scss */
main .contentWrapper .data-table .dt-options.footer > div:last-child {
  width: 44.44444%;
  float: right;
  margin-right: 0;
  text-align: right;
}

/* line 3, ../sass/modules/_alert.scss */
.ui-alert-content {
  position: fixed;
  width: 360px;
  z-index: 900;
}

/* line 9, ../sass/modules/_alert.scss */
.ui-alert-content-top-right {
  top: 52px;
  right: 16px;
  left: auto !important;
}

/* line 14, ../sass/modules/_alert.scss */
.ui-alert-content-top-center {
  top: 52px;
  margin: 0 0 0 -180px;
  left: 50%;
}

/* line 19, ../sass/modules/_alert.scss */
.ui-alert-content-top-left {
  top: 52px;
  left: 16px;
}

/* line 23, ../sass/modules/_alert.scss */
.ui-alert-content-bottom-right {
  bottom: 0;
  right: 20px;
}

/* line 27, ../sass/modules/_alert.scss */
.ui-alert-content-bottom-center {
  bottom: 0;
  margin: 0 0 0 -180px;
  left: 50%;
}

/* line 32, ../sass/modules/_alert.scss */
.ui-alert-content-bottom-left {
  bottom: 0;
  left: 16px;
}

/* line 36, ../sass/modules/_alert.scss */
.ui-alert {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 40, ../sass/modules/_alert.scss */
.ui-alert p {
  display: table;
}

/* line 3, ../sass/_responsive.scss */
#main_body > * {
  position: fixed;
  width: 100%;
  left: 0;
  overflow: hidden;
}
/* line 10, ../sass/_responsive.scss */
#main_body > aside#aside-bar {
  font-size: 1.2em;
  /*width:270px;*/
  padding-top: 52px;
  z-index: 1;
  height: 100%;
}
/* line 18, ../sass/_responsive.scss */
#main_body > header#main-header .selected {
  color: #165D7E;
}
/* line 22, ../sass/_responsive.scss */
#main_body > main {
  padding: 0;
  width: 100%;
  height: 100%;
  padding-top: 52px;
  z-index: 0;
  overflow: auto;
}
/* line 29, ../sass/_responsive.scss */
#main_body > main .wrapper {
  padding: 16px;
  padding-bottom: 40px;
}

@media (min-width: 0) and (max-width: 400px) {
  /* line 38, ../sass/_responsive.scss */
  #main_body > header#main-header {
    -moz-box-shadow: 0 2px 6px #BBB;
    -webkit-box-shadow: 0 2px 6px #BBB;
    box-shadow: 0 2px 6px #BBB;
  }
  /* line 40, ../sass/_responsive.scss */
  #main_body > header#main-header .connected .name {
    display: none;
  }
  /* line 45, ../sass/_responsive.scss */
  #main_body > main .wrapper {
    padding: 8px;
  }

  /* line 50, ../sass/_responsive.scss */
  .hide-narrow, .hide-small, .hide-medium {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 60, ../sass/_responsive.scss */
  #main_body > main .contentWrapper header h2 {
    display: none;
  }
  /* line 64, ../sass/_responsive.scss */
  #main_body > main .contentWrapper header nav .text {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 650px) {
  /* line 76, ../sass/_responsive.scss */
  #main_body > header#main-header {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
  }
  /* line 78, ../sass/_responsive.scss */
  #main_body > header#main-header.res-show {
    -moz-box-shadow: 0 2px 6px #BBB;
    -webkit-box-shadow: 0 2px 6px #BBB;
    box-shadow: 0 2px 6px #BBB;
  }

  /* line 83, ../sass/_responsive.scss */
  .hide-small, .hide-medium {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 91, ../sass/_responsive.scss */
  html.hide-overflow, html.hide-overflow body {
    overflow: hidden;
  }

  /* line 96, ../sass/_responsive.scss */
  #main_body > header#main-header {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
    height: 44px;
  }
  /* line 99, ../sass/_responsive.scss */
  #main_body > header#main-header.res-hide {
    -moz-box-shadow: 0 2px 6px #BBB;
    -webkit-box-shadow: 0 2px 6px #BBB;
    box-shadow: 0 2px 6px #BBB;
    left: 0px;
    position: fixed;
  }
  /* line 104, ../sass/_responsive.scss */
  #main_body > header#main-header .text {
    display: none;
  }
  /* line 108, ../sass/_responsive.scss */
  #main_body > aside#aside-bar {
    overflow: auto;
    padding-top: 44px;
    width: 0px;
    left: 0px;
  }
  /* line 113, ../sass/_responsive.scss */
  #main_body > aside#aside-bar.res-show {
    left: 0;
  }
  /* line 117, ../sass/_responsive.scss */
  #main_body > main {
    padding-top: 44px;
    padding-left: 0;
  }
  /* line 120, ../sass/_responsive.scss */
  #main_body > main.res-hide {
    left: 0px;
    position: fixed;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 130, ../sass/_responsive.scss */
  html.hide-overflow, html.hide-overflow body {
    overflow: hidden;
  }

  /* line 135, ../sass/_responsive.scss */
  #main_body > header#main-header {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
  }
  /* line 137, ../sass/_responsive.scss */
  #main_body > header#main-header.res-hide {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
    left: 0;
  }
  /* line 142, ../sass/_responsive.scss */
  #main_body > aside#aside-bar {
    width: 0px;
    left: 0;
  }
  /* line 146, ../sass/_responsive.scss */
  #main_body > aside#aside-bar nav ul li .text {
    display: none;
  }
  /* line 150, ../sass/_responsive.scss */
  #main_body > aside#aside-bar.res-show {
    width: 0px;
  }
  /* line 153, ../sass/_responsive.scss */
  #main_body > aside#aside-bar.res-show nav ul li .text {
    display: inline-block;
  }
  /* line 159, ../sass/_responsive.scss */
  #main_body > main {
    padding-left: 0px;
  }
  /* line 161, ../sass/_responsive.scss */
  #main_body > main.res-hide {
    padding-left: 0;
    left: 0px;
    position: fixed;
  }
  /* line 169, ../sass/_responsive.scss */
  #main_body > main .contentWrapper header nav i {
    display: none;
  }

  /* line 177, ../sass/_responsive.scss */
  .hide-medium {
    display: none;
  }
}
@media (min-width: 960px) {
  /* line 184, ../sass/_responsive.scss */
  #main_body > header#main-header {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
  }
  /* line 186, ../sass/_responsive.scss */
  #main_body > header#main-header.res-hide {
    -moz-box-shadow: 0px 2px 6px #BBB;
    -webkit-box-shadow: 0px 2px 6px #BBB;
    box-shadow: 0px 2px 6px #BBB;
  }
  /* line 190, ../sass/_responsive.scss */
  #main_body > aside#aside-bar {
    padding-top: 52px;
    width: 0px;
  }
  /* line 193, ../sass/_responsive.scss */
  #main_body > aside#aside-bar.res-show {
    width: 0px;
  }
  /* line 196, ../sass/_responsive.scss */
  #main_body > aside#aside-bar.res-show nav ul li .text {
    display: none;
  }
  /* line 202, ../sass/_responsive.scss */
  #main_body > main {
    padding-left: 0px;
  }
  /* line 204, ../sass/_responsive.scss */
  #main_body > main.res-hide {
    padding-left: 0px;
  }
}
/* line 1, ../sass/_form.scss */
.clinico-file-container {
  /*background: url('.$defaultImgUrl.') no-repeat;*/
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 1px solid #CCC;
  border-radius: 100px !important;
  position: relative;
}
/* line 10, ../sass/_form.scss */
.clinico-file-container input {
  width: 100px;
  height: 100px;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}
/* line 17, ../sass/_form.scss */
.clinico-file-container i {
  font-size: 32px;
  position: absolute;
  top: 34px;
  left: 34px;
  display: none;
}

/* line 26, ../sass/_form.scss */
.field:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border: 1px solid #96C8DA !important;
  box-shadow: none;
}

/* line 35, ../sass/_form.scss */
.ui.search.my_entity i.edit {
  cursor: pointer;
}
/* line 40, ../sass/_form.scss */
.ui.search.my_entity input[type="text"]:disabled {
  background-color: #EFE !important;
  color: #555;
  opacity: 1;
}
/* line 47, ../sass/_form.scss */
.ui.search.my_entity .results .result {
  padding: 8px;
}
/* line 49, ../sass/_form.scss */
.ui.search.my_entity .results .result .image {
  float: left;
  width: 46px;
  height: auto;
  padding-right: 8px;
}
/* line 54, ../sass/_form.scss */
.ui.search.my_entity .results .result .image img {
  width: 35px;
  height: 35px;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 1px solid #BBB;
}

/* line 68, ../sass/_form.scss */
.ui.calendar .input .icon.exclamation.circle {
  color: #CC0000 !important;
}
/* line 71, ../sass/_form.scss */
.ui.calendar .input .icon.exclamation.triangle {
  color: #FF8800 !important;
}

/* line 5, ../sass/component/_sidebar.scss */
aside#aside-bar {
  background: #114a64;
}
/* line 7, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  list-style-type: none;
}
/* line 10, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul ul {
  /*display:none;*/
}
/* line 12, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul ul ul {
  display: block;
}
/* line 16, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNGE2NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0NTM3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #114a64), color-stop(100%, #145371));
  background-image: -moz-linear-gradient(bottom, #114a64, #145371);
  background-image: -webkit-linear-gradient(bottom, #114a64, #145371);
  background-image: linear-gradient(to top, #114a64, #145371);
}
/* line 18, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li a {
  display: block;
  color: #FFF;
  padding: 16px;
  padding-right: 0;
}
/* line 24, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li:hover {
  /*background:$primary_color;*/
  cursor: pointer;
}
/* line 27, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li:hover.selected {
  cursor: default;
}
/* line 31, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li.selected {
  color: #114a64;
  background: url("../../img/main_bg.jpg");
  background-color: #F6F6F6;
  cursor: default;
  /*border-left:$space_small solid white;
  i{
  	padding-left:$space_small;
  }*/
}
/* line 41, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li i {
  padding: 4px;
}
/* line 44, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li .text {
  position: absolute;
  margin-left: 16px;
}
/* line 48, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li li {
  background: #FFF;
}
/* line 50, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li li a {
  padding: 4px 0 4px 24px;
  color: #165D7E;
  font-size: 0.8em;
}
/* line 56, ../sass/component/_sidebar.scss */
aside#aside-bar nav ul li li li a {
  padding: 4px 0 4px 32px;
}

/* line 1, ../sass/component/_chat.scss */
.chat-widget {
  right: 16px;
  bottom: 0;
  left: unset !important;
  width: 354px !important;
  position: fixed;
  display: inline-block;
  z-index: 999;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background: white;
}
/* line 11, ../sass/component/_chat.scss */
.chat-widget .chat-header {
  background: #041016;
  color: #FFF;
  padding: 8px 8px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
/* line 17, ../sass/component/_chat.scss */
.chat-widget .chat-header.new-msgs {
  animation: blinker 1s linear 3;
}
/* line 22, ../sass/component/_chat.scss */
.chat-widget .chat-header .actions {
  float: right;
}
/* line 26, ../sass/component/_chat.scss */
.chat-widget .chat-body {
  width: 100%;
  display: none;
  border: 1px solid #041016;
  color: #555;
}
/* line 31, ../sass/component/_chat.scss */
.chat-widget .chat-body.display {
  display: inline-block;
}
/* line 34, ../sass/component/_chat.scss */
.chat-widget .chat-body .buttons {
  padding-top: 4px !important;
  text-align: center;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  display: block;
}
/* line 39, ../sass/component/_chat.scss */
.chat-widget .chat-body .buttons .button {
  padding: .2em .78571429em .2em;
  width: 90px;
}
/* line 44, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages {
  height: 300px;
  max-height: 300px;
  overflow: auto;
  padding: 8px;
  background: #FAFAFA;
}
/* line 52, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div.mine {
  text-align: right;
}
/* line 54, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div.mine .msg {
  position: relative;
  background: #E3FFCA;
  margin: 4px 4px 0 32px;
  text-align: left;
}
/* line 59, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div.mine .msg.first {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 63, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div.mine .msg .icon {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 72, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div .from {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 76, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div .msg {
  background: white;
  padding: 4px 8px;
  display: inline-block;
  margin: 4px 32px 0 4px;
  -moz-box-shadow: #DDD 2px 2px 2px;
  -webkit-box-shadow: #DDD 2px 2px 2px;
  box-shadow: #DDD 2px 2px 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEE;
}
/* line 84, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-messages .chat-list > div .msg.first {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 91, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-input {
  background: #FFF;
  padding: 8px;
}
/* line 94, ../sass/component/_chat.scss */
.chat-widget .chat-body .chat-input input {
  border: 0 !important;
  width: 100%;
}

/* line 5, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-view-container {
  background: white;
}
/* line 9, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-divider.fc-widget-header {
  display: none;
}
/* line 16, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-slats .fc-widget-content {
  border-top: 1px solid rgba(22, 93, 126, 0.4);
}
/* line 20, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-slats .fc-minor .fc-widget-content {
  border-top: 1px dotted rgba(22, 93, 126, 0.4);
}
/* line 26, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-axis, .fc.fc-unthemed .fc-agendaDay-view .fc-content-skeleton {
  cursor: default !important;
}
/* line 29, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-widget-content {
  cursor: pointer;
}
/* line 32, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-nonbusiness {
  cursor: default;
}
/* line 35, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view .fc-day {
  background-color: #ffffff;
}
/* line 40, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-agendaDay-view.fc-holiday .fc-widget-content.fc-holiday, .fc.fc-unthemed .fc-agendaDay-view.fc-holiday .fc-widget-content.fc-provider, .fc.fc-unthemed .fc-agendaDay-view.fc-provider .fc-widget-content.fc-holiday, .fc.fc-unthemed .fc-agendaDay-view.fc-provider .fc-widget-content.fc-provider {
  cursor: default;
}
/* line 44, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-widget-content.fc-holiday {
  text-align: center;
  vertical-align: middle;
  background-color: #dcffcc;
}
/* line 49, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-widget-content.fc-all-provider {
  text-align: center;
  vertical-align: middle;
  background-color: #fcc;
  cursor: default !important;
}
/* line 55, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-holiday-event, .fc.fc-unthemed .fc-allday-provider-event {
  display: none;
}
/* line 58, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-provider-event {
  background: #666;
  border: 1px solid #666;
}
/* line 62, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-axis.fc-widget-header {
  text-align: center;
}
/* line 64, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-axis.fc-widget-header button {
  border: 0;
  padding: 0;
  background: transparent;
}
/* line 70, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-resource-cell, .fc.fc-unthemed .fc-day-header {
  vertical-align: middle;
  background: #165D7E;
  padding: 8px;
  color: white !important;
}
/* line 75, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-resource-cell a, .fc.fc-unthemed .fc-day-header a {
  color: white !important;
  outline: none !important;
}
/* line 78, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-resource-cell a:hover, .fc.fc-unthemed .fc-day-header a:hover {
  text-decoration: none;
}
/* line 83, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-icon-fa {
  font-family: FontAwesome;
}
/* line 86, ../sass/component/_calendar.scss */
.fc.fc-unthemed #fullcalendar-datetime-picker-input {
  width: 0 !important;
  height: 0 !important;
  background: none;
  border: none !important;
}
/* line 91, ../sass/component/_calendar.scss */
.fc.fc-unthemed #fullcalendar-datetime-picker-input:focus {
  border: none !important;
  outline: none !important;
}
/* line 97, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-header-toolbar {
  background-color: #041016;
  color: #FFF;
  padding: 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 102, ../sass/component/_calendar.scss */
.fc.fc-unthemed .fc-header-toolbar h2 {
  font-size: 24px;
}

/* line 108, ../sass/component/_calendar.scss */
.fc-time-grid .fc-event, .fc-event-container .fc-event {
  border-left-width: 8px !important;
  padding: 2px 4px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 112, ../sass/component/_calendar.scss */
.fc-time-grid .fc-event .fc-edit, .fc-event-container .fc-event .fc-edit {
  float: right;
  top: -2px;
  position: absolute;
  right: 0;
  cursor: context-menu;
}

/* line 120, ../sass/component/_calendar.scss */
.fc-event-container .fc-event {
  font-size: 1em;
}
/* line 122, ../sass/component/_calendar.scss */
.fc-event-container .fc-event .fc-edit {
  font-size: 1.2em;
}

/* line 126, ../sass/component/_calendar.scss */
.fc-time-grid .fc-event {
  font-size: 1.2em;
}
/* line 128, ../sass/component/_calendar.scss */
.fc-time-grid .fc-event .fc-edit {
  font-size: 1em;
}

/* line 133, ../sass/component/_calendar.scss */
#spootlight {
  display: none;
  position: fixed;
  top: 240px;
  width: 40%;
  max-width: 460px;
  min-width: 300px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 6;
  left: 0;
  right: 0;
  background-color: #FFF;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #DDD;
  -moz-box-shadow: 8px 8px 64px #888;
  -webkit-box-shadow: 8px 8px 64px #888;
  box-shadow: 8px 8px 64px #888;
}
/* line 149, ../sass/component/_calendar.scss */
#spootlight i {
  font-size: 1.7em;
}
/* line 152, ../sass/component/_calendar.scss */
#spootlight input {
  border: none !important;
  padding: 8px 16px;
  font-size: 1.7em;
  width: 100%;
}
/* line 157, ../sass/component/_calendar.scss */
#spootlight input.no-result {
  background-color: rgba(204, 0, 0, 0.3);
}

/* line 163, ../sass/component/_calendar.scss */
.ui.popup.calendar {
  padding: 0 !important;
}

/* line 166, ../sass/component/_calendar.scss */
.callendar-header {
  overflow: visible;
  padding: 4px 8px !important;
}
/* line 169, ../sass/component/_calendar.scss */
.callendar-header #calendar-title {
  display: inline-block;
  cursor: pointer;
}

/* line 175, ../sass/component/_calendar.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: " " !important;
  white-space: pre;
}

/* line 4, ../sass/component/_tabs.scss */
.tabs {
  /*border:1px solid $gray_xlight;*/
}
/* line 7, ../sass/component/_tabs.scss */
.tabs .tab-content .tab {
  background: #FFF;
  padding: 8px 16px 0 16px;
  min-height: 380px;
}
/* line 11, ../sass/component/_tabs.scss */
.tabs .tab-content .tab > .title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
/* line 20, ../sass/component/_tabs.scss */
.tabs .ui.secondary.pointing.menu .active.item {
  color: #0d374a;
  border-color: #0d374a;
}
/* line 24, ../sass/component/_tabs.scss */
.tabs.left {
  background-color: #13506d !important;
}
/* line 26, ../sass/component/_tabs.scss */
.tabs.left .tabular {
  border: 0;
  margin: 0;
  float: left;
  width: 80px;
}
/* line 31, ../sass/component/_tabs.scss */
.tabs.left .tabular .item {
  float: none;
  background-color: #165D7E;
  margin: 0 !important;
  margin-bottom: 1px !important;
  border: 0;
  padding: 20px 0;
  width: 80px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  font-size: 1.2em;
  display: inline-block;
}
/* line 46, ../sass/component/_tabs.scss */
.tabs.left .tabular .item i {
  box-shadow: none !important;
  color: #0d374a !important;
  background: #FFF !important;
}
/* line 51, ../sass/component/_tabs.scss */
.tabs.left .tabular .item:hover {
  cursor: pointer;
  background: #196a8f;
}
/* line 55, ../sass/component/_tabs.scss */
.tabs.left .tabular .item.active {
  background: white !important;
  position: relative;
  left: -4px;
  width: 84px;
  -moz-box-shadow: -2.5px 2px 2px 0px #0d374a;
  -webkit-box-shadow: -2.5px 2px 2px 0px #0d374a;
  box-shadow: -2.5px 2px 2px 0px #0d374a;
  top: -1px;
  border: 1px solid #0d374a;
  border-right: 0;
  -moz-border-radius: 2px 0 0 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px 0 0 2px !important;
}
/* line 65, ../sass/component/_tabs.scss */
.tabs.left .tabular .item.active i {
  color: #FFF !important;
  background: #0d374a !important;
}
/* line 72, ../sass/component/_tabs.scss */
.tabs.left .tab-content {
  margin-left: 80px;
}
/* line 74, ../sass/component/_tabs.scss */
.tabs.left .tab-content .tab.active {
  display: inline-block;
  width: 100%;
}

/* line 2, ../sass/component/_widgets.scss */
.widget-container #main-widgets, .widget-container #sub-widgets {
  -moz-box-shadow: 0 0 2px #d7d7d7;
  -webkit-box-shadow: 0 0 2px #d7d7d7;
  box-shadow: 0 0 2px #d7d7d7;
  border: 1px solid;
  border-color: #d7d7d7;
  background: #FFF;
  -moz-border-radius: 4px 4px 0 0 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px 4px 0 0 !important;
}
/* line 10, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div:first-child > *:first-child, .widget-container #sub-widgets > div:first-child > *:first-child {
  -moz-border-radius: 4px 4px 0 0 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px 4px 0 0 !important;
}
/* line 14, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header, .widget-container #sub-widgets > div > header {
  padding: 0 16px;
  background: #165D7E;
  border-bottom: 1px solid #13506d;
  color: #FFF;
  overflow: hidden;
  *zoom: 1;
}
/* line 20, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header h1, .widget-container #main-widgets > div > header h2, .widget-container #main-widgets > div > header h3, .widget-container #main-widgets > div > header h4, .widget-container #main-widgets > div > header h5, .widget-container #main-widgets > div > header h6, .widget-container #sub-widgets > div > header h1, .widget-container #sub-widgets > div > header h2, .widget-container #sub-widgets > div > header h3, .widget-container #sub-widgets > div > header h4, .widget-container #sub-widgets > div > header h5, .widget-container #sub-widgets > div > header h6 {
  font-size: 1em;
  float: left;
  padding: 8px 0;
  cursor: pointer;
}
/* line 26, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header nav, .widget-container #sub-widgets > div > header nav {
  float: right;
  padding: 5px 0 0 0;
}
/* line 29, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header nav .action, .widget-container #sub-widgets > div > header nav .action {
  display: inline-block;
  background: transparent;
  color: #FFF;
  padding: 2px 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 35, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header nav .action:hover, .widget-container #sub-widgets > div > header nav .action:hover {
  background: rgba(250, 250, 250, 0.2);
}
/* line 38, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > header nav .action .inverted, .widget-container #sub-widgets > div > header nav .action .inverted {
  color: #0d374a;
}
/* line 44, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body, .widget-container #main-widgets > div article.content, .widget-container #sub-widgets > div > .body, .widget-container #sub-widgets > div article.content {
  padding: 4px 16px;
}
/* line 46, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body.body, .widget-container #main-widgets > div article.content.body, .widget-container #sub-widgets > div > .body.body, .widget-container #sub-widgets > div article.content.body {
  border-bottom: 1px solid #BBB;
}
/* line 49, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body.form, .widget-container #main-widgets > div article.content.form, .widget-container #sub-widgets > div > .body.form, .widget-container #sub-widgets > div article.content.form {
  padding: 16px;
}
/* line 52, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body.profile, .widget-container #main-widgets > div article.content.profile, .widget-container #sub-widgets > div > .body.profile, .widget-container #sub-widgets > div article.content.profile {
  text-align: center;
}
/* line 54, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body.profile img, .widget-container #main-widgets > div article.content.profile img, .widget-container #sub-widgets > div > .body.profile img, .widget-container #sub-widgets > div article.content.profile img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 2px;
  border: 1px solid #888;
}
/* line 62, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .section-header, .widget-container #main-widgets > div article.content .section-header, .widget-container #sub-widgets > div > .body .section-header, .widget-container #sub-widgets > div article.content .section-header {
  border-bottom: 1px solid #BBB;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  color: #0d374a;
}
/* line 72, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .section-body i.toggle.on, .widget-container #main-widgets > div article.content .section-body i.toggle.on, .widget-container #sub-widgets > div > .body .section-body i.toggle.on, .widget-container #sub-widgets > div article.content .section-body i.toggle.on {
  /*color:$green;*/
  color: #449d44;
}
/* line 78, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .section-label, .widget-container #main-widgets > div article.content .section-label, .widget-container #sub-widgets > div > .body .section-label, .widget-container #sub-widgets > div article.content .section-label {
  text-align: right;
  color: #555;
  padding: 4px 16px;
}
/* line 83, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .section-value, .widget-container #main-widgets > div article.content .section-value, .widget-container #sub-widgets > div > .body .section-value, .widget-container #sub-widgets > div article.content .section-value {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px 16px;
}
/* line 87, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .section-value.tac .ui.image, .widget-container #main-widgets > div article.content .section-value.tac .ui.image, .widget-container #sub-widgets > div > .body .section-value.tac .ui.image, .widget-container #sub-widgets > div article.content .section-value.tac .ui.image {
  margin: auto;
}
/* line 94, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .encounter.active a, .widget-container #main-widgets > div article.content .encounter.active a, .widget-container #sub-widgets > div > .body .encounter.active a, .widget-container #sub-widgets > div article.content .encounter.active a {
  color: #555;
  cursor: default;
}
/* line 100, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div > .body .encounter.current a, .widget-container #main-widgets > div article.content .encounter.current a, .widget-container #sub-widgets > div > .body .encounter.current a, .widget-container #sub-widgets > div article.content .encounter.current a {
  font-weight: bold;
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 107, ../sass/component/_widgets.scss */
.widget-container #main-widgets > div .actions, .widget-container #sub-widgets > div .actions {
  text-align: right;
  padding: 0 16px 8px 0;
}

/* line 117, ../sass/component/_widgets.scss */
.documents {
  clear: both;
  min-height: 200px;
}
/* line 120, ../sass/component/_widgets.scss */
.documents .document {
  cursor: pointer;
  margin: 16px 32px;
  text-align: center;
  float: left;
  width: 112px;
  height: 124px;
  position: relative;
}
/* line 128, ../sass/component/_widgets.scss */
.documents .document h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 132px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  padding: 8px 0;
}
/* line 137, ../sass/component/_widgets.scss */
.documents .document button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  text-align: center;
  display: none;
}
/* line 144, ../sass/component/_widgets.scss */
.documents .document button i {
  width: 12px;
}
/* line 147, ../sass/component/_widgets.scss */
.documents .document button.edit {
  left: 16px;
}
/* line 150, ../sass/component/_widgets.scss */
.documents .document button.delete {
  right: 16px;
}
/* line 154, ../sass/component/_widgets.scss */
.documents .document img {
  width: 92px;
  height: 92px;
}
/* line 158, ../sass/component/_widgets.scss */
.documents .document .document-file-container {
  background-size: 92px 92px;
  width: 92px;
  height: 92px;
  margin: auto;
  position: relative;
}
/* line 164, ../sass/component/_widgets.scss */
.documents .document .document-file-container input {
  width: 92px;
  height: 92px;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

/* line 2, ../sass/component/_frames.scss */
#dp_photos .body {
  text-align: center;
  padding: 0 0 8px 0 !important;
}
/* line 5, ../sass/component/_frames.scss */
#dp_photos .body .grid {
  padding: 8px 0 0 0;
}
/* line 7, ../sass/component/_frames.scss */
#dp_photos .body .grid .photo {
  cursor: pointer;
  display: inline-block;
  padding: 0 8px;
}
/* line 11, ../sass/component/_frames.scss */
#dp_photos .body .grid .photo img {
  width: 100%;
  height: 100%;
  border: 1px solid #DDD;
  padding: 2px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

/* line 1, ../sass/component/_prescription.scss */
#main-prescription {
  padding: 0;
}
/* line 4, ../sass/component/_prescription.scss */
#main-prescription > header::after {
  display: table;
  clear: both;
  content: "";
}
/* line 9, ../sass/component/_prescription.scss */
#main-prescription > header h5 {
  text-align: left;
}
/* line 12, ../sass/component/_prescription.scss */
#main-prescription > header .action {
  background: transparent;
  color: #FFF;
  padding: 4px 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 17, ../sass/component/_prescription.scss */
#main-prescription > header .action:hover {
  background: rgba(250, 250, 250, 0.2);
}
/* line 20, ../sass/component/_prescription.scss */
#main-prescription > header .action .inverted {
  color: #0d374a;
}
/* line 25, ../sass/component/_prescription.scss */
#main-prescription .body {
  min-height: 400px;
}
/* line 27, ../sass/component/_prescription.scss */
#main-prescription .body ul.prescriptions {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 31, ../sass/component/_prescription.scss */
#main-prescription .body ul.prescriptions li {
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  padding: .5em;
  border: 1px solid #EFEFEF;
  color: #0092C3;
}
/* line 38, ../sass/component/_prescription.scss */
#main-prescription .body ul.prescriptions li.header {
  color: white;
  background: #0d374a;
  font-size: 1em;
  cursor: default;
}
/* line 44, ../sass/component/_prescription.scss */
#main-prescription .body ul.prescriptions li.selected {
  background: white;
  font-weight: bold;
  cursor: default;
  color: #555;
  font-size: 1em;
}
/* line 51, ../sass/component/_prescription.scss */
#main-prescription .body ul.prescriptions li.temp {
  background: white;
}
/* line 57, ../sass/component/_prescription.scss */
#main-prescription .body #prescription-content .header {
  background: #0d374a;
}
/* line 59, ../sass/component/_prescription.scss */
#main-prescription .body #prescription-content .header .action {
  background: transparent;
  color: #FFF;
  padding: 4px 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}
/* line 64, ../sass/component/_prescription.scss */
#main-prescription .body #prescription-content .header .action:hover {
  background: rgba(250, 250, 250, 0.2);
}
/* line 67, ../sass/component/_prescription.scss */
#main-prescription .body #prescription-content .header .action .inversed {
  color: #0d374a;
}
/* line 74, ../sass/component/_prescription.scss */
#main-prescription .body .table-drugs th, #main-prescription .body .table-drugs td {
  vertical-align: middle;
  padding: .25em;
}
/* line 79, ../sass/component/_prescription.scss */
#main-prescription .body .table-drugs td.pointer {
  cursor: pointer;
}
/* line 82, ../sass/component/_prescription.scss */
#main-prescription .body .table-drugs td .btn-link {
  color: #d9534f;
}
/* line 85, ../sass/component/_prescription.scss */
#main-prescription .body .table-drugs td .warning {
  color: #d5b81d;
}

/* line 93, ../sass/component/_prescription.scss */
.ui.grid > .column {
  padding: 4px !important;
}

/* line 3, ../sass/component/_modal.scss */
.ui.dimmer {
  position: relative !important;
}
/* line 6, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal header {
  padding: 8px;
  text-align: center;
  color: #FFF;
  background-color: #13506d;
  -moz-border-radius: 4px 4px 0 0 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px 4px 0 0 !important;
}
/* line 12, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal header h1 {
  padding: 8px 16px;
  font-size: 20px;
}
/* line 17, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal article.content {
  padding: 0 16px;
}
/* line 19, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal article.content > div:not(.tabs) {
  padding-top: 16px;
}
/* line 23, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal .actions {
  background: #f9fafb;
  padding: 16px;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
  -moz-border-radius: 0 0 4px 4px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 0 4px 4px !important;
}
/* line 29, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal .actions button {
  background-color: #21ba45;
  color: white;
}
/* line 34, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal.basic {
  text-align: center;
}
/* line 36, ../sass/component/_modal.scss */
.ui.dimmer .ui.modal.basic .actions {
  text-align: center;
  background: transparent;
}

/* line 3, ../sass/component/_dashboard.scss */
.dashboard-view {
  padding: 8px 16px;
}
/* line 5, ../sass/component/_dashboard.scss */
.dashboard-view .content {
  min-height: 470px;
  border: 1px solid #DDD;
  padding: 8px;
}
/* line 9, ../sass/component/_dashboard.scss */
.dashboard-view .content.mini {
  min-height: auto;
}
/* line 12, ../sass/component/_dashboard.scss */
.dashboard-view .content > header {
  padding: 0 16px;
  background: #165D7E;
  border-bottom: 1px solid #13506d;
  color: #FFF;
  overflow: hidden;
  *zoom: 1;
  -moz-border-radius: 4px 4px 0 0 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px 4px 0 0 !important;
}
/* line 19, ../sass/component/_dashboard.scss */
.dashboard-view .content > header h1, .dashboard-view .content > header h2, .dashboard-view .content > header h3, .dashboard-view .content > header h4, .dashboard-view .content > header h5, .dashboard-view .content > header h6 {
  font-size: 18px;
  float: left;
  padding: 8px 0;
  cursor: pointer;
}
/* line 25, ../sass/component/_dashboard.scss */
.dashboard-view .content > header nav {
  float: right;
  padding: 10px 0;
}
/* line 29, ../sass/component/_dashboard.scss */
.dashboard-view .content > header .action {
  background: transparent;
  color: #FFF;
  padding: 4px 8px;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border: none;
}
/* line 35, ../sass/component/_dashboard.scss */
.dashboard-view .content > header .action:hover {
  background: rgba(250, 250, 250, 0.2);
}
/* line 38, ../sass/component/_dashboard.scss */
.dashboard-view .content > header .action.active {
  background: rgba(250, 250, 250, 0.6);
  color: #0d374a;
  cursor: default;
}
/* line 43, ../sass/component/_dashboard.scss */
.dashboard-view .content > header .action .inversed {
  color: #0d374a;
}
/* line 48, ../sass/component/_dashboard.scss */
.dashboard-view .content table {
  display: none;
}
/* line 51, ../sass/component/_dashboard.scss */
.dashboard-view .content div.chart {
  /*display:none !important;*/
  width: 360px;
  height: 360px;
}
/* line 55, ../sass/component/_dashboard.scss */
.dashboard-view .content div.chart.show {
  /*display:block !important;*/
}

/* line 63, ../sass/component/_dashboard.scss */
.dash-box {
  border: 1px solid #EFEFEF;
  padding: 8px;
  margin: 8px 0;
}
/* line 67, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon {
  float: left;
  height: 54px;
  width: 54px;
  text-align: center;
  font-size: 30px;
  line-height: 54px;
  background: #33B5E5;
  border-radius: 100%;
}
/* line 75, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon.green {
  background: #99CC00;
}
/* line 76, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon.orange {
  background: #FFBB33;
}
/* line 77, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon.red {
  background: #FF4444;
}
/* line 78, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon.purple {
  background: #AA66CC;
}
/* line 80, ../sass/component/_dashboard.scss */
.dash-box .dash-box-icon i {
  color: white;
  margin: auto;
}
/* line 85, ../sass/component/_dashboard.scss */
.dash-box .dash-box-content {
  padding: 8px 8px 8px 0;
  margin-left: 90px;
}
/* line 88, ../sass/component/_dashboard.scss */
.dash-box .dash-box-content .dash-box-number {
  font-weight: 300;
  font-size: 21px;
  display: block;
}
/* line 93, ../sass/component/_dashboard.scss */
.dash-box .dash-box-content .dash-box-text {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

/* line 106, ../sass/component/_dashboard.scss */
.table .total td {
  background: rgba(153, 204, 0, 0.3);
  font-weight: bold;
}

/* line 113, ../sass/component/_dashboard.scss */
.fee-result {
  background: rgba(51, 181, 229, 0.3);
  font-weight: bold;
  font-size: 1.5em;
  padding: 8px 16px;
  text-align: center;
}

/* line 121, ../sass/component/_dashboard.scss */
.dashboard-fee-menu {
  text-align: center;
}
/* line 123, ../sass/component/_dashboard.scss */
.dashboard-fee-menu a {
  display: inline-block;
  margin: 0 8px 8px 8px;
}
/* line 126, ../sass/component/_dashboard.scss */
.dashboard-fee-menu a.active, .dashboard-fee-menu a.active:hover {
  color: #555;
  cursor: default;
  text-decoration: none;
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 138, ../sass/component/_dashboard.scss */
.dashboard_res .jumbotron .ui.grid > * {
  padding-left: 0;
}
/* line 140, ../sass/component/_dashboard.scss */
.dashboard_res .jumbotron .ui.grid > *.multiselect {
  width: 100%;
  margin-bottom: 8px;
}
/* line 143, ../sass/component/_dashboard.scss */
.dashboard_res .jumbotron .ui.grid > *.multiselect select, .dashboard_res .jumbotron .ui.grid > *.multiselect .ui.dropdown {
  width: 100%;
}

/* line 3, ../sass/component/_wl.scss */
.waiting-list .wl-table .wl-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 7, ../sass/component/_wl.scss */
.waiting-list .wl-table .wl-items .wl-item {
  border: 1px solid #FAFAFA;
  color: #555;
  padding: 16px;
}
/* line 11, ../sass/component/_wl.scss */
.waiting-list .wl-table .wl-items .wl-item a {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
}
/* line 15, ../sass/component/_wl.scss */
.waiting-list .wl-table .wl-items .wl-item .sort.icon {
  cursor: move;
}
/* line 21, ../sass/component/_wl.scss */
.waiting-list .wl-table .header {
  background: #165D7E !important;
  color: white !important;
  border-left: 1px solid #FAFAFA !important;
  padding: 8px 16px !important;
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 27, ../sass/component/_wl.scss */
.waiting-list .wl-table .header .provider {
  font-size: 1.2em;
  padding-top: 6px;
}
/* line 34, ../sass/component/_wl.scss */
.waiting-list .ui.compact.menu {
  min-height: initial;
  float: right;
}
/* line 37, ../sass/component/_wl.scss */
.waiting-list .ui.compact.menu .item {
  padding: 4px 8px;
}
/* line 42, ../sass/component/_wl.scss */
.waiting-list .count-updater {
  float: right;
}
/* line 44, ../sass/component/_wl.scss */
.waiting-list .count-updater input {
  width: 56px;
  padding: 4px 8px;
  height: 32px;
  text-align: right;
}
/* line 50, ../sass/component/_wl.scss */
.waiting-list .count-updater button {
  padding: 4px 8px;
  height: 32px;
}
/* line 53, ../sass/component/_wl.scss */
.waiting-list .count-updater button i {
  margin: 0 4px !important;
}

/* line 2, ../sass/component/_painmap.scss */
.painmap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: 1px dotted #444;
}
/* line 7, ../sass/component/_painmap.scss */
.painmap img {
  cursor: pointer;
  max-width: 520px;
  max-height: 520px;
}
/* line 12, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper {
  min-width: 300px;
  padding: 0;
}
/* line 15, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper .ui.form {
  padding: 8px 16px;
}
/* line 17, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper .ui.form input {
  margin-bottom: 8px;
}
/* line 20, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper .ui.form textarea {
  height: 4em;
}
/* line 24, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper .actions {
  background: #f9fafb;
  border-top: 1px solid #EEE;
  text-align: right;
  padding: 8px !important;
}
/* line 29, ../sass/component/_painmap.scss */
.painmap #popover_content_wrapper .actions button {
  margin-left: 4px;
}

/* line 35, ../sass/component/_painmap.scss */
.pmLgened {
  text-align: left;
}
/* line 37, ../sass/component/_painmap.scss */
.pmLgened .legendItem {
  margin-top: 4px;
}

/* line 42, ../sass/component/_painmap.scss */
.pmAnnotation {
  width: 20px;
  height: 20px;
  background: #C00000;
  border: 1px solid #FF4444;
  color: white;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
/* line 53, ../sass/component/_painmap.scss */
.pmAnnotation.map {
  cursor: pointer;
  position: absolute;
}

/* line 2, ../sass/_semantic.scss */
.ui.form .ui.grid {
  margin-bottom: 8px !important;
}
/* line 7, ../sass/_semantic.scss */
.ui.form .fields .field > label {
  font-size: 1em;
  width: 100%;
  padding-top: .9em;
}
/* line 11, ../sass/_semantic.scss */
.ui.form .fields .field > label.required {
  font-family: "Lato-bold", antic-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 14, ../sass/_semantic.scss */
.ui.form .fields .field > label.expBool {
  padding-top: .2em;
}
/* line 18, ../sass/_semantic.scss */
.ui.form .fields .field .selection.dropdown {
  width: 100%;
  margin: 0 !important;
}
/* line 22, ../sass/_semantic.scss */
.ui.form .fields .field .ui.calendar {
  width: 100%;
}
/* line 27, ../sass/_semantic.scss */
.ui.form .fields .field.icon.input > i.icon.warning.circle, .ui.form .fields .field .icon.input > i.icon.warning.circle {
  color: #CC0000;
}
/* line 30, ../sass/_semantic.scss */
.ui.form .fields .field.icon.input > i.icon.check, .ui.form .fields .field .icon.input > i.icon.check {
  color: #629200;
}
/* line 35, ../sass/_semantic.scss */
.ui.form .fields .field .unicity {
  display: none;
}
/* line 38, ../sass/_semantic.scss */
.ui.form .fields .field .ui.toggle.checkbox, .ui.form .fields .field.ui.toggle.checkbox {
  margin: 8px 0;
}
/* line 41, ../sass/_semantic.scss */
.ui.form .fields .field .ui.toggle.checkbox.field > label, .ui.form .fields .field.ui.toggle.checkbox.field > label {
  padding-top: 0 !important;
}
/* line 46, ../sass/_semantic.scss */
.ui.form .fields .field .ui.days.menu {
  display: inline-flex;
}
/* line 48, ../sass/_semantic.scss */
.ui.form .fields .field .ui.days.menu .item {
  cursor: pointer;
}
/* line 50, ../sass/_semantic.scss */
.ui.form .fields .field .ui.days.menu .item.active {
  background: rgba(22, 93, 126, 0.2);
}
/* line 56, ../sass/_semantic.scss */
.ui.form .fields.error_wrapper {
  display: none;
  margin-top: -6px;
}
/* line 59, ../sass/_semantic.scss */
.ui.form .fields.error_wrapper .ui.red.label, .ui.form .fields.error_wrapper .ui.red.labels .label {
  background-color: #FF4444 !important;
}
/* line 66, ../sass/_semantic.scss */
.ui.form .fields.required .field .checkbox:after {
  content: none !important;
}
/* line 69, ../sass/_semantic.scss */
.ui.form .fields.required .field .checkbox label {
  cursor: pointer;
  user-select: none;
}
/* line 78, ../sass/_semantic.scss */
.ui.form .ui.search .results {
  width: 100%;
  margin-top: 0;
  /*.message.empty{
  	display:none;
  }*/
}
/* line 80, ../sass/_semantic.scss */
.ui.form .ui.search .results .result {
  padding: .6em 1em;
}

/* line 90, ../sass/_semantic.scss */
body.ui.loading.segment {
  padding: 0;
  margin: 0;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 96, ../sass/_semantic.scss */
.ui.grid {
  margin: 0 !important;
}

/* line 100, ../sass/_semantic.scss */
.ui.mini.image {
  width: auto;
  height: auto;
  max-height: 35px;
}

/* line 101, ../sass/_semantic.scss */
.ui.tiny.image {
  width: auto;
  height: auto;
  max-height: 80px;
}

/* line 102, ../sass/_semantic.scss */
.ui.small.image {
  width: auto;
  height: auto;
  max-height: 150px;
}

/* line 103, ../sass/_semantic.scss */
.ui.medium.image {
  width: auto;
  height: auto;
  max-height: 300px;
}

/* line 104, ../sass/_semantic.scss */
.ui.large.image {
  width: auto;
  height: auto;
  max-height: 450px;
}

/* line 105, ../sass/_semantic.scss */
.ui.big.image {
  width: auto;
  height: auto;
  max-height: 600px;
}

/* line 107, ../sass/_semantic.scss */
.menu.transition.hidden {
  display: none !important;
}

/* line 113, ../sass/_semantic.scss */
.icon.circle.color-white {
  color: #FFF;
}
/* line 114, ../sass/_semantic.scss */
.icon.circle.color-blue {
  color: #0092C3;
}
/* line 115, ../sass/_semantic.scss */
.icon.circle.color-green {
  color: #629200;
}
/* line 116, ../sass/_semantic.scss */
.icon.circle.color-orange {
  color: #FF8800;
}
/* line 117, ../sass/_semantic.scss */
.icon.circle.color-red {
  color: #CC0000;
}
/* line 118, ../sass/_semantic.scss */
.icon.circle.color-purple {
  color: #9732CA;
}
/* line 119, ../sass/_semantic.scss */
.icon.circle.color-black {
  color: #000;
}
/* line 120, ../sass/_semantic.scss */
.icon.circle.color-gray {
  color: #888;
}
/* line 121, ../sass/_semantic.scss */
.icon.circle.color-yellow {
  color: #FFFF99;
}
/* line 122, ../sass/_semantic.scss */
.icon.circle.color-pink {
  color: #FF69B4;
}
/* line 123, ../sass/_semantic.scss */
.icon.circle.color-clinico {
  color: #165D7E;
}

/* line 127, ../sass/_semantic.scss */
.ui._positive.button {
  background-color: #21ba45 !important;
  color: #fff;
}

/* line 131, ../sass/_semantic.scss */
.ui._negative.button {
  background-color: #db2828 !important;
  color: #fff;
}

/* line 135, ../sass/_semantic.scss */
.positive-txt {
  /*color: #21ba45 !important;*/
}

/* line 136, ../sass/_semantic.scss */
.negative-txt {
  color: #db2828 !important;
}

/* line 137, ../sass/_semantic.scss */
.warning-txt {
  color: #FF8800 !important;
}
