.c-activity-log-left-circle-table-cell {
	border-left:1px solid #E5E5E5;
}

.c-activity-log-left-circle-table-cell__first_cell {
	border:none!important;	
}

.c-activity-log-left-circle-table-cell i {
	color: #E5E5E5;
	margin-left:-17px;
}

.c-activity-log-table {
	margin-left:0px!important;
}

.c-activity-log-table tr {
	height:40px;
}

.c-activity-log-change-details-table {
	border:1px solid #E5E5E5;
}

.c-activity-log-change-details-table th {
	color: #ADB1B3!important;
	font-weight:300!important;
	text-transform: none!important;
	padding-right:40px!important;	
}

.c-activity-log-change-details-table td {	
	font-weight:300!important;
	text-transform: none!important;
	padding-right:40px!important;
	border-top:1px solid #E5E5E5;
}

.c-activity-log-change-details-table__before {
	color:#DE7B87!important;
}

.c-activity-log-change-details-table__after {
	color:#00956B!important;	
}

.c-record-filters-header__wider {
	width: 370px!important;
}

.c-date-field-label {
	font-size:12px;
}
.cemify-bulk-file-upload-page__full_page_container {
	margin:10px;
}

.cemify-bulk-file-upload-page__full_page_container input {
	width:300px!important;
	height:30px!important;
	margin-left:20px!important;
}

.cemify-bulk-file-upload-page__full_page_container select {
	width:300px!important;
	height:30px!important;
	margin-left:20px!important;
}

.cemify-bulk-file-upload-page__full_page_container input[type="submit"] {
	width:100px!important;
	height:50px!important;
	padding:10px!important;
	background-color: blue;
	color:white;

}

.cemify-bulk-file-upload-page__full_page_container table {
	width:800px;	
}


.c-simple-administrative-table-design{
	margin:10px;
	border:1px solid black;
}
.c-simple-administrative-table-design td {
	padding:10px;
}

.c-simple-administrative-table-design th {
	background-color: grey;
	padding:5px;
}

.cemify-add-new-cemetery-form {
	padding:50px;
}

.cemify-add-new-cemetery-form input {
	height:30px;
	width:300px;
}

.new-cemetery-add-company-checkbox {
	margin-top:10px;
	width:20px!important;
	height:15px!important;
}

.cfy-client-questionnaire-questions::placeholder {
	font-weight:400;
	color: #c9c9c9;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.c-javascript-or-browser-alert {
	background-color: red;
	color:white;
	line-height: 40px;
	height:40px;
}

.c-javascript-or-browser-alert--browser {
	background-color: #e20d0dd4;
	color:white;
	line-height: 20px;
	padding-top:4px;
	padding-bottom:4px;
	height:28px;
}

.cfy-simple-table {
	border:1px solid black;
}

.cfy-simple-table td {
	border:1px solid black;
	padding:20px;
}
/* application.tailwind.css */

@tailwind base;
@tailwind components;
@tailwind utilities;	
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  overflow-x: hidden;
}
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    /*text-shadow: none !important;    
    -webkit-box-shadow: none !important;
            box-shadow: none !important;*/
  }
  a,
  a:visited {
    text-decoration: underline;
  }
/*  a[href]:after {
    content: " (" attr(href) ")";
  }*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 16px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #257bc6;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {  
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-top:30px;
  padding-right: 15px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px;
  margin-bottom: -1px;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
.c-canvas-configuration-main-area {
	display:table;
	width:100%;
}

.c-canvas-configuration-back-button {
	color: #748494;
	font-size:10px;
	font-weight: 300;
}

.c-canvas-configuration-title {
	padding-bottom:30px;
	border-bottom:1px solid #e0e8ef;
	font-size: 16px;
    color: #32325D;
}

.c-canvas-map-configuration-outer-container {
	padding:20px 30px 20px 30px;
	text-align: center;
}

.c-canvas-map-configuration-table-label-td {
	font-size:12px;	
	padding-right:20px;
	height:40px;
	width:130px;	
	color:#6B7C93;
	font-weight: 400;
}

.c-canvas-map-configuration-table {
	margin-top:10px;
	margin-bottom:30px;	
	text-align:left;
}

.c-canvas-map-configuration-options {
	padding-top:30px;
	border-top:1px solid #e0e8ef;
	text-align: center;
}

.c-canvas-configuration-refresh-button {
	background-color: #147dc5;
	color:white;
	padding: 12px 18px;
	float:left;
}

.c-canvas-configuration-download-button {
	background-color: #147dc5;
	color:white;
	padding: 12px 18px;
	float:right;
}

.c-canvas-configuration-button-disabled {
	background-color:#a3d3f3;
	color:white;
}

.c-canvas-configuration-left-configuration-area {
	display:table-cell;
	vertical-align: top;
	width:300px;
}

.c-canvas-print-preview-area {
	background-color: #C2CBD3;
	padding:40px 80px 40px 80px;
	overflow:scroll;		
	vertical-align: top;	
	width: auto;
   	white-space:nowrap; 
}

.c-canvas-print-preview-area-outer-container {
    width: 70%;
    overflow: scroll;
    height: 100%;
    position: absolute;
}

@media (max-width: 620px) {

	.c-nearby-burials-canvas-map {
		width:95%;
		height:800px;
		overflow:scroll;
		margin:auto;
	}

	.c-nearby-burials-canvas-map img {
		width: 300px;
    	padding: 5px;
    	margin: 30px 0 30px 0;
	}



}

@media (min-width: 621px) {

	.c-nearby-burials-canvas-map {
		width:620px;
		height:800px;
		overflow:scroll;
		margin:auto;
	}

	.c-nearby-burials-canvas-map img {
		width: 300px;
    	padding: 5px;
    	margin: 30px 0 30px 0;
	}

}


.c-nearby-burials-for-plot__plot_mapping_information {
	font-size: 16px;
	color: #32325D;
	font-weight: 300;		
	text-align: center;
	margin: 30px 0 0 0;
}


.c-canvas-map-configuration-format-text:hover {
	text-decoration: none;
}

.c-canvas-map-configuration-format-text:visited {
	text-decoration: none;
}

.c-canvas-map-print-generate-progress-bar {
	height:30px;
	width:200px;
	margin:auto;
	background-color: #ecebeb;
	border: 1px solid #e4e4e4;
}



.c-cemetery-health-table {	
}

.c-cemetery-health-table th {
	font-size:14px;
	padding-right:10px;	
	padding-bottom:10px;
}

.c-cemetery-health-table td {
	padding-right:20px;
}
.configure-cemetery-form label {
	font-weight: 400;
}

.configure-cemetery-form td {
	padding-right:20px;
}

.configure-cemetery-form select {
	height:25px!important;
	width:100px!important;
	margin:0!important;
}

.multiple-text-field-border {	
	padding:20px 0 20px 0;
}

.configure-cemetery-form ::placeholder {
	color:#c6c6c6;
	font-weight: 300;
	font-size:11px;
}

.c-cemetery-configuration-hash-table th {
	font-size: 12px;
	padding-right:5px;
	border: 1px solid black;
}

.c-cemetery-configuration-hash-table td {	
	font-size:10px;
}

.c-cemetery-configuration-hash-table td input {
	width:80px;	
}



.c-c-cemetery-mapper-body {
	background-color: #f8f9fb;
}

.c-c-cemetery-mapper-header-container__main_content_area {
    max-width: 1200px;
    margin: auto;
    margin-top:60px;
}

.c-c-cemetery-mapper-header-container {
	background-color: #293746;
	height:60px;
}

.c-c-cemetery-mapper-header-container__title a {
	float:left;
	color:white;
	line-height: 60px;
	padding-left:30px;
	font-size:18px;
	font-weight: bold;
}

.c-c-cemetery-mapper-header-container__logout a {
	float:right;
	color:white;	
	line-height: 60px;
	padding-right:30px;
}


.c-c-cemetery-mapper-select-cemetery-box {
	width: 60%;
	float:left;
	background-color: #F8F8F8;
	border:1px solid #DDDDDD;
	margin-left:5%;
	margin-right:5%;
	padding:20px;
}

.c-c-cemetery-mapper-get-help-box {
	width:20%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	background-color: #F8F8F8;
	border:1px solid #DDDDDD;
	padding:20px;
}

.c-c-cemetery-mapper-select-cemetery-box__welcome {
	font-weight:bold;
	color: #023B63;
	font-size:18px;
}

.c-c-cemetery-mapper-select-cemetery-box__project-list {
	margin-top:10px;
}

.c-c-cemetery-mapper-select-cemetery-box__project-list-table {
	margin-top:10px;
	width:100%;
}

.c-c-cemetery-mapper-get-help-box__help-links {
	list-style: none;	
	padding:0;
	margin:10px 0 0 0;
}

.c-c-cemetery-mapper-get-help-box__help-links li {
	padding-bottom:10px;
}


.c-cemetery-mapper-video-tutorial-container {
	margin:auto;
	margin-bottom:100px;
	max-width:800px;
}

.c-cemetery-mapper-video-series-information {
	padding-left:20px;	
}

.c-cemetery-mapper-video-series-information h2 {
	font-size:18px;
}

.c-cemetery-mapper-video-tutorial__table {
	margin-top:20px;
}

.c-cemetery-mapper-video-tutorial__table td {

}

.c-cemetery-mapper-video_video {
	width:300px;
	height:150px;
	margin-bottom:10px;
	margin-top:10px;
}


.c-cemetery-mapper-video-tutorial-container__footer_text {
	margin-top:20px;
}



.cemify-standard-table {
	width:100%;
	border: 1px solid #D3D3D3;
}

.cemify-standard-table th {
	padding: 20px 40px 20px 40px;
	font-weight: 500;
	font-size:12px;
	background-color: #F5F8FA;
	text-transform: uppercase;
	border-bottom: 1px solid #D3D3D3;
}

.cemify-standard-table td {
	padding: 10px 40px 10px 40px;
	border-bottom: 1px solid #D3D3D3;
}

.cemify-page-header {
	font-size:18px;
	color:#2a2f45;
	font-weight:500;
}

.cemify-secondary-page-header {
	font-size:16px;
	color:#2a2f45;
	font-weight:400;
}

.cemify-special-editor-orange {
	background-color:#F1946A;
	color:white;
}
.cemify-standard-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ 
}

.cemify-standard-modal-helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cemify-standard-modal-popup {
	background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 500px;
    border-radius:5px;
}

.cemify-standard-modal-popup__title_area {	
	font-family: 'Noto Sans HK', sans-serif;
	line-height:24px;
	font-size:16px;
	padding:15px 20px;
	color: #1a1f36;
	font-weight:600;
	border-bottom:1px solid #E5E5E5;
}

.cemify-standard-modal-popup__middle_content {
	background-color: #F7FAFC;
	padding: 20px 20px;
}

.cemify-standard-modal-popup__middle_content label {
	font-weight: 500;
	padding-bottom:5px;
}

.cemify-standard-modal-popup__middle_content select {
	height: 35px;
    width: 200px;
}   

.cemify-standard-modal-popup__middle_content__sub_header {
	font-family: 'Noto Sans HK', sans-serif;	
	font-size:14px;	
	color: #1a1f36;
	font-weight:600;	
}

.cemify-standard-modal-popup__middle_content__sub_header__labels {
	font-weight:500;
}

.cemify-standard-modal-popup__middle_content__sub_header__label_description {
	color: #697386;	
}

.cemify-standard-modal-popup__action_buttons {
	line-height:24px;
	font-size:16px;
	padding:15px 20px;
	color: #1a1f36;
	font-weight:400;
	border-bottom:1px solid #E5E5E5;
	height:70px;
}

.cemify-standard-modal-popup__action_buttons button {
	padding:5px 10px;
	float: right;
}

.cemify-standard-modal-popup__middle_content__checkbox_group td {
	vertical-align: top;
	color:#697386;
	padding-bottom:5px;
}

.cemify-standard-modal-popup__middle_content__checkbox_group td:nth-child(2) {
	padding-left:10px;
	width:47%;
}

.cemify-standard-modal-popup__middle_content__checkbox_group td:nth-child(4) {
	padding-left:10px;
	width:47%;
}

.cemify-standard-modal-popup__middle_content__checkbox_group label {
	padding:0px;
	margin:0px;
	color:#333;
}

.cemify-standard-modal-popup__middle_content__radio_button_group td {
	vertical-align: top;
	color:#697386;
	padding-bottom:5px;
}

.cemify-standard-modal-popup__middle_content__radio_button_group td:nth-child(2) {
	padding-left:10px;
	width:97%;
}

.cemify-standard-modal-popup__middle_content__radio_button_group label {
	padding:0px;
	margin:0px;
	color:#333;
	font-size:13px;
}


.cemify-standard-modal-popup__middle_content__list_of_download_links a {
	color: #525f7f;	
	font-weight:300;
}

.cemify-standard-modal-popup__middle_content__list_of_download_links a i {
	color: #7584a7!important;		
	padding:0!important;
}

.cemify-standard-modal-popup__middle_content__list_of_download_links a:hover {
	font-weight:700;
	text-decoration: none;
}

.cemify-standard-modal-popup__middle_content__list_of_download_links a:hover i {
	text-decoration: none;
	color:#337ab7!important;
}


.cemify-standard-modal-popup__middle_content__list_of_download_links td {
	padding-bottom:5px;
}

.cemify-standard-modal-input_text_fields label {
	width: 100px;
    color: #697386;
    font-weight: 400;
}

.cemify-modal-rounded-input {
	border:0;
	border-radius:5px;
	border:1px solid #dad2d2;
}

.cfyTemplatePageHeadings {
	color:grey;
	text-decoration: underline;
}

/* Headings */

.cfy_heading_l, .cfy_heading_m, .cfy_heading_s, .cfy_heading_xs, .cfy_heading_xl, .cfy_heading_xxl {
	color: #3c4257;
    font-weight: 900;
    margin:0px;
}
.cfy_heading_xxl {
	font-size:34px;	
}
.cfy_heading_xl {
	font-size:24px;	
}
.cfy_heading_l {
	font-size:18px;	
}
.cfy_heading_m {
	font-size:16px;
}
.cfy_heading_s {
	font-size:14px;
}
.cfy_heading_xs {
	font-size:12px;
}

/* Checkboxes & Toggles */
.cfy_toggle_switch {
	float:left;
}
.cfy_toggle_label {
	float:left;
	margin-top: -2px;
    margin-left: 9px;
    font-size:14px;
}

.cfy_toggle_and_label_group {
	margin-bottom:30px;	
	clear:both;
}

.cfy_checkbox_switch {
	float:left;
}
.cfy_checkbox_label {
	float:left;
	margin-top: 2px;
    margin-left: 9px;
    font-size:14px;
}

.cfy_checkbox_label_small {
	font-size:13px;
	margin-top:3px;
}

.cfy_checkbox_and_label_group {
	margin-bottom:28px;	
	clear:both;
}

.cfy_checkbox_input {
	border: 1px solid #bcbcbc; /* Adjust color as needed */
    appearance: none; /* Removes default browser styling on some browsers */
    -webkit-appearance: none; /* For older versions of Safari */
    width: 16px; /* You can adjust as needed */
    height: 16px; /* You can adjust as needed */
    border-radius:3px;
    vertical-align: middle; /* Aligns checkbox with surrounding text/content */
    position: relative;
    outline: none; /* Removes default focus outline */
}

.cfy_checkbox_input_small {
	width:14px;
	height:14px;
}

/* Style when the checkbox is checked */
.cfy_checkbox_input[type="checkbox"]:checked {
    background-color: #635BFF;
    border-color: #635BFF;
}

/* Displaying a checkmark when checked */
.cfy_checkbox_input[type="checkbox"]:checked:after {
    content: '\2713'; /* Unicode checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px; /* Adjust size of checkmark */
    color: white; /* White checkmark */
}

/* By default, no pseudo-element */
.cfy_checkbox_input[type="checkbox"]:after {
    content: none;
}

.cfy_checkbox_input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
}

.cfy_blog_outer_container {
	margin:30px;
}

@media (max-width: 767px) {
	.cfy_blog_outer_container {
		margin:10px;
	}	
}

.cfy_blog_inner_container {
	max-width:1200px;
	margin:auto;	
	border-radius:5px;	
}

.cfy_subheading_text_s, .cfy_subheading_text_m, .cfy_subheading_text_l, .cfy_subheading_text_xl {
	color: #a6abb3;
    font-weight: 400;
}

.cfy_subheading_text_s {
	font-size:13px;
}

.cfy_subheading_text_m {
	font-size:15px;
}

.cfy_subheading_text_l {
	font-size:18px;
}

.cfy_subheading_text_xl {
	font-size:24px;
}

.cfy_blog_title_container {
	padding:60px 0px;
}

.cfy_blog_content_container {
	max-width:900px;
	margin:auto;
	padding:20px;
}

.cfy_blog_post_container {
	margin-top:60px;
	margin-bottom:60px;
}

.cfy_blog_line_divider {
	border-bottom:1px solid #dcdcdc;
	width:100%;	
}

@media (max-width: 767px) {
	.cfy_blog_title_container {
		padding:60px 0px;
	}	
}

.cfy_blog_post_date {
	font-size:13px;
	color:#818795b8;
}

.cfy_blog_post_full_width_image {
	width: 100%;
	border-radius: 10px;
	margin: 20px 0px;
}

.cfy_blog_post_container_pre_styled h2 {
	color: #3c4257;
    font-weight: 900;
    font-size:24px;
    margin:0px;
    margin-bottom:15px;
}

.cfy_blog_post_container_pre_styled ul {
	font-size:15px;
	color: #596171;
}

.cfy_blog_post_container_pre_styled p {
	font-size:15px;
	color: #596171;
	line-height: 25px;
}

.cfy_blog_post_container_pre_styled h3 {
	color: #3c4257;
    font-weight: 900;
    font-size:18px;
    margin:0px;
    margin-top:25px;
    margin-bottom:15px;
}

.cfy_blog_post_container_pre_styled img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.cfy_blog_post_container_pre_styled li {
	padding:5px 0px;
}

.cfy_blog_post_pagination a {
	color:rgb(85, 108, 214)!important;
	text-decoration: none!important;
}
.cemify_table {
}

.cemify_table--full-width {
	width:100%;
}

.cemify_table--top-and-bottom-margins {
	margin-bottom:20px;
	margin-top:20px;
}

.cemify_table__header {
	background-color: #F5F8FC;
	padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #525f7f;
}

.cemify_table__data {
	padding: 10px;
}

.cemify_table__data--align-right {
	text-align: right;
}

.cemify_table__delete_link {
	font-size:12px;
	color: #929090;
    font-weight: 300;
}

.cemify_table__delete_link:hover {
	text-decoration: none;
	color:red;
}
/* 

Started on 11.20.2019, this file should house
a global list of styles to start using everywhere
within the Cemify app.

Anything created after 11.20.2019 should use these
styles.


*/


/* 

Buttons & Dropdowns

*/


.cfy_button_with_dropdown_container {
	position: relative;
	display: inline-block;
}

.cfy_button_with_dropdown_content {
  display: none;
  position: absolute;  
  background-color: white;
  box-shadow:0 0 0 1px rgb(136 152 170 / 10%), 0 15px 35px 0 rgb(49 49 93 / 10%), 0 5px 15px 0 rgb(0 0 0 / 8%);
  margin-top:2px;
}

.cfy_button {
	font-family: 'Noto Sans HK', sans-serif;
	font-size: 14px;
    background: white;
    color: rgb(60, 66, 87);
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0;
    padding: 5.5px 10px 6px 10px;   
}

.cfy_red_delete_button {
	background: #cd3d64!important;
	color:white!important;
}

.cfy_red_delete_button__disabled {
	background: #fe9db7!important;
	color:white!important;	
}

.cfy_button_with_icon:focus {
	outline:none;
}

.cfy_button_with_icon__in_box_header {
	float:right;
	margin-top:-7px;
}

.cfy_button_with_icon_small {
	font-size:13px!important;
	padding: 4.5px 8px 4.5px 8px!important 
}

.cfy_button_with_icon__grey-disabled {
	color:#bdbdc7!important;	
}

.cfy_button_with_icon__grey-disabled i {
	color:#bdbdc7!important;
}

.cfy_button--small {
	font-size:13px;
}

.cfy_button--blue {
	color:white;
	background-color:#5468D4;
}

.cfy_button_with_icon {
	font-family: 'Noto Sans HK', sans-serif;
	font-size: 14px;
    background: transparent;
    color: rgb(60, 66, 87);
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0;
    padding: 4.5px 10px 5px 10px;    
}

.cfy_button_with_icon--global-search {
	font-family: 'Lato', sans-serif;;
	font-size: 14px;
  background: #212D3A;;
  color: #C8C8C8;
  box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
  border-radius: 4px;
  font-weight: 400;
  border:0;
  padding: 4.5px 40px 5px 10px;  
}

.cfy_button_with_icon--small-icon-only {
	padding: 2.5px 6px 3.5px 6px!important;
}

.cfy_button_with_icon i {
	padding-right:4px;
	font-size:12px;
	color:rgb(79, 86, 107);
}

.cfy_button_with_icon--small-icon-only i {
	padding-right:0px!important;
	font-size:13px;
}

.cfy_button_with_icon--right-margin {
	margin-right:15px;
}

.cfy_button_with_icon_red {
	color:#cd3d64!important;
}

.cfy_button_with_icon_red i {
	color:#cd3d64!important;
}

.cfy_dropdown_select {
	width:auto;
	height:32px;
	margin:0;
	font-family: 'Noto Sans HK', sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: rgb(60, 66, 87);
	background: transparent;    
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0;
}

.cfy-report-date-changer {	
	height:26px;
	margin:0;
	font-family: 'Noto Sans HK', sans-serif;
	font-size: 14px;
	font-weight: 400;	
	color: rgb(60, 66, 87);
	background: transparent;    
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0;
    padding:0px 10px;
}

.cfy-report-date-changer--width {
	width: 132px;
    font-size: 12px;
    padding: 5px!important;
}

.cfy_dropdown_select:hover {
	cursor:pointer;
}

.cfy_dropdown_select--sort_by {
	width:80px;	
	padding:0px 0px 0px 10px!important;
	appearance: auto!important;
	-webkit-appearance: auto!important;	
}

.cfy_button_with_no_outline {
	background:transparent;
	border:0;
	padding:0;
	margin:0;
}

.cfy_button_with_no_outline:focus {
	outline: none;
}

.cfy_standard_submit_button {
	background-color: #556CD6;
	color:white;
}

.cfy_standard_submit_button-disabled {
	background-color:#AEB9EA;
	color:#FAFBFD;
}

.cfy_standard_submit_button-disabled-red {
	background-color:#f9c3d1;	
}

.cfy_button_load_spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #000000;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* 

Containers

*/

.cfy_primary_container {
	background-color: white;	
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
	border-radius: 5px;	
}

.cfy_index_header_container {
	padding:20px;
}


.cfy_index_body_container {
	
}

.cfy_index_header_container_bottom_border {
	border-bottom:1px solid #e0e1e3;
} 

.cfy_index_footer_container {
	
}

.cfy-index-footer-information {

}

.cfy-index-footer-information-result-count {
	text-align:left;
	padding:20px!important;
	font-size:15px;
	color:#3c4257;
}

.cfy-index-footer-information-pagination-container {
	text-align: right;
	padding-right:20px!important;
}

/*

Tables

*/

.cfy_index_table {
	width:100%;
}

.cfy_index_table__header {
	background-color: #F7FAFC;
	border-top:1px solid #E3E8EE;
	border-bottom:1px solid #E3E8EE;
	height:40px;
	line-height: 40px;
	text-transform: uppercase;
	color:#1A1F36;
	font-weight: 400;
}

.cfy_index_table__header--minimal {
	background-color:white;
	font-size:12px;
	border-top:none;	
}

.cfy_index_table__header_subtle {
	height:30px!important;
	line-height: 30px!important;	
	background-color: white!important;
	color:#6B7C93!important;
	font-weight: 300!important;
	text-transform: capitalize!important;
	border-top:0px;
}

.cfy_index_table__header--left-padding {
	padding-left:20px;
}

.cfy_index_table__header--right-padding {
	padding-right:20px;
}

.cfy_index_table__header--checkbox_container {
	width:50px!important;
}

.cfy_index_table__data_cell {
	vertical-align: middle;
	height: 20px;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: inset 0 -1px #e3e8ee;
	color:#3c4257;
}

.cfy_index_table__data_cell--note_data {	
	min-height:30px!important;
	padding-top:30px;
	padding-bottom:30px;
}


.cfy_index_table__data_cell--checkbox {
	width:50px;
}

.cfy_index_table__data_cell__primary {
	font-weight: 600!important;
	width:1%;
	white-space: nowrap;
	padding-right:30px;
}

.cfy_index_table__data_cell--status-padding-right {
	padding-right:20px;
}

.cfy_index_table__data_cell--centered-text {
	text-align: center;
}

.cfy_index_table__data_cell--no-value {
	color:#b5b9c5;
}

.cfy_index_table__data_cell--name-value {
	min-width:120px;
}

.cfy_todo_status_pill--open {
	background-color: #e3e8ee;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#4f566b;
    font-size:12px;
}

.cfy_todo_status_pill--past-due {
	background-color: #ffd6d6;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#ac3d3d;
    font-size:12px;
}

.cfy_todo_status_pill--complete {
	background-color: #93c59a;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#0d583c;
    font-size:12px;
}

.cfy_index_table_data_cell__status_pill {
	background-color: #d6ecff;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#3d4eac;
    font-size:12px;
}

.cfy_index_table_data_cell__status_pill-yellow {
	background-color: #f8e5b9;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#983705;
    font-size:12px;
}

.cfy_index_table_data_cell__status_pill--green {
	background-color: #cbf4c9;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#0e6245;
    font-size:12px;
}

.cfy_index_table_data_cell__status_pill--grey {
	background-color: #e3e8ee;
	border-radius: 20px;	
    padding: 2px 8px;
    color:#4f566b;
    font-size:12px;
}

.cfy_index_table_data_cell__status_pill--red {
  background-color: #fdd8d8;
  border-radius: 20px;
  padding: 2px 8px;
  color: #9f1c1c;
  font-size: 12px;
}

.cfy_index_table_data_cell__status_pill--indigo {
  background-color: #e5e8fa; /* soft indigo/lavender */
  color: #3c4f94; /* rich indigo */
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 12px;
}

.cfy-index-table-bulk-select-checkbox {
	font-size:30px;
	margin-left:20px!important;
	margin-right:10px!important;
	margin-bottom: 8px!important;
	appearance: auto!important;
	-webkit-appearance: auto!important;	
	height:auto!important;
	width:auto!important;
}

.cfy-export-plots-select-fields-checkbox {
	font-size:30px;	
	margin-right:5px!important;
}

.cfy-index-table-bulk-select-checkbox--select-all {
	font-size:30px;
	margin-left:20px!important;
	margin-right:10px!important;
	margin-bottom: 8px!important;
	appearance: auto!important;
	-webkit-appearance: auto!important;	
	height:auto!important;
	width:auto!important;
}

.cfy-index-table-bulk-select-checkbox--select-all,
.cfy-index-table-bulk-select-checkbox {
    outline: none !important;
    outline-offset: 0 !important;
    --tw-ring-inset: initial !important;
    --tw-ring-offset-width: 0 !important;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-color: transparent !important;
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
    box-shadow: none !important;    
}

.record_documents_uploader_sectionmultiSelects, .record_photos_uploader_sectionmultiSelects {
	outline: none !important;
    outline-offset: 0 !important;
    --tw-ring-inset: initial !important;
    --tw-ring-offset-width: 0 !important;
    --tw-ring-offset-color: transparent !important;
    --tw-ring-color: transparent !important;
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
    box-shadow: none !important;
    width:15px!important;
    color:#2563eb!important;
}

.cfy-index-table-bulk-select-checkbox:hover {
	cursor: pointer;
}


.cfy-add-billable-services-table {
	width:100%;
}

.cfy-add-billable-services-table td {
	padding-bottom:10px;
}

.cfy-add-billable-services-table input {
	background-color: white;
	height:32px!important;
}

.cfy-add-billable-services-table input::placeholder {
	color:#969ba5;
}

.cfy-add-billable-services-table__description {
	width:80%;
}

.cfy-add-billable-services-table__description input {
	width:95%;	
}

.cfy-add-billable-services-table__price {
	width:20%;
}

.cfy-add-billable-services-table__price input {
	width:100%;
}

.cfy-add-another-item-link {
	color:rgb(85, 108, 214)!important;
}

.cfy_index_table__data_cell--drag-icon {
	color:#797d8b;
	padding-left:15px;
	width:50px;
}

.cfy_index_table__data_cell--drag-icon:hover {
	cursor:pointer;
}

.cfy-in-table-input {
	margin:0!important;
	width:auto!important;
	border:1px solid #E0E0E0;
	padding:5px 0 5px 10px;
}



/* 

Search Bars

*/

.cfy_index_search_bar {
	height:32px;
	font-family: 'Noto Sans HK', sans-serif;
	margin:0!important;
	font-size: 14px;
	font-weight: 400;	
	color: rgb(60, 66, 87);
	background: transparent;    
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0;    
}

.cfy_index_search_bar__white_background {
	background-color: white;
}

.cfy_index_search_bar i { 
	padding-left:10px;
	color:#97A0AE;
}

.cfy_index_search_bar input {
	display:inline-block;
	border:0px;
	height:29px;
	padding:0;
	margin:0;
	color: rgb(60, 66, 87);
	padding-left:5px;
	width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
}

.cfy_index_search_bar input::placeholder {
	color:#7E8797;
	font-weight: 300;
	font-size: 14px;
}

.cfy_index_search_bar input:focus {
	outline:none;
}

.cfy_soft_border_input {	
	padding:10px;
	font-family: 'Noto Sans HK', sans-serif;
	margin:0!important;
	font-size: 14px;
	font-weight: 400;	
	color: rgb(60, 66, 87);
	background: white;    
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border:0; 
}

.cfy_soft_border_input::placeholder {
	color:#7E8797;
	font-weight: 300;
	font-size: 14px;
}

.cfy_soft_border_input:focus {
	outline:none;
}

.cfy_index_search_bar--left-margin {
	margin-left:15px!important;
}

.cfy_index_search_bar--mobile {
	width:100%;	
}

.cfy_mobile_search_bar_container {
	display:none!important;
}

.cfy_search_bar_desktop {
		width:300px;
}


@media (max-width: 853px) {

	.cfy_search_bar_desktop {
		width:180px;
	}

}

@media (max-width: 600px) { 

	.cfy_mobile_search_bar_container {
		display:block!important;
		width:100%;
		margin-bottom:20px;
	}

	.cfy_search_bar_desktop {
		display:none!important;
	}	

	.cfy-index-slight-padding-where-checkbox-was {
		padding-left:10px;
	}	

}

/* 

Global Search Bars

*/


.cfy-global-search-icon {
	margin-bottom:10px;
	font-size:14px;
}

.c-global-autosuggest-search-bar::placeholder {
	color:#C8C8C8;
}

.cfy-global-search-search-results-box {
	color:#3c4257;
	font-size:14px;
	display:none;
	position:absolute;
	top:50px;
	background-color: white;		
	z-index:9999999	
}

.cfy-global-search-results-area-title {
	padding:10px 10px 10px 10px;
}

.cfy-global-search-results-area {
	width:100%;	
}

.cfy-global-search-loading-spinner {	
	margin:auto!important;
	float:none!important;
	display: block!important;
  	margin-left: auto!important;
  	margin-right: auto!important;
  	width: 30px!important;
  	padding:60px 0 60px 0;

}

.cfy-global-search-no-results {
	margin:auto!important;
	float:none!important;
	display: block!important;
  	margin-left: auto!important;
  	margin-right: auto!important;
  	width: 180px!important;
  	text-align: center;	
    color: #8a91a0;
    font-weight: 300;
  	padding:60px 0 60px 0;
}

.cfy-global-search-bar-loading {
	line-height:120px;
	width:100%;
	margin:auto;	
	color:#697386;
	font-weight: 300;
}

.cfy-global-search-bar-loading img {
	width:30px;
}

.cfy-global-search-results-table {	
	width:100%;
}

.cfy-object-row td {
	padding:10px 10px 10px 0px;
	box-shadow: inset 0 -1px #e3e8ee;
}

.cfy-object-row td:nth-child(1) {
	padding-left:10px;
}

.cfy-object-row-primary-name {
	font-weight:900;
}

.cfy-object-row i {
	padding-right:2px;
	color: #50576B;
}

.cfy-object-row-final-data-cell {
	text-align: right;
	color: #697386;
	font-weight: 300;
}

.cfy-global-search-search-results-box {	
	float:right;
	width: calc(100% + 300px);
    left: -300px;
}

@media (max-width:2000px) {
	.cfy-global-search-search-results-box {
		width: calc(100% + 200px);
    	left: -200px;
	}
}

@media (max-width: 1140px) {
	.cfy-global-search-search-results-box {
		width: calc(100% + 300px);
    	left: -300px;
	}
}

@media (max-width: 800px) {
	.cfy-global-search-search-results-box {
		float:left;
		width: calc(100% + 140px);
    	left: -100px;
	}
}





/* 

Alignment

*/

.cfy_format_as_table {
	display:table;	
	margin:0!important;
	padding:0!important;
	border-collapse: collapse;	
}

.cfy_format_as_table--full-width {
	width:100%;
}

.cfy_format_as_table_row {
	display:table-row;
	margin:0;
	padding:0;
	border-collapse: collapse;
}

.cfy_format_as_table_data {
	display:table-cell;
	margin:0;
	padding:0;
	border-collapse: collapse;
	outline: none !important;
	outline-offset: 0 !important;
	--tw-ring-inset: initial !important;
	--tw-ring-offset-width: 0 !important;
	--tw-ring-offset-color: transparent !important;
	--tw-ring-color: transparent !important;
	--tw-ring-offset-shadow: none !important;
	--tw-ring-shadow: none !important;
	box-shadow: none !important;
	font-size:14px!important;
}

.cfy_format_as_table_data--top-aligned {
	vertical-align: top;
}

.cfy_format_as_table_data--text-align-right {
	text-align: right;
}

.cfy_format_as_table_data--text-align-left {
	text-align: left;
}

.cfy_format_as_table_data--text-align-center {
	text-align: center;
}


/*

Filter box

*/

#cfy-filter-box select {
	padding:0px!important;
	padding-left:5px!important;
	font-size:14px;
	border:1px solid #DFDFDF!important;
	margin-bottom:15px;
}

.cfy_filter_text_field_input {
	padding:0px!important;
	padding-left:5px!important;
	font-size:14px;	
}

.cfy-filter-box-container {
	margin-top: 10px;
	position: absolute;
	background-color: white;
	z-index: 9999999;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.cfy_filters_primary_container {
	width:340px;
}

.cfy_filters_header {
	padding:10px;
	background-color: #F7FAFC;
}

.cfy_filter_activation_container {
	padding-left:10px;
}

.cfy_filter_list_item {
	box-shadow: inset 0 -1px #e3e8ee;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.cfy_filter_checkbox_table_cell {
	width:20px;
	padding-right:10px;
}

.cfy_filter_details_container {
	background-color: #F7FAFC;
	padding:10px;
	padding-top:15px;
	color:rgb(102, 102, 102);
	font-weight: 300;
}

.cfy_filter_activation_checkbox {
	margin-right:10px!important;	
}

.cfy_filter_activation_checkbox, .cfy_filter_select_multiple_item_checkbox {
	margin-top:-3px!important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    padding: initial !important;
    -webkit-print-color-adjust: auto !important;
    print-color-adjust: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-origin: padding-box !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
    flex-shrink: 1 !important;
    height: auto !important;
    width: auto !important;
    color: inherit !important;
    background-color: inherit !important;
    border-color: initial !important;
    border-width: initial !important;
    box-shadow: none !important;
}


.cfy_filter_multiple_values_checkbox_and_label_container {
	margin-bottom:10px;
}

.cfy_filter_select_multiple_item_checkbox {
	margin-right:10px!important;
	font-size:40px!important;
}

.cfy_filter_detail_select_bar {
	height:24px;
	font-weight: 400;
}

.cfy_filter_detail_select_bar_date_pointer_icon {
	transform: rotate(90deg);
	padding-left:5px;
    color:#666EE8;
}

.cfy_filter_detail_select_bar_day_or_month_select {
	margin-left:10px;
	width:80px;
}

.cfy_date_in_the_last_input {
	margin-left:10px!important;
	width:70px;
	padding: 0px 0px 0px 5px !important;
}

.cfy_filter_number_input {
	margin-left:10px!important;
	width:70px;
	padding-left:5px;
}

.cfy_filter_text_field_input {
	margin-left:10px!important;
	width:200px;
	padding-left:5px;
}

.cfy_between_dates_picker {	
	width:100%;
	margin:auto!important;
}

.cfy-filter-date-picker {
	width:120px;
	font-size:12px!important;
	padding:0px 0px 0px 5px!important;
}

.cfy-filter-date-picker--margin-left {
	margin-left:10px;
}

.cfy_no_matching_searches_table_data {
	height: 140px;
    text-align: center;
    color: #8a91a0;
    font-weight: 300;
}

.cfy-filter-number-divider {
	color: #E3E8EE;
}

.cfy-filter-number-count {
	color: #5469d4;
	font-weight: 500;
	text-decoration: none!important;
}

.cfy_bulk_selection_notification {
	vertical-align: middle;
	color:#1A1F36;
	font-weight:800;
}


/*

Modal

*/

.cfy-standard-modal-radio-option-label {
	  font-size: 15px;
    font-weight: 900;
    padding-bottom: 0px;
}

.cfy-modal-question-label {
	font-size:14px;
	font-weight:600;
	padding-bottom:10px;
	color:#1a1f36;
}

.cfy-modal-question-label__top-padded {
	padding-top:40px;
}

.cfy-large-modal-label {
	font-size:16px;
}

.cfy-large-modal-label__top_margin {
	margin-top:25px;
}

.cfy-modal-single-line-checkbox-padded td {
	padding-bottom:30px;
}

.cemify-standard-modal--set-alignment {
	text-align: left!important;
}

.cemify-standard-modal--noto-sans {
	font-family: 'Noto Sans HK', sans-serif;
}

.cemify-standard-modal-popup__info_helper {
	color: #3c4257;
	font-size:14px;
}

.cemify-standard-modal-popup__info_helper--icon {
	font-size:16px;
	color: #4f566b;
	margin-right:5px;
}

.cemify-standard-modal--fields-area {
	margin-top:30px;
	margin-bottom:10px;
}

.cfy-bulk-update-checkbox {
	font-size:22px;
	margin-right:10px!important;

}

.cfy-bulk-update-fields-data {
	padding-bottom:14px!important;
	vertical-align: top;
}

.cemify-standard-modal-popup--medium {
	width:600px!important;
	max-width:600px!important;
}

.cfy-text-input {
	height: 28px!important;
    font-family: 'Noto Sans HK', sans-serif;
    margin: 0!important;
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 66, 87);
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border: 0;
    padding-left:8px;    
}

.cfy-text-input--text-area {
	height:60px;
}

.cfy-text-input--bulk-edit-modal {
	width: 300px;
}

.cfy-bulk-edit-radio-label {
	padding-left:5px;
}

.cfy-select-all-in-bulk-edit {
	padding-left:10px;
	color:#5469d4;
	font-weight: 400;
}

.cfy-standard-pagination-buttons {
	color:#3c4257;
	margin-right:10px!important;
}

.cfy-standard-pagination-buttons a {
	color:#5469d4!important;	
	margin-right:10px!important;
}

.cfy-standard-pagination-buttons a:visited {
	color:#5469d4!important;	
	margin-right:10px!important;
}


.cfy-top-centered-notification {
  position: absolute; 
  z-index: 9999999;
  background-color: #93c59a; 
  display:inline-block;
  color:#0d583c; 
  top:70px;
  left:50%;
  margin-right: -50%;
  transform: translateX(-50%);
  padding:12px 20px 12px 20px;
  border-radius: 5px;
  box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12); 
}

.cfy-top-centered-notification--error {
	background-color: #f37070;
	color:#880202;
}

.cfy-top-centered-loading-notifier {
  background-color: black!important; 
  color: #dedddd!important; 
  top:80px!important;
}

.cfy-notification-icon {
	padding-right:5px;
	font-size:16px;
}

.cfy-more-records-text {
	font-size:11px;
}

.cfy-start-sale-modal {
	text-align: left!important;
}

.cfy_new_header_active_link {
	background-color: black!important;
}

.cfy-billable-service-select-box {
	position:absolute;
	z-index:9999999;
	background-color: blue;
	color:white;
	width:400px;	
    box-shadow: 0 0 0 1px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);
    background-color: white;    
    max-height: 400px;
    overflow: scroll;
}

.cfy-billable-service-select-box table {
	padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;    
    width:100%;	
    margin-top:5px;
    margin-bottom:5px;
}

.cfy-billable-service-select-box table td {
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 12px;
    color:#595a7b;
    font-weight: 400;
    font-size: 15px;
    width:100%;	
}

.cfy-billable-service-select-box table td:nth-child(1) {
	width:75%!important;
}

.cfy-billable-service-select-box table tr:hover{
	background-color: #f1f1f1;
	cursor:pointer;
}

.cfy-billable-service-select-box table td:nth-child(1) {
	text-align: left;
}

.cfy-billable-service-select-box table td:nth-child(2) {
	text-align: right;
}


.cfy-billable-services-list-table {
	width:100%;
}

.cfy-billable-services-list-table tr:nth-child(1) {
	text-align: left;
}

.cfy-billable-services-list-table tr:nth-child(2) {
	text-align: right;
}


/*

Plot Selector Modal

*/

.cfy_modal_plot_selector {
	height:330px;
}

.cfy_modal_plot_selector__entity_area {
	float:left;	
	width:30%;
	overflow: scroll;
	overflow-y: scroll;
}

.cfy_modal_plot_selector__entity_area a {
	color: #212b36!important;
    font-weight: 500!important;
}

.cfy_modal_plot_selector__entity_area a:hover {
	color:rgb(85, 108, 214)!important;
}

.cfy_modal_plot_selector__entity_padding {
	padding:20px 20px 0px 20px;
	margin-bottom:20px;
}

.cfy_modal_plot_selector__search_and_plots_area {
	padding:10px 20px 10px 10px;
	float:right;
	width:70%;
}

.cfy_plot_selector_modal__search_container {
	box-shadow: none;
	border:1px solid #e5e5e5;
	height:36px;
}

.cfy_plot_selector_modal__plots_list_container {
	margin-top:10px;
	height:264px;
	box-shadow: none;
	border:1px solid #e5e5e5;
	overflow: scroll;
}

.cfy_plot_selector_search_bar_icon {
	padding-left:8px;
	width:13px;
	color:#96A0AE;
	margin-top:9px;
}

.cfy_plot_selector_search_bar_input {
	color:rgb(60, 66, 87);
	font-size:14px!important;
	width:100%;
	border:0;
	margin-top:5px;
	padding:0px!important;
}

.cfy_plot_selector_search_bar_input:focus {
	outline:none;	
}


.cfy_plot_selector_search_bar_input::placeholder {
	color:#7F8898;
	font-weight: 300;
	font-size:14px!important;
}

.cfy_plot_selector_centered_text { 
  text-align: center;
  color: #6b7c93;
  font-weight: 300;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

.cfy_plot_selector_plot_list_table {
	max-height:100%;

}

.cfy_index_table__pagination_next_container {
	padding-right:10px;
	text-align: right;
}

/*

Links

*/

.cfy-standard-link {
	color:rgb(85, 108, 214)!important;
	text-decoration: none;
}

.cfyPlainBlackLink {
	color:#1a1f36!important;
	text-decoration: none;
}

.cfy-standard-link:focus {
	outline:none;
}

.cfy-standard-link__subtle {
	color:#b2b2bd;
}

.cfy-standard-link__subtle:hover {
	color:rgb(85, 108, 214)!important;
	text-decoration: none;
}

.cfy-standard-link:hover {
	text-decoration: none;
	color:rgb(118, 139, 236);	
}

.cfy-select-print-area {
	z-index:99999999!important;
	top:70px!important;
	display:none;
}


/*

Login Alerts

*/

.cfy-login-alert {
	text-align: center;
	padding:8px 0px;
	font-size:14px;
}

.cfy-login-alert-danger {
	padding:20px;
	color:#820000;
	background-color: #ffafaf;
}

.cfy-login-alert-success {
	color:#01500b;
	background-color: #a6c7a3;
	padding:20px;
}

.cfy-login-alert-notice {
	color:#01500b;
	background-color: #a6c7a3;
	padding:20px;
}

/*

Modal Modifiers

*/


.cfy-modal-label {
	color: #697386;
    font-weight: 400;
}

.cfy-modal-text-field-input {
	border:0;
	border-radius:5px;
	border:1px solid #dad2d2;
}

.cfy-modal-text-field-input__with_bottom_margin {
	margin-bottom:30px!important;
}

.cfy-modal-error-message {
	color:red;
}

.cemify-standard-modal-popup__category_label {
	font-weight: 600!important;
    font-size: 16px!important;    
    padding:0!important;
    margin:30px 0px 0px 0px!important;
}

.cemify-standard-modal-popup__category_label__top_label {
	margin-top:0px!important;
}

.cemify-standard-modal-popup__field_label {
	font-weight: 500!important;
    font-size: 14px!important;	
    margin:18px 0px 8px 0px!important;
    padding:0!important;    
}

.cfy-new-modal-object-box input {
	height: 28px!important;
    font-family: 'Noto Sans HK', sans-serif;
    margin: 0!important;
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 66, 87);
    background: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border: 0;
    padding-left:8px;
    width:240px;   
}


.cfy-new-modal-object-box textarea {
	min-height: 120px!important;
    font-family: 'Noto Sans HK', sans-serif;
    margin: 0!important;
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 66, 87);
    background: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border: 0;
    padding-left:8px;
    min-width:300px;   
}


.cfy-new-modal-object-box input[type="radio"] {
	width: 20px;
  box-shadow: none;
  height: 16px!important;
  -webkit-appearance: auto!important;
  -moz-appearance: none!important;
}


/*

Modfiiers

*/

.cfy-clear-padding-and-margin {
	margin:0!important;
	padding:0!important;
}

.cfy-display-as-block {
	display:block;
}

.cfy_property_system_name {
	font-weight: 300;
    color: #7b7b7b;
}

.cfy-user-name-and-timestamp {
	color:#697386;
	font-size: 12px;
	font-weight: 300;
}

/*

Contacts

*/

.cfy_identified_person_row {

}

.cfy_light_placholder::placeholder {
	font-weight: 300;
	color:#afb8c5;
}

.cfy_identified_person_td {

	color: #4D505A!important;		
	padding:0;
	margin:0;
	
}

.cfy_identified_person_icon {
	color: #4D505A!important;
	height: 32px!important;
    font-size: 16px;
    padding: 7px 10px 15px 0px;

}

.cfy_identified_person_table {
	width:100%;
}

.cfy_identified_person_name {
 	padding-bottom:3px;
}

.cfy_identified_person_address {
	font-size:12px;
	color:#8D9AAB;
}


.cfy_identified_person_name_with_address {
	padding-top:5px;
	padding-bottom:5px;
}

.cfy_previous_owner_formatting {
	color:#b2b2bd!important;	
}

.cfy_current_owner_formatting {
	color: #3c4257!important;
}

.cfy_current_owner_formatting .cfyPersonName {
	font-weight: 600;
}

.cfy_current_owner_formatting .cfyOwnershipType {
	font-weight: 600;
}

.cfy-relationship-type-select-area {
	margin:20px 0px 20px 0px;
}

.cfy-relationship-input {
	margin:0px 10px 0px 0px;
	width: 100%!important;
	font-size:14px!important;
	padding:5px!important;
}

.cfy_search_person_input_full_width {
	width:100%;
	padding-left:0!important;
	--tw-ring-shadow: auto!important;
	font-size:14px;
}

.cfy_identified_person_icon_td {
	width:20px;
}

.cfy_identified_person_icon__search {
	color: #BCC1C9!important;
}

.cfy_search_people_box {
	height:auto!important;
}

.cfy_identified_person_search_result td {
	border-top:1px solid #E3E8EE;
}

.cfyAddPersonLinkInTable {
	height:36px;
}

.cfy_no_one_matches_person {
	color:#b7bac0!important;
	font-weight: 300!important;
}

.cfy_selected_person_row td {
	cursor:default!important;
	background-color: white!important;
}

/*

Radio select

*/

.cfy-radio-button-select-table td {
	padding-bottom:5px;
}

.cfy-radio-button-select-table__radio_button_td {
	padding-right:10px;
	vertical-align: middle;
}

.cfy-radio-button-select-table__radio_button_td input {
	margin-top:5px;
	font-size:100px;
}

.cfy-radio-button-select-table__primary_label {
	padding-right:20px;
	font-weight:500;
	vertical-align: middle;
}

.cfy-radio-button-select-table__primary_label_description {
	font-weight:300;
	vertical-align: middle;
	color:#6B7C93;
}

/*

Plot Ownership

*/

.cfy-plot-ownership-modal__ownership-type-area {	
    margin-bottom: 10px;
}

.cfy-grey-link {
	color: #b2b2bd
}

.cfy-grey-link:hover {
	color: #5469d4!important
}

.cfy-grey-link:active {
	color: #b2b2bd
}

.cfy-grey-link:focus {
	color: #b2b2bd
}


.cfy-image-radio-buttons__option_container {
	float:left;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
	margin-right:20px;
	padding:10px;
	cursor:pointer;
}

.cfy-image-radio-buttons__option_radio_and_image_container {
	display:table;
	max-width:100%;
}

.cfy-image-radio-buttons__option_title {
	padding-top:10px;
	color: #697386;
    font-weight: 500;
}

.cfy-image-radio-buttons__option_image {
	max-width:100%;
	padding:10px 20px 20px 10px;		
}

.cfy-image-radio-buttons__option_title {
	width:100%;
	text-align: center;
}

.cfy-image-radio-buttons__option_description {
	width:100%;
	text-align: center;
	color: #697386;
    font-weight: 300;
    padding:0px 5px 20px 5px;
}

.cfy-image-radio-buttons__option_radio_button {
	padding:10px;
}

.cfy-setting-group-label {
	color: #697386;
    font-weight: 500;
    font-size:14px;
}

.cfy-setting-group-label-sub-text {
	color: #697386;
    font-weight: 300;
    font-style: italic;
}

.cfy-setting-label {
	color: #697386;
    font-weight: 300;
}

.cfy_primary_container_index_title {
	color:#3c4257;
	font-size:18px;
	font-weight:900;
}

.cfy_primary_container_index_title a {
	color:#3c4257;
	font-size:18px;
	font-weight:900;	
}

.cfy_primary_container_index_title a:hover {
	color:rgb(85, 108, 214);	
}

.cfy-entity-breadcrumb-link {
	color:#3c4257;
	font-size:18px!important;
	font-weight:900;
}

.cfy-entity-breadcrumb-link:hover {
	color:rgb(85, 108, 214);
}

.ent_breadcrumb_carrot_divider {
	font-size:14px!important;
}

.cfy_find_or_add_input::placeholder {
	color:#A7B0BC;
	font-weight:300;
	letter-spacing: 0.25px;
}

.cfy-choose-existing-box {
	position: absolute;
    z-index: 9999999;
    background-color: blue;    
    width: 400px;
    box-shadow: 0 0 0 1px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);
    background-color: white;
}

.cfy-select-tag-with-placeholder::placeholder {
	color:grey;
}

.cfy-modal-email-preview-container {
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12)
}

.c-record-information-field-box--no-margin-or-radius {
	margin-bottom:0px;
	padding-top:10px!important;
	border-radius:0px;	
	padding-bottom:10px;
	box-shadow: none;	
}

.c-work-order-details-category-labels {
	color: #1a1f36!important;
    font-size: 18px!important;	    
    font-weight: 900;
    padding-bottom:10px;
}

.cfy-work-order-details-label-and-field-table__field_name {
	color: #697386;
    font-size: 10px!important;	    
    font-weight: 300;
    width:200px;
    text-transform: uppercase;
}

.cfy-work-order-details-label-and-field-table__field_value {
	color:#1a1f36;
	padding-bottom:20px;
}

.work-order-detail-tabs {		
	background-color: white;
	width:100%;
}	

.work-order-detail-tabs td a {		
	display:block;
	width:100%;
	padding:7px 12px;
}

.cfy-work-order-tab-active {
	border:1px solid #d8d8d8;
	border-bottom:none;
	width:120px;
	text-align: center;
}

.cfy-work-order-tab-active {
	font-weight:900;	
}

.cfy-work-order-tab-inactive {
	border:1px solid #d8d8d8;
	width:100px;
	background-color: #F5F5F5;
	text-align: center;
}

.cfy-work-order-tab-no-tab-information {
	border-bottom:1px solid #d8d8d8;
}

 /**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;  
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 10000000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.cfy-standard-date-input {
	border: 1px solid #E0E0E0;
    margin:0px;
    color: #504D4D;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    width:150px;
    height:30px;
}

.cfy-vertically-middle-aligned-table td {
	vertical-align: middle;
}

.cfy-large-action-icon {
	font-size:22px;	
	color:#b2b2bd;
}

.cfy-large-action-icon:hover {
	color:rgb(118, 139, 236);
}

.cfy-next-gen-header-table--container {	
	background: #2E3F50;
	color:#C8C8C8;
}

.cfy-next-gen-header-table {
	width:100%;	
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.cfy-next-gen-header-table td {		
	vertical-align: middle;
	line-height:25px; /* Same height as image */
}

.cfy-fit-cell-to-content {
	width:1%;
	white-space: nowrap;
	vertical-align: middle;
}

.cfy-ng-header-cemetery-cell {		
	font-weight:900;	
	max-width:260px;
	padding-right:20px;
	padding-left:20px;
}

.cfy-ng-header-cemetery-cell--overflow {
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap; 	
}

.cfy-cropped-circle-image {
  display:inline-block!important;
  max-width: none!important;
  width:25px;
  height:25px;
  border-radius: 50%;
}

.cfy-cropped-circle-image_larger {
  width:40px;
  height:40px;
  border-radius: 50%;
}

.cfy-ng-header-mobile-menu-table-cell a {
	color:#C8C8C8;	
	text-align: center;
}

.cfy-ng-header-main-menu-item {
	text-align: center;
}

.cfy-ng-header-main-menu-item:hover {
	background: #212D3A;
}

.cfy-ng-header-main-menu-item-link-active {
	background: #212D3A;	
}

.cfy-ng-header-cemetery-cell:hover {
	background: #212D3A;
}

.cfy-ng-header-user-profile-cell:hover {
	background: #212D3A;
}

.cfy-ng-header-cemetery-cell a, .cfy-ng-header-user-profile-cell a,  .cfy-ng-header-main-menu-item a {
	color:#C8C8C8;	
	font-weight: 400;
	width:100%;
	height:100%;	
}

.cfy-ng-header-main-menu-item-link-padding {
	padding: 15px 10px;
}

.cfy-user-name-shortened-if-necessary {
	overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:150px;
    display:inline-block;
}

.cfy-ng-header-user-profile-cell {
	text-align: right;
	padding-left:15px;
	padding-right:20px;
	width: 1%;
	white-space: nowrap
}

.cfy-user-box-user-name {
	font-size:16px;
	color:#1a1f36;
}

.cfy-user-box-user-email {
	color:#b2b2bd;
	font-size:13px;
	font-weight: 400;
}

.cfy-user-box-user-settings-list-table {
	width:100%;
	margin-top:10px;
	border-top:1px solid #E5E5E5
}

.cfy-user-box-user-settings-list-table td {	
}

.cfy-user-box-user-settings-list-table td:hover {
	background: rgb(247, 250, 252);
}

.cfy-ng-header-main-menu-item-link-padding {

}

.cfy-user-box-user-settings-list-table-link {
	width:100%;
	height:100%;
	color:rgb(85, 108, 214)!important;
}

.cfy-user-box-user-settings-list-table-link:hover {
	width:100%;
	height:100%;
	color:rgb(85, 108, 214)!important;
}

.cfy-user-box-user-settings-list-table-link--padding {
	padding:10px 0px 10px 20px;
}

.cfy-ng-user-settings-container-box{
	position:absolute;
	right:10px;
	margin-top:10px;
	z-index: 999999999
}

#cfy-ng-cemetery-change-view-box {
	position:absolute;
	left:10px;
	margin-top:10px;
	z-index: 999999999
}

.cfy-ng-user-settings-container-box-mobile-menu {
	position:absolute;
	right:0px;
	margin-top:0px;
	z-index: 999999999
}

@media (min-width:1051px) {
	.cfy-ng-header-mobile-menu-table-cell {
		display:none;
	}
}

@media (max-width: 1050px) {
	.cfy-ng-header-main-menu-item {
		display:none;
	}
	.cfy-ng-header-user-profile-cell {
		display:none;
	}	
}

@media (max-width:600px) {
	.cfy-ng-header-cemetery-cell {
		padding-left:10px;
		padding-right:5px;
		max-width:120px;
	}
	.cfy-ng-header-main-menu-item-link-padding {
		padding:0px
	}
}

@media (max-width:800px) {
	.cfy-global-search-search-results-box-ng {
		float: left;
	    width: calc(100% + 140px)!important;
	    left: -100px;
	}	
}

.cfy-ng-mobile-menu {
	list-style: none;
	padding:10px;
	padding-right:15px;
}

.cfy-ng-mobile-menu li {
	text-align: right;
	padding:10px;	
	font-size:16px;	
}
.cfy-ng-mobile-menu li a {
}

#cfy-ng-mobile-menu {
	background: #2E3F50;
	color:#C8C8C8;
	border-radius: 10px;
	margin-top:-10px;
	width:170px;
}

#cfy-ng-mobile-menu a {	
	color:#C8C8C8;
}

.cfy-cemetery-change-name {
	color:#3c4257!important;
	font-weight:500!important;
	line-height: 24px;
	font-size:16px;
}

.cfy-cemetery-change-name:hover {
	color:#3c4257!important;
	font-weight:500!important;
	font-size:16px;
}


.cfy-time-zone-select-tag select{
	width:400px;
}

.cfy-index-page-left-list-link {
	color:#212b36
}

.cfy-index-page-left-list-link:hover {
	text-decoration: none;
	color:rgb(85, 108, 214)!important;
}

.cfy-label-and-input__sub_category {
	padding:5px!important;	
	text-align:right!important;
}

.cfy-label-and-input__sub_category .cfy-label-and-input__input {
	text-align: left;
}

.cfy-label-and-input {
	padding:20px 0px;
	display: flex;
	align-items: center;
}

.cfy-label-and-input__label {
	margin:auto 0px;
	order:1;
}

.cfy-label-and-input__label--300w {
	width:300px;
}

.cfy-label-and-input__label--200w {
	width:200px;
}

.cfy-label-and-input__label--padright20 {
	padding-right:20px;
}

.cfy-label-and-input__input {
	margin:auto 0px;
	order:2;
	flex-grow: 1;
}

.cfy-standard-color-input {
	width:30px;
	height:30px
}

.cfy-standard-label {
	color:#697386;
	font-weight:500;
}

/* The switch - the box around the slider */
.cfy-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-bottom:0px;
}

/* Hide default HTML checkbox */
.cfy-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cfy-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dcdee3;
  -webkit-transition: .4s;
  transition: .4s;
}

.cfy-switch-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .cfy-switch-slider {
  background-color: #635BFF;
}

input:focus + .cfy-switch-slider {
  box-shadow: 0 0 1px #635BFF;
}

input:checked + .cfy-switch-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.cfy-switch-slider.cfy-switch-round {
  border-radius: 17px;
}

.cfy-switch-slider.cfy-switch-round:before {
  border-radius: 50%;
}

.cfy-strong-settings-option-label {
    font-size: 15px;
    color: #404452;
    font-weight: 500;
}

.cfy-strong-settings-option-label__additional_option {
	font-size: 14px;
    color: #404452;
    font-weight: 500;	
}

.cfy-standard-modal-input-label {
	color:#1a1f36
}

#savedLineItemCategoryWithNoCategorySelect option:first-child {
  color: blue;
}

.cfyDragAndDrop {
  border: 1px solid rgb(85, 108, 214);
}

.cfy_cem_photo_thumbnail_preview {
	width: 140px;
	height: 140px;
}

.cfy-standard-modal-radio-button-select-table td {
	padding-top:4px;
}

.cfy-standard-modal-radio-button-select-table td:first-child {
	padding-right:10px;
}


/* Notifications */

.cfyNotificationIcon {
	position: absolute;
  background: rgb(85, 108, 214);
  margin-left: -9px;
  margin-top: -2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.cfyNotificationIconText {
	font-size: 10px;
  color:white;
}

.cfyInlineNotificationIcon {
		background-color: rgb(85, 108, 214);
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 600;
}
.cfyNotificationListItem {	
	border-bottom: 1px solid #ebebeb;
}
.cfyNotificationListItem__Date {
	color:#b2b2bd;
}
.cfyNotificationListItem__Message {
	color:#3c4257;
}
.cfyNotificationListItem__ActionLink {

}

.cfyMonitoredJobProgressBar {
  height: 20px;
  background-color: #d5d5d5;
  border-radius: 10px;
  overflow: hidden;
}
.cfyMonitoredJobProgress {
	height: 100%;
  background-color: #3f51b5;  
}

@media print { 
	.cfy-next-gen-header-table {
		display:none;
	}

	.cemify-sales-edit-actions-button {
		display:none;
	}
	.c-record-information-sidebar {
		display:none;
	}

	.c-record-information-fields-area {
		width:100%!important;
	}

	.c-blue-grey-background {
		background-color: white!important;
	}
	.c-settings-type-description {
		display:none;
	}
	button {
		display:none;
	}
	.c-record-information-field-box__header-white-background-area__page_object_type {
		display:none;
	}

	.c-record-information-field-box {
		margin-bottom:0px!important;
	}

	.c-record-page {
		padding:10px!important;
	}
	.c-record-switch-between-date-and-text {
		display:none;
	}
}

.cfy-standard-color-coded-status-pill {
	text-align: center;
	border-radius: 10px;	
  padding: 3px 8px;
  font-size:12px;
  font-weight:500;
 }

.cfy-small-text-link__red, .cfy-small-text-link {
	font-size:13px;
}

.cfy-small-text-link__red i, .cfy-small-text-link i {
	padding-right:2px;
}


.cfy-small-text-link, .cfy-small-text-link:hover, .cfy-small-text-link:visited, .cfy-small-text-link:active, .cfy-small-text-link:focus {
	color:rgb(85, 108, 214);
}

.cfy-small-text-link__red, .cfy-small-text-link__red:hover, .cfy-small-text-link__red:visited, .cfy-small-text-link__red:active, .cfy-small-text-link__red:focus  {
	color:#cd3d64;
}

.cfy-small-text-link:hover, .cfy-small-text-link__red:hover {
	filter: brightness(85%);
}

.cfy-plot-status-color-preview-box {
	width:40px;
	margin:7px;
	border-radius: 5px;
	height: 40px;
	display:inline-block;
}

.cfy-plot-status-color-preview-box--selected {
	border:3px solid black;
}

.cfy-plot-status-select-row {
    transition: background-color 0.3s ease;  /* Optional: Smooth transition of color */
}

.cfy-plot-status-select-row:hover {
    background-color: #F1F1F0;
    cursor: pointer;
}

.plotStatusColorCodeListAndSelectTable {
    width: 100%;
}

.plotStatusColorCodeListAndSelectTable tr.cfy-plot-status-select-row td:first-child {
    padding-left: 5px;
}

.plotStatusColorCodeListAndSelectTable tr.cfy-plot-status-select-row td:first-child > div {
    display: inline-block;
    padding: 5px 0;
}

.plotStatusColorCodeListAndSelectTable tr.cfy-plot-status-select-row td:last-child {
    text-align: right;
    padding-right: 5px;
}

.cfy-document-standard-template-merge-tag {		
		min-width:10px;
		border: 1px solid #d0de00;
		background-color: #f8fad9;
		overflow:hidden;
		text-overflow:clip;
}

.cfy-document-standard-template-merge-tag__selected {				
		border: 1px solid #2196F3!important;
		background-color: #dceefd!important;		
}

.cfy_pdf_field_category_header {
	font-size: 15px;
  color: #424759; 
  letter-spacing: 1.1px;
}

.cfy_pdf_field_category_merge_tag_label {
	font-size: 12px;
  color: #424759;  
}

.draggableTemplateFieldWithBackground {
	 border: 1px solid #c8c8c8;
   background-color: #f8f8f8;   
}

.draggableTemplateFieldWithBackground:hover {
	 cursor: move;
}

.cfyUploadPDFFullWidthBox {
	background-color: white;
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
  border-radius: 5px;
  height:100%;
  text-align: center;
}

.cfyUploadPDFFullWidthBoxcontainer {
  height: 180px;  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cfyUploadPDFFullWidthBoxcenter-button {
	 padding: 10px 20px;
}

.cfyDisabledDiv {
  pointer-events: none;
  opacity: 0.5;
}

.cemifyEditMapObjectsToolbar__title {
		color: #1a1f36;
	  font-weight: 600;
	  font-size: 14px;
	  padding-bottom: 5px;
	  padding-right: 10px;
}

.cemifyEditMapObjectsToolbar__select {
	height:30px;
}

.cemifyEditMapObjectsToolbar__icons_panel i {
	color:#c8c8c8;
	font-size:22px;
	padding-right:12px;
	cursor:pointer;
}

.cemifyEditMapObjectsToolbar__object_label_classifier_option {
	padding:5px;
}

.cemifyEditMapObjectsToolbar__object_label_classifier_option {
	cursor:pointer;	
}

.cemifyEditMapObjectsToolbar__object_label_table_row__entities_list_for_select {
	  width: 100%;
    position: absolute;
    background-color: rgb(0,0,0,.80);
    backdrop-filter: blur(10px);
    border: 1px solid #E0E0E0;
}

.cemifyEditMapObjectsToolbar__icons_panel__width_height_labels {
	font-size:12px;
	font-style: italic;
}

#cfyToggleMapLayerVisibilityContainer {
		position: absolute;
    bottom: 12px;
    background:#F5F5F5;
    left: 60px;
    z-index: 999;
    box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
    border-radius: 5px;
    width:160px;
 }

 .cfySaleTotalWithToolTipPreview[data-tooltip]::after {
   width:400px!important; 
   word-wrap: normal;
   white-space: normal;
 }

 .cfyHorizontalActionIconsList i {
 	font-size:20px;
 }

 .cfyHorizontalActionIconsList td {
 	padding-right:20px;
 }

 .cfy-modifier-list-table-options {
 	margin-top:5px;
 }

 .cfy-modifier-list-table-options td {
 	padding-right:5px;
 	font-size:13px;
 }

 .productUpdateBetaPill {
	 	display:inline-block;
	 	padding: 1px 7px;
	 	border-radius: 6px;
	 	background:#efefef;
	 	align-items: center;
	 	font-weight:400!important;
	 	font-size:14px;
	 	color:#373737a1;
	 	border:1px solid #dc26261a;
	 	margin-left:5px;
 }

 .permissionsTableSubHeading {
	 	padding:10px 20px;
	 	font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
 }

 #selectBillableServicesForSaleTable td {
 	 padding-bottom:10px;
 	 padding-top:10px;
 }

 #selectBillableServicesForSaleBySearchingTable td {
 	 padding-bottom:10px;
 	 padding-top:10px;
 }

 .selectABillableServiceBySearchListOfMatchingLineItems {
 	  width: 440px;
 	  max-height: 400px;
 	  overflow: scroll;
    background-color: white;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    overflow: -moz-scrollbars-none; 
    -ms-overflow-style: none;
 }

 #newAddLineItemsToSaleModal {
 	    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    overflow: -moz-scrollbars-none; 
    -ms-overflow-style: none;
 }

 #newAddLineItemsToSaleModal::-webkit-scrollbar {
	    display: none; /* Safari and Chrome */
	}

 .selectABillableServiceBySearchListOfMatchingLineItems::-webkit-scrollbar {
	    display: none; /* Safari and Chrome */
	}

 .selectBillableServicesFromDropdownTRSelectRow:hover td {
    background-color: #f0f0f0; /* Change this to your desired color */
    cursor: pointer;
 }

 .selectBillableServicesFromDropdownTRSelectRow:hover i {
    color: #000000!important;
 }

 .selectBillableServicesMainListDeleteButton {
 	  color: rgba(55, 53, 47, 0.30);
 }

 .selectBillableServicesMainListDeleteButton:hover {
 	  color: #cd3d64;
 	  cursor:pointer;
 }

 .cemifyLineItemSku  {
 	font-family: courier;
 	color:#b2b2bd
 }

 #taxCalculationsDataTooltip:after, #taxCalculationsDataTooltip[data-tooltip]:after {
   width: auto !important;
 }

 #taxCalculationsDataTooltip i {
 	color: rgba(55, 53, 47, 0.30);
 }

 #taxCalculationsDataTooltip i:hover {
 	color: rgba(55, 53, 47, 0.80);
 }

 .templateTypeStatusPill {
 		background-color: #e9e9e9;
    border-radius: 20px;
    padding: 2px 8px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
 }

 .cfyClickableIcon:hover {
 		cursor: pointer;
 }

 .gs4_show_all_results_link {
	  color: #697386;
	  font-weight: 500;
	  padding:0px 0px 5px 20px;
 }

 .gs4_result_item_line__icon {
 		font-size:14px;
 		padding-right:8px;
 		line-height:20px;
 }
 .gs4_category_container {
 		width:100%;
/* 		border-top:1px solid #00000014;*/
 }

 .gs4_category_title {
		color: #697386;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding:5px 0px 2px 20px;
 }

 .gs4_result_item_line_container {
 		padding:3px 0px 0px 10px;
 }

 .gs4_result_item_line {
	 	color:#3c4257; 	
	 	font-size:14px;
	 	font-weight:600;
	 	border-radius: 5px;
	 	padding:2px 0px 2px 10px;
	 	margin-right:20px;
	 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }

 .gs4_result_item_line_no_hover {
 		color:#3c4257; 	
	 	font-size:14px;
	 	font-weight:600;
	 	border-radius: 5px;
	 	padding:2px 0px 2px 10px;
	 	margin-right:20px;
 }

 .gs4_result_item_line:hover {
 	  cursor: pointer;
 	  background-color: #556CD6;
 	  color:white!important;
 }

 .gs4_result_item_line:hover .gs4_result_item_line_subtext {
	    color: white;
	}

 .gs4_result_item_line_subtext {
 	 color:#697386;
 	 font-weight:500;
 	 padding-left:5px;
 }

 .gs4_result_item_line:hover .gs4_result_count_link {
	  color: white;
 }

 .gs4_result_count_link {
 	 color:#697386;
 	 font-weight:500;
 	 font-size:12px;
 }

 .gs4_counts_container {
 	padding-bottom:8px;
 }

 .gs4_search_scope_settings {
 	color: #697386;
 	line-height: 36px;
 	font-weight: 500;
 	font-size:13px;
 	padding-top:7px;
 }

 .gs4_search_scope_settings input[type="radio"] {
     margin-bottom: 7px;
 }

 .gs4_search_results_headers th {
 	color: #545969;
 	font-size:11px;
 	text-transform: uppercase;
 	font-weight: 500;
 	border-top:1px solid #e1dfdf;
 	border-bottom:1px solid #00000014;
 	line-height:40px;
 }

 .gs4_search_results_result_items td {
 	line-height:30px;
 	color:#545969;
 	border-bottom:1px solid #00000014;
 	width:1%;
 	white-space: nowrap;
 	padding-right:10px;
 }

 .gs4_search_results_headers th:first-child, .gs4_search_results_result_items td:first-child {
 	padding-left:10px;
 }

 .gs4_search_results_result_items_primary {
 	font-weight: 900;
 }

 .ql-align-center {
 	text-align: center;
 }

 #bodyContainerForCFYIndexTable {
  overflow-x: auto;      /* Allows horizontal scrolling */
  overflow-y: hidden;    /* Hides vertical scroll bar if any */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */

  /* Hide scrollbar for Chrome, Safari, and Opera */
  &::-webkit-scrollbar {
    display: none;
  }
}
	@media (max-width: 600px) {
	 #gs3_search_scope_all_cemetereies_label {
	 	  display: block;
      margin-left: 0;
	 }	 
	}

	#globalSearch4Input {
	 	font-size:16px;
	}

	#globalSearch4Input {
		box-shadow: none;
	}

	#globalSearch4Input:focus {
		outline: none;
	}

	#globalSearch4ResultsListContainer {
		padding-bottom:20px;
		padding-top:20px;
	}

	.gs4_search_icons {
		color: #afb8c5;
		font-weight:300;
	}

#globalSearchModal {
  overflow: scroll;  /* Allow scrolling */
  scrollbar-width: none;  /* Firefox: hide scrollbar */
  -ms-overflow-style: none;  /* IE and Edge: hide scrollbar */
}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
#globalSearchModal::-webkit-scrollbar {
  display: none;
}

.dev-environment-banner {
	  background-image: 
    linear-gradient(45deg, blue 25%, transparent 25%, transparent 50%, blue 50%, blue 75%, transparent 75%, transparent);
  background-size: 10px 10px; /* Adjust the size of the checkered pattern */
  color: white; /* Change text color to white for better contrast */
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.connect_people_to_burials_field {
 	height:25px!important;
 	margin:2px 0px!important; 
 	padding:0px 5px!important; 
}

.cfy-burial-to-person-migration-preview-table th {
	background-color: lightgrey;
	padding:5px 0px;	
}

.cfy-burial-to-person-migration-preview-table {
	font-size:12px;
}

.burialToRecordsMigrationSpinner {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: burialToRecordsSpin 0.6s linear infinite;
  display: inline-block;
  margin-right: 8px; /* Space between spinner and text */
  vertical-align: middle;
}

@keyframes burialToRecordsSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cemify-standard-modal-popup__multi_step {
	border:0px!important;
}

.cfy-multi-step-modal-progress-header {
  margin: 0 auto; /* Center the table */
  display: table; /* Ensures the table behaves like a block-level element for centering */
  table-layout: auto; /* Allow content to determine width */
  text-align: center;
}

.cfy-multi-step-modal-progress-header td {
  padding: 10px;
}

.cfy-multi-step-modal-circle-number {
	display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;  
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
}

.cfy-multi-step-modal-circle-number-active {
  background-color: #000000;
  color: #ffffff;
}

.cfy-multi-step-modal-circle-number-inactive {
  background-color: #e9e9e9;
  color: #a4a4a4;
}

.cfy-multi-step-modal-step-title {
	padding-left:5px;
	vertical-align: -1px;
} 

.cfy-multi-step-modal-step-title-inactive {
	color: #ffffff;
}

.cfy-multi-step-modal-step-title-inactive {
	color: #a4a4a4;
}

.cfy-multi-step-modal-step-chevron-td {
	color: #a4a4a4;	
}

.cfy-multi-step-modal-step-chevron-td i {
	font-size:14px;
}
	
.enforceTailwindFont {
	font-family: InterVariable,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
}

#cfyBulkExportModalColumnsToExportSelect {
	padding: 0px 0px 0px 5px!important;
	font-size: 14px;
	border-color: #DFDFDF!important; 
	border-width: 1px!important; 
	border-radius: 5px!important;
}

.no-focus-style:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* for use when modals are open */
/* Prevent scrolling entirely */
.document_body_no_scroll {
	  overflow: hidden;
  	height: 100vh; 
}

.cfy-export-objects-select-fields-checkbox:focus {
	--tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: auto!important;
  --tw-ring-offset-color: auto!important;
  --tw-ring-color: auto!important;
  --tw-ring-offset-shadow: auto!important;
  --tw-ring-shadow: auto!important;
  box-shadow: auto!important;
  outline: auto!important;
  outline-offset: 0px!important;
}

.cfy-ownership-input {
	font-size:14px!important;	
	border: 1px solid #DFDFDF!important;
	padding:0px 0px 0px 5px!important;
}

#placement_classifier {
	font-size: 14px !important;
	padding: 0px 0px 0px 5px !important;
	border: 1px solid #DFDFDF!important;
	margin:0 12px 15px 0 !important;
}

.highlight-match {
    background-color: #e2c4ff87; /* Light purple */    
    border-radius: 4px;
} 
.cfy-standard-modal-center-content-area {
   background-color: #F7FAFC;
   padding: 20px 20px;
}

.cfy-standard-modal-form-label {
	font-weight:600;
	color:#1a1f36;
	font-size:14px;
}

.cfy-standard-modal-radio-button-primary-label {
	font-weight:600;
	color:#1a1f36;
	font-size:14px;	
	margin:0;
}

.cfy-standard-modal-radio-button-secondary-label {
	font-weight:500;
	color:#3c4257;
	font-size:14px;	
	margin:0;
}

.cfy-adjust-permissions-table {
	width:100%;
}


.cfy-adjust-permissions-table input:checked {
	color: #556CD6!important;
}

.cfy-adjust-permissions-table-icon {
	color:#8792A2;
	padding-right:20px;
	padding-left:10px;
}



.cfy-adjust-permissions-table td {
	border-bottom: 1px solid #E5E5E5;
}

.cfy-adjust-permissions-table td:nth-child(2) {
	width:130px;
}

.cfy-adjust-permissions-table input {
	margin-bottom:0px!important;
	margin-left:20px!important;
	margin-right:10px!important;
}

.cfy-adjust-permissions-table-role-label {
	font-weight: 700;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
}

.cfy-adjust-custom-permissions-table {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.cfy-adjust-custom-permissions-table th {
	width:20%;
	max-width:20%;	
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}

.cfy-adjust-custom-permissions-table input {
	width:15px!important;
	margin:0px!important;	
	padding:0px!important;	
}

.cfy-adjust-custom-permissions-table input:checked {
	background-color: #556CD6!important;
}

.cfy-adjust-custom-permissions-table td {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.cfy-adjust-custom-permissions-table td:nth-child(1) {	
	text-align: left;
}

.cfy-work-order-type-label {
	color:#1a1f36;
	font-weight:500!important;
	padding:0!important;
}

.cfy-work-order-type-select-table td {
	padding-bottom:5px;
}
.c-no-items-in-list-explanation {
	color: #909DA9!important;
    padding: 20px 0 20px 0;
}

.create-contract-modal-content {
	background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 600px;
}

.create-contract-modal-header {
	line-height:24px;
	font-size:16px;
	padding:20px;
	color: #2b2d50;
	font-weight:500;
	border-bottom:1px solid #E5E5E5;
}

.create-contract-modal-helper-text {
	padding-bottom:20px;
	
}

.c-create-contract-fields-input-area {
	padding:20px;
}

.c-create-contract-fields-table {
	width:100%;
}

.c-create-contract-fields-table__label {
	width:100px;	
}

.c-create-contract-fields-table tr td {
	padding-bottom:40px;
}

.c-contract-create-next-button {
	float:right;
}

.c-create-contract-input-tag {
	width: 100%;
    height: 40px;
    border: 0px solid white;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
    padding-left:10px;
}

.c-create-contract-input-tag::placeholder {
	color:#C2CBD3;	
}

.c-contract-create-next-button {
	background-color: #147dc5;
    color: white;
    padding: 10px 40px 10px 40px;
    font-size: 14px;
}

.c-contract-create-next-button__disabled {
	background-color: #a3d3f3!important;
}

.c-contract-edit-page-subheader {
	font-size: 14px;
    color: #adafb1;
    font-weight: 300;
}


.c-number-field-input {
	height: 30px;
    padding-left: 10px;
    width: 50px;
    border: 0px solid white;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
    font-size:14px;
}

.c-upload-bar-pages {
	font-size: 12px;
}

.c-contract-page-outer-container {
	width:22%;
	float:left;
	background-color: #f8f9fb;
	margin-right:3%;
	margin-bottom:20px;	
}

.c-contract-page-inner-container {
	margin:20px;	
}

.c-contract-page-photo-preview img {
	max-width:100%;
}

.c-contract-page-numbers-and-field-configure {
	width:100%;
	margin-top:10px;
}

.c-contract-page-numbers-and-field-configure input {
	width: 40px!important;
	float:right;
	margin:0!important;
}

.c-contract-page-configure-fields-button {	
    font-size: 13px;
    background: transparent;
    color: #525f7f;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    border: 0;
    margin-top:10px;
    padding: 5px 10px 5px 10px;
}

.c-contract-pages-mapped-fields-count {
	padding-top:10px;
	color:#C2CBD3;
	font-weight: 300;
	font-size:12px;
}

.c-contract-page-outer-delete-page-link {
	float:right;
	padding:5px 5px 0 0;
	color:#C2CBD3;
}

.c-contract-page-full-page-wrapper {
	background-color: #e0e8ef;
	padding-bottom:60px;
}

.c-contract-page-field-mapper-outer-container {	
	display:table;	
	margin:auto;	
}

.c-contract-page-contract-image__outer-container {
	display:table-cell;	
}

.c-contract-page-field-mapper-inner-container {
	padding:40px 40px 60px 40px;
	display:table-row;
}

.c-contract-page-available-fields__outer-container {	
	width:300px;
	vertical-align: top;
	border-right:80px solid #e0e8ef;
	background-color: white;
	display:table-cell;
}

.c-contract-page-available-fields__inner-container {
	padding:20px;
	color: #015188;
	font-weight: 300;
}

.c-contract-page-available-fields__inner-container i {	
	padding-right:4px;		
}

.c-contract-page-available-fields__inner-container span:hover {
	cursor:move;
}

.c-contract-page-available-fields__inner-container h1 {	
    margin: 0;
    padding-right: 15px;
    font-size: 16px;
    color: #32325D;
    font-weight: 500;
}

.c-contract-page-available-fields__inner-container h2 {	
    color: #6B7C93;
    font-size: 16px;
    font-weight: 300;
    margin:20px 0 0 0; 
}

.c-contract-page-available-fields__inner-container subtext {
	font-size:12px;
}

.c-contract-page-back-and-save-row-area {
	display:table-row;
}

.c-contract-page-back-button-area {
	display:table-cell;
	height:70px;
	vertical-align: middle;
	text-align: left;
}

.c-contract-page-save-button-area {
	display:table-cell;
	height:70px;
	vertical-align: middle;
	text-align: right;	
}

.c-global-circular-action-item a {
	color: black;
}

.c-global-circular-action-item a:hover {
	color: #147dc5;
}

.c-contract-save-fields-smaller-button {
	padding:10px 30px 10px 30px;
}

.c-plot-show-contract-templates__outer-contain {	
	height:340px;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
}

.c-plot-show-contract-templates__outer-contain:hover {
	border: 1px solid #46a0de;
	cursor:pointer;
	text-decoration: none;
}

.no-link-hover-effect a:hover {
	text-decoration: none;
}

.c-plot-show-contract-templates__image-area {
	height:270px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c-plot-show-contract-templates__name-and-print {
	height: 50px;
}

.c-plot-show-contract-templates__image-area img {
	width:100%;
	height:280px;
}

.c-plot-show-contract-templates__name {
    font-size: 14px;
    color: #32325D;
    font-weight: 300;    
}

.c-sale-page-contract__contract_status__uploaded {
	color: green!important;
}

.cfy-choose-template-preferences-table td {
	padding:5px 0px;
	vertical-align: middle;
}

.cfy-choose-template-preferences-table td:nth-child(2) {
	padding-right:4px;
} 


.cfy-template-preferences-option-container {
	padding:20px 0px;
}

.cfy-template-preferences-option-container label {
	font-size:16px;
}

.cfy-contract-print-options-area {
	padding:30px;
	font-family: Lato;	
	position:fixed;
	right:0;
	top:0;
	background-color: white;
	width:360px;
	min-height: 100%;
	height:100vh;
	overflow: auto;	
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.cfy-contract-print-options-area__settings_header {
	font-size:20px;
	font-weight: 900;	
}

.cfy-contract-print-options-options-table td {
	vertical-align: middle;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.cfy-contract-print-options__select_options {
	margin:0;
	padding:0;
	width:150px;
	height:30px;
}

.cfy-template-thumbnail-portrait {
	width:200px;
	height: 258px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;	
	border-radius:5px;
	padding:5px;
	background-color: white;
	max-width:200px!important;
}

.cfy-blank-template-thumbnail-image {
	width:200px;
	height: 258px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;	
	border-radius:5px;
	padding:5px;
	background-color: white;
}

.cfy-template-thumbnail-landscape {
	width:200px;
	height: 140px;
	margin:auto;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;	
	border-radius:5px;
	padding:5px;
	background-color: white;
}


// Styles for


* {
	font-family: 'Mallanna', sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
}


.left-sidebar-header{
	height:100%;
	width:100px;
	background-color:#302D2A;
	position:fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.main {
	margin-left: 100px;	
	margin-right:-30px;
}


.table-cell {
	display:table-cell;
	vertical-align:middle;
}

.intro-box img {
	width:100%;
	padding:5%;
}

.image-container {
	height:100%;
	vertical-align: middle
}

.left-header-menu {
	color:white;
	list-style:none;
	text-align:center;
	padding-left:0px!important;
	padding-top:20px;
	
	font-size:12px;
}

.left-header-menu li {
	padding-bottom:30px;
	color:#A09C95
}

.left-header-menu a {
	color:white;
}

.header-image {
	width:65%;
}

.line-under-header-image {
	padding-top:20px;
	margin-left:15px;
	margin-right:15px;
	border-bottom: 1px solid #A09C95;
}

.fa-icon-style-header {
	font-size:12px;
	padding-bottom:10px;
}

.configuration-menu {
	margin-top:-15px;
    list-style-type: none;
    margin-left:-20px;
    font-size:12px;
    padding-bottom:20px;
    overflow: hidden;
    
}

.configuration-menu li {
	float:left;
	padding-right:10px;
	color:black;
}

.configuration-menu li a {
	color:black;
}

.reduce-right-margin {
	margin-right:-15px!important;
}

.main-config-content {
	padding-left:30px;
}

.config-steps-overview-list {
	padding-top:20px;
	list-style:none;
	padding-left:0px!important;
}

.config-steps-overview-list li{
	font-size:12px;
	padding-bottom:15px;
}

.config-steps-overview-list li a{
	font-size:15px;
}

.single-page {
	margin-left: 20px;
}

.company-search {
	height:35px;
	width:300px;
}

.brown-table {
	margin-top:20px;
	width:100%;
}

.brown-table th {
	background-color:#47403A;
	color: #DBDDCF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border: 1px solid #DBDDCF;
}

.brown-table td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border:1px solid #DBDDCF;
}

.company-listing-table tr:nth-child(even) {
	background-color: #F4F3F4;
}

.add-button {
	background-color: #316FF0;
	font-size:14px;
	padding:9px;
	color:white;
}

.white {
	color:white;
}

.white:hover {
	color:black;
	text-decoration: none;
}

.companies-body {
	width:95%;
}

.company-save {
	padding-top:20px;
}


.under-title-alert {
    font-size:16px;
    color:#43A546;
}

.instruction-box {
	padding-left:20px;
}

.instruction-box p {
	font-size:16px;
	padding-right:30px;
}

.instruction-box h3 {
	font-size:18px;
	font-weight: bold;
}

.configuration-form {
	padding-left:20px;
}

.section-sub-list {
	margin-top:-10px;
	background-color: black;
	list-style:none;
}

.configuration-menu-section {
	margin-top:-15px;
    list-style-type: none;
    margin-left:-20px;
    font-size:12px;
    padding-bottom:15px;
    overflow: hidden;
    background-color:black;    
    padding-top:15px;
    
}

.configuration-menu-section li {
	float:left;
	padding-right:5px;
	color:white;
}

.configuration-menu-section li a {
	color:white;
	padding-left:7px;
	padding-right:7px;
}

.active-section {
	color:red;
}

.publish-options {
	padding-left:20px;
}

.create-temp-area-form {
	padding-left:20px;
	margin-top:-20px;
	padding-bottom:20px;
}

.area-menu {
	padding-left:20px;
}

.subdivide-form {
	padding-left:20px;
}

.subdivide-form input {
	width:100px;
	margin-bottom:10px;
}

.subdivide-form p {
	padding-bottom:10px;
}

.area-list {

	padding-left:20px;
}

.section-naming {
	width:90%;
}

.section-naming th {
	background-color:#47403A;
	color: #DBDDCF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border: 1px solid #DBDDCF;
}

.section-naming td {
	padding:10px;
	border:1px solid #DBDDCF;
}

.locked {
	color:#A09C95;
}

.add-new-record label {
	width:200px;
	font-size:16px;
	font-weight: 200;
	color:#636e72;
}

.add-new-record p {
	padding-top:40px;
	font-size:22px;
}

.special-requests-field {
	width:300px;
	height:100px;
}

.input-with-error input {
	background-color:#EBCECE;
}

.record-errors-alert {
	background-color: #EBCECE;
	padding:10px;
	max-width:500px;
}

.input-error-explanation {
	color:#cc101c;
	font-weight: bold;
}

.add-new-record-header-area h1 {

	font-size:26px;

} 

.record-form-fields-area {
	margin-top:50px;
	padding-left:20px;
	margin-bottom:40px;
}

.record-form-fields-area input {
	width:60%;
	height:30px;
}

.record-form-fields-area label {
	width:30%;
}

.cancel-record-button {
	padding-top:15px;
	padding-right:80px;
	position:absolute;
}

.cancel-button {
	background-color: #F7F7F7;
	font-size:14px;
	padding:9px;
	color:black;
}


.add-new-record-title {
	margin-left:-10px;
}

.record-actions-area {
	float:right;
	padding-top:20px;
	margin-right:150px;
}

.records-index-top-header-row {
	background-color:#F7F7F7;
	width:100%;
	font-size:20px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:20px;
}

.records-index-top-header-row h1 {
	font-size:22px;
	font-weight: bold;
}

.record-index-actions {
	float:right;
	font-size:14px;
	padding-right:60px;
	margin-top:-40px;
}

.record-index-actions button {
	background:#ffffff!important;
	padding:8px;
	color:black;
}

.records-sidebar ul {
	list-style: none;
	margin-left:-40px;
}

.records-sidebar ul a {
	color:#337ab7;
}

.records-table {
	width:100%;
	margin-bottom:-10px;

}

.records-table th {
	padding-left: 20px;	
	color:#756C75;
	text-transform: uppercase;
	padding-top:15px;
	padding-bottom:15px;
	font-weight: normal;
	letter-spacing: 2px;
	font-size:14px;
	border-bottom:1px double #E6E6E6;
}

.records-table td {
	padding-left: 20px;	
	border-bottom:1px solid #F6F6F6;	
	padding-bottom:10px;
	padding-top:10px;
	font-size:16px;
}


.red-trash {
	color:#E97272;
}

.record-change-alert {
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	color:#18B47E;
}


.delete-button {
	background-color: #E97272;
	font-size:14px;
	padding:9px;
	color:white;
}

.pagination {
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
}

.admin-tools-link {
	font-size:14px;
	padding-right: 20px;
	padding-top:3px;
}

.cemetery-search-results-area {
	padding-top: 20px;
}

.cemetery-search-results-area p {
	margin-left:-10px;
	font-size:16px;
	font-weight:bold;
}

.cemetery-search-results-area table {
	margin-left:-10px;
	width:85%;
	margin-bottom:20px;
}

.cemetery-search-results-area table th {
	text-transform: uppercase;
	font-size:12px;
	color: #73616A;
}

.no-records-match {
	color: #6A6177;
	font-size:14px!important;
}

.record-photo {
	max-height:100px;
}

.sub-photo-action {
	text-align: center;
	width: 80%;
  	margin: 0 auto;
}

.sub-photo-action a {
	font-size:12px;
}

.current-photo {
	margin-top:-20px;
}

.current-photo img {
	max-width:40%;
}

.record-search {
	border: 1px solid #ADADAD;
	width:100%;
	height: 45px;
}

.record-search a {
	color: #ADADAD;
}

.record-search input{	
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:100%;
	width:80%;	
	border: 0px black;
	outline:none;
	font-size:13px;
}

.filters-area {
	padding-top:20px;
}

.progress {
  max-width: 200px;
  margin:    0.2em 0 0.2em 0;
}

.progress .bar {
  height:  1.2em;
  padding-left: 0.2em;
  color:   white;
  display: none;
}

.cemetery-options-page {
	padding-top: 20px;
	padding-left:40px;
	
}

.map-information-box ul {
	list-style:none;
	margin-left:-40px;
	line-height: 15px;
	
}

.map-information-box button {
	color:black;
}

.logo-padding {
	padding-top:10px;
}

// Home Page Styling



.how-it-works {
    background-color: #f7f7f7;
    padding-left: 90px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.how-it-works-text {
	font-family: Arial;
	color: #333;    
	letter-spacing: -1.5px;
	font-weight: bold;
	font-size: 50px;
}

.step-one {
    background-color: white;
    padding-left: 90px;
    padding-top: 50px;
    padding-bottom: 120px;
    padding-right:70px;
}

.sign-in-screenshot {
    width: 80%;
    border: 1px solid #d8d8d8;
    padding: 30px;
}

.step-one-color {
    color: #2f9780;
}

.how-it-works-text-size {
	font-family: Arial;
    letter-spacing: -1.5px;
    font-weight: bold;
    font-size: 50px;
}

.how-it-works-sub-text {
	font-family: Arial;
    color: #423a3a;
    font-weight: lighter;
    font-size: 18px;
}

.how-it-works-under-text {
	font-family: Arial;
	color: #333;    
	letter-spacing: -0.5px;
	font-size: 20px;		
}

.header-custom {
	font-family:Arial!important;
	text-transform:capitalize!important;
	height:55px;
	font-size:18px;			
	padding-top:30px;
	margin-bottom:30px;
	margin-right:20px;
}

.header-custom a {
	font-family:Arial!important;
	text-transform:capitalize!important;
	color:#636e72!important;
	font-weight:lighter;
}

.header-custom-font-style {
	color: red!important;
	font-weight: 1px;
}

.step-image-box {
	padding-top:70px;
}

.how-it-works-list {
	font-size:16px;
}

.form-page {
	padding-top:50px;
	padding-bottom:120px;
}

.form-page form {
	margin: auto;
    width: 35%;
}


.form-page label {
	font-size:16px;
	font-weight: 300;
	width:200px;
	padding-top:20px;
}

.form-page input {
	font-size:16px;
	font-weight: 300;
	width:100%;
	padding-bottom: 10px;
}

.form-page p {
	font-size:18px;
}

.form-page textarea {
	width:100%;
	height:75px;
}

.contact-form-submit-area {
	padding-top:25px;
}

.contact-form-submit-area input {
	padding-top:20px;
	padding-bottom:20px;
	background-color: #0984e3;
	color:white;
}

.settings-form {
	padding-top:20px;
	padding-left:30px;
}

.settings-form label {
	padding-top:15px;
}

.settings-confirm-button-area {
	padding-top:30px;
}

.settings-confirm-button-area input {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
	background-color: #0984e3;
	color:white;
}

.features-header-area {
	background-color: #f5f6fa;
	padding-top:20px;
	padding-bottom:40px;
}

.features-header-area h1 {
	font-family: Arial;
    letter-spacing: -1.5px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.features-header-area h2 {
	font-family: Arial;
    letter-spacing: 1px;
    margin-top:-10px;
    font-size: 16px;
    text-align: center;
}

.row-image-left img {
	width:100%;
	border: 1px solid #dfe6e9;
	padding:10px;
}

.row-image-left h1 {
	margin-top:-10px;
	color: #298C75;
	font-weight: bold;
	font-size:55px;
}

.row-image-left h2 {	
	font-size:25px;
}

.row-image-left ul {
	padding-top:10px;
	font-size:16px;
}

.row-image-right img {
	width:90%;
	border: 1px solid #dfe6e9;
	padding:10px;
	margin-top:40px;
	margin-bottom:60px;
}

.row-image-right ul {
	padding-top:10px;
	font-size:16px;
	margin-left:30px;
	padding-bottom:40px;
}

.mobile-image-right {
	margin-top:-50px;
	margin-right:-40px;
}

.row-optional-features button {
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right:10px;
    background-color: #3f46ad;
    color: white;
    font-size: 14px;	
}

.bottom-button-area {
	padding-left:50px;
	padding-top:40px;
	padding-bottom:50px;
}

.login-form {
	padding-left:30px;
	padding-top:30px;
}

.login-button {
	margin-top:20px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #3f46ad;
    color: white;
    font-size: 14px;
}

.reduce-map-margins	{
	padding:0 -20px 0 0!important;
}

.map-loading-notification {
	text-align:center;
	padding-top:30%;
	color:#b2bec3;
}

.info-window {
	margin-left:15px;
}

.info-window button {
	background-color:#0B79DF;
	color:white;
	padding:10px;
}

.add-new-record-button {
	background-color: blue;
}

.mobile-header {
	background-color:#293746;
	height:50px;
	color: white;
}

.mobile-header a {
	color: white;
}

.mobile-header img {
	width:25%;
	padding-left:20px;
	padding-top:20px;
}

.mobile-header ul {
	list-style: none;
	float:right;
	max-width:60%;
	padding: 17px 15px 0 0;
}

.mobile-header li {
	float:left;
	padding: 0 8px 0 8px;
	font-size:12px;
}

.mapping-disabled-page img {
	margin-top:-20px;
	width:100%;
}

.record-document-file-name {
	color:#636e72!important;
}

.log-out-button {
	padding:10px;
}

.cemetery-name-drop-down-arrow {
	vertical-align: middle;	
	padding-bottom:5px;
}


.change-cemetery-dropdown-content {    
    position: absolute;
    background-color: #293746;
    min-width: 100px;
    margin-left:30px;
    line-height: 20px!important;
    padding-bottom:10px;
    padding-top:10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.color-scheme-box {
	position: absolute;
	border-radius: 3px;
	top: 130px;		
	left:10px;
	width:140px;
	padding:10px;
	font-size:11px;
	background-color: white;
}

.map-small-top-right-box {
	position: absolute;
	border-radius: 3px;
	top: 70px;		
	right:45px;
	height:40px;
	width:140px;
	line-height: 30px;
	font-size:12px;
	padding-top:5px;
	background-color: white;
}

.map-small-top-right-box a:hover {
	text-decoration: none;
}

.map-small-top-right-box a:visited {
	text-decoration: none;
}

.c-map-tools-box {
	position: absolute;
	border-radius: 3px;
	top: 65px;		
	right:70px;	
	line-height: 30px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	width: 100px;
}

.c-map-circular-action-item {	
	border-radius: 3px;	
	font-size:12px;
	line-height: 10px;
	border-radius: 50%;
	padding:8px;
	background-color: white;	
	width: 40px;
	float: right;
    margin-right: 6px;
}

.unstyled-button {
     background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     cursor: pointer;
}

.unstyled-button:focus {
	outline:none;
}

.c-map-tool-plot-selection {
	text-align: center;
	padding-right:10px;
}

.c-map-tool-line {
	padding-left:10px;	
}

.c-map-tool-line a {
	color: #525f7f;
}

.c-map-tool-line a:hover {
	color: #0466C2;
	font-weight: 400;
	text-decoration: none;
}

.print-box {
	position: absolute;
	border-radius: 3px;
	top: 75px;		
	right:60px;
	height:25px;
	width:60px;
	line-height: 25px;
	font-size:12px;
	background-color: white;
}

.print-box a:hover {
	text-decoration: none;
}

.print-box a:visited {
	text-decoration: none;
}

.alert-problem {
	color:red;
}

.settings-save-button {
	margin: 15px auto 30px auto;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    font-weight: 300!important;
    font-size: 15px;
    background-color: #0466C2!important;
    color: white;
    width: 200px!important;
}


.blue-header-table {
	border: 1px solid #D3D3D3;
}

.blue-header-table th {
	font-family: 'Mallanna', sans-serif;
	padding: 20px 40px 20px 40px;
	font-weight: 500;
	font-size:12px;
	background-color: #F5F8FA;
	text-transform: uppercase;
	border-bottom: 1px solid #D3D3D3;
}

.blue-header-table td {
	padding: 10px 40px 10px 40px;
	border-bottom: 1px solid #D3D3D3;
}


.subtle-link {
	color: #55708F!important;
	font-weight:300!important;
}

.subtle-link:hover {
	color:#337ab7!important;
	text-decoration: none;
}







@media only screen and (min-width: 1240px) {	

	.intro-box {
		padding-top:0px!important;
		margin-top:130px!important;
	}

	.custom-size-padding-text {
		margin-top:50px;
	}

}
@media only screen and (min-width: 992px) {	

	.records-sidebar {
		padding-left: 20px;
		margin-top:15px;
		color: #A8A8A8;
		height:100vh;
		font-size:15px;
		letter-spacing: -0.5px;
		border-right:1px solid #E6E6E6;
	}

	.show-preset-features-link {
		display:none;
	}

	.add-new-record-header-area {
		position:fixed;
	    top:0;
	    width:100%;
	    z-index:100;
		background-color:#F7F7F7;
		margin-top:-20px;
		margin-left:-20px;
		padding-left: 20px;
		padding-top:15px;
		padding-bottom:15px;
	}

	.record-information-area {
	margin-top:50px;
	padding-left:20px;
	margin-bottom:40px;
	font-size:16px;
	}

	.desktop-padding {
		padding-top:80px;
		padding-bottom:100px;
	}

	.intro-box {
		padding-top:10%;
		padding-bottom:5%;
		padding-left:5%;
		padding-right:2%;
	}

	.headline-box h1 {
		margin-top:10px;
		margin-bottom:-10px;
		font-family: 'Comfortaa', cursive;
		font-size: 60px;
		line-height: 60px;
		color:#3B3B3B;
	}

	.headline-box h2 {
		font-weight: 200;
	    font-size: 24px;
	    margin-top:0px;
	    margin-bottom:-10px;
	    color: #636e72;
		padding-top:30px;
		letter-spacing: 1px;
	}


	.headline-box button {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 35px;
	    padding-right: 35px;
	    background-color: #3f46ad;
	    color: white;
	    font-size: 18px;			
	}

	.row-image-left {
		padding-top:70px;
		padding-left:50px;
	}				

	.row-image-right {
		margin-top:80px;
		padding-top:40px;
		padding-left:20px;
		margin-bottom:40px;	
		background-color: #f5f6fa;
	}

	.row-image-right h1 {
		margin-top:40px;
		margin-left:30px;
		color: #cd6133;
		font-weight: bold;
		font-size:55px;
	}

	.row-image-right h2 {	
		font-size:25px;
		margin-left:30px;
	}

	.row-optional-features {
		margin-left:0px;
		margin-top:80px;
		padding-top:40px;
		margin-bottom:30px;
		margin-right:-50px;
		background-color: #f5f6fa;
	}

	.row-optional-features h1 {
		margin-top:30px;
		color: #cd6133;
		font-weight: bold;
		font-size:55px;	
		text-align: center;
	}

	.row-optional-features ul {
		text-align: center;
		list-style: none;
		font-size:18px;
	}	

	.footer-area {
	    background-color: white;
	    padding-bottom:30px;
	    padding-left:70px;
	}

	.logo-custom-style {
		width:150px;
		margin-top: 10px;
		margin-left:20px
	}

	.pull-in-right-margin {
		margin-right:-45px;
	}		

	.reduce-left-margin {
		margin-left:-15px!important;	
	}

	.cemetery-search-tools {
		margin-left:30px;
	}

	.cemetery-search-box-area {
		margin-top:20px;
		margin-left:-15px;	
		padding-top:4px;
		width:100%;
		height:40px;
		border: 1px solid;
		padding-right:10px;
	}

	.cemetery-search-box-area input{	
		padding-left:10px;
		height:100%;
		width:70%;
		padding-top:5px;
		padding-bottom:5px;
		border: 0px solid;
		outline:none;
	}

	.cemetery-search-box-area i{
		font-size:20px;
		float:right;
		padding-top:3px;
		color: #B0B0B0;
	}	

	.message-area {
		margin-left:-15px;
		padding-top:20px;
		font-size:16px;
	}	

	.cemetery-info-box {
		background-color:#F7F7F7;
	}

	.cemetery-info-box h1 {
		margin-top:0px!important;
		padding-top:20px;	
		padding-left:20px;
		font-size:20px;
		font-weight: bold;
		color:black;
	}

	.cemetery-info-box h2 {
		margin-top:-5px!important;	
		padding-left:20px;
		padding-bottom:20px;
		font-size:14px;
		color:black;
	}

	.cemetery-info-box h3 {
		margin-top:-20px!important;	
		padding-left:20px;
		padding-bottom:20px;
		font-size:12px;
		color:black;
	}

	.cemetery-info-box h3 a {
		font-size:12px;
		color:#2C73C2;
	}

	.cemetery-info-box h2 a {
		color:black;
	}	

	.loading-area {
		float:right;
		margin-top:40px;
		padding-right:15px;
	}	

	.loading-area h1{
		padding-top:100px;
	}	

	#map {
        width:100%;
        height:91vh;
    }

	.max-zoom-notice {
		padding-top:15px;
		padding-left:20px;
		padding-bottom:15px;
		padding-right:15px;
		font-size:13px;
		margin-top:25px;
		background-color:#0984e3;
		color:white;
	}

	.notice-mobile-map {
	  position: fixed;
	  font-size:12px;
	  top: 10%;
	  border-radius: 2px;
	  right: 1%;
	  text-align: center;
	  z-index: 10;
	  padding:12px;
	  background:white;
	  color:black;
	}	
	
	.menu-items-desktop-map {
	  position: fixed;
	  font-size:11px;
	  top: 60px;
	  border-radius: 2px;
	  right: 1%;
	  z-index: 10;
	  padding:13px;
	  background:white;
	}	

}			
@media only screen and (max-width: 768px) {	

	.logo-padding {
		padding-top:10px;
		padding-bottom:70px;
	}

	.big-headline {
		font-family: Times;
		font-size: 68px;
		font-weight: bolder;
		line-height: 60px;
		text-align: center;
		color:#3B3B3B;
		padding:10px;
	}

	.headline-text {
		padding-right:0px;
	}

	.sub-headline {
		font-weight: 200;
	    font-size: 18px;
	    color: #636e72;
		padding-top:30px;
		padding-bottom:30px;
		padding-right: 30px;
		padding-left: 30px;
		letter-spacing: 1px;
		text-align: center;
	}	

	.mobile-centered {
		margin:0 auto;
		display:block;
	}

	.how-it-works {
	    background-color: #f7f7f7;	    
	    padding-top: 50px;
	    margin-left:-90px;
	    padding-left:0;
	    padding-bottom: 60px;
	}	

	.steps-images-mobile {
		width:100%;
	}	

	.mobile-steps-rows {
		margin:0px!important;
	}

	.step-one {
		background-color: white;
	    padding:0px;	    
	}

	.how-it-works-text-size {
		font-family: Arial;
	    letter-spacing: -1.5px;
	    font-weight: bold;
	    font-size: 50px;
	}

	.how-it-works-list {
		padding-bottom:20px;
	}

	.mobile-features-padding {
		padding-left:70px;
	}

	.intro-box {
		margin-top:80px;
		padding-bottom:30px;
	}

	.intro-box img {
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}

	.headline-box {
	}

	.headline-box h1 {
		margin-top:20px;
		margin-bottom:-10px;
		font-family: 'Comfortaa', cursive;
		font-size: 50px;
		line-height: 50px;
		text-align:center;
		color:#3B3B3B;
	}

	.headline-box h2 {
		font-weight: 200;
	    font-size: 22px;
	    margin-top:0px;
	    margin-bottom:-10px;
	    color: #636e72;
		padding-top:30px;
		text-align:center;
		letter-spacing: 1px;
	}

	.headline-box button {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 35px;
	    padding-right: 35px;
	    background-color: #3f46ad;
	    color: white;
	    font-size: 14px;			
	}

	.row-image-left {
		margin-top:20px;
		margin-bottom:30px;
	}

	.row-image-left img {
		
	}	

	.row-image-left h1 {
		margin-top:30px;
		color: #298C75;
		font-weight: bold;
		font-size:40px;
		text-align: center;
	}

	.row-image-left h2 {	
		font-size:20px;
		text-align: center;
	}

	.row-image-left ul {
		padding-top:10px;
	}

	.row-image-right {
		margin-top:80px;
		padding-top:40px;
		margin-bottom:30px;
		background-color: #f5f6fa;
	}

	.row-image-right img {
		width:90%;
		border: 1px solid #dfe6e9;
		padding:10px;
		margin-top:40px;
		margin-bottom:60px;
	}

	.row-image-right h1 {
		margin-top:-30px;
		color: #cd6133;
		font-weight: bold;
		font-size:55px;
		font-size:40px;
		text-align: center;
	}

	.row-image-right h2 {	
		font-size:25px;
		
		text-align: center;
	}

	.row-image-right ul {
		padding-top:10px;
		font-size:16px;
		margin-left:-10px;
		padding-bottom:40px;
	}		

	.bottom-button-area {
		padding-left:25px;
		padding-top:40px;
		padding-bottom:50px;
	}

	.form-page form {
		margin: auto;
	    width: 80%;
	}

	.form-page p {
		padding:20px;
	}	

	.form-page input, textarea {
		border:1px solid #a4b0be;
	}	

	.row-optional-features {
		margin-left:0px;
		margin-top:80px;
		padding-top:40px;
		margin-bottom:30px;
		background-color: #f5f6fa;
		padding-right:15px;
	}

	.row-optional-features h1 {
		margin-top:30px;
		color: #cd6133;
		font-weight: bold;
		font-size:30px;	
		text-align: center;
	}

	.row-optional-features ul {
		text-align: center;
		list-style: none;
		font-size:18px;
		padding-right:40px;
	}

	.footer-area {
	    background-color: white;
	    padding-bottom:30px;
	}	

	.logo-custom-style {
		width:80px;
		margin-top: 10px;
		margin-left:20px;
		float:left;
	}	

	.logo-padding {
		padding-bottom:50px;
	}	

 	.mobile-menu {
 		float:right;
 		padding-top:19px;
 	}

 	.mobile-menu a {
 		color:#57606f;
 		font-size:11px;
 	}

 	.mobile-menu button {
 		padding-top: 2px;
	    padding-bottom: 5px;
	    padding-left: 10px;
	    padding-right: 10px;
	    background-color: #f1f2f6;
	    color: white;
	    font-size: 14px;	
 	}

 	.navbar-header {
 		float:left;
 	}

	.login-form {
		padding-left:30px;
		padding-top:30px;
		padding-right:10px;
	} 	

	.left-sidebar-header {
		display:none;
	}

	.main {
		margin-left: 0px;	
	}	

	.admin-tools-link {
		display:none;
	}

	.cemetery-search-tools {
		margin-left:25px;
		margin-right:10px;
	}

	.cemetery-search-box-area {
		margin-top:5px;
		margin-left:-15px;	
		padding-top:5px;
		margin-bottom:10px;
		width:100%;
		height:40px;
		border: 1px solid;
		padding-right:10px;
	}

	.cemetery-search-box-area input{	
		padding-left:10px;
		height:100%;
		width:70%;
		padding-top:5px;
		padding-bottom:5px;
		border: 0px solid;
		outline:none;
	}

	.cemetery-search-box-area i{
		font-size:20px;
		float:right;
		padding-top:3px;
		color: #B0B0B0;
	}	

	.message-area {
		display:none;
	}

	.cemetery-info-box {
		background-color:#F7F7F7;
	}

	.cemetery-info-box h1 {
		margin-top:0px!important;
		padding-top:10px;	
		padding-bottom:10px;
		margin-bottom:10px;
		padding-left:20px;
		font-size:12px;
		font-weight: bold;
		color:black;
	}

	.cemetery-info-box h2 {
		margin-top: 15px;	
		margin-right:30px;	
		font-size:12px;	
		float:right;	
		color:#b2bec3;
	}

	.cemetery-info-box h3 {
		margin-top:-20px!important;	
		padding-left:20px;
		padding-bottom:20px;
		font-size:12px;
		color:black;
	}

	.cemetery-info-box h3 a {
		font-size:12px;
		color:#2C73C2;
	}

	.cemetery-info-box h2 a {
		font-size:14px;
		color:#337ab7;
	}

	.loading-area h2 {
		padding-top:5px;
	}

	.mobile-map-search {
		background:#F7F7F7;
		height:13vh;
		width:100%;
	}

	#map {
        width:100%;
        height:91vh;
    }

	.max-zoom-notice {
		font-size:14px;
		margin-top:-12px;
		padding-top:11px;	
		text-align: center;
		padding-bottom:15px;
		background-color:#0984e3;
		color:white;
	} 

	.menu-items-mobile-map {
	  position: fixed;
	  font-size:11px;
	  top: 1%;
	  border-radius: 2px;
	  right: 1%;
	  z-index: 10;
	  padding:13px;
	  background:white;
	}	

	.notice-mobile-map {
	  position: fixed;
	  font-size:11px;
	  bottom: 8%;
	  border-radius: 2px;
	  right: 5%;
	  left: 5%;
	  text-align: center;
	  z-index: 10;
	  padding:12px;
	  background:white;
	  color:black;
	}

	.records-search-area {		
		max-width:80%;
		padding-top:10px;
		padding-bottom:10px;
	}

	.records-search-area  input {
		height:40px;
		width:200px;
	}

	.records-search-area  i {
		float:right;
		padding-right:10px;
		padding-top:15px;
	}

	.record-form-fields-area input {
		border:1px solid #636e72;
	}

	.record-form-fields-area {
		margin-left:-35px;
		margin-top:0px;
	}

	.add-new-record-title h1 {
		font-size:14px!important;
	}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {	

	.records-index-top-header-row h1 {
		margin-left:-10px!important;
	}

	.records-sidebar {
		padding-left: 20px;
		margin-top:15px;
		color: #A8A8A8;
		font-size:15px;
		letter-spacing: -0.5px;
		border-right:1px solid #E6E6E6;
	}

	#map {
        width:100%;
        height:91vh;
    }	

	.records-search-area {		
		max-width:240px;
		padding-bottom:20px;
	}

	.records-search-area  input {
		height:40px;
		width:200px;
	}

	.records-search-area  i {
		padding-right:10px;
	}

	.records-filter-area {
		display:none;
		margin-top:-20px;
	}

	.show-preset-features-link {
	padding-top:10px;
	}	

	.add-new-record-header-area {
		position:fixed;
	    top:0;
	    width:100%;
	    z-index:100;
		background-color:#F7F7F7;
		margin-top:-20px;
		margin-left:-20px;
		padding-left: 20px;
		padding-top:15px;
		padding-bottom:15px;
	}

	.record-information-area {
	margin-top:50px;
	padding-left:20px;
	margin-bottom:40px;
	font-size:16px;
	}	

	.record-form-fields-area input {
		width:50%;
		height:30px;
		border:1px solid #b2bec3;
	}

	.intro-box {
		padding-top:120px;
		padding-bottom:30px;
	}

	.intro-box img {
		width:100%;
		padding-top:30px;
		padding-left:60px;
	}

	.headline-box {
		padding-right:20px;
	}

	.headline-box h1 {
		margin-top:10px;
		margin-bottom:-10px;
		font-family: 'Comfortaa', cursive;
		font-size: 60px;
		line-height: 60px;
		color:#3B3B3B;
	}

	.headline-box h2 {
		font-weight: 200;
	    font-size: 24px;
	    margin-top:0px;
	    margin-bottom:-10px;
	    color: #636e72;
		padding-top:30px;
		letter-spacing: 1px;
	}


	.headline-box button {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 35px;
	    padding-right: 35px;
	    background-color: #3f46ad;
	    color: white;
	    font-size: 14px;			
	}

	.logo-custom-style {
		width:150px;
		margin-top: 10px;
		margin-left:20px
	}

	.cemetery-search-tools {
		margin-left:30px;
	}

	.cemetery-search-box-area {
		margin-top:20px;
		margin-left:-15px;	
		padding-top:4px;
		width:100%;
		height:40px;
		border: 1px solid;
		padding-right:10px;
	}

	.cemetery-search-box-area input{	
		padding-left:10px;
		height:100%;
		width:70%;
		padding-top:5px;
		padding-bottom:5px;
		border: 0px solid;
		outline:none;
	}

	.cemetery-search-box-area i{
		font-size:20px;
		float:right;
		padding-top:3px;
		color: #B0B0B0;
	}

	.message-area {
		margin-left:-15px;
		padding-top:20px;
		font-size:16px;
	}	

	.cemetery-info-box {
		background-color:#F7F7F7;
	}

	.cemetery-info-box h1 {
		margin-top:0px!important;
		padding-top:20px;	
		padding-left:20px;
		font-size:20px;
		font-weight: bold;
		color:black;
	}

	.cemetery-info-box h2 {
		margin-top:-5px!important;	
		padding-left:20px;
		padding-bottom:20px;
		font-size:14px;
		color:black;
	}

	.cemetery-info-box h3 {
		margin-top:-20px!important;	
		padding-left:20px;
		padding-bottom:20px;
		font-size:12px;
		color:black;
	}

	.cemetery-info-box h3 a {
		font-size:12px;
		color:#2C73C2;
	}

	.cemetery-info-box h2 a {
		color:black;
	}						

}
.dashboard-boxes-area {
	margin:0 30px 0 30px;	
}

.dashboard-boxes-area a {
	color:#337ab7!important;	
}

.top-right-link-records-box {
	float:right;
	margin: 22px 35px 0 0;
	font-size:12px;
}

.top-right-link-records-box a {
	color:#337ab7!important;
	font-size:14px;
	font-weight: 300;
}

.top-right-link-records-box a:hover {
	color:#337ab7!important;
	text-decoration: none!important;
}
.c-data-import-draft {
	padding:2px 5px;
	border-radius: 5px;
	margin-left: 3px;
}

.c-data-import-full-page {
	margin:20px;

}

.c-data-import-full-page__title {
	font-size:24px;
	font-weight: 400;
}

.c-data-import-full-page__subtext {
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
	color:#241c15;
	font-weight:400;
}

.c-data-import-scrollable-field-mapping-outercontainer {
	overflow-x:scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width:100%;
	margin-top:20px;
}

.c-data-import-scrollable-field-mapping-field-container {
	display: inline-block;	
	width:260px;
	border:2px solid #dedddc;
}

.c-data-import-header-name-and-select-area {
	padding:40px 10px;	
	text-align: center;
}

.c-data-import-header-name-and-select-area select {
	width:200px;
	height:30px;
	margin-top:5px;
}

.c-data-import__data-preview-table {
	text-align: center;
	width:100%;
	margin-top:20px;
}

.c-data-import__data-preview-table td {
	border-top:1px dotted #dedddc;
	border-bottom:1px dotted #dedddc;
	padding-top:7px;
	padding-bottom:7px;
}

.c-data-import-preview-table__header {
	font-weight:400;
	padding-top:7px;
	padding-bottom:7px;
	background-color: #f2f2f2;
	margin-left:-5px;
	text-align: center;
}

.c-data-import__nothing_selected {
	font-size:14px;	
	letter-spacing: 0.5px;	
	color:#bf3e0b;
}

.c-data-import__nothing_selected--reference-area {
	font-weight:900;
	font-size:16px;
}

.c-data-import-unmatched-column-note {
	font-size:14px;
	font-weight: 400;
}

.c-data-import-submit-button {
	margin-top:25px;
	padding:10px 20px;
	background-color: #0466C2;
	color:white;
}

.c-data-import-import-options-area {
	margin-top:25px;
}

.c-data-import-import-options-area label {
	font-weight:400;
}

.c-data-import-configuration-options-header {
	font-size:16px;
	margin-bottom:10px;
}

.c-data-import-import-options-area select {
	width:300px!important;
	height:30px;	
}

.c-data-import-field-mapping-table {
	margin-bottom:40px;
}

.c-data-import-field-mapping-table th {
		padding:5px 4px;
}

.c-data-import-field-mapping-table td {
	padding:5px 4px;
	border:1px solid #e7e7ec;
}

.cfy-data-import-progress-table th {
	color: #3c4257;
	font-size:14px;
	font-weight:500;
	padding-right:50px;
}

.cfy-data-import-progress-table td {
	color:rgb(26, 31, 54);
	font-size:20px;
	font-weight: 400
}
.printable-table-space-area {
	width:670px;
	height:860px;
	display:table;
}

.vertically-centered {
	display:table-cell;
	vertical-align: top;
}

.thick-outline {
	border:3px solid black;
	margin:20px;
}


.basic-template  h3 {
	margin:0!important;
}

.c-deed-tempate-upload-progress {
	background-color: green;
	margin-left: 10px;
	margin-top: 7px;
	width:200px;
}

.c-deed-template-thumbnail {
	width:300px;
}

.c-deed-template-field-mapper {
	width:100%;
}

.c-deed-template-select-fields-container {
	vertical-align: top;
}

.c-deed-template-select-fields-container__padding {
	padding:20px;
	border-left:1px solid #ececec;
}

.c-deed-template-select-fields-container__back_link i {
	font-size:12px;
}

.c-deed-template-select-fields-container__back_link {
	font-weight:300;
}

.c-deed-template-select-fields-container__header {
	color: #2c2c63;
    font-weight: 300;
    padding-top: 20px;
    font-size: 18px;
}

.c-deed-template-select-fields-container__field_section_header {
	color: #2c2c63;
    font-weight: 400;
    padding-top: 30px;
}

.c-deed-template-field-mapper-option-list {
	width: 100%;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.c-deed-template-field-mapper-option-list__option_row td {
    padding-bottom: 10px;
}

.c-deed-template-field-mapper-option-list__add_button {
	padding: 2px 10px 2px 10px!important;
    font-size: 10px!important;
    margin-top:0px!important;
}

.c-deed-template-field-mapper-option-list__click_location_prompt i {
	font-size:12px;
}

.c-deed-template-field-mapper-option-list__click_location_prompt--container {
	padding-bottom:10px;
}

.c-deed-template-field-mapper-option-list__click_location_prompt {
	border: 1px solid #68aae3;
    background-color: #586ada;
    padding: 10px 0 10px 0;
    text-align: center;
    color: aliceblue;
    font-weight: 400;
}

.c-deed-template-field-mapper-option-list__option_row__disabled {
	color: #C1C1D3;
}

.c-deed-template-remove-fields-button {
	background-color: #ff4848!important;
    color: white!important;
    font-weight: 400;
}

.c-deed-template-save-button__enabled {
	background-color: #1d29eb!important;
    color: white!important;
}

.c-deed-inputted-fields {
	color: #405261;
    font-size: 16px;
}

.full-screen-form-page {
	font-family: 'Lato', sans-serif;	
	background-color: #F2F5F9;
	height:100%;
    background-size: auto;
}

.logo-header {
	padding: 40px 0 40px 0;
}

.logo-header img {
	width:175px;
}

.full-screen-form-area {
	background-color: white;
	border: 1px solid #E7E7E7;
	width:60%;
	margin:auto;
	padding:20px 0 20px 0;
}

@media only screen and (max-width: 768px) {	
	.full-screen-form-area {
		width:90%;
		margin:auto;
		padding:20px 0 20px 0;
	}
}

.full-screen-form-area h2 {
	font-size: 36px;
	font-weight: 900;
	color:#4A4A4A;
	letter-spacing: 1px;
}

.full-screen-form-area h3 {
	font-size: 28px;
	font-weight: 900;
	color:#4A4A4A;
}

.full-screen-form-area h4 {
	font-size: 14px;
	font-weight: 400;
	color:#4A4A4A;
}

.full-screen-form-area p {
	font-size:20px;
	width:80%;
	color:#4A4A4A;
	font-weight:300;
}

.full-screen-form-area form {
	width:60%;
	margin:auto;
	padding:30px 0 0 0;
}

.full-screen-form-area form label {
	font-size:16px;
	color:#4A4A4A;
	font-weight:300;
	padding: 0 0 15px 0;
}

.full-screen-form-area form input, select {
	width:100%;
	height:50px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	padding: 0 0 0 10px;
}

.full-screen-form-area form input:focus {
    outline-width: 0;
}

.full-screen-form-area form input::placeholder {
	color:#A8A6A6;
	font-weight: 300;
}

.full-screen-form-area button {
	margin:15px auto 30px auto;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	font-weight: 300;
	font-size:15px;
	background-color: #0466C2;	
	color:white;
	width:150px;
}

.mapping-convention-selection {
	max-width: 300px;
}

.mapping-convention-selection input {
	text-align: center;
}

.mapping-convention-selection input:hover {
	text-align: center;
	border: 1px solid #0466C2;
}

.mapping-convention-selection a {
	font-size:30px;
	color:black;
}


.mapping-convention-selection a:hover {
	font-size:30px;
	color:#0466C2;
	text-decoration: none;
}

.alert-error {
	background-color:red;
}

.full-screen-form-area img {
	width:50%;
	padding:5%;
}

.full-screen-form-inner-padding {
	padding: 0 30px 0 30px;
}

.search-box-area {
	float:right;
}

.search-box-area form {
	width:100%!important;
	padding:0!important;
	border: 1px solid #DFDFDF;   
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-box-area input {
	width: 100%!important;
    height: 50px;
    margin: 0!important;
    padding:0 0 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #DFDFDF!important;   
}

.search-box-area button {
	line-height:30px;
	width:50px;
	background-color: white;
	color:#A8A6A6;
	margin:0!important;
	border: 0px solid #DFDFDF;   
}

.plot-selection-table-area {
	margin-top:50px;
}








.light-grey-background {
	background-color: #e5e5e5;
}

.light-grey-blue-background {
	background-color: #F5F8FB;
}

.full-width {
	width:100%;
}

.boxed-container {
	border:1px solid #E7E7E7;
	margin:30px 0 30px 0;
}

.inside-boxed-container {
	padding:10px 20px 30px 20px;
}

.white-background {
	background-color: white;
}

.settings-page h2 {
	font-weight: 600;
	font-size:16px;
}


.c-simple-form select {
	width:100px!important;
	height:20px!important;
}
/* The location pointed to by the popup tip. */

.popup-tip-anchor {
  height: 0;
  position: absolute;
  width:240px;
  z-index: 9999999;
}

.popup-tip-anchor-lot-level {  
  width:500px!important;  
}

/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: /* TIP_HEIGHT= */ 8px;
  left: 0;
  z-index: 9999999;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(3px, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  border-right:8px solid white;
  z-index: 9999999;
}
/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  width:240px;
  transform: translate(10px, -3px);
  /* Style the info window. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
  z-index: 9999999;
}

.popup-bubble-content-lot-level {
  width:500px!important;
}
.c-help-center-page {
	max-width:1400px;
	margin:auto;
	margin-bottom:100px;
	padding:20px 60px 20px 60px;

}

.c-help-center-header {
	display:table;
	width:100%;
	vertical-align: middle;
	padding-bottom:40px;
}

.c-help-center-header img {
	display:table-cell;
	max-width:140px;	
}

.c-help-center-header h1 {
	display:table-cell;
	text-align: right;
	margin:0;
	padding:0;
	vertical-align: middle;
	font-size: 18px;
    color: #071e57;
}

.c-help-center-nav-bar-area {
	float:left;
	width:20%;
}

.c-help-center-article-body {
	float:left;
	width:80%;
	padding-left:40px;
}

.c-help-center-article-body h2 {
	margin:0;
	padding:0;
}

.c-help-center-nav-bar-area__list-title {
	padding-bottom:20px;
	font-weight: 400;
	font-size:14px;
	color:#405261;
}

.c-help-center-nav-bar-area ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-left:20px;
	padding-bottom:20px;	
}

.c-help-center-nav-bar-area li {
	padding-bottom:10px;
}

.c-help-center-nav-bar-area ul a {
	color:#46A0DE;
}

.c-help-center-article-body h2 {
	font-weight: 800;
	margin-bottom:20px;
	font-size:36px;
}

.c-help-center-article-body h3 {
	font-weight: 800;
	margin-bottom:20px;
	margin-top:40px;
	font-size:24px;
}

.c-help-center-article-body h4 {
	font-weight: 800;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
}

.c-help-center-article-body__skip-ahead-links {
	list-style: none;
	margin:0 0 0 0;
	padding:20px;
	border:1px solid #DDDDDD;
}

.c-help-center-article-body__skip-ahead-links li {
	padding-top:10px;
}

.c-help-center-article-body__skip-ahead-links a {
	color:#46A0DE;
}

.c-help-center-article-body__skip_ahead_text {
	font-weight:bold;
	color:#676D76;
	font-size:12px;
}

.c-help-center-article-body p {
	color: #676d76;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}

.c-help-center-article-nav-and-body {
	display:table;
}

.c-help-center-article-body__unordered-list--with_background {
	list-style: none;
	margin:0 0 20px 0;
	padding:20px;
	background-color: #F7F7F8;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
}

.c-help-center-article-body__unordered-list--with_background li {
	padding-top:4px;
	padding-bottom:4px;
}

.c-help-center-article-body__unordered-list--with_background__title {
	font-weight: bold;
	font-size:16px;
}

.c-help-center-article-body__help-gif {
	width:100%;
	padding:20px;
}

.c-help-center-article-body__help-png {
	width:100%;
	padding:20px;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
	margin:20px 0 30px 0;
}

.demo-animation-toggle a {
	color:grey;
}

.demo-animation-toggle a:hover {
	text-decoration: none;
	color:#46A0DE;
}

.cemify-help-center-next-article-link {
	float:right;
	padding-top:30px;
	color:#46A0DE;
}

.cemify-help-center-previous-article-link {
	float:left;
	padding-top:30px;
	color:#46A0DE;
}

.c-help-center-ordered-step-list {
	margin:0 0 20px 0;
	padding:20px;
	padding-left:40px;
	background-color: #F7F7F8;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);	
}

.c-help-center-ordered-step-list li {
	padding-bottom:5px;
}

.cemify-help-center-menu-active-menu-item {
	font-weight: bold;
}

.c-help-center-mobile-menu-toggle {
	display:none;
}

.c-help-center-mobile-menu-toggle a:hover {
	text-decoration: none;
}

.cemify-help-center-animation-box {
	margin-left:-200px;
}

.cfy-standard-help-center-table {
	border:1px solid #d3d3d3;
	margin:15px 0px;
}

.cfy-standard-help-center-table td {
	border:1px solid #d3d3d3;
	padding:10px;
}

.cfy-standard-help-center-table th {
	border:1px solid #d3d3d3;
	padding:10px;	
}

.cfy-spreadsheet-format-table {
	border:1px solid #d3d3d3;
	margin-top:20px;
	margin-bottom:15px;
}

.cfy-spreadsheet-format-table td {
	border:1px solid #d3d3d3;
	padding:5px;
}

.cfy-spreadsheet-format-table th {
	border:1px solid #d3d3d3;
	padding:10px;
}

.cfy-help-center-alert {
	padding:20px;
	border:1px solid #E3E8EE;
	background-color: #F7FAFC;
}

.cfy-help-center-alert--success-message {
	padding:20px;
	border:1px solid #E3E8EE;
	background-color: #a6daa7;
}


.cfy-write-a-review-form label {
	padding-bottom:10px;
	color:#1f1a47;
	font-weight:400;
	padding-top:40px;
}

.cfy-write-a-review-form textarea {	
	border:1px solid #E0E0E0;
	height:300px;
	padding:10px;
}

.cfy-review-tips {
	color:#6B7C93;
	font-weight:400;	
	font-size:14px;
}


@media (max-width: 800px) { 

	.c-help-center-article-body {
		padding-left:0px;
	}

	.c-help-center-page {
		padding:20px;
	}

	.c-help-center-article-body {
		float:left;
		width:100%;
	}

	.c-help-center-nav-bar-area {
	    float: left;
	    width: 100%;
	    border: 2px solid #aba3a3;
	    padding: 20px 20px 0px 20px;
	    margin-bottom: 30px;
	    display:none;
	}

	.c-help-center-header img {
		display:none;
	}

	.c-help-center-mobile-menu-toggle {
		display:block;
		float:left;
		color:#46A0DE;
	}

	.c-help-center-nav-bar-area__list-title {
		font-weight: 600;
	}

	.demo-animation-toggle {
		display:none;
	}

	.cemify-help-center-animation-box {
		margin:0px;
	}

}
.all-white-home {
	padding:40px 40px 40px 70px;	
	font-family: 'Lato', sans-serif;
	max-width:1200px;
	margin:auto!important;
	color:#4A4A4A;
}

@media (max-width: 767px) {

	.all-white-home {
		padding:30px 40px 30px 40px;		
	}

	.all-white-home i {
		float:right;
		font-size:40px;		
		margin-top:-8px;
	}

	.all-white-home a {
		color:black;
	}	

	.simple-white-main-headline-area {
		text-align: center;
	}

	.simple-white-main-headline-area h1 {
		font-size:28px!important;
		line-height: 50px!important;
	}

	.simple-white-main-headline-area p {
		font-size:16px!important;
	}	

}


.simple-white-header {
	height:50px;
}

.simple-white-header img {
	width:100px;
	float:left;
}

.desktop-grey-links {
	float:right;
	list-style: none;
	margin-right:31px;	
}

.desktop-grey-links li {
	float:right;
	padding-left:20px;	
}

.desktop-grey-links li a {
	color:#939191;
	font-size:16px;
	font-weight:300;
	letter-spacing: 0.5px;
}

.desktop-grey-links li a:hover {
	color:#0E7DE5;
	text-decoration: none;
}

.mobile-simple-white-menu {	
	padding:0px 4px 0 0;
	list-style: none;
	margin:0!important;	
	font-size:18px;	
	text-align: right;
}

.mobile-simple-white-menu a {	
	color:#939191;
	font-weight:300;
	letter-spacing: 0.5px;
}

.mobile-simple-white-menu li {	
	padding-bottom:15px;
}

.simple-white-container {
	margin:30px 0 60px 0;
}


.simple-white-main-headline-area td {
	vertical-align: middle;	
}

.simple-white-main-headline-area h1 {
	font-weight: 900;
	color:#4A4A4A!important;
	font-size:40px;
	letter-spacing: 1px;
	line-height: 60px;	
	margin:0;
}

.simple-white-main-headline-area p {
	color: #4A4A4A;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size:20px;
	padding-top:20px;
}


@media (min-width: 767px) {

	.simple-white-main-headline-text-area {
		width:340px;
	}

	.simple-white-main-headline-area h1 {
		font-size:34px;
		line-height: 50px
	}

	.simple-white-main-headline-area p {
		font-size:18px;
	}

}

@media (min-width: 900px) {

	.simple-white-main-headline-text-area {
		width:400px;
	}

	.simple-white-main-headline-area h1 {
		font-size:40px;
	}

	.simple-white-main-headline-area p {
		font-size:20px;
	}

}

@media (min-width: 1100px) {

	.simple-white-main-headline-text-area {
		width:500px;
	}

	.simple-white-main-headline-area h1 {
		font-size:48px;
		line-height: 65px;
	}

	.simple-white-main-headline-area p {
		font-size:22px;
	}	

}



.simple-white-main-button {
	background-color: #0E7DE5;
	padding:15px 40px 15px 40px;
	color:white;
	font-weight: 300;
	margin-top:20px;
}

.grey-line-separator {
	border-bottom:1px solid #D1CFCF;
	margin-right:31px;
}

.three-benefits {
	margin:60px 0 60px -20px;
	text-align: center;
}

.three-benefits h2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1px;
}

.three-benefits p {
	font-size:20px;
	font-weight: 300;
	padding:0 20px 0 20px;
}

.three-benefits a {
	color:#0E7DE5;
	font-size:18px;
	font-weight: 300;
}

.image-left-text-right-box {
	margin:60px 0 80px -20px;
}

.image-left-text-right-box ul {	
	padding:10px 0 0 20px!important;
}

.image-left-text-right-box li {
	font-size:18px;
	color:#4A4A4A;
	font-weight: 300;
}

.features-text-right-area {
	vertical-align: middle;
	width:500px;
	padding-right:30px;
}

.features-text-right-area h2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1px;
}

.features-text-right-area p {
	font-size:20px;
	font-weight: 300;	
	padding-top:10px;
}

.image-right-text-left-box {
	margin:60px 0 80px 0px;
}

.image-right-text-left-box ul {	
	padding:10px 0 0 20px!important;
}

.image-right-text-left-box li {
	font-size:18px;
	color:#4A4A4A;
	font-weight: 300;
}

.simple-pricing-box {
	padding:60px 0 80px 0;
	text-align:center;
	width:600px;
	margin:auto;
}

.simple-pricing-box h2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 1px;
}

.simple-pricing-box p {
	font-size:20px;
	font-weight: 300;	
	padding-top:10px;
}

.simple-white-testimonials p {
	font-size:20px;
	font-weight: 300;	
	padding-top:10px;
}

.simple-white-testimonials {
	padding:80px 0 80px 0;
	text-align: center;
}

.simple-white-testimonials h3 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1px;
}

.simple-white-testimonials h4 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}

.testimonial-block {
	padding-top:40px;
	width:80%;
	margin:auto;
}


.simple-white-testimonials p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	font-style: italic;
}


.big-paragraph {
	font-size:20px!important;
	font-weight: 300!important;	
	padding-top:10px!important;
	font-style: normal!important;
}


.contact-us-header-area {
	text-align: center;
}

.contact-us-header-area h1 {
	font-weight: 900;
	color:#4A4A4A!important;
	font-size:40px;
	letter-spacing: 1px;
	margin:0;
}

.contact-us-header-area {
	padding-top:50px;
}

.contact-us-header-area p {
	color: #4A4A4A;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size:20px;
	padding-top:20px;
	width:80%;
	margin:auto;
}

.contact-us-submit-area {
	padding-top:30px;
}

.contact-us-submit {
	background-color: #0E7DE5;
	padding:20px 40px 40px 40px!important;
	color:white;
	font-weight: 300;
	margin-top:20px;
}


@media (max-width: 767px) {

	.bottom-pad-mobile {
		padding-bottom:30px;
		width:80%;
		margin:auto;
	}

	.mobile-padding {
		padding:0!important;
		margin:0!important;
	}

	.features-text-right-area {
		width:100%!important;
	}

	.image-left-text-right-box {
		margin:0!important;
	}

	.simple-pricing-box {
		width:100%;
	}


}

.bigger-notice {
	font-size:18px;
	font-weight: 300;
}














.cemify-home-body {	
	max-width:1340px;
	margin: auto;	
	padding: 40px;
	padding-bottom:0px;
}

.cemify-home-header {
	height:40px;
	display: table;	
	width:100%;
}

.cemify-home-logo-and-navigation {
	display:table-cell;
	vertical-align: middle;	
	width:70%;
}

.cemify-home-logo-and-navigation img {
	width:110px;
	margin-right:40px;
	margin-top:-9px;
	float:left;
}

.cemify-home-navigation__list {
	list-style-type: none;	
}

.cemify-home-navigation__list li {
	float:left;
	padding-right:30px;
	font-size:16px;
	letter-spacing: 1px;
}

.cemify-home-navigation__list a {
	color:#748494;
	font-weight:300;
}

.cemify-home-navigation__list a:hover {
	text-decoration: none;
	color:#147dc5;
}

.cemify-home-phone-number {
	display:table-cell;
	vertical-align: middle;
	text-align: right;
	margin-right:40px;
	float:right;
	width:180px;
}

.cemify-home-phone-number-container {
	display:table;
	border:1px solid #E3E3E3;
	border-radius: 3px;
	width:180px;
	color:#071e57;
}

.cemify-home-phone-number-container__phone-logo {
	display:table-cell;
	vertical-align: middle;
	padding-top:7px;
	padding-bottom:7px;
	text-align: center;
	width:40px;
}

.cemify-home-phone-number-container__phone-number {
	display:table-cell;
	background-color: #f8f9fb;
	vertical-align: middle;
	text-align: center;
	padding-top:7px;
	padding-bottom:7px;
	width:140px;
	font-weight: 900;
	font-size:16px;
	color:#071e57;
}

.cemify-home-login {
	display:table-cell;
	vertical-align: middle;
	text-align: right;
	width:5%;
}

.cemify-home-login a { 
	color:#748494;
	font-weight:300;
	letter-spacing: 1px;
	font-size:16px;
}

.cemify-home-login a:hover {
	text-decoration: none;
	color:#147dc5;
}

.cemify-home-main-content-area {
	padding: 40px 0 40px 0;
	display:table;
	width:100%;
	border-bottom:1px solid #e0e8ef;
}

.cemify-home-splash-content-text {
	display:table-cell;
	vertical-align: middle;
	width:45%;
}

.cemify-home-splash-content-text h1 {
	color:#071e57;
	font-size:40px;
	line-height: 50px;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
}

.cemify-home-splash-content-text p {
	color:#071e57;
	font-weight: 300;
	font-size:22px;	
	letter-spacing: 0.5px;
}

.cemify-home-splash-button-area {
	display:table;	
	margin-top:20px;
}

.cemify-home-splash-button-area__button {
	display:table-cell;		
}

.cemify-home-splash--blue-button {
	font-size:14px;
	font-weight:600;
	background-color:#147dc5;
	padding:15px 45px 15px 45px;
	box-shadow: 3px 3px 3px #ccc;
	border-radius: 3px;
	border: 0px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
	color:white;	
}

.cemify-home-splash--white-button {
	font-size:14px;
	font-weight:600;
	padding:10px 40px 10px 40px;
	box-shadow: 3px 3px 3px #ccc;
	border-radius: 3px;
	border: 0px;
	color:black;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
	color: #147dc5;	
	background-color: white;
	border:1px solid #7e8c9b;
}

.cemify-home-splash-content-image {
	display:table-cell;
	vertical-align: middle;
	width:55%;
	padding:30px;
	padding-right:0px;
}

.cemify-home-splash-content-image img {
	width:100%;	
	box-shadow: 3px 3px 3px #ccc;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
}

.cemify-home-our-cemeteries-area {	
	padding: 60px 0 60px 0;
	display:table;
	width:100%;
	border-bottom:1px solid #e0e8ef;
}

.cemify-home-our-cemeteries-area__image {
	display:table-cell;
	vertical-align: middle;
	width:55%;
	padding-right:50px;
}

.cemify-home-our-cemeteries-area__image img {
	width: 100%;
	box-shadow: 3px 3px 3px #ccc;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
}

.cemify-home-our-cemeteries-area__text {
	display:table-cell;
	vertical-align: middle;
	width:45%;
}

.cemify-home-our-cemeteries-area__text__intro {
	color:#071e57;
	font-weight: 300;
	font-size:22px;	
	letter-spacing: 0.5px;
}

.cemify-primary-benefits-table {
	color:#071e57;
	font-weight: 300;
	font-size:16px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-primary-benefits-table td {
	padding-top:20px;
	font-size:16px;	
}

.cemify-primary-benefits-table i {
	font-size:24px;
	padding-right:20px;
}

.cemify-home-features__image_on_right {	
	padding: 60px 0 40px 0;
	display:table;
	width:100%;
}

.cemify-home-features__image_on_right--text {
	display:table-cell;
	vertical-align: middle;
	width:40%;
}

.cemify-home-features__image_on_right--image {
	display:table-cell;
	vertical-align: middle;
	width:60%;
	padding-left:80px;
}

.cemify-home-features__image_on_right--text h2 {
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:22px;
	line-height: 50px;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
}

.cemify-home-features__image_on_right--text p {
	color:#071e57;
	font-weight: 300;
	font-size:18px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-home-features__image_on_right--text ul {
	color:#071e57;
	font-weight: 300;
	font-size:18px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-home-features__image_on_right--image img {
	width:100%;
	box-shadow: 3px 3px 3px #ccc;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
}

.cemify-home-features__image_on_left {	
	padding: 60px 0 40px 0;
	display:table;
	width:100%;	
}

.cemify-home-features__image_on_left--text {
	display:table-cell;
	vertical-align: middle;
	width:45%;
}

.cemify-home-features__image_on_left--image {
	display:table-cell;
	vertical-align: middle;
	width:55%;
	padding-right:80px;
}

.cemify-home-features__image_on_left--text h2 {
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:22px;
	line-height: 50px;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
}

.cemify-home-features__image_on_left--text p {
	color:#071e57;
	font-weight: 300;
	font-size:18px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-home-features__image_on_left--text ul {
	color:#071e57;
	font-weight: 300;
	font-size:18px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-home-features__image_on_left--image img {
	width:100%;
	box-shadow: 3px 3px 3px #ccc;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
}

.cemify-home-features__full-list h2 {
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:22px;
	line-height: 50px;
	padding-bottom: 10px;
	padding-top:10px;
	margin-top:0px;
	text-align: center;
}


.cemify-home-features__full-feature-list-table__feature_box {
	width: 33%;	
	margin-right:10px;
}

.cemify-home-features__full-feature-list-table__feature_box-innner {
	border: 1px solid #e0e8ef;
	margin:10px 10px 10px 10px;
	padding:5px;
	vertical-align: top!important;
	height:220px;
}

.cemify-home-features__full-feature-list-table__feature_box-innner td {
	padding-left:20px;
	color:#071e57;
	font-weight: 300;
	font-size:14px;	
	letter-spacing: 0.5px;
	margin-top:10px;
}

.cemify-home-features__full-feature-list-table__feature_box-innner i {
	color:green;
}


.cemify-feature-set-title {
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:16px!important;
	font-weight:400!important;
	line-height: 50px;
	padding-bottom: 10px;
	padding-top:0px;
	margin-top:0px;
}

.cemify-home-testimonial-box {	
	display:table;
	width:100%;
	border-bottom:1px solid #e0e8ef;
	margin-top:50px;
}

.cemify-home-testimonials-cemetery-name-and-image {
	display:table-cell;
	vertical-align: top;
	width:30%;
	color:#071e57;
	font-size:14px;			
}
.cemify-home-testimonials-cemetery-name-and-image img {
	width:240px;
	box-shadow: 3px 3px 3px #ccc;
	border:1px solid #cdcdcd;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
}

.cemify-home-testimonials-cemetery-name-and-image--name {
	margin-top:20px;
	margin-left:10px;
	margin-bottom:40px;
}

.cemify-home-testimonials-cemetery-quote {
	display:table-cell;
	vertical-align: top;
	font-size:16px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding-left:20px;
	padding-bottom:40px;
	width:70%;
	color: #405261;
}

.cemify-home-testimonials-area {
	padding: 40px 0 40px 0;	
}

.cemify-home-testimonials-area__title {
	border-top:1px solid #e0e8ef;	
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:22px;
	line-height: 50px;
	padding-bottom: 20px;
	padding-top:50px;
	margin-top:0px;	
}

.cemify-home-footer {	
	padding: 20px 0 20px 0;
	display:table;
	width:100%;	
	height:60px;	
	background-color: #071e57;	
}

.cemify-social-logos-area {
	display:table-cell;
	vertical-align: middle;
	width:15%;
}

.cemify-footer-company-info-and-terms {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	font-size:11px;
	padding-right:40px;
	width:85%;	
	color:#C2CBD3;	
}

.cemify-footer-company-info-and-terms a {
	color:#C2CBD3;	
}

.cemify-footer-company-info-and-terms a:hover {
	text-decoration: none;
	color:#147dc5;
}

.cemify-home-pricing__title {
	padding:0px;
	margin:0px;
	color:#071e57;
	font-size:30px;
	font-weight:900;
	line-height: 50px;
	padding-bottom: 0px;
	padding-top:10px;
	margin-top:0px;
	text-align: center;
}

.cemify-home-pricing__sub-title {
	text-align: center;
	font-size:18px;
	font-weight:400;
	color:#acacad;
}

.cemify-home-pricing__container {
	margin-bottom:60px;
}

.cemify-home-pricing__sub_container_title {
	color:#071e57;
	font-size:22px;
	font-weight:400;
	line-height: 50px;
	padding-bottom: 0px;
	padding-top:10px;
	margin-top:0px;
	text-align: center;
}

.cemify-home-pricing__sub_container_pricing_toggles {
	text-align: center;
	color:#a0a0a0;
}

.cemify-home-pricing__sub_container_pricing_radio_button {
	margin-right:2px!important;
}

.cemify-home-pricing__sub_container_pricing_radio_button--monthly {
	margin-left:10px!important;
}

.cemify-home-pricing__sub-title a {	
	color:#0077CC;
}

.cemify-home-pricing__pricing-options-boxes {
	display:table;
	width:860px;	
	margin:auto;
}

.cemify-home-pricing-box-container {
	display: table-cell;	
	width:33%;
}

.cemify-home-pricing-box__inner-content-container {	
	margin:20px 20px 20px 20px;
	box-shadow: 2px 3px 3px #f5f5f5;
	border:1px solid #e0e8ef;
	border-radius: 5px;	
	background-color: white;
}

.cemify-home-pricing-box__pricing-package-title {
	text-align: center;
	color: #748494!important;
	font-size:16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top:40px;
}

.cemify-home-pricing-box__price_number_container {
	width:10px;
	margin:auto;
	margin-top:5px;
}

.cemify-home-pricing-box__price_number_container--dollar-sign {
	color: #071e57;
	font-size: 32px;
	font-weight:500!important;
	vertical-align: top;
}

.cemify-home-pricing-box__price_number_container--dollar-value {
	color: #071E57;
	font-size: 48px!important;
	font-weight:500!important;
	vertical-align: bottom!important;
}

.cemify-home-pricing-box__price_number_container--dollar-per-year {
	color: #748494!important;
	font-size: 14px;
	vertical-align: bottom!important;
	letter-spacing: 1px;
	font-weight:300!important;
	padding-bottom:10px;
}

.cemify-home-pricing-box__pricing-package-subtext {
	text-align: center;
	color: #748494!important;	
	font-size:13px!important;
	padding:10px 20px 20px 20px;
}

.cemify-home-pricing__sub_container_title--subtext {
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:#acacad;
}

.cemify-home-pricing-box__middle-grey-line {
	border-bottom:1px solid #e0e8ef;
	margin:20px 40px 40px 40px;
}

.cemify-home-pricing-box__feature-list-table {		
	margin:auto;	
	font-size:14px;
	color: #405261;
	font-weight: 400;
}

.cemify-home-pricing-box__feature-list-table td {		
	vertical-align: top;
}

.cemify-home-pricing-box__feature-list-table--checkbox {
	padding-right:20px;
	padding-bottom:5px;
	color:#147dc5;
}

.cemify-home-pricing-box__button-area {
	margin-top:20px;
	margin-bottom:30px;
}

.cemify-home-pricing-box__button-area button {	
	color:#147dc5;	
	font-weight:400;
	box-shadow: none;
}


@media (max-width: 950px) {


	.cemify-home-ham-menu a {
		color:#748494;
	}

	.cemify-home-login {
		display: none!important;
	}

	.cemify-home-navigation__list {
		display: none!important;
	}

	.cemify-home-navigation__list--mobile {				
		right:40px;		
		font-size:16px;
		letter-spacing: 1px;
		font-weight:300;
		background-color: #F4F4F4;
		width:300px;
		float:right;
	}

	.cemify-home-navigation__list--mobile a {		
		color:#748494;
		font-size: 20px;
    	line-height: 40px;
	}

	.cemify-home-navigation__list--mobile a:hover {		
		text-decoration: none;
		color:#147dc5;
	}

	.cemify-home-logo-and-navigation {
		width:20%!important;
	}

	.cemify-home-phone-number {
		float:none!important;
		width:50%;
		margin:0px;
	}

	.cemify-home-mobile-menu-list-container {
		text-align: center;
	}

	.cemify-home-mobile-menu-list {
		list-style: none;
	    padding-top: 30px;
	    border-top: 1px solid #e4e4e4;
	    margin-top: 20px;
	    padding-left:0px;
	    border-bottom: 1px solid #e4e4e4;
	    padding-bottom: 30px;
	}

	.cemify-home-mobile-menu-list li {
		padding-bottom:15px;
	}

	.cemify-home-mobile-menu-list li a {
		color:#748494;
		font-weight:300;
		font-size:24px;
	}

	.cemify-home-mobile-menu-list li a:hover {
		text-decoration: none;
		color:#147dc5;
	}

}

@media (max-width: 920px) {

	.cemify-home-splash-conent-image-mobile-only {
		display:block;
	}

	.cemify-home-splash-conent-image-mobile-only img {
		width:100%;
	}

	.cemify-home-splash-content-image {
		display:none;
	}

	.cemify-home-our-cemeteries-area__image {
		display:none;
	}

	.cemify-home-features__image_on_right--image {
		display:none;
	}

	.cemify-home-features__image_on_left--image {
		display:none;
	}	

	.cemify-home-features__mobile-image {
		display:block;
	}

	.cemify-home-features__mobile-image img {
		width:100%;
	}

	.cemify-home-features__image_on_left {
		padding: 20px 0 60px 0!important;
	}

	.cemify-home-features__image_on_right {
		padding: 20px 0 60px 0!important;
	}

	.cemify-home-testimonials-area {
		padding: 0px 0 40px 0!important;
	}

	..cemify-home-phone-number {
		padding-right:20px;
	}

	.cemify-home-phone-number-container {
		width:0!important;
		display:none;		
	}

	.cemify-home-phone-number-container__phone-number {
		font-size:12px;
		width:0!important;
		padding-right: 15px;
    	padding-left: 15px;
	}

	.cemify-home-phone-number-container__phone-logo {
		width:0!important;
		padding-right:5px;
		padding-left:5px;
	}

	.cemify-home-logo-and-navigation img {
		margin:0 10px 0 0!important;
	}

	.cemify-home-body {
		padding:20px!important;
	}

	.cemify-home-splash--blue-button {
		padding:15px 20px 15px 20px!important;
	}

	.cemify-home-splash--white-button {
		padding:10px 30px 10px 30px!important;
		color:#147dc5;
	}

	.cemify-home-testimonials-area__title {
		line-height:30px;
	}

	.cemify-home-testimonial-box {
		margin-top:10px;
	}

	.cemify-home-testimonials-cemetery-name-and-image {
		display:none;
	}
	
	.cemify-home-testimonial-name-mobile-only {
		display:block;
		padding-top: 10px;
    	margin-bottom: -10px!important;
	}		

	.cemify-home-testimonial-box {
		margin-top: 40px;
	}

	.cemify-home-testimonials-area__title {
		padding-bottom:0px;
	}

	.cemify-home-pricing-box-container {
		display:block;
		margin:auto;
		width:80%;
	}

	.cemify-home-pricing__pricing-options-boxes {
		width:100%;
	}
 	

}

@media (min-width: 920px) {
	
	.cemify-home-splash-conent-image-mobile-only {
		display:none;
	}

	.cemify-home-features__mobile-image {
		display:none;
	}

	.cemify-home-testimonial-name-mobile-only {
		display:none;
	}	

}


.cemify-home-3-contact-area-left {
	width:60%;
	float:left;
	color:#071e57;
	font-family: 'Lato', sans-serif;		
}

.cemify-home-3-contact-area-left h1 {
	font-weight: bold;
	font-size: 30px;
	margin:0px!important;
	max-width:400px;
}

.cemify-home-3-contact-area-left p {
	color:#647281;
	font-size:24px;
	font-weight: 300;
	padding-top:10px;
	max-width:600px;
}

.c-contact-us-form-area form {
	padding-top:20px;
	max-width:400px;
}

.c-contact-us-form-area input {
	width:100%;
	height:40px;
	border-radius: 1px;
	border: 1px solid #e0e8ef;
    padding-left: 10px;
}

.c-contact-us-form-area label {
	padding-top:20px;
	color:#647281;
	font-weight:300;
}


.cemify-home-3-contact-area-right {
	width:40%;
	float:left;
	margin-top:80px;
	border-left:1px solid #e0e8ef;
}

.cemify-home-3-contact-us {
	margin-top:60px;
}

.cemify-home-3-contact-area-right img {	
	max-width:75%;
	float:left;
	margin:auto;
	margin:20px;
	box-shadow: 3px 3px 3px #C2CBD3;
}


@media (max-width: 920px) {
	.cemify-home-3-contact-area-right {
		display:none;
	}

	.cemify-home-3-contact-area-left {
		width:100%;
	}
}

.c-signup-last-name-input-form {
	display:none!important;
}

.cemify-home-pricing__pricing_sub_container {
	padding-bottom:10px;
}


.cemify-home-pricing__pricing-options-boxes__upfront_mapping {
	width:40%;	
}

@media (max-width: 920px) {
	
	.cemify-home-pricing__pricing-options-boxes__upfront_mapping {
		width:80%!important;
		margin-bottom:60px;		
	}
	.cemify-home-pricing-box__inner-content-container--upfront-pricing {
		height:280px!important;
	}

	.cemify-home-pricing__sub-title {
		font-size:14px;
	}

}

.cemify-home-pricing-box__inner-content-container--upfront-pricing {
	height:260px;
}

.cemify-home-pricing__pricing-options-boxes__upfront_mapping_now-testing-box {
	text-align: center;
	width:270px;
	font-size:12px;
	font-weight:500;	
	margin:auto;
	padding:10px;
	background-color: white;
	color:#298229;
	border: 1px solid #55bb55;
	border-radius:3px;
}

.cemify-pricing--grey_pricing_background {
	margin: -40px -40px -80px -40px;
	padding: 40px 40px 80px 40px;
	background-color: #F8F9FC;
}
.cfy-home-page-4-main-body {
	font-family: 'Lato', sans-serif!important;
}

.cfy-home-4-max-width {
	max-width:1200px;
	margin:auto;
}

.cfy-home-4-primary-splash-color {
	background-color: #eaf7ff;
}


.cfy-h4-header {	
	padding:25px 40px;
	display:table;
	width:100%;	
	background-color: white;
	-webkit-box-shadow: 0 6px 24px rgba(0,0,0,.12)!important;
    box-shadow: 0 6px 24px rgba(0,0,0,.12)!important;
}

.cfy-h4-header-logo-container {
	display:table-cell;
	width:140px;
}

.cfy-h4-logo {
	width:140px;
}

.cfy-h4-header-menu-container {	
	display:table-cell;
	vertical-align: middle;
	text-align: right;
}

.cfy-h4-header-menu {
	list-style: none;
}

.cfy-h4-header-menu li {
	float:right;
	padding-right:45px;
	color:#25384f;
	font-size:18px;
}

.cfy-h4-header-menu li:hover {
	color:#85c3e9;
}

.cfy-home-4-h1 {
	font-size:56px!important;	
	color:#25384f!important;
	font-weight:900;
}

.cfy-home-4-splash-table {
	display:table;
	padding:0px 40px;
	margin-top:40px;
	margin-bottom:80px;
}

.cfy-home-4-splash-table--text {
	display:table-cell;
	width:62%;
	padding-right:25px;
}

.cfy-home-4-splash-subtext {
	padding:32px 0px;
	font-size:23px;
	color:#244564;	
}

.cfy-home-4-splash-table--image {
	display:table-cell;	
	vertical-align: middle;
	padding-left:25px;
}

.cfy-home-4-action-button {	
	background-color: rgb(37, 73, 168);     
    color: white;
    font-weight: 900;
    padding:15px 35px;
    border-radius: 5px;
    border:0px;
    font-size:22px;
}

.cfy-home-4-main-splash-image {
	max-width: 100%;
}

.cfy-home-4-introduction-and-responsive-area {
	display:table;	
	margin-top:100px;
	margin-bottom:100px;
	padding: 0px 40px;
}

.cfy-home-4-responsive-image-area {
	display:table-cell;
	vertical-align: middle;
	width:50%;
	padding-right:40px;
	padding-left:20px;
}

.cfy-home-4-responsive-image-area--image {
	max-width: 100%;
}

.cfy-home-4-responsive-image-text-area {
	display:table-cell;	
	padding-left:40px;
	padding-right:20px;
	vertical-align: middle;
}

.cfy-home-4-h2 {
	color: #244564;
	font-size:36px;
	line-height: 40px;
	font-weight:900;
	padding-bottom:20px;
}

.cfy-home-4-h2-subtext {
	font-size:24px;
	font-weight:300;
	color:#454545;
}

.cfy-home-4-testimonials-area {
	margin-top:70px;
}

.cfy-home-4-quote-icon {
	color:#B8DBF2;
	font-size:38px;
	padding-right:10px;
}


.cfy-home-4-testimonial-quote {
	background-color: white;
	padding:20px;
	color:#454545;
	font-weight: 400;
	min-height:340px;
}

.cfy-home-4-testimonial-container {
	width:31%;
	font-size:18px;
	border-radius:5px;
	font-weight:300;
	text-align: center;
	float:left;
	text-align: left;
	padding:3px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}

.cfy-home-4-testimonial-attribution {
	padding:20px;
}

.cfy-home-4-testimonial-image {
	width:100px;
	padding-right:20px;
}

.cfy-home-4-testimonial-attribution--name {
	font-weight:700;
}

.cfy-home-4-testimonial-attribution--location {
	
}

.cfy-home-4-read-more-testimonials-area {
	width:100%;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	font-size:18px;
	text-align:center;	
}

.cfy-home-4-read-more-testimonials-area a {
	color:#4698ca;
}

.cfy-home-4-read-more-testimonials-area a:hover {
	font-weight: 800;
}

.cfy-home-4-footer {	
	padding:50px 60px;
	background-color: #25384F;
}

.cfy-home-4-footer-container {	
	width:100%;
	color:white;	
}

.cfy-home-4-footer-logo-and-tagline {
	vertical-align: middle;
	white-space: nowrap;
	width:1%;
	padding-right: 40px;
	font-size:18px;	
}

.cfy-home-4-footer-logo-and-tagline img {
	padding-bottom:10px;
}

.cfy-home-4-footer-content-box {
	vertical-align: top;
	text-align: center;
	padding-left: 40px;	
	padding-right: 40px;	
	border-left:1px solid #244564;	
	width:1%;
}

.cfy-home-4-footer-category-label {
	font-weight: 900;
	font-size:20px;
}

.cfy-home-4-footer-link-list {
	list-style: none;
	margin:0;
	padding:0;
}

.cfy-home-4-footer-link-list li {
	margin-top:30px;
	margin-bottom:30px;
} 

.cfy-home-4-footer-link-list a {
	color:#85C3E9;	
	font-size: 16px
}

.cfy-home-4-footer-link-list a:hover {
	color:white;	
}

.cfy-home-4-feature-block {
	display:table;
	padding-bottom:100px;
}

.cfy-home-4-feature-block-feature-image {
	display: table-cell;
	vertical-align: middle;
	width:50%;
}

.cfy-home-4-feature-block-feature-image img {
	padding:0px 100px;	
	width:100%;
}

.cfy-home-4-feature-block-feature-description {
	display: table-cell;
	vertical-align: middle;
}

.cfy-home-4-feature-block-feature-description-logo i {
	font-size: 40px;
	padding-bottom:20px;
}

.cfy-home-4-feature-block-feature-description-learn-more {
	padding:20px 0px;
	font-size:18px;
}

.cfy-home-4-feature-block-feature-description-learn-more a {
	color:#4698ca;
}

.cfy-home-4-feature-block-feature-description-learn-more a:hover {
	font-weight:900;
}

.cfy-home-4-feature-block-feature-description-description {
	padding-right:20px;
}

.cfy-home-4-mobile-menu {
	background-color: blue;
	padding-top:40px;
}

.cfy-h4-mobile-header {	
	width:100%;
	background-color: white;
}

.cfy-h4-logo-mobile {
	padding:25px;
	height:100px;
}

.cfy-h4-mobile-header-toggle {
	height:100px;
	float:right;
}

.cfy-h4-mobile-menu-bars {
	font-size: 40px;
	padding:30px 20px;
	padding-right:30px;
	color:#25384f;
}



.cfy-h4-mobile-menu-list {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
	padding-bottom:20px;
}

.cfy-h4-mobile-menu-list li {
	color:#25384f;
	font-size: 18px;
	padding:13px 0px;
}

.cfy-home-4-category-title {
	font-size:30px;
	text-align: center;
	font-weight: 900;
}

@media (max-width:800px) {
	.cfy-home-4-pricing-table {
		display:none;
	}

	.cfy-home-4-mobile-price-list {
		display:block;
	}
	
	#optional-add-ons-title {
		padding-top:90px!important;			
	} 
}

@media (min-width:801px) {

	.cfy-home-4-mobile-price-list {
		display:none;
	}
}


/* Mobile */
@media (max-width: 990px) {
	
	.cfy-h4-header {
		display:none;
	}

	.cfy-h4-mobile-header {
		display:block;
	}

	.cfy-home-4-splash-table--image {
		display:none;
	}

	.cfy-home-4-splash-table {
		padding: 0px 20px;
		margin-top:0px;
		margin-bottom:40px;
	}

	.cfy-home-4-splash-table--text {
		width:100%;
		padding-right:0px;
	}

	.cfy-home-4-h1 {
		font-size:50px!important;
		text-align: center;
	}

	.cfy-home-4-splash-subtext {
		text-align: center;
	}

	.cemify-home-splash-button-area__button {
		padding-right:0px;
		text-align: center;
	}

	.cfy-home-4-action-button {
		padding:20px 30px;
	}

	.cfy-home-4-responsive-image-area {
		display:none;
	}
	

	.cemify-home-splash-button-area__button {
		display: block;
	}

	.cfy-home-4-responsive-image-text-area {
		padding: 0px;
		margin:0px;
	}

	.cfy-home-4-responsive-image-area--image_mobile {
		width:100%;
		margin-bottom:70px;
	}

	.cfy-home-4-h2 {
		text-align: center;
	}

	.cfy-home-4-h2-subtext {
		text-align: center;
	}

	.cfy_home_4_mobile_video {
		width:100%!important;
	}

	.cfy_home_4_desktop_arrow {
		display:none!important;
	}

	.cfy_home_4_mobile_arrow {
		display:inline-block!important;
	}

	.cfy-home-4-testimonial-container {
		width:100%;
		margin-bottom: 40px;
	}


	.cfy-home-4-testimonial-quote {
		min-height: auto;
		padding-bottom: 60px;
    	padding-top: 40px;
	}

	.cfy-home-4-feature-block-feature-image {
		display:none;
	}

	.cfy-home-4-feature-block-feature-description-logo i {
		display:none;
	}

	.cfy-home-4-feature-block-feature-description-learn-more {
		text-align: center;
	}

	.cfy-home-4-feature-block-feature-description img {
		width:100%;
		padding:40px;
	}

	.cfy-home-4-feature-block-feature-description {
		padding:0px 20px;
	}

	.cfy-home-4-introduction-and-responsive-area__testimonial_mobile {
		margin-bottom: 20px!important;
	}

	.cfy-home-4-footer-mobile {	
		display:block;
		padding: 50px 60px;
	    text-align: center;
	    color: white;
	    background-color: #25384F;
	    font-size: 17px!important;
	}

	.cfy-home-4-footer {	
		display:none; 
	}

	.cfy-home-4-feature-page-video_mobile {
		width:100%;
	}

	.cfy-home-4-feature-img {
		display:none;
	}

	.cfy-home-4-feature-img_mobile {
		box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
		padding:0px!important;
		margin-bottom:40px;
	}

	.cfy-map-of-customers-testimonials-page_mobile {
		margin-bottom:40px;
	}

	.cfy-testimonials-page-testimonial-container {
		padding:0px 30px;
	}

	.cfy-home-4-pricing-add-on-container {
		width:100%!important;
		max-width: none!important;	
	} 

	.cfy-home-4-pricing-add-on-container__padding {
		height:100%!important;
		margin:0px!important;
	}

	#cfy-home-4-optional-add-ons-area {
		
	}

	.cfy-home-4-self-serve-actions {
		margin:auto;
	}	


}


@media (min-width: 991px) {

	#cfy-pricing-mobile-image {
		display:none!important;
	}
	
	.cfy-h4-mobile-header {
		display:none;
	}	

	.cfy-home-4-responsive-image-area--image_mobile {
		display:none!important;	
	} 

	.cfy-home-4-main-splash-image_mobile {
		display:none;
	}

	.cfy_home_4_mobile_video {
		display:none;
	}

	.cfy_home_4_desktop_arrow {
		display:inline-block!important;
	}

	.cfy_home_4_mobile_arrow {
		display:none!important;
	}

	.cfy-home-4-feature-block-feature-description img {
		display:none;
	}	

	.cfy-home-4-footer-mobile {	
		display:none; 
	}

	.cfy-home-4-feature-page-video_mobile {
		display:none;
	}

	.cfy-home-4-feature-img {
		padding:0px!important;
		border-radius:20px!important;
    	width: 100%;
    	display:block;
    	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
	}

	.cfy-home-4-feature-img_mobile {
		display:none;	

	}
	
	.cfy-map-of-customers-testimonials-page_mobile {
		display:none;
	}	

}

.cfy-feature-detail-list {
	padding:0px;
	padding-right:20px;
	margin-top:20px;	
	font-size: 20px;
    font-weight: 300;
}

.cfy-feature-detail-list li {
	padding-bottom:6px;
}

.cfy-map-of-customers-testimonials-page {
	border-radius:20px!important;
	box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}

.cfy-testimonials-page-testimonial-container {
	max-width:800px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
}

.cfy-testimonial-attribution {
	margin-top:14px;
	font-size:16px;
}

.cfy-home-4-pricing-option-container {
	margin-top:80px;
	margin-bottom:80px;
	padding:0px 40px;	
}

.cfy-home-4-pricing-table {	
	width:100%;	
	font-size:18px;
	text-align: center;
}

.cfy-home-4-pricing-table i {	
	color: #85C3E9;
}

.cfy-home-4-pricing-table td {
	padding:12px 0px;
	padding-left:10px!important;
	border-right:1px solid #dee2e6;
	font-weight: 400;
}

.cfy-home-4-pricing-table-feature-name {
	text-align: left;
	width:1%;
	white-space: nowrap;
	padding-right:30px!important;
}

.cfy-home-4-pricing-table-package-name {
	text-align: center;
	color: #0F0F1A;
	font-weight: 900;
	font-size:20px;
	padding-bottom:5px;
}

.cfy-home-4-pricing-table-package-price {
	text-align: center;
	color: #0F0F1A;
	font-size:24px;
	font-weight: 900;
}

.cfy-home-4-pricing-table-package-price__per_month {
	text-align: center;
	color: #0F0F1A;
	font-weight: 300;
	font-size:13px;
}

.cfy-home-4-pricing-table-feature-category {
	background-color: #f7f9fd;
	text-transform: uppercase;
	text-align: left;
	padding-left:10px!important;
	font-size:14px;
	border-right:0px!important;
}

.cfy-home-4-pricing-table-feature-last_td {
	border-right:0px!important;
}

.cfy-home-4-pricing-table-get-in-touch-link {
	text-align: center;
	padding-top:14px;
}

.cfy-home-4-pricing-table-get-in-touch-link a {
	font-size:14px;
	color: #4698ca;	
}

.cfy-free-trial-body {
	background-color: #F8F8F8;	
	color:#2F2F31;
	padding:20px;
	font-family: 'Lato', sans-serif;
	height:100%;
}

.cfy-free-trial-body_inner_area {
	max-width:600px;
	padding:30px;
	border-radius: 5px;
	margin:auto;	
	background-color: white;
	text-align: center;
}


.cfy-free-trial-body__logo img {
	width:100px;
	margin:auto;
	margin-top:30px;
}

.cfy-free-trial-body__main-message {
	margin-top:30px;
	margin-bottom:10px;
	font-size:24px;
	font-weight: 700;
	color:#0a2540;
}

.cfy-free-trial-body__main-sub_message {
	font-size: 20px;
	margin-bottom:30px;
	color:#0a2540;
}

.cfy-free-trial-body__main-form_area {
	margin-top:30px;
	margin-bottom:30px;
}

#free_trial_first_name {
	margin-right:10px;
}

#first_and_last_name_table {
	width:100%;
}

#free_trial_middle-of-first-and-last {
	width:40px;
}


.cfy-get-started-steps-button {
	margin-top:30px;
	width:100%;
	background-color: rgb(37, 73, 168);
	box-shadow: 0 6px 24px rgba(0,0,0,.12)!important;
    color: white;
    font-weight: 900;
    padding: 15px 35px;
    border-radius: 5px;
    border: 0px;
    font-size: 18px;
}

.cfy-get-started-steps-button-disabled {
	margin-top:30px;
	width:100%;
	background-color: rgb(170 186 228);
	box-shadow: 0 6px 24px rgba(0,0,0,.12)!important;
    color: white;
    font-weight: 900;
    padding: 15px 35px;
    border-radius: 5px;
    border: 0px;
    font-size: 18px;
}

.cfy-free-trial-body__progress_icons {
	width:100%;
	text-align: center;	
}

.cfy-free-trial-body__progress_icons i {
	font-size:20px;
}

#green-icon {
	color:#73B680
}

#blue-icon {
	color:rgb(37, 73, 168);
}

#grey-icon {
	color:#B6B6B6;
}

.cfy-free-trial-body__progress_steps {
	width:100%;
	margin-top:15px;
	text-align: center;
}

.cfy-free-trial-body__main-form_area_full-width {
	margin-top:15px;
	margin-bottom:0px;
	font-size:14px!important;	
}

.cfy-free-trial-body__progress_step_description {
	width:100%;
	margin-top:10px;
	text-align: center;
}

.cfy-free-trial-body__progress_steps td {
	width: 25%;
}

.cfy-free-trial-body__progress_steps span {
	font-size:12px;
}

.cfy-free-trial-footer {
	padding-top: 140px;
	padding-bottom:20px;	
	margin:auto;
	text-align: center;
	color:#8D8D8E;
}

.cfy-free-trial-form-error {
	color:red;
	text-align: left;
	margin-top:10px;
	display:none;
}

.cfy-home-4-pricing-table-additional-pricing-information {
	font-size:12px!important;
}

.cfy-home-4-pricing-add-on-container {
	float:left;
	max-width:50%;
	text-align: center;
	color:#244564;
	padding-top:20px;	
}

.cfy-home-4-pricing-add-on-container__padding {
	margin:20px 50px;
	padding:40px;
	height:340px;
	border:1px solid #dee2e6;
}

.cfy-home-4-pricing-add-on-container--title {
	font-size:20px;
	font-weight: 900;
	padding-bottom:20px;
}

.cfy-home-4-pricing-add-on-container--icon i {
	font-size:40px;	
	padding-bottom:10px;
}

.cfy-home-4-pricing-add-on-container--description {
	font-size:18px;
}

.cfy-pricing-mobile-sub-text {
	color:grey;
}

#cfy-pricing-mobile-image {
	display:block;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.cfy-faq-page-question {
	font-size:26px;
	font-weight: 900;
	padding-left:30px;
	padding-right:30px;
}

.cfy-faq-page-answer {
	font-size:20px;
	font-weight: 400;
	padding-top:10px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}

.cfy-home-4-schedule-call-link {
	font-size:18px;
	color: #244564;
}

.cfy-home-4-schedule-call-link a {
	color:#2549A8;
}

.cfy-package-option-package-name {
	font-weight:600;
	font-size:22px;
	color:#0a2540;
}

.cfy-package-option-price {
	font-weight:900;
	font-size:22px;
	text-align: right;
	color:#0a2540;
}
.cfy-package-option-description {
	text-align: left;
	font-size:16px;
	padding-top:5px;
	color:#425466;
}

.cfy-package-option-radio-button {
	transform: scale(1.5);	
}

.cfy-package-option-row-separator {
	padding: 20px 0px;
}

.cfy-package-option-pricing-varies {
	font-weight:600;
	font-size:18px;
	text-align: right;
	font-style: italic;
}

.cfy-get-started-label {
	font-weight:600;
	font-size:16px;
	color:#425466;
}

.cfy-get-started-label-description {
	font-weight:400;
	font-size:14px;
	color:#697386;
}

.cfy-get-started-inputs {
	height:50px;
}

.cfy-get-started-inputs::placeholder {
	font-weight:300;
	color:#8D8D8E;
}

.cfy-get-started-input-container {
	padding-bottom:30px;
	text-align: left;
}

.cfy-get-started-map-classifiers-list {
	margin-top:20px;	
}

.cfy-get-started-map-classifiers-list li {
	
}

.cfy-get-started-map-classifiers-list__number {
	color:#8D8D8E;
	padding-right:5px;
}

.cfy-get-started-label-description__classifiers {
	padding-left:10px;
}

.cfy-get-started-label--input-category-label {
	font-size:20px;
	padding-bottom:5px;
}

.cfy-get-started-package-limit-tooltips {
	color:#cbcbcb;
}

.cfy-get-started-hp-input {
	display:none;
}
.home-page {
	font-family: 'Lato', sans-serif;	
	margin:auto;
}

.black-top-header {
	background-color: #293746;
	height:50px;
	width:100%!important;
}

.black-top-header-contents {
	max-width: 1200px;
	margin:auto;
}

.black-top-header img {
	width:80px;
	float:left;
	margin: 15px 0 0 40px;
}

.login-link {
	float:right;
	margin: 17px 20px 0 0 ;
	font-size:12px;
	color: #C8C8C8;
}

.login-link:hover {
	color:#0466C2;
	text-decoration: none!important;
}

.home-page-menu-area {
	height:50px;
}

.home-page-menu-area-contents {
	max-width: 1200px;
	margin:auto;
}

.home-page-menu-area ul {
	list-style: none;
	float:right;
	margin: 14px 20px 0 0 ;
}

@media only screen and (max-width: 768px) {	

	.home-page-menu-area ul {
		list-style: none;
		font-size:10px;
		float:right;
		text-align: center;
	}

}

.home-page-menu-area li {
	float:left;
	margin-left:25px;
	font-size:14px;
	color: #939191;
	font-weight: 100;
}

.home-page-menu-area li:hover {
	color:#0466C2;
}

.main-banner-section {
	background-color: #E9F1FA;
	border: 1px solid #DCDBDB;
}

.main-banner-section img {
	width:100%;
	padding: 0 5% 0 10%;
}

.main-banner-section table {
	margin:60px auto 60px auto;
	max-width:1200px;
}

.main-banner-section td {
	vertical-align: center;	
}

.main-banner-text-area {
	padding:0 5% 0 5%;
}

@media only screen and (max-width: 768px) {	

	.main-banner-text-area h1 {
	font-size:30px!important;
	text-align: center;
	font-weight: 900;
	color: #4A4A4A;
	letter-spacing: 1.5px;
	max-width: 300px!important;
	}

	.main-banner-text-area h3 {
		font-size:22px!important;
		font-weight: 300;
		color: #4A4A4A;
		max-width: 300px!important;
		text-align: center;
	}

	.main-banner-text-area button {
		background-color: #0E7DE5;
		color: white;
		font-weight: 100;
		padding: 10px 30px 10px 30px;
		margin:10px 0 0 0;
		border-radius: 5px;
	}


}

.main-banner-text-area h1 {
	font-size:50px;
	font-weight: 900;
	color: #4A4A4A;
	letter-spacing: 1.5px;
	max-width: 550px;
}

.main-banner-text-area h3 {
	font-size:26px;
	font-weight: 300;
	color: #4A4A4A;
}

.main-banner-text-area button {
	background-color: #0E7DE5;
	color: white;
	font-weight: 100;
	padding: 15px 40px 15px 40px;
	margin:10px 0 0 0;
	border-radius: 5px;
}

.free-features-section table {	
	max-width:1100px;
	width:85%;
	margin: 180px auto 85px auto;
}

.free-features-section td {
}

.free-features-section img {
	width:100%;
	border: 1px solid #DCDBDB;
}

@media only screen and (max-width: 768px) {	

	.free-features-section h2 {
	padding-left:0px!important;
	}
	.free-features-section p {
		padding-left:0px!important;
	}

	.free-features-section ul {
		margin-left:0px!important;
	}

	.free-features-section table {	
		max-width:1100px;
		width:85%;
		margin: 20px auto 20px auto;
	}

	.premium-features-section table {	
		max-width:1100px;
		width:85%;
		margin: 20px auto 20px auto!important;
	}	

	.centered-mobile {
		text-align:center;
	}


}

.free-features-section h2 {
	font-weight: 900;
	padding-left:80px;
	font-size: 44px;
	color: #4A4A4A;
}

.free-features-section p {
	font-size: 20px;
	padding-left: 80px;
	font-weight: 300;
	color: #4A4A4A;
}

.free-features-section ul {
	font-size: 20px;
	font-weight: 300;
	margin-left:80px;
	color: #4A4A4A;
}

.premium-features-section table {	
	max-width:1100px;
	width:85%;
	margin: 180px auto 155px auto;
}

.premium-features-section td {
}

.premium-features-section h2 {
	font-weight: 900;
	font-size: 44px;
	color: #4A4A4A;
}

.premium-features-section img {
	max-width: 75%;
	border: 1px solid #DCDBDB;
	padding-top:0%;
	float:right;
}

.premium-features-section p {
	font-size: 20px;
	font-weight: 300;
	color: #4A4A4A;
}

.premium-features-section ul {
	font-size: 20px;
	font-weight: 300;
	color: #4A4A4A;
}

.testimonials-section {
	background-color: #E9F1FA;
	padding-bottom: 100px;
}

.testimonials-section h1 {
	font-weight: 900;
	font-size: 44px;
	color: #4A4A4A;
	padding-top:100px;
}

.testimonials-section img {
	max-width:200px;
}

.testimonials-section ul {
	list-style: none;
	margin:auto;
	text-align: center;
}

.testimonials-section li {
	float:left;
}

.testimonials-section table {
	margin-top:50px;
}

.testimonials-section td {
	padding: 0 50px 0 50px;
	text-align: center;
}

.testimonials-section p {
	max-width:700px;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #4A4A4A;
}

.footer-get-started {
	padding-top: 60px;
	padding-bottom:60px;
}

.footer-get-started h1 {
	font-weight:600;
	font-size:20px;
}

.footer-get-started h1 button {
	background-color: #0E7DE5;
	color: white;
	font-weight: 100;
	font-size:14px;
	padding: 15px 40px 15px 40px;
	margin:0 0 0 30px;
	border-radius: 5px;
}

.footer-copyright {
	padding:20px 0 20px 0;
	background-color: #E9F1FA;
}

@media only screen and (max-width: 768px) {	

	.pricing-box {
		font-family: 'Lato', sans-serif;	
		height:650px;	
		width:100%!important;
		text-align: center;
		display:inline-block;
	}

}

.pricing-section {
	max-width: 1200px;
	display:block;
	margin:60px auto 60px auto;
}

.pricing-section h1 {
	font-weight: 900;
	font-size: 44px;
	color: #4A4A4A;
	text-align: center;
}

.pricing-section h3 {
	text-align: center;	
	color: #4A4A4A;
	font-weight: 300;
	padding:0 0 60px 0;
}

.pricing-box {
	font-family: 'Lato', sans-serif;	
	height:650px;	
	width:33%;
	text-align: center;
	display:inline-block;
}

.pricing-container {
	background-color: #F7F7F7;
	margin:25px;
	border-radius: 15px;
}

.pricing-container h4 {
	color: #4A4A4A;
	font-weight: 700;
	letter-spacing: 0.70px;
	padding-top:50px;
	color: #4A4A4A;
}

.price-tag {
	color:#519108;
	font-size:26px;
	font-weight: 900;
}

.sub-price-tag {
	color:#519108;
	font-size:14px;
	font-weight: 900;
}

.pricing-container ul {
	padding-top:40px;
	list-style: none;	
	margin-left:-40px!important;
}

.pricing-container li {
	font-size: 16px;
	font-weight: 300;
}

.pricing-container button {
	background-color: #0E7DE5;
	color: white;
	font-weight: 100;
	padding: 15px 40px 15px 40px;
	margin:30px 0 30px 0;
	border-radius: 5px;

}

.call-us {
	color: #C8C8C8;
	padding:19px 0 0 40px!important;
	line-height: 10px;
	font-size:14px;
	float:left;
}

.home-page p {
	max-width:700px;
}

.testimonials-section p {
	font-size:16px;
}

.information-box {
	margin-top:30px;
	max-width:900px;
	margin:30px auto 30px auto;
	padding: 0 10px 0 10px;
}

.information-box ul {
	margin:auto;
	font-size:16px;
	padding:20px;	
}

.information-box li {
	padding-bottom:5px;
}

.information-box h2 {
	font-size:22px!important;
	font-weight: 500;
	color: #4A4A4A;	
	margin:0 0 20px 0;
}

.information-box p {
	max-width:100%;
	font-size:18px;
	padding:0 0 10px 0;
}
.about-us-banner h1 {
	text-align: center;
	padding:10px 0 20px 0;
	font-weight: 700;
}


.c-record-information-field-box__no-plots-attached-to-invoice-box {
	padding:30px 0 30px 0;
	color: #6b7c93;
	font-weight: 300;
	text-align: center;
}

.c-invoice-information__add-plots-button {	
    font-size: 13px;
    margin-top: 20px;
    background: transparent;
    color: #525f7f;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    border: 0;
    padding: 7px 7px 4px 7px;
}

.c-invoice-information__select-plot-modal-container {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.c-invoice-information__select-plot-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 600px;    
}

/* The Close Button */
.c-invoice-information__select-plot-close {
    color: #aaaaaa;
    float: right;
    margin-top:-20px;
    font-size: 28px;
    font-weight: bold;
}

.c-invoice-information__select-plot-close:hover,
.c-invoice-information__select-plot-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.c-invoice-information__select-plot-modal-header {
	text-align: center;
	color: #32325D!important;
	padding-bottom:20px;
}

.c-invoice-information__select-plot-modal-search {	
	margin:0-20px 0 -20px;
	background-color: #F6F9FC;
	padding-top:15px;
	padding-bottom:15px;	
}

.c-invoice-information__select-plot-search-area {
	width:540px;
	margin:auto;	
	background-color: white;
}

.c-invoice-information__select-plot-search-form-input {
	margin-top:5px!important;
	margin-bottom:5px!important;
	width:500px!important;
	border:none!important;
}

.c-invoice-information-search-icon {
	padding-left:10px;
}

.c-invoice-information__select-plot-search-result-item-container {
	border-bottom:1px solid #E5E5E5;	
}

.c-invoice-information__plot_mapping_and_status_indicators-container {
	
	padding-top:10px;
	padding-bottom:10px;
}

.c-invoice-information-select-plot-checkbox {
	max-width:15px!important;
	margin-left:14px;
}

.c-invoice-information__select-plot-modal-search-table {
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
}

.c-invoice-information__plot_mapping_information_search {
	color: #2b2d50;
	font-size:14px;
}

.c-invoice-information__plot_mapping_information_status {
	color: #787878;
	font-weight:300;
}


.searching-for-plots-box {
	text-align: center;	
	margin-top:60px;
	margin-bottom:60px;
	color: #787878;
	font-weight:300;
}

.c-invoice-information__actions-container {
	height:30px;

}

.c-invoice-information-action-buttons-area {
	float:right;
}

.c-invoice-action-button {
	color:white;
	border:none;
	font-weight:300;
	padding:10px 15px 10px 15px;
	border-radius: 3px;
	background-color:#0466C2;
}

.c-invoice-action-button--disabled {
	background-color:#83b5e4;	
}

.c-invoice-plot-listing-table {
	width:100%;
	color:#6B7C93;	
}

.c-invoice-plot-listing-table th {
	padding-top:10px;
	padding-bottom:10px;
}

.c-invoice-plot-listing-table td {
	font-weight:300;
}

.c-invoice-line-items-listing-table {
	width:95%;
	color:#6B7C93;	
}

.c-invoice-line-items-listing-table input:focus {
	outline:none;
}

.c-invoice-line-items-listing-table td {
	padding-right:20px!important;
}

.c-invoice-line-items-listing-table td input {
	width:100%;	
	font-weight:300;
	border-radius:3px;
	height:32px;
	margin-bottom: 10px!important;
}

.c-invoice-line-items-listing-table td:nth-child(3) {
	vertical-align: middle;
	line-height: 25px;
}

.c-invoice-line-items-listing-table td:nth-child(3) input {			
	width:calc(100% - 30px)!important;
}

.c-invoice-line-items-listing-table td:nth-child(5) {	
	padding-bottom:6px;
	margin-right:0!important;
	padding-right:0!important;
}

.c-invoice-line-items-listing-table td:nth-child(4) {		
	padding-right:0px!important;
	margin-right:0px!important;
}



.c-invoice-line-item-unit-price-box {
	padding-top: 2px;
	border: 1px solid #E0E0E0;
	border-radius:3px;
	margin-bottom:10px;    
    color: #504D4D;     
    font-weight:300;
    height:32px;
    min-width:100px!important;
    padding-left:6px;
}

.c-invoice-line-item-unit-price-box input {	
	text-align: right;
	border:none!important;
	font-weight:300;	
	float:right;
	margin-right:10px;	
}

.c-invoice-total-amount {
	text-align:right;
	line-height: 32px;
	font-weight:300;
	padding-right:10px!important;
	vertical-align: middle;
    padding-bottom: 10px;
}

.c-invoice-line-items-header-area th {
	margin-bottom:20px;
}

.c-invoice-line-items-add-another {
	padding-top:5px;
}

.c-invoice-line-items-add-another a {
	color: #147dc5;
	font-size:14px;	
}

.c-invoice-line-items-subtotal {
	padding-top:10px;
	font-weight:400;
}

.c-invoice-line-items-subtotal-amount {
	padding-top:10px;
	text-align: right;
	font-weight:400;
}

.c-invoice-line-items-subtotal-top {
	padding-top:30px;	
}

.c-invoice-line-items-subtotal-amount-top {
	padding-top:30px;	
}

.c-invoice-line-items-underline {
	border-bottom: 1px solid #E5E5E5;
}

.c-invoice-line-items-total {
	font-size:18px;
	padding-top:20px;
	font-weight:400;
	padding-bottom:20px;
}

.c-invoice-line-items-total-amount {
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:400;
	text-align: right;	
}

.c-invoice-action-box-labels {
	width:100%!important;
}

.c-invoice-submit-buttons-and-text-area {
	width:100%;
}

.c-invoice-save-invoice-helper-text {
	font-weight: 300;
	color: #7b7b7b;
}

.c-invoice-save-invoice-button {
	float:right;
	color: white;
    border: none;
    font-weight: 300;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    background-color: #0466C2;
}

.c-invoice-cancel-invoice-button {
	float:right;
	color: #636363;
    border: 1px solid #c5c5c5;
    font-weight: 300;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    background-color: white;
    margin-right:10px;	
}


.choose-invoice-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.choose-invoice-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 600px;  
}

/* The Close Button */
.close-choose-invoice-modal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin:10px;
    margin-right:20px;
}

.close-choose-invoice-modal:hover,
.close-choose-invoice-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.choose-invoice-modal-header {
	line-height:24px;
	font-size:16px;
	padding:20px;
	color: #2b2d50;
	font-weight:500;
}

.choose-invoice-modal-body-area {
	background-color: #f7fafc;
	padding:20px;
}

.c-invoice-select-need-type-table {
	width:60%;
	margin:auto;
}

.c-invoice-select-need-type-box {
	border: 1px solid #D0CECE;
	margin:40px;
	text-align: center;
	height:150px;	
	width:150px;
	background-color: white;
}

.c-invoice-select-need-type-box a {
	color: #2b2d50;
	text-decoration: none;
}

.c-invoice-select-need-type-box:hover {
	border: 1px solid #479bce;
	color: #0466C2;
}

.c-invoice-select-need-type-box-text-area {
	padding:10px;
	padding-top:30px;	
}

.c-invoice-select-need-type-box-titles {
	font-size:16px;	
	color: #2b2d50;
	font-weight:500;
}

.c-invoice-select-need-type-box-explainer-text {
	font-size: 14px;
	font-weight: 300;	
} 

.c-invoice-payments-table {
	margin-top:20px;
	font-weight:300;
	color: #6B7C93;
}

.c-invoice-payments-table tr {
	height:40px;
}

.c-invoice-payments-table input:focus {
	outline:none;
}

.c-invoice-payments-table__dollar-values-column {
	text-align:right;	
	width:80px;	
	padding-right:5px;

}

.c-invoice-payments-table__dollar-values-column input {
	text-align: right;
	width:90px;
	border:none;	
}

.c-invoice-payments-table__input-cell {
	border: 1px solid #E0E0E0;
	padding:5px;
}

.c-invoice-payments-table__installment-labels {
	padding-left:10px;
}

.c-invoice-payments-table__installment-date-picker {
	width:120px;
	font-size:12px;
	margin-left:10px;
}

.c-invoice-payments-table__total-row {
	font-size:14px;
	font-weight:500;
}

.c-invoice-payments-table__pad-longest-first-column {
	padding-right:20px;
}

.c-record-information-field-helper_text_box {
	float:right;
	font-weight: 300;
    color: #7b7b7b;
    font-size:12px;
}

.c-invoice-remove-line-item-link {
	font-size:20px;
	padding-left:10px;
	line-height:10px;	
}

.c-invoice-remove-line-item-link:hover {
	text-decoration: none;
}

.c-invoice-payments-table input {
	height:20px!important;
	margin:0px!important;
}
/* required styles */


.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;	
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.leaflet-control-minimap {
    border:solid rgba(255, 255, 255, 1.0) 3px;
    box-shadow: 0 1px 7px #999;
    background: #f8f8f9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: all .2s;
}

.leaflet-control-minimap a {
    background-color: rgba(255, 255, 255, 1.0);
    background-position: 1px 2px;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    z-index: 99999;
    transition: all .2s;
}

.leaflet-control-minimap a.minimized {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c-detailed-map-edit-box-container {
    position: absolute;
    right: -60px;
    background-color: white;
    top: 70px;
    padding:20px;    
    width:300px;
}

.c-detailed-map-edit-box-container-icon {
	font-size:30px;
	color:black;
}

.c-map-edit-notifications-box {
	position:absolute;
	right:50%;
	top:80px;
	background-color: white;
	text-align: center;
	border-radius: 3px;
	padding:10px;
	z-index:100000000;
}

.c-select-grave-location-tools {
	
}
.logged_in_header {
	font-family: 'Lato', sans-serif;	
	background-color: #283747;
	height:60px;
}

.logged_in_header img {
	width:70px;
	float:left;
	margin: 20px 0 0 20px;
}

.logged_in_header ul {
	float:left;
	list-style: none;
	font-weight: 300;
	margin-left:0px;
	padding-left:15px;
	margin-bottom:-10px!important;
	color:#C8C8C8;
}

.logged_in_header li {
	float:left;
	padding:0 11px 0 11px;
	line-height: 60px;
	font-size:14px;
}

.logged_in_header a {
	color:#C8C8C8;
}

.logged_in_header li:hover {
	background-color: black;
}

.account-dropdown {
	float:right;
	line-height: 60px;
	margin-right: 20px;
	font-size:12px;
	font-weight: 300;
}

.account-dropdown-mobile {
	font-size:30px;
}

.account-options-mobile {
	background-color:#293746;
	width:35%;
	position:absolute;
	z-index: 100;
	top:50px;
	right:0px;
	padding-bottom:10px;
}

.account-options-mobile a {
	float:right;
}

.account-options-mobile ul {
	float:right;
	width:100%;	
	padding:0;
	margin:0;
}

.account-options-mobile li {
	text-align: right!important;
}

.mobile-header img {
	width: 90px;
    float: left;
    margin: 2px 0 0 0;
}

.mobile-cemetery-change-list {
	background-color:#293746;
	width:35%;
	position:absolute;
	z-index: 100;
	top:50px;
	right:60px;
	padding-bottom:10px;
}

.cemetery-change-dropdown-mobile {
	float:right;
	margin-top:20px;
	margin-right:20px;
}

.cemetery-change-dropdown-mobile:hover {
	text-decoration: none;
}

.mobile-cemetery-change-list ul {	
	margin:0!important;	
	float:right;	
	max-width:100%;
	text-align: right;
}

.mobile-cemetery-change-list li {
	width:100%;
	padding:0 0 15px 0!important;
	white-space: nowrap;
	font-size:14px;
	line-height: 0px;
	font-weight: 500!important;
}

.mobile-cemetery-change-list a {
}

.mobile-cemetery-change-list a:hover {
	background-color:#353535;
	text-decoration: none; 
}

.c-admin-tools-dropdown-area {
	float:right;	
	line-height: 60px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
}

.c-admin-tools-dropdown {
	position: absolute;
	top:60px;
	right:100px;
	background-color: #F5F8FA;
	color:black;
	text-align: center;	
	padding:15px;
	z-index:99999999;
}

.c-admin-tools-dropdown a{
	color:blue;
}

.c-logged-in-header-cemetery-name {
	color:#C8C8C8;
	float:left;
	line-height: 60px;
	padding-left: 20px;
	font-weight:500;
	font-size:16px;
	width:240px;
}


.c-logged-in-header-search-area {
	color:white;
	float:right;
	height:60px;	
	position:relative;
	z-index:10000;
}

.c-global-autosuggest-search-table-container {
	color:#C8C8C8;
	height: 40px;
    margin-top: 10px;    
    background-color: #212D3A;
    border-radius: 10px;    
}

@media (max-width: 1190px) { 
	.c-global-autosuggest-search-table-container {
		max-width: 175px;
	}
}

.c-global-autosuggest-search-icon {
	vertical-align: middle;
    padding-top: 8px;
    padding-left: 8px;
}

.c-global-autosuggest-close-icon {
	vertical-align: middle;
    padding-top: 8px;
    padding-right: 8px;
    width:32px;
}

.c-global-autosuggest-search-bar {
	height:100%;	
	background-color: #212D3A;
    border: none;
    width:300px;
    padding-left: 10px;
    font-weight: 300;
    border-radius: 10px;
}

.c-global-autosuggest-search-bar:focus {
	outline-width: 0;
}

@media (max-width: 1300px) {
	.c-global-autosuggest-search-bar {
		width:80px;
	}
}


@media (max-width: 1100px) {
	.c-logged-in-header-cemetery-name {
		width:140px;
	}
}

@media (max-width: 991px) {
	.c-logged-in-header-cemetery-name {
		width:250px;
	}
}

@media (max-width: 800px) {
	.c-logged-in-header-search-area {
		margin-left: 20px;
    	float: left;
	}
	.c-logged-in-header-cemetery-name {
		width:250px;
	}
}

@media (max-width: 450px) {
	.c-global-autosuggest-search-bar {
		width:100px;
	}
}


@media (max-width: 300px) {
	.c-global-autosuggest-search-bar {
		width:60px;
	}
}


.c-global-autosuggest-search-results-outer-container {
	background-color:white;
}

.c-global-autosuggest-search-results__search-category-title-area {
	color: #6b6b89;
	font-size: 12px;
    background-color: #F3F7FC;
    padding: 10px;
    font-weight: 700;
    border-left: 1px solid #C4D0DE;
    border-right: 1px solid #C4D0DE;
}

.c-global-autosuggest-search-results__search-category-result-row {
	background-color: white; 
    padding: 20px 10px 20px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #525f7f;
    border-left: 1px solid #C4D0DE;
    border-right: 1px solid #C4D0DE;

}

.c-global-autosuggest-search-results__search-category-result-no-results {
	color: #909DA9;
    font-weight: 300;
}

.c-global-autosuggest-inner-search-results-table {
	margin-top: 5px;
	width:100%;
	border-bottom: 1px solid #C4D0DE;	
}

.c-search-results-plot-results-table {
	background-color:white;
	width: 100%;
	font-size:12px;
	color: #33475b;
	font-weight: 600;
}

.c-search-results-plot-results-table td {
	padding:10px;
}

.c-search-results-plot-results-table tr:hover {
	cursor: pointer;
	background-color:#E0F3FF;
}

.c-search-results-sub-text {
	color: #33475b;
	font-size: 12px;
	font-weight: 300;
}

.c-search-result-no-value {
	color: #c0c3ca;
}

.c-plot-search-bar-width {
	width:20%;
}
@media (max-width: 800px) {
	.c-plot-search-bar-width {
		width:50%;
	}
}

@media (max-width: 500px) {
	.c-plot-search-bar-width {
		width:100%;
	}

	.c-logged-in-header-cemetery-name {
		font-size:14px;
		padding-left:10px;
		max-width:30%;	
	}

	.account-dropdown {
		margin-right: 10px;
	}
}

.cfy-gs4-search-icon-container {
	height:60px;
	line-height: 60px;
	float:right;
}

.cfy-gs4-search-icon-container-icon {
	vertical-align: middle;
	font-size:14px;
	display: inline-block;
}


.c-logged-in-header-cemetery-name-truncate {
	width:80%;
	float:left;
	white-space: nowrap; 
	overflow: hidden;
	max-width:240px;
	text-overflow: ellipsis;
	font-weight: 900;
	font-size:14px;
}

.c-logged-in-header-cemetery-name-dropdown {
	float:left;
	width:20%;
}


.c-change-cemetery-dropdown-area {
	position:absolute;
	width:300px;
	color:#C8C8C8;
	background-color: #283747;
	z-index: 999999999;
}

.c-cemetery-name-selector {
	vertical-align: middle;
}

.c-cemetery-name-selector:hover {
	cursor: pointer;
}

.c-change-cemetery-list {
	list-style: none;
	margin: 0;
    padding: 0 0 20px 0;
    width:100%;    
}

.c-change-cemetery-list a { 
	color:#C8C8C8;
}

.c-change-cemetery-list li {
	padding:10px 0 10px 20px;
}

.c-change-cemetery-list li:hover { 
	background-color: black;
	text-decoration: none;
}

.c-change-cemetery-list a:hover { 	
	text-decoration: none;
}

















.c-grave-popover-info-box {
	padding: 10px 0 10px 0;
	text-align: center;
}

.c-grave-popover-info__plot-mapping-string {	
	font-weight: 900;
	font-size:14px;
}

.c-grave-popover-info__view-grave-button {	
	margin-top:10px;	
	font-size: 13px;
	background: transparent;
	color:#3297D3;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
	border: 0;
	padding: 7px 7px 4px 7px;
}

.c-grave-popover-info__view-grave-button a {
	color:#3297D3;
}

.c-grave-popover-info__view-grave-button a:hover {
	text-decoration: none;
	color:#3297D3;
}

.c-grave-popover-info__view-grave-button:hover {
	text-decoration: none;
	color:#3297D3;	
}

.c-grave-popover-info-box__burial-link {
	color: #525f7f;
}

.c-grave-popover-info-box__burial-link:hover {
	text-decoration: none;
	color:#3297D3;	
}

.cemify-infobox-window__outer-container {
	padding:10px;
}

.cemify-infobox-window__name_status_edit_table {
	width:100%;
}

.cemify-infobox-window__plot_information {
	font-size:12px;
	color:#909DA9;
	font-weight: 500;
}

.cemify-infobox-window__view_plot_button_cell {
	text-align: right;
}


.cemify-infobox-window__view_plot_button_cell a {
	color: #556CD6;
	font-weight: 600;
}

.cemify-infobox-window__view_plot_button_cell button {
	border: 1px solid #e0e8ef;
	background-color: white;
	color: #556CD6;
	padding:5px 10px 5px 10px;
	font-weight: 600;
	border-radius: 3px;

}

.cemify-infobox-window__grey_divider {
	border-bottom:1px solid #e0e8ef;
}

.cemify_infowindow_no_status {
	font-size:14px;
	font-weight:300;
	color:#C2CBD3;
}

.cemify_infowindow_with_status {
	font-size:14px;
	font-weight:600;
	color:#071e57;
}

.cemify_infowindow_with_status_for_entities {
	font-size:14px;
	font-weight:400;
	color:black;	
}

.cemify-infobox-window__plot_owners_and_records_table {
	margin-top:20px;
	vertical-align: top;
	width:100%;
}

.cemify-infobox-window__plot_owners_and_records_label {
	vertical-align: top;
	font-size:12px;
	color:#909DA9;
	font-weight: 500;
}

.cemify-infobox-window__plot_owners_and_records_value {
	vertical-align: top;
	color:#071e57;
	text-align: right;
	padding-bottom:5px;
}

.cemify_infowindow_no_records {
	color: #C2CBD3;
}

.cfy-lot-level-table-layout {
	font-size:14px;	
	max-width:480px;
}

.cfy-lot-level-table-layout td {	
	padding: 5px 15px 5px 0px;
	font-size:12px;
	white-space: nowrap;
}

.cfy-lot-level-table-layout th {
	padding: 0px 15px 7px 0px;

}

.c-map-tools-box--bottom-right {
	position:absolute;
	bottom:20px;
	left:10px;
}

.c-map-circular-action-item--smaller {
	border-radius: 3px;		
	line-height: 10px;
	border-radius: 50%;
	padding:8px;
	background-color: white;	
	width: 40px;
	float: right;
    margin-right: 6px;
}

 @media (max-width: 767px) {
 	.c-map-tools-box--bottom-right {
 		display:none;
 	}
 }

 .ngPrintableMapContainer input {
 	width:80px;
 }
.working-bar {
	width:20%;
	float:left;
	font-family: 'Lato', sans-serif;	
}

.c-larger-working-bar {
    width:40%;
}

.map-area {
	width:80%;
	float:left;
}

.c-smaller-admin-map-area {
    width: 60%;
}

.area-index-header {
	text-align: center;
}

.area-links {
	height:20px;
}

.index-header-grey-bar {
	padding:0px 0px 0px 0px;
	margin-top:30px;
	margin-bottom:30px;
	border-bottom: 1px solid #C4D0DE;
}

.working-bar-padded {
	padding: 30px 20px 0px 20px;
}

.orange-action {
	background-color: #FF6E4F;
    color: white;
    padding: 10px 20px 10px 20px;
    font-weight: 700;
}

.centered-grey-small {
	color: #B7B0B0;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 0px 10% 0px 10%;
}

.grey-medium {
	color: #B7B0B0;
	font-size: 14px;
	font-weight: 600;
}

.tools-dropdown-button {
    background-color: white;
    color: #FF6E4F;
    padding: 10px 20px 10px 20px;
    border: 1px solid #FF6E4F;
    font-weight: 700;
    cursor: pointer;
}

.tools-dropdown {
    position: relative;
    display: inline-block;
}

.tools-dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.tools-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.tools-dropdown-content a:hover {background-color: #f1f1f1}

.tools-dropdown:hover .tools-dropdown-content {
    display: block;
}

.tools-dropdown:hover .tools-dropdown-buton {
    background-color: #3e8e41;
}

.action-list ul {
    list-style:none;
    margin-left:-10px;
}

.action-list li {
    float:left;
    text-align: center;
    margin:10px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #DBD7D7;
    width:100px;
    height:100px;
}

.action-list a {
    color: black;
}

.action-list a:hover {
    color: #337ab7;
}

.action-list li:hover {
    border: 1px solid #C4D0DE;
}

.area-table-area table {
    width:100%;
    border: 1px solid #D3D3D3;
}

.area-table-area th {
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    font-size:12px;
    background-color: #F5F8FA;
    text-transform: uppercase;
    border-bottom: 1px solid #D3D3D3;
}

.area-table-area td {
    padding: 5px 20px 5px 20px;
    border-bottom: 1px solid #D3D3D3;
}

.half-coordinate {
    width:50%;
    float:left;
    text-align: center;
}

.coordinate-pair-preview {
    padding-bottom: 80px;
}

.create-new-area-tools {
    height:480px;    
}

.bottom-tools-area {    
    height:140px;
    text-align: center;
}

.line-draw-container {
    text-align: center;
}


.admin-header {
    font-size:16px;
}

.c-grave-label-input-area {
    float:left;
    width:50%;
}

.c-grave-label-input-box-container {
    border:1px solid #cccccc;
    margin-bottom:10px;
    margin-left:5px;
}


.c-grave-label-input__grave_id {
    float:right;
    font-size:12px;    
    color:#a3a3a3;
    font-weight: 300;
}


.c-grave-label-input-box-inner-container {
    padding: 15px;
}


.c-bulk-label-graves-form input::placeholder {
    font-size:12px;
    font-weight:300;
}

.c-bulk-label-graves-form input {
    width:100px;
    font-size: 12px;
}

.c-bulk-label-graves-form__submit {
    width:100%!important;
    padding:20px 0 20px 0;
    margin-bottom:50px;
}

.c-grave-label-input-actions-box_icon {
    font-size:20px!important;
    color: #c3c3c3!important;
    vertical-align: middle;
}

.c-grave-label-input-actions-box_icon:hover {
    color:#337ab7!important;
}

.c-grave-label-input-actions-box_icon:hover .tooltiptext {
    visibility:visible;
}

.c-grave-label-input-actions-box {
    padding-left:5px;
}


.c-standard-admin-button {        
    font-size: 13px;    
    background: transparent;
    color: #525f7f;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    border: 0;
    padding: 7px 7px 4px 7px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.c-bulk-remove-tool-link {
    text-align: center;
    padding-top: 10px;
}


.c-area-draft-links {
    font-weight: 300;
    font-size:12px;
}


.c-burial-record-upload-full-page-container {
    margin:20px;
}

.c-burial-record-upload-header {
    margin: 0;
    padding-bottom: 25px;
    font-size: 16px;
    color: #32325D;
    font-weight: 500;
}

.c-burial-record-upload-column {
    border-right: 3px solid #f5f5f5;
}

.c-burial-record-upload-action-container {
    margin:50px 0 0 0;
}

.c-burial-record-upload-preview-table td {
    padding:10px;
    border: 1px solid black;
} 

.c-standard-button-design {    
    font-size: 13px;
    margin-top: -10px;
    background: transparent;
    color: #525f7f;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    border: 0;
    padding: 7px 7px 4px 7px
}

.c-burial-record-upload-export-options-container__label {
    font-size:12px;
}

.c-burial-record-import-small-link {
    font-size:12px;    
}

.c-burial-record-import-log-results-table th {
    border:1px solid black;
    padding:5px;
    font-size:12px;
}

.c-burial-record-import-log-results-table td {
    border:1px solid #f5f5f5;
    padding:5px;
    font-size:12px;
}

.c-logs-download-button-area {
    padding-top:20px;
}

.c-logs-download-button-area button {
    float:none;
}

.c-record-import-tool-step-box {
    border:2px solid #f5f5f5;
}

.c-record-import-tool-step-box__step_header {
    padding:10px 0 10px 10px;
    font-size:15px;
}

.c-record-import-tool-step-box__step_contents {
    padding:0 0 20px 10px;
}

.c-record-import-tool-step-box__step_contents a {
    color: #3297D3;    
}

.c-record-import-tool-step-box__main_header {
    font-weight:500;
}

.c-admin-map-floating-notification {
    position: absolute;
    border-radius: 3px;
    top: 130px;
    right: 10px;
    width: 140px;
    padding: 10px;
    font-size: 11px;
    background-color: white;
}


.c-admin-search-bar {
    border: 1px solid grey;
}


.c-data-backup-progress-box {
    width: 200px;    
    height:30px;
    background: #f1f1f1;
    float:left;
}

.c-data-backup-progress-box__progress-container {
    background: blue;
    width:0px;
}
.cemify-custom-map-subdivision-left-sidebar {
	float:left;
	width:40%;
	background-color: #F2F5F9;
	height: 100vh;
}

.cemify-custom-map-subdivision-left-sidebar__inner_container {
	padding:30px;
	
}

.cemify-custom-map-subdivision-left-sidebar__inner_container a {	
	
}

.cemify-custom-map-subdivision-left-sidebar__inner_container a:hover {
	
}

.cemify-custom-map-subdivision-left-sidebar__section-header {
	font-size:16px;
}

.cemify-custom-map-subdivision-left-sidebar__cemetery_map_divisions_table {
	margin-top:25px;
	margin-bottom:50px;
	width:100%;
}

.cemify-custom-map-subdivision-right-map-area {
	float:left;
	width:60%;
}

.cemify-custom-map-subdivision-left-sidebar__section-header--options {
	font-size:12px;
}

.cemify-custom-map-subdivision-left-sidebar__section-header--options a {
	font-size:12px;
	color:#46a0de;
}


.cemify-map-editor-page {
	font-family: 'Lato', sans-serif;;
}

.cemify-map-editor-header {
	height:34px;
	line-height: 34px;
	font-size:11px;
}

.cemify-map-editor-header_back_link {
	color:white;
}

.cemify-map-editor-header_back_link:hover {
	font-weight:bold;
	color:white;
	text-decoration: none;
}

.cemify-map-editor__select-area-to-edit-box {
	position:absolute;
	background-color: white;
	padding:10px;
	border-radius: 3px;
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	top:45px;
	right:10px;
	width:260px;
	z-index: 999999;
}


/* Map Toolbox Styles */

.cemify-map-editor__toolbox-header {
	font-size: 14px;
	font-weight: 500;
	padding-bottom:10px;
}

.cemify-map-editor__instruction_text {
	font-size:12px;
	color:#6D6D6D;
	font-weight:500;
	text-align: center;
	padding-bottom:10px;
}

.cemify-map-editor-large-button-area {
	text-align: center;
	padding:10px 0px 10px 0px;
}

.cemify-map-editor-large-button-area button {
	border-radius: 5px;
	background-color: #AEB9EA;
	color:#FAFBFD;
	box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	font-size: 13px;
	letter-spacing: 0.5px;
	padding:5px 10px;
}

.cemify-map-editor-large-button-area_button_active {
	background-color: #556CD6!important;
	color:white!important;
}

.cemify-map-editor__small-tip {
	color:#B3B3B3;
	text-align: center;
	font-size:11px;
	padding-top:10px;
}

.cemify-map-editor__reselect-area-link {
	font-size:11px;
	text-align: center;
}

.cemify-map-editor__entity_actions_table td {
	padding-bottom:3px;
}


.cemify-map-editor-entity-actions-label {
	color:#6D6D6D;
	font-size: 12px;
}

.cemify-map-editor-entity-actions-label__icon {
	color:#8a8a8a!important;
	font-size: 16px;	

}

.cemify-map-editor__select_and_deselect_links_area a {
	font-size: 12px;
	font-weight:500;
	color:#317BDF;
}

.cemify-map-editor__select_and_deselect_links_area {
	color:#D8D8D8;
}

.cemify-map-editor__toolbox-header-currrently-selected {
	font-weight: 500;

}

.cemify-map-editor__new_button {
	background-color: white;
}


.cemify-spacing-error-message {
	color:red!important;
	font-size:10px;
}


.c-map-editor-grave-naming-table {
	background-color: #293746;
	font-size: 11px;
    padding-left: 10px;
    color:white;
}

.c-map-editor-grave-naming-table input {
	color:black;
}

.cemify-map-editor-labeling-with-subdivision-helper-text {
	font-size:10px;
	padding-left:10px;
}

.c-map-editor-pop-up-box-table td {
	padding-left:10px;
}

.dont-underscore:hover {
	text-decoration: none;
}

.cemify-map-editor-shortcuts-list-table tr:nth-child(odd) {
	background-color: #f1946a69;
}

.cemify-map-editor-shortcuts-list-table {
	font-size:12px;
}

.cemify-map-editor-shortcuts-list-table td {
	padding-left:5px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.cemify-map-editor__map_overlay_box {
    font-size: 13px;
    color: #525f7f!important;  
}

.cemify-map-editor-buttons-toolbar__container {
	position:absolute;
	top:100px;
	left:10px;
	z-index: 99999999;
	height:500px;
}

.cemify-map-editor-buttons-toolbar__container-right {
	position:absolute;
	top:100px;
	right:10px;
	z-index: 99999999;
}

.cemify-map-editor-buttons-toolbar__button {
	background-color: white;
	padding:5px;
	border-radius: 15px;
	cursor:pointer;
	height:28px;
	margin-bottom:5px;
	text-align: center;	
}

.cemify-map-editor-buttons-toolbar__button-right {
	background-color: white;
	padding:5px;
	border-radius: 15px;
	cursor:pointer;
	height:28px;
	margin-bottom:5px;
	text-align: center;	
	width:30px;
}

.cemify-map-editor-buttons-toolbar__button--active {	
	background-color: #F1946A!important;
}

.cemify-map-editor-buttons-toolbar__button:hover {
	background-color: #e0e0e0;
}

.cemify-map-editor-buttons-toolbar__button_icon {
	font-size:14px;

}

.cemify-map-editor-buttons-toolbar__button .cemify-map-editor-button-tooltip {
  visibility: hidden;
  background-color: #e0e0e0; 
  border-radius:15px; 
  width:100px;
  color: black;
  font-size:12px;
  height:28px;
  text-align: center;
  padding:7px 0px 0px 0px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;  
  left: 98%;
}

.cemify-map-editor-button-detailed-tool-area {
  visibility: hidden;
  background-color: transparent; 
  border-radius:15px; 
  width:200px;
  color: black;
  font-size:12px;
  height:34px;
  text-align: left;
  padding:0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;  
  left: 120%;
}

.cemify-map-editor-move-directional-icons {
	font-size: 11px;
    background-color: white;
    padding: 9px;
    border-radius: 15px;
    margin-right: 5px;
}

.cemify-map-edior-noselect-anything {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.cemify-map-overlay-table-item {
	padding-left:5px;
	padding-top:2px;
}

.cemify-map-overlay-table-title {
	padding-bottom: 5px;

}

.cfy-map-overlay-configuration-container {
	position: absolute;
    top: 170px;
    right: 10px;
    z-index: 99999999;
    background-color: white;
    border-radius: 5px;
    width: 240px;
    height:400px;
}

.cfy-overlay-table {
	padding:10px;
	overflow:scroll;
}

.cfy-overlay-table th {
	text-transform: uppercase;
	padding-right:10px;
}

.cfy-overlay-list-image-thumb {
	width:80px;	
	border-radius:5px;
	padding:5px;
	margin-right:10px;
}

.cfy-overlay-edit-tool-icon {
	padding:0px 3px;
}

.cfyMapEditor--precision-editor {
	position:absolute;
	z-index:999999;
	background-color: white;
	padding:3px 6px;
	bottom:60px;
	right:100px;
	font-size:9px;
	display:none;
}

#cfy_mapEditor_ShowOutput_area {
	position:absolute;
	z-index:999999;
	background-color: white;
	padding:3px 6px;
	top:90px;
	left:105px;
	font-size:9px;
	display:none;
}
.marker-container {
	padding:20px 30px 60px 30px;
}


.marker-container input {
	border: 1px solid #DADFE8!important;
    margin: 0!important;
    width: 200px!important;
    height: 48px;
    padding-left: 10px;
}

.marker-container textarea {
	font-size:14px;
	font-weight: 300;
	padding:5px 10px 5px 10px;
}
/* Sidebar */


.cfy-new-help-center-left-sidebar {
	float:left;
	width:20%;
	padding:30px 20px;
	font-family: 'Lato', sans-serif;
	border-right: 1px solid #E3E8EE;
	height:100vh;
}

.cfy-new-help-center-left-sidebar--title {
	font-weight: 600;
	font-size: 16px;
	color: #1f1a47;
	text-transform: uppercase;
	margin-bottom: 20px;	
}

.cfy-new-help-center-left-sidebar--category-section {
	padding-bottom:20px;
}

.cfy-new-help-center-left-sidebar--grey-list {
	list-style: none;
	margin:10px 0px;
	padding:0;
}

.cfy-new-help-center-left-sidebar--grey-list__item {
	font-size: 14px;
	font-weight:400;
    color: rgb(105, 115, 134);
    min-height: 28px;
    line-height: 20px;
    text-decoration: none;
    padding: 8px 16px 4px 0px;
}

.cfy-new-help-center-left-sidebar--grey-list__item:hover {
	cursor: pointer;
	color: #5469d4;
}

.cfy-new-help-center-left-sidebar--grey-list__item--active {
	color:#5469d4;
}

.cfy-new-help-center-left-sidebar--list-header {
	font-weight: 600;
	font-size: 12px;
	color: #1f1a47;
	text-transform: uppercase;
	margin-bottom: 5px;	
}

/* Articles */

.cfy-new-help-center-article-container {
	float:left;
	width:60%;
	padding:40px 50px;
	font-size:16px;
	line-height: 26px;
}

.cfy-new-help-center-article-container p {
	color: #1f1a47;
}    

.cfy-new-help-center-article-container ul {
	list-style: none;
	color: #1f1a47;
	margin-top:30px;
	margin-bottom:30px;
}

.cfy-new-help-center-article-container img {
	width:100%;
	margin-top:20px;
	border-radius:5px;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1)
}

.cfy-new-help-center-article-container a {
	color: #5469d4;	
}

.cfy-new-help-center-article-container figcaption {
	margin-bottom:30px;
	margin-top:15px;
	color:#bcbcbd;	
	font-size:12px;
	font-style: italic;
	text-align: center;
}

.cfy-new-help-center-article-container ul li::before {
	content: "\2022";
	color: rgb(105, 115, 134);
	font-weight: bold;	
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}    


.cfy-new-help-center-article-container h1 {
	font-size: 32px;
    color: #1f1a47;
    font-weight: 400;
    margin:0px;
    margin-bottom:20px;
}

.cfy-new-help-center-article-container h2 {
	font-size: 24px;
    color: #1f1a47;
    font-weight: 400;
    margin:0px;
    margin-top:40px;
    margin-bottom:20px;
}

.cfy-new-help-center-article-container h3 {
	font-size: 20px;
    color: #1f1a47;
    font-weight: 400;
    margin:0px;
    margin-top:40px;
    margin-bottom:20px;
}

.cfy-new-help-center-home-icon-actions-table {	
	width:100%;
	margin:auto;
	padding-top:20px;
}

.cfy-new-help-center-home-icon-actions-table a {
	color:#1f1a47;
}


.cfy-new-help-center-home-icon-actions-table a:hover {
	color: #5469d4;
}

.cfy-new-help-center-home-icon-actions-table i {
	font-size:30px;
	padding-bottom:20px;
}


.cfy-new-help-center-home-icon-actions-table_bordered_container {
	border: 1px solid #e3e8ee;
	color:#1f1a47;
	border-radius: 5px;	
	text-align: center;
	width:180px;
	float:left;	
	padding:20px;
	margin-right:15px;
}

.cfy-new-help-center-home-icon-actions-table_bordered_container:hover {
	border:1px solid #5469d4;	
	color: #5469d4;
}

.c-plot-drafter-sidebar-background {
	background-color:#293746;
	margin-right: 0!important;
	padding: 0 !important;
	min-height:93vh;
}

.c-plot-drafter-center-map-area {	
	margin: 0!important;
	padding: 0 !important;
}

.c-plot-drafter-sidebar-padded-container {
	color:#C8C8C8;
	padding:20px;
	font-size:12px;
	font-weight: 300;
}

.c-plot-drafter-sidebar-tool-box-header {
	padding-bottom:10px;
}

.c-plot-drafter-sidebar__sub-notes {
	color: #808080;
	font-size:12px;
}

.c-plot-drafter-sidebar__tool-box-divider {
	border-bottom: 1px solid #808080;
	margin-bottom:20px;
}

.c-plot-drafter-sidebar__toolbox {
	margin-bottom:10px;
	overflow-y:auto
}

.c-plot-drafter-sidebar__toolbox input {
	color:black;
	padding-left:10px;
}

.c-plot-drafter-sidebar__one-per-line-action-table {
	width:100%;	
}

.c-plot-drafter-sidebar__one-per-line-action-table__label {
	width:75%;
	text-align: left!important;
}

.c-plot-drafter-sidebar__one-per-line-action-table i {
	font-size:20px;
}

.c-plot-drafter-sidebar__one-per-line-action-table td {
	padding-right:10px;
	padding-bottom:10px;
	cursor:pointer;
	
}

.c-plot-drafter-sidebar__one-per-line-action-table i:hover {
	color:#3d7bc7;
}

.c-plot-drafter-sidebar__checkbox-table td {
	padding-bottom:5px;
}

.c-plot-drafter-sidebar__checkbox-table tr:hover {
	color:#C8C8C8;
}

.c-plot-drafter-sidebar__multiple-icon-actions {
	margin-top:15px;
	margin-bottom:20px;
	width:100%;	

}

.c-plot-drafter-sidebar__multiple-icon-actions tr  {
	width:100%;
}

.c-plot-drafter-sidebar__multiple-icon-actions td:hover  {
	color:#3d7bc7;
}

.c-plot-drafter-sidebar__multiple-icon-actions td  {
	width:5%;
}

.c-plot-drafter-rotate-rectangles table {
	width:100px;
	margin-top:15px;
}

.c-plot-drafter-rotate-rectangles table i {
	font-size:20px;
}

.c-plot-drafter__move-rectangle-table {
	text-align: center;
}

.c-plot-drafter__move-rectangle-table td:hover {
	color:#3d7bc7;
}

.c-plot-drafter-rotate-rectangles table td:hover {
	color:#3d7bc7;	
}

.c-plot-drafter__subdivide-rectangle-area input {
	margin-bottom:15px;
}

.c-plot-drafter__subdivide-rectangle-area label {
	font-weight:300;
}

.c-plot-drafter-subdivide-rectangles button {
	background-color: #0466C2;
	color:white;
	border:0px;
	margin-top:15px;
	margin-bottom:10px;
	width:100%;
}

.c-plot-drafter-action-box-table {
	width:100%;
}

.c-plot-drafter-action-box-table i {
	font-size:16px;	
}

.c-plot-drafter-action-box-table i:hover {
	color:#3d7bc7;	
	cursor: pointer;
}

.c-plot-drafter-action-box-table__actions-right-area {
	text-align: center;
}

.c-plot-drafter-action-box-table__label {
	width:80%;
}

.c-plot-drafter-action-box-table__label-subdivide {
	width:40%;	
}

.c-plot-drafter-subdivide-rectangles input {
	width:40px;	
	margin:0 0px 5px 10px;
}

.c-plot-drafter-subdivide-rectangles table {
	width:100%;	
}

.c-plot-drafter-action-box__right-align {
	text-align: center;
}

.c-map-on-map-notification-area {
	position:absolute;
	top:10px;
	right:10px;
	z-index:9999999999;
	background-color: white;
	padding:10px;
}


.c-map-on-map-notification-area-bottom-left {
	position:absolute;
	bottom:30px;
	left:10px;
	font-size:12px;
	z-index:9999999999;
	background-color: white;
	padding:10px;
}

.c-plot-drafter-sidebar-tool-box-header__action_button {
	text-align:right;
	width:60px;
}

.c-plot-drafter-sidebar-tool-box-header__action_notifier {
	text-align: right;
}

.c-plot-drafter-grave-naming-table input {
	width:75px;
}


.c-plot-drafter-grave-naming-table tr {
	margin-bottom:10px;
}

.c-plot-drafter-naming-table-full-polygon-area {
	padding: 5px;	    
}

.c-plot-drafter-cancel-button {
	background-color: white;
	color:black;
	border:0px;	
	width:50px;	
}

.c-plot-drafter-update-button {
	background-color: #0466C2;
	color:white;
	border:0px;	
	width:50px;	
}

.c-plot-drafter-blue-button {
	background-color: #0466C2;
	color:white;
	border:0px;		
}

.c-plot-drafter-white-button {
	background-color: white;
	color:black;
	border:0px;		
}

.c-plot-drafter-naming-table-full-polygon-area input::placeholder {
	color:#d8d8d8;
}

.c-plot-drafter-save-progress-bar {
	width: 100%;
	background-color:#c7c7c7;
	margin-top:20px;
}

.c-plot_drafter-save-progress-indicator {
	width:1%;
	background-color:#3b99fc;
	height:20px;
}

.c-plot-drafter-publish-options-table {
	margin-top:20px;	
}

.c-plot-drafter-publish-options-table td {
	padding-top:15px;	
}

.c-plot-drafter-publish-options-label {
	padding-left:10px;
}

.c-plot-drafter-publish-draft-graves-button {
	background-color: #0466C2;
	color:white;
    border: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.cemify-plot-drafter-choose-image-overlay {
	height: 20px;
	margin-bottom:0px!important;
}





.activity-information {
	color: #7B7B7B;
	font-weight:300;
}

.activity-information a {
	color: #337ab7!important;
}

.activity-pagination {
	padding-top:30px;
	color: #7B7B7B;
	font-weight:400;
}


.activity-pagination a {
	color: #337ab7!important;
}

.activity-pagination a:visited {
	color: #337ab7!important;
}

.activity-pagination a:active {
	color: black!important;
}

.active-record-information-box {
	border: 1px solid #61d4e8!important;
}
.plot-menu {
	width:100%;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom:40px;
	margin-top:20px;
	font-size:14px;
}

.plot-menu td {
	border: 1px solid #E7E7E7;
	border-bottom: 0px;
	padding: 15px 25px 15px 25px;
}

.plot-menu td a {
	color: #4A4A4A;
	font-weight: 300;	
}

.plot-menu td a:hover {
	text-decoration: none;
}

.active-plot-page {
	background-color: white;
}

.invoice-container-area {
	min-height:700px;
}

.invoice-items-area {
	padding:0 30px 0 30px;
}

.invoice-items-area button {
	margin-right:0px!important;
}

.add-sales-item a {
	color:#3B7A88!important;
	margin-left:-5px;	
}

.add-sales-item a:hover {
	text-decoration: none;
	color:#2095AF!important;
}

.add-sales-item i {
	float:none!important;
	padding:0 0 3px 0!important;
	margin:0!important;
	color:#3B7A88!important;
	vertical-align: middle;
}

.billing-and-actions {
	margin:50px 30px 0 30px;
}


.links-list {
	list-style: none;
	margin:0!important;
	padding:0!important;
}

.links-list a {
	color:#3B7A88!important;
	font-size:16px;
	font-weight: 300;
}

.links-list a:hover {
	text-decoration: none;	
	color:#2095AF!important;
}

.new-line-item-form {
	margin-top:30px;
}

.new-line-item-form input {
	border:1px solid #DADFE8!important;
	margin:0!important;
	width:100%!important;
	height:48px;
	padding-left:10px;
}

.new-line-item-form input::placeholder {
	color:#B3B3B3;	
	font-size:14px;	
	font-weight: 300;
}


.new-line-item-form select {
	margin:0!important;
	height:36px;
}

.new-line-item-form td {
	margin:0!important;	
	padding: 0 10px 30px 0;	
}

.line-item-button {
	background-color: #F5F8FA!important;
    border-color: #E7E7E7!important;
    color: black!important;
    float:right;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
}

.plot-invoice-actions button {
	float:right;
}

.plot-information-with-right-buttons table {
	width:100%;
}

.record-plot-filters {
	width:20%;
	float:left;
	color: #33475b;
}

.filter-container {
	padding-left: 30px;
	margin-top:-20px;
}

.record-plot-filters h2 {
	font-size:16px;
	margin:20px 0 0 0!important;
}

.record-plot-filters h3 {
	font-size:12px;
	font-weight: 300;
	margin:5px 0 0 0!important;
}

.record-plot-filters label {
	font-size:16px;
	font-weight: 300;
	padding-top:10px;
}

.record-plot-filters ul {
	list-style: none;
	padding:0!important;
	margin:0!important;
}

.record-plot-filters li a {
	font-size:14px;
	font-weight: 400;
	color: #0466C2;
}

.record-plot-filters a:hover {
	text-decoration: none;
}

.add-a-filter {
	font-weight: 300;
	font-size:16px;
	text-decoration: none!important
}

.add-a-filter:hover {
	text-decoration: none!important
}

.add-a-filter:active {
	text-decoration: none!important
}

.filters-categories {
	margin-top:20px;
}

.filter-category {
	margin-top:10px;
}

.filters-categories a {
	color: #33475b;
	font-size:16px;
	font-weight: 300;	
}

.filters-categories a:active {
	text-decoration: none!important;
}

.filters-categories a:visited {
	text-decoration: none!important;
}

.filters-categories a:hover {
	color: #0466C2;
	text-decoration: none!important;
}

.activate-filter-links a {
	color: #0466C2!important;
	font-size: 14px;
	line-height: 10px!important;

}

.c-plot-information-header-table-area {
	width:100%;
}

.c-plot-information-header-table-area__plot_mapping_names {
	text-align: right;
}

.c-plot-information-header-table__map-area-box {
	  box-shadow: 0px 2px 2px black;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
}

.c-filter-list-select-tag {
	margin-bottom:14px;
}

.c-plot-filters-select-tab-label {
	font-size:10px;
}

.c-plot-search-tips {
	font-size:grey;
}

.generate-unique-error-message {
	color:red;
	font-weight: 300;
	padding-left: 10px;
}

.generate-unique-success-message {
	color:#49a757;
	font-weight: 300;
	padding-left: 10px;
}

.generate-unique-disabled {
	color:#bfbfbf;
	font-weight: 300;
	font-size: 12px;
}

.c-plot-mapping-links {
	color:#909DA9;
}

.c-plot-mapping-links a {
	font-size:12px;	
	color: #909DA9;
}

.c-plot-mapping-links a:hover {
	text-decoration: none;
	color:#46a0de;
}


.c-plot-index-table-header {
	width:100%;	
	margin-bottom: 10px;
}

.c-document-edit-button:hover {
	color:#337ab7!important;
}

.c-document-edit-button {
	background-color: white!important;
	color:#909DA9!important;
	border-radius:12px;
	margin-right:10px!important;
}

.c-index-no-information-row {
	color:#cacaca!important;
}

.c-entity-tree-list {
	list-style:none;
	margin-top:25px;
	padding:0;
	color: #525f7f;
    font-weight: 500;
    font-size:15px;
}

.c-entity-tree-list li {
	padding-bottom:15px;
}

.c-entity-tree-list a {
	color: #212b36;
}

.c-entity-tree-list-sub-tree {
	list-style:none;
	margin:0;
	padding-left:20px;
	color: #525f7f;
    font-weight: 300;
}

.c-entity-tree-list a:hover {
	text-decoration: none;
	color:#3297D3;
}

.c-entity-tree-section-and-dropdown-table {
	width:100%;
}

.c-entity-tree-section-and-dropdown-table td:nth-child(2) {
	text-align: right;
	padding-bottom:17px;	
}

.c-entity-tree-section-and-dropdown-table_select_graves_modal td:nth-child(2) {	
	padding-right:0px!important;	
}

.c-entity-tree__chevron {
	color: #778198;
	font-size:13px;
}

.c-entity-tree-title {
	font-size:14px;
}

.delete-plot-documents-button {
	background-color: transparent!important;
	color: #525f7f!important;
	font-size: 12px!important;
	padding: 8px!important;
	border-radius: 5px!important;
	margin-top: -24px!important;
	border: none!important;	
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1)!important;
}


.c-plot-information-new-design td {
	border-bottom: 1px solid #e8e8e8;
}
.print-grid-table {
	border:1px solid black;
	font-size:9px;
	margin:15px;
	color:#4A4A4A;
	font-weight:300;
	letter-spacing: 0.5px;
}

.print-grid-table td {
	border:1px solid black;
	padding: 5px 0 0 5px;	
	min-width:80px;	
	height:80px;
	vertical-align: top;
}

.small-grave-info {
	font-size:10px;	
	width:100%!important;
	padding-right:5px;
	padding-top:5px;
}

.bottom-text-area {
	margin:15px;
}

.print-grid-image {
	height:12px;
	padding-left:2px;	
	float:right;
}
.large-public-website-text-box {
	height:300px!important;
}

.public-website-logo {
	max-height:75px;	
}

.image-on-left-text-on-right  td {
	width:50%;
}

.image-on-left-text-on-right  img {
	max-width: 100%
}

.image-on-left-text-on-right td {
	padding-bottom:20px;
	padding-left:20px;
}

.public-website-header-container {
	color:white;
	text-decoration: none;
}

.public-website-header-table {
	height: 75px;
	width:100%;		
}

.public-website-header-table td {
	vertical-align: middle;
}

.public-website-header-logo {
	width:20%;
	font-size:20px;
	padding:5px 0px;
}

.public-website-header-menu {
	width:80%;
	vertical-align:middle;
	text-align: right;
}

.inline-list {
	list-style: none;	
}

.inline-list li {
	float:right;
	padding-left:30px;
}

.image-table {
	margin-top:40px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

.image-table td {
	padding:20px;
}

.image-table td img {
	max-width: 100%;
}

.public-website-intro-area {
	padding: 40px 40px 0 40px;
}

.public-website-welcome-cemetery-name {
	vertical-align: top;
	text-align: left;
	font-size:30px;
	margin: 0 80px 0 20px;
	width:10%;
}

.public-website-welcome-overview {
	width:30%;
	padding-left:70px;
	font-size:18px;
	font-weight: 400;
}

.public-website-footer {
	font-size:12px;
}


.photos-area {
	margin-top:75px;
}

.photo-box {
	padding-top:30px;
}

.public-website-rules-and-regulations {
	margin-top:40px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
}

.find-a-gravesite-search-area {
	padding-bottom:40px;
}

.find-a-gravesite-search-area h2 {
	font-weight: 300;
}

.find-a-gravesite-search-area h3 {
	font-weight: 300;		
	font-size:20px;
}

.find-a-gravesite-search-area input {
	padding:5px 10px 5px 10px;
	margin-top:10px;	
}

.find-a-gravesite-search-area input::placeholder {
	font-weight: 300;
}

.find-a-gravesite-search-area ul {	
}


.no-valid-coordinates {
	position: absolute;
	border-radius: 3px;
	top: 10px;		
	right:30%;
	height:40px;	
	line-height: 30px;
	font-size:12px;
	padding:5px 20px 5px 20px;
	background-color: white;
}

.contact-container h1 {
	font-weight: 300;
}

.contact-container ul {
	list-style: none;
	text-align: center;
	font-weight: 300;
}

.c-public-website-document-link {
	color:black!important;	
}

.c-public-website-document-name-box {
	padding:0 10px 15px 0!important;
	margin-right:10px!important;
}

.c-public-website-document-table {
	margin: 0 0 25px 0 ;
}

.c-public-website-documents-container {
	padding-top:20px;
	padding-bottom:100px;
}

.c-public-website-h1 {
	font-size:18px;
	font-weight: 400!important;
}

.c-public-website-document-link-public {
	color: #337ab7;
}

.c-record-information-field-box__large_text_area {
	width:500px!important;
	height:300px!important;
}

.c-public-website-photos {
	max-width:300px!important;
}

.c-add-link-content-area {
	margin:20px;
}

.c-add-link-content-area table {
	width:100%;
}

.c-add-link-content-area input {	
	height:30px;
	width:100%;
	padding-left:10px;
}

.c-add-link-content-area input::placeholder {	
	color:grey;
	font-weight:300!important;
	font-size:12px;
}

.c-add-link-action-button {
	margin:20px;
	margin-bottom:20px;
}

.c-small-tip-text {
	font-size: 14px;
    color: grey;
    font-weight: 300;
}

.c-available-plots-notes-area {
	padding:20px;
	padding-left: 40px;
}

.c-available-plots-area__header {
	color: #000000;
    font-size: 18PX;
    padding-bottom: 30px;
}

.c-available-plots-area__subtext {
	color: #000000;
}

.c-available-plots-area_back {
	color:#147dc5;
}

.c-plot_availablity__back-link:hover {
	text-decoration: none;
}

.c-public-record-page__contents {
	display:table;
}

.c-public-record-page__contents {
	display:table;
	table-layout: fixed;
	width:100%;
}

@media (max-width: 700px) {
	.c-public-record-page__record-information-container {		
		display:table-row;
		padding:20px;
		text-align: center;
	}

	.public-website-header-logo img {
		max-width:180px;
	}
}

@media (min-width: 700px) {
	.c-public-record-page__record-information-container {
		display:table-cell!important;
		text-align: left!important;
		width:30%;
		padding:20px;
		color:black!important;
	}
}



.c-public-record-page__record-mapping-container {
	display:table-cell;
	vertical-align: top;

}

.c-public-record-page__record-mapping-container__walking_map {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    overflow: scroll;	
    text-align: center;
}

.c-public-record-page__record_name {
	font-size:20px;
}


.c-public-website-template-configuration-option {
	width:43%;
	float:left;
	padding:30px;
	margin:2%;
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
}

.c-public-website-template-configuration-option__template_title {
	text-align: center;
	padding-bottom:20px;
	font-weight: 600;
}

.c-public-website-template-configuration-option__image {
	width:100%;
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
}

.c-public-website-template-configuration-option__button {	
	margin:0 auto;
    display:block;
    margin-top:20px;
}

.c-public-website-template-configuration-option__button--active-template {
	box-shadow: none;
	
	font-weight: 900;
}

.c-public-website-template-configuration-option__button--active-template i {	
	
}

.c-public-website-configuration-template-color-scheme-table {
	
}

.c-public-website-configuration-template-color-scheme-table__label {
	height:50px;	
	line-height:50px;	
	color: #6B7C93;
    font-size: 14px;
    font-weight: 300;    
}

.c-public-website-configuration-template-color-scheme-table__color-picker {
	height:40px;		
	padding:0px 20px;
	width:40px;
}

.c-public-website-configuration-template-color-scheme-table__color-picker--input {
	width:30px!important;
	padding:0px!important;
	margin:0px!important;
	height:30px;
}


.cem-pub-website-home-page-design-selection-table {
	width:95%;
	margin-bottom:20px;	
}

.cem-pub-website-home-page-design-selection-table__template_radio_button_td {
	margin-top:50px;
	font-size: 40px;
}

.cem-pub-website-home-page-design-selection-table__template_radio_button_td input {
	height:200px;
	width:200px;
	margin-right:20px;
	margin-left:20px;
}

.cem-pub-website-home-page-design-selection-table__template_titles {
	text-align: center;
	padding-bottom:10px;
	padding-right:30px;
	color:#9ba3b5;
}

.cem-pub-website-home-page-design-selection-table__choose_image_text {
	text-align: center;
	padding-bottom:10px;
	padding-right:30px;
	padding-top:20px;
}

.cem-pub-website-home-page-design-selection-table__template_images {
	width:100%;	
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
}

.cem-pub-website-home-page-design-selection-table__choose_image_file_selector {
	text-align: center;
	padding-bottom:10px;
	padding-right:60px;
	padding-top:10px;
}

.cem-pub-website-home-page-design-selection-table__home_page_image {
	width:100%;
	margin-right:60px;
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
}

.cem-pub-website-home-page-design-selection-table__remove_image {
	text-align: center;
	color:red;
	font-size: 12px;
	padding-bottom:10px;
	padding-right:40px;
	padding-top:5px;
}

.cfy-public-record-file {
	color: #5469D4;
    font-weight: 600;
}


.cfy-public-website-contact-table td {
	padding-right:14px;
}

































/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;  
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.records-index-header {
	font-family: 'Lato', sans-serif;
	margin-bottom:90px;
}

.records-index-header h1 {
	margin:18px 0 0 30px;
	font-size:28px;
	font-weight: 300;
	float:left;
}

.records-index-header form {
	float:left;
	margin:12px 0 0 30px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:30%;
}



@media only screen and (max-width: 768px) {	

	.records-index-header form {
		width:80%;
		margin:12px 10px 0 50px;
		float:right;
	}

	.records-index-header h1 {
		font-size:20px;
		margin:25px 0 0 30px;
	}

	.records-index-header {
		font-family: 'Lato', sans-serif;
		margin-bottom:20px;
	}
}

@media (max-width: 500px) {
	/*.c-record-information-sidebar {
		display: none;
	}*/
}


.records-index-header form input {
	float:left;
	height:50px;
	border: 0px solid #DFDFDF;
	padding:0 0 1px 20px;
	width:80%;
}

.records-index-header form input:focus {
	outline:none;
}

.records-index-header form a i {
	line-height:40px;
	padding: 3px 10px 0 0;
	float:right;
	color:#A8A6A6;
}


.records-index-header form input::placeholder {
	color:#A8A6A6;
	font-weight: 300;
}

.records-index-header button {
	float:right;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	font-weight: 300;
	color:black;
	margin-left: 20px;
}

.records-index-header button:hover {
	border: 1px solid #0466C2;	
}

.add-new-record button {
	background-color: #0466C2;
	color:white;	
	margin-right: 30px;
}

.record-filter-area {
	width:20%;
	float:left;
	font-family: 'Lato', sans-serif;
}

.record-filter-area ul {
	list-style: none;
	padding-right: 20px;
}

.record-filter-area a {
	color: black!important;
}

.record-filter-area a:hover {
	text-decoration: none;
}

.record-filter-area li:hover {
	background-color: #E7EEF5;
	border-radius: 5px;
}

.active-filter {
	background-color: #E7EEF5;
	border-radius: 2px;
}

.record-filter-area li {
	padding:10px 10px 10px 10px;
}

.records-table-area {
	width:80%;
	float:left;
	overflow: scroll;
	font-family: 'Lato', sans-serif;
}

.above-table-menu {
	float:right;
	padding-right:40px;
	padding-bottom:10px;
	font-size:12px;
	line-height: 20px;
}

.above-table-menu a:hover {
	text-decoration: none;
}

.middle-grey-line {
	width:95%;
	height:2px;
	margin:-15px auto 30px auto;
	border-bottom: 1px solid #D1CFCF;
}

.records-table-area table {
	width:98%;
	border: 1px solid #DADFE8;
	margin-right: 30px;
}

@media only screen and (max-width: 768px) {	

	.records-table-area {
		width:100%;
	}

	.records-table-area table {
		width:100%;
		border: 1px solid #DADFE8;
		margin-right: 30px;
	}

}

.records-table-area th {
	padding: 12px 40px 12px 40px;
	font-weight: 500;
	font-size:12px;
	background-color: #F5F8FA;
	text-transform: uppercase;
	border-bottom: 1px solid #DADFE8;
}

.records-table-area td {
	padding: 10px 40px 10px 40px;
	border-bottom: 1px solid #DADFE8;
}

.welcome-message td {
	color:#898585;
	font-size:14px;
	font-weight: 300;
}

.record-show-page {
	background-color: #F5F8FB;
	padding:0 60px 0 60px;
	height:2140px;
	font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 768px) {	
	.record-show-page {
		padding:0 10px 0 10px;
		height:3300px;
	}		
}

.records-link {
	padding-bottom:30px;
	font-weight: 500;
}

.records-left-row {
	width:40%;
	float:left;
	margin-right:10%;
}

.records-right-row {
	width:50%;
	float:left;
}

@media only screen and (max-width: 768px) {	
	.records-left-row {
		width:100%;
		float:left;	
	}

	.records-right-row {
		width:100%;		
	}
}

.record-information-box {
	border:1px solid #E7E7E7;
	background-color: white;
	padding: 0 0 20px 30px;
	margin: 0 0 30px 0;
}

.record-information-box a {
	color:red;
}

.record-information-box h2 {
	font-size:26px;
	color: #4A4A4A;
	font-weight: 500;
}

.record-information-box h3 {
	font-size:16px;
	color: #4A4A4A;
	font-weight: 300;
	margin-top:-5px;
}

.record-information-box h4 {
	padding: 10px 0 30px 0 ;
	font-size:16px;
	color: #585758;
	font-weight:400;
}

.record-information-box label {
	font-weight: 300;
	color:#55708F;
}

.record-information-box input {
	width:70%;
	border: 0px solid white;
	border-bottom: 1px dotted black;
	margin: 0 0 15px 0;
}

.record-information-box select {
	width:70%;
}

.record-information-box textarea {
	width:90%;
	height:80px;
	border: 1px dotted black;	
}

.record-information-box textarea:focus {
	outline: none;
}

.record-information-box input:hover {
	border-bottom: 1px dotted blue;
}

.record-information-box input:focus {
	outline:none;
}

.record-information-box input[type="radio"] {
	width:15px;
}

.checkbox-label {
	padding-right:20px;
	padding-left:5px;
	line-height: 44px;
}

.record-information-box i.material-icons {
	color:#4A4A4A;
	float:right;
	font-size:20px;
	padding: 20px 20px 0 0;
}

.update-record-area {
	background-color: #F5F8FB;
	border-top:1px solid #E7E7E7;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow:hidden;
    margin: 0 0 0 60px;
}

@media only screen and (max-width: 768px) {	
	.update-record-area {
		margin: 0 0 0 0px;
		padding-left:20px;
	}
}


.update-record-area button {
	background-color: #0466C2;
	color:white;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
	font-weight: 300;
	margin: 30px 20px 0 0;
}

#cancel-button {
	color:black;
	background-color: white;
}

.notice-area-records {
	float:left;
	margin-top:-10px;
	text-align: right;
	padding-right:20px;
	vertical-align: middle;
	display: inline-flex;
	line-height: 22px;
}

.notice-area-record-show {
	float:right;
	margin-top:-10px;
	text-align: right;
	padding-right:20px;
	vertical-align: middle;
	display: inline-flex;
	line-height: 22px;
}

.pagination {
	font-family: 'Lato', sans-serif;
	width: 100%;
	text-align: center;
	font-size:14px;
}

.pagination a, em {
	padding-right: 5px;
}

.view-on-map {
	float:right;
	margin:20px 20px 0 0 ;
	padding:10px 20px 10px 20px;
	background-color: #E7E7E7;
	border: 1px solid #E7E7E7; 
}

.map-view-button {
	margin-top:30px;
	padding:10px 20px 10px 20px;
	color:black;
}

.map-view-button a {
	color:black;
}

.map-view-button i {
	padding:0!important;
}

.record-create-failure {
	color:red;
	padding-left:25px;
	padding-bottom:20px;
}

.record-photo-full-width {
	max-width:90%;

}

@media only screen and (max-width: 768px) {	
	.records-table-area table {
		width:95%;
		margin:auto;
	}
}

.sort-icon {
	color:#A8A6A6;
}

.small-italics {
	font-size:14px;
	font-style: italic;
	color: #A7A7AA;
	font-weight:200;
}

.blue-text-link {
	color: #337ab7!important;
	text-decoration: none;
}

.plot-information-box {
	border:1px solid #E7E7E7;
	margin-right:40px;
}

.top-right-in-records-box {	
	float:right;
	padding: 10px 20px 0 0;
}

.top-right-in-records-box-disconnect {
	font-size:10px;
	float:right;
	padding: 20px 30px 0 0;
}

.filter-icon {
	color: #c1c1c1!important;
	vertical-align: middle;
	padding: 0 0 4px 4px;

}


.c-record-filters-box {
	margin-top:10px;
	position:absolute;
	background-color: white;	
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.c-record-filters-header {
	width:400px;	
	padding:10px 0 10px 0;
	background-color: #F6F9FC;
	border-bottom: 1px solid #DFE4EB;
}

.c-record-filters-header__clear_button {
	font-size: 12px;	
	background: white;
	margin:0px 0px 10px 10px;
	color: #525f7f;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
	border:0;
	padding: 5px 7px 4px 7px;
	float:left;
}

.c-record-filters-header__done_button {
	font-size: 12px;	
	background: #586ada;
	margin:0px 10px 10px 0px;
	color: white;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
	border:0;
	padding: 5px 7px 4px 7px;
	border-radius: 3px;
	float:right;
}

.c-record-filters-header__done_button:focus {outline:0;}
.c-record-filters-header__clear_button:focus {outline:0;}
.c-record-filters-header__clear_button:hover {
	text-decoration: none;
	color: #525f7f;
}

.c-record-filter-box__filter-container {
	
	padding:10px 0 10px 20px;	
	background-color: white;
	border-bottom: 1px solid #DFE4EB;
}

.c-record-filter-box__filter-container label {
	color:#4D5469;
	font-size:12px;
	font-weight: 500;
	padding-left:10px;
}

.c-record-filter-box_filter-select-tag {
	height:20px!important;
	margin-right:20px;
	font-weight: 500;
	font-size:12px;
}

.c-record-filter-box__filter-details-container {
	margin-top:10px;
	margin-right:10px;
}

.c-record-filter-form-box {
	margin-top:20px;
}

.c-record-filter-box__filter-details-container {
	background-color: #F6F9FC;
	padding-left:20px;
}

.c-filter-divider-grey-line {
	color: #DFE4EB;
}

.c-filter-count-number {
	color: #586ada;
}

.c-record-information-field-box__button--padded {
	margin-right:15px;
}

.c-record-information-field-box__helper_text {
	color: #6b7c93;
    font-weight: 300;
    text-align: center;
}

.c-record-filter-save-button {
	margin-left:10px;
	font-weight:400;
	color: #525f7f;
}


.c-record-save-filter-container {
	width:300px;
}

.c-record-save-filter-button {
	margin-top:10px;
}

.c-record-save-filter-container {
	height:30px;
}


.c-save-filter__text-field {
	height:30px;
	margin-top:7px;
	margin-left:10px;
	padding-left:5px;
	width:200px;
}

.c-save-filter__text-field::placeholder {
	font-weight:300;
	font-size:14px;
}

.c-save-filter__text-field:focus {outline:0;}

.c-record-saved-filter-list {
	margin-top: 40px;
	list-style: none;
	padding-left:0;	
}

.c-record-saved-filter-list li {
	margin-bottom:10px;

}

.c-record-saved-filter-list a {
	color: #32325D;
	font-weight:300;
}

.c-record-saved-filter-list a:hover {
	font-weight:500;
	color:#3297D3;
	text-decoration: none;
}

.c-record-no-saved-filters {
	color: #32325D;
	font-weight:300;
	font-style: italic;
}

.c-plot-table-checkbox-column input {
	width:20px!important;
}

.c-bulk-changes-box {
	float:right;	
}

.c-record-information-field-box__button--edit-multiple {
	margin-left:15px;
}

.c-record-information-field-box__button--float-left {
	float:left;
}

.c-total-plots-selected-notification {
	background-color: #e5f5f8!important;
	text-align: center;
	font-size:14px!important;
	padding:15px 0 15px 0!important;

}

.c-edit-multiple-centered-page-area {
	margin-left:auto;
	margin-right: auto;
	float:none!important;
}

.c-list-of-plots-to-edit {
	color: #6B7C93;
    font-size: 12px;
    font-weight: 300;
    float:left;
    padding-right:30px;
    padding-bottom:20px;
}

.c-record-information-field-box__header--centered {
	text-align: center;
	float:none!important;
}

.c-record-switch-between-date-and-text {
	color: #5469d4;
    font-size: 14px;
    font-weight: 300;
    padding-left:10px;
}

.c-record-switch-between-date-and-text:active {
	text-decoration: none;
}
.c-record-switch-between-date-and-text:visited {
	text-decoration: none;
}
.c-record-switch-between-date-and-text:focus {
	text-decoration: none;
}
.c-record-switch-between-date-and-text:hover {
	text-decoration: none;
}

.c-record-information-field-box__remove_padding {
	padding:0px!important;
}

.c-record-information-field-box__add-padding {
	padding:20px;
}

.c-record-informaation-field--dont_float {
	float:none!important;
}

.c-record-photo-view-options-links td {
	padding: 10px;
}

.c-record-photo-view-options-links a {
	font-size:11px;
	color: #909DA9;
	font-weight:300;
}

.c-record-photo-view-options-links a:hover {
	font-size:11px;
	color: #46a0de;
	text-decoration: none;
}

.c-record-print-obituary-link {
	color: #909DA9;
}

.c-record-print-obituary-link a:hover {
	font-size:11px;
	color: #46a0de;
	text-decoration: none;
}


.cfy-input-generator-label-and-input-table {

}

.cfy-input-generator-label-and-input-table td {
	padding-bottom:5px;
}

.cfy-input-generator-label {
	width:180px;
	color: #3c4257;
    font-size: 14px;
    font-weight: 400;    
}

.cfy-input-gen-input {
	height: 32px!important;
    border: 1px solid #E0E0E0;    
    color: #504D4D;
    padding: 5px 0 5px 10px;
    border-radius: 5px;
    width:240px;    
}

.cfy-record-grave-breadcrumb-link {
	color: #1a1f36!important;
    font-size: 16px!important;
    padding-top: 10px;
    font-weight: 900
}

.cfy-record-grave-breadcrumb-link:hover {
	color:rgb(85, 108, 214)!important;
	text-decoration: none;
}
.c-blue-grey-background {
	background-color: #F2F5F9;	
	min-height: 100vh;
}

.c-record-page {
	padding:30px 45px 30px 45px;	
	font-family: 'Lato', sans-serif;
	overflow: auto;
}

.c-record-page-main-content-area {
	max-width: 1200px;
	margin:auto;
}

#cfy_entities_list_container {
	padding:15px 20px;
	margin-right:10px;
}

@media (max-width: 767px) {
	.c-record-page-main-content-area {
		display:flex;
		flex-flow: row;
		flex-direction: column;
	}
	.c-record-information-fields-area {
		order:1;
	}
	.c-record-information-sidebar {
		order:2;
	}
	#cfy_entities_list_container {
		padding:15px 20px;
		margin-right:0px;
		margin-top:15px;
	}

}

.c-breadcrumbs-and-alerts {
	display:table;	
	width:100%;	
}

.c-breadcrumbs-and-alerts__breadcrumbs {
	display:table-cell;
	vertical-align: middle;	
	font-size: 11px;
	font-weight: 300;	
	color:#8898aa;
}

.c-breadcrumbs-and-alerts__breadcrumbs--active {
	font-weight: 300;	
	color:#8898aa;
}

.c-breadcrumbs-and-alerts__breadcrumbs a {
	font-weight: 300;	
	color:#8898aa;
}

.c-breadcrumbs-and-alerts__breadcrumbs a:hover, .c-record-information-sidebar__list a:hover {
	color:#5469d4;
	font-weight: 500;
	text-decoration: none;
}

.c-breadcrumbs-and-alerts__alert {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    padding-top:-5px;
    font-weight: 300;    
    color: #49a757;    
    width: 300px;
}

.c-breadcrumbs-and-alerts__alert a {
    color: white;
    text-decoration: underline;
}

.c-record-information-sidebar {
	float:left;
	width:17%;	
}

.c-record-information-sidebar__list {
	list-style: none;
	padding:0;
	color:#32325D;
	font-size:14px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.c-record-information-sidebar__list--active {
	font-weight: 700;
}

.c-record-information-sidebar__list--disabled {
	font-weight: 300;
	color:#8898aa;
}

.c-record-information-sidebar__list li { 
	padding-bottom:7px;
}

.c-record-information-sidebar__list a { 
	color:#32325D;
}

.c-record-information-fields-area {
	float:left;
	width:83%;
}

.c-record-information-field-box {
	background-color: white;
	width:100%;
	box-shadow:0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
	border-radius:5px;
	overflow:hidden;
	padding:20px;
	margin-bottom:15px;
}

.c-record-information-field-box--no-padding {
	padding:0px!important;
}

.c-record-information-field-box__header-white-background-area {
	padding:20px;
	color: #697386;
}

.c-record-information-field-box__header-light-grey-background-area {
	background-color: #f7fafc;
	padding:20px;
}

.c-record-information-field-box__header-light-grey-background-area__horizontal_table td {
	padding-right:20px;
	border-right:1px solid #E5E5E5;
}

.c-record-information-field-box__header-light-grey-background-area__horizontal_table--left-padded {
	padding-left:20px;
}


.c-record-information-field-box__header-light-grey-background-area__horizontal_table__label {
	color: #697386;
	font-weight: 300;
}

.c-record-information-field-box__header-light-grey-background-area__horizontal_table__data_container {
	border-right: 1px solid grey;
}

.c-record-information-field-box__header-white-background-area__large_header {
	color:#1a1f36;
	font-size:18px!important;
	padding-top:10px;
	font-weight:900;
}

.c-record-information-field-box__header-white-background-area__large_header a {
	color:#1a1f36;
	font-size:18px!important;
	padding-top:10px;
	font-weight:900;
}

.c-record-information-field-box__header-white-background-area__large_header a:hover {
	color:rgb(85, 108, 214);
}

.c-record-information-field-box__header-white-background-area__page_object_type {
	font-size:13px;
	color:#697386;
	text-transform: uppercase;
	letter-spacing: 0.10px;
}

.c-record-information-field-box__header {
	margin:0;
	padding-right:15px;
	font-size:16px;
	color:#1a1f36;	
	font-weight: 600;
	float:left;
}

.c-record-information-field-box__header-box h2 {
	font-size:16px;
}

.c-record-information-field-box__header_explainer {
	color:#697386;
}

.c-record-information-field-box__map-information {
	font-size:16px;
	color:#32325D;	
	font-weight: 300;
	float:right;
}

.c-record-information-field-box__map-information a {
	text-decoration: none;
}

.c-record-information-field-box__header-box {
	height:40px;	
	border-bottom:1px solid #E5E5E5;
}

.c-record-information-field-box__form {
	padding: 20px 0 0px 10px;	
}

.c-record-information-field-box__form-label {
	width:170px;
	color:#6B7C93;
	font-size:14px;
	font-weight: 300;
	padding-top:10px;
}

.c-record-information-field-box__form input {
	width:240px;
	border:1px solid #E0E0E0;
	margin-bottom:10px;
	color:#504D4D;
	padding:5px 0 5px 10px;
	border-radius:5px;
	font-size:14px;
}

.c-record-information-field-box__form input[type="radio"] {
	width:15px;	
	font-size: 20px;	
	outline: none !important;
	outline-offset: 0 !important;
	--tw-ring-inset: initial !important;
	--tw-ring-offset-width: 0 !important;
	--tw-ring-offset-color: transparent !important;
	--tw-ring-color: transparent !important;
	--tw-ring-offset-shadow: none !important;
	--tw-ring-shadow: none !important;
	box-shadow: none !important;
	color:#2563eb!important;
	border-radius: 100%!important;
}

.c-record-information-field-box__form select {
	width:240px;	
	height:36px;
	margin-bottom:5px;
	border: 1px solid #E0E0E0!important;
	font-size:14px;
}

.c-record-information-field-box__form textarea {	
	width:300px;
	height:100px;
	border:1px solid #E0E0E0;	
	color:#504D4D;
	padding:5px 0 5px 10px;	
	border-radius:5px;
}

.c-record-information-field-box__form--date-input {
	width:160px!important;
}

.c-record-information-field-box__form--number-input {
	width:100px!important;
}

.c-save-record-box {
	background-color: #F2F5F9;
	position:fixed;
	bottom:0;
	padding:30px 0 30px 20px;
	width:100%;
}

.c-save-record-box__submit-button {
	background-color: #0466C2;
	color:white;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
	font-weight: 300;	
	margin-right:20px;
}

.c-save-record-box__cancel-button {
	background-color: #0466C2;
	color:white;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
	font-weight: 300;	
}

.c-record-information-field-box__no-documents {	
	color: #acabb7;
	font-weight: 300;
	text-align: center;
}

.c-record-information-field-box__button {
	float:right;
	font-size: 13px;	
	background: transparent;
	color: #525f7f;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
	border:0;
	padding: 7px 7px 4px 7px;	
	margin-top:-10px;
}

.c-record-information-field-box__button--left {
	font-size: 13px;
	background: transparent;
	color: #525f7f;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
	border:0;
	padding: 7px 7px 4px 7px;	
	margin-left:20px;
}

.c-record-information-field-box__button--left:focus {outline:0;}
.c-record-information-field-box__button:focus {outline:0;}



.centered-icon {
	vertical-align: middle;
	padding-bottom:3px;	
}

.c-record-information-field-box__document_upload {	
	float:right;
	color:#b2b2bd;
	font-weight: 500;
	font-size:12px;
	width:160px;
}

.c-upload-bar {
	float:right;
	margin-right:10px;
	font-size:12px;
}

.c-record-documents-list__file-line {
	width:100%;
	display:table;
	padding-right:10px;
	padding-bottom:20px;
}

.c-record-documents-list__file-edit-box {
	display:table-cell;
	width:20px;
	vertical-align: middle;	
	font-size:24px;
}

.c-record-documents-list__file-information {
	display:table-cell;
	width:300px;
}

.c-record-documents-list__file-actions {
	display:table-cell;
	vertical-align: middle;
		font-size:12px;
	color:#6B7C93;
	font-weight: 300;
	text-align: right;
}

.c-record-documents-list__filename {	

}

.c-record-documents-list__created-date {
	text-align: left;
	font-size:12px;
	color:#6B7C93;
	font-weight: 300;
}

.c-record-documents-list__file-actions a {
	color:#6B7C93!important;
}

.c-record-documents-list__file-actions a:hover {
	color:#3297D3;
	font-weight: 500;
	text-decoration: none;
}

.c-record-documents-list__file-actions {

}

.c-record-documents-list__photo {
	max-height:200px;
}

.c-record-information-field-box__table {
	background-color: #F5F8FC;
	width:100%;
	margin-left:-10px;
	margin-top:-10px;	
}

.c-record-information-field-box__table th {
	padding:10px 0 10px 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size:12px;
	color:#525f7f;
}

.c-record-information-field-box__table td {
	color:#525f7f;
	font-weight: 300;
	background-color: white;
	padding:8px 0 8px 10px;
}

.c-record-information-field-box__table--icon-actions-box {
	width:100px;
	vertical-align: middle;
	display:table-cell;
	text-align: right;
	padding-right:20px!important;
}

.c-record-information-field-box__table--icon-actions-box i {
	font-size:16px;
	padding-left:15px;
	font-size: 16px;
	color: #525f7f;	
}

.c-record-information-field-box__table--icon-actions-box i:hover {
	color:#3297D3;
}

.c-record-information-field-box__delete-record {
	color: #bac6d3;
	padding-left:20px;
	font-size:12px;
	vertical-align: middle;
	margin-bottom:4px;
}

.c-record-information-field-box__delete-record:hover {
	color:red;
}


.c-record-information-field-box__map-information-map-icon {
	padding-right:12px;
	color: #525f7f;
}


.c-record-information-field-box__map-information-map-icon:hover {
	color:#3297D3;
}

#record-connected-plot-link {
	color: #5469d4;
}



.c-plot-search-bar {
	background-color: white;
	width:280px;
	margin-top: 2px;
	box-shadow: 0 2px 4px 0 hsla(10, 0%, 0%, 0.1);
	overflow:hidden;	
}

.c-plot-search-bar__input {
	border: 0px solid white;
	width:240px;
	height:30px;
	padding: 12px 0px 16px 20px;
}

.c-plot-search-bar__input:focus {
	outline:none;
}

.c-plot-search-bar__input::placeholder {
	color:#6B7C93;
	font-weight: 300;
	font-size:14px;
}

.c-plot-search-bar__button {
	background: transparent;
	border:none;
	width:20px;	
	color:#6B7C93;
}

.c-plot-search-bar__button:focus {
	outline:none;
}

.c-record-information-field-box__header-box--no-bottom-border {
	border:none;
}

.c-record-information-field-box__no-plots {	
	color: #6b7c93;
	font-weight: 300;
	font-size:14px;
	padding:20px 0 0 0 ;
}

.c-record-information-sidebar__filter-by-section-title {
	color: #3c4257;
	font-weight: 900;
	font-size:14px;	
}

.c-record-information-sidebar__section-filters {
	padding-top:50px;
	width:75%;
	font-size:14px;
	color: #6b7c93;
	font-weight: 300;
}

.c-record-information-sidebar__section-filter-icons {
	font-size:16px!important;
	padding-right:5px;
}

.c-record-information-sidebar__section-list-item {
	padding-bottom:10px;
}

.c-record-information-sidebar__section-list-item--active {
	font-weight: 700!important;
}

.c-record-information-sidebar__section-list-item a {
	color:#32325D;
}

.c-record-information-sidebar__section-list-item a:hover {
	color:#3297D3;
	text-decoration: none;
}

.c-record-information-sidebar__section-sub-list-1-list-item a {
	color:#32325D;
}

.c-record-information-sidebar__section-sub-list-1-list-item a:hover {
	color:#3297D3;
	text-decoration: none;
}

.c-record-information-sidebar__section-sub-list-2-list-item a {
	color:#32325D;
}

.c-record-information-sidebar__section-sub-list-2-list-item a:hover {
	color:#3297D3;
	text-decoration: none;
}


.c-record-information-field-box_clickable_row:hover td {
	font-weight:500;
	color:#3297D3;
	cursor:pointer;	
}

.c-record-information-sidebar__section-sub-list-1-area {
	padding-left:20px;
	margin-bottom:20px;
}

.c-record-information-sidebar__section-sub-list-2-area {
	padding-left:20px;
	margin-bottom:20px;
}

.c-alert-area-next-to-search {
	float:right;
	color:green;
	padding-top:10px;
}

.error_notice {
	color: white;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
    background: #ef5d5d;
    width: 240px;
}



@media only screen and (max-width: 768px) {	

	.c-record-page-mobile {
		min-height: 100vh!important;
		padding:10px;
	}

	.c-record-information-fields-area-mobile {
		width:100%;
	}

	.c-plot-search-bar__form {
		display:table;
	}

	.c-plot-search-bar-mobile {
		width:100%;
	}

	.c-plot-search-bar__input {
		display:table-cell;
		width:85%;
	}

	.c-plot-search-bar__button {
		display:table-cell;		
	}

	.c-record-information-field-box__header-box {
		height:50px;
	}

	.c-record-information-field-box__header {
		width:100%;
	}

	.c-record-information-sidebar {
		width:100%;
		padding-bottom:20px;
	}

	.c-blue-grey-background {
		min-height: 0vh;
	}

	.c-record-page {
		padding:10px;
	}

	.c-record-information-fields-area {
		width:100%;
	}

	.c-record-information-sidebar__list li {
		float:none;
		display:inline;
		padding:5px;
		font-size:12px;
	}

	.c-record-information-field-box__map-information {
		width:100%;
		padding-top:20px;
	}

	.c-record-information-field-box__button {
		margin-top:-25px;
	}

	.c-record-information-sidebar__mobile {
		display:table;
		margin: 0 auto;
		text-align: center;
	}

	.c-blue-grey-background__full-vh {
		min-height:100vh;
	}

	.c-breadcrumbs-and-alerts__breadcrumbs { 
		padding-top:14px;
	}

	.c-record-information-field-box__form input {
		height:45px;
	}


}

@media (max-width: 480px) {	
	.c-plot-search-bar__input {
		width:70%!important;
	}
}


.c-record-information-field-box__button--coordinate-button {
	float:none;
	margin:5px 0 10px -10px ;
}

.c-record-information-field-box__found-location {
	color: #6b7c93;
	font-weight: 300;
	margin-left:-10px;
	padding-top:5px;
	padding-bottom:5px;

}

.c-record-information-field-box__lat-long {
	font-size:12px;
	color:#6B7C93;
}

.c-plot-select-map-button-options {
	
}

.c-plot-select-map-button-options__option {
	
}

.c-location-select-icon {
	padding-right:3px;
}

.c-public-website-record-photo {
	max-width:100%;
	margin-bottom:20px;
	box-shadow:  0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12)
}

.c-record-public-website-left-information-container {
	padding:0 20px 0 40px;
}

.c-filter_list_icon {
	font-size: 100px; 
}

.c-settings-type-description {
	font-size: 13px; 
    color: #b2b2bd;
    font-weight: 400;	
}
    
.cfy-graph-canvas-card-title {
	padding-left:10px;
	font-size: 16px;
	font-weight: 600;
}

.cfy-graph-canvas-card-container {
	margin-bottom:50px;
}

.cfy-graph-canvas-card {	
	margin:10px;	
	box-shadow: 0 7px 14px 0 rgba(184, 195, 232, 0.12), 0 3px 6px 0 rgba(0,0,0, 0.12);
	padding:20px;
}
.report-table {
	width:95%!important;
	margin-left:30px;
	float:none!important;
}

.run-report {	
	color:white!important;
	background-color: #0466C2;
	margin-right:30px;
}

.run-report-container {
	float:right;
}

.reports-area {
	padding:20px;
	font-family: 'Mallanna', sans-serif;
}

.reports-area h2 {
	font-size:22px;
}
.reports-area p {
	font-size:14px;
}

.grey-boxed-area {
	border:1px solid #D1CFCF;
	margin:40px;
	height:200px;
}

.grey-boxed-area:hover {
	text-decoration: none!important;	
	border:1px solid #0466C2;
}
.report-box-area a:hover {
	text-decoration: none!important;	
}

.report-page-alert {
	color:green;
	margin: -30px 0 20px 30px;
}

.report-page-alert i {
	
}

.c-new-report-system-notification {	
	margin-top:30px;
	margin-right:100px;
}

.cfy-create-report-label {
	font-weight: 700!important
}

.cfy-create-report-pie-chart-additional-option {
	display:none;
}

.cfy-create-report-pie-chart-additional-option td {
	vertical-align: middle;
}

.cfy-shrink-to-fit-table-cell {
	width:1%!important;
	white-space: nowrap;
}

.cfy-standard-input_border_color_and_radius {
	border: 1px solid #E0E0E0;    
    color: #504D4D;    
    border-radius: 5px;
}

.cfy-standard-input_border_color_and_radius::placeholder {
	color:rgba(55, 53, 47, 0.50);
}

.cfy-standard-minimal-header {
	font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.cfy-standard-input {
	border: 1px solid #E0E0E0!important;    
    color: #504D4D!important;
    padding: 5px 0 5px 10px!important;
    border-radius: 5px!important;
    font-size:14px!important;
}

.cfy-radio-button-label {
	font-weight:700;
}

.cfy-radio-button-label-subtext {
	font-weight:700;
}

.cfy-additional-report-options-tr td {
	padding:5px 5px 5px 0px;
}

.cfy_cemetery_reports_container {
	min-height:100vh;
}

.cfy-show-report-report-title {
	padding-bottom:20px;
	font-size:22px;
	font-weight:900;
}

.cfy-report-date-modification-area {
	padding: 20px 10px 30px 10px;
}

.cfy-edit-report-link {
	color:#b2b2bd;	
	font-size:12px;
}

.cfy-edit-report-link:hover {
	color:rgb(85, 108, 214);
}

.cfy-edit-report-link:active {
	color:none;
}

.cfy_cemetery_report_table {
	text-align: center;
	min-width: 100%
}

.cfy_cemetery_report_table tr:nth-child(odd) {
	background-color: #fcfbfb;
}

.cfy_cemetery_report_table tr:nth-child(1) {
	background-color: white;
}


.cfy_cemetery_report_table td {
	padding: 8px 0px 8px 0px;	
	width:1%;
	white-space: nowrap;
	border-top:1px solid #F4F4F4;
	border-bottom:1px solid #F4F4F4;
}

.cfy_cemetery_report_table tr td:first-child {
	padding-right:40px!important;
	font-weight: bold;
	text-align: left!important;
}

.cfy_cemetery_report_table th {
	padding-bottom:10px;	
	padding-right:4px;
	padding-left:4px;
	text-align: center!important;
}



@media (max-width: 767px) {

	.cfy-outer-report-container {
		width:100%!important;
	}

}

.cfy-canned-reports-list-table {	
	margin-top:0px;
	width:100%;	
}

.cfy-canned-reports-list-table td {
	padding:30px 20px;
	padding-right:0px;
	border-bottom:1px solid #e0e1e3;
}

.cfy-canned-reports-list-table__icon-table-cell {
	width:1%;
	padding-left:20px;
	text-align: center;
}

.cfy-canned-reports-list-table__icon-table-cell i {
	font-size:30px;	
	color: #b2b2bd;
}

.cfy-canned-reports-list-table__title-table-cell {
	vertical-align: top;
	padding-left:10px;
	font-size:14px;
	font-weight:900;
}

.cfy-canned-reports-list-table__description-table-cell {
	font-size:14px;
	color: #b2b2bd;
	font-weight:400;
}

.cfy-standard-canned-report-data-table {
	max-width: 100%;
	width:98%;	
}

.cfy-standard-canned-report-data-table__cell_padded td {
	padding-right:20px!important;
}

.cfy-standard-canned-report-data-table th {
	font-size:11px;
	font-weight:700;
	text-transform: uppercase;
	color:#1a1f36;	
}

.cfy-standard-canned-report-data-table td {	
	color:#3c4257;
	font-weight:400;
	font-size:14px;
}

.cfy-standard-canned-report-data-table th, .cfy-standard-canned-report-data-table td {
	border-bottom:1px solid #E0E1E3;
	padding:5px;
	white-space: nowrap;
}


@media print {
	.cfy-canned-report-chart {
		max-width:100%!important;
	}
	#cannedReportHeaderArea {
		display:none!important;
	}
	#cannedReportFullPageArea {
		background-color: white;
		padding:10px!important;
		padding-right:20px!important;
	}
	#beacon-container {
		display: none!important;
	}
	.cfy-burial-list-printable_table {
		font-size:11px;
	}
	#fullBurialListTable {
		margin:0px!important;
		padding:0px!important;
	}
	.cfy_index_body_container--canned-report {
		padding:0px!important;
		margin:0px!important;
	}

	.cfy-standard-canned-report-data-table th, .cfy-standard-canned-report-data-table td {
		padding:2px;
	}

	.cfy-standard-canned-report-data-table {
		max-width: 98%;
		table-layout: fixed;
	}
}

.cfy-inventory-forecaster-numbers-table {
	width:100%;
}

.cfy-inventory-forecaster-numbers-table td {
	width:33%;
	text-align: center;
}

.cfy-inventory-forecaster-numbers-table__label {
	color:#3c4257;
	font-size:14px;
	font-weight:500;
}

.cfy-inventory-forecaster-numbers-table__value {
	color:#1a1f36;
	font-size:20px;
	font-weight:400;	
}


#cannedReportFullPageArea [multiple],
#cannedReportFullPageArea [type=date],
#cannedReportFullPageArea [type=datetime-local],
#cannedReportFullPageArea [type=email],
#cannedReportFullPageArea [type=month],
#cannedReportFullPageArea [type=number],
#cannedReportFullPageArea [type=password],
#cannedReportFullPageArea [type=search],
#cannedReportFullPageArea [type=tel],
#cannedReportFullPageArea [type=text],
#cannedReportFullPageArea [type=time],
#cannedReportFullPageArea [type=url],
#cannedReportFullPageArea [type=week],
#cannedReportFullPageArea input:where(:not([type])),
#cannedReportFullPageArea select,
#cannedReportFullPageArea textarea {
    -webkit-appearance: inherit !important;
    -moz-appearance: inherit !important;
    appearance: inherit !important;
    background-color: transparent !important;
    border-color: #E0E0E0 !important;
    border-width: 1px !important;
    border-radius: inherit !important;
    padding: 4px !important;
    font-size: inherit !important;
    line-height: inherit !important;
    box-shadow: none !important;
}


.new-rule-area {
	background-color: white;
	border: 1px solid #E7E7E7;
	width:60%;
	margin:auto;
	padding:20px 0 20px 0;
}

.new-rule-inner-box {
	margin: 40px 40px 0 40px;
	padding: 0 0 30px 0;
}

.new-rule-inner-box h1 {
	color:#33475B;
	font-size:24px;
	font-weight:300;

}

.rule-template-list {
	width: 100%;
	padding:0!important;	
	margin-top:30px;
}

.rule-template-list tr {
	border:1px solid #E7E7E7;
}

.rule-template-list td {
	padding: 15px 0 20px 20px;
}

.rule-template-list h2 {
	color:#33475B;
	font-size:16px;
	font-weight: 900;
}

.rule-template-list p {
	font-size:16px;
}

.rules-button {
	background-color: #F5F8FA;
	border-color:#E7E7E7;
	color: black;
	font-size:14px;
	padding:10px 20px 10px 20px;
	font-weight: 300;
}

.rules-button-save {
	background-color: #0466C2;
	color:white;
	border-color:#E7E7E7;
	font-size:14px;
	padding:10px 20px 10px 20px;
	font-weight: 300;	
}

.rules-button-save:disabled {
	background-color: #F5F8FA;
	border-color:#E7E7E7;
	font-size:14px;
	padding:10px 20px 10px 20px;
	font-weight: 300;
}

.rule-configuration-box {
	padding: 30px 0 0 0;
	font-size:16px;
	font-weight: 300;
}

.rule-configuration-box select {
	width:80px;
}

.rule-configuration-box input {
	width:50px;
}
.c-sales-index-delete-sale-icon {
	color:#525f7f!important;
	padding:0!important;
}

.c-sales-index-action-box i {
	color:#9da7bd!important;
}

.c-sales-index-action-box i:hover {
	color:#147dc5!important;
}

.c-sales-index-action-box {
	text-align: right!important;
	padding:0!important;
	padding-right:20px!important;
}


@media (max-width: 500px) {
	.c-sale-search-mobile {
		float: right;
	    margin-right: 20px;
	    margin-top: 4px;
	}
}

.c-full-height-light-blue-background {
	background-color: #F2F5F9;
	min-height:100vh;
}

.c-sales-new-sale-header-area {	
	background-color: white;
	box-shadow: 0px 0px 4px 0px #ccc;
}

.c-sales-new-sale-header-area {
	color: #A6A5A5;
	line-height: 60px;
	width:100%;
	position:fixed;
}

.c-sales-new-sale-header-area a {
	color: #A6A5A5;
	line-height: 60px;
}

.c-sales-new-sale-header-area a:hover {
	text-decoration: none;
	color:#147dc5;
}

.c-sales-new-sale-header-area__inside_container {
	display:table;
	padding:0px 30px 0px 30px;
	margin:auto;	
}

.c-new-sale-page-section-contents {
	max-width:1075px;
	padding: 0px 30px 0px 30px;
	margin:auto;
	margin-top:2px;
}

.c-sales-new-sale-header-area__new_sale_label {
	display:table-cell;	
	vertical-align: middle;
	width:100px;
}

.c-sales-new-sale-header-area__sale_section {
	font-size:14px;
	display: table-cell;
	text-align: center;
	padding-left:30px;
	padding-right:30px;
}

.c-padded-for-new-sale-box {
	padding-left:60px;
}

@media (max-width: 1200px) {

	.c-sales-new-sale-header-area__sale_section {
		font-size:14px;
		display: table-cell;
		text-align: center;
		padding-left:20px;
		padding-right:20px;
	}

}

@media (max-width: 1000px) {

	.c-sales-new-sale-header-area__sale_section {
		font-size:12px;	
		display: table-cell;
		text-align: center;
		padding-left:15px;
		padding-right:15px;
	}

	.c-new-sale-page-section-inner-container {
		padding-left:40px!important;
		padding-right:40px!important;
	}

}

@media (max-width: 830px) {

	.c-sales-new-sale-header-area__sale_section {		
		padding-left:10px;
		padding-right:10px;
	}

	.c-sales-new-sale-header-area__new_sale_label {
		display:none;
	}

	.c-padded-for-new-sale-box {
		padding-left:0px;
	}

	.c-new-sale-page-section-inner-container {
		padding-left:20px!important;
		padding-right:20px!important;
	}

}



.c-sales-active-section {
	border-bottom:2px solid rgb(85, 108, 214);	
	
}

.c-sales-active-section a {
	color:black;
}


.c-sales-new-sale-header-area__sale_section--inside_label_box {
	border-right: 1px solid #e2e2e2;
    height: 30px;
    margin-right: 0px;
    text-align: center;
    line-height: 22px;
    background-color: #b5b3b3;
    color: #efefef;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 11px;
}

.c-new-sale-notification-area {
    position: absolute;
    bottom: 20px;
    width: 300px;
    height: 40px;
    margin-left: -150px;
    left: 50%;
    background-color: #b7d8b7;
    color: #0b4422;
    border: 1px solid #1a8244;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
}

.c-sale-has-completed-data a {
	color:black;
}

.c-new-sale-page-section-contents {
	background-color:white;
	padding-bottom:100px;
}

.c-new-sale-page-section-inner-container {
	padding:60px;
	padding-top:120px;
	font-family: 'Lato', sans-serif;
}

.c-new-sale-page-section-contents__title_area {
	display:table-cell;
	font-size:24px;
	font-weight: 600;
}

.c-new-sale-page-section-contents__skip_page_link {
	font-size:14px;
	display:table-cell;
	text-align: right;
}

.c-new-sale-page-section-contents__skip_page_link a {
	color: rgb(85, 108, 214);
}

.c-new-sale-page-section-contents__skip_page_link a:hover {
	color: rgb(85, 108, 214);
	text-decoration: none;
}

.c-new-sale-page-section-inner-container__title_and_skip_area {
	display:table;
	width:100%;
	margin-bottom:40px;
}

.c-new-sale-page-section-contents__large-search-bar {
	width:400px;
	display:table;
	line-height: 40px;
	box-shadow: 0px 0px 4px 0px #ccc;
	color:#979797;
}

.c-new-sale-page-section-contents__large-search-bar__icon-area {
	display:table-cell;
	width:15px;
	padding-left:10px;	
}

.c-new-sale-page-section-contents__large-search-bar__input-area {
	display:table-cell;
}

.c-new-sale-page-section-contents__large-search-bar__input-area input {
	border:none;
	padding-left:10px;
	width:100%;
}

.c-new-sale-page-section-contents__large-search-bar__input-area input::placeholder {
	color:#AEAEAE;
	font-size: 12px;
}

.c-new-sale-page-section-contents__large-search-bar__input-area input:focus { outline: none; }



.c-new-sale-page-section-contents__list-of-objects-area {
	margin-top:20px;
	overflow: hidden;	
	min-height:360px;	
}

.c-new-sale-page-section-contents__list-of-objects-area__centered_notification {
	font-size:16px;
	margin-top:174px;
	margin-bottom:174px;
	color:#AEAEAE;
	text-align: center;
	width:100%;
}

.c-new-sale-page-section-contents__object-box {
	width:33%;
	float:left;
}

.c-new-sale-page-section-contents__object-box-inner-container {
	display:table;
}

.c-new-sale-page-section-contents__object-box__checkbox-area {
	display:table-cell;
	vertical-align: middle;
	width:20px;
}

.c-new-sale-page-section-contents__object-box__details-area {
	color:#393939;
	display:table-cell;
	vertical-align: middle;
	padding:10px 0px 10px 0px;
}

.c-new-sale-page-section-contents__object-box__checkbox-area input {
	width:30px;
}


.c-new-sale-page-section-contents__object-box__details-area---sub-object {
	color:#AEAEAE;
	font-size: 12px;
}

.c-new-sale-page-section-contents__object-box__status-dot {
	height: 10px;
	width: 10px;
	background-color: #bbb;
	border-radius: 50%;
	padding-right:10px;
	display: inline-block;
}

.c-new-sale-page-section-contents__save-and-next-button-area {
	margin-top:20px;
	text-align: right;
}

.c-new-sale-page-section-contents__save-and-next-button-area button {
	color:white;
	background-color: #E8E8E8;
	border:0;
	padding:10px 30px;
	box-shadow: 0px 0px 4px 0px #ccc;
	border-radius:3px;
}

.c-new-sale-page-section-contents__save-and-next-button-area--button-active {
	background-color: rgb(85, 108, 214)!important;	
	border-radius:5px;
	color:white;			
	border:0;
	padding:10px 30px;
	box-shadow: 0px 0px 4px 0px #ccc;
	border-radius:5px;	
}

.c-new-sale-page-section-contents__save-and-next-button-area--button-white {
	background-color: white;	
	border-radius:5px;
	color:#2b2d50;			
	border:0;
	padding:10px 30px;
	box-shadow: 0px 0px 4px 0px #ccc;
	border-radius:5px;	
}

.c-new-sale-page-section-contents__subtitle_one {
    font-size: 16px;
    color: #32325D;
    font-weight: 500;
}

.c-new-sale-page-section-contents__subtitle_one a i {
	color:#2683ca82;
}

.c-new-sale-page-section-contents__subtitle_one a i:hover {
	color:#2683ca;
}

.c-new-sale-page-section-contents__subtitle_two {
	font-size:14px;
	margin-top:30px;
	font-weight:500;
	margin-bottom:10px;
}

.c-new-sale-page-section-contents__subtitle_one__subtext {
	color: #a2a2a2;
    font-weight: 400;
    font-size: 12px;
    padding-bottom:20px;
    border-bottom: 1px solid #E5E5E5;
}

.c-new-sale-page-section-contents__form_area {	
	margin-bottom:60px;
	width:100%;
	overflow:hidden;
}

.c-new-sale-page-section-contents__form_area select {	
	width: 200px!important;
    height: 30px!important;
    margin-bottom: 10px!important;
}    

.c-new-sale-page-section-contents__form_area__prefix {
	width:10%;
}

.c-new-sale-page-section-contents__form_area__suffix {
	width:10%;
}

.c-new-sale-page-section-contents__form_area__first_name {
	width:20%;
}

.c-new-sale-page-section-contents__form_area__middle_name {
	width:25%;
}

.c-new-sale-page-section-contents__form_area__last_name {
	width:25%;
}

.c-new-sale-page-section-contents__form_area__street_address {
	width:30%;
}
.c-new-sale-page-section-contents__form_area__city {
	width:30%;
}
.c-new-sale-page-section-contents__form_area__state {
	width:15%;
}
.c-new-sale-page-section-contents__form_area__zipcode {
	width:15%;
}

.c-new-sale-page-section-contents__form_area__form_item {

}

.c-new-sale-page-section-contents__form_area__form_item label {
	color: #a4a4a4;
    font-weight: 500;
    font-size: 12px;
    padding-top:20px;
}


.c-new-sale-page-section-contents__form_area__form_item input {
	width:100%;
	padding:5px 5px 5px 10px;
}

.c-new-sale-same-as-other-checkbox-label {
	font-size:12px;
	padding-left:5px;
	color:#a2a2a2;
	font-weight: 400;
}

.c-new-sale-page-section-contents__burial_records_form label {
	width: 140px;
    color: #929090;
    font-size: 15px;
    font-weight: 300;
    padding-top: 10px;
}

.c-new-sale-page-section-contents__form_area h2 {
	font-size:20px;
	color:#2d2d2d;
	margin:0;
}

.c-new-sale-page-section-contents__burial_records_form input {
	width: 300px;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    color: #504D4D;
    padding: 5px 0 5px 10px;
}


.c-new-sale-page-section-contents__burial_records_form input[type=radio] {
	width:20px!important; 
}



.c-new-sale-page-section-contents__burial_records_form input[type=text] {
	width:200px;
}

.c-new-sale-page-section-contents__burial_records_form input[type=date] {
	width:200px;
}

.c-new-sale-page-section-contents__burial_records_form select {
	width:200px;
}



.c-new-sale-page-sales-information-line-items-area {
	margin-top:20px;
	padding:0px!important;
}

.c-new-sale-page-sales-information-line-items-area__header {
	color: #a4a4a4;
    font-weight: 500;
    font-size: 12px;	
}

.c-new-sale-page-sales-information-line-items-area__listing-table-area {
	width:100%!important;
}

.c-new-sale-page-sales-information-line-items-area__listing-table-area td:nth-child(1) {
	width:25%!important;
}



.c-new-sale-page-sales-information-line-items-area__listing-table-area input {
	margin-bottom:0px!important;
}

.invoiceAddDiscountField {
	width:50%!important;
}

.c-new-sales-page-payment-schedule-input-bigger {
	width:140px!important;
}

.c-new-sale-page-section-contents__select_line_item_template {
	font-size:12px;
	padding-bottom:20px;
	float:left;
	color:#a4a4a4;
}


.c-sale-page-contract-outside-container {
	width:25%;
	float:left;
	margin:20px;
	margin-bottom:50px;
}


.c-sale-page-contract__contract_photo_container {
	min-height:320px;
	width:231px;
	box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
}

.c-sale-page-contract__contract_photo img {
	width:100%;
	margin-top:auto;
	margin-bottom:auto;
	height:240px;
	padding:10px;
}

.c-sale-page-contract__upload_status {
	font-size:16px;
	padding-bottom:10px;
}

.c-sale-page-contract__upload_status__grey {
	color:#C8C8C8
}

.c-sale-page-contract__upload_status__green {

}

.c-sale-page-contract__contract_print_and_upload__inner_text {
	text-align: center;

}

.c-sale-page-contract__contract_print_and_upload {
	font-size:14px;
	padding-top:20px;	
}

.c-sale-page-contract__contract_print_and_upload a {
	color:#147dc5;
	line-height: 26px;
}

.c-sale-page-contract__contract_print_and_upload a:hover {
	text-decoration: none;
	color:#147dc5;
}

.c-sale-page-contract__contract_title {
	color: black;
	text-align: center;
	padding-top:10px;
	font-size:12px;
}

.c-sale-page-contract__contract_status {
	color: #A6A5A5;
	text-align: center;
	padding-top:10px;
	font-size:12px;
}

.c-sales-work-order-input {
	padding:10px;
	width:500px;
	height:260px;
	border:1px solid #d6d6d6;
}

.c-invoice-new-line-item-input::placeholder {
	font-size:14px;
}

.c-new-sale-page-section-contents__actions_area {
	background-color: white;
	box-shadow: 0px 0px 4px 0px #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.c-new-sale-page-section-contents__actions_area__button-disabled {
	color:white;
	background-color: #E8E8E8;
	border:0;
	padding:10px 30px;
	box-shadow: 0px 0px 4px 0px #ccc;
	border-radius:5px;	
}

.c-new-sale-page-section-contents__actions_area__button-active {
	color:white;
	background-color: #2684c9;
	border:0;
	padding:10px 30px;
	box-shadow: 0px 0px 4px 0px #ccc;		
}

.c-new-sale-page-section-contents__actions_area__inner-container {
    display: table;
    vertical-align: middle;
    padding: 20px 30px 0px 30px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.review-sale-subtext {
	font-size:14px;
	color:#a6a5a5;
}

.c-finalize-sale-preview-data-area {
	color:#7C7C7C;
	font-size:14px;
	padding-top:10px;
}

.sale-preview-information-table td {
	min-width:160px;
}

.sale-preview-information-table__invoice_table td {
	padding-right:20px;
}

.sale-preview-information-table label {
	color:#929090;
	font-weight:300;
}

.sale-preview-information-table__invoice_table {
	color:#929090;
	font-weight:300;	
}

.c-sales-index-highlight-status__Draft {
	background-color: #e3e8ee;
    color: #4f566b;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight:500;
}

.c-sales-index-highlight-status__Complete {
	background-color: #d6ecff;
    color: #3d4eac;    
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight:500;
    width:70px;
}

.c-sales-configuration-checkbox {
	width:0px!important;
}

.c-sales-configuration-checkbox-label {
	width:0px!important;
	display:inline!important;
	padding-left:20px;
}

.cemify-large-icon-on-sales-page {
	font-size:16px!important;
	padding:0!important;
	color: #525f7f!important;
}

.cemify-large-icon-on-sales-page:hover {
	color: #525f7f!important;	
}

.cemify-sales-edit-actions-button {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	background: transparent; 
    border: none;  
    border-radius: 5px;
}


.cemify-sales-edit-actions-button:focus {
	outline:0;	
}

.cemify-sales-edit-actions-button:hover {
    background: transparent;
    color: #525f7f!important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
}

.cemify-sales-edit-actions-button a:hover {
	color: #525f7f!important;
}

.cemify-sales-edit-actions-button i:hover {
	color: #525f7f!important;		
}


.c-sales-index-page-sales-row td {
	padding-bottom:12px!important;
	padding-top:12px!important;
}

.cemify-sales-action-box {
	position:absolute;	
	box-shadow: 0 0 0 1px rgba(136, 152, 170, .1), 0 15px 35px 0 rgba(49, 49, 93, .1), 0 5px 15px 0 rgba(0, 0, 0, .08);    
	background-color: white;	
	margin-top:5px;
	margin-left:-50px;
	width:150px;	
}

.cemify-sales-action-box__list {
	list-style: none;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;	
}

.cemify-sales-action-box__list a {
	color:#5469d4!important;
	font-weight:400;
	font-size: 15px;	
}

.cemify-sales-action-box__list a i {
	color:#5469d4!important;
	padding:0!important;
	padding-top:2px!important;
	padding-left:2px!important;
	font-size:12px!important;
	margin:0!important;
}

.cemify-sales-action-box__list li {
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	padding-left:12px;
}

.cemify-sales-action-box__list li:hover {
	background-color: #f1f1f1;
	color:#595a7b!important;
	text-decoration: none!important;
}

.cemify-sales-action-box__list li:hover a {
	background-color: #f1f1f1;
	color:#595a7b!important;
	text-decoration: none!important;
}

.cemify-sales-action-box__list li:hover i {
	background-color: #f1f1f1;
	color:#595a7b!important;
	text-decoration: none!important;
}

.cemify-sales-action-box__list__no_hover_styles {
	background-color: white!important;
	color: #b2b2bd!important;	
	text-decoration: auto!important;
}

.cemify-sales-action-box {
	line-height: 25px;	
}

.c-sales-exit-sale-area {
	padding-left:60px;
	padding-top:5px;
	float:left
}

.c-sales-exit-sale-area a {
	color: rgb(85, 108, 214);
}

.c-sales-exit-sale-area a:hover {
	text-decoration: none;
}

.c-sales-new-sale-header-area__sale_section--inside_box a:hover {
	color: rgb(85, 108, 214);
}

.c-sales-purple-links a {
	color: rgb(85, 108, 214)!important;	
}

.c-sales-purple-links a:hover {
	text-decoration: none;
}

.c-unit-price-input-box {
	height:25px!important;
	width:70px!important;
}

@media (max-width: 900px) {

	.c-unit-price-input-box {
		height:25px!important;
		width:40px!important;
	}

}

.c-sales-helper-message {
	margin-top:20px;
	margin-left:0;
	background-color: #F8E5B9;
	border: 1px solid #f5cd71;
	color:#a07000;
	padding:0;
}

.c-sales-helper-message td {
	padding-top:20px;
	padding-bottom:20px;
}

.c-sales-purple-link {
	color: rgb(85, 108, 214);
}

.c-sales-purple-link:hover {
	color: rgb(85, 108, 214);
	text-decoration: none;
}

.c-new-sale-page-small-helper-text {
	    color: #a2a2a2;
    font-weight: 400;
    font-size: 12px;
}

.c-record-information-field-box__plot_is_part_of_sale {
	float:right;
	font-size: 12px;
    color: #909DA9;
}

.c-record-information-field-box__plot_is_part_of_sale a:hover {
	text-decoration: none;
}

.c-sales-before-save-note {
	float:right;
	padding-top:12px;
	padding-right:10px;
	font-size:12px;
	color:#b5b5b5;
}

.cemify-modal-with-button-options-area{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
}

.cemify-radio-button-options-modal-table {
    color: #6B7C93;
    font-size: 15px;
    font-weight: 300;    
}

.cemify-radio-button-options-modal-table td {
	padding-bottom:10px;
}

.cemify-radio-button-options-modal-table td:nth-child(2) {
	padding-left:10px;
}

.cemify-standard-button__disabled, .cemify-standard-button__active, .cemify-standard-button__cancel {
	font-size:14px;
	padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 hsla(10, 0%, 0%, 0.1);
    border:1px solid #d8d8d8;
}

.cemify-standard-button__disabled {
	background-color: #f1f1f1;
	color:#b7b4b4;
}

.cemify-standard-button__cancel {
	background-color: transparent;
	color:black;
}

.cemify-standard-button__active {
    background-color: rgb(85, 108, 214)!important;
    color: white;    
}

.cemify-standard-button__active-red {
	background-color: #cd3d64!important;
    color: white;    	
}

.cemify-modal-standard-error-message {
	color:red;
	font-size:12px;
}

.cemify-standard-modal-radio-option-subtext {
	font-size:12px;
}

.c-new-sale-page-title-subtext {
	color: #929090;
    font-weight: 300;
    margin-top: -30px;
    margin-bottom: 20px;
    max-width: 450px;
    font-size: 18px;
}

.c-new-sale-add-a-plot-link {
	margin-top:30px;
}

.c-new-sale-add-a-plot-link a {
	color:rgb(85, 108, 214);
}

.c-new-sale-add-a-plot-link a:hover {
	text-decoration: none;
}


.cemify-select-plots-modal {
	max-width:700px!important;
}

.cemify-select-plots-modal__main_center_area {
	display:table;
	width:100%;
}

.cemify-select-plots-modal__entity_selection_area {
	display:table-cell;
	width:30%;
}

.cemify-select-plots-modal__search_and_select_area {
	display:table-cell;
	width:70%;
	vertical-align: top;
}

.c-entity-tree-list-select-plots-modal {
	font-size:13px;
	margin:0;
	color: #1a1f36;
    font-weight: 300;
}

.cemify-select-plots-modal__search_and_select_area--search {
	width:100%;
	height: 30px;
	padding: 0px 0px 2px 10px;
}

.cemify-select-plots-modal__search_and_select_area--search::placeholder {
	font-weight:400;
	font-size:14px;
}

.cemify-select-plots-modal__search_and_select_area__select_area_container {
	background-color: white;
	height:500px;
	margin-top:10px;
	box-shadow: 0 2px 5px 0 rgba(60,66,87, .12), 0 1px 1px 0 rgba(0,0,0, .12);
	overflow: scroll;
}

.cemify-search-bar-with-icon {
	display:table;
	color:#929090;
	background-color: white;
	box-shadow: 0 2px 5px 0 rgba(60,66,87, .12), 0 1px 1px 0 rgba(0,0,0, .12);
	border-radius:5px;
	padding:3px 0 3px 0;
	height:35px;
}

.cemify-search-bar-with-icon__icon {
	display:table-cell;
	vertical-align: middle;
	color:#4b4d56;
	padding-left:10px;
	width:25px;
	font-size:14px;
}

.cemify-search-bar-with-icon__search_bar {
	display:table-cell;
	vertical-align: middle;
	padding-left:5px;
}

.cemify-search-bar-with-icon__search_bar_input {
	border:none;
	padding-left:2px;
}

.cemify-search-bar-with-icon__search_bar_input::placeholder { 
	font-size:14px;
}

.cemify-search-bar-with-icon__search_bar_input:focus {
	outline:none;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table {
	margin:0px 20px 20px 0px;
	width:100%;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table th {
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:1px solid #E3E7EE;
	border-top:1px solid #E3E7EE;
	background-color: #F7FAFC;
	font-weight:500;
	text-transform: uppercase;
	font-size:12px;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table td {
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:1px solid #E3E7EE;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table td:first-child {
	width:20px;
	padding-left:20px;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table td:nth-child(2) {
	color: #1a1f36;
    font-weight: 500;
}

.cemify-select-plots-modal__search_and_select_area__plot_listing_table td:nth-child(3) {
	color: #1a1f36;
    font-weight: 300;
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table {
	margin-top:30px;
	margin-left:-50px;
	width: 100%;;
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table th:nth-child(2) {
	width:300px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table th:nth-child(3) {
	width:300px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table td:nth-child(1) {
	padding-top:15px;
	width:50px;
	color:#929090;
	font-weight:300
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table td:nth-child(2) {
	padding-top:15px
}

.c-new-sale-page-section-contents__outside_container_area__plots_and_plot_assignments_table td:nth-child(3) {
	padding-top:15px
}

.c-new-sale-assign-burial-rights-link {
	color: rgb(85, 108, 214);
	font-weight: 400;
	line-height: 25px;
}

.c-new-sale-assign-burial-rights-link:hover {
	color: rgb(85, 108, 214);
	text-decoration: none;
}

.c-new-sale-select-plot-modal-entity-tree a:hover {
	color: rgb(85, 108, 214);
}

.c-plot-assignment-remove-plot-link {
	font-weight: 800;
    line-height: 0px;
    font-size: 17px;
    font-family: 'Lato', sans-serif!important;
    color: rgba(255, 0, 0, 0.61)!important;
}

.c-plot-assignment-remove-plot-link:hover {
	text-decoration: none;
}

.cemify-add-modal-sales-form-styling label {
	width:100px;
}

.cemify-add-modal-sales-form-styling input {
	width:200px;
}

.c-burial-record-assignment-pill {
	box-shadow: 0 2px 5px 0 rgba(60,66,87, .12), 0 1px 1px 0 rgba(0,0,0, .12);
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 4px 6px 4px 6px;
    font-size: 12px;
    float: left;
    margin-right: 7px;
}

.c-sales-new-sale-header-area__outside_container {
	width: 1075px;
}

.c-payment-details-option-subtext {
	color: #949292;
    font-weight: 300;
}

.c-new-sale-payment-terms-select-payment-table td {
	font-weight:600;
}

.c-new-sale-page-section-contents__outside_container_area__finalize_sale_page {
	border: 1px solid #dedede;	
	margin-bottom:30px;
	padding:15px;
}

.finalize-sale-icon {
	color: #acaeaf82!important;
    float: right;
    padding: 5px 5px 0 0;
}

.finalize-sale-icon:hover {
	color: rgb(85, 108, 214)!important;
	text-decoration: none;
}

.c-new-sale-page-section-contents__finalize_sale_headers {
	font-weight: 600;
    font-size: 16px;
}

.sale-preview-information-table__plot_and_assignment_table td {
	border-bottom:1px solid #eae7e7;
	padding:5px 0px 5px 0px;
}

.sale-preview-information-table__plot_and_assignment_table td:nth-child(1) {
	color: #949292;
    font-weight: 300;
    margin-bottom: 10px;
}

.sale-preview-information-table__plot_and_assignment_table td:nth-child(2) {
	padding-left:20px;
	color: #7C7C7C;
    font-weight: 400;    
}

.sale-preview-information-table__plot_and_assignment_table tr:last-child td {
	border:none;
}

.finalize-sale-burial-assignment-pill {
	border: 1px solid #eae7e7;
    padding: 2px 5px 2px 5px;
    margin: 5px 10px 5px 0px;    
    border-radius: 5px;
    float:left;
}

.c-object-details-simple-table {
	margin-top:20px;
	width:100%;
}

.c-object-details-simple-table {
	color: #949292;
    font-weight: 300;
}

.c-object-details-simple-table td {
	padding-bottom:5px;
}

.c-object-details-simple-table td:nth-child(1) {
	width:100px;
}

.c-object-details-simple-table td:nth-child(2) {
	width:200px;
	color:black;
}

.c-object-details-simple-table td:nth-child(4) {
	width:200px;
	color:black;
}

.c-object-details-simple-table td:nth-child(3) {
	width:100px;
}


.sale-preview-information-table__plot_and_assignment_table a:hover {
	text-decoration: none;
	color: rgb(85, 108, 214)!important;
}


.c-sale-details-view-payment-table {
	width:100%;
	margin-top:20px;	
	color: #929090;
	font-weight:300;
}

.c-sale-details-view-payment-table td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	border-bottom:1px solid #dcdcdc;
}

.c-sale-details-view-payment-table th {
	padding: 10px 0 10px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #525f7f;
    background-color: #f2f5f9;
}

.c-sale-details-view-payment-table td:nth-child(1) {
	width:120px;
}

.c-sale-details-view-payment-table td:nth-child(2) {
	width:120px;
}

.c-sale-details-view-payment-table td:nth-child(3) {
	width:180px;
}

.c-sale-details-view-payment-table td:nth-child(4) {
	width:120px;
}
.c-sale-details-view-payment-table td:nth-child(5) {
	padding-right:30px;
}

.c-sale-details-view-payment-table td:nth-child(5) a:hover {
	color: rgb(85, 108, 214)!important;
}

.payment-row-paid-in-full {
	color:black;
}

.cemify-standard-modal-view-information-horizontal {
	width:100%;
}

.cemify-standard-modal-view-information-horizontal__information_container {
	border-right:1px solid #E5E5E5;
	margin-right:20px;
	padding-left:20px;
}

.cemify-standard-modal-view-information-horizontal__information_container--no-right-border {
	border-right: 0;
	margin-right:20px;
	padding-left:20px;
}

.cemify-standard-modal-view-information-horizontal__label {
	color: #697386;
	font-weight:300!important;
	font-size:14px;
}

.cemify-standard-modal-view-information-horizontal__information {
	color:#3c4257;	
	font-size:14px;	
}

.cemify-standard-modal-popup__additional_information_label {
	color: #697386;
	font-weight:300!important;
	font-size:14px;
}

.cemify-standard-modal-view-information-vertical__label {
	color: #697386;
	font-weight:300!important;
	font-size:14px;
	padding-right:20px;	
}

.cemify-standard-modal-popup__information_table_vertical td {
	padding-top:10px;
}

.cemify-standard-modal-view-information-vertical__label {
	width:150px;
}



.c-finalize-sale-preview-data-area--no-information {
	font-weight:300;
	color:#b2b2bd;
	font-size:13px;
}

.cfy-add-line-items-to-sale-modal-table {
	width:100%;
}

.cfy-add-line-items-to-sale-modal__line-item-row td {
	padding-right:10px;
	padding-bottom:10px;
	width:1%;
}

.cfy-add-line-items-to-sale-modal__input {
	height: 28px!important; 
    margin: 0!important;
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 66, 87);
    background: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
    border-radius: 4px;
    font-weight: 400;
    border: 0;
    padding-left: 8px;  
}

.cfy-add-line-items-to-sale-modal__header_row th {
	padding-bottom:20px;
	font-weight: 500!important;
    font-size: 14px!important;
}

.cfy-new-line-item-in-sale-modal-td {
	padding-top:10px;
	padding-bottom:10px;
	color:rgb(85, 108, 214);
}

.cfy-new-line-item-in-sale-modal-td a {	
	color:rgb(85, 108, 214);
}

.cfy-new-line-item-in-sale-modal-td i {
	padding-right:5px;		
}

.cfy-sale-line-items-index-total-and-subtotal-rows td {
	box-shadow:none!important;
	padding-top:7px!important;
	padding-bottom:7px!important;
}

.cfy_sale_payment_terms_select_modal_table td {
	padding-bottom:20px;
}

.cfy-payment-terms-modal-financing-calculator-table td {
	padding:0px 10px 0px 0px;
	margin:0px!important;
	vertical-align: middle;
	height:40px;
	text-align: right;
}

.cfy-payment-terms-modal-financing-calculator-table__field_titles {
	width:1%;
	white-space: nowrap;
}

.cfy-payment-terms-modal-financing-calculator-table__money_input_container {
	background-color: white;	
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
	border-radius:4px;
	max-width:190px;
}

.cfy-payment-terms-modal-financing-calculator-table__money_input_td {
	width:400px!important;
	padding:0px!important;
}

.cfy-payment-terms-modal-financing-calculator-table__money_input_container i {
	font-size:12px;	
	max-width:15px;
	padding: 8px 0px;
}

.cfy-payment-terms-modal-financing-calculator-table__money_input {
	border:none;
	margin-left:5px;	
	width:170px;
}

.cfy-payment-terms-modal-financing-calculator-table__percentage_input {
	width:55px;
	border:none;
}

.cfy-payment-terms-modal-financing-calculator-table__money_input:focus {
	outline: none;
}

.cfy-payment-terms-modal-financing-calculator-table__percentage_input:focus {
	outline: none;
}

.cfy-payment-terms-modal-financing-calculator-table__start_and_end_date_labels {
	width:1%;
	white-space: nowrap;
	text-align: center!important;	
	font-size:12px;
	font-weight: 300;
}

.cfy-payment-terms-modal_date_input {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
	border-radius:4px;
	width:140px;	
	padding: 4px;
	border:0px;
}

.cfy-standard-greyborder-input {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
	border-radius:4px;
	border: none;
    height: 30px;
}

.cfy-read-only-input-grey {
	background-color: #fafafa;
}

.cfy-plot_automation_modal_checkboxes {
	margin:0px 7px 3px 0px!important;
	vertical-align: middle!important;
}

.cfy_automatic_plot_updates_option_container {
	padding:10px 0px;
}
.boxy-form h4 {
	font-size:22px;
	color: #293746;
	font-weight: 300;
}

.boxy-form label {
	color: #293746;
	font-weight: 400;
}

.boxy-form input {
	background-color: #F4F7F9;
	border: 1px solid #C4D0DE;
	height:45px;
}

.rules-table table {
	width:100%;
	border: 1px solid #DADFE8;
	margin-right: 30px;
	margin-top:40px;
}


.rules-table th {
	padding: 15px 40px 15px 40px;
	font-weight: 400;
	font-size:12px;
	color: #293746;
	background-color: #F5F8FA;
	text-transform: uppercase;
	border-bottom: 1px solid #DADFE8;
}

.rules-table td {
	padding: 20px 40px 20px 40px;
	border-bottom: 1px solid #DADFE8;
	color: #293746;
	font-weight: 300;
	font-size:14px;
	letter-spacing: 1px;
}

.add-a-rule a {
	color: #2095AF;
}

.add-a-rule a:hover {
	text-decoration: none;
}

.c-settings-button-disabled {
	background-color:#83b5e4!important;	
}

.c-download-link-color {
	color:#cecece!important;
}

.c-download-link-color:hover {
	color:#337ab7!important;
}

.c-modal-form-labels {
	font-weight:300;
}

.c-modal-form-text-field {
	width:240px;
	height:40px;
	margin-bottom:20px;
	padding-left:10px;
}

.c-modal-bottom-row-button-area {
	padding:20px;
	text-align: right;
}

.c-configuration-add-a-status {	
	font-weight: 300;
	padding-top:10px;
}

.c-configuration-add-a-status a {
	color: #46a0de;
}

.c-configuration-add-a-status a:hover {
	text-decoration: none;
	font-weight: 500;
}

.c-status-item-delete {
	color:#C2CBD3;
}

.c-status-item-delete:hover {
	color:red;
}

.c-settings-field-configuration-header {
	width:100%;
}

.c-settings-field-configuration-header-table-data  {
	text-align: center;
	width:20%;
	padding:0px 0px;
	background-color: #F7FAFC;
	border-right:1px solid #e8e8e8;
}

.c-settings-field-configuration-header-table-data a {
	width:100%;
	display: block;
	color:#6B7588;
	line-height: 50px
}

.c-settings-field-configuration-header-table-data a:hover {
	color:#000000;
}

.c-settings-field-configuration-header-table-data--active  {
	background-color: white;
	border-bottom: 3px solid #5469D4;
	
}

.c-settings-field-configuration-header-table-data--active  a {
	color: #5469D4;
}

.c-settings-field-configuration-header-table-data--active a:hover {
	color: #5469D4!important;	
}

.cfy_new_settings_menu_group {
	padding-bottom:20px;
	padding-right:20px;
}

.cfy_new_settings_menu_group_title {
	color:#9AA2B0;
	text-transform: uppercase;
	font-size:12px;
	padding-bottom:5px;
}

.cfy_new_settings_menu_group_link_container {
	padding:3px 0px;
}

.cfy_new_settings_menu_link {
	color:#32325D;
	font-size:14px;
}

.cfy_new_settings_menu_link:hover {
	color:rgb(84, 105, 212)
}

.cfy_new_settings_menu_link_active {	
	font-weight:700;
}

.cfy-custom-leaflet-styling-table td {
	padding-bottom:10px;
}

.cfy-subscription-settings-package-list {
	width:100%;
	margin:30px 0px;
}

.cfy-subscription-settings-package-list td {
	width:33%;
	text-align: center;
}

.cfy-subscription-settings-package-list__subscription_name {
	font-size:16px;
	font-weight: 900;
}

.cfy-subscription-settings-package-list__subscription_price {
	margin-bottom:10px;
}

.cfy-subscription-settings-package-list__current_package_button {
  background-color: #f1f1f1;
  color:#b7b4b4;
}

.cfy-stripe-subscription-upgrade-price {
	font-size:16px!important;
	font-weight:700!important;
}

.cfy-subscription-volume-usage-labels {
	font-size:16px;
	font-weight:700;
}

.cfy-subscription-usage-label-row td {
	padding-bottom:7px;
	padding-top:7px;
}

.cfy-subscription-usage-label-row-header {
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

.cfy-manage-subscription-add-ons-table td {
	padding-bottom:10px;
	padding-right:10px;
}

.cfy-total-cost-of-subscription-modal-table td {
	padding-bottom:5px;
}

.cfy-subscription-details-table td {
	padding-bottom:5px;
}

.cfyPublicBurialInformationCheckbox {
	padding-right:5px;
	padding-top:2px;
}

.cfy-settings-map-design-table td {
	padding: 2px 0px;
}

.cfy-settings-map-design-table td input[type="radio"] {
	margin-right:3px;
}

.cfy-add-map-style-from-template td {
	padding-bottom:30px;
}

.cfy-map-style-settings-small-select {
	height:30px;
}


.spreadsheet_style_table_full_outer_container {
	box-shadow:0 7px 14px 0 rgba(60,66,87, .12), 0 3px 6px 0 rgba(0,0,0, .12);
	background-color:white;
	min-height: 100vh;
}

.spreadsheet_style_table_full_outer_container i {
	font-size:14px;
	color:#656a7b;
}

.spreadsheet_style_table_search_filter_sort_actions {	
	font-size:14px;	
	font-family: 'Lato', sans-serif!important;
	color:#3C4257!important;
	font-weight: 300;	
	margin-left: auto;
	margin-right: auto;
    width: calc(100% - 50px);
    margin-top:15px;
    margin-bottom:15px;
}

.spreadsheet_style_table_search_filter_sort__by_label {
	padding-left:10px;
	width:60px;
}

.spreadsheet_style_table_search_filter_sort_actions--sort-container {
	padding-left:5px;
	color:#656a7b;;
	width:200px;
}


.spreadsheet_style_table_search_filter_sort_actions--filter-container {
	width:80px;
}

.spreadsheet_style_table_search_filter_sort_actions__button {
	padding:0px 10px 0px 10px;
	height:36px;
	background: none;
	border-radius: 5px;	
	border:1px solid #d5d3de;
	font-size:13px;
	font-weight: 300;
	color:#656a7b;
}

.spreadsheet_style_table_search_filter_sort_actions__button:focus {
	outline:none;
}


.spreadsheet_style_table_search_filter_sort_actions__select {
	padding:0px 10px 0px 10px;
	height:36px;
	background: none;
	border-radius: 5px;
	border:1px solid #d5d3de;
	font-size:13px;
	font-weight: 300;
	color:#656a7b;	
	margin: 0px!important;
}

.spreadsheet_style_table_search_filter_sort_actions--search-container {
	width:300px;
}

.spreadsheet_style_table_search_bar_outer_container {
	height:36px;
	border:1px solid #d5d3de;
	line-height: 36px;
	border-radius: 5px;	
	border-collapse: separate !important;
	width:100%!important;
}

.spreadsheet_style_table_search_bar_icon_container {
	width:24px;
}

.spreadsheet_style_table_search_bar_icon_container i {
	padding-left:10px;
}

.spreadsheet_style_table_search_bar_outer_container input {
	height:30px;
	margin-right:5px;	
	width:100%;
	border:none;
	font-size:12px;
	padding-left:5px;
	color:#656a7b;;
	font-weight:300;
	font-size:14px;	
}

.spreadsheet_style_table_search_bar_outer_container input::placeholder {
	color:#656a7b;;
	font-weight:300;
	font-size:14px;	
}

.spreadsheet_style_table_search_filter_sort_actions__action-circle {	
    font-size: 13px;
    background: transparent;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    padding: 10px;
    border-radius: 18px;
    border:0;
    box-shadow: 0 3px 4px 0 hsla(10, 0%, 0%, 0.1);
    padding: 7px 7px 4px 7px;

}

.spreadsheet_style_table_search_bar_outer_container input:focus {
	outline:none;
}

.spreadsheet_style_table_search_bar--icon {
	line-height: 36px;
	display:table-cell;
	height:36px;
	vertical-align: middle;
	margin:0;
	padding:0;
}

.spreadsheet_style_table_search_filter_sort_actions__button i {
	padding-right:2px;
}


.spreadsheet_style_table_search_filter_sort_actions--actions-container {
	text-align: right;
}


.scrollable-table-container {
	width:100%;
	overflow-x:scroll;
}

.scrollable-table-container table {
	white-space: nowrap;
	text-align: left;
	border-top: 1px solid #D9DBDE;
	border-right:1px solid #D9DBDE;
	border-bottom: 1px solid #D9DBDE;
	font-family: 'Lato', sans-serif!important;
	min-width:100%;
}

.scrollable-table-container table th {
	height:50px;
	background-color: #F2F5F9;
}

.scrollable-table-container table td {
	height:50px;
	border-top: 1px solid #D9DBDE;
	font-weight:300;
	font-size:13px;	
	color: #3C4257
}


.scrollable-table-container table th, .scrollable-table-container table td {
	padding-left:40px;
}


.scrollable-table-container table td input, .scrollable-table-container table th input{
	margin-top:20px;	
	margin-left:-10px;
	margin-right:10px;
}

.scrollable-table-container__table th:nth-child(1), .scrollable-table-container__table td:nth-child(1) {	
	position:absolute;
	display:block;
	text-align:left;	
	border-right:1px solid #D9DBDE;	
}

.scrollable-table-container__table td:nth-child(1) {	
	background-color:white;
}

.scrollable-table-container__table th:nth-child(1) {	
	background-color:white;
	background-color: #F2F5F9;
}

.scrollable-table-container__table th:nth-child(1), .scrollable-table-container table th {
	color:#1A1F36;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif!important;
	font-weight:400;
	font-size:14px;
}


.c-record-filters-box__new_plot_page_design {
	z-index: 9999;
	margin-top:2px!important;
	border: 1px solid #d5d3de;
	border-radius:5px;
}







.cfy-task-checkbox-icon {
	font-size:26px;
}

.cfy-task-checkbox-icon-complete {
	color:#5ead5e;
}

.cfy-task-checkbox-icon-incomplete {
	color:#e5e5e5;
}

.cfy-task-past-due-date-color {
	color: red;
}

.cfy-associated-task-object-table {
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px;
	border-radius: 4px;	
	border:0;
}

.cfy-associated-task-object-table:hover {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 57, 255, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 57, 255, 0.12) 0px 2px 5px 0px;
}

.cfy-associated-task-object-icon {
	color: #556CD6!important;
	margin-right:-12px;
}
.cfy-associated-task-object-name {
	color: #556CD6;
}

.cfy-associated-task-object-name:hover {
	color: #556CD6!important;
}

.cfy_create_task_inputs {
	padding: 0px 0px 0px 4px;
}
.c-plot-select-area-below-button-subtext {
	padding-top:25px;
	font-size:11px;
}

.c-work-order__description_of_work textarea {
	width:100%;
	height:200px;
	font-weight:300;
	padding-top:10px;
}

.c-work-orders-watchers_table {
	width:100%;
	color: #6B7C93;
	font-weight: 300;
	padding-top:10px;	
}

.c-work-order-new-email-notification {
	width:100%;
	color: #6B7C93;
	font-weight: 300;
	text-align:center;
	margin-top:15px;
}

.c-work-order-new-email-notification input {
	padding: 10px 0 10px 10px;
	width:100%;
}

.c-cemify-table-with-two-icons-and-text {
	width:300px;
	color: #6B7C93;
    font-weight: 300;
    margin-top:20px;
}

.c-cemify-table-with-two-icons-and-text td {
	padding-bottom:20px;	
}

.c-cemify-table-with-two-icons-and-text tr:hover {
	color:#3297D3;
	cursor:pointer;
}

.c-cemify-table-with-two-icons-and-text__text-td {
	padding-left:20px;
}

.c-cemify-table-with-two-icons-and-text__icon-td {
	vertical-align: middle;
}

.c-cemify-table-with-two-icons-and-text__icon-td i {	
	font-size:30px;
}

.c-print-work-order-table {
	border:1px solid #DCDCDC;
	max-width:650px;	
	width:95%;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	color:#6B7C93;
	font-weight: 400;
}

.c-print-work-order-table tr {
	border-bottom:1px solid #DCDCDC;	
}

.c-print-work-order-table-cemetery-name {
	padding-left:20px;
	font-size: 18px;
	font-weight: 300;
}

.c-print-work-order-table-cemetery-work-order-label {
	text-align: right;
	padding-right:20px;
	font-size: 20px;
	font-weight: 400;	
}

.c-print-work-order-table-section-label {
	padding-left:20px;
	font-weight:400;
	width:20%;
	vertical-align:top;
	padding-top:20px;
}

.c-print-work-order-table-section-value {	
	font-weight:300;	
	vertical-align:top;
	padding-top:20px;	
}

.c-work-order-template-content-input {
	width:600px!important;
	height:340px!important;
	max-width: 100%;
}

.c-work-order-template-save-button-disabled {
	background-color:#83b5e4!important;	
}

.c-record-information-field-box_work_order_template_row {
	border: 0px solid white!important;
}

.c-work-order-template-list-item {
	text-align:right;
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:33px;
	max-width:100px;
	color: #6B7C93;
	font-weight: 300;
	border: 1px solid #E5E5E5;		
}

.c-work-order-template-list-item:hover {
	background-color:#e8fcff;
	cursor:pointer;
	vertical-align: middle;
}

.c-work-order-template-list-item__no-hover:hover {
	background-color:white!important;
	cursor:pointer;
	vertical-align: middle;
}

.c-work-order-reminder-line {
	vertical-align: middle;
	    color: #6B7C93;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.c-work-order-reminder-line td {
	padding-bottom:10px;
}

.c-work-order-reminder-row-text {
	color: #6B7C93;
	font-size: 14px;
	font-weight: 300;
	margin-top:40px;
}

.c-work-order-reminder-row-text td {
	padding-top:10px;
}

.c-work-order-details-body {
	background-color: white;margin:20px;border:1px solid #E6E6E6; width:700px
}

@media (max-width: 767px) {
	.c-work-order-details-body {
		width:90%;
	}
}


.c-work-order-details-canvas-map {
	overflow: scroll;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */


.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
