@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src:
        local("Open Sans Light"),
        local("OpenSans-Light"),
        url(/fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src:
        local("Open Sans Light Italic"),
        local("OpenSans-LightItalic"),
        url(/fonts/OpenSans-LightItalic.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src:
        local("Open Sans Regular"),
        local("OpenSans-Regular"),
        url(/fonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src:
        local("Open Sans Italic"),
        local("OpenSans-Italic"),
        url(/fonts/OpenSans-Italic.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src:
        local("Open Sans Semibold"),
        local("OpenSans-Semibold"),
        url(/fonts/OpenSans-Semibold.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src:
        local("Open Sans Semibold Italic"),
        local("OpenSans-SemiboldItalic"),
        url(/fonts/OpenSans-SemiboldItalic.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src:
        local("Open Sans Bold"),
        local("OpenSans-Bold"),
        url(/fonts/OpenSans-Bold.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src:
        local("Open Sans Bold Italic"),
        local("OpenSans-BoldItalic"),
        url(/fonts/OpenSans-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src:
        local("Open Sans ExtraBold"),
        local("OpenSans-ExtraBold"),
        url(/fonts/OpenSans-ExtraBold.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src:
        local("Open Sans ExtraBold Italic"),
        local("OpenSans-ExtraBoldItalic"),
        url(/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}
@font-face {
    font-family: "Ionicons";
    font-style: normal;
    font-weight: 400;
    src:
        local("Ionicons"),
        url(/fonts/ionicons.woff) format("woff");
}
@font-face {
    font-family: "Crosses";
    font-style: normal;
    font-weight: 400;
    src:
        local("Crosses"),
        url(/fonts/crosses.woff) format("woff");
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
* {
    font-family: "Open Sans";
    cursor: pointer;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    height: 100%;
}
body {
    background: #f1f1f1;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
}
h1 {
    font-size: 2.4em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 1.8em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
h3 {
    font-size: 1.2em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
h4 {
    font-size: 1em;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
p {
    font-size: 1em;
    font-weight: 400;
}
::placeholder {
    color: #ccc;
    font-style: italic;
}
a {
    color: #03a9f4;
    text-decoration: none;
}
a:visited {
    color: #03a9f4;
}
.clear {
    clear: both;
}
.spc20 {
    clear: both;
    padding: 20px !important;
    margin: 0 !important;
}
.w150 {
    width: 150px;
}
.w500 {
    width: 500px;
}
.last {
    margin-right: 0 !important;
}
.red {
    color: #f00;
}
.green {
    color: #00d900;
}
.orange {
    color: #ff8000;
}
.center {
    margin: auto;
}
.grey {
    color: #ccc;
}
.bold {
    font-weight: bold;
}
*:disabled,
.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    z-index: 9999;
}
input,
textarea {
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 9px;
    font-size: 1em;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
label {
    display: block;
    color: #000;
}
.ddl:after {
    font-family: "Ionicons";
    font-size: 1.2em;
    content: "\f35f";
    color: #999;
    position: absolute;
    top: 3px;
    right: 14px;
    bottom: 0;
    line-height: 30px;
    padding: 0;
}
.hidden {
    display: none;
}
.noinput {
    overflow-x: hidden;
    overflow-y: hidden;
}
.pleft {
    margin-left: 20px;
}
.btn {
    display: block !important;
    background: #286186;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    min-width: 64px;
    color: #fff;
}
.btn:active {
    background: #2aa1c0;
}
.btn:visited {
    color: #fff;
}
.imgMap {
    position: relative;
    left: -200px;
}
.control {
    font-size: 1em;
    position: relative;
    display: block;
    padding-left: 45px;
    line-height: 34px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
.control__indicator:after {
    position: absolute;
    display: none;
    content: "";
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    top: 5px;
    left: 11px;
    width: 5px;
    height: 13px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.control--radio .control__indicator:after {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em;
}
.select select {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
}
.select select::-ms-expand {
    display: none;
}
.select select:active {
    background: #eee;
}
.select select:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.select__arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
.ac {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    list-style: none;
    width: 498px;
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}
.ac > li {
    color: #000;
    padding: 10px;
    cursor: pointer;
    top: 42px;
}
.ac > li:active {
    background: #e6e6e6;
}
.ac .hl {
    color: #aaa;
}
.login {
    width: 500px;
    height: 500px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.login-title {
    background: #286186 url(/img/login-back.png) no-repeat 0 0;
    background-size: 500px 110px;
    width: 500px;
    height: 110px;
    color: #fff;
}
.login-title > img {
    float: left;
    margin: 30px 10px 0 30px;
}
.login-title > .title {
    float: left;
    margin-top: 20px;
}
.login-input {
    width: 500px;
    height: 283px;
}
.login-input-inner {
    margin: auto;
    width: 300px;
    height: 100px;
    padding-top: 50px;
}
.login-input-inner input {
    width: 300px;
}
.user:before {
    font-family: Ionicons;
    content: "\f41a";
    font-size: 1em;
}
.login-disc {
    border-top: 1px solid #dadada;
    width: 500px;
    height: 138px;
    text-align: center;
    padding-top: 20px;
}
.login-disc p {
    font-size: 0.6em;
    padding-top: 8px;
}
#content {
    float: left;
    width: 100%;
    height: 100%;
}
#header {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #286186;
    position: fixed;
    z-index: 2;
}
#header .nav {
    float: left;
}
#title {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    margin-right: 32px;
}
#header a {
    display: inline-block;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    background: #286186;
}
#header a:active {
    background: #2aa1c0;
}
#footer {
    width: 100%;
    height: 70px;
    text-align: center;
    background: #286186;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#footer > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer > ul > li {
    padding: 9px 0 11px;
    margin: 0;
    float: left;
    height: 47px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 0.9em;
    border-bottom: 3px solid #286186;
}
#footer > ul > li:active {
    background: #00bcd4;
    border-bottom: 3px solid #00bcd4;
}
#footer .ani {
    width: 14%;
}
#footer .ani:before {
    font-family: "Ionicons";
    content: "\f47a\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .memo {
    width: 14%;
}
#footer .memo > i {
    display: block;
    font-weight: normal;
}
#footer .memo > i:before {
    font-family: "Ionicons";
    content: "\f2bf\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .places {
    width: 14%;
}
#footer .places:before {
    font-family: "Ionicons";
    content: "\f448\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .people {
    width: 16%;
}
#footer .people:before {
    font-family: "Ionicons";
    content: "\f47c\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .requests {
    width: 14%;
}
#footer .requests:before {
    font-family: "Ionicons";
    content: "\f3bb\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .apps {
    width: 14%;
}
#footer .apps:before {
    font-family: "Ionicons";
    content: "\f127\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .docs {
    width: 14%;
}
#footer .docs:before {
    font-family: "Ionicons";
    content: "\f12e\A";
    font-size: 2em;
    font-weight: 300;
    display: block;
}
#footer .last {
    border-right: 0;
}
#footer .sel {
    background: #235474;
    pointer-events: none;
    border-bottom: 3px solid #00bcd4;
}
#footer .badge {
    background: #f00;
    font-size: 1em;
    color: #fff;
    border-radius: 2px;
    width: auto;
    min-width: 8px;
    padding: 0 5px 0;
    line-height: 26px;
    position: relative;
    top: -52px;
    left: 24px;
}
#back:after {
    font-family: "Ionicons";
    content: "\f3cf";
}
#home-menu:after {
    font-family: "Ionicons";
    content: "\f38f";
    font-size: 0.8em;
    position: relative;
    top: -2px;
}
#drawer-left {
    float: left;
    width: 270px;
    height: 100%;
    background: #eee;
    overflow: hidden;
    display: none;
    background: #286186;
    box-shadow:
        rgba(0, 0, 0, 0.156863) 0 3px 10px,
        rgba(0, 0, 0, 0.227451) 0 3px 10px;
    position: fixed;
    z-index: 2;
}
#drawer-left > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#drawer-left > ul > li {
    color: #fff;
    padding: 11px 15px;
    margin: 0;
    border-bottom: 1px solid #30719c;
    font-weight: 600;
    background: #286186;
}
#drawer-left > ul > li:active {
    background: #2aa1c0;
}
#drawer-left > ul > li > div {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    font-weight: 600;
}
#drawer-left > ul > li > div:after {
    font-family: "Ionicons";
    content: "\f3d1";
    color: #3c8abf;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
