/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : anestis
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:38:28 PM
    Author     : anestis
*/
.card {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.mybox {
  float: left;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.mybox .title {
  font-size: 120%;
  color: #4d7496;
  font-weight: 600;
  float: left;
}
.mybox .title:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.mybox .extra {
  font-size: 80%;
  margin-left: 5px;
  margin-top: 3px;
  font-weight: normal;
  float: right;
}
.mybox .row2 {
  text-align: left;
  border: 1px solid #d8d8d8;
  color: #768796;
  background-color: #f6fbfd;
  padding: 10px;
}
.mybox .listActions {
  margin-top: 15px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.mybox .listActions .btn-group,
.mybox .listActions a:link {
  float: right;
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
  .mybox.rowof3:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mybox {
    /*&.rowof3:nth-child(3n+4){
            clear:none;
        }
        &.rowof3:nth-child(2n){
            clear:both;
        }*/
  }
  .mybox.rowof3:nth-child(2n+3) {
    clear: both;
  }
}
.mylist .listRow {
  padding: 6px 16px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.35);
}
.mylist .listRow:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.mylist .listRow .fieldLabel {
  margin-right: 5px;
  float: left;
  font-weight: bold;
}
.mylist .listRow .fieldValue {
  float: right;
}
.mylist .listRow .fieldValue span.label {
  margin-top: 0px;
  padding: 0.36em 0.8em;
}
.clearfix:after,
.cleafix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.deptSq {
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.deptSq.large {
  height: 29px;
  width: 29px;
  padding-top: 7px;
  font-size: 11px;
}
.deptWrapperSmall {
  position: absolute;
  width: 30px;
  height: 24px;
  overflow: hidden;
  z-index: 30;
  background-color: white;
}
.deptWrapperSmall .deptSqOpen {
  position: absolute;
  right: -7px;
  bottom: 3px;
}
.deptWrapperlarge {
  position: absolute;
  width: 70px;
  height: 93px;
  overflow: hidden;
  z-index: 30;
  background-color: white;
}
.deptWrapperlarge .deptSqOpen {
  position: absolute;
  right: -3px;
  bottom: 3px;
}
/* 3 lines to (X) */
.lines-button {
  display: inline-block;
  padding: 0px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 28px/7;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.line {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
}
.lines {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 28px;
  height: 28px/7;
  background: white;
  border-radius: 28px/14;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 28px/14 center;
}
.lines:before {
  top: 28px/4;
}
.lines:after {
  top: -28px/4;
}
.lines-button.x.close2 .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.lines-button.x.close2 .lines:before,
.lines-button.x.close2 .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 28px;
}
.lines-button.x.close2 .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close2 .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button:hover .lines:before {
  top: 28px/3.5;
}
.lines-button:hover .lines:after {
  top: -28px/3.5;
}
.widget-chart2 {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
  border-color: #3f6ad8 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 54, 126, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
  text-align: left !important;
}
.widget-chart2 .ml-auto,
.widget-chart2 .mx-auto {
  margin-left: auto !important;
}
.widget-chart2 .w-100 {
  width: 100%;
}
.widget-chart2 .widget-chart-flex {
  display: flex;
  align-items: baseline;
  align-content: center;
  margin-bottom: 0;
}
.widget-chart2 .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
  margin-left: 0;
}
.widget-chart2 .widget-chat-wrapper-outer {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex: 1;
  position: relative;
  z-index: 5;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content .widget-numbers {
  margin-left: 0;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}
.widget-chart2 .widget-chat-wrapper-outer .widget-chart-content .widget-numbers .widget-chart-flex {
  display: flex;
  align-items: baseline;
  align-content: center;
  margin-bottom: 0;
}
.widget-chart2 .circle-progress small {
  position: absolute;
  height: 100%;
  width: 100%;
  font-weight: bold;
  left: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 80%;
}
.widget-chart2 .circle-progress small .circle-progress small span {
  margin: 0 auto;
}
.widget-chart2 .opacity-5 {
  opacity: 0.5 !important;
}
.widget-chart2 .text-uppercase {
  text-transform: uppercase !important;
}
.widget-chart2 .fsize-4 {
  font-size: 2rem !important;
}
.widget-chart2 .align-items-center {
  align-items: center !important;
}
.widget-chart2 .pr-2,
.widget-chart2 .px-2 {
  padding-right: 0.5rem !important;
}
.widget-chart2 .text-left {
  text-align: left !important;
}
.widget-chart2 .opacity-5 {
  opacity: 0.5 !important;
}
.widget-chart2 .pl-1,
.widget-chart2 .px-1 {
  padding-left: 0.25rem !important;
}
/* end 3 lines to (X) */
/*
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 18px; 
    height: 18px; 
    margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
*/
.myrow {
  width: 100%;
  float: left;
}
.m-t-60 {
  margin-top: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-80 {
  margin-top: 80px;
}
m-80 {
  margin: 80px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
m-40 {
  margin: 40px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
m-20 {
  margin: 20px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
m-10 {
  margin: 10px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
m-5 {
  margin: 5px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
m-0 {
  margin: 0px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.m-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.m-t-10 {
  padding-top: 10px;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33.33%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2015, 5:54:15 PM
    Author     : anestis
*/
/* Colors */
/* fonts */
.bg-gray {
  background-color: #f3f3f3;
  color: #555;
}
@media only screen and (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-2 {
    width: 16.66666666%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xlg-1 {
    width: 12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.semipolar-spinner,
.semipolar-spinner * {
  box-sizing: border-box;
}
.semipolar-spinner {
  height: 65px;
  width: 65px;
  position: relative;
}
.semipolar-spinner .ring {
  border-radius: 50%;
  position: absolute;
  border: calc(65px * 0.05) solid transparent;
  /*border-top-color: #ff1d5e;
border-left-color: #ff1d5e;*/
  border-top-color: #fc0303;
  border-left-color: #fc0303;
  animation: semipolar-spinner-animation 2s infinite;
}
.semipolar-spinner .ring:nth-child(1) {
  height: calc(65px - 65px * 0.2 * 0);
  width: calc(65px - 65px * 0.2 * 0);
  top: calc(65px * 0.1 * 0);
  left: calc(65px * 0.1 * 0);
  animation-delay: calc(2000ms * 0.1 * 4);
  z-index: 5;
}
.semipolar-spinner .ring:nth-child(2) {
  height: calc(65px - 65px * 0.2 * 1);
  width: calc(65px - 65px * 0.2 * 1);
  top: calc(65px * 0.1 * 1);
  left: calc(65px * 0.1 * 1);
  animation-delay: calc(2000ms * 0.1 * 3);
  z-index: 4;
}
.semipolar-spinner .ring:nth-child(3) {
  height: calc(65px - 65px * 0.2 * 2);
  width: calc(65px - 65px * 0.2 * 2);
  top: calc(65px * 0.1 * 2);
  left: calc(65px * 0.1 * 2);
  animation-delay: calc(2000ms * 0.1 * 2);
  z-index: 3;
}
.semipolar-spinner .ring:nth-child(4) {
  height: calc(65px - 65px * 0.2 * 3);
  width: calc(65px - 65px * 0.2 * 3);
  top: calc(65px * 0.1 * 3);
  left: calc(65px * 0.1 * 3);
  animation-delay: calc(2000ms * 0.1 * 1);
  z-index: 2;
}
.semipolar-spinner .ring:nth-child(5) {
  height: calc(65px - 65px * 0.2 * 4);
  width: calc(65px - 65px * 0.2 * 4);
  top: calc(65px * 0.1 * 4);
  left: calc(65px * 0.1 * 4);
  animation-delay: calc(2000ms * 0.1 * 0);
  z-index: 1;
}
@keyframes semipolar-spinner-animation {
  50% {
    transform: rotate(360deg) scale(0.7);
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 Σεπ 2019, 9:37:47 μμ
    Author     : anestis
*/
.rounded-circle {
  border-radius: 50%!important;
  width: 29px;
  height: 29px;
}
.btn-outline-primary2 {
  color: #737373;
  border: 1px solid #737373;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-outline-primary2 i {
  color: #737373;
  font-size: 18px;
}
.btn-outline-primary2:hover {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-outline-primary2:hover i {
  color: #fff;
}
.btn-outline-success,
.btn-outline-edit,
.btn-outline-clone {
  color: #2196F3 !important;
  border: 1px solid #2196F3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px 6px;
  min-width: 29px;
  min-height: 29px;
  margin-right: 5px;
}
.btn-outline-success i,
.btn-outline-edit i,
.btn-outline-clone i {
  color: #2196F3 !important;
}
.btn-outline-success:hover,
.btn-outline-edit:hover,
.btn-outline-clone:hover {
  color: #fff !important;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-success:hover i,
.btn-outline-edit:hover i,
.btn-outline-clone:hover i {
  color: #fff !important;
}
.btn-outline-lock {
  color: #3276b1 !important;
  border: 1px solid #3276b1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px 6px;
  min-width: 29px;
  min-height: 29px;
  margin-right: 2px;
}
.btn-outline-lock i {
  color: #3276b1 !important;
}
.btn-outline-lock:hover {
  color: #fff !important;
  background-color: #3276b1;
  border-color: #3276b1;
}
.btn-outline-lock:hover i {
  color: #fff !important;
}
.btn-outline-danger,
.btn-outline-delete {
  color: #f35b5b !important;
  border: 1px solid #f35b5b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px 9px !important;
  margin-right: 5px;
}
.btn-outline-danger i,
.btn-outline-delete i {
  color: #f35b5b !important;
}
.btn-outline-danger:hover,
.btn-outline-delete:hover {
  color: #fff !important;
  background-color: #f35b5b !important;
  border-color: #fd3995;
}
.btn-outline-danger:hover i,
.btn-outline-delete:hover i {
  color: #fff !important;
}
.btn-outline-info {
  color: #2196f3 !important;
  border: 1px solid #2196f3;
}
.btn-outline-info i {
  color: #2196f3 !important;
}
.btn-outline-info:hover {
  color: #fff !important;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-info:hover i {
  color: #fff !important;
}
.btn-new {
  background-color: #2196F3 !important;
  color: white;
}
.btn-new:hover {
  color: #fff !important;
}
.btn-full-screen {
  background: #ffc241;
  margin-left: 0.3rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-full-screen:hover {
  opacity: 1;
  color: #212529;
}
.mr-2,
.mx-2 {
  margin-right: 30px!important;
}
.custom-switch {
  padding-left: 2.46875rem;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.19437rem;
  padding-left: 1.625rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type=checkbox]:checked + .custom-control-label,
input[type=radio]:checked + .custom-control-label {
  font-weight: 500;
}
.redControl .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #FFB1C1;
  background-color: #FF829D;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 120%;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2c699d;
  background-color: #3276b1;
}
.custom-switch .custom-control-label::before {
  left: -2.46875rem;
  width: 1.96875rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
  position: absolute;
  top: 0.03469rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 2px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.84375rem);
  transform: translateX(0.84375rem);
}
.custom-switch .custom-control-label::after {
  top: calc(.03469rem + 4px);
  left: calc(-2.46875rem + 4px);
  width: calc(1.125rem - 8px);
  height: calc(1.125rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5625rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-control-label::after {
  position: absolute;
  top: 0.03469rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: no-repeat 50%/0.5rem;
}
.headerActionsDropdown,
.actions .dropdown-menu {
  min-width: auto!important;
}
.ajaxContent table {
  border: 1px solid #e9e9e9;
}
.ajaxContent header {
  background: #fff !important;
  min-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px 4px 0 0;
  color: #333;
  padding-left: 10px;
  padding-right: 15px;
}
.ajaxContent header h2 {
  height: auto!important;
}
.ajaxContent th {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ajaxContent th .row2 {
  background-color: #FFE68E;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  line-height: 24px;
  border-right: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
  color: #737373;
  min-height: 49px;
}
.ajaxContent th .row1 {
  padding: 0.75rem;
  border-right: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
}
.ajaxContent .jarviswidget > div {
  padding: 7px 13px 0!important;
}
.ajaxContent table.dataTable thead i.sorting {
  background: none!important;
}
.ajaxContent input.textSearch,
.ajaxContent input.numberSearch,
.ajaxContent input .daterangeField {
  padding-left: 5px;
}
.ajaxContent table.dataTable thead > tr > th.hasinput {
  padding: 0px!important;
}
.ajaxContent table.dataTable thead .sorting_desc,
.ajaxContent table.dataTable thead .sorting_asc {
  background: none!important;
}
.dropdown-menu {
  padding: 0px;
  background-color: white!important;
}
.dropdown-menu > li > a {
  color: #4E361B;
}
.dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}
.dropdown-menu > li > a a {
  background-color: transparent!important;
  color: #4E361B !important;
}
.dropdown-menu > li.active,
.dropdown-menu > li.active:hover {
  background-color: #2196F3;
  color: #fff;
}
.dropdown-menu > li.active a,
.dropdown-menu > li.active:hover a {
  color: #fff !important;
  background-color: #2196F3 !important;
}
.dropdown-menu li {
  padding: 0px 0px;
  cursor: pointer;
}
.dropdown-menu li a {
  background-color: transparent!important;
  color: #4E361B !important;
}
/* actions menu on each record on tables */
.actions .dropdown-menu ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.actions .dropdown-menu a {
  padding: 3px 20px;
  font-size: 13px;
  margin-top: 0px;
  float: none;
  margin-right: 0px;
}
.actions .dropdown-menu a:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}
/* Spalten (show hide columns) menu on */
.columnButtonGroup .dropdown-menu li.active a,
.columnButtonGroup .dropdown-menu li a:hover {
  color: #737373 !important;
  background-color: #FFE68E !important;
  font-weight: bold;
}
.color-danger {
  color: #f35b5b;
}
.label-canceled,
.label-overdue,
.label-unexpected {
  background-color: #F44336;
}
.txt-color-canceled,
.txt-color-overdue {
  color: #F44336;
}
.label-completed,
.label-approved,
.label-paid {
  background-color: #4caf50;
  color: white;
}
.txt-color-completed,
.txt-color-paid {
  color: #4caf50;
}
.label-waiting,
.label-awaiting_payment,
.label-schedule {
  background-color: #ffeb3b;
  color: #595959;
}
.txt-color-waiting,
.txt-color-awaiting_payment {
  color: #ffeb3b;
}
.label-compose,
.label-creation {
  border: 1px solid #9f9f9f;
  background-color: white;
  color: #373737;
}
.txt-color-compose,
.txt-color-creation {
  color: white;
}
.label-active,
.label-partial_payment,
.label-denied {
  background-color: #ff9800;
}
.txt-color-active,
.txt-color-partial_payment {
  color: #ff9800;
}
.label-executed {
  background-color: #2196f3;
}
.txt-color-executed {
  color: #2196f3;
}
/*layout*/
html {
  font-size: 16px;
  /*this is used for rem sizing do not change easily */
  background: none!important;
}
html.smart-style-3 body {
  padding-bottom: 60px;
  background: none!important;
  background-color: #eaeaea !important;
}
th,
th a {
  text-transform: uppercase;
}
.page-toolbar h2 {
  text-transform: capitalize;
}
.editWrapper {
  padding-right: 20px;
}
/* actions menu */
.index h1,
.view h1 {
  float: left;
  margin-top: 0px;
}
div.actions {
  float: right;
  margin-bottom: 15px;
}
div.actions h2 {
  display: none;
}
div.actions ul {
  float: left;
}
table td.actions {
  white-space: nowrap;
}
div.actions li.btn {
  padding: 0px 0px;
  margin-left: 5px;
}
div.actions a:link {
  float: left;
  padding: 6px 12px;
}
.btn-success a:link,
.btn-success a:visited {
  color: white;
}
.firms .table tbody tr.partner td {
  background-color: #A3A3A3 !important;
}
/*Paginate*/
.pagination .current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination a:hover {
  text-decoration: none;
}
.paging-numbers {
  float: left;
}
.paging {
  float: right;
}
.pagination {
  margin: 0px;
}
#footer {
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
dt,
dd {
  height: 1.5em;
  margin-bottom: 5px;
}
dd {
  /*    border-bottom: 1px dotted #000;*/
}
#authMessage {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.page-signin #authMessage {
  margin: 15px;
  margin-top: 0px;
}
.centeredImage {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.app > .main-container:before {
  background-color: transparent!important;
}
.app > .main-container.questionnaireLayout:before {
  background: white;
}
.themebackground {
  width: 200px;
  height: 125px;
  margin-left: -20px;
}
.navbar {
  font-size: 16px;
}
.navbar-brand {
  font-size: 20px!important;
}
.navbar i,
.navbar span {
  padding-right: 5px;
}
.badge {
  padding-right: 6px !important;
}
.mini-box a {
  text-decoration: none;
}
.panel-default.panel-mini {
  padding: 0px;
}
.panel-mini .panel-body {
  padding: 0px;
}
.panel .panel-heading {
  text-transform: none!important;
  font-weight: bold;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.35 !important;
}
.disabled {
  opacity: 0.35 !important;
}
.btn.btn-antreas-small {
  background-color: #7e9ab2;
  border-color: #7693ac;
  color: #fff;
  border-radius: 0px;
  padding: 3px 6px !important;
}
.btn.btn-antreas-small:hover,
.btn.btn-antreas-small:focus,
.btn.btn-antreas-small:active,
.btn.btn-antreas-small .active {
  background-color: #557997;
  border-color: #106b5e;
  color: white;
}
div.actions .btn-antreas-small a:link,
div.actions .btn-antreas-small a:visited {
  padding: 0px 6px;
  color: #fff;
}
a.btn-danger,
a.btn-antreas-small,
a.btn-antreas-small:visited,
a.btn-warning {
  color: #fff;
  text-decoration: none;
}
.bg-antreas {
  background-color: #768796;
}
.btn.btn-antreas:hover,
.btn.btn-antreas:focus,
.btn.btn-antreas:active,
.btn.btn-antreas.active {
  background-color: #557997;
  border-color: #106b5e;
  color: white;
}
.btn-antreas {
  background-color: #7e9ab2;
  border-color: #7693ac;
  color: #fff;
}
a.btn-danger,
a.btn-antreas,
a.btn-antreas:visited,
a.btn-warning,
.btn-danger a {
  color: #fff;
}
.btn-antreas a:link,
.btn-antreas a:visited {
  color: #fff;
}
.btn-antreas.disabled,
.btn-antreas-small.disabled {
  background-color: #c9cccf;
  border-color: #c9cccf;
  color: #768796;
}
.bg-antreas {
  background-color: #768796;
}
.white {
  color: white;
}
.red {
  color: red;
}
.mobileWrapper {
  background-image: url("../img/mobile.png");
  background-position: center 0px !important;
  background-repeat: no-repeat;
  min-height: 1060px;
}
.tabletWrapper {
  background-image: url("../img/tablet2.png");
  background-position: center 0px !important;
  background-repeat: no-repeat;
  min-height: 1060px;
}
.pcWraper {
  background-image: url("../img/pc.png");
  background-position: center 25px !important;
  background-repeat: no-repeat;
  min-height: 1060px;
}
.closePreview {
  position: absolute;
  right: calc(50% - 591px);
  /*there must be spaces around the "-" */
  top: 10px;
  font-size: 40px;
  cursor: pointer;
  z-index: 30;
}
#modal-emailPreview .closePreview {
  right: 20px;
  top: 0px;
  right: calc(50% - 349px);
}
.tabletWrapper .closePreview {
  right: 20px;
  top: 0px;
  right: calc(50% - 393px);
}
.mobileWrapper .closePreview {
  right: 20px;
  top: 0px;
  right: calc(50% - 275px);
}
span.label {
  display: inline-block;
  margin-top: 5px;
}
.clickme {
  cursor: pointer;
}
td.actions a,
td.actions .btn-group {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.table > tbody > tr > td.actions {
  padding-top: 0px;
}
a.btn,
li.btn a:link {
  color: white;
}
.listActions a:link {
  float: right;
  margin-left: 5px;
}
.myrow {
  padding: 10px;
  padding-right: 20px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.searchWraperPlg {
  padding: 10px;
}
.contactDetails .message {
  min-height: 57px;
}
.contactDetails {
  /*background-color: #f6f6f6;*/
  padding: 27px;
  padding-top: 10px;
}
.contactDetails .mini-box .box-icon {
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 41px;
  margin: 0 10px 6px 0;
}
.contactDetails .mini-box .box-icon .fa {
  margin-top: 8px;
  position: relative;
  top: -3px;
}
.datetimeInfo {
  float: left;
}
#participantsIndex .mini-box,
#informations .mini-box {
  min-height: 20px;
  padding: 5px;
}
.notes .glyphicon.glyphicon-trash,
.notes .glyphicon.glyphicon-eye-open,
.notes .glyphicon.glyphicon-eye-close {
  cursor: pointer;
}
.noteContent {
  overflow: hidden;
  display: none;
  margin-bottom: 10px;
}
.contactDetails .panel.mini-box {
  margin-bottom: 12px;
}
.contactDetailsLeft {
  background-color: white;
}
.contactDetailsLeft {
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #7e9ab2;
  color: white;
  border-radius: 0.25em;
}
.img-circle {
  margin-top: 10px;
}
.searchWraperPlg .ui-select > select {
  margin: 2px 0px;
  padding: 7px 10px 7px 10px;
  min-width: 100px;
}
.searchWraperPlg .ui-select {
  margin-left: 5px;
  margin-right: 5px;
}
select {
  background-image: url("../img/select.png") !important;
  background-repeat: no-repeat;
  background-position: right;
}
select[multiple] {
  background-image: none!important;
  background-repeat: no-repeat;
  background-position: right;
}
.ui-select:after {
  border: 0px solid white!important;
}
.proposal.myrow {
  float: left;
  background-color: #f6fbfd;
  text-align: center;
  border: 1px solid #d8d8d8;
  color: #768796;
}
.proposal .col-sm-12 {
  text-align: left;
  padding-left: 0px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 30px;
  float: left;
}
.add form:after,
.edit form:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.add,
.edit {
  background-color: #f9f9f9;
}
.picedit_box {
  background-color: white;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: bold;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}
#modal-view-annoucement .closePreview {
  right: 12px!important;
  font-size: 22px!important;
  z-index: 30;
}
.page-signin #flashMessage {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-left: 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.page-signin #authMessage {
  display: none;
}
.noteContent {
  clear: both;
}
.badge-count {
  background-color: #00acec;
}
.fakeTableRow p {
  margin-bottom: 0px;
}
#filter_board_messages_modal .label,
#filter_departments_modal .label,
#filter_departments_ekg_modal .label {
  width: 100%;
  text-align: left;
  padding-left: 0px;
}
.highcharts-container span {
  white-space: normal!important;
}
.fwrapperButton {
  cursor: pointer;
}
.nopaddingleft {
  padding-left: 0px !important;
}
.nopaddingright {
  padding-right: 0px !important;
}
.callout.callout-info > .label {
  white-space: normal;
}
.index .panel-body {
  overflow: auto;
}
.searchForm .form-group:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.close {
  opacity: 1;
}
a.js-tabcollapse-panel-heading {
  min-width: 100%;
  display: inline-block;
}
.js-tabcollapse-panel-body {
  padding: 0px;
  border-top: 0px solid #e9e9e9;
}
.searchBar {
  margin-top: 3px;
}
.searchBar .filter {
  margin-right: 10px;
  margin-bottom: 0px;
}
.searchBar .filter input,
.searchBar .filter .bootstrap-switch {
  margin-left: 5px;
}
.searchBar .filter .form-control {
  height: 28px;
}
.portlet-title .tools .btn.btn-danger {
  background-color: transparent!important;
  border: 0px;
  color: red;
  vertical-align: top;
  line-height: 1;
  padding: 0px;
}
.portlet-title .tools .btn.btn-primary {
  background-color: transparent!important;
  border: 0px;
  color: #768796;
  vertical-align: top;
  line-height: 1;
  padding: 0px;
}
.portlet-title .tools .btn.btn-antreas {
  color: #768796;
  background-color: transparent!important;
  border: 0px;
  vertical-align: top;
  line-height: 1;
  padding: 0px;
}
.list-group-item .btn,
.curFiles .btn {
  margin-top: 3px!important;
}
.list-group-item .deleteFile,
.curFiles .deleteFile {
  float: right;
  color: red;
}
.fc-event-title {
  color: white!important;
}
.firms .ms-container .ms-list {
  height: 400px;
}
.page-bar {
  padding-left: 20px;
}
.theme-panel .theme-options .theme-option {
  color: #333;
  padding: 15px;
  border-top: 1px solid #eee;
  margin-top: 0px;
  margin-bottom: 0px;
}
.theme-panel .theme-options > span {
  display: inline-block;
  width: 230px;
  font-size: 14px;
  padding: 10px;
}
.theme-panel .theme-options .theme-option span {
  display: inline-block;
  width: 120px;
  font-size: 14px;
}
.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 46px;
}
.calendarWraper {
  padding-right: 0px;
}
.index {
  padding-left: 0px;
}
.portlet.listPortlet {
  border: 0px;
}
.portlet.listPortlet .portlet-body {
  padding: 0px!important;
}
.portlet.listPortlet .portlet-title {
  border-radius: 0px;
  border: 1px solid #ddd;
  border-bottom: 0px solid white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.portlet.listPortlet ul.list-group .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.curFiles > div:hover,
.list-group > li:hover {
  background: #f9f9f9;
}
.statusBar {
  margin-left: -14px;
  margin-right: -14px;
  margin-top: -20px;
  padding: 30px 30px;
  font-size: 16px;
  width: calc(100% + 28px);
  min-height: 52px;
  background-color: #ffd800;
}
.actionBar {
  background-color: #ff0000;
  margin-left: -14px;
  margin-right: -14px;
  padding: 30px 30px;
  font-size: 20px;
  width: calc(100% + 28px);
  min-height: 70px;
  color: white;
  text-align: center;
  cursor: pointer;
}
.invalid {
  color: red;
}
.loaderWrapper {
  min-height: 400px;
  padding-top: 100px;
  position: absolute;
  background-color: white;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.7;
}
.loader {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
.jarviswidget > header {
  height: 45px;
  padding-left: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.jarviswidget > header span,
.jarviswidget > header h2 {
  margin-top: 6px;
}
th .row1 .form-control {
  font-size: 12px;
}
.ajaxContent table {
  border: 1px solid #e9e9e9;
}
.ajaxContent header {
  background: #fff !important;
  min-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px 4px 0 0;
  color: #333;
  padding-left: 10px;
  padding-right: 15px;
}
.ajaxContent header h2 {
  height: auto!important;
}
.ajaxContent th {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ajaxContent th .row2 {
  background-color: #FFE68E;
  padding: 8px;
  line-height: 24px;
  border-right: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
  color: #737373;
  min-height: 49px;
}
.ajaxContent th .row1 {
  padding: 8px;
  border-right: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
}
.ajaxContent .jarviswidget > div {
  padding: 7px 13px 0!important;
}
.ajaxContent table.dataTable thead i.sorting {
  background: none!important;
}
.ajaxContent input.textSearch,
.ajaxContent input.numberSearch,
.ajaxContent input .daterangeField {
  padding-left: 5px;
}
.ajaxContent table.dataTable thead > tr > th.hasinput {
  padding: 0px!important;
}
.ajaxContent table.dataTable thead .sorting_desc,
.ajaxContent table.dataTable thead .sorting_asc {
  background: none!important;
}
/*# sourceMappingURL=style.css.map */