﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
    overflow-y: scroll;
}
html.popup {
    overflow-y: auto;
}
body { font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; letter-spacing: -0.02em;
/*color: #333; background-color: #f0efef; */ }
#header {
	/*background: url(images/header_2.png) top left no-repeat;*/
	width: 100%;
	/*height: 169px;*/
}

div.accreditationLogo {
	background-image: url(Images/banner.png);
}

div.nzLogo {
	background-image: url(Images/Logo_NZ.jpg);
}

div.IQIPSLogo {
	background-image: url(Images/IQIPS_Logo.jpg);
}

#footer {
	width: 100%;
	/*text-align: right;*/
}

#footer-links {
	padding: 0 20px 0 20px;
}

#alertMessage {
    z-index: 1000;
    position: fixed;
    top: 10px;
    width: 1140px;
}

.ajaxOverlayBG {
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.strong {
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}
.cursordefault {
    cursor: default;
}

.margin-bottom-none {margin-bottom: 0;}
.margin-bottom-xs {margin-bottom: 0.25em;}  
.margin-bottom-sm {margin-bottom: 0.5em;} 
.margin-bottom-md {margin-bottom: 0.75em;}
.margin-bottom-lg {margin-bottom: 1em;}  

.margin-top-none {margin-top: 0;}
.margin-top-xs {margin-top: 0.25em;}  
.margin-top-sm {margin-top: 0.5em;} 
.margin-top-md {margin-top: 0.75em;}
.margin-top-lg {margin-top: 1em;}  

.gi-08x{font-size: 0.8em;}
.gi-0x{font-size: 1em;}
.gi-1x{font-size: 1.5em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.text-default {
    color: #000000;
}
a.text-default:hover, a.text-default:focus {
    color: #000000;
    text-decoration: underline;
}

.hover:hover {
    background-color: #f5f5f5;
    color: #000;
}
.hoverDark:hover {
    background-color: #999;
    color: white;
}
.bg-danger.hover:hover {
    background-color: #ebcccc;
    color: #000;
}
.bg-warning.hover:hover {
    background-color: #faf2cc;
    color: #000;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
.modal.modal-tall .modal-body {
  min-height: 300px;
}
.modal-full .modal-dialog {
    width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal-full .modal-content {
    min-height: 100%;
  height: auto;
  border-radius: 0;
}
#wideModal .modal-body p { margin-bottom: 900px }

.navbar .container-fluid, .navbar-collapse {
    padding-left:0;
}
.navbar-collapse.in {
    padding-left:30px;
}
.navbar-default {
    border: none;
    /*height: 15px;*/
    position: relative;
    z-index: 950;
}

.nav {
    position: relative;
    /*z-index: 25000;*/
}

.nav-tabs.nav-justified > .dropdown .dropdown-submenu .dropdown-menu {
    left:100%;
    top: 0px;
}

.nav-justified {
   border-collapse:separate;
   border-spacing:2px;
}

/* Tab colour override */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color:white;
    background-color: #056E74;
}
.nav-tabs.nav-justified > a, .nav-tabs.nav-justified > a:hover, .nav-tabs.nav-justified > a:focus {
    border-bottom: 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #337ab7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#337ab7;
    background-color: white;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: 0;
}

.nav-tabs > li.success > a:hover, .nav-tabs > li.success > a:focus {
    color:#3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.nav-tabs.nav-justified > .success > a, .nav-tabs.nav-justified > .success > a:hover, .nav-tabs.nav-justified > .success > a:focus {
    border-bottom: 0;
}

.nav-tabs > li.danger > a:hover, .nav-tabs > li.danger > a:focus {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.nav-tabs.nav-justified > .danger > a, .nav-tabs.nav-justified > .danger > a:hover, .nav-tabs.nav-justified > .danger > a:focus {
    border-bottom: 0;
}

.nav-tabs > li.warning > a:hover, .nav-tabs > li.warning > a:focus {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.nav-tabs.nav-justified > .warning > a, .nav-tabs.nav-justified > .warning > a:hover, .nav-tabs.nav-justified > .warning > a:focus {
    border-bottom: 0;
}

.nav-tabs > li.info > a:hover, .nav-tabs > li.info > a:focus {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.nav-tabs.nav-justified > .info > a, .nav-tabs.nav-justified > .info > a:hover, .nav-tabs.nav-justified > .info > a:focus {
    border-bottom: 0;
}

.dropdown-menu > li.success > a, .dropdown-menu > li.success > a:focus, .dropdown-menu > li.success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.dropdown-menu > li.success > a:hover {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: #d6e9c6;
}

.dropdown-menu > li.danger > a, .dropdown-menu > li.danger > a:focus, .dropdown-menu > li.danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.dropdown-menu > li.danger > a:hover {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1;
}

.dropdown-menu > li.warning > a, .dropdown-menu > li.warning > a:focus, .dropdown-menu > li.warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.dropdown-menu > li.warning > a:hover {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc;
}

.dropdown-menu > li.info > a, .dropdown-menu > li.info > a:focus, .dropdown-menu > li.info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.dropdown-menu > li.info > a:hover {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1;
}

.nav-pills > li.success > a, .nav-pills > li.success > a:focus, .nav-pills > li.success  {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
}
.nav-pills.nav-justified > a, .nav-pills.nav-justified > a:hover, .nav-pills.nav-justified > a:focus {
    border-bottom: 0;
}
.nav-pills > li.active > a, .nav-pills > li.success > a:hover, .nav-pills > li.success > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: #d6e9c6;
}
.nav-pills.nav-justified > .success > a, .nav-pills.nav-justified > .success > a:hover, .nav-pills.nav-justified > .success > a:focus {
    border-bottom: 0;
}

.nav-pills > li.danger > a, .nav-pills > li.danger > a:focus, .nav-pills > li.danger  {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1;
    text-align: center;
}
.nav-pills > li.danger > a, .nav-pills > li.danger > a:hover, .nav-pills > li.danger > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: #ebccd1;
}
.nav-pills.nav-justified > .danger > a, .nav-pills.nav-justified > .danger > a:hover, .nav-pills.nav-justified > .danger > a:focus {
    border-bottom: 0;
}

.nav-pills > li.warning > a, .nav-pills > li.warning > a:focus, .nav-pills > li.warning  {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-align: center;
}
.nav-pills > li.warning > a, .nav-pills > li.warning > a:hover, .nav-pills > li.warning > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc;
}
.nav-pills.nav-justified > .warning > a, .nav-pills.nav-justified > .warning > a:hover, .nav-pills.nav-justified > .warning > a:focus {
    border-bottom: 0;
}

.nav-pills > li.info > a, .nav-pills > li.info > a:focus, .nav-pills > li.info  {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    text-align: center;
}
.nav-pills > li.info > a, .nav-pills > li.info > a:hover, .nav-pills > li.info > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: #bce8f1;
}
.nav-pills.nav-justified > .info > a, .nav-pills.nav-justified > .info > a:hover, .nav-pills.nav-justified > .info > a:focus {
    border-bottom: 0;
}

.nav-pills > li.default > a, .nav-pills > li.default > a:focus, .nav-pills > li.default  {
    color: #31708f;
    background-color: #ddd;
    border-color: #ddd;
    text-align: center;
}
.nav-pills > li.default > a, .nav-pills > li.default > a:hover, .nav-pills > li.default > a:focus {
    color: #31708f;
    background-color: #ddd;
    border-color: #ddd;
}
.nav-pills.nav-justified > .default > a, .nav-pills.nav-justified > .default > a:hover, .nav-pills.nav-justified > .default > a:focus {
    border-bottom: 0;
}
.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/*end tab colour overrride*/

.well-default {
    background-color: #fff;
    border-color: #ddd;
}
.well-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
}
.well-block {
    width: 100%;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.table tr.vertical-align-middle td {
    vertical-align: middle;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  /*justify-content: center;  Optional, to align inner flex-items 
                              horizontally within the column  */
}

.header {
    border-bottom: 2px solid #ddd;
    border-top: none;
}
.stripe div.item {
    border-top: 1px solid #ddd;
    background-color: #ffffff;
}
.stripe div.item:nth-of-type(odd){
    background-color: #f5f5f5;
}
.border:not(:first-of-type) div  {
    border-top: 1px solid #ddd;
}


.tooltip-wide .tooltip {min-width:200px; max-width: 400px;}

.tooltip .tooltip-inner {
    max-width: 450px;
    text-align:left;
}
.tooltip .tooltip-inner > p {
   text-align:left;
 }

.hasDatepicker {
    position: relative !important; 
    /*z-index: 11000 !important;*/
}
.datePickerModal {
    position: relative !important; 
    z-index: 11200 !important;
}
.dropdown-menu {
    z-index: 11300;
}
.select2-dropdown {
    z-index: 11300 !important;
}
li.red a,
li.red a:hover {
    background-color: red;
}
li.green a,
li.green a:hover {
    background-color: green;
    color: white;
}
.alert-default {
    background-color: #f0f0f0;
    color: #000000;
    border-color: #d0d0d0;
}
.alert-clear {
    background-color: #ffffff;
    color: #000000;
    border-color: #d0d0d0;
}
.alert-sm {
    padding: 5px;
    margin-bottom: 5px;
}
.alert-xs {
    padding: 2px;
    margin-bottom: 2px;
}
.panel-jag {
    border-color: #056e74;
}

.panel-jag > .panel-heading {
    color: #fff;
    background-color: #056e74;
    border-color: #056e74;
}
.panel-jag > .panel-heading a{
    color: #fff;
}
.milestone-strong div:nth-child(1) {
    font-weight: bold;
}

.dropArea {
    border: 1px dashed #999;
    background-color: #f0f0f0;
    padding: 5px 15px;
}
.dropAreaActive {
    border: 2px dashed #faebcc;
    background-color: #fcf8e3;
}
.dropAreaHover {
    border: 2px dashed #337ab7;
    background-color: #d9edf7;
}
.dropAreaSuccess {
    border: 2px dashed #3c763d;
    background-color: #dff0d8;
}
.actionDropSuccess {
    border: 1px solid #3c763d;
    background-color: #dff0d8;
}
.dropAreaError {
    border: 2px dashed #a94442;
    background-color: #f2dede;
}
.actionDropError {
    border: 1px solid #a94442;
    background-color: #f2dede;
}
.dropArea ul {
    list-style-type: none;
}
.evidencePicker {
    cursor: pointer;
}
.evidencePicker:hover {
    border: 1px dashed #999;
    background-color: #f0f0f0;
}
.evidencePicker:active {
    border: 1px dashed #999;
    background-color: #f0f0f0;
}
.measureSaveSuccess {
    border: 1px solid #3c763d;
    background-color: #dff0d8;
}
.measureSaveError {
    border: 1px solid #a94442;
    background-color: #f2dede;
}
.edittextarea {
    width: 600px;
}
.actioneditable:hover {
    border: 1px dashed #d0d0d0;
    background-color: #f0f0f0;
    cursor: cell;
}
.actionEditSuccess {
    border: 1px dashed #3c763d;
    background-color: #dff0d8;
    font-weight: normal;
}

/*.panel-heading {
    color: #056E74;
    background-color: #fff;
    border-color: #fff;
    font-size: xx-large;
}*/
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px; /* negative of the offset - height of link element */
	right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 10px; /* height of link element */
	right: 10px; /* padding from the left side of the window */
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 20px;
    height: 21px;
    padding: 2px 6px;
    background: #000;
    /*border: 2px solid #000;*/
    color: #fff;
    text-align: center;
    font: 15px Arial, sans-serif;
    display: inline-block;
    font-weight: bold;
    cursor: default;
}
.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.col-condensed-xs {
  margin-left: 0px;
  margin-right: 0px;
  
}
.col-condensed-xs div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
 }

