#clientsNumber{
    cursor: pointer;
}

div.information{
    cursor: pointer;
    position: relative;
}

a.greenLastActivities {
    font-weight: bold !important;
    color: rgb(219,249,14) !important;
}

div#tableHeader, div#tableHeaderClient {
    display: block;
    float: left;
    width: 96.5%;
    margin-top: 20px;
    margin-left: 30px;
}

div#tableHeader img, div#tableHeaderClient img {
    cursor: pointer;
    display: none;
}

div#tableHeader div, div#tableHeaderClient div {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: normal;
    color: white;
}

div#tableHeader a, div#tableHeaderClient a {
    color: white;
}

div#tableHeader a:hover, div#tableHeaderClient a:hover {
    font-weight: bold !important;
    color: rgb(219,249,14) !important;
}

div.tableHeader, div.tableHeaderClient {
    color: white;
}

div#titlesDashboard div#tableHeader div, div#titlesDashboard div#tableHeaderClient div{
    display: block;
    float: right;
    width: 14%;
    height: 30px;
    color: rgb(111,135,141);
}

div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable{
    width:360px !important;
}

div#titlesDashboard div#tableHeader div.firstColumnName, div#titlesDashboard div#tableHeaderClient div.firstColumnName {
    float: left;
}

body {
    background-color: rgb(244,248,249);
    margin: 0;
    padding: 0;
}

div#main {
    float: left;
    width: 100%;
    min-height: 763px;
    background-color: rgb(244,248,249);
    position: relative;
}

div#main.login {
    float: left;
    width: 100%;
    min-height: 763px;
    background-image: url('../images/background.png');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}

div#forLogo {
    display: block;
    float: left;
    width: 100%;
    margin-top: 200px;
    height: 261px;
}

div#logo {
    display: block;
    width: 100%;
    height: 231px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

div#btns {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
}

div#btns div {
    display: block;
    margin: 0 auto;
    height: 45px;
    width: 700px;
}

input#user {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    border: 1px solid rgb(241,241,241);
    border-radius: 25px;
    text-align: center;
    background-color: rgb(241,241,241);
}

input {
    text-align: left;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 14.74px;
}

input:focus {
    border: 0;
    outline: 0;
}

input#password {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    text-align: center;
    border: 1px solid rgb(241,241,241);
    border-radius: 25px;
    margin-left: 20px;
    background-color: rgb(241,241,241);
}

button#loginBtn {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    border: 1px solid rgb(60,187,234);
    border-radius: 25px;
    margin-left: 20px;
    color: white;
    background-color: rgb(60,187,234);
    cursor: pointer;
}

button:focus {
    border: 0;
    outline: 0;
}

div#header {
    display: block;
    float: left;
    width: 100%;
    height: 70px;
    background-color: white;
}

div#logoText {
    display: block;
    float: left;
    background-image: url('../images/logo-text.png');
    background-repeat: no-repeat;
    width: 170px;
    height: 60px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 40px;
    cursor: pointer;
}

div#search {
    display: block;
    float: left;
    width: 45%;
    height: 44px;
    background-color: rgb(251,251,251);
    border: 1px solid rgb(251,251,251);
    border-radius: 25px;
    margin-top: 12px;
    font-family: 'Source Sans Pro';
    font-size: 18.35px;
    font-weight: 300;
}

button#searchImg {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background-position: left;
    margin-left: 20px;
    margin-top: 12px;
    background-color: rgb(251,251,251);
    border: 0;
}

button:focus {
    border: 0;
    outline: 0;
}

input#searchText {
    display: block;
    float: left;
    width: 80%;
    height: 44px;
    background-color: rgb(251,251,251);
    border: 1px solid rgb(251,251,251);
    border-radius: 25px;
    font-family: 'Source Sans Pro';
    font-size: 18.35px;
    font-weight: 300;
    color: rgb(94,140,152);
    margin-left: 20px;
}
input:focus {
    border: 0;
    outline: 0;
}

div#rightCorner {
    display: block;
    float: right;
    width: 405px;
    height: 70px;
    margin-right: 30px;
}

