﻿body {
    font-family: "Open Sans", sans-serif;
    color: #6D6F71;
    margin: 0;
    background-color: transparent;
    min-width:800px
}

h1, h2, h3, h4, h4, p, a, ul, li {
    font-family: "Open Sans", sans-serif;
}

a:hover {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

p {
    font-size: 12px;
}

ul, li{
    font-size: 12px;
}

input[type="text"], input[type="password"], select, textarea {
    padding: 8px;
    border: solid 1px grey;
    min-width: 200px;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
    font-size: 11px;
}

.flex{display:flex; flex-wrap:wrap;}
.between{  justify-content:space-between}
.start{justify-content:flex-start}
.end{justify-content:flex-end}
.top{align-items:top;}
.center{align-items:center;}
.col-75{width:74%;}
.col-50{width:49%;}
.col-33{width:32%;}
.col-25{width:24%;}
.col-15{width:14%;}

.header-row{color:white;  padding:10px; background-color:rgb(0,98,146)}

.content-row{padding:10px;}
.content-row:nth-child(odd){background-color:#eee;}

.action-button {padding:10px; border:solid 1px #e9458c; color:#e9458c; text-align:center; border-radius:4px; cursor:pointer;
    max-width:200px;
}

    .action-button:hover {color:white; background-color:#e9458c;
    }


md-checkbox, md-radio-button {
    font-size: 14px;
}

#agreement-blurb {
    background-color: White;
    padding: 25px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
}

#agreement-blurb p {
    font-size: 13px
}

#agreement-blurb ul li {
    font-size: 13px
}


header {
    /*width: 1280px;
    margin: 0 auto;*/
    overflow: hidden;
}

#header-contents {
    border-top: dotted 1px white !important;
    border-bottom: dotted 1px white !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
}

#header-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px
}

div.logged-in-header div#header-contents {
    border-top: dotted 1px white;
    border-bottom: dotted white;
}

#admin-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:20px;
}

#admin-navigation div {
    cursor: pointer;
    margin-right:25px;
    padding: 10px 0;
    display: flex;
}

#admin-navigation div:focus {
    outline: 0
}

#admin-navigation div.activated {
    border-bottom: 2px solid #006292;
    color: #006292
}

#admin-navigation i {
    margin-right:5px;
}


.header-border {
    width: 100%;
    height: 25px;
    background-image: url(/images/header-border.png);
    background-repeat: repeat-x;
    background-position: left;
    center;
}

#header-app {
    box-sizing: border-box;
}

#header-app-title {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.logged-in-header {
    background-color: rgba(0, 98, 146, 0.2);
}

#app-logo {
    display: block;
    float: left;
    max-height: 60px;
}

#papworth-logo {
    display: block;
    float: right;
    max-height: 60px;
}


.papworth_container {
    padding-bottom: 150px;
}

.teal-subheader {
    font-size: 20px;
    color: white;
}

#header-app-nav {
    overflow: hidden;
}

#app-title {
    font-size: 32px;
    padding: 15px;
    margin: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    float: left;
    padding-left: 0;
    color: white;
}

#app-title span {
    color: white;
}

footer {
    z-index: 1000;
}

#login-container{
    position:fixed; width:1100px; transform:translate(-50%,-50%); max-width:100%;
    background-color:white; border:solid 1px grey; left:50%; top:50%;
    background-image:url(/images/login-heart.png); background-position:right center; background-size: contain; background-repeat: no-repeat;
}

#login-heart-backdrop{position:absolute; right:0;}

#login-container h2{color:#006292}

#login-container img{max-width:200px}

#login-content{padding:25px;}

#login {
    background-color: rgba(156, 24, 80, 0.85);
    box-sizing: border-box;
    margin-top: 35px;
    border: solid 3px rgb(156, 24, 80);
    width:50%; max-width:400px;padding: 25px;
    box-sizing: border-box;
}

#login-controls{ }

#login-help-footer{background-color:#006292; padding:15px; margin-top:25px;}

#password-reset{}

.reset-input-container {margin-bottom:25px;}

.reset-input-container .ng-inactive{display:none;}

