﻿/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 20, 2013 */
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
select::-ms-value {
    background: none;
}
.bold {
    font-family: OpenSansBold;
}
.uppercase {
    text-transform: uppercase;
}

.clear {
    float:none;
    clear:both;
}
.clear:after {
	clear: both;
	display: block;
	content: " ";
	height: 0;
	visibility: hidden;
}
html {
    min-height:100%;
}
body {
    background:#4c5661;
    color:#D9DBDD;
    width:100%;
    min-height:100%;
    font-family:'OpenSansLight',serif;
    -webkit-tap-highlight-color:transparent;
    white-space: normal!important;
    background-image: url(../images/login-page-bg-smaller.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
body.logged-in {
    background:#FFF;
    color:#000;
}

#applicationHost {
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}

.relative {
    position: relative;    
}

.logged-in .wrapper {
    height: 100%;
}

select {
    outline: none!important;
}
select:focus {
    box-shadow: 0px 0px 8px rgba(9, 112, 131, 0.5);
}
input[type='button'], input[type='submit'], select {
    cursor:pointer;
}

.header {
    width:100%;
    background:#2D3237;
    height:88px;
}
.header-content-wrapper {
    max-width: 1170px;
    margin:0 auto;
    height:100%
}
.header .toggle-menu-button {
    background:url(../images/toggle-menu-icon.png) no-repeat;
    width:40px;
    height:35px;
    margin-left:5px;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
}
.header .logo {
    width:162px;
    height:27px;
    margin-left:5px;
    background:url(../images/nvers-logo.png) no-repeat;
    display:inline-block;
    vertical-align:middle;
}
.header .title {
    height:100%;
    display: inline-block;
    width: 262px;
    background: url(../images/header-logo.png) no-repeat left center;
    line-height: 88px;
    color:#fff;
    font-size: 26px;
}
div.breadcrumbs {
    margin: 0 auto;
    min-height: 88px;
    background: #dfe2e5;
    margin-bottom: 20px;
}
.dropdown-menu {
    position: absolute;
    top: 55px;
    left: 0px;
    background: #097083;
    padding: 0px 20px  0px 15px;
    display: none;
    overflow: hidden;
    z-index:9999;
}
.dropdown-menu.opened {
    display: block;
}
.dropdown-menu ul.menu li {
    margin: 20px 0px;
    color: #ffffff;
    height: 64px;
    line-height: 64px;
    padding: 0px 0px 0px 95px;
    cursor: pointer;
}
.dropdown-menu ul.menu li.ambulance-icon {
    background: url(../images/ambulance_white.png) no-repeat;
}
.dropdown-menu ul.menu li.chart-icon {
    background: url(../images/chart_white.png) no-repeat;
}
.dropdown-menu ul.menu li.patients-icon {
    background: url(../images/patients_white.png) no-repeat;
}
.dropdown-menu ul.menu li.triage-icon {
    background: url(../images/triage_white.png) no-repeat;
}
.content {
    max-width:1170px;
    margin: 10px auto 0px auto;
    padding-bottom: 30px;
}

.incident-select {
    background-image: url(../images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-color: #21252B;
    border: 1px solid #363E47;
    margin-bottom:10px; 
}
.ics .field:nth-of-type(1) {
    margin-top:50px;
}
.incident-select select {
    text-indent: 0.01px; /*FFhack to remove arrow*/
    text-overflow: ''; /*FFhack  to remove arrow*/
    background:none!important;
    border:none!important;
    font-size: 18px;
    color: #FFF;
    font-family:'OpenSansLight';
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
.incident-select select::-ms-expand {
    display: none;/*IEHack to remove arrow*/
}
.incident-select select option {
    background:#21252B;
}
.empty-incident {
    margin: 60px;
    text-align: center;
}
.three-columns-layout {
    /*overflow:auto;*/
}
.three-columns-layout .column {
    width:33.3%;
    float:left;
}
.three-columns-layout .two-columns {
    width:66.6%;
    float:left;
    /*overflow:auto;*/
}
.three-columns-layout .three-columns {
    width: 100%;
    overflow: hidden;
}
.column > .padding-box {
    padding:0px 0px 0px 20px;
}
.triage-status-wrapper {
    width:25%;
    float:left;
    overflow: hidden;
    cursor:pointer;
    margin-bottom: 15px;
}
.five .triage-status-wrapper {
    width: 20%;
}
.six .triage-status-wrapper {
    width: 33.33%;
}
.triage-status-wrapper .triage-status{
    height:100%;
    margin-left:15px;
    margin-right: 15px;
}
.triage-status-wrapper:first-child .triage-status {
    margin-left:0;
}
.triage-status-wrapper:last-child .triage-status {
    margin-right: 0;
}
.six .triage-status-wrapper:nth-child(3) .triage-status {
    margin-right: 0;
}
.six .triage-status-wrapper:nth-child(4) .triage-status {
    margin-left: 0;
}

.eight .triage-status-wrapper:nth-child(4) .triage-status {
    margin-right: 0;
}
.eight .triage-status-wrapper:nth-child(5) .triage-status {
    margin-left: 0;
}
.seven .triage-status-wrapper:last-child .triage-status {
    margin-right: 15px;
}
.triage-status-wrapper.non-clickable {
    cursor: auto;
}
.triage-status .padding-box {
}
.triage-status .value-block {
    padding:15px 0px;
    overflow:hidden;
}
.triage-status .value-block:nth-child(3n) .value {
    font-family: OpenSansBold;
}
.triage-status .value-block:after {
    content: ' ';
}
.value-block .value, .value-block .title {
    text-align: center;
}
.table {
    font-family: OpenSansRegular;
}
.value-block .value {
    font-size:48px;
}
.value-block .title {
    text-align: center;
    font-size: 20px;
}
.value-block.inversed .value {
    margin-left: 40px;
    width: auto;   
}
.value-block.inversed .title {
    margin-left: 0;
    width: 150px;
}
.triage-status-gauge {
    width: 138px;
    height: 138px;
    overflow: hidden;
    border-radius: 138px;
}
.last-updated {
    /*color:#333;*/
    font-size:14px;
}
.last-updated b {
    font-weight:bold;
}
.triage-totals > .padding-box {
}
.triage-totals > .padding-box > .title {
    font-size:28px;
    color:#333;
    margin-bottom:15px;
    text-align: left;
    border-bottom: 1px solid #d5d6d7;
}
.triage-totals > .padding-box > .title.no-triage-status {
    font-size: 22px;
    border:none;
    text-align: center;
}
.triage-totals > .padding-box > .title.no-triage-status a,
.triage-totals > .padding-box > .title.no-triage-status a:visited{
    color:#000;
}
.triage-totals-value-block {
    margin-bottom:50px;
    min-width:350px;
    width: 50%;
    float: left;
}
.triage-totals-value-block .totals-title {
    margin-bottom:15px;
}
.triage-totals-value-block .totals-title .value{
    color:#333;
    font-size:36px;
}
.triage-totals-value-block .totals-title .title{
    font-size:14px;
}
.triage-totals-value-block .totals {
}

.triage-totals-value-block .totals .value{
    padding:5px 10px;
    font-size:20px;
    color:#fff;
    display:inline-block;
    margin-right:10px;
    border-radius:10px;
}
.triage-totals {
    overflow: hidden;
}
.two-columns-layout {
    overflow: hidden;
}
.two-columns-layout.top-indent {
    margin-top:20px;
}
.two-columns-layout .column {
    width: 50%;
    float: left;
    overflow: hidden;    
}
.two-columns-layout .two-columns {
    width: 100%;
}
.two-columns-layout .column .triage-status-wrapper,
.two-columns-layout .two-columns .triage-status-wrapper {
    width: 100%;
    float: none;
}
.table-wrapper {
    margin-left: 30px;
    min-height: 356px;
}
.table-wrapper .table {
    height: 356px;
    overflow: hidden;
    position: relative!important; /*Important for ipad scroll*/
}
.table.no-triage-status {
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.table-wrapper .title {
    font-size: 22px;
    margin-bottom: 10px;
}
.table table {
    width: 100%;
}
.table.two-columns table tr td {
    width: 50%;
    white-space:nowrap;
}
.table table tr td .link, .table table tr td .link:visited {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.table table tr.odd td .link, .table table tr.odd td .link:visited {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.table table tr td, .table table tr th  {
    text-align: left;
    padding: 10px 0px;
}
.table table tr th {
    font-size:18px;
}
.table table tr th.sortable {
    cursor: pointer;
}
.table table tr td span, .table table tr th span {
    margin-left: 20px;
}
.table table tr td {
    background:#fcfcfc;
}
.table table tr.odd td {
    background: #ebebeb;
    border-top:1px dotted #9d9d9e;
    border-bottom:1px dotted #9d9d9e;
    /*color: #ffffff;*/
}
table.transport-resources {
    position:absolute;
    width:100%;
}
table.transport-resources tr td {
    cursor: default;
}
.link, .link:visited, .patient-chart-link, .patient-chart-link:visited {
    color: #333;
    text-decoration: none;
}
.patient-chart-link, .patient-chart-link:visited {
    text-align: center;
    display: inline-block;
}
.chart-link {
    padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    height: 32px;
}
.triage-status .two-columns-layout {
    margin-top: 0;
    margin-bottom: 21px;
}
.sub-title {
    padding: 10px 0px 10px 15px;
    color:#fff;
    font-size: 20px;
    border-top:1px dotted rgba(0,0,0,0.25);
    border-bottom: 1px solid #fff;
}
.sub-title.inverted-borders {
    border-top: 1px solid #fff;
    border-bottom:1px dotted rgba(0,0,0,0.25);
    }
#mapPopupContent{
    padding: 0px;
}

.top-login-logo {
    width: 495px;
    height: 180px;
    margin: 50px auto 50px auto;
    background: url(../images/new-login-logo.png) no-repeat center center;
}
.bottom-login-logo {
    width:323px;
    height:208px;
    margin: 88px auto 88px auto;
    background:url(../images/bottom-logo.png) no-repeat;
}

.login-box {
    width: 638px;
    margin: 0 auto;
    background:rgba(0,0,0,0.2);
    position:relative;
    z-index:1;
}
.login-box .padding-box {
    padding: 15px 75px 20px 75px;
}
.login-box h1 {
    font-size:54px;
    text-align:center;
    padding:20px 10px;
}
.login-box.ics h1 {

}
.login-box h2 {
    font-size:21px;
    text-align:center;
    padding:30px 10px 23px 10px;
}
input {
      font-family: 'OpenSansLight';
}
.login-box input {
    border:none!important;
    background:#212528;
    color: #909295;
    padding: 22px 0px;
    padding-left: 5%;
    margin-bottom: 10px;
    width: 100%;
    font-size: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #363E47;
}
.login-box input[type='button'] {
    margin-top: 10px;
    margin-bottom: 50px;
}
.login-box select {
    padding: 20px 10px;
    width:100%;
}
#ForgotPassword {
    background: none;
    border: 1px solid #fff!important;
    color: #fff!important;
    width: 50%;
    padding-left: 0;
    margin: 30px auto;
    font-size: 16px;
    padding: 20px 0px;
    cursor:pointer;
}
#Login {
    font-size:24px;
}
.center {
    text-align: center;
}
.ger-logo-right {
    text-align: center;
    padding:30px 0px;
    bottom: 10px;
    left: 0;
    right: 0;
}
.ger-logo-right span {
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    background: url(../images/ger-logo-large.png) center right no-repeat;
    width: 180px;
    height: 43px;
}
input[type='submit'] {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.validation-summary {
    font-size: 13px;
    color: #ff0000;
    margin-top: 10px;
}
input.input-validation-error {
    border-color:  #ff0000;
}
a.sign-back-link, a.sign-back-link:visited {
    color: #097083;
    margin-top: 10px;
    display: inline-block;
}

.wrapper-settings-button {
    width:99px;
    height:100%;
    float: right;
    background-image:url(../images/settings.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
    border-left: 1px solid #485059;
    border-right: 1px solid #485059;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wrapper-settings-button:hover {
    background-color:#272C31;
}
.wrapper-settings-button.opened {
    background-color:#FFF;
    background-image:url(../images/settings-opened.png);
}
.wrapper-settings-button.opened:hover {
    background-color:#FFF;
}
.wrapper-logout-button {
    margin: 88px 0 0 -178px;
    width:275px;
    height:88px;
    background-color:#FFF;
    position: relative;
    z-index: 10000;
}
.toggle-switch-wrapper {
    display: block;
    height: 88px;
    line-height: 88px;
}
.auto-refresh-icon {
    display: inline-block;
    height: 88px;
    width: 73px;
    vertical-align: middle;
    background: url(../images/auto-refresh-icon.png) no-repeat 25px 30px;
}
a.logout-button, a.logout-button:visited {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    padding-left:80px;
    line-height:88px;
    cursor: pointer;
    height:100%;
    color:#000;
    font-size:24px;
    background-image:url(../images/logout.png);
    background-repeat: no-repeat;
    background-position: 26px center;
    background-color:#fff;
}
.logout-lightbox {
    position: absolute;
    top: 88px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9000;
    background: rgba(45, 50, 55, 0.8);
}
.flotr-legend {
    border:none!important;
}
.wrapper-header-select {
    float: right;
    width: 200px;
    height: 100%;
    border-right: 1px solid #485059;
    background: #383c41;
    border-left: 1px solid #485059;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wrapper-header-select:hover {
    background-color:#272C31;
}
.wrapper-header-select.active {
    background: #616f7d;
}
.action-button {
    position: absolute;
    right: 3px;
    top: 3px;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #097083;
    text-align: center;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor:pointer;
}

.small-values .value-block .value {
    width:5px;
}
table.title-value {
    width:100%;
}
table.title-value tr td{
    width:50%;
    font-size:16px;
    padding:7px 0px 7px 15px;
    border-bottom:1px dotted rgba(0,0,0, 0.3)!important;
}
table.title-value tr:last-child td {
    border-bottom: none;
}
table.title-value tr td:last-child{
}
.sub-title.smaller {
    font-size:14px;
    font-weight:bold;
}
.title.top-indent {
    margin-top:30px;
}
table.top-indent {
    margin-top:10px;
}
table.no-bottom-border tr:last-child td {
    border-bottom:none;
    padding-bottom: 20px;
}
table.bottom-indent {
    margin-bottom:40px;
}
table.transport-resources .jd {
    overflow: hidden;
    text-overflow: ellipsis;
}

.flotr-legend {
    top:-16px!important;
}
.flotr-legend table tr{
    float:left;
}
.flotr-legend table tr td{
    vertical-align:middle;
    padding-left:5px;
}
.loader, .lightbox {
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(255,255,255,0.8);
    color: #000;
    z-index:11000;
}
.lightbox {
    text-align: center;
}
.lightbox .content-box {
    display: inline-block;
    border: 1px solid #aaa;
    margin-top:70px;
    position: relative;
}
.lightbox .content-box img {
    max-width: 700px;
    border:15px solid #fff;
    display: block;
}
.content-box .file-name {
    width:100%;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}
.loader-box {
    position:relative;
    top:50%;
    margin-top:-50px;
    text-align: center;
}
.loader-image{
    display: inline-block;
    padding: 16px 0px 16px 40px;
    background: url(../images/loader.gif) center left no-repeat;
    font-weight: bold;
}
.barousel
{
    position:relative;
    margin-bottom:0px;
    width:500px;
    height:401px;
}

.barousel_image
{
    width:500px;
    height:375px;
    text-align: center;
}

.barousel_image img
{
    display:none;
}

.barousel_image .default
{
    display:inline;
}
.barousel_image .previous
{
    display:none!important;
}

.barousel_content
{
    padding:15px 18px 0 18px;
    z-index:50;
    color:#fff;
    width:247px;
    bottom:36px;
    left:10px;
}

.barousel_content div
{
    display:none;
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal;
    line-height:17px;
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    height:38px;
    text-align: center;
    bottom:0;
    z-index:20;
    width:497px;
}
.barousel_nav ul
{
    padding:0;
    margin:0;
}

.barousel_nav li
{
    display: inline-block;
    padding-left:3px;
    padding-bottom: 5px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:23px;
    height:23px;
    background-color:#fff;
    border: 2px solid #097083;
    border-radius: 25px;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a.current
{
    background-color:#097083;
}
.triage-status-filter {
    margin-bottom: 10px;
}
.triage-status-filter ul li {
    display: inline-block;
    margin:0px 20px 0px 0px;
    padding: 5px 0px;
    color:#666;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    min-width: 150px;
}
.triage-status-filter ul li .active-mark {
    height: 12px;
    width: 12px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    border-radius: 12px;
    background: #fff;
    display: none;
}
.triage-status-filter ul li.active .active-mark {
    display: inline-block;
}
.triage-status-filter ul li.title {
    width:auto;
}
.patient-files h1 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfd4d8;
}
.patient-files .files-block{
    margin-top: 30px;
}
.file .rollover {
    display: none;
    /*background: rgba(233, 96, 44, 0.9);*/
    border: 4px solid rgba(233, 96, 44, 0.9); 
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8888;
    height:108px;
    text-align: center;
    /*padding-top: 20px;*/
    font-size: 16px;
}
.file:hover > .rollover{
    display: block;
}
.file:nth-child(3n + 1) .rollover {
    right:15px;
}
.file:nth-child(3n + 2) .rollover {
    left:15px;
    right: 15px;
}
.file:nth-child(3n + 3) .rollover {
    left:15px;
}
.files-block .image-thumbnail {
    display: block;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background: url(../images/thumb-loader.gif);
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:#e5e5e5;
}
.image-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.file:nth-child(3n + 1) .image-thumbnail {
    margin-right: 15px;
}
.file:nth-child(3n + 2) .image-thumbnail {
    margin-right: 15px;
    margin-left:15px;
}
.file:nth-child(3n + 3) .image-thumbnail {
    margin-left:15px;
}
.file:nth-child(3n + 1) .extension-icon {
    margin-right: 15px;
}
.file:nth-child(3n + 2) .extension-icon {
    margin-right: 15px;
    margin-left:15px;
}
.file:nth-child(3n + 3) .extension-icon {
    margin-left:15px;
}
.files-block .extension-icon{
    display: block;
    height: 100%;
    margin-bottom: 30px;
}
.files-block .extension-icon.ppt {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.pptx {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.xls {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.xlsx {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.doc {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.docx {
    background: #85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.pdf {
    background:#85d0e2 url(../images/extensions/pdf.png) no-repeat center center;
}
.files-block .extension-icon.txt {
    background:#85d0e2 url(../images/extensions/doc.png) no-repeat center center;
}
.files-block .extension-icon.mp3 {
    background: #98d3ad url(../images/extensions/mp3.png) no-repeat center center;
}
.files-block .extension-icon.wav {
    background: #98d3ad url(../images/extensions/wav.png) no-repeat center center;
}
.files-block .extension-icon.ogg {
    background: #2e90a0 url(../images/extensions/ogg.png) no-repeat center center;
}
.files-block .extension-icon.webm {
    background: #2e90a0 url(../images/extensions/webm.png) no-repeat center center;
}
.files-block .extension-icon.mp4 {
    background: #2e90a0 url(../images/extensions/mp4.png) no-repeat center center;
}
.files-block .extension-icon.other {
    background: #aa90bd url(../images/extensions/other.png) no-repeat center center;
}
.file, .file:visited{
    text-decoration: none;
    color:#000;
}
.files-block .file {
    text-align: center;
    display: inline-block;
    width:33.33333333%;
    height:115px;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}

.files-block .file-name {
    font-size: 16px;
}
.close-button {
    width:32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/close-icon.png) no-repeat;
    position: absolute;
    top: -4px;
    right: -40px;
}
.filter-button {
    height: 100%;
    padding-left: 56px;
    line-height: 88px;
    color: #fff;
    font-size:24px;
    cursor: pointer;
}
.toggle-arrow:after {
    font-size:16px;
    content:'▼';
}
.toggle-arrow.up:after {
    font-size:16px;
    content: '▲';
}
.filter-button .toggle-arrow  {
    margin-left:8px;
}
.page-filters-wrapper {
    position: absolute;
    background: rgba(45, 50, 55, 0.8);
    top: 88px;
    left:0px;
    padding-bottom: 10px;
    overflow: auto;
    z-index:9999;
    width:100%;
    bottom:0;
}
.page-filters {
    background: #616f7d;
    padding-bottom: 20px;
    padding-top:10px;
}
.filter-group {
    padding-top:10px;
    max-width: 1170px;
    margin: 0 auto;
}
.filter-group-name {
    color:#fff;
    font-size: 18px;
    text-align: center;
    background: url(../images/filter-name-bg.png) repeat-x center;
}
.filter-name-arrow-wrapper {
    display: inline-block;
    padding: 0px 15px;
    background: #616f7d;
    cursor: pointer;
    font-size:22px;
}
.filter-group-name .toggle-arrow {
    margin-left: 5px;
}
.filter-group-items {
    padding: 10px 0px;
}
.filter-wrapper {
    display: inline-block;
    width: 262px;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
}
.filter-name {
    display: inline-block;
    min-width: 100%;
    padding: 10px 0px 10px 10px;
}
.apply-filter-button, .apply-filter-button:visited {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0px auto 0 auto;
    text-align: center;
    font-size: 18px;
    width: 160px;
}
.apply-filter-button.dirty, .apply-filter-button.dirty:visited {
    color: #fff;
    background-color: #87be39;
}
.apply-filter-button span {
    height: 17px;
    padding-left: 22px;
    background: url(../images/apply-icon.png) no-repeat left center;
    background-size: 17px;
}
.apply-filter-button.dirty span {
    background: url(../images/apply-icon-white.png) no-repeat left center;
    background-size: 17px;
}
ul.breadcrumbs {
    max-width: 1170px;
    margin: 0 auto;
}
ul.breadcrumbs li {
    float:left;
    margin-right: 10px;
}
ul.breadcrumbs li:after{
    margin-left: 10px;
    color: #000;
    content: '/';
}
ul.breadcrumbs li:last-child:after {
    content: '';
}
ul.breadcrumbs li a, ul.breadcrumbs li a:visited{
    color: #000;
    font-size: 18px;
}
ul.breadcrumbs li:last-child a, ul.breadcrumbs li:last-child a:visited {
    text-decoration: none;
}
.align-center {
    text-align: center!important;
}
.align-right{
    text-align: right!important;
    padding-right: 10px!important;
}
.align-left {
    text-align: left!important;
}
.new-data-loader {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 21px!important;
    font-size:14px;
    background: url(../images/data-loader.gif) no-repeat;
}
.table.patients-list tr {
    cursor: pointer;
}

#chart {
    height: 360px;
}
.header .title.small-title{
    display: none;
    width: 61px;
}
.no-left-indent {
    margin-left:0!important;
}
.w50 {
    width:50%;
}
.w10 {
    width: 10%;
}
.w25 {
    width:25%;
}
.w20 {
    width: 20%;
}
.w40 {
    width: 40%;
}
.w15 {
    width: 15%;
}
.table-wrapper .table.no-scroll {
    height: auto;
    overflow: hidden;
    width: calc(100% - 14px);
}
.error-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fa4733;
    z-index: 13000;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
}
.error-box .error-message{
    padding: 50px 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.pager {
    margin-top:10px;
    text-align: center;
}
.pager ul {
    display: inline-block;
}
.pager ul li {
    display: inline-block;
    padding: 0px 5px;
}
.pager ul li .pager-icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.pager ul li.page-num a {
    vertical-align: bottom;
    color: #097083;
    font-weight: bold;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.pager ul li .pager-icon.first {
    background: url(../images/first.png) no-repeat;
}
.pager ul li .pager-icon.next {
    background: url(../images/next.png) no-repeat;
}
.pager ul li .pager-icon.prev {
    background: url(../images/prev.png) no-repeat;
}
.pager ul li .pager-icon.last {
    background: url(../images/last.png) no-repeat;
}
.styled-button, input.styled-button {
    background: #C12C23;
    color:#000!important;
    border: none;
    -webkit-appearance:none;
}
.refresh-button-wrapper {
    display: inline-block;
    float: right;
    width: 99px;
    height: 100%;
    /*background-image: url(../images/reload-icon.png);
    background-repeat: no-repeat;
    background-position: center center;*/
}
.refresh-button-wrapper:hover {
    background-color: #272C31;
}
a.refresh-button{
    display:block;
    cursor: pointer;
    height: 100%;
    width:100%;
    position: relative;
}
a.refresh-button img {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 34px;
    top: 26px;
}

a.refresh-button img {
    -webkit-animation:none !important;
    -moz-animation:none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation:none !important;
}
a.refresh-button img.refreshing {
    -webkit-animation: spin 0.5s linear infinite !important;
    -moz-animation: spin 0.5s linear infinite !important;
    -o-animation: spin 0.5s linear infinite !important;
    -ms-animation: spin 0.5s linear infinite !important;
    animation:spin 0.5s linear infinite !important;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.preview-block {
    margin-bottom: 20px;
}
.preview-block img ,
.preview-block audio,
.preview-block video {
    max-width:100%;
    width: 100%;
}
.six-columns-layout {
    width:100%;
    overflow: auto;
}
.six-columns-layout .two-columns {
    width:33.33%;
    float:left;
}
.six-columns-layout .four-columns {
    width:66.66%;
    float:left;
}
.triage-totals .totals-block{
    height:80px;
    line-height: 80px;
    margin-bottom: 10px;
}
.triage-totals .totals-block .title{
    float:left;
    margin-left: 20px;
    font-size: 24px;
}
.triage-totals .totals-block .value{
    float:right;
    margin-right: 20px;
    font-size: 36px;
}
.totals-block .separate-value {
    width:21%;
    margin-left:2%;
    margin-right: 2%;
    float: left;
    text-align: center;
    font-size: 36px;
}
.totals-block .separate-value:first-child {
    margin-left: 0;
    width: 23%;
}
.totals-block .separate-value:last-child {
    margin-right: 0;
    width: 23%;
}
.five .totals-block .separate-value {
    width:16%;
}
.five .totals-block .separate-value:first-child {
    margin-left: 0;
    width: 18%;
}
.five .totals-block .separate-value:last-child {
    margin-right: 0;
    width: 18%;
}
.six .totals-block .separate-value {
    width:13%;
}
.six .totals-block .separate-value:first-child {
    margin-left: 0;
    width: 14%;
}
.six .totals-block .separate-value:last-child {
    margin-right: 0;
    width: 14%;
}
.eight .totals-block .separate-value {
    width: 10.5%;
    margin-left: 1%;
    margin-right: 1%;
}
.eight .totals-block .separate-value:first-child {
    margin-left: 0;
    width: 11.5%;
}
.eight .totals-block .separate-value:last-child {
    margin-right: 0;
    width: 11.5%;
}
.triage-status-wrapper.fill-column {
    width:100%;
    float:none;
}
.four-columns-layout {
    width:100%;
    overflow: auto;
    margin-bottom: 20px;
}
.four-columns-layout .column {
    width:25%;
    float:left;
}
.four-columns-layout .three-columns {
    width:75%;
    float:left;
}
.chart-wrapper {
    margin-left: 30px
}
.chart-wrapper .head {
    margin-bottom: 5px;
    overflow: auto;
}
.chart-wrapper .head .title {
    float:left;
    font-size:22px;
    margin-right: 20px;
}
.chart-wrapper .head .legend {
    float:left;
}
.legend .legend-item {
    margin-left: 20px;
    float:left;
    height: 24px;
    line-height: 24px;
}
.legend .legend-item:first-child {
    margin-left:0;
}
.legend-item .color {
    width:24px;
    height:24px;
    float:left;
}
.legend-item .text {
    float:left;
    font-size:14px;
    margin-left:10px;
}
.color.en-route {
    background: #8EB4E3;
}
.color.transported {
    background: #FFC000;
}
.chart {
    border:6px solid #eff0f2;
}
.chart-item {
    min-height: 60px;
    border-bottom: 2px solid #eff0f2;
    background: #fcfcfc;
    cursor:pointer;
}
.chart-item:last-child {
    border-bottom: none;
}
.chart-item.odd {
    background: #f7f7f7;
}
.chart-item .chart-item-name {
    width:40%;
    float:left;
    font-size: 20px;
}
.chart-item .chart-item-name span {
    margin-left:10px;
    display: inline-block;
}
.chart-item .chart-item-values {
    width:60%;
    float:left;
    position: relative;
}
.chart-item-values .values {
    margin-right: 85px;
    height: 60px;
}
.chart-item-values .arrow {
    height: 60px;
    width:35px;
    float:right;
    background: url(../images/arrow-right.png) no-repeat left center;
    position: absolute;
    top:0;
    right:0;
}
.chart-item-values .values .total {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.chart-item-values .values .separate-values {
    margin-left:60px;
}
.transported-value, .en-route-value {
    height:30px;
    line-height: 30px;
}
.separate-values .transported-value .bar {
    background: #FFC000;
}
.separate-values .en-route-value .bar {
    background: #8EB4E3;
}
.separate-values .bar {
    float:left;
    height: 30px;
    position: relative;
}
.separate-values .value {
    font-size:14px;
    position: absolute;
    left:100%
}
.separate-values .value span {
    padding-left: 5px;
}
.table-title {
    height: 35px;
    line-height: 35px;
    font-size:18px;
}
.table-title .name {
    float:left;
    margin-left:20px;
}
.table-title .availability {
    float:right;
    margin-right: 10px;
}
.td.align-right span {
    margin-right:30px;
    margin-left:0;
}
.total-patients {
    width:100%
}
.hospital-summary-totals {
    color:#fff;
    text-align: center;
}
.hospital-summary-totals.Delayed,
.hospital-summary-totals.All {
    color:#000;
}
.hospital-summary-totals.Delayed .title.white,
.hospital-summary-totals.All .title.white{
    color:#000!important;
}
.hospital-summary-totals .two-columns-layout .column{
    width:50%!important;
    height: 185px;
    border-bottom: 1px solid #fff;
}
.hospital-summary-totals .two-columns-layout .two-columns {
    border-bottom:1px solid #fff;
    height: 125px;
}
.hospital-summary-totals .icon {
    display: inline-block;
    width: 100%;
    height:95px;
}
.hospital-summary-totals .value {
    height: 85px;
    display: inline-block;
    width: 100%;
    line-height: 85px;
    font-size: 48px;
}
.hospital-summary-totals .total {
    height: 55px;
    line-height: 55px;
    padding-top:25px;
    font-size:60px;
}
.total-patients .title {
    font-size:18px;
    margin-top:5px;
}
.hospital-summary-totals .transported-icon {
    background: url(../images/transported-icon.png) no-repeat center bottom;
}
.hospital-summary-totals .en-route-icon {
    background: url(../images/en-route-icon.png) no-repeat center bottom;
}
.hospital-summary-totals .males-icon {
    background: url(../images/males-icon.png) no-repeat center bottom;
}
.hospital-summary-totals .females-icon {
    background: url(../images/females-icon.png) no-repeat center bottom;
}

.hospital-summary-totals.Delayed .transported-icon,
.hospital-summary-totals.All .transported-icon{
    background: url(../images/transported-icon-black.png) no-repeat center bottom;
}
.hospital-summary-totals.Delayed .en-route-icon,
.hospital-summary-totals.All .en-route-icon{
    background: url(../images/en-route-icon-black.png) no-repeat center bottom;
}
.hospital-summary-totals.Delayed .males-icon,
.hospital-summary-totals.All .males-icon{
    background: url(../images/males-icon-black.png) no-repeat center bottom;
}
.hospital-summary-totals.Delayed .females-icon,
.hospital-summary-totals.All .females-icon{
    background: url(../images/females-icon-black.png) no-repeat center bottom;
}
#esriMapArea {
    margin-left:30px;
    height: 497px!important;
    min-height: 497px;
    max-height: 497px;
}
.border-left-block{
    margin-left:1px;
}
.table-wrapper.hospital-summary {
    margin-left:0;
}
.patient-details .triage-status {
    margin-right:0;
}
.patient-details .triage-status .padding-box > .title:first-child {
    border-bottom: 1px solid #cfd4d8;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
}
.title.larger {
    text-align: left;
    padding: 30px 0px 30px 15px;
    color: #fff;
    margin:0;
    font-size: 36px;
}
.margin-left-box{
    margin-left:10px;
}
.margin-left-right-box{
    margin-left:10px;
    margin-right:10px;
}
.margin-right-box {
    margin-right: 10px;
}
.pager-control, .pager-text {
    height:67px;
    background: #bababa;
    font-size: 22px;
}
.pager-text {
    text-align: center;
    line-height: 67px;
    font-size: 22px;
    background: #dcdcdc;
}
.eight-columns-layout {
    width:100%;
    overflow: auto;
}
.eight-columns-layout .column {
    width:12.5%;
    min-width: 12.5%;
    float:left;
}
.eight-columns-layout .four-columns {
    width: 50%;
    min-width: 50%;
    float:left;
}
.ml30 {
    margin-left:30px;
}
.pager-control-icon, .pager-control-icon:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pager-control-icon.first {
    background: url(../images/first.png) no-repeat center center;
}
.pager-control-icon.prev {
    background: url(../images/prev.png) no-repeat center center;
}
.pager-control-icon.next {
    background: url(../images/next.png) no-repeat center center;
}
.pager-control-icon.last {
    background: url(../images/last.png) no-repeat center center;
}
.title {
    font-size: 22px;
    margin-bottom: 5px;
    color:#000000;
    text-align: center;
}
.title.white {
    color:#fff;
}
.empty-class {
    
}
.patient-gender-icon {
    float:right;
    display: inline-block;
    width:26px;
    height: 55px;
    margin-right: 30px;
}
.patient-gender-icon.Male {
    background:url(../images/males-icon.png) no-repeat center center;
}
.patient-gender-icon.Female {
    background:url(../images/females-icon.png) no-repeat center center;
}
.Delayed .patient-gender-icon.Male,
.All .patient-gender-icon.Male{
    background:url(../images/males-icon-black.png) no-repeat center center;
}
.Delayed .patient-gender-icon.Female,
.All .patient-gender-icon.Female{
    background:url(../images/females-icon-black.png) no-repeat center center;
}
.patient-details.Delayed .sub-title,
.patient-details.Delayed .title,
.patient-details.All .sub-title,
.patient-details.All .title{
    color:#000!important;
}
.categories {
    font-size: 0;
    border-bottom:1px solid #b0b7be;
}
.categories .category {
    display: inline-block;
    width:20%;
    height: 45px;
    line-height: 45px;
    background: #e5e5e5;
    text-align: center;
    font-size: 16px;
    color:#a3aab1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    cursor: pointer;
    position: relative;
}
.categories .category.active {
    background: #fff;
    color:#616f7d;
}
.categories .category:first-child {
    border-left:none;
}
.categories .category:last-child {
    border-right: none;
}
.categories .category:first-child .active-mark-left {
    display: none!important;
}
.categories .category:last-child .active-mark-right{
    display: none!important;
}
.category .active-mark-left {
    display: none;
    height: 44px;
    width:4px;
    background: url(../images/category-active-left.png) no-repeat;
    position: absolute;
    top:1px;
    left:-6px;
    z-index: 9999;
}
.category .active-mark-right {
    display: none;
    height: 44px;
    width:4px;
    background: url(../images/category-active-right.png) no-repeat;
    position: absolute;
    top:1px;
    right:-6px;
    z-index: 9999;
}
.category .active-mark-bottom {
    display: none;
    height: 2px;
    background: #fff;
    position: absolute;
    width: calc(100% + 4px);
    bottom: -1px;
    left: -2px;
}
.category.active .active-mark-left,
.category.active .active-mark-right,
.category.active .active-mark-bottom{
    display: block;
}
.triage-totals .two-columns .totals-block {
    background: #f7f8f8;
}
.word-long {
    display: inline;
}
.word-abbrivated {
    display: none;
}
.sign-back-link {
    text-decoration: underline;
    cursor: pointer;
}
.embedded .wrapper-settings-button {
    display: none;
}
.embedded .refresh-button-wrapper{
    display: none;
}
.ff-arrow-hide-hack {
    display: none;
}
/* Arrow hack */
@-moz-document url-prefix() {
    .incident-select {
        position: relative;
        background-position: 96% center;
    }
    .ff-arrow-hide-hack {
        display: block;
        position: absolute;
        z-index: 800;
        background: none repeat scroll 0% 0% #21252B;
        width: 17px;
        right: 0;
        top: 0;
        height: 100%;
    }
}

.no-triage-status-warn {
    float: right;
    font-size: 16px;
    padding: 5px 10px 5px 30px;
    font-family: OpenSansBold;
    margin-top: 3px;
    cursor: pointer;
    background: #FFE284 url(../images/warning-icon.png) 10px center no-repeat;
}

.embedded .header {
    height: 0;
}

.embedded .filter-button {
    color:#000;
    line-height: 60px;
    font-size: 18px;
}

.embedded .header-content-wrapper {
    max-width: none;
}

.embedded ul.breadcrumbs {
    max-width: none;
}

.embedded ul.breadcrumbs li {
    font-size: 15px;
    float: left;
    margin-right: 0;
}
.embedded ul.breadcrumbs li a,
.embedded ul.breadcrumbs li a:visited {
    color:#000;
    border-bottom: 1px solid #a8aaad;
    font-family: OpenSansRegular;
    font-size: 15px;
    text-decoration: none;
}
.embedded ul.breadcrumbs li:last-child a,
.embedded ul.breadcrumbs li:last-child a:visited {
    font-family: OpenSansBold;
    color:#4ea3de;
    border-bottom: none;
}
.embedded ul.breadcrumbs li:after {
    content:'\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color:#bfbfbf;
}
.embedded ul.breadcrumbs li:last-child:after {
    content: normal;
}

.embedded div.breadcrumbs {
    background: #efefef;
    min-height: 60px;
    max-height: 60px;
    padding-left: 15px;
}
.embedded .wrapper-header-select {
    position: absolute;
    float: none;
    top: 0;
    height: 60px;
    z-index: 1000;
    right: 0;
    background: #efefef;
    border: none;
}

.embedded .page-filters-wrapper {
    top:60px;
}
.content-overlay{
    background-color: #d0d0d0;
    border-bottom: 1px solid #aaa;
}
.player-overlay{
min-height: 100px;
}