﻿
.login__row {
  height: 5rem;
  /*padding-top: 1rem;*/
  padding: 0 !important;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.login__icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}
.login__icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
    .login__icon.pass path {
        stroke-dasharray: 92.10662841796875;
        stroke-dashoffset: 92.10662841796875;
        -webkit-animation: animatePath 2s 0.5s forwards;
        -moz-animation: animatePath 2s 0.5s forwards;
        -o-animation: animatePath 2s 0.5s forwards;
        animation: animatePath 2s 0.5s forwards;
    }
.login__input {
  display: inline-block;
  width: 22rem;
  height: 100%;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  background: transparent;
  color: #0D0C0D;
}
.login__submit {
    position: relative;
 
    /*width: 60%;*/
    /*height: 35px;*/
    /*margin: 5rem 0 2.2rem;*/
    /*margin-top: 30px;
    color: rgba(255, 255, 255, 0.8);
    background: #F15a23;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;*/
   /* -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;*/
}


    .login__submit:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        /*border: 2px dotted #fff;*/
        border-radius: 50%;
        border-left: none;
        border-bottom: none;
        -webkit-animation: rotate 0.5s infinite linear;
        -moz-animation: rotate 0.5s infinite linear;
        -o-animation: rotate 0.5s infinite linear;
        animation: rotate 0.5s infinite linear;
        -webkit-transition: opacity 0.1s 0.4s;
        -moz-transition: opacity 0.1s 0.4s;
        -o-transition: opacity 0.1s 0.4s;
        transition: opacity 0.1s 0.4s;
        opacity: 0;
    }
    .login__submit.processing {
        /*width: 4rem !important;*/
        opacity : 0;
        font-size: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        /*color: transparent !important;*/
    }
.login__submit.processing:after {
  opacity: 1;
}
    .login__submit.success {
        -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
        -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
        -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
        transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
        -webkit-transform: scale(30);
        -ms-transform: scale(30);
        -moz-transform: scale(30);
        -o-transform: scale(30);
        transform: scale(30);
        opacity: 0.9;
    }
        .login__submit.success:after {
            -webkit-transition: opacity 0.1s 0s;
            -moz-transition: opacity 0.1s 0s;
            -o-transition: opacity 0.1s 0s;
            transition: opacity 0.1s 0s;
            opacity: 0;
        }


.ripple {
  position: absolute;
  /*width: 15rem;
  height: 15rem;
  margin-left: -7.5rem;
  margin-top: -7.5rem*/;

  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;

  /*background: rgba(0, 0, 0, 0.4);*/
  
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: animRipple 0.4s;
          animation: animRipple 0.4s;
  border-radius: 50%;
}

@-webkit-keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}












.login__row {
    height: 5rem;
    /*padding-top: 1rem;*/
    padding: 0 !important;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.login__icon {
    margin-bottom: -0.4rem;
    margin-right: 0.5rem;
}

    .login__icon.name path {
        stroke-dasharray: 73.50196075439453;
        stroke-dashoffset: 73.50196075439453;
        -webkit-animation: animatePath 2s 0.5s forwards;
        animation: animatePath 2s 0.5s forwards;
    }

    .login__icon.pass path {
        stroke-dasharray: 92.10662841796875;
        stroke-dashoffset: 92.10662841796875;
        -webkit-animation: animatePath 2s 0.5s forwards;
        -moz-animation: animatePath 2s 0.5s forwards;
        -o-animation: animatePath 2s 0.5s forwards;
        animation: animatePath 2s 0.5s forwards;
    }

.login__input {
    display: inline-block;
    width: 22rem;
    height: 100%;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    background: transparent;
    color: #0D0C0D;
}

.login__submit {
    position: relative;
    width: 60%;
    margin-bottom: 20px;
    height: 35px;
    /*margin: 5rem 0 2.2rem;*/
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.8);
    background: #F15a23;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;
    -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login__submitmed {
    background: #139eb1 !important;
}

.login__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    -webkit-animation: rotate 0.5s infinite linear;
    -moz-animation: rotate 0.5s infinite linear;
    -o-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;
    -webkit-transition: opacity 0.1s 0.4s;
    -moz-transition: opacity 0.1s 0.4s;
    -o-transition: opacity 0.1s 0.4s;
    transition: opacity 0.1s 0.4s;
    opacity: 0;
}

.login__submit.processing {
    width: 4rem;
    font-size: 0;
}

    .login__submit.processing:after {
        opacity: 1;
    }

.login__submit.success {
    -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -webkit-transform: scale(30);
    -ms-transform: scale(30);
    -moz-transform: scale(30);
    -o-transform: scale(30);
    transform: scale(30);
    opacity: 0.9;
}

    .login__submit.success:after {
        -webkit-transition: opacity 0.1s 0s;
        -moz-transition: opacity 0.1s 0s;
        -o-transition: opacity 0.1s 0s;
        transition: opacity 0.1s 0s;
        opacity: 0;
    }


.ripple {
    position: absolute;
    /*width: 15rem;
  height: 15rem;
  margin-left: -7.5rem;
  margin-top: -7.5rem*/;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: animRipple 0.4s;
    animation: animRipple 0.4s;
    border-radius: 50%;
}