.reset-input-container input{margin-bottom:0!important;}

.reset-error-messages{padding:8px; font-size:12px; background-color:red; border-radius: 4px;color:white; margin-bottom:10px; margin-top:10px;}

#user-type {
    background-color: rgba(156, 24, 80, 0.85);
    padding: 25px;
    width: 55%;
    box-sizing: border-box;
    margin-top: 35px;
    overflow: hidden;
    margin-left: 30px;
    border: solid 3px rgb(156, 24, 80);
}

.user-type-text {
    color: white;
}

#user-type md-radio-button ._md-label {
    color: white;
}

#user-type md-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#user-type md-radio-button {
    width: 50%;
}


#login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login-bottom a {
    font-size: 11px;
    display: block;
    color: white;
}

#login div._md-label span {
    font-size: 12px;
}

#login-controls input {
    width: 100%;
    border: solid 1px rgb(156, 24, 80);
    margin-bottom: 25px;

}

#logged-in-controls {
    display: flex;
}

#logged-in-controls h3 {
    color: white;
    font-size: 18px;
    padding: 8px;
    padding-right: 25px;
    padding-left: 0;
    cursor: pointer;
}

#logged-in-controls h3 {
    border-right: solid 1px rgba(0, 98, 146, 0.2);
    margin-right: 25px;
}

#logged-in-controls h3:last-child {
    border-right: none
}

#logout-btn {
    color: #ADCCD0;
    cursor: pointer;
}


#edit-mode-btn {
    display: block;
    float: right;
    font-size: 28px;
    margin-top: 20px;
    cursor: pointer;
}

#edit-mode-btn span {
    font-weight: bold;
}

#edit-mode-btn:hover {
    color: #6D6F71;
}

.full-width {
    width: 100% !important;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}


#app_nav {
    overflow: hidden;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

#app_nav li {
    float: left;
    font-weight: bold;
    margin-right: 30px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    background-image: url(/images/nav-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}


#guides-popout {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1000;
    transform: translateX(90%);
    box-sizing: border-box;
    width: 400px;
    min-height:150px;
}

#guides-popout-button { /*background-color:#c53189; color:white; border-top-left-radius:10px; border-bottom-left-radius:10px; padding:5px; height:100px; width:40px; box-sizing:border-box;*/
    /*background-image:url(/images/guides-button.png);*/
    background-position: top left;
    background-repeat: no-repeat;
    width: 10%;
    cursor: pointer;
    outline: none;
    background-color: #e9458c;
    border-top-left-radius: 8px;
    min-height:150px;
}

#guides-popout-button h4 {
    color: white;
    transform: rotate(90deg);
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

#guides-popout-button a {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 8px;
    cursor: pointer;
}

#guides-popout-button img {
    transform: rotate(180deg);
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.slideGuidesLeft img {
    transform: rotate(0deg) !important;
}

#guides-list {
    list-style: none;
    background-color: #f7e8f0;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
}

#guides-list li {
    padding-left: 25px;
    border-bottom: dotted 1px #c53189;
    background-image: url(/images/pdf-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#guides-list li a {
    text-decoration: none;
    color: #6D6F71;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    max-width: 60%;
}

#project_dashboard {
    padding: 20px;
    box-sizing: border-box;
}


#tab-switch {
    border-bottom: solid 1px rgb(0, 98, 146);
    margin-top: 30px;
}

#tabs-container {
    display: flex;
    justify-content: flex-start;

}

.tab {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: rgba(0, 98, 146, 0.2);
    padding: 10px;
    margin-right: 5px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.selected-tab {
    color: white;
    background-color: rgba(0, 98, 146, 1);
}


/*--------- Personnel Section------------------------*/


#personnel-container {
    padding: 20px;
    box-sizing: border-box;
}

#personnel-list-container {
    padding: 10px;
    border: solid 1px rgb(0, 98, 146);
    margin-bottom: 25px;
}

#personnel-list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

#personnel-list li {
    width: 13%;
    margin-bottom: 15px;
    font-size: 11px;
}


/*---------------------------------------------------*/

/*---------Submission Section------------------------*/

