html,
body {
    height: 100%;
    font-family: 'Quicksand';
}

.wrap {
    display: flex;
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;*/
    /*padding: 0 0 60px;*/
    background-color: #A7B5C6;
}

.wrap > .container {
    min-height: 100% !important;
    height: auto;
    /*min-width: 1170px;*/
    padding: 30px 15px 20px;
    background: #d8dfe9; /*  For browsers that do not support gradients */
    background: linear-gradient(181deg, #d8dfe9, #fefffe); /* Firefox is bugged so we set it to 181 deg */

    border: 0px solid #FFFFFF;
    border-top: 9px solid #2b8cee;
}

.wrap > .container-login {
    padding: 130px 15px 20px !important;
}

.hideme {
    display: none;
}


.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.form-horizontal .control-label {
    text-align: left;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.blurry {
    filter: blur(5px);
}

.search-box {
    height: 35px !important;
    width: 220px !important;
    float: right !important;
    border-radius: 20px 0px 0px 20px !important;
    border: 0px !important;
    padding: 6px 16px;
    font-size: 14px !important;
    margin-top:-2px;
}

.fab-button {
    font-size: 22px;
    color: #3e95ee;
    margin-top: -55px;
    cursor: pointer;
}

.fab-button a {
    text-decoration: none;
}

.fab-button .fab-button-circle {
    display: inline-block;
    color: #FFFFFF;
    background-color: #3e95ee;
    border-radius: 30px;
    font-size: 32px;
    width: 52px;
    height: 52px;
    box-shadow: 10px 10px 16px #a2c8ef;
}

.custom-grid {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    color: #5B7D9F;
    margin-top: 20px;
    width: 1140px;
    position: fixed;
    top: 280px;
    bottom: 10px;
    overflow: auto;
    box-shadow: 6px 6px 10px #c6d7ed;
}

.custom-grid .custom-grid-item { padding: 0px 15px; height: 60px; border-bottom: 1px solid #EEEEEE; }
.custom-grid .custom-grid-item div { padding: 0px 10px; }
.custom-grid .custom-grid-item .large-text { font-size: 18px; font-weight: 600; }
.custom-grid .custom-grid-item .right-items { bottom: 30px;; position: relative;}

.custom-grid .custom-grid-item-analytics {display: flex; padding: 0px; height: 70px; display: flex; flex-direction: row; width: 100%; align-items: center;}


.patient-list-item{
    /*display: contents;*/
    position: relative;
    /* z-index: 1; */
    flex: 1;
    display: flex;
}

.flagged { height: 30px; width: 30px; float: left; background-color: red; border-radius: 15px; color: #FFFFFF; text-align: center; font-size: 22px; font-weight: 600; }
