@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/* Set our main page options */
body {
    margin: 0;
    font: 14px 'Open Sans', sans-serif;
    background-color: #f5f5f5;
    font-weight: 300;
    color: #272727;
}

a {
  color: #00B7FF;
}


.ng-hide.ng-hide-animate{
    display: none !important;
}

/* Grid styling */

.myGrid {
    width: 500px;
}


.ui-grid-cell.changed {
    background-color: #8B8B8B !important;
    color: #f6f6f6;
}


.ui-grid-header {
    height: 70px;
    max-height: 70px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ui-grid-header-cell {
    background-color: #fff;
}
.ui-grid-cell-contents:focus {
    outline: 0;
}
.ui-grid-cell-contents:active {
    outline: 0;
}
.ui-grid-cell-focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    outline: 0;
    background-color: transparent;
}


.ui-grid-cell-contents {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    border: 0;
    height: 36px;
}
.ui-grid-cell-contents-hidden {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    border: 0;
    height: 36px;
}


.sorted {
    background-color: #fcfcfc;
    color: #272727;
}

.ui-grid-icon-up-dir:before {
    float:right;
    line-height: 2;
}
.ui-grid-icon-down-dir:before {
    float:right;
    line-height: 2;
}


.gridLink {
  color: #272727;
  padding-left: 10px;
      padding-right: 10px;
      line-height: 3;
      border: 0;
      height: 36px;
}


/* A general container for all pages - use ng-view to standardize this view from index.html when angular routing is set */

.main-view {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-bottom: 34px;
}

.login-title {
    width: 92%;
    padding-top: 150px;
    margin: 0 auto;
    font-size: 24px;
}

.login-contain {
    width: 375px;
    background-color: #fff;
    margin: 0 auto;
    height: 320px;
    border-radius: 8px;
}
.login-input-contain {
    padding-bottom: 12px;
}
.login-input {
    margin-bottom: 8px;
    margin-right: 0 !important;
}

.login-icon {
    font-size: 20px;
    padding-right: 12px;
}
.backdrop {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/* Login Modal Error Dialog */

.error-message {
    height: 36px;
    color: red;
}
.fresenius-welcome {
    float: left;
}
.login-controls {
    text-align: center;
}

.login-controls input {
    font-size: 15px;
}

.fresenius-logo {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.fresenius-about {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 30px;
}
.grid {
    border: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 32px;
}

.ui-grid-pager-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26px;
    font-size: 14px;
    margin-bottom: -34px;
    background-color: #fff;
}

.active {
    background-color: red;
}

.inactive {
    background-color: blue;
}

.table-header {
    height: 50px;
    border: 0;
    background-color: #ccc;
}

.main-header {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 75px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 17px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    0px 4px 17px 0px rgba(50, 50, 50, 0.53);
    box-shadow:         0px 4px 17px 0px rgba(50, 50, 50, 0.53);
}

.chart-tab {
    display: inline-block;
    padding-right: 30px;
    color: #fff;
    font-weight: 300;
    transition: .25s all;
    padding-top: 14px;
    font-size: 16px;
}
.chart-tab:hover {
    color: #ededed;
}

.chart-tab:active {
    color: #ededed;
}
.export-tab {
    font-size: 16px;
    float: right;
    text-align: right;
    color: #fff;
    padding-top: 14px;
    cursor: pointer;
    transition: .25s all;
}

.export-tab:hover {
    text-decoration: none;
    color: #ededed;
}

.export-icon {
    font-size: 28px;
    padding-right: 10px;
}
.add-icon {
    font-size: 24px;
    padding-right: 10px;
}

.download-button {
    float: right;
    padding-top: 5px;
    color: #272727;
    cursor: pointer;
}

.download-button a {
    text-decoration: none;
    color: #fff;
}

.chart-title {
    width: 96%;
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0 auto;
    font-size: 24px;
}

ul.chart-tabs {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    display: inline-block;
}

/* Container inside main header wrapper for responsive positioning */
.header-container {
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 13px;

}


.search-wrap {
    width: 100%;
    background-color: #002b64;
    height: 50px;
}
.nav-wrap {
    width: 100%;
    background-color: #0038A8;
    height: 80px;
}
.nav-wrap-admin {
    width: 100%;
    background-color: #547433;
    height: 80px;
}
.nav-wrap-boss {
    width: 100%;
    background-color: #2a7272;
    height: 80px;
}
.search-textarea input {
    margin-right: 32px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    font-size: 14px;
}

form {
    padding-left: 10px;
    padding-right: 10px;
}
input:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    outline: 0;
}
.ui-grid-cell input[type="text"] {
    margin-top: 8px;
    width: 100%;
    height: 28px !important;
}
.ui-grid-cell input[type="number"] {
    margin-top: 8px;
    width: 100%;
    height: 28px !important;
}