#submission {
    padding: 20px;
    box-sizing: border-box;
}

#submission-box {
    padding: 10px;
    border: solid 1px rgb(0, 98, 146);
    margin-bottom: 25px;
}

#submission-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*---------------------------------------------------*/

.data-form input.ng-invalid, .data-form textarea.ng-invalid, .data-form select.ng-invalid {

}

.data-form-section.ng-invalid {

}

.data-form-section.ng-invalid a.next-step-arrow {
}

.ng-invalid-minlength {

}

#criteria-container {

}

#help-page {
    padding: 25px;
    width: 1280px;
    box-sizing: border-box;
    margin: 0 auto;
}

#help-page h4 {
    display: block;
    background-color: #18839B;
    margin: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    color: white;
}

#projects-container {
}

.admin-container {
    padding: 25px;
}

.instruction-text {
    margin-right: 50px;
    font-size: 14px; /*padding-left:20px; background-image:url(/images/exclaimation.png); background-position:left center; background-repeat:no-repeat;*/
}

.step-box {
    display: flex;
    align-items: center;
}

.step-heading {
    color: rgb(0, 98, 146);
    font-weight: normal;
}

#step-widget {
    display: flex;
    width: 140px;
    justify-content: space-between;
    margin-left: 50px;
    background-image: url(/images/step-line.png);
    background-position: left center;
    background-repeat: repeat-x;
}

.step-widget-disc {
    background-color: #dedfe0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

#step-widget div.selected_step {
    background-color: rgb(0, 98, 146);
}

#landing-arrows a.next-step-arrow {
    margin-bottom: 30px;
    margin-top: 30px;
}


#landing-arrows a.next-step-arrow {
    text-decoration: none;
}

#landing-arrows a.next-step-arrow:hover {
    text-decoration: none;
}

.next-step-arrow {
    display: flex;
    align-items: center;
    color: #6D6F71 !important;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;

}

.next-step-arrow i {
    font-size: 44px;
}

.next-step-arrow div.arrow {
    margin-right: 6px;
    background-color: rgba(0, 98, 146, 0.1);
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next-step-arrow span {
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
}

#preview-document-button {
    display: block;
    float: left;
    /*padding-left: 35px;
    background-image: url(/images/preview-icon.png);
    background-repeat: no-repeat;
    background-position-y: center;*/
    line-height: 35px;
    margin-right: 25px;
    text-decoration: none;
}

#period-container {

}

#division-container {
    padding: 0px 10px;
}


#type-container {

}

#hide-btn {
    display: block;
    text-align: right;
    color: white;
    background-color: #18839B;
    padding: 8px;
}


#categories-and-types {
    margin-top: 15px;
    display: flex;
    align-items: center
}

#find-projects-button {
    background-color: #C8DFE1;
    color: #6D6F71;
    font-size: 12px;
    cursor: pointer;
    padding: 8px;
    padding-left: 30px;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
    cursor:pointer;
}

.find-projects-button {
    background-color: rgba(0, 98, 146, 0.1);
    display: flex;
    color: #6D6F71 !important;
    align-item: center;
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px;
    cursor:pointer;
}

.find-projects-button:hover {
    background-color: rgba(0, 98, 146, 0.2);
}

.find-projects-button i {
    font-size: 20px;
    margin-right: 5px;
}

.find-projects-button span {
    font-size: 12px;
}

.filter-heading {
    padding: 10px;
    background-color: #eeefef;
    width: 200px;
    cursor: pointer;
    font-size: 12px;
}

#categories {
    background-color: #f7fafa;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0; /*position:relative;*/
}

.subcategory {
    padding-left: 15px;
}

#tags {
    float: right;
    background-color: #f7fafa;
    width: 48%;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
}

#categories:hover #categories-list {
    display: flex; flex-wrap:wrap;
}

.rpc-category-list-item {width:50%!important;   box-sizing: border-box;
}

.pd-category-list-item {width:100%!important;   box-sizing: border-box;
}

.filter-group:hover h4.filter-heading {
    background-color: rgba(0, 98, 146, 0.1);
}

#period-container:hover div#period-list {
    display: block;
}

