html,body {margin:0;padding:0;}

body {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 1.33;
	color:#444;
	font-weight: normal;
}

/* General */

a {
	color:#105f8a;
	text-decoration: underline;
}

a:hover {
	color:#00507c;
	text-decoration: none;
}

.container {
	margin:0 55px;
	min-width: 1170px;
}

h2.container {
	text-align: center;
	margin:15px auto;
	font-size:22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

input[type="search"],
input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"]{
	border:1px solid #c3c3c4;
	border-radius:3px;
	background:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 1.33;
	height:46px;
	padding:0 10px;
	color:#444;
	font-weight: normal;
}

input[type="submit"], .generic-button {
	padding:10px 25px;
	background:#105f8a;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-decoration:none;
	border-radius: 3px;
	color:#fff;
	border:none;
	margin:15px 0;
}

input[type="submit"]:hover, .submitButton:hover, .generic-button:hover {
	background:#00507c;
	color:#fff;
	cursor: pointer;
}

input[type="submit"]:disabled, .generic-button:disabled {
	background:#a6a6a6;
}
input[type="submit"]:disabled:hover, .generic-button:disabled:hover {
	cursor:default;
}

input.error {
	border:1px solid #ef3c34;
}
span.error {
	font-size:16px;
	color:#ef3c34;
	display:none;
}



.flex {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* Header */
header {
	height:120px;
	margin-bottom:35px;
	border-width:0 0 5px;
	border-bottom: 5px solid #6cbdda;
	-moz-border-image: -moz-linear-gradient(left, #6cbdda 0%, #6cbdda 33%, #e64894 33%, #e64894 66%, #f7a544 66%, #f7a544 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #6cbdda 0%,#6cbdda 33%,#e64894 33%,#e64894 66%,#f7a544 66%,#f7a544 100%);
	border-image: linear-gradient(to right, #6cbdda 0%,#6cbdda 33%,#e64894 33%,#e64894 66%,#f7a544 66%,#f7a544 100%);
	border-image-slice: 1;
}
h1 {
	line-height: 120px;
	margin:0;
	margin-left:45px;
	font-weight: normal;
	font-size:24px;
	border-left:1px solid #e7e6e6;
	padding-left:45px;
}
.logo, h1 {float:left;}
.logo img {
	width:194px;
	height: auto;
	margin-top:44px;
}

header .account {float:right;}
header .account > div {
	float:left;
	line-height: 120px;
	margin-left:45px;
}

#availability span {
	display:inline-block;
	width:14px;
	height:14px;
	margin-right:10px;
	border-radius: 7px;
	background:#e7e6e6;
}

#availability.available a {
	color:#379b65;
	text-decoration:none;
}
#availability.available span {background-color:#379b65;}

#availability.unavailable a {
	color:#ef3c34;
	text-decoration:none;
}
#availability.unavailable span {background-color:#ef3c34;}


/* Alerts */
.alert {
	font-size:16px;
	background:#f3f2f2;
	padding:15px 0;
	border-radius: 3px;
	margin-bottom:15px;
}
.alert p {
	margin:0 20px 0 0;
}

.dismiss {
	margin:0 20px 0 20px;
}

.alert a {font-weight: 700;}

/* Navigation */
#nav {margin-bottom:15px;}

#tabs ul {
	margin:0;
	padding:0;
	list-style: none;
}

#tabs li {
	margin:0;
	display:inline-block;
}

#tabs li a {
	display: block;
	padding:10px 15px;
	background:#e9f1f4;
	font-size:20px;
	text-decoration:none;
	border-radius: 3px;
}

#tabs li.current a {
	background:#105f8a;
	color:#fff;
}

#tabs li a:hover {
	background:#00507c;
	color:#fff;
}

#search input[type="search"] {
	background-image:url(/assets/img/search.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 13px;
	width:400px;
	padding:0 25px 0 40px;
	height:46px;
}