input[type="search"] {
    height: 32px;
    border: 1px solid #f6f6f6;
    vertical-align: middle;
    border-radius: 4px;
    width: 200px;
    padding-left: 2px;
    padding-right: 10px;
}
input[type="password"] {
    height: 32px;
    border: 1px solid #f6f6f6;
    vertical-align: middle;
    border-radius: 4px;
    width: 200px;
    padding-left: 8px;
    padding-right: 10px;
}
input[type="date"] {
    vertical-align: middle;
    height: 32px;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
}

.nav-ribbon {
    width: 96%;
    margin: 0 auto;
    color: #272727;
}
.nav-container {
    width: 100%;
}
.search-ribbon {
    width: 99%;
    margin: 0 auto;
    color: #272727;
    padding-top: 32px;
}

/* Our Cool Search Box */
#endDate {
    display: inline-block;
}

#startDate {
    display: inline-block;
}
/* Login Button */

.btn-login {
    display: inline-block;
    padding: 12px 51px 12px 36px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s all;
    background: #0038A8;
    color: #ffffff;
    font-size: 18px;
    border: 0;
    font-weight: 300;
}
.btn-login:hover {
    background-color: #002C65;
}
.btn:active {
    background-color: #002C65;
}

/* Search button css */

.btn {
    display: inline-block;
    padding: 8px 51px 10px 28px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s all;
    font-size: 18px;
}
.btn.btn-confirm-search:hover {
    background-color: #002C65;
}
.btn.btn-confirm-search {
    background: #0038A8;
    color: #ffffff;
}
.btn:active {
    background-color: #002C65;
}

    .search-confirm {
    font-size: 20px;
    padding-right: 14px;
}

/* Add Row Container */

.addrow-button {
    float: right;
    padding-top: 12px;
    cursor: pointer;
    font-size: 18px;
    transition: .25s all;
    margin-right: 36px;
    color: #003C8B;
}
.addrow-button a {
    color: #003C8B;
    cursor: pointer;
    text-decoration: none;
}
.addrow-button:hover {
    color: #0059CB;
}

/* Export Data Container */
.logout-button {
    float: right;
    padding-top: 8px;
    cursor: pointer;
    transition: .25s all;
    font-size: 18px;
    margin-right: 36px;
}

.logout-button a {
    color: #003C8B;
    cursor: pointer;
    text-decoration: none;
}
.logout-button a:hover {
    color: #0059CB;
}


/* Calendar date picker button/icon */
#btn-search {
    padding: 5px 10px;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}

#btn-search:active {

}

.left {
    float:left;
}
.right {
    float:right;
}
.animate-if {
    background:white;
    border:1px solid black;
    padding:10px;
}

.animate-if.ng-enter, .animate-if.ng-leave {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
    opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
    opacity:1;
}

div.clinicProfilePreview div.ngdialog-content {
    min-width: 800px;
}

.clinicProfile__modal.form-contain-left {
    display: inline-block;
    width: 49%;
}

.clinicProfilePreview__modal.form-contain-left {
    display: inline-block;
    width: 55%;
}

.modal-wrap input[type="text"] {
    height: 26px;
    border: 1px solid #f6f6f6;
    vertical-align: middle;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 10px;
    width: 120px;
}

.wide {
    width: 200px !important;
}

ul {
    padding-left: 0;
    padding-right: 0;
}

.form-fields li {
    text-align: right;
    list-style: none;
    padding: 8px 16% 8px 0;
}

.masterItem__modal.form-fields li {
    text-align: right;
    list-style: none;
    padding: 8px 10% 8px 0
}
.masterItem__modal input {
    font-size: 15px;
}

.modal-title {
    font-size: 24px;
    color: #272727;
    padding: 12px 18px;
}
.form-contain-left, .form-modal-left {
    display: inline-block;
    width: 48%;
}
.form-contain-right, .form-modal-right {
    display: inline-block;
    width: 50%;
}

.form-left {
    display: inline-block;
    width: 90%;
    float: left;
}

.form-modal-left, li.alignLeft, .form-left, .alignLeft {
    text-align: left !important;
}

.form-modal-right, li.alignRight, .form-right, .alignRight {
    text-align: right !important;
}

li.alignLeft {
    padding-left: 40px;
}

.form-modal-right {
    float: right;
}