#division-container:hover div#division-content {
    display: block;
}

#type-container:hover #type-content {
    display: block;
}

#classification-container:hover #classification-content {
    display: block;
}

#hospitals-container {
    margin-left: 10px;
    display: none;
}

#hospitals-list {
    display: none;
}

#hospitals-container:hover ul#hospitals-list {
    display: flex;
}

#hospitals-list li {
    width: 25%;
}

#period-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    background-color: #EEF2F4;
    padding: 15px;
    width: 450px;
}

#division-content {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    background-color: #EEF2F4;
    padding: 15px;
    width: 550px;
}

#hospitals-list {
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1000;
    background-color: #EEF2F4;
    padding: 15px;
    width: 500px;
    flex-wrap: wrap;
    -webkit-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
}

#type-content {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #EEF2F4;
    width: 700px;
    -webkit-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
}


#classification-content {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #EEF2F4;
    width: 700px;
    -webkit-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 35px -10px rgba(0, 0, 0, 0.35);
}

.classifications-tags {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.classifications-tags span{
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom:10px;
    background-color: #EEEFEF;
    border-radius: 10px;
}

.categories-list {
    list-style: none;
    padding-left: 10px;
    padding-top: 10px;
    display:flex;
    flex-wrap: wrap;

}

.tags-list {
    list-style: none;
    display : flex;
    padding: 0px;
    flex-wrap: wrap;
}


.categories-list li {
    width: 30%;
    padding-right:3%;
}

.categories-list li.section-header {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 12px;
    font-size: 12px;
}

.section-header {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 12px;
}

.categories-list md-checkbox {
    margin-bottom: 5px;
}

#type-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#type-list li {
    width: 50%;
}

#type-list li.section-header {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 12px;
    font-size: 12px;
}

#type-list md-checkbox {
    margin-bottom: 5px;
}

#classification-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#classification-list li {
    width: 50%;
}

#classification-list li.section-header {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 12px;
    font-size: 12px;
}

#classification-list md-checkbox {
    margin-bottom: 5px;
}

.droppable {
    background: #eef2f4;
    color: #6D6F71;
    padding: 100px 0;
    text-align: center;
    border-radius: 15px;
}

.droppable.dragover {
    background: #18839B;
    color: white
}

.message-droppable {
    background: #eef2f4;
    color: #6D6F71;
    padding: 50px 0;
    text-align: center;
    border-radius: 15px;
}

.message-droppable.dragover {
    background: #18839B;
    color: white
}

.follow-up-droppable{
    background: #eef2f4;
    color: #6D6F71;
    padding: 50px 0;
    text-align: center;
    border-radius: 15px;
}

.follow-up-droppable.dragover{
    background: #18839B;
    color: white
}

.edits-droppable {
    background: #eef2f4;
    color: #6D6F71;
    padding: 100px 0;
    text-align: center;
    border-radius: 15px;
}

.edits-droppable.dragover {
    background: #18839B;
    color: white
}

#project-sub-heading {
    background-color: #18839B;
    padding: 8px;
    color: white;
    overflow: hidden;
    min-height: 35px;
}

#project-sub-heading h4 {
    margin-top: 8px;
}

#quick-search-container {
    margin-left: 25px;
}

#quick-search-inp {
    border-color: rgb(0, 98, 146);
}

.sub-heading {
    display: block;
    float: left;
    color: white;
    display: block;
    margin: 0;
}


#user-details {
    float: right;
    padding: 15px;
}



.section_title {
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.data-table {

}

.data-table th {
    background-color: #a4b8a6;
    color: white;
    font-weight: bold;
    padding: 10px;

}

.data-table th a {
    cursor: pointer
}

.data-table td {
    padding: 10px;
    cursor: pointer;
}


.data-table tr:nth-child(odd) {
    background-color: #E5E7E5;
}

.data-table tr:hover {
    background-color: #428bca;
}

.data-table tr:hover td {
    color: white;
}

.add-new-button {
    display: block;
    border: solid 1px #a4b8a6;
    padding: 4px;
    background-image: url(/images/add-new-button.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: white;
    padding-left: 30px;
    width: 150px;
    box-sizing: border-box;
    background-color: #a4b8a6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.add-new-button:hover {
    text-decoration: none;
    color: white;
}

.fadein, .fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s;
}


.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {

    opacity: 1;
    display: block !important;
}


.slide-left {
    transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    margin-left: 0;
    width: auto;
}

.slide-left.ng-hide {
    margin-left: -370px;
    display: block !important;
}

.animate-hide {
    transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    opacity: 1;
    display: block !important;
}

.animate-hide.ng-hide {
    opacity: 0;
    /*display: block!important;*/
}

#landing-screen {
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}