div#notifications {
    float: left;
    display: block;
    background-image: url('../images/bell.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 36px;
    margin-left: 40px;
    height: 36px;
    padding-top: 20px;
    position:relative;
}

div#notificationsNumber {
    display: block;
    position: absolute;
    z-index:5;
    width: 20px;
    height: 20px;
    background-color:rgb(68,188,232);
    color:white;
    border-radius: 50%;
    left:-13px;
    top:7px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    font-size: 10px;
    cursor: pointer;
}

ul#notificationsMenu{
    display:block;
    width:300px;
    height:0;
    position: absolute;
    z-index: 10;
    list-style-type:none;
    margin:0;
    padding:0;
    left: 0;
    top: 40px;
    overflow: hidden;
    background-color: rgb(68,188,232);
    border-radius: 20px;
}

ul#notificationsMenu.active{
    height:auto;
}

ul#notificationsMenu li{
    display:block;
    width:278px;
    min-height:25px;
    position: relative;
    text-align: left;
    list-style-type:none;
    margin:0;
    padding:0;
    border:1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: 600;
    padding:10px;
}

div#greeting {
    display: block;
    float: left;
    width: auto;
    height: 70px;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 300;
    color: rgb(68,188,232);
}

span#headerSpan {
    font-weight: 600;
}

div#user {
    float: left;
    display: block;
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: left;
    width: 38px;
    height: 60px;
    margin-left: 5px;
    margin-right: 0;
}

div#logout {
    display: block;
    float: left;
    width: auto;
    height: 70px;
    color: rgb(208,208,208);
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 5px;
    cursor: pointer;
}

div#patientsList {
    display: block;
    float: left;
    width: 100%;
    height: 110px;
    background-color: rgb(244,248,249);
    margin-bottom: 10px;
}

div#list {
    display: block;
    float: left;
}

div#left {
    display: block;
    float: left;
    width: 440px;
}


div#title {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 27.63px;
    font-weight: 600;
    color: rgb(230,103,202);
    padding-top: 30px;
    margin-left: 40px;
}

div#titleHeader {
    display: block;
    float: left;
    height: 115px;
    width: 400px;
    font-family: 'Source Sans Pro';
    font-size: 27.63px;
    font-weight: 600;
    color: rgb(230,103,202);
    padding-top: 34px;
    margin-left: 30px;
    line-height: 40px;
}

div#total {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 19.4px;
    font-weight: 300;
    color: rgb(42,182,233);
    margin-left: 23px;
    line-height: 40px;
}

span#dot {
    color: rgb(230,103,202);
}

div#secondTitleHeader {
    display: block;
    float: left;
    width: 400px;
}

span#lastActivities {
    font-weight: 300;
    font-size: 18.92px;
    color: rgb(111,135,141);
}

span#blueSpan {
    font-weight: 300;
    font-size: 19.4px;
    color: rgb(42,182,233);
}

span#number {
    font-weight: 600;
    font-size: 19.4px;
    color: rgb(230,103,202);
}

span#patientsName {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 21.11px;
    color: rgb(72,76,78);
}

div#datePhone {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    padding-top: 10px;
    font-size: 12.85px;
    font-weight: normal;
    color: rgb(118,136,145);
}

div#datePhone img {
    padding-left: 12px;

}

span.smallText {
    padding-left: 5px;
}

div#patient {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 19.4px;
    font-weight: 300;
    color: rgb(42,182,233);
    padding-top: 6px;
}

div#patient img {
    display: block;
    float: left;
    margin-right: 10px;
}

div#addNew {
    display: block;
    float: right;
    padding-top: 34px;
    margin-right: 30px;
    width: 227px;
    height: 45px;
}

div#mainClientinfo {
    display: block;
    float: left;
    width: 100%;
    min-height: 648px;
}

div.forBtns {
    display: block;
    float: left;
    width: 100%;
    margin-top: 60px;
}

div#forBtns {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

