/* Minification failed. Returning unminified contents.
(252,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
(529,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
(534,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
(574,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@extend'
 */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

 

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/*.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}*/

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/*.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}*/

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}*/

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/*.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}*/

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 992px;
    }
}
/*================= General CSS ===============================*/
body {
    font-family: Montserrat;
    /*font-size:13px;*/
}

.fontBlack{
    font-weight:900;
}

.centerCard{
     display: table-cell;
vertical-align: middle;
margin: 0 auto;
}

/*Margin-Padding Class*/
.padTop-10{
    padding-top: 10px;
}
.padTop-20{
    padding-top: 20px;
}
.padTop-30{
    padding-top: 30px;
}
.padTop-50{
    padding-top: 50px;
}
.padTop-100{
    padding-top: 100px;
}
.pad-bot-30{
    padding-bottom: 30px;
}
.greenBtn {
    @extend .mdl-button;
    border-radius: 25px;
    min-width: 280px;
    color: white;
    background-color: #1dcc7a;
}

/*================= End General CSS ===========================*/

/*================= Card mobile ===============================*/
.setpwd-card-wide.mdl-card {
  width: 90%;
  margin: 0 auto;
  margin-top: -160px;
}
.mdl-card__title {
    margin: 0 auto;
    text-align:center;
    font-size:26px;
    font-weight:600;
    color: #313B4B;
}
.mdl-card__span-text {
color:#6B788E;
font-size: 14px; 
}

.snippet-set-pwd {
      color: #fff;
  	height: 354px;	
      min-width:375px;
  background: url('../../Images/login_img_bck.png') center / cover;
}

.mdl-card__mrLogo {
    background: url('../../Images/Logo_Medical_Revolution_white.svg') center no-repeat;
    padding-top: 200px;
    /*width: 124px;
    height: 98px;*/
}

.setpwd-card-wide > .mdl-card__menu {
  color: #fff;
}
.snippet-lateral-padding {
    width: 50%;
    display: table-cell;
vertical-align: middle;
margin: 0;
}
.snippet-group {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 84px;
}
.snippet-group .snippet-header {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.snippet-group .snippet-demos, .snippet-group .snippet-captions {
    display: table-row;
}
mdl-textfield{
    width: 200px;
}
.mdl-checkbox__input{
    font-size:16px;
}

.loginIcon{
    width:100px;
}

.no-decorated-link {
    color: #6B788E;
    text-decoration: none;
    border-bottom: 1px solid #6B788E;
}

.validation-message {
    font-family: 'Montserrat';
    color: red;
    font-size: 13px;
}

/*================= end Card mobile ===========================*/



/* pazienti CSS*/


.textInCircle {
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat';
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: #005FBD;
}

.centerElem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.patientName {
    font-weight: 600;
    color: #313B4B
}

.patientFrom {
    font-weight: normal;
    font-size: 12px;
    color: #6B788E;
}

.two-Text-Rows-table-column {
    display: table-cell;
    height: 100%;
    line-height: 14px;
    border: 1px solid red;
    font-family: 'Montserrat';
    font-size: 15px;
    padding-top: 10px;
}

.mainContainer {
    width: 100%;
    height: 100vh;
    margin: 0px;
    margin: 0;
    line-height: 50%;
    /*overflow: hidden;*/
}


.leftMenuContainer, .topBarContainer {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 200px;
    color: #fff;
    font-size: 30px;
}

.leftMenuContainer {
    /*float: left;*/
    width: 70px;
    height: 100%;
    background-color: #005FBD;
}

.bluSquareBox {
    float: left;
    background-color: #00458A;
    width: 69px;
    height: 69px;
}

.topBarContainer {
    /*display: block;*/
    /*float: right;*/
    width: 100%;
    height: 70px;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.18);
}

.topBarShadow {
    float: left;
    width: 100%;
    height: 30px;
}

.shadowStretched {
    width: 100%;
    height: 30px;
}

.PageTitleContainer {
    /*display: block;*/
    float: left;
    width: 980%;
    height: 60px;
    font-size: 26px;
    font-weight: 600;
    padding: 0px 20px 20px 20px;
    display: table;
}

.SearchBoxContainer {
    /*display: block;*/
    /*float: left;*/
    width: 98%;
    height: 36px;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 20px 10px 20px;
    display: table;
}

.newItemButton {
    width: 100%;
    border-radius: 25px;
    background: #1DCC7A;
    border-color: #1DCC7A;
}

.dataContainer {
    /*display: block;*/
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px 20px 20px 20px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}



/*.mdl-data-table {
    table-layout: fixed;
    width: 98%;
}*/

#the-table td, th {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* unrelated to responsive table css */
#the-table {
    margin-top: 24px;
}

.material-icons {
    vertical-align: -25%;
}

.mdl-data-table th, td {
    text-align: left !important;
    font-weight: normal;
    font-size: 13px;
}

.center {
    text-align: center;
}

.shadowedRow {
    height: 70px;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.05)
}

.the-layout__content {
    @extend .mdl-layout__content;
    margin-left: 90px;
}

.the-navigation__link {
    @extend .mdl-navigation__link;
    font-family: 'Montserrat';
    color: white;
    font-size: 14px;
    font-weight: normal;
    padding: 16px 18px;
}

/*.mdl-data-table th:first-of-type {
    width:20px;
}*/


.mdl-data-table {
    table-layout: fixed;
    width: 99%;
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 15px;
}

#my-table td, th {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* unrelated to responsive table css */
#my-table {
    margin-top: 24px;
}

.material-icons {
    vertical-align: -25%;
}


.theTable {
    @extend .mdl-data-table;
    /*
    border-collapse: separate;
    border: none;
    border-color: transparent;
    border-width: 0px;*/
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 15px;
}

/*******    BIO DIGITAL IFRAME      ******/
.embed-responsive-item {
    height: 100% !important;
}
 