#briefing-dashboard {
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}

#hospital-projects {
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}

#header-row div {
    display: flex;
    align-items: center;
}

#header-row div {
    background-color: rgb(156, 24, 80);
    color: white;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid white;
}

#header-row div:first-child {
    /*background-color: white;*/
    /*border: none;*/
    width: 10%;
}


#header-row div:first-child {
    width: 10%;
}

#header-row div:nth-child(2) {
    width: 10%;
}

#header-row div:nth-child(3) {
    width: 35%;
}

#header-row div:nth-child(4) {
    width: 25%;
}


#header-row div:nth-child(5) {
    width: 10%;
}


.listing-row {
    display: flex;
    width: 100%;
}

.listing-row div {
    padding: 10px;
    /*border: solid 1px #18839B;*/
    box-sizing: border-box;
    border-right: 1px solid rgba(156, 24, 80, 0.2);
}

.listing-row div:first-child {
    width: 10%;
}

.listing-row div:nth-child(6) {
    width: 10%;
}


.listing-row div:nth-child(2) {
    width: 10%;
}

.listing-row div:nth-child(3) {
    width: 35%;
}

.listing-row div:nth-child(4) {
    width: 25%;
}

.listing-row div:nth-child(5) {
    width: 10%;
}

.status-indicator {
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 15px;
}

.status-container {
    display: flex;
}

.pop-up-close {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100000000
}

.preview-icon {
    opacity: 0.5;
    cursor: pointer;
    color: rgb(156, 24, 80);
}

.preview-icon:hover {
    opacity: 1

}

#hospital-project-listing-sort-options {display:flex;
}

#hospital-project-grid-container {display:flex; flex-wrap:wrap; justify-content:space-between;
}

.hospital-project-listing-thumb {
    max-width: 50%;
}

.hospital-project-listing-thumb img{
    border: solid 1px #6D6F71;
    box-sizing: border-box;
    width: 100%;
}

.hospital-project-grid-item { 
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    color: #6D6F71;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px rgb(0, 98, 146);
}

.hospital-project-grid-item-content {
    display: flex;
    height: 100%;
}

.hospital-project-grid-item-details {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hospital-project-grid-item-details-top {
    box-sizing: border-box;
    height: 50%; padding-bottom:25px;
}

.hospital-project-grid-item-details-bottom {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
}

#hospital-project-lsitings-container div.listing-row:nth-child(even) {
    background-color: rgba(156, 24, 80, 0.1);
}


#hospital-selected-project-actions {
    border-top: dotted 2px rgba(0, 98, 146, 0.3);
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

#hospital-selected-project-actions div {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

#hospital-selected-project-actions div i {
    background-color: rgba(0, 98, 146, 0.3);
    padding: 10px;
    color: white;
}

#hospital-selected-project-actions a {
    display: block;
    padding: 10px;
    color: white;
    background-color: rgba(0, 98, 146, 0.3);
    margin-left: 5px;
    width: 150px;
    box-sizing: border-box;
}


#hospital-preview-document-button {
    border-top: dotted 2px rgba(0, 98, 146, 0.3);
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #6D6F71 !important;
    text-decoration: none!important;
}

#hospital-preview-document-button i {
    color: rgba(0, 98, 146, 1);
    margin-right: 5px;
}


#hospital-preview-document-button:hover {
    color: #6D6F71 !important;
}

#hospital-preview-document-button span:hover{
    text-decoration: underline;
}

#hospital-preview-document-button:visited {
    color: #6D6F71 !important;
}