#drawer-left > ul > li > div > span {
    display: block;
    float: left;
    padding-right: 15px;
    top: -5px;
    position: relative;
    width: 40px;
}
#drawer-left > ul > li > div > span.animal:after {
    font-family: "Ionicons";
    content: "\f47a";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.application:after {
    font-family: "Ionicons";
    content: "\f127";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.cemetery:after {
    font-family: "Crosses";
    content: "B";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.correspondence:after {
    font-family: "Ionicons";
    content: "\f12e";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.form:after {
    font-family: "Ionicons";
    content: "\f391";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.name:after {
    font-family: "Ionicons";
    content: "\f47c";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.property:after {
    font-family: "Ionicons";
    content: "\f448";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li > div > span.request:after {
    font-family: "Ionicons";
    content: "\f3bb";
    font-size: 1.8em;
    font-weight: 300;
}
#drawer-left > ul > li.hdiv {
    background: #235474;
}
#drawer-left-toggle:after {
    font-family: "Ionicons";
    content: "\f394";
}
#drawer-right {
    width: 270px;
    height: 100%;
    background: #eee;
    overflow: hidden;
    display: none;
    background: #286186;
    box-shadow:
        rgba(0, 0, 0, 0.156863) 0 3px 10px,
        rgba(0, 0, 0, 0.227451) 0 3px 10px;
    position: fixed;
    z-index: 2;
    right: 0;
}
#drawer-right > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#drawer-right > ul > li {
    color: #fff;
    padding: 11px 15px;
    margin: 0;
    border-bottom: 1px solid #30719c;
    font-weight: 600;
}
#drawer-right > ul > li > a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    font-weight: 600;
}
#drawer-right > ul > li > a:after {
    font-family: "Ionicons";
    content: "\f3d1";
    color: #3c8abf;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
#drawer-right-toggle {
    width: 50px;
    height: 50px;
    float: right;
    line-height: 50px;
    background: #286186;
    margin-right: 8px;
}
#drawer-right-toggle:after {
    color: #fff;
    font-family: "Ionicons";
    content: "\f43d";
    font-size: 2em;
    font-weight: 300;
}
#drawer-right-toggle:active {
    background: #2aa1c0;
}
#ajaxLoader {
    width: 55px;
    height: 50px;
    float: right;
}
#ajaxSpinner {
    width: 37px;
    height: 32px;
    margin: 8px 0 10px;
    animation: spin 750ms infinite linear;
    transform-origin: 50% 53%;
    display: none;
}
#ajaxSpinner:after {
    color: #fff;
    font-family: "Ionicons";
    content: "\f29c";
    font-size: 2em;
    font-weight: 300;
}
#page {
    width: 100%;
    padding: 80px 0 100px 0;
}
.welcome {
    padding: 0 0 40px 0;
    text-align: center;
}
.home {
    margin: auto;
    width: 439px;
}
.home .tile {
    width: 133px;
    height: 103px;
    float: left;
    margin: 0 15px 15px 0;
    opacity: 1;
}
.home .tile:active {
    opacity: 0.7;
}
.home .tile-inner {
    text-decoration: none;
    color: #000;
    width: 133px;
    height: 103px;
    display: block;
    border: 0;
    padding: 0;
    color: #fff;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    opacity: 1;
    text-align: center;
}
.home .ani {
    background: #541800;
}
.home .ani:after {
    font-family: "Ionicons";
    content: "\f47a";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .app {
    background: #b6ca26;
}
.home .app:after {
    font-family: "Ionicons";
    content: "\f127";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .cem {
    background: #6cc067;
}
.home .cem:after {
    font-family: "Crosses";
    content: "B";
    font-size: 2.5em;
    font-weight: 300;
    position: relative;
    top: -7px;
}
.home .cor {
    background: #7399c6;
}
.home .cor:after {
    font-family: "Ionicons";
    content: "\f12e";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .form {
    background: #f99d31;
}
.home .form:after {
    font-family: "Ionicons";
    content: "\f391";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .name {
    background: #c2c092;
}
.home .name:after {
    font-family: "Ionicons";
    content: "\f47c";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .prop {
    background: #f15d5e;
}
.home .prop:after {
    font-family: "Ionicons";
    content: "\f448";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .req {
    background: #00b4b8;
}
.home .req:after {
    font-family: "Ionicons";
    content: "\f3bb";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .crf {
    background: #d40f3f;
}
.home .crf:after {
    font-family: "Ionicons";
    content: "\f391";
    font-size: 3em;
    font-weight: 300;
    position: relative;
    top: -15px;
}
.home .label {
    width: 133px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 0.9em;
    position: relative;
    top: 60%;
}
.home .last {
    margin-right: 0;
}
.home .badge {
    background: #f00;
    font-size: 1em;
    color: #fff;
    border-radius: 2px;
    width: auto;
    min-width: 8px;
    padding: 0 5px 0;
    line-height: 26px;
    position: relative;
    top: -114px;
    left: 121px;
    font-style: normal;
}
.frm {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm > li {
    padding: 0;
    margin: 0;
    width: 500px;
    height: 62px;
}
.frm > li > div {
    float: left;
}
.frm input {
    width: 340px;
    height: 22px;
    float: left;
}
.frm .select {
    width: 360px;
}
.frm label {
    clear: both;
    width: 140px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm .inlinp {
    width: 152px;
    margin-right: 16px;
}
.frm .inplast {
    margin-right: 0;
}
.frm .btntgl {
    width: 285px;
    margin-bottom: 20px;
}
.frm .btntgl > div {
    float: left;
}
.frm .btntgl label {
    width: 115px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f1f1f1;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    padding-top: 0;
}
.frm .btntgl label:active {
    opacity: 0.8;
}
.frm .btntgl .first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.frm .btntgl .last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.frm .btntgl input.radio:empty {
    margin: 0 0 0 -9999px;
    padding: 0;
    height: 0;
    line-height: 0;
}
.frm .btntgl input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.frm .btntgl input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
}
.frm .btntgl input.radio:checked ~ label:before {
    color: #9ce2ae;
    background: #286186;
}
.frm .btntgl input.radio:checked ~ label {
    color: #fff;
    background: #286186;
}
.frm .div {
    border-bottom: 1px solid #dadada;
    width: 550px;
    height: 1px;
    position: relative;
    left: -25px;
}
.frm .ac {
    position: relative;
    width: 358px;
    left: 140px;
    top: -21px;
}
.frm > .last {
    height: 36px;
}
.frm-deleg {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-deleg > li {
    padding: 0;
    margin: 0;
    height: 62px;
}
.frm-deleg label {
    clear: both;
    width: 130px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-deleg input {
    width: 480px;
    height: 22px;
    margin-bottom: 0;
}
.frm-deleg > li > div {
    float: left;
}
.frm-deleg .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 15px auto 0 auto;
}
.frm-deleg .select {
    width: 500px;
}
.frm-deleg .select select {
    width: 500px;
}
.frm-deleg .sep {
    width: 550px;
    height: 20px;
    position: relative;
    left: -25px;
    border-bottom: 1px solid #e0e0e0;
}
.frm-deleg .last {
    height: 36px;
}
.frm-evt {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-evt > li {
    padding: 0;
    margin: 0;
    height: 62px;
}
.frm-evt label {
    clear: both;
    width: 130px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-evt textarea {
    width: 480px;
    height: 66px;
    margin-bottom: 0;
}
.frm-evt .ta {
    height: 111px;
}
.frm-evt > li > div {
    float: left;
}
.frm-evt .select {
    width: 500px;
}
.frm-evt .select select {
    width: 500px;
}
.frm-evt .sep {
    width: 550px;
    height: 6px;
    position: relative;
    left: -25px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 !important;
    margin: 0 0 25px 0;
}
.frm-evt .last {
    height: 46px;
}
.frm-evt .btn {
    width: 70px;
}
.frm-evt .btngrp {
    clear: both;
    width: 70px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-cou-upd {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-cou-upd > li {
    padding: 0;
    margin: 0;
    height: 62px;
}
.frm-cou-upd .frm-cou-ta {
    height: 177px;
}
.frm-cou-upd textarea {
    width: 480px;
    height: 132px;
    margin-bottom: 0;
}
.frm-cou-upd .select {
    width: 500px;
}
.frm-cou-upd .select select {
    width: 500px;
}
.frm-cou-upd .btn {
    width: 70px;
}
.frm-cou-upd .btngrp {
    clear: both;
    width: 70px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-council {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-council > li {
    padding: 0;
    margin: 0;
    width: 500px;
    height: 62px;
}
.frm-council > li > div {
    float: left;
}
.frm-council input {
    width: 340px;
    height: 22px;
    float: left;
}
.frm-council .select {
    width: 360px;
}
.frm-council textarea {
    width: 340px;
    height: 66px;
    margin-bottom: 0;
}
.frm-council label {
    clear: both;
    width: 140px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-council .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-council .help {
    display: block;
    padding-left: 140px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
}
.frm-council .helps {
    display: block;
    padding-left: 140px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    position: relative;
    top: -10px;
}
.frm-council .div {
    border-bottom: 1px solid #dadada;
    width: 550px;
    height: 1px;
    position: relative;
    left: -25px;
}
.frm-council > .last {
    height: 36px;
}
.frm-help {
    display: inline-block;
    position: relative;
    float: right;
    font-family: "Ionicons";
    font-size: 1.6em;
    width: 25px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    color: #4169e1;
}
.frm-conflict {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 600px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-conflict > li {
    padding: 0;
    margin: 0;
    width: 600px;
    height: 62px;
}
.frm-conflict > li > div {
    float: left;
}
.frm-conflict .fclear {
    clear: both;
}
.frm-conflict input {
    width: 305px;
    height: 22px;
    float: left;
}
.frm-conflict .select {
    width: 325px;
}
.frm-conflict textarea {
    width: 305px;
    height: 66px;
    margin-bottom: 0;
}
.frm-conflict label {
    clear: both;
    width: 240px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-conflict .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-conflict .help {
    display: block;
    padding-left: 240px;
    padding-right: 35px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
}
.frm-conflict .helps {
    display: block;
    padding-left: 240px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    position: relative;
    top: -10px;
}
.frm-conflict .div {
    border-bottom: 1px solid #dadada;
    width: 650px;
    height: 1px;
    position: relative;
    left: -25px;
}
.frm-conflict .finfo {
    width: 600px;
    height: 100px;
}
.frm-conflict .fta {
    float: left;
    width: 580px;
    margin-top: 0;
}
.frm-conflict > .last {
    height: 36px;
}
.frm-conflict .fhead {
    font-weight: bold;
    font-size: 1em;
}
.frm-conflict .fpara {
    margin-top: 0;
    padding-top: 0;
}
.frm-conflict .btntgl {
    width: 325px;
    margin-bottom: 20px;
}
.frm-conflict .btntgl > div {
    float: left;
}
.frm-conflict .btntgl label {
    width: 135px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f1f1f1;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    padding-top: 0;
}
.frm-conflict .btntgl label:active {
    opacity: 0.8;
}
.frm-conflict .btntgl .first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.frm-conflict .btntgl .last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.frm-conflict .btntgl input.radio:empty {
    margin: 0 0 0 -9999px;
    padding: 0;
    height: 0;
    line-height: 0;
}
.frm-conflict .btntgl input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.frm-conflict .btntgl input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
}
.frm-conflict .btntgl input.radio:checked ~ label:before {
    color: #9ce2ae;
    background: #286186;
}
.frm-conflict .btntgl input.radio:checked ~ label {
    color: #fff;
    background: #286186;
}
.frm_pg {
    width: 98px;
    height: 42px;
    padding-top: 14px;
    margin: 0 auto;
}
.frm_pg .single {
    width: 42px;
}
.frm_pg .btnpag {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 14px;
    border: 1px solid #ddd;
    background: #fff;
}
.frm_pg .btn-left:after {
    font-family: "Ionicons";
    content: "\f107";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 14px;
}
.frm_pg .btn-right:after {
    font-family: "Ionicons";
    content: "\f10a";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 14px;
}
.frm_pg .last {
    margin-right: 0;
}
.frm-leave {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 600px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-leave > li {
    padding: 0;
    margin: 0;
    width: 600px;
    height: 62px;
}
.frm-leave > li > div {
    float: left;
}
.frm-leave input {
    width: 340px;
    height: 22px;
    float: left;
}
.frm-leave .select {
    width: 360px;
}
.frm-leave textarea {
    width: 340px;
    height: 66px;
    margin-bottom: 0;
}
.frm-leave label {
    clear: both;
    width: 200px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-leave .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-leave .single {
    min-width: 14px;
    width: 14px;
    float: left;
    font-family: "Ionicons";
    font-size: 1.4em;
}
.frm-leave .btn-add:after {
    font-family: "Ionicons";
    content: "\f48b";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 14px;
}
.frm-leave .help {
    display: block;
    padding-left: 140px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
}
.frm-leave .helps {
    display: block;
    padding-left: 140px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    position: relative;
    top: -10px;
}
.frm-leave .div {
    border-bottom: 1px solid #dadada;
    width: 650px;
    height: 1px;
    position: relative;
    left: -25px;
}
.frm-leave > .last {
    height: 36px;
}
.frm-leave .btntgl {
    width: 285px;
    margin-bottom: 20px;
}
.frm-leave .btntgl > div {
    float: left;
}
.frm-leave .btntgl label {
    width: 115px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f1f1f1;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    padding-top: 0;
}
.frm-leave .btntgl label:active {
    opacity: 0.8;
}
.frm-leave .btntgl .first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.frm-leave .btntgl .last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.frm-leave .btntgl input.radio:empty {
    margin: 0 0 0 -9999px;
    padding: 0;
    height: 0;
    line-height: 0;
}
.frm-leave .btntgl input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.frm-leave .btntgl input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
}
.frm-leave .btntgl input.radio:checked ~ label:before {
    color: #9ce2ae;
    background: #286186;
}
.frm-leave .btntgl input.radio:checked ~ label {
    color: #fff;
    background: #286186;
}
.frm-leave .delp {
    clear: left;
    float: left;
    line-height: 54px;
}
.frm-leave .delmet {
    width: 24px;
    height: 40px;
    float: left;
    opacity: 1;
    color: #f00;
    padding: 14px 0 0 16px;
}
.frm-leave .delmet:after {
    font-family: "Ionicons";
    content: "\f128";
    font-size: 1.4em;
    font-weight: 300;
}
.frm-leave .delmet:active {
    opacity: 0.7;
}
.crf-council {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.crf-council > li {
    padding: 0;
    margin: 0;
    width: 500px;
    height: 62px;
}
.crf-council > li > div {
    float: left;
}
.crf-council input {
    width: 320px;
    height: 22px;
    float: left;
    margin-bottom: 5px;
}
.crf-council .select {
    width: 340px;
    margin-bottom: 5px;
}
.crf-council textarea {
    width: 320px;
    height: 66px;
    margin-bottom: 0;
}
.crf-council > li > label {
    clear: both;
    width: 160px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.crf-council .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.crf-council .help {
    clear: both;
    display: block;
    padding-left: 160px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
}
.crf-council .helps {
    display: block;
    padding-left: 160px;
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    position: relative;
    top: -10px;
}
.crf-council .div {
    border-bottom: 1px solid #dadada;
    width: 550px;
    height: 1px;
    position: relative;
    left: -25px;
}
.crf-council > .last {
    height: 36px;
}
.crf-council .photo {
    border: 1px solid #ddd;
    background: #f0f0f0;
    padding: 8px 0 2px 12px;
    width: 28px;
    height: 30px;
}
.crf-council .photo:after {
    font-family: "Ionicons";
    content: "\f118";
    color: #000;
    font-size: 1.2em;
}
.crf-council .photo:active {
    background: #ddd;
}
.crf-council .photo-list {
    clear: both;
    padding: 10px 0 0 160px;
    margin: 0;
    list-style: none;
    width: 340px;
}
.crf-council .photo-list > li {
    height: 30px;
    line-height: 30px;
}
.crf-council .file-name {
    float: left;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crf-council .file-size {
    float: right;
    width: 70px;
    text-align: right;
}
.crf-council .hiddenu {
    position: absolute;
    left: -9999px;
}
.crf-council .file-remove {
    clear: both;
    float: left;
    width: 30px;
}
.crf-council .file-remove-close {
    width: 30px;
    height: 20px;
}
.crf-council .file-remove-close:after {
    font-family: "Ionicons";
    content: "\f12a";
    color: #d40f3f;
    font-size: 1.2em;
}
.search-filter {
    width: 679px;
    margin: 0 15px 0 0;
    display: block;
}
.lst {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 700px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.lst > li {
    padding: 15px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    width: 670px;
    height: 45px;
}
.lst > li:active {
    background: #e0e0e0;
}
.lst .left {
    clear: both;
    float: left;
    width: 420px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
}
.lst .left h2 {
    font-size: 1em;
    font-weight: bold;
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lst .left p {
    font-size: 0.8em;
    padding-top: 4px;
    margin-top: 0;
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lst .right {
    float: right;
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
}
.lst .right:after {
    font-family: "Ionicons";
    content: "\f3d1";
    color: #ccc;
    position: relative;
    right: -15px;
}
.lst .last {
    border-bottom: 0;
}
.lst_pg {
    width: 700px;
    height: 42px;
    padding-top: 14px;
    margin: 0 auto;
}
.lst_pg .pgleft {
    width: 210px;
    height: 42px;
    float: left;
}
.lst_pg .btnpag {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 14px;
    border: 1px solid #ddd;
    background: #fff;
}
.lst_pg .btn-first:after {
    font-family: "Ionicons";
    content: "\f4ab";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 10px;
}
.lst_pg .btn-last:after {
    font-family: "Ionicons";
    content: "\f4ad";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 10px;
}
.lst_pg .btn-left:after {
    font-family: "Ionicons";
    content: "\f107";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 14px;
}
.lst_pg .btn-right:after {
    font-family: "Ionicons";
    content: "\f10a";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 14px;
}
.lst_pg .blast {
    margin-right: 0;
}
.lst_pg .pgright {
    width: 98px;
    height: 42px;
    float: right;
}
.lst_pg .btn-sort-up:after {
    font-family: "Ionicons";
    content: "\f10d";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 10px;
}
.lst_pg .btn-sort-down:after {
    font-family: "Ionicons";
    content: "\f104";
    color: #cdcdcd;
    font-size: 2em;
    font-weight: 100;
    line-height: 40px;
    padding-left: 10px;
}
.lst_search_outer {
    margin: 0 auto 15px auto;
    width: 700px;
}
.lst_search {
    width: 165px;
    float: right;
}
.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.pagination li {
    float: left;
    padding: 10px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #7b7b7b;
    margin: 9px;
}
.pagination li:first-child {
    margin-left: 0;
}
.pagination .active {
    color: #000;
    font-weight: bold;
}
.pagination a {
    color: #7b7b7b;
}
.paging-con {
    clear: both;
    width: 700px;
    height: 70px;
    margin: 6px auto;
}
.pagesize-con {
    float: right;
    width: 207px;
    margin: 9px 0 0 0;
}
.pagesize-sel {
    width: 76px;
    margin-left: 15px;
}
.details {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 700px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.details > li {
    padding: 15px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    width: 670px;
    display: inline-block;
}
.details .left {
    clear: both;
    float: left;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.details .right {
    float: right;
    width: 470px;
    text-align: right;
    color: #8e8e93;
}
.details .morerow:active {
    background: #eee;
}
.details .more {
    float: right;
    width: 445px;
    text-align: right;
    color: #8e8e93;
}
.details .more:after {
    font-family: "Ionicons";
    content: "\f3d1";
    color: #c7c7cc;
    padding-left: 25px;
}
.detailse {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 700px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.detailse li {
    padding: 15px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    width: 670px;
    height: 32px;
}
.detailse .righte {
    float: right;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detailse .lefte {
    clear: both;
    float: left;
    width: 470px;
    padding: 5px 0 0 0;
    margin: 0;
}
.detailse h2 {
    font-size: 1em;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}
.detailse p {
    padding: 0;
    margin: 0;
}
.detailse .dheade {
    background: #dadada;
    height: 22px;
}
.detailse .last {
    border-bottom: 0;
}
.details .more {
    float: right;
    width: 470px;
    height: 22px;
    line-height: 22px;
    text-align: right;
}
.details .more:after {
    font-family: "Ionicons";
    content: "\f3d1";
    color: #ccc;
    position: relative;
    right: 0;
}
.details h2 {
    font-size: 1em;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}
.details p {
    padding: 0;
    margin: 0;
}
.details .dhead {
    background: #dadada;
}
.details .last {
    border-bottom: 0;
}
.details .next:active {
    background: #ccc;
}
.details .badge {
    background: #286186;
    font-size: 0.8em;
    color: #fff;
    border-radius: 2px;
    width: auto;
    min-width: 8px;
    line-height: 20px;
    padding: 0 6px;
    display: block;
}
.details .chead {
    background: #e8e8e8;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 670px;
    height: 22px;
    color: #919191;
}
.details .chead .left {
    width: 470px;
}
.details .chead:active {
    background: #dadada;
}
.details .notopb {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.details .nobotb {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.details .collapse {
    padding-left: 15px;
}
.details .collapse:before {
    font-family: "Ionicons";
    content: "\f3d0";
    position: relative;
    left: -14px;
}
.details .expand {
    padding-left: 15px;
}
.details .expand:before {
    font-family: "Ionicons";
    content: "\f3d8";
    position: relative;
    left: -14px;
}
.details .nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: visible;
}
.dphoto {
    width: 700px;
    height: 700px;
    margin: 40px auto;
}
.dphoto > a {
    border: 0;
    text-decoration: none;
}
.dphoto > a > img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.detcol {
    display: none;
}
.frm-memo {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 500px;
    list-style: none;
    margin: 0 auto;
    padding: 25px;
    border: 0;
    height: auto;
}
.frm-memo > li {
    padding: 0;
    margin: 0;
    width: 500px;
    height: 62px;
}
.frm-memo > li > div {
    float: left;
}
.frm-memo input {
    width: 300px;
    height: 22px;
    float: left;
}
.frm-memo .select {
    width: 320px;
}
.frm-memo label {
    clear: both;
    width: 180px;
    float: left;
    font-weight: bold;
    padding-top: 10px;
}
.frm-memo .btngrp {
    clear: both;
    width: 100px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.frm-memo .inlinp {
    width: 152px;
    margin-right: 16px;
}
.frm-memo .inplast {
    margin-right: 0;
}
.frm-memo .btntgl {
    width: 285px;
    margin-bottom: 20px;
}
.frm-memo .btntgl > div {
    float: left;
}
.frm-memo .btntgl label {
    width: 115px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f1f1f1;
    line-height: 36px;
    text-align: center;
    opacity: 1;
    padding-top: 0;
}
.frm-memo .btntgl label:active {
    opacity: 0.8;
}
.frm-memo .btntgl .first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.frm-memo .btntgl .last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.frm-memo .btntgl input.radio:empty {
    margin: 0 0 0 -9999px;
    padding: 0;
    height: 0;
    line-height: 0;
}
.frm-memo .btntgl input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.frm-memo .btntgl input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
}
.frm-memo .btntgl input.radio:checked ~ label:before {
    color: #9ce2ae;
    background: #286186;
}
.frm-memo .btntgl input.radio:checked ~ label {
    color: #fff;
    background: #286186;
}
.frm-memo .div {
    border-bottom: 1px solid #dadada;
    width: 550px;
    height: 1px;
    position: relative;
    left: -25px;
}
.frm-memo .ac {
    position: relative;
    width: 318px;
    left: 140px;
    top: -21px;
}
.frm-memo > .last {
    height: 36px;
}
.frm-memo .memo-count {
    padding-left: 180px;
    font-style: italic;
    font-size: 0.7em;
}
.frm-memo .notes-row {
    height: 150px;
}
.frm-memo textarea {
    width: 300px;
    height: 90px;
    margin-bottom: 10px !important;
}
.frm-memo .sepm {
    width: 550px;
    height: 1px;
    position: relative;
    left: -25px;
    border-bottom: 1px solid #e0e0e0;
}
.frm-memo .sepm-row {
    height: 20px !important;
    padding: 10px 0;
}
.frm-attach-outer {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    width: 650px;
    height: 420px;
    margin: 0 auto;
    padding: 25px;
    border: 0;
}
.frm-attach-top {
    width: 650px;
    height: 62px;
}
.frm-attach-left {
    width: 483px;
    height: 302px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 15px;
    float: left;
}
.frm-attach-right {
    width: 152px;
    float: left;
}
.frm-attach-spacer {
    clear: both;
    padding-top: 20px;
}
.frm-attach-bottom {
    width: 650px;
}
.frm-attach-bottom .btngrp {
    width: 210px;
    margin: 0 auto;
}
.frm-attach-bottom .btngrp .btn {
    float: left;
    margin-right: 10px;
}
.frm-attach-bottom .btngrp .lastbtn {
    margin-right: 0;
}
.frm-attach {
    width: 483px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.frm-attach > li {
    padding: 0 8px 0 0;
    margin: 0;
    display: inline-block;
}
.frm-attach-top .btntgl {
    width: 427px;
    margin: 0 auto;
}
.frm-attach-top .btntgl > div {
    float: left;
}
.frm-attach-top .btntgl label {
    width: 140px;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #f1f1f1;
    line-height: 36px;
    text-align: center;
    opacity: 1;
}
.frm-attach-top .btntgl label:active {
    opacity: 0.8;
}
.frm-attach-top .btntgl .first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.frm-attach-top .btntgl .last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.frm-attach-top .btntgl input.radio:empty {
    margin-left: -9999px;
}
.frm-attach-top .btntgl input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.frm-attach-top .btntgl input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2.5em;
}
.frm-attach-top .btntgl input.radio:checked ~ label:before {
    text-indent: 0.9em;
    color: #9ce2ae;
    background: #286186;
}
.frm-attach-top .btntgl input.radio:checked ~ label {
    color: #fff;
    background: #286186;
}
.frm-attach-left .filein {
    width: 465px;
}
.frm-attach-left ul {
    background: #f1f1f1;
    border-radius: 2px;
    width: 465px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.frm-attach-left ul > li {
    border-bottom: 1px solid #e0e0e0;
    padding: 13px;
    margin: 0;
    height: 34px;
}
.frm-attach-left ul > li > label {
    clear: both;
}
.frm-attach-left .list {
    padding-top: 6px;
}
.frm-attach-left .badge {
    background: #286186;
    font-size: 0.8em;
    color: #fff;
    border-radius: 2px;
    width: auto;
    min-width: 8px;
    line-height: 20px;
    padding: 0 6px;
    display: block;
}
.frm-attach-left .left {
    clear: both;
    float: left;
    width: 320px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.frm-attach-left .left2 {
    clear: both;
    float: left;
    width: 395px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.frm-attach-left .right {
    float: right;
    text-align: right;
    margin-top: 7px;
}
.frm-attach-right img {
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.frm-attach-docs-outer input {
    clear: both;
    float: left;
}
.frm-attach-docs-outer a {
    display: block !important;
    background: #286186;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 4px 6px 0 6px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    min-width: 36px;
    width: 36px;
    color: #fff;
    margin: 0 0 0 15px;
    float: left;
}
.frm-attach-docs-outer a:active {
    background: #2aa1c0;
}
.frm-attach-docs-outer a:visited {
    color: #fff;
}
.frm-attach-search:after {
    font-family: Ionicons;
    content: "\f4a4";
    font-size: 1.5em;
}
.tbl-app * {
    font-size: 1em !important;
}
.tbl-app {
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 650px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.tbl-app > li {
    padding: 0;
    margin: 0;
    width: 650px;
    height: 91px;
    border-bottom: 1px solid #e0e0e0;
}
.tbl-app label {
    width: 190px;
    display: block;
    padding: 15px;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tbl-app div {
    width: 190px;
    display: block;
    padding: 0 15px 15px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tbl-app .ph {
    width: 216px;
    float: left;
    margin: 0;
    padding: 0;
}
.tbl-app .last {
    width: 218px;
}
.tbl-app .btm {
    border-bottom: 0;
}
.tbl-app .lrow {
    padding-right: 0;
}
.tbl-app .sep {
    width: 650px;
    height: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.tbl-app .memo {
    padding: 15px;
    width: 620px;
    display: inline-block;
    height: auto;
}
.tooltip {
    min-width: 100px;
    width: auto;
    height: 21px;
    display: inline-block;
    background: #286186;
    padding: 10px;
    color: #fff;
    font-size: 1em;
    position: absolute;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.form-help {
    z-index: 2;
    max-width: 200px;
    width: 200px;
    min-height: 21px;
    height: auto;
    display: block;
    background: #286186;
    padding: 10px;
    color: #fff;
    font-size: 1em;
    position: absolute;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
#map_canvas {
    margin-bottom: 15px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 768px;
    height: 605px;
}
.map_details {
    display: block;
    background: #eee;
    padding: 14px 15px;
    margin: 0;
    height: 101px;
    overflow: scroll;
}
.map_legend {
    width: 200px;
    list-style: none;
    padding: 12px 0 0 15px;
    margin: 10px;
    background: #2a2a2a;
    opacity: 0.8;
}
.map_legend li {
    float: left;
    padding: 11px 0 10px 34px;
    margin: 0;
    background-size: 24px 40px;
    background-repeat: no-repeat;
    height: 36px;
    color: #fff;
    font-weight: bold;
}
.map_legend .green {
    background-image: url(/img/marker-green.png);
    width: 48px;
}
.map_legend .orange {
    clear: left;
    background-image: url(/img/marker-orange.png);
    width: 72px;
}
.map_legend .red {
    background-image: url(/img/marker-red.png);
    width: 72px;
}
.map_legend .pink {
    background-image: url(/img/marker-pink.png);
    width: 48px;
}
.map_legend .blue {
    background-image: url(/img/marker-blue.png);
}
.map_legend .you {
    background-image: url(/img/marker-you.png);
    background-size: 24px 64px;
}
.map_info_details {
    padding: 0;
    margin: 0;
    line-height: 1.6em;
}
#lstInfo {
    display: block;
    max-height: 279px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 605px;
}
#version {
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
    z-index: 99;
    color: #bbb;
}
.pager {
    width: 689px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 15px auto 0 auto;
    background: #fff;
    border-radius: 2px;
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.pager .con {
    border: 1px solid #e0e0e0;
    padding: 6px 2px 4px 8px;
    margin-right: 5px;
    color: #999;
    float: left;
    width: 28px;
    height: 28px;
}
.pager .con2 {
    border: 1px solid #e0e0e0;
    padding: 6px 10px 4px 0;
    margin-right: 5px;
    color: #999;
    float: left;
    width: 28px;
    height: 28px;
}
.pager .con3 {
    border: 1px solid #e0e0e0;
    padding: 6px 0 4px 10px;
    margin-right: 5px;
    color: #999;
    float: left;
    width: 28px;
    height: 28px;
}
.pager .first:before {
    font-family: "Ionicons";
    content: "\f4ab";
    font-size: 1.6em;
    font-weight: 300;
    display: block;
}
.pager .prev:before {
    font-family: "Ionicons";
    content: "\f488";
    font-size: 1.6em;
    font-weight: 300;
    display: block;
    transform: rotate(180deg);
}
.pager .next:before {
    font-family: "Ionicons";
    content: "\f488";
    font-size: 1.6em;
    font-weight: 300;
    display: block;
}
.pager .last:before {
    font-family: "Ionicons";
    content: "\f4ad";
    font-size: 1.6em;
    font-weight: 300;
    display: block;
}
.pager .end {
    color: #ccc;
}
.pager .clast {
    margin: 0;
}
.pager .page {
    padding: 5px;
    width: calc(100% - 185px);
    height: 30px;
    float: left;
}
.pager .page > div {
    font-size: 1.6em;
    float: left;
    padding-right: 5px;
    width: 30px;
    height: 30px;
    color: #999;
}
