﻿@import 'https://fonts.googleapis.com/css?family=Lato:300,400';

body {
    font-family: 'Lato', sans-serif;
    letter-spacing:1px;
	font-size: 12px;
    color: #808080;
    background-color: #ffffff;
    margin: 0;
    padding:0;
    border:none;
}
html, body, #container { height: 100%; }
/*body > */#container { height: auto; min-height: 100vh; border:1px solid transparent;}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.strip{
    width:100%;
    height:35px;
    background-image:url(/img/header-strip.png);
    background-size:cover;
    position:fixed;
    top:0;
    z-index:20;
}
.gradient{
    content:' ' ;
    position:fixed;
    top:35px;
    float:left;
    width:100%;
	height:60px;
    z-index:-10;
    background: -moz-linear-gradient(#f5f5f5, #fff);
    background: -ms-linear-gradient(#f5f5f5, #fff);
    background: -o-linear-gradient(#f5f5f5, #fff);
    background: -webkit-linear-gradient(#f5f5f5, #fff);
}
.gradient{
    top:85px;
}

a {
	color: #d52b1e;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer{
	pointer-events:auto;
    width:98%;
    height:35px;
    background-image:url(/img/footer-signature.png);
    background-position:center right;
    background-size:200px auto;
    background-repeat:no-repeat;
    clear: both;
    position: relative;
    z-index: 10;
    xmargin-top: -35px;
	float:right;
	width:200px;
}
.hidden{
    display:none!important;
}
input[type=text], input[type=password], textarea, select {
    font-family: 'Lato', sans-serif;
    letter-spacing:1px;
    font-size: 20px;
    color:#808080;
    border: solid 1px #d4d4d4;
    margin: 0;
    padding: 5px 10px;
    border-radius:10px;
}
 
h1 {
    margin:0;
    font-size: 48px;
    color: #808080;
    font-weight:300;
    display:inline-block;
}


h1 a {
    color: #454545;
}

h2{
    font-size:27px;
    font-weight:400;
}
h4{
    font-size:13px;
    font-weight:400;
}
.half{
    width:50%;
    float:left;
}

.line {
    background-color: #cdcdcd;
    height: 1px;
    float:left;
    width:100%;
    margin:10px 0 20px 0 ;
    margin:10px 0 10px 0 ;
}

.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background: #efefef;
}

.disabled{
    cursor:default;
    color:#a5a1a1;
}

a.disabled:hover
{
    text-decoration:none;
}

:focus { outline: 0; }

select[disabled]
{
    background-color:white;
    font-weight:bold;
    font-size:15px;
    color:red;
    width:20px;
    border:solid 1px #efefef;
}

.select-code{
    padding:3px 0;
    width:40px!important;
}

.analysis-box{
    float:left;
    width:788px;
    margin:0 25px;
    background-color:#f7f7f7;
    padding:15px 40px;
    min-height:575px;
}
.analysis-box.pigmentation,
.analysis-box.wrinkles{
    padding:0 40px;
}

.analysis-box.results{
    background-color:#fff;
    width:100%;
}
.analysis-box.results h1{
    font-size:60px;
    font-weight:300;
    width:100%;
    text-align:center;
}
.analysis-box.results h2{
    font-size:26px;
    font-weight:300;
    width:100%;
    text-align:center;
}

.analysis-box .video-wrapper{
    margin:0 auto;
    width:640px;
    height:480px;
}
.analysis-box.pigmentation .video-wrapper,
.analysis-box.wrinkles .video-wrapper{
    margin:15px 75px 0 75px;
}
.analysis-box.pigmentation #checkbox-buttons1 .button-info,
.analysis-box.wrinkles #checkbox-buttons1 .button-info{
    top: 0;/*-120px;*/
    left: 40px;
}
.analysis-box.pigmentation .radio-buttons-wrapper label,
.analysis-box.wrinkles .radio-buttons-wrapper label{
    margin-right:0;
    margin-left:5px;
    height:0;
}

.item{
    font-size:16px;
    font-weight:300;
    color: #333333;
    float:left;
    width:100%;
}
.analysis-box.pigmentation .item.check-boxes-wrapper,
.analysis-box.wrinkles .item.check-boxes-wrapper{
    width:100px;
    margin-left: -40px;
}
.analysis-box.pigmentation .radio-buttons-wrapper img,
.analysis-box.wrinkles .radio-buttons-wrapper img{
    width:67.6px;
}
.analysis-box.pigmentation .radio-buttons-wrapper .box,
.analysis-box.wrinkles .radio-buttons-wrapper .box{
    width:110px;
}
.item .code{
    color:#d52b1e;
    border:2px solid #d52b1e;
    border-radius:30px;
    display:inline-block;
    text-align:center;
    line-height:30px;
    width:35px;
    height:35px;
    font-size:18px;
    font-weight:700;
    margin-left:10px;
}

.next-button{
    float:left;
    border:1px solid #d52b1e;
    width:60px;
    height:700px;
    display:block;
    background-image:url(/img/buttons/arrow-right-red.png);
    background-size:50%;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

.preview-wrapper{
    float:left;
    margin-right:25px;
    margin-top:25px;
}
.preview-wrapper:last-child{
    margin-right:0;
}
.preview-wrapper .preview-caption{
    width:100%;
    text-align:center;
}

.img-preview{
    background-color:#fff;
    background-image:url(/img/buttons/no-thumbnail.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:25% 25%;
    width:240px;
    height:180px;
}
.img-preview.disabled{
    background-color:#bfbfbf;
    opacity:0.3;
}

.content-container{
    width:1200px;
	margin: auto;
}

.page-title-wrapper{
    width:calc(100% - 300px);
    float:left;
    height:70px;
    margin-top:20px;
    padding-left:25px;
}
.patient-name-wrapper{
    width:200px;
    float:right;
    text-align:right;
}

.patient-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin:8px 0 12px 0;
}

.patient-name-wrapper a{
    font-size:13px;
    color:#bfbfbf;
    font-weight:700;
}

.button-info{
    background-image:url(/img/buttons/info-red.png);
    position:relative;
    top:7px;
    width:20px;
    height:20px;
    background-size:contain;
    display:block;
}
/*hydration*/

.hydration-block{
    width:235px;
    height:55px;
    font-size:35px;
    line-height:30px;
    font-weight:400;
    color:#fff;
    text-align:center;
}
.hydration-block.active{
}
.hydration-block span {
    border:3px solid transparent;
    border-radius:20px;
    display:inline-block;
    width:40px;
    height:40px;
    margin-top:5px;
}
.hydration-block.active span:after{
    display:block;
    position:absolute;
    content:' ';
    width: 0;
	height: 0;
    margin-left:11px;
    margin-top:2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #d52b1e;
}
#r1{
    background-color:#ffcccc;
}
#r2{
    background-color:#ff9999;
}
#r3{
    background-color:#ff6666;
}
#r4{
    background-color:#ff3333;
}
#r5{
    background-color:#ff0000;
}
#y1{
    background-color:#fff5cc;
}
#y2{
    background-color:#ffeb99;
}
#y3{
    background-color:#ffe066;
}
#y4{
    background-color:#ffd633;
}
#y5{
    background-color:#ffcc00;
}
#b1{
    background-color:#d6e0f5;
}
#b2{
    background-color:#adc2eb;
}
#b3{
    background-color:#85a3e0;
}
#b4{
    background-color:#5c85d6;
}
#b5{
    background-color:#3366cc;
}
.slider-wrapper{
    background-image:url(/img/slider-bg.png);
    width: 720px;
    height:80px;
    background-repeat:no-repeat;
    background-size: 100%;
    background-position:0 7px;
}
.ui-slider-handle.ui-state-default.ui-corner-all{
    border:none;
    background:#333!important;
    border-radius:20px;
}
#slider {
    border: none;
    background: none;
    color: #222222/
}