.col-condensed-sm {
  margin-left: 0px;
  margin-right: 0px;
  
}
.col-condensed-sm div[class^="col-"] {
    padding-left: 1px;
    padding-right: 1px;
 }

.col-condensed-md {
  margin-left: 0px;
  margin-right: 0px;
  
}
.col-condensed-md div[class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
 }


.actioneditable {
	position: relative;
	display: inline-block;
}
.edit {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.actioneditable:hover .edit {
	display: block;
}
textarea.hiddenTextarea {
    display:none;
    /*visibility: hidden;*/
}
input.hidden {
    display:none;
    /*visibility: hidden;*/
}
.small p {
    margin: 0;
}
.cbl label
{
	margin-left: 10px;
    margin-right: 5px;
}
option.success { 
    background-color: #dff0d8; 
    color:#3c763d;
}
option.danger { 
    background-color: #f2dede; 
    color:#a94442;
}
option.warning { 
    background-color: #fcf8e3; 
    color:#8a6d3b;
}
option.info { 
    background-color: #d9edf7; 
    color:#31708f;
}
.disabledText
{
	color: #989696;
}
.disabledRadio label
{
	color: #989696;
}
.disabled {
    cursor: not-allowed;
}
.disabled[readonly="readonly"], .disabled[readonly] { background-color:white; }

.disabledgray[readonly="readonly"], .disabledgray[readonly] { background-color:#989696; }

.btn-primary-switch {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary-switch:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.round {
	border-radius: 24px;
}

.btn-yellow {
  background: rgb(250, 255, 140);
  color: #574500;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background: rgb(252, 255, 179);
}
.btn-yellow:active {
  background: rgb(247, 255, 71);
}



.btn-jag {
	background: rgb(103, 169, 174);
	color: #000;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

	.btn-jag:hover, .btn-jag:focus {
		background: rgb(44, 108, 115);
	}

	.btn-jag:active {
		background: rgb(103, 169, 174);
	}



.btn-danger .badge {
    line-height: 0.7;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-success .badge {
    line-height: 0.7;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-info .badge {
    line-height: 0.7;
    padding-top: 2px;
    padding-bottom: 2px;
}
.btn-warning .badge {
    line-height: 0.7;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* File upload for IE8 */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dropzoneArea { min-height: 100px; border: 2px solid rgba(0, 0, 0, 0.3); background: white; padding: 10px 54px; }
.dropzoneArea.dz-clickable { cursor: pointer; }
.dropzoneArea.dz-clickable * { cursor: default; }
.dropzoneArea.dz-clickable .dz-message, .dropzoneArea.dz-clickable .dz-message * { cursor: pointer; }
.dropzoneArea.dz-started .dz-message { display: none; }
.dropzoneArea.dz-drag-hover { border-style: solid; }
.dropzoneArea.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzoneArea .dz-message { text-align: center; margin: 2em 0; }
.dropzoneArea .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; }
.dropzoneArea .dz-preview:hover { z-index: 1000; }
.dropzoneArea .dz-preview:hover .dz-details { opacity: 1; }
.dropzoneArea .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }
.dropzoneArea .dz-preview.dz-file-preview .dz-details { opacity: 1; }
.dropzoneArea .dz-preview.dz-image-preview { background: white; }
.dropzoneArea .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.dropzoneArea .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; }
.dropzoneArea .dz-preview .dz-remove:hover { text-decoration: underline; }
.dropzoneArea .dz-preview:hover .dz-details { opacity: 1; }
.dropzoneArea .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }
.dropzoneArea .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }
.dropzoneArea .dz-preview .dz-details .dz-filename { white-space: nowrap; }
.dropzoneArea .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); }
.dropzoneArea .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }
.dropzoneArea .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }
.dropzoneArea .dz-preview .dz-details .dz-filename span, .dropzoneArea .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }
.dropzoneArea .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); }
.dropzoneArea .dz-preview .dz-image { border-radius: 20px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; }
.dropzoneArea .dz-preview .dz-image img { display: block; }
.dropzoneArea .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzoneArea .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzoneArea .dz-preview .dz-success-mark, .dropzoneArea .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }
.dropzoneArea .dz-preview .dz-success-mark svg, .dropzoneArea .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }
.dropzoneArea .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.dropzoneArea .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }
.dropzoneArea .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; -moz-animation: pulse 6s ease infinite; -ms-animation: pulse 6s ease infinite; -o-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; }
.dropzoneArea .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; }
.dropzoneArea .dz-preview .dz-progress .dz-upload { background: #333; background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }
.dropzoneArea .dz-preview.dz-error .dz-error-message { display: block; }
.dropzoneArea .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }
.dropzoneArea .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }
.dropzoneArea .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }

.dropzoneArea { border: 2px dashed #0087F7; border-radius: 5px; background: white; }
.dropzoneArea .dz-message { font-weight: 400; }
.dropzoneArea .dz-message .note { font-size: 0.8em; font-weight: 200; display: block; margin-top: 1.4rem; }
hr {
    height: 2px;
    background-color:#555;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
}


/*Timer*/
.jst-hours {
  float: left;
  display: none;
}
.jst-minutes {
  float: left;
}
.jst-seconds {
  float: left;
}
.jst-clearDiv {
  clear: both;
}

.bodyTimeoutBackground {
  background: white;
}

.timeout {
  color: red;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}