.hospital-projects-detail-tab-title {
    background-color: rgba(0, 98, 146, 0.3);
    color: white;
    padding: 10px;
    width: 300px;
}

#hospital-projects-detail-container md-tabs-wrapper {
    display: none;
}

#approval-top-section {
    background-color: rgb(0, 98, 146);
    padding: 15px;
}

#approval-top-section md-checkbox {
    color: white
}

#approval-top-section p {
    color: white;
}

.approval-mid-section {
    padding: 15px;
    border: solid 1px rgba(0, 98, 146, 0.3);
}


.edit {
    border: solid 1px rgba(0, 98, 146, 0.3);
    padding: 10px;
    margin-bottom: 15px;
    width: 89%;
    box-sizing: border-box;
    box-sizing: border-box;
}

.edit-clarity {
    margin-left: 10%;
    border: solid 1px rgb(156, 24, 80);
}

#comparison-container {

}

#comparisons {

}

#briefing-details-container {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

#briefing-details {
    width: 73%;
    box-sizing: border-box;
}

#project-references {
    width: 25%;
    box-sizing: border-box;
    background-color: rgba(0, 98, 146, 0.1);
    border: solid 1px rgb(0, 98, 146);
    padding: 10px;
}

#project-references h4.reference-heading {
    color: white;
    padding: 10px;
    display: block;
    background-color: rgba(0, 98, 146, 0.3);
    margin-top: 0;
}

#briefing-container input.full-width {
    border: solid 1px rgb(0, 98, 146);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 11px;
}

#briefing-container textarea.full-width {
    border: solid 1px rgb(0, 98, 146);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 11px;
}

.required-input {
    border-left: solid 4px #db9705;
    padding-left: 2px;
    margin-bottom: 20px;
}

.input-block {
    border: solid 1px rgba(0, 98, 146, 0.8);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;

}

#requirements-list {display:flex; flex-wrap:wrap; justify-content:space-between;
}

.requirements-element {
    padding: 20px 0;
    border-bottom: 1px solid grey;
}


.add-requirements-button {
    width: fit-content;
    padding: 10px 20px;
    background-color: rgba(0,98,146,0.3);
    color: white;
    cursor: pointer;
    margin: 30px 0px;
}

.delete-requirements-button {
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid rgba(0,98,146,0.3);
    color: rgba(0,98,146,0.3)
    cursor: pointer;
}

.add-requirements-button:hover, .delete-requirements-button:hover {
    opacity: 0.8;
}


.radio-list {display:flex; flex-wrap:wrap; justify-content:space-between;
}

    .radio-list md-radio-button {width:33%;
    }

        .radio-list md-radio-button span {font-size:11px;
        }

#print-management md-radio-button span {font-size:11px;
}

.segment-checkbox {
}

.segment-tooltip {
    display: none;
    text-align: center;
    padding: 10px;
    border: solid 1px grey;
    position: absolute;
    z-index: 1000000;
    background-color: white;
    -webkit-box-shadow: 10px 10px 54px -34px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 54px -34px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 54px -34px rgba(0, 0, 0, 0.75);
    width: 250px


}

.segment-checkbox:hover div.segment-tooltip {
    display: block;
}


.fck-title {
    display: block;
    box-sizing: border-box;
    color: gray;
    padding: 6px;
    border: solid 1px #18839B;
    border-bottom: none;
    margin-bottom: 0;
    background-color: #f4f4f4;
}

#projects-comparison-list {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#projects-comparison-list li {
    width: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
}

#projects-comparison-list li:hover {
}

.project-comparison-thumb {
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blurred {
    opacity: 0.2;
}

/*.blurred {-webkit-filter: blur(5px) grayscale(100%);
-moz-filter: blur(5px) grayscale(100%);
-o-filter: blur(5px) grayscale(100%);
-ms-filter: blur(5px) grayscale(100%);
filter: blur(5px) grayscale(100%);*/
}

.drop-shadow {
    /*-webkit-box-shadow: 10px 10px 54px -34px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 54px -34px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 54px -34px rgba(0,0,0,0.75);*/
}


#briefing-container {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #f7fafa;
}