#slider .ui-slider-range.ui-widget-header.ui-slider-range-min{
    display:none;
}

/*pigmentation*/
.radio-buttons-wrapper img{
    width:130px;
    display:block;
    margin:10px auto;
}
.radio-buttons-wrapper .box {
    float: left;
    width: 175px;
}

#checkbox-buttons1 .button-info{
    top:-220px;
    left:80px;
    width:30px;
    height:30px;
}

.skin-code-wrapper{
    background-image:url(/img/skincode-bg.png);
    background-size:contain;
    background-repeat:no-repeat;
    height:75px;
    width:500px;
    margin:auto;
    padding:10px 45px;
    margin-bottom:60px;
}
.skin-code{
    display:block;
    float:left;
    color:#d52b1e;
    font-size:43px;
    font-family: Trebuchet MS;
}
.skin-code:after{
    content:'•';
}
.skin-code:last-child:after{
    content:'';
}


/* --- Header --- */

.header {
    height: 50px;
    position:fixed;
    background:#fff;
    top:35px;
    width:1200px;
    z-index:20;
}

.header a.logo {
    background: url(../img/logo.png) no-repeat left center;
    background-size:contain;
    width: 27px;
    height: 30px;
    margin-top:12px;
    float: left;
}

.header ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding-top: 18px;
    float: right;
}

.header li {
    margin: 0;
    padding: 0 15px 0 10px;
    display: inline;
    font-size:15px;
}