/* Referrals */
.row, .row2 {
	height:60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.head div, .row2.head div {
	font-size:13px;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.row.head div a, .row2.head div a {text-decoration:none;}

.row.head .sort-asc a:after,
.row.head .sort-desc a:after{
	content: "";
	width:8px;
	height:8px;
	display:inline-block;
	background:url(/assets/img/sort.png) 0 1px no-repeat;
	background-size:8px 4px;
	margin-left:6px;
}
.row.head .sort-desc a:after {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	background-position: 0 3px;
}

.row div, .row2 div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.status {
	border-left:10px solid transparent;
	height:60px;
	line-height: 60px;
	padding-left:30px;
}

.new .status {
	border-left-color: #e6539d;
	color:#e6539d;
}

#tabs li#video, #tabs li#onsite{
	display: none;
}

.status-onsite {
	border-left:10px solid transparent;
	height:60px;
	line-height: 60px;
	padding-left:30px;
}

.new .status-onsite {
	border-left-color: #e6539d;
	color:#e6539d;
}


.new .status,
.new .status-onsite,
.new .casenum,
.new .casename,
.date-exp.soon {font-weight: 700;}

.row a.btn, .row2 a.btn, .btn.btn-primary {
	display:inline-block;
	padding:8px 30px;
	background:#105f8a;
	color:#fff;
	text-decoration: none;
	border-radius:3px;
	margin:0 auto;
}

.row a.btn:hover, .row2 a.btn:hover {
	background:#00507c;
	color:#fff;
}

.row.closed div,
.row.expired div {
	opacity: 0.8;
	font-style: italic;
}

.row.closed .case-archive,
.row.expired .case-archive {
	opacity:1;
	font-style:normal;
}

.row.none {
	height:120px;
}
.row.none p {
	text-align: center;
	width:100%;
	font-size:22px;
	color:#737373;
}

.row:nth-of-type(even) {background:#f3f2f2;}
.row.new {background:#e9f1f4;}
.row.new:nth-of-type(even) {background:#f0f5f7;}

/* 1140 */

.status {width:6.89%;min-width:120px;}
.casenum {width:7.64%;min-width:90px;}
.casename {width:35.68%;min-width:190px;}
.date-added {width:8.64%;min-width:120px;font-size:16px;}
.date-exp {width:8.64%;min-width:120px;font-size:16px;}
.reimbursement {width:11.02%;min-width:160px;text-align:center;}
.session-num {width:8.26%;min-width:120px;text-align:center;}
.case-archive {width:7.23%;min-width:105px;text-align:center;}
.company-code {width:6%;min-width:115px;text-align:center;}

.status-onsite {width:6.89%;min-width:120px;}
.company-onsite {width:24.32%;min-width:120px;}
.site-onsite {width:23%;min-width:120px;}
.date-added-onsite {width:9.64%;min-width:140px;font-size:16px;}
.date-exp-onsite {width:9.64%;min-width:140px;font-size:16px;}
.reimbursement-onsite {width:11.02%;min-width:160px;text-align:center;}
.submitted-onsite {width:8.26%;min-width:120px;text-align:center;}
.type-onsite {width:7.23%;min-width:105px;text-align:center;}


.billing-dos,.billing-case, .billing-received, .billing-entered, .billing-pay, .billing-invoice, .billing-check, .billing-adjusment, .billing-payment {width:12.5%;min-width:160px;}


.gotoarchive {
	margin-top:50px;
	text-align: center;
}
.gotoarchive a {
	display:inline-block;
	background:#e9f1f4;
	color:#105f8a;
	text-decoration: none;
	padding:8px 30px;
	border-radius:3px;
}
.gotoarchive a:hover {
	background:#00507c;
	color:#fff;
}


/* Provider Forms */
.form-name {width:43.46%;min-width:440px;margin-left:30px;}
.form-desc {width:43.46%;min-width:440px;margin-left:10px;}
.form-download {width:13.08%;min-width:190px;}


/* Account Settings */
#the_settings > div {
	padding:30px 45px;
	width:50%;
}

#account-details {
	line-height: 36px;
}

#account-details input[type="password"],
#account-availability input[type="text"]{
	display:block;
	width:100%;
	max-width:450px;
}

#account-availability {
	background:#f3f2f2;
	border-radius:3px;
	padding:10px;
}

#account-availability p {max-width:500px;}

#unavailable-settings {margin-left:30px;}

input[type="radio"]{margin:0 15px 0 0;}

input[type="date"]{
	margin-right:15px;
	width:180px;
	padding:0 10px;
}

.formrow {
	margin:15px 0;
	line-height: 36px;
}

.optional {font-style:italic;}


/* Sign In */

#signin > div {
	padding:30px 45px;
}

#signinbox {
	background:#e9f1f4;
	border-radius:3px;
	width:33%;
}

#signinbox h2 {
	font-size:24px;
	margin:10px 0 30px;
	font-weight: normal;
}