#project-message table {
    width: 100%;
}


#project-message table td:nth-child(2n) {
    width: 75%;
}

#brief-instructions {
    min-height: 250px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#hospital-projects-detail-container {
    background-color: #f7fafa;
    width: 80%;
    height: 80%;
    position: fixed;
    left: 10%;
    top: 10%;
    border: solid 3px rgba(0, 98, 146, 1);
    z-index: 1000;
    box-sizing: border-box;
    padding: 15px;
    overflow: auto;
}

#hospital-projects-detail {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
}

#hospital-projects-detail h2.last-modfied {
    border-top: dotted 2px rgba(0, 98, 146, 0.3);
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}


#clarity_ref {
    color: rgba(0, 98, 146, 0.3);
    font-size: 24px;
    text-transform: uppercase;
}

#hospital-project-detail-content {
    box-sizing: border-box;
    width: 100%;
}

#hospital-project-detail-thumb {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
}

#hospital-project-detail-thumb a {
    width: 100%;
    display: block;
}

#hospital-project-detail-thumb img {
    max-width: 100%;
}

#hospital-project-detail-contact {
    width: 50%;
    box-sizing: border-box;
}

#hospital-assign-cats-container {
    position: relative;
}

.scroll-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    cursor: pointer;
}

#hospital-view-categories-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /*max-height: 300px;
    overflow: hidden;*/
    margin-top: 0;
    margin-bottom: 0;
}

#hospital-view-categories-list li {
    width: 20%;
}

#hospital-view-categories-list li.section-header {
    width: 100%;
}


#hospital-view-type-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    margin-top: 0;
}


#hospital-view-type-list li {
    width: 20%;
}

#hospital-view-type-list li.section-header {
    width: 100%;
}


.edit-files {
    display: flex;
    flex-wrap: wrap;
}

.edit-file-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 25%;
    text-decoration: none;
}

.edit-file-item:visited {
    color: #6D6F71 !important;
}

.edit-file-item i {
    margin-right: 8px;
}

#projects-detail-container {
    background-color: white;
    width: 800px;
    height: 600px;
    position: fixed;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -300px;
    border: solid 3px rgb(0, 98, 146);
    z-index: 1000;
}

.cat-types-subheader {
    color: rgba(0, 98, 146, 0.8);
    font-size: 20px;
    font-weight: normal;
}

#projects-detail {
    width: 100%;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#project-detail-content {
    width: 49%;
    box-sizing: border-box;
}

#project-detail-content h2 {
    color: rgba(0, 98, 146, 0.3);
}

#project-detail-image {
    width: 49%;
    box-sizing: border-box;
}


#project-detail-date {
    border-top: dotted 1px rgba(0, 98, 146, 0.3);
    border-bottom: dotted 1px rgba(0, 98, 146, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

#project-detail-date h2 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pop-up-close-button {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#project-catgeories {
}

#project-tags {
}

.meta-tag {
    width: auto !important;
    margin-right: 3px;
    margin-left: 3px;
}

.meta-tag div {
    font-size: 11px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgb(0, 98, 146);
    color: white;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    align-items: center
}

.meta-tag div span {
    margin-left: 6px;
    cursor: pointer
}

.attribute-list {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.attribute-list li {
    font-size: 17px;
    /*float:left; margin-right:10px; color:white; background-color:#428bca; padding:10px;
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;*/
}

.attribute-list li span {
    cursor: pointer;
}

/*#project-tags li {background-color:#ADCCD0;
}*/

#new_category_container {
    margin-bottom: 15px;
}

#new_tag_container {
    margin-bottom: 15px;
}


.circle-action-btn {
    color: white;
    display: inline-block;
    width: 30px;
    font-size: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #428bca;
    cursor: pointer;
}

.project-detail-image {
    max-width: 100%;
    border: solid 1px #cdcdcd;
    background-color: white;
}

#projects-detail input, #projects-detail textarea {
    box-sizing: border-box;
    padding: 8px;
}

#projects-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-top: 15px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

#projects-results-list li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;

    width: 24%;
    margin-right: 1%;

    color: #6D6F71;
    padding: 10px;

    margin-bottom: 15px;
    border: solid 1px rgb(0, 98, 146);
}