.header li a {
    color: #606060;
}
.header li a:hover{
    color: #e31f13;
    text-decoration:none;
}

/* --- Content --- */

.main-content{
    margin-top:85px;
}

.button {
    text-align: center;
    border:2px solid #808080;
    color: #808080;
    font-size:17px;
    line-height:24px;
    padding:6px 12px;
    display: inline-block;
    width:auto;
    border-radius:10px;
    margin:auto;
    text-transform:uppercase;
    font-weight:700;
}
.button.red{
    color:#d52b1e;
    border-color:#d52b1e;
}
.button.store{
    background-color:#d52b1e;
    border-color:#d52b1e;
    color:#fff;
}
.button.grey {
    background-color:#bfbfbf;
    border-color:#bfbfbf;
    color: #ffffff;
}
a.button:hover{
    text-decoration:none;
}
.form-buttons {
    text-align:center;
    width:100%;
    margin:30px 0;
}
.form-buttons.capture-buttons-wrapper .button {
    position: relative;
    top: -100px;
    z-index: 100;
    background-color: rgba(255,255,255,1);
    float: left;
    margin-left: 30px;
}
.login .form-buttons {
    text-align:center;
    width:auto;
    float:left;
    margin:0;
}
body.login {
    background-image:url(/img/login-page-bg.jpg);
    background-size:cover;
    background-position:center center;
    margin:0;
    height:100vh;
}
.login input[type=text], 
.login input[type=password], 
.login select{
    width:150px;
    margin-right:10px;
}

.form-buttons.confirm{
    font-size:20px;
}
.form-buttons.confirm a{
    color:#808080;
    text-decoration:underline;
    position:relative;
    top:3px;
}
.form-buttons .button{
    margin-right:10px;
}


/* --- Navigator --- */

.navigator {
    width: 250px;
    float: left;
}

.navigator .item {
    padding: 5px;
}

.navigator ul.menu {
    list-style: none;
    margin: 0;
    padding: 5px 40px;
    background-color:#f7f7f7;
}

.navigator ul.menu li {
    margin: 2px;
    padding: 0;
}
.navigator ul.menu > li > a {
    text-transform:uppercase;
}
.navigator ul.menu li a {
    font-size: 13px;
    font-weight: 700;
    padding: 5px;
    display: block;
}
.navigator ul.menu li.S2 a {
    color:#d52b1e;
}
.navigator ul.menu li.V a {
    color:#808080;
}
.navigator ul.menu li ul li a {
    color: #bfbfbf;
}
.navigator ul.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigator ul.menu ul li {
    margin-left: 15px;
}
.navigator ul.menu ul li a {
    padding: 0;
    color: #a5a1a1;
}
.navigator ul.menu li a[disabled="disabled"]:hover {
    text-decoration:none;
}
.navigator ul.menu li a[disabled="disabled"] {
    color:#bfbfbf;
}
.navigator ul.menu > li > a[disabled="disabled"] {
    color:#808080;
}

.div-treatments{
    width:100%;
    margin-top:15px;
    padding: 20px 40px;
    background-color:#f7f7f7;
}
.div-treatments a{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color:#808080;
    background-image:url(/img/buttons/warning.png);
    background-size:contain;
    background-repeat:no-repeat;
    padding-left:30px;
}
.button-small{
    display:inline-block;
    width:32px;
    height:32px;
    border-radius:4px;
    background-color:#bfbfbf;
    background-image:url(/img/buttons/plus.png);
    background-size:22px 22px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    position:relative;
    /*top:18px;*/
    left:15px;
}
.button-small.add{
    background-image:url(/img/buttons/plus.png);
}
.button-small.search{
    background-image:url(/img/buttons/search.png);
    top:8px;
    left:10px;
}
.button-analysis{
    width:40px;
    height:40px;
    background-size:contain;
    display:block;
    float:left;
    margin-bottom:10px;
}
.button-analysis.grid{
    background-image:url(/img/buttons/grid.png);
}
.button-analysis.scan{
    background-image:url(/img/buttons/scan.png);
}
.button-analysis.pores{
    width:80px;
}

.form-wrapper-title{
    width:100%;
    float:left;
    margin:10px 0 20px 0;
}
.form-item{
    float:left;
    width:100%;
    font-size:20px;
    margin:15px 0;
}

.form-label{
    float:left;
    width:200px;
}
.form-value{
    float:left;
    width:250px;
}
.form-value input,
.form-value select{
    width:100%!important;

}

.examiner-line{
    float:left;
    width:100%;
    margin:5px 0;
}

.examiner-name{
    float:left;
    width:200px;
}


/* --- Patients --- */
.patients-list-header{
    width:100%;
    height:90px;
}