div#forBtnsBill {
    display: block;
    float: left;
    width: 96.5%;
    margin-bottom: 30px;
    margin-top: 30px;
}

div#forBtn1 {
    display: block;
    margin: 0 auto;
    width: 230px;
    margin-bottom: 10px;
    padding-bottom: 80px;
    margin-right: 15px;
}

div.forBtn1Info {
    display: block;
    float: left;
    width: 47%;
    margin-bottom: 10px;
    padding-bottom: 80px;
    padding-right: 15px;
}

div#forBtnsBill {
    display: block;
    margin: left;
    width: 82.6%;
    margin-bottom: 10px;
    padding-bottom: 80px;
}

div#forBtn2 {
    display: block;
    float: right;
    width: 230px;
    margin-bottom: 10px;
    padding-bottom: 80px;
}


div.forBtn2Info {
    display: block;
    float: left;
    width: 47%;
    margin-bottom: 10px;
    padding-bottom: 80px;
    padding-left: 15px;
}

div#twoBtns {
    display: block;
    margin: 0 auto;
    width: 520px;
}

div#forBtn1Exam {
    display: block;
    float: left;
    width: 98.5%;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 40px;
}

div#forBtn2Exam {
    display: block;
    float: left;
    width: 82.6%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    margin-top: 20px;
}

div#forBtn2Notes {
    display: none;
    float: left;
    width: 82.6%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    margin-left: 30px;
}

button.btns {
    display: block;
    margin: 0 auto;
    background-color: rgb(68,188,232);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 290px;
    height: 41px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    cursor: pointer;
}

input.btns {
    display: block;
    margin: 0 auto;
    background-color: rgb(68,188,232);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 225px;
    height: 40px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    cursor: pointer;
}

button#blueBtn {
    display: block;
    float: right;
    background-color: rgb(68,188,232);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 225px;
    height: 40px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    cursor: pointer;
}

a#exportEmails {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: rgb(68,188,232);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 225px;
    height: 40px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    line-height: 250%;
}

div.container{
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}

button#pinkBtn {
    display: block;
    float: left;
    background-color: rgb(230,103,202);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 225px;
    height: 40px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    cursor: pointer;
}

div.row {
    display: block;
    margin: 0 auto;
    width: 1260px;
    height: 62px;
}

div#addInformation {
    display: block;
    float: left;
    width: 100%;
    min-height: 648px;
}

div.forInput {
    display: block;
    float: left;
    background-color: white;
    border: 1px solid white;
    border-radius: 25px;
    width: 223px;
    height: 40px;
    color: rgb(46,46,46);
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    text-align: left;
    margin-left: 27px;
    margin-top: 5px;
    color: rgb(46,46,46);
}

div.forInput1 {
    display: block;
    float: left;
    background-color: white;
    border: 1px solid white;
    border-radius: 25px;
    width: 223px;
    height: 40px;
    color: rgb(46,46,46);
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    text-align: left;
    margin-top: 5px;
}

select#country.inputs{
    width: 215px;
    background-color: white;
    border: white;
    border-radius: 25px;
    margin-top: 10px;
    margin-left: 3px;
    color: grey;
    outline: none;
}

select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: grey;
}

select#city.inputs {
    width: 215px;
    background-color: white;
    border: white;
    border-radius: 25px;
    margin-top: 10px;
    margin-left: 3px;
    color: grey;
    outline: none;
}

input.inputs {
    display: block;
    margin: 0 auto;
    background-color: white;
    background-image: url('../images/user3.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid white;
    border-radius: 25px;
    width: 210px;
    height: 40px;
    color: grey;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: grey;
}
::-moz-placeholder { /* Firefox 19+ */
    color: grey;
}
:-ms-input-placeholder { /* IE 10+ */
    color: grey;
}
:-moz-placeholder { /* Firefox 18- */
    color: grey;
}

input.inputs1 {
    display: block;
    margin: 0 auto;
    background-color: white;
    background-image: url('../images/calender1.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid white;
    border-radius: 25px;
    width: 210px;
    height: 40px;
    color: grey;
}

button#addNewBtn {
    display: block;
    float: left;
    background-color: rgb(68,188,232);
    background-image: url('../images/user1.png');
    background-repeat: no-repeat;
    background-position: center left;
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 227px;
    height: 41px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    padding-left: 40px;
    cursor: pointer;
}

div#titlesMenu {
    display: block;
    float: left;
    width: 100%;
    height: 57px;
    background-color: rgb(68,188,232);
    margin-top: 10px;
}