#signinbox label {
	display:block;
	font-weight: 700;
	margin-bottom:10px;
}

#signinbox input[type="password"],
#signinbox input[type="text"],
#signinbox input[type="email"]{
	display:block;
	width:100%;
	width:calc(100% - 30px);
	margin-bottom:15px;
	background:#fff;
}

.reset {
	font-size:16px;
	float:right;
	display:block;
	text-align: right;
	margin-top:25px;
}

#benefits {width:66%;}
#benefits p {max-width:600px;}

#signinbox.standalone {
	margin:0 auto;
}

.req {
	font-size:16px;
	display:block;
	font-style: italic;
	margin-bottom:15px;
}

/* Popups */
.pop {
	width:690px;
	margin:0 auto;
	font-size:16px;
	background:#fff;
	border-width:5px 0 0;
	border-top: 5px solid #6cbdda;
	-moz-border-image: -moz-linear-gradient(left, #6cbdda 0%, #6cbdda 33%, #e64894 33%, #e64894 66%, #f7a544 66%, #f7a544 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #6cbdda 0%,#6cbdda 33%,#e64894 33%,#e64894 66%,#f7a544 66%,#f7a544 100%);
	border-image: linear-gradient(to right, #6cbdda 0%,#6cbdda 33%,#e64894 33%,#e64894 66%,#f7a544 66%,#f7a544 100%);
	border-image-slice: 1;
}

.pop .container {
	margin:0;
	padding:45px;
	min-width:0;
}

.pop h2 {
	margin:0 0 35px;
	font-weight: normal;
	font-size:24px;
}

.pop .actions {
	font-size:16px;
	float:right;
	display:inline-block;
	text-align: right;
}

.tips {margin-top:45px;}

.notes .row {height:35px;}
.notes .row:nth-of-type(odd) {background:#e9f1f4;}
.notes .row:nth-of-type(even) {background:none;}
.notes .row > div {margin:0 15px;}

.notes .label {
	font-size:13px;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	width:25%;
}

.notes .data {
	text-align: left;
	width:75%;
}

.row.summary {
	height:auto;
	margin:10px auto;
}
.summary .label {
	-webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.summary .data {
	font-family: "Courier New", "monospace";
	white-space:normal;
	overflow:auto;
}

.gotoform {text-align: center;}

body.popup-demo {background:rgba(18,18,18,.6)}


/* Footer */
footer {
	border-top:1px solid #e7e6e6;
	padding-top:30px;
	font-size:16px;
}

footer.container {
	margin-top:80px;
	margin-bottom:100px;
}

footer .legal {float:left;}
footer .support {
	float:right;
	text-align: right;
}
.sep {
	color:#e7e6e6;
	padding:0 10px;
}

/* Misc */

#error {
	margin:90px 0;
	text-align: center;
}

::-moz-selection {background: #e64894; color:#fff;}
::selection {background: #e64894; color:#fff;}

#referrals-container p{
	margin-left:60px;
}

#onsite-container p,#video-container{
	margin-left:60px;
}

#video-html-box{
	width: 800px;
	height: 300px;
}

#video-info{
	margin-bottom:10px;
}

#video-info-dialog .centered button{
	display: inline-block;
}

.calendar-icon{
	cursor: pointer;
}

dialog{
	max-width: 800px;
}

::backdrop {
  backdrop-filter: blur(2px);
}


.row a.btn.warning{
	background-color:#e00707;
}

#popup-summary{
	font-weight: bold;
}

#location_filter_row{
	display:none;
	text-align:center;
}


input[type="text"]{
	background-color: #ffffff;
}

.attention, .attention2{
	font-weight: bold;
	color: #c43333;
}

.faq-question-holder{
	margin-bottom:20px;
	border-bottom:1px solid #000000;
	padding-bottom: 15px;
}

.faq-answer{
	display:none;
}

#request-email-change-body2{
	width: 300px;
}

.alert.banner{
	color: #c43333;
	font-weight: bold;
}

.pacific-docs-key{
	width: 100%;
	text-align: center;
}

a.pacific-doc, .pacific-doc{
	color: #288f28 !important;
	font-weight: bold;
}

#form_list .row{
	height: auto;
	margin:10px 0 10px 0;
	padding:4px 0 4px 0;
}


#password-toggle{
	float:  right;
	font-size: 12px;
	padding-top: 8px;
}