.modalLink {
    padding-top: 10px;
    padding-left: 10px;
}
.modalLink a {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}
.clinicProfileInventory__modalWrapper {
    vertical-align: top;
    position:relative;
}
.clinicProfileInventory__modal.form-fields li {
    text-align: left;
}

.messages__modal li {
    text-align: left;
    white-space: nowrap;
    clear: both;
}

.messages__modal input {
    width: 95px !important;
    margin-left: 5px;
}

.messages__modal .recipients {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-left: 30px;
}

.messages__modal .buttons {
    display: inline-block;
    min-height: 200px;
    max-height: 200px;
    width: 13%;
    margin-left: 15px;
}

.messages__modal button {
    min-width: 27px;
}

#keepAliveStart, #keepAliveEnd, .keepAliveLabel,
.messages__modal .mighty-picker__wrapper {
    max-width: 235px;
    margin: 0 5px 0 5px;
    padding: 0;
    display: inline;
}

.keepAliveLabel {
    min-width: 235px;
    position: relative;
}

.keepAliveStart {
    left: 10px;
}
.keepAliveEnd {
    left: 225px;
}

.selectedLabel {
    position: relative;
    left: 75px;
}

.institution-devices-container,
.institution-wrap {
    min-height: 163px;
    max-height: 163px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline;
    width: 40%;
    margin-top: 5px;
}

.institution-wrap {
    margin-left: 5px;
    padding-left: 2px;
    border: thin solid gray;
}

.arrow-right {
    position: absolute;
    top: 0px;
    right: -100px;
}

.arrow-left {
    margin-right: 20px;
}

button.ngdialog-close {
    visibility: hidden;
}

button.ngdialog-close::before {
    visibility: visible;
}

.institution-devices-container {
    width: 175px;
}
.institution-device-item{
    display: block;
    width: 24%;
    font-weight: 100;
    position: relative;
}

.modalColumnHeader {
    color: #fff;
    background-color: #002C65;
    min-width: 100%;
    min-height: 20px;
}

.scrollWrapper {
    min-height: 500px;
    max-height: 500px;
    overflow: scroll;
    overflow-y: auto;
}

.behaviorHeader {
    margin-top: 35px;
}

.alert {
    color: #FF0000;
    border: 1px solid #ff0000;
    width: 240px;
    font-size: 14px;
    border-radius: 6px;
    position: absolute;
    background-color: #fff;
    margin-bottom: 6px;
    padding: 8px 1% 8px 0 !important;
}
.alert:after,
.alert:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.alert:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6px;
    left: 85%;
    margin-left: -19px;
}
.alert:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: red;
    border-width: 7px;
    left: 85%;
    margin-left: -20px;
}
.caution {
    color: #FF0000;
    font-size: 16px;
}

.confirm-changes {
    display: inline-block;
    padding-left: 50%;
    padding-top: 12px;
}

/* Select element - dropdowns */
.dropdown select {
    height: 28px;
    border: 1px solid #f6f6f6;
    vertical-align: middle;
    border-radius: 4px;
    width: 110px;
    padding-left: 8px;
    background-color: #fff;
    padding-right: 10px;
}

/* Edit and Delete Buttons in grid */

.editButton {
    padding: 4px 6px;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #656565;
    display: inline-block;
    transition: .25s all;
    cursor: pointer;
    margin-right: 6px;
}

.approveButton {
    padding: 4px 6px;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #06cf0e;
    display: inline-block;
    transition: .25s all;
    cursor: pointer;
    margin-right: 6px;
}
.rejectButton {
    padding: 4px 6px;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #ea0909;
    display: inline-block;
    transition: .25s all;
    cursor: pointer;
    margin-right: 6px;
}
.editButton:hover {
    background-color: #003C8B;
    color: #e9e9e9;
    border: 1px solid #e9e9e9;
}

span.editButton {
    min-height: 18px;
    max-height: 18px;
    min-width: 14px;
    max-width: 14px;
}

.deleteButton {
    padding: 4px 8px;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #656565;
    display: inline-block;
    cursor: pointer;
}
.deleteButton:hover {
    background-color: #003C8B;
    color: #e9e9e9;
    border: 1px solid #e9e9e9;
}
.center {
    text-align: center;
}
.hidden {
    visibility: hidden;
}

div.masterItem div.ngdialog-content,
div.masterItem__modal.modal-wrap {
    width: 900px !important;
}

div.masterItem select,
div.masterItem textarea,
div.masterItem input[type="text"] {
    width: 200px;
}

.masterItem__modal.form-fields li span {
    vertical-align: top;
}

.font-large {
    font-size: 24px !important;
}

.font-larger {
    font-size: 30px !important;
}

.red {
    color: red !important;
}