div#titles {
    display: block;
    float: left;
    width: 100%;
    height: 57px;
    background-color: rgb(68,188,232);
    margin-top: 10px;
}

div#titlesDashboard {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
}

div.stripe {
    display: block;
    float: left;
    width: 3px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: bold;
}

span.stripes {
    color: rgb(72,76,78);
}

span#greenExamination {
    font-weight: bold;
    color: rgb(219,249,14);
}

span#greenInformation {
    font-weight: bold;
    color: rgb(219,249,14);
}

span#greenfinancies {
    font-weight: bold;
    color: rgb(219,249,14);
}

span#greenDocuments {
    font-weight: bold;
    color: rgb(219,249,14);
}
div#lastActivities {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    cursor: pointer;
}
div#basicInformation {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
    cursor: pointer;
}
div#documents {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}
div#financies {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
    cursor: pointer;
}

div#examination {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
    cursor: pointer;
}

div#remarks {
    display: block;
    float: left;
    width: 16%;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
    cursor: pointer;
}

div#table {
    display: block;
    float: left;
    width: 100%;
    min-height: 648px;
    margin-top: 10px;
}


div#documentsTitle {
    display: block;
    float: left;
    width: 96.5%;
    height: 27px;
    margin-top: 30px;
    margin-left: 30px;
}

div#documentsTitleFinancies {
    display: block;
    float: left;
    width: 96.5%;
    height: 27px;
    margin-top: 30px;
    margin-left: 30px;
}

div#documentsTitle2 {
    display: block;
    float: left;
    width: 96.5%;
    height: 27px;
    margin-top: 30px;
    margin-left: 30px;
}

div#documentsTitle1 {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 70%;
}

div#documentsTitle1Bills {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 60%;
}

div#documentsTitleExam {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 60%;
}

div#documentsTitleNotes {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 35%;
}

span#documentsSpan {
    font-weight: 300;
}

div#save {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 15%;
}

div#generated {
    display: block;
    float: right;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 35%;
}

div#generatedNotes {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 60%;
}

div#creationDate {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 15%;
}

div#creationDateBill {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 35%;
}

div#creationDate1 {
    display: block;
    float: right;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    width: 20%;
    text-align: center;
}

div#informationTitle {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 36px;
    font-weight: 300;
    color: rgb(72,76,78);
}

div#informationText1 {
    display: block;
    margin: 0 auto;
    width: 700px;
    height: auto;
    margin-top: 80px;
    font-family: 'Source Sans Pro';
    font-size: 14.94px;
    font-weight: 300;
    color: rgb(101,101,101);
}

div.informationTextWhite {
    display: block;
    margin: 0 auto;
    width: 340px;
    height: 70px;
    margin-top: 10px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(111,116,118);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

div.information2 {
    display: block;
    float: left;
    width: 35%;
    min-height: 495px;
    margin-top: 10px;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

div#information2 {
    display: block;
    float: left;
    width: 60%;
    height: auto;
    margin-top: 10px;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

div.informationText2 {
    display: block;
    float:left;
    width: 95%;
    height: 30px;
    margin-top: 5px;
    margin-left:5px;
    background-color: white;
    border: 1px solid white;
    border-style: hidden;
    border-radius: 5px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(70,70,70);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    position:relative;
    overflow: hidden;
}

div.informationText2Small {
    display: block;
    float:left;
    margin-left:5px;
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 5px;
    background-color: rgb(244,248,249);
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(70,70,70);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

span#titleSmall {
    display: block;
    float: right;
    font-family: 'Source Sans Pro';
    font-size: 11.42px;
    font-weight: 300;
    color: rgb(101,101,101);
}

div.notes {
    display: block;
    float: left;
    width: 1600px;
    min-height: 495px;
    margin-top: 10px;
    margin-left: 30px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

textarea.information1 {
    display: block;
    float: left;
    width: 98.5%;
    min-height: 295px;
    margin-top: 10px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

div#inputsExam {
    display: block;
    float: left;
    width: 98.5%;
    margin-top: 30px;
    text-align: left;
}

div#inputsExam input {
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
}

div.eachInput {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

input#first{
    width: 88%;
}

input#second{
    width: 86%;
}

input#third{
    width: 83%;
}

