/*
// Copyright (c) 2015, Planet Innovation
// 436 Elgar Road, Box Hill VIC 3128 Australia
// Phone: +61 3 9945 7510
//
// The copyright to the computer program(s) herein is the property of
// Planet Innovation, Australia.
// The program(s) may be used and/or copied only with the written permission
// of Planet Innovation or in accordance with the terms and conditions
// stipulated in the agreement/contract under which the program(s) have been
// supplied.
//
*/

.Top_Bar
{
    background : #58a528;
    height : 52px;
}

.Top_Bar_Logo
{
    position : absolute;
    left : 7px;
    top : 0px;
    width : inherit;
    height : 52px;
}

.Top_Bar_Login
{
    position : absolute;
    right : 0px;
    top : 0px;
    width : inherit;
    height : 52px;
}

.Top_Bar_Login img
{
    width: 52px;
    height: 52px;
}

.Icon_User
{
    float: left;
}
.Text_Bold
{
    font-family: Source Sans Pro Bold !important;
    display: inline-block;
    vertical-align: middle;
}
.Text_Title
{
    color: #285884;
    font-size: 25px;
}
.Text_User
{
    float: left;
    width: auto;
    height: 52px;
}

.User_Title
{
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.Top_Bar_Login a
{
    color: white !important;
    text-decoration: none !important;
    font-family: Source Sans Pro Light !important;
    font-size: 25px;
    line-height: 25px;
}

.Text_Main
{
    font-family: Source Sans Pro Light  !important;
    display: inline-block;
    vertical-align: middle;
}
.Text_Patient_Title
{
    position: absolute;
    left: 117px;
    top: 9px;
    height: 56px;
    width: 350px;
    color: #2f5387;
    float: left;
    font-size: 18px;
}
.Text_Patient_Title div
{
    height: inherit;
    vertical-align: top;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
}
.Title-Patient_Edit
{
    position: absolute;
    left: 72px;
    top: 12px;
	width : 44px;
	height : 44px;
}
.Title-Patient_Edit img
{
	width : 44px;
	height : 44px;
}
.Title-Patient_Data
{
    position : absolute ;
    float: right;
    text-align: left;
    width : 152px;
    word-wrap: break-word;
}
.Title-Patient_Data ul
{
    list-style-type: none;
    list-style-position: inside;
    padding-left:3px;
    margin-left:0;
}
.Title-Patient_Data ul li
{
    position: relative;
    font-family: Source Sans Pro Light  !important;
    color: #808080;
    font-size: 14px;
    transition: margin-bottom 1s ease-in;
}

.review_open .Wheel-Patient_Info-bottom #cnd-patient-personal-data ul li:nth-child(2),
.review_open .Wheel-Patient_Info-bottom #cnd-patient-personal-data ul li:nth-child(5)
.review_open .Wheel-Patient_Info-bottom #cnd-patient-personal-data ul li:nth-child(8) {
    margin-bottom: 8px;
    transition: margin-bottom 1s ease-in;
}

.Title-Patient_Data ul ul li
{
    position: relative;
    font-family: Source Sans Pro Light  !important;
    color: #0F3551;
    font-size: 18px;
    margin-left: -4px;
}

.Form_Block
{
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 85%;
    max-height: 85%;
}
.Form_Block .Banner
{
    float: left;
    width: 100%;
    height: 100px;
}
.Form_Block .Banner .Submit
{
    width: 36px;
    height: 36px;
    float: right;
    padding: 0px;
}
.Form_Block .Area
{
    position: absolute;
    top: 100px;
    min-height: 300px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.Group
{
    position: absolute;
    display:inline-block;
    margin: 20px;
    width: 20%;
}
.Group label
{
    float: left;
}
.Group input
{
    float: right;
}

.Announcement_User
{
    position: relative;
    left: 100px;
    height: 52px;
    top: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.Announcement_Block
{
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    align-self: center;
}

.doc-section {
    padding: 15px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logout-timer {
    display: none;
    width: 100%;
    text-align: center;
    font-family:'Source Sans Pro Light';
    font-size: 25px;
    color: white;
}

.logout-timer--visible {
    display: block;
}

.title-padding--no-back {
    padding-left: 72px;
}