.project-result-image-item {
    /*width: 19% !important;*/
}

.project-result-item-content {
    display: flex;
    height: 100%;
}


.project-result-item-thumb {
    width: 50%;
}

.project-result-item-details {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.project-item-date {
    display: block;
    border-top: dotted 1px rgba(0, 98, 146, 0.3);
    border-bottom: dotted 1px rgba(0, 98, 146, 0.3);
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#projects-results-list li p {
    font-size: 12px;
}

#projects-results-list md-checkbox {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
}


.project-title {
    display: block;
    color: rgba(0, 98, 146, 0.3);
}

#projects-results-list li h4 {
    margin-top: 0;
    padding-top: 0;
}

#projects-results-list li:nth-child(odd) {
    margin-left: 0px;
}

#projects-results-list li.selected {
}

#projects-results-list li:hover {
}

.project-listing-thumb {
    border: solid 1px #6D6F71;
    box-sizing: border-box;
    width: 100%;
}

#project-input-title {
    width: 500px;
}

#project-input-description {
    width: 500px;
    height: 300px;
}

#project-input-notes {
    width: 500px;
    height: 200px;
}

#fileUpload {
    width: 500px;
}


#notification_dialog {
    position: fixed;
    z-index: 10000;
    display: block;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 25%;
    background-color: white;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 15px;
    -webkit-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    background-image: url(/images/close.svg);
    background-repeat: no-repeat;
    background-size:40px;
    background-position:98% 2% ;
}

#notification_dialog h2 {
    display: block;
    border-bottom: solid 1px #5A6B6C;
    margin-top: 0;
    padding-bottom: 10px;
}

#notification_dialog p{}

/*input[type="checkbox"]{
width: 20px;
height: 20px;
cursor: pointer;

}*/

.parent_category_selector {
    cursor: pointer;
}

.selected_parent_cat {
    color: #18839B;
}


.fade {
    transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
}

.fade.ng-enter {
    opacity: 0;
}

.data-form input.ng-invalid, .data-form textarea.ng-invalid, .data-form select.ng-invalid {
    border: solid 1px red;
}

.data-form-section.ng-invalid button.submit-btn {
    display: none;
}

button.dummy-btn {
    display: none;
}

.data-form-section.ng-invalid button.dummy-btn {
    display: block;
    opacity: 0.65;
    cursor: not-allowed;
}


/*
==============================================
slideLeft
==============================================
*/


.slideGuidesLeft {
    animation-name: slideGuidesLeft;
    -webkit-animation-name: slideGuidesLeft;

    animation-duration: 0.25s;
    -webkit-animation-duration: 0.25s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    animation-fill-mode: forwards;
}

@keyframes slideGuidesLeft {
    0% {
        transform: translateX(92%);
    }
    /*50%{
        transform: translateX(-8%);
    }
    65%{
        transform: translateX(4%);
    }
    80%{
        transform: translateX(-4%);
    }
    95%{
        transform: translateX(2%);
    }*/
    100% {
        transform: translateX(34%);
    }
}

@-webkit-keyframes slideGuidesLeft {
    0% {
        -webkit-transform: translateX(92%);
    }
    /*50%{
        -webkit-transform: translateX(-8%);
    }
    65%{
        -webkit-transform: translateX(4%);
    }
    80%{
        -webkit-transform: translateX(-4%);
    }
    95%{
        -webkit-transform: translateX(2%);
    }*/
    100% {
        -webkit-transform: translateX(34%);
    }
}


@media (max-width: 1280px) {
    #categories:hover ul.categories-list {
        left: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    #header-app {
        width: 100%;
    }

    #logo-container {
        display: none;
    }

    #project_dashboard {
        width: 100%
    }

    #projects-detail-container {
        width: 80%;
    }

    #projects-container {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #criteria-container {
        width: 100%;
        float: none;
        overflow: hidden;
    }



}


@media (max-width: 1050px) {
    #login-container{background-image:none; width:80%;}



}

@media (max-width: 850px) {
    #login{width:100%; }



}