input#forth{
    width: 79%;
}

input#fifth{
    width: 74%;
}

div#firstTitle{
    display: block;
    float: left;
    width: 12%;
}

div#secondTitle{
    display: block;
    float: left;
    width: 14%;
}

div#thirdTitle{
    display: block;
    float: left;
    width: 17%;
}

div#forthTitle{
    display: block;
    float: left;
    width: 21%;
}

div#fifthTitle{
    display: block;
    float: left;
    width: 26%;
}

textarea.information1Notes {
    display: block;
    float: left;
    width: 100%;
    min-height: 495px;
    margin-top: 10px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

div.informationUpload {
    display: block;
    float: left;
    width: 96.5%;
    height: 62px;
    margin-top: 10px;
    margin-left: 30px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 10px;
    cursor: pointer;
    position:relative;
}

div.informationUpload:hover {
    background-color: rgb(232,244,249);
}

div#doc {
    display: block;
    float: left;
    width: 70%;
    height: 22px;
    padding-top: 20px;
}

span.description {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(72,76,78);
    padding-left: 10px;
}

div#doc img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    padding-left: 10px;
}

div.download {
    display: block;
    float: right;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 200;
    color: rgb(68,188,232);
    padding-top: 20px;
    text-align: center;
    width: 20%;
}

span.downloadDate {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 200;
    color: rgb(111,116,118);
}

div#button {
    display: block;
    margin: 0 auto;
    width: 227px;
    height: 41px;
    background-color: rgb(68,188,232);
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
}

div#button button {
    display: block;
    float: left;
    background-color: rgb(68,188,232);
    background-image: url('../images/button-img.png');
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid rgb(68,188,232);
    border-radius: 25px;
    border-style: hidden;
    width: 220px;
    height: 41px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 14.74px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
}

div#footer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: rgb(148,148,148);
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
}

span.regular {
    font-weight: normal;
}

span.blue {
    color: rgb(60,187,234);
}

span.green {
    color: rgb(114,220,28);
}

a {
    text-decoration: none;
    color: rgb(208,208,208);
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
}

div#price {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    padding-left: 790px;
    text-align: center;
    width: 150px;
}

div#priceFinancies {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 13.1px;
    font-weight: 600;
    color: rgb(111,135,141);
    text-align: center;
    width: 15%;
}

div.informationFinancies {
    display: block;
    float: left;
    width: 96.5%;
    height: 62px;
    margin-top: 10px;
    margin-left: 30px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 10px;
    cursor: pointer;
}

div.informationFinancies:hover {
    background-color: rgb(232,244,249);
}

div.clipboard {
    display: block;
    float: left;
    width: 70%;
    height: 40px;
    padding-top: 10px;
}

div.clipboard2 {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
}

div.clipboard Img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding-left: 10px;
}

img.clipboardImg {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding-left: 10px;
}

img.clipboardImgBill {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

div.descriptionTitle {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(72,76,78);
    padding-left: 10px;
    height: 40px;
    padding-top: 10px;
}

div.description {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(118,136,145);
    padding-left: 10px;
    height: 20px;
    padding-top: 13px;
}

div.clipboardMain {
    display: block;
    float: left;
    width: 970px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
}
div.clipboardMain Img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding-left: 10px;
}
div.descriptionTitleMain {
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(72,76,78);
    padding-left: 10px;
    height: 20px;
}