@-webkit-keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}











/* -- Input styles ---------------------------------- */
.form-group {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    width: 80%;
    margin-left: 25px;
}

.input-group {
    position: relative;
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #999;
    outline: none;
    box-shadow: none;
}

/* -- label styles ---------------------------------- */
label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        font-size: 16px;
    }
}





.float-label {
    left: 10px;
    top: 7px;
    font-size: 12px;
    pointer-events: none;
}

/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 12px;
}


/* input colors ---- */

.form-control:focus {
    ~ label

{
    color: #03a9f4;
}

~ .form-bar:before, ~ .form-bar:after {
    background: #03a9f4;
}

}




.form-control:valid ~ .control-label {
}

/* help-block */
.form-group .help-block {
    position: absolute;
}

.help-block {
    color: #bdbdbd;
    // caption font-size: 12px;
    font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
    border: none;
    background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: inherit;
}

.input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-top: 16px;
    }

    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
        display: inline-block;
    }

    .input-group {
        width: auto;
    }
}

/* -- bar styles -------------------------------------- */
.form-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .form-bar:before, .form-bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .form-bar:before {
        left: 50%;
    }

    .form-bar:after {
        right: 50%;
    }

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*-- Checkbox --------------------------- */
// fork from http://codepen.io/jasonmayes/pen/wxtFr
/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/
.form-group.checkbox {
    margin-top: 20px;
}

.checkbox input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
}

.checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
}

.checkbox .chk-span {
    top: 0;
    border: 1px solid #5a5a5a;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 0 14px 14px 1px;
    outline-color: #eaeaea;
    padding: 0;
    position: relative;
    width: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

    .checkbox .chk-span.checked {
        top: -2px;
        border-left: 2px solid #03a9f4;
        border-bottom: 4px solid #03a9f4;
        border-top: 1px solid rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
        -webkit-transform: rotate(-45deg) scaleY(0.5);
        -moz-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
        -o-transform: rotate(-45deg) scaleY(0.5);
        transform: rotate(-45deg) scaleY(0.5);
    }

// Checkbox colors
.checkbox .chk-span.checked {
    border-left-color: #03a9f4;
    border-bottom-color: #03a9f4;
}




@media (min-width: 768px) {
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 5px;
    }
}





.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}


#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    box-shadow: none;
}

.modalcloseimgbtn {
    float: right;
    margin-top: 0;
    margin-right: 10px;
    width: 20px;
    height: auto;
}

.login__form {
    margin-top: -10px !important;
    text-align: center;
}

.labcontainer {
    position: fixed !important;
    max-width: 100%;
    height: 800px;
    width: 600px !important;
    left: calc(50% - 300px);
    top: calc(50% - 400px);
    /*background : green;*/
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 101;
    text-align: center !important;
}


    .labcontainer svg {
    }

svg {
    max-width: 100%;
    visibility: hidden;
}

.waitfading h4 {
    position: relative;
    top: 100px;
    text-transform: uppercase;
    color: #EA5924;
    font-size: 24px;
    text-align: center;
    -moz-animation: fadeIn 1s infinite alternate;
    -o-animation: fadeIn 1s infinite alternate;
    -webkit-animation: fadeIn 1s infinite alternate;
    animation: fadeIn 0.4s infinite alternate;
    margin-top: -300px;
}

@keyframes fadeIn {
    from {
        opacity: 0.35;
    }
}


.connectbutton {
    width: 194px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    transition: all linear 0.15s;
    cursor: pointer;
}

    .connectbutton:hover {
        -ms-transform: scale(1.05, 1.05); /* IE 9 */
        -webkit-transform: scale(1.05, 1.05); /* Safari */
        transform: scale(1.05, 1.05);
    }

.conpat {
    /*background: url(../images/Instrument-MicroscopeBG.png) center center no-repeat, url(../images/Instrument-Microscope.png) 10px center no-repeat, rgba(239, 65, 54,0.75);
    background-size: 300px, 24px;*/


    background: url(../images/respatientbutton.png) left top no-repeat;
}

.conmed {
    margin-left: 50px;
    background: url(../images/resmedecinbutton.png) left top no-repeat;
}



.logintable {
    height: 200px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 100px) !important;
    left: calc(50% - 200px) !important;
    background: red;
    background-color: red;
}

.loginwindow {
    width: 240px;
    overflow: hidden;
    background: white;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0;
}

}

.loginwindow1 {
    left: 0;
}

.loginwindow2 {
    right: 0;
}

.logintitle {
    background: url('../images/logoicon.png') no-repeat;
    height: 60px;
    background-size: 30px;
    background-position: left 15px;
    /* padding-left : 40px; */
    padding-top: 5px;
    /* margin-left : 30px; */
    color: #d9bd90;
    text-transform: uppercase;
    text-align: center;
    font-family: "open sans";
}

    .logintitle h3 {
        font-size: 16px !important;
    }

    .logintitle span {
        color: #948055;
    }

.logintitle2 {
    color: #0fa2d5 !important;
}


    .logintitle2 span {
        color: #0c6c8e !important;
    }

.boardholder {
    width: 100%;
    height: 100%;
    position: absolute;
}


.lginnerdivB {
    padding-top: 20px;
}