.patients-list-header .patients-search-wrapper{
    display:block;
    float:right;
}
.patients-list-header .patients-search-wrapper input {
    margin-top:15px;
}

.patients-list .NoItem {
    padding: 10px;
}

.patients-list .patient-item {
    font-size:11px;
    text-transform:uppercase;
    min-height:25px;
    width:100%;
    float:left;
}
.patients-list .patient-item .session-item {
    width: 100%;
    float: left;
    margin-top:5px;
}
.patients-list .patient-item:nth-child(2n+1){
    background-color:#f7f7f7;
}
.patients-list .patient-item .patient-name{
    font-size:20px;
    text-transform:none;
    float:left;
    width:250px;
    padding:15px 15px;
}
a.patient-name{
    color:#808080;
}
.patients-list .patient-item .patient-data {
    width:120px;
    float:left;
    line-height:25px;
    background-size:20px 20px;
    background-position:5px center;
    background-repeat:no-repeat;
    padding-left:30px;
    margin-top:15px;
}
.patients-list .patient-item .patient-data.birth-date {
    background-image:url(/img/buttons/born.png);
}
.patients-list .patient-item .patient-data.sun-type{
    background-image:url(/img/buttons/sun.png);
}
.patients-list .patient-item .patient-data.gender{
    background-image:url(/img/buttons/gender.png);
}
.patients-list .patient-item .patient-data.registration{
    background-image:url(/img/buttons/registration.png);
}

.patients-list .patient-item .patient-birth-date {
    width:740px;
    float:left;
    line-height:25px;
    background-image:url(/img/buttons/born.png);
    background-size:20px 20px;
    background-position:5px center;
    background-repeat:no-repeat;
    padding-left:30px;
}

.patients-list .patient-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.patients-list .patient-item li {
    margin: 0;
    padding: 0;
    display: inline;
    font-size:15px;
    color:#606060;
}

.patients-list .patient-item .patient-sessions{
    width:100%;
    float:left;
    background:#fff;
    padding:20px 10px 20px 40px;
    border-top:1px solid #f7f7f7;
    text-transform:none;
}

.patients-list .patient-item .patient-sessions .session-data,
.patients-list .patient-item .patient-sessions .session-date{
    float:left;
    width:auto;
    margin-right:20px;
}
.patients-list .patient-item .patient-sessions .session-button a{
    float:right;
    width:auto;
    margin-left:20px;
    border:1px solid #f7f7f7;
    border-radius:5px;
    padding:3px 8px;
    color:inherit;
}
.patients-list .patient-item .patient-sessions .session-button a:hover{
    text-decoration:none;
}

.button-show-sessions{
    width:15px;
    height:15px;
    float:left;
    margin-top:20px;
    margin-left:10px;
    background-image:url(/img/buttons/arrow_down.png);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}
.button-show-sessions.open{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.button-delete {
    width:15px;
    height:15px;
    float:right;
    background-image:url(/img/buttons/trash-red.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}
.button-delete.patient{
    margin:20px 10px;
}
.button-add{
    width:15px;
    height:15px;
    float:right;
    background-image:url(/img/buttons/add-red.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.button-add.session{
    margin:20px 10px;
}
.button-add.examiner{
    display:block;
    float:left;
    margin-top:18px;
    margin-left:15px;
}

.patients-list .Sessions {
    display: none;
}

.patients-list .NoSession {
    margin: 5px 0 0 20px;
    padding: 0;
}


.patients-list .Session .Title {
    font-size: 12px;
}

.pagination {
    list-style: none;
    margin: 20px 0 0 30%;
    padding: 0;
    display: block;
    float: left;
}
.pagination li {
    margin: 0;
    padding: 0;
    display: inline;
}
.pagination li a{
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    padding: 0 5px;
}
.pagination li a:hover{
    text-decoration:none;
}
.pagination li.active a{
    color: #d52b1e;
}

.pagination-total{
    float:left;
    font-size:15px;
    margin-top:20px;
}

/* --- Login --- */

.login {
	margin-top: 50px;
}

.login .fields-wrapper{
    text-align:center;
}



.radio-buttons-wrapper{
    /*margin:15px 0;*/
    margin:5px 0;
    float:left;
    width:100%;
}
.radio-buttons-wrapper label{
    display:inline-block;
    margin-right:25px;
    margin-right:5px;
    font-size:16px;
}
/* https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes */

.control-group {
	display: inline-block;
	width: 200px;
	height: 210px;
	margin: 10px;
	padding: 30px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.control {
	font-size: 18px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	xbackground: #e6e6e6;
    border:1px solid #808080;
    border-radius:6px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}


/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #d52b1e;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #d52b1e;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 3px;
	left: 7px;
	width: 6px;
	height: 11px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}