div.save {
    display: block;
    float: left;
    width: 15%;
    height: 22px;
    padding-top: 20px;
}

div.price {
    display: block;
    float: left;
    width: 150px;
    height: 22px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(111,116,118);
}

div.priceFinancies {
    display: block;
    float: left;
    width: 15%;
    height: 22px;
    padding-top: 20px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(111,116,118);
}

div.downloadDate {
    display: block;
    float: right;
    width: 15%;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(111,116,118);
    padding-top: 20px;

}

div.createdBy {
    display: block;
    float: left;
    width: 15%;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(111,116,118);
    padding-top: 20px;
}

div#name {
    display: block;
    float: left;
    width: auto;
    height: 30px;
    color: rgb(111,135,141);
}

div#birthDate {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

div#city {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

div#priceDashboard {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

div#totalPrice {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

div#date {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

div.information {
    display: block;
    float: left;
    width: 96.5%;
    height: 62px;
    margin-top: 10px;
    margin-left: 30px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 10px;
}

div.information:hover {
    background-color: rgb(232,244,249);
}

div.name {
    display: block;
    float: left;
    width: auto;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(72,76,78);
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
}

div.name img {
    display: block;
    float: left;
}

div.name div {
    display: block;
    float: left;
    padding-left: 5px;
}

span.name {
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(118,136,145);
}

div.birthDate {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}

div.city {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}

div.examination {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}

div.priceClienttag {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}
div.totalPrice {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}

div.date {
    display: block;
    float: right;
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: normal;
    color: rgb(111,116,118);
    width: 14%;
    text-align: center;
}

div.showPointer {
    cursor: pointer;
}

div#form {
    display: block;
    float : left;
    width: 60%;
}

div#formNotes {
    display: block;
    float : left;
    width: 35%;
}

input#inputTitle {
    display: block;
    float: left;
    width: 98.5%;
}

input#inputTitleNotes {
    display: block;
    float: left;
    width: 100%;
}

div#forInformationExam {
    display: block;
    float: right;
    width: 35%;
}

div#information2Exam {
    display: block;
    float: left;
    width: 82.6%;
    min-height: 495px;
    margin-top: 10px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

div#forInformationNotes {
    display: block;
    float: left;
    width: 60%;
}

div.information2Notes {
    display: block;
    float: left;
    width: 82.6%;
    min-height: 47px;
    margin-top: 10px;
    background-color: white;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    cursor: pointer;
}

div#boxes {
    display: block;
    float: left;
    width: 96.5%;
    margin-left: 30px;
}

div#boxesNotes {
    display: block;
    float: left;
    width: 100%;
}

#pdfContainter {
    display: none;
}

div.save img {
    display:block;
    float: left;
}

div.save img.saveToPDF, div.save img.saveToPDF3, div.save img.saveToPDF2 {
    margin-right:10px;
}

#listOfVisits{
    display:none;
}

div.forBoxes{
    display: block;
    float: left;
    width: 96.5%;
    margin-left: 30px;
}

div#containerBill{
    display: block;
    float: left;
    width: 100%;
}

div.myNoteToYou{
    width:100%;
    height:100%;
    char: 'I love you';
}

div.hidden{
    display: none !important;

}

div.priceBill{
    display: block;
    color: white;
    float: right;
    width: 30%;
}

input.priceBillInput{
    display: block;
    float: right;
    width: 100px;
    margin-right: 20px;
    border: 2px solid rgb(244,248,249);
    margin-top: 4px;
    text-align: center;
}

input.priceTitleInput{
    display: block;
    float: right;
    width: 300px;
    margin-right: 20px;
    border: 2px solid rgb(244,248,249);
    margin-top: 4px;
    text-align: center;
}

div#clipboard3 {
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    padding-top: 10px;
    padding-left: 10px;
}

div#information2Notes2{
    display: block;
    float: left;
    width: 82.6%;
    height: 3px;
    background-color: #666;
    border: 1px;
    border-style: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#descriptionTitleBill{
    display: block;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    color: rgb(72,76,78);
    padding-left: 10px;
    height: 40px;
    padding-top: 6px;
}

