/*
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:26:08 PM
    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: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.3333333333333%;
    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;
  }
}
/*
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: .36em .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: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.line {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}
.lines {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: white;
  border-radius: 2px;
  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: 4px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2px center;
}
.lines:before {
  top: 7px;
}
.lines:after {
  top: -7px;
}
.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: 8px;
}
.lines-button:hover .lines:after {
  top: -8px;
}
.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: .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: .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: .5rem !important;
}
.widget-chart2 .text-left {
  text-align: left !important;
}
.widget-chart2 .opacity-5 {
  opacity: .5 !important;
}
.widget-chart2 .pl-1,
.widget-chart2 .px-1 {
  padding-left: .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%;
}
@media only screen and (min-width: 1600px) {
  .xlg.col3 {
    width: 33%;
  }
}
body {
  min-width: 360px!important;
  /* this is the minimum supported resolution ...myLG G2 ;) */
}
table.responsive td,
table.responsive th {
  white-space: normal!important;
}
@media (max-width: 810px) {
  .modal-dialog {
    width: calc(100% - 20px) !important;
  }
}
@media screen and (max-width: 1796px) and (min-width: 1100px) {
  /*top menu*/
  .last_ekg_details .mini-box .box-icon {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  /*top menu*/
  .last_ekg_details .size-h3 {
    font-size: 18px!important;
  }
  .last_ekg_details .text-muted {
    font-size: 14px!important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  /*top menu*/
  .last_ekg_details {
    clear: both;
  }
  .last_ekg_details .col-xsm-12 {
    width: 100%;
  }
  .last_ekg_details.col-md-2 {
    width: 100%;
  }
  .ekg_row .col-md-5 {
    width: 50%;
  }
}
@media screen and (max-width: 1795px) {
  .ekg_row2 .col-md-6 {
    width: 100%;
  }
  #tabs .ekg_row2 .col-md-6 {
    width: 50%;
  }
  .ekg_row2 .col-md-6 {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1724px) {
  /*library*/
  .qactions > div {
    clear: none!important;
  }
  .qactions div:first-child {
    margin-left: 0px;
  }
}
@media screen and (max-height: 770px) {
  /*top menu*/
  .cic-logo {
    display: none;
  }
}
/*col-md-...*/
/* end col-md */
/* col-sm */
@media (max-width: 992px) {
  .page-dashboard .main-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/*end col-sm */
/* col-xs */
@media (max-width: 768px) {
  .page-dashboard .main-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/*end col-xs */
@media (max-width: 960px) {
  .version {
    display: none;
  }
}
/*# sourceMappingURL=resp.css.map */