div#toTextArea {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    color: rgb(72,76,78);
}

div.toTextAreaClass {
    display: block;
    float: left;
    height: 40px;
    padding-top: 22px;
}

span.priceItem{
    display: block;
    float: right;
    padding-right: 10px;
    padding-top: 22px;
    font-size: 21px;
    color: rgb(230,103,202);
    font-weight: bold;
}

div#forBtnsBill1{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 40px;
}

div#forBtn2Bill{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 80px;
}

div.searchResultHeader{
    cursor: pointer;
}

img.deleteTemplate, img.deleteDocument, img.deleteActivity, img.deletePatient{
    display:block;
    width:20px;
    position: absolute;
    z-index:9;
    cursor: pointer;
    right:3px;
    top:3px;
}

img.editActivity{
    display:block;
    width:20px;
    position: absolute;
    z-index:9;
    cursor: pointer;
    right:26px;
    top:3px;
}

p#warning{
    display:block;
    float:left;
    padding:20px;
}

div#headerPdf {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Dosis', sans-serif;
}

div#headerPdf2 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

div#titleHeaderPdf {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-align: center;
}

div#titleHeaderPdf2 {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-align: center;
}

div#titleHeaderPdf span {
    font-size: 18px;
}

div#titleHeaderPdf2 span {
    font-size: 16px;
}

div#headerImgPdf {
    display: block;
    float: left;
    width: 100%;
    height: 410px;
}

div#headerImgPdf2 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

div#headerImgPdf Img {
    display: block;
    margin: 0 auto;
    width: 466px;
    height: 410px;
}

div#headerImgPdf2 Img {
    display: block;
    margin: 0 auto;
    width: 197px;
    height: auto;
}

div#mainHeaderPdf {
    display: block;
    margin: 0 auto;
    width: 82%;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    text-align: center;
}

div#mainHeaderPdf2 {
    display: block;
    margin: 0 auto;
    width: 65%;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
}

div#mainHeaderPdf span {
    color: rgb(60,187,234);
}

div#mainHeaderPdf2 span {
    color: rgb(60,187,234);
}

div#footerPdf {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    padding-top: 20px;
}

div#footerPdf2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
}

div#footerPdf span {
    color: rgb(60,187,234);
}

div#footerPdf2 span {
    color: rgb(60,187,234);
}

div#containerOfAjax {
    display: block;
    float: left;
    width: 100%;
}

div#titlePdf2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding-top: 80px;
    font-size: 32px;
}

div#title2Pdf2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

div#subtitlePdf2 {
    display: block;
    margin: 0 auto;
    width: 90%;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding-top: 70px;
    font-size: 16px;
}

div.informacijePdf {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 45px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-top: 20px;
    border-bottom-style: dotted;
}

div#mainPdf {
    display: block;
    float: left;
    width: 100%;
}

div#hidden {
    border-bottom-style: hidden;
}

div#hidden2 {
    border-bottom-style: hidden;
}

div#signature {
    display: block;
    float: left;
    width: 14%;
    height: 50px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-top: 20px;
    border-bottom-style: dotted;
    margin-left: 5%;
    margin-bottom: 60px;
}

.activityHeader {
    display: block;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    border-radius: 5px;
    border-style: hidden;
    background-color: rgb(68,188,232);
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    padding: 2px;
}

.activityHeader2 {
    display: block;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    border-radius: 5px;
    border-style: hidden;
    background-color: rgb(68,188,232);
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 23px;
    padding: 2px;
}

div.divDate {
    display: block;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    font-family: 'Dosis', sans-serif;
}

div.divDecs {
    display: block;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    font-family: 'Dosis', sans-serif;
    margin-top: 30px;
}

a.divLinks {
    display: block;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    font-family: 'Dosis', sans-serif;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    left:40%;
    top:40%;
    animation: spin 2s linear infinite;
    display:none;
}

div#delete {
    display: block;
    float: left;
    width: 130px;
    height: 30px;
    color: rgb(111,135,141);
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}