/*css 控制取消内容选中*/
/** {*/
/*    moz-user-select: -moz-none;*/
/*    -moz-user-select: none;*/
/*    -o-user-select: none;*/
/*    -khtml-user-select: none;*/
/*    -webkit-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=2b88de67-73b5-4651-9509-d921be028085");

@font-face {
    font-family: "Neue Plak W01 Wide Black";
    src: url("../fonts/Neue-font/7435f3dc-d61b-4396-91b8-dfff19f1b32d.eot?#iefix");
    src: url("../fonts/Neue-font/7435f3dc-d61b-4396-91b8-dfff19f1b32d.eot?#iefix") format("eot"), url("../fonts/Neue-font/69cd31f5-dd4d-41a0-acbb-f360bb15bbab.woff2") format("woff2"), url("../fonts/Neue-font/3d188d87-377e-4f03-85c5-1ef3f8c9454f.woff") format("woff"), url("../fonts/Neue-font/a7d6518f-2981-4e50-a136-a9c9b2a7ea41.ttf") format("truetype");
}

@font-face {
    font-family: 'Nunito Sans Black';
    src: url('../fonts/Nunito-Sans-Black/nunito-sans-black.woff2') format('woff2'),
    url('../fonts/Nunito-Sans-Black/nunito-sans-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-NSB {
    font-family: 'Nunito Sans Black';
}

html, body {
    font-family: 'Nunito Sans', sans-serif;
    color: var(--dark);
    overflow-y: hidden;
}

* {
    outline: none;
}

.form-control, .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.app-aside, .app-content {
    /*background: #F4F5F5 0% 0% no-repeat padding-box;*/
    background: #fff 0% 0% no-repeat padding-box;
}

input, textarea {
    outline: none;
}

input {
    padding: 9px 15px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    background-color: #fff;
}

a, a:hover, a:focus, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}

button.btn {
    font-family: "Nunito Sans";
}

/* region color background */
:root {
    --green: #21D0A1;
    --complete: #21D0A1;
    --dark: #303742;
    --member: #337ab7;
    --text-dark: #333333;
    --dark-352000: #352000;
    --blue: #564FD8;
    --light-blue: #007AFF;
    --light-background-blue: #e8f0fe;
    --material: #564FD86A;
    --light-black: #696C74;
    --checkin: #78849E67;
    --request: #a3eadc;
    --light-gray: #CCCDD0;
    --light-gray-DDD: #DDD;
    --red: #EA4959;
    --gray: #E9EBEF;
    --light-white: #F9F9F9;
    --dark-orange: #FF9500;
    --orange: #FFC7B2;
    --white: #FFFFFF;
}

.text-blue {
    color: var(--blue);
}

.text-dark {
    color: var(--dark);
}

.text-dark-352000 {
    color: var(--dark-352000);
}

.text-light-gray {
    color: var(--light-gray);
}

.text-white {
    color: #fff;
}

.text-light-black {
    color: #352000;
}

.text-green {
    color: var(--green);
}

.text-red {
    color: var(--red);
}

.text-959595 {
    color: #959595;
}

.bg-white {
    background-color: #fff;
}

.bg-f2f2f2 {
    background-color: #f2f2f2;
}

.bg-light-white {
    background-color: var(--light-white);
}

.bg-gray-root {
    background-color: var(--gray);
}

.bg-light-gray {
    background-color: var(--light-gray-DDD);
}

.bg-green {
    background-color: var(--green);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.bg-light-background-blue {
    background-color: var(--light-background-blue);
}
.bg-orange {
    background-color: var(--orange);
}

.bg-dark-orange {
    background-color: var(--dark-orange);
}

.bg-checkin {
    background-color: var(--checkin);
}

.bg-dark {
    background-color: var(--dark);
}

.bg-red {
    background-color: var(--red);
}

.text-ababab {
    color: #ababab;
}

.text-shadow {
    text-shadow: 1px 1px 3px #333;
}

/* endregion */

/***** region padding */
.p-l-n {
    padding-left: 0;
}

.p-xxl {
    padding: 50px;
}

.p-xl {
    padding: 30px;
}

.p-lg {
    padding: 25px;
}

.p-md {
    padding: 20px;
}

.p {
    padding: 15px;
}

.p-sm {
    padding: 10px;
}

.p-xs {
    padding: 5px;
}

.p-t-xxl {
    padding-top: 50px;
}

.p-r-xxl {
    padding-right: 50px;
}

.p-b-xxl {
    padding-bottom: 50px;
}

.p-l-xxl {
    padding-left: 50px;
}

.p-t-xl {
    padding-top: 30px;
}

.p-r-xl {
    padding-right: 30px;
}

.p-b-xl {
    padding-bottom: 30px;
}

.p-l-xl {
    padding-left: 30px;
}

.p-lg {
    padding: 25px;
}

.p-t-lg {
    padding-top: 25px;
}

.p-r-lg {
    padding-right: 25px;
}

.p-b-lg {
    padding-bottom: 25px;
}

.p-l-lg {
    padding-left: 25px;
}

.p-md {
    padding: 20px;
}

.p-t-md {
    padding-top: 20px;
}

.p-r-md {
    padding-right: 20px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-l-md {
    padding-left: 20px;
}

.p-t {
    padding-top: 15px;
}

.p-r {
    padding-right: 15px;
}

.p-b {
    padding-bottom: 15px;
}

.p-l {
    padding-left: 10px;
}

.p-sm {
    padding: 10px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-xs {
    padding: 5px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-l-xs {
    padding-left: 5px;
}

/***** endregion padding */

/****** region margin */

.m-xxl {
    margin: 50px;
}

.m-xl {
    margin: 30px;
}

.m-lg {
    margin: 25px;
}

.m-md {
    margin: 20px;
}

.m {
    margin: 15px;
}

.m-sm {
    margin: 10px;
}

.m-xs {
    margin: 5px;
}

.m-xxs {
    margin: 2px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xl {
    margin-top: 30px;
}

.m-t-lg {
    margin-top: 25px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t {
    margin-top: 15px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-xl {
    margin-right: 30px;
}

.m-r-lg {
    margin-right: 25px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r {
    margin-right: 15px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-xl {
    margin-bottom: 30px;
}

.m-b-lg {
    margin-bottom: 25px !important;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-xl {
    margin-left: 30px;
}

.m-l-lg {
    margin-left: 25px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l {
    margin-left: 15px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l-xs {
    margin-left: 5px;
}

/***** endregion margin */

/* region border default color:  var(--gray)*/

.b {
    border: 1px solid var(--gray);
}

.b-t {
    border-top: 1px solid var(--gray);
}

.b-r {
    border-right: 1px solid var(--gray);
}

.b-b {
    border-bottom: 1px solid var(--gray);
}

.b-2{
    border: 2px solid var(--white);
}

.b-b-2 {
    border-bottom: 2px solid var(--gray);
}

:root {
    --b-gray: 1px solid var(--gray);
}

.b-l {
    border-left: 1px solid var(--gray);
}

.b-r-5 {
    border-radius: 5px;
}

.b-r-7 {
    border-radius: 7px;
}

.b-r-14 {
    border-radius: 14px;
}

.b-r-15 {
    border-radius: 15px;
}

.b-r-17 {
    border-radius: 17px;
}

.b-r-19 {
    border-radius: 19px;
}

/* endregion */

/***** region font size/weight */
.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-600 {
    font-weight: 600;
}

.f-900 {
    font-weight: 900;
}

/***** endregion font size/weight */

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.hidden {
    display: none;
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.border-round {
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
}

.ps-rl {
    position: relative;
}

.ps-ab {
    position: absolute;
}

/***** region datepicker */
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

.datepicker .btn-default {
    border-width: 0;
    box-shadow: none;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.datepicker .btn-default {
    border-width: 0;
    box-shadow: none;
}

.datepicker .btn-danger:active, .datepicker .btn-danger.active, .datepicker .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-image: none;
}

/*.datepicker .btn-danger:hover, .datepicker .btn-danger:focus, .datepicker .btn-danger:active, .datepicker .btn-danger.active, .open .dropdown-toggle.btn-danger {*/
/*color: #ffffff !important;*/
/*background-color: #19a9d5;*/
/*border-color: #189ec8;*/
/*}*/

/***** endregion */

/***** region Input Float Fields */
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.fg-label {
    position: absolute;
    top: 0;
    padding: 7px 0 0 10px;
    transition: all 200ms;
    opacity: 0.5;
    pointer-events: none;
    font-weight: normal;
}

.ng-not-empty + .fg-label,
.form-control:focus + .fg-label,
.form-control:valid + .fg-label,
.form-control.ng-valid + .fg-label {
    font-size: 75% !important;
    transform: translate3d(-10px, -25px, 0);
    opacity: 1;
}

/***** endregion Input Float Fields */

/***** region i-checks */

.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.i-checks input:checked + i {
    border-color: #007AFF;
}

.i-checks input:checked + i:before, .radio .i-checks input[disabled]:checked + i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #007AFF;
}

.i-checks input:checked + span .active {
    display: inherit;
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
    border-color: #ddd;
}

.i-checks input[disabled]:checked + i,
fieldset[disabled] .i-checks input:checked + i {
    border-color: #007AFF;
}

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
    background-color: #007AFF;
}

.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
}

.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > span {
    margin-left: -20px;
}

.i-checks > span .active {
    display: none;
}

.i-checks-sm input:checked + i:before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.i-checks-sm > i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
}

.i-checks-lg > i {
    width: 30px;
    height: 30px;
}

/***** endregion */

/***** region switch */

.i-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    background-color: #27c24c;
    border-radius: 30px;
}

.i-switch input {
    position: absolute;
    opacity: 0;
}

.i-switch input:checked + i:before {
    top: 50%;
    right: 5px;
    bottom: 50%;
    left: 50%;
    border-width: 0;
    border-radius: 5px;
}

.i-switch i:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-switch input:checked + i:after {
    margin-left: 26px;
}

.i-switch i:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 28px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

/***** endregion switch */

/***** region modal */
.w-80 > .modal-dialog {
    width: 80%;
}

.w-700 > .modal-dialog {
    width: 700px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 17px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-header {
    font-size: 26px;
    color: var(--blue);
    padding: 22px 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 17px 17px 0px 0px;
    font-weight: 600;
}

.modal-header .close-modal {
    width: 49px;
    height: 49px;
    position: absolute;
    top: -24px;
    right: 30px;
    line-height: 51px;
    text-align: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.modal-body {
    padding: 15px 45px 30px;
    border-radius: 0 0 17px 17px;
}

.modal-body .form-group input.form-control {
    height: 43px;
    color: #000;
    border-radius: 14px;
    border: none;
}

.modal-body .form-group label {
    color: #ababab;
    font-weight: 400;
    font-size: 14px;
}

.modal-footer-buttons {
    margin: 15px 0 10px;
    display: flow-root;
}

.modal-footer-buttons .btn {
    padding: 6px 20px;
}

.positionRight .modal-dialog {
    position: absolute;
    right: 2px;
}

.positionRight .modal-content {
    border: none;
}

.modal-body .btnList {
    display: flow-root;
}

.modal-body .btnList .btn {
    min-width: 90px;
}

.modal-body .btn.btn-default.bg-white:hover {
    border-color: #ccc;
}

.modal-body textarea[disabled] {
    background-color: #eee;
}

/***** endregion modal */

/***** region dropdown */
.tom-dropdown.dropdown .dropdown-toggle {
    width: 100%;
    height: 50px;
    border-radius: 14px;
    text-align: left;
    font-size: 18px;
    border: none;
    font-weight: 600;
    padding-left: 20px;
}

.tom-dropdown.dropdown > .btn {
    font-family: "Nunito Sans", sans-serif;
}

.tom-dropdown.dropdown .dropdown-menu {
    width: 100%;
    border-radius: 15px;
    padding: 0;
    /*top: 67px;*/
    border: none;
}

body > .dropdown-menu {
    border-radius: 10px;
    border: none;
}

body > .dropdown-menu.tom-context-menu {
    border-radius: 15px;
    padding: 0;
    /*top: 67px;*/
    border: none;
}

.tom-dropdown.dropdown .dropdown-menu > li > a, body > .dropdown-menu.tom-context-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 44px;
    white-space: nowrap;
    /*font-size: 18px;*/
    border-radius: 0;
    cursor: pointer;
}

body > .dropdown-menu.tom-context-menu > li.disabled > a {
    cursor: context-menu;
}

.tom-dropdown.dropdown .dropdown-menu > li:first-child > a, body > .dropdown-menu.tom-context-menu > li:first-child > a {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.tom-dropdown.dropdown .dropdown-menu > li:last-child > a, body > .dropdown-menu.tom-context-menu > li:last-child > a {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.tom-dropdown.dropdown .dropdown-menu > li > a:hover, body > .dropdown-menu.tom-context-menu > li > a:hover, .tom-dropdown.dropdown .dropdown-menu > li > a:focus, body > .dropdown-menu.tom-context-menu > li > a:focus {
    font-weight: 600;
    background-color: var(--blue);
    color: #fff;
    outline: none;
}

body > .dropdown-menu.tom-context-menu > li > a > i {
    margin-right: 10px;
}

.new-tom-dropdown > .btn:first-child {
    height: 37px;
    text-align: left;
    font: Bold 14px/19px Nunito Sans;
    background-color: #EFF1F3;
    color: var(--light-black);
    border-radius: 3px;
    padding-left: 19px;
}

.new-tom-dropdown .dropdown-menu {
    border-radius: 3px;
    border: none;
    padding: 0;
}

.new-tom-dropdown .dropdown-menu > li > a {
    padding: 8px 20px;
    border-radius: 3px;
    font: Bold 14px/19px Nunito Sans;
    color: var(--light-black);
    cursor: pointer;
}

.new-tom-dropdown .dropdown-menu > li > a:hover, .new-tom-dropdown .dropdown-menu > li > a:focus {
    color: var(--light-black);
    background-color: #EFF1F3;
}

.search-dropdown .search-dropdown-items {
    width: 10.5vw;
    min-width: 200px;
    /*max-width: 243px;*/
    height: 308px;
    position: fixed;
    margin-top: 6px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    z-index: 1;
}

.search-dropdown .search-dropdown-items .search-dropdown-item{
    padding: 8px 20px;
    cursor: pointer;
}
.search-dropdown .search-dropdown-items .search-dropdown-item:hover{
    background-color: #EFF1F3;
}

.chatDefault .dropdown .dropdown-menu > li > a:hover, .chatDefault .dropdown .dropdown-menu > li > a:focus, .chatOther .dropdown .dropdown-menu > li > a:hover, .chatOther .dropdown .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #DFF7E9;
    color: var(--dark);
}

/***** endregion */

/*region opacity*/
.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-8 {
    opacity: 0.8;
}

.op-9 {
    opacity: 0.9;
}

.op-10 {
    opacity: 1;
}

/*endregion opacity*/

.message-warning {
    height: 38px;
    padding: 8px 15px;
    display: inline-flex;
    border: 1px solid #f89414;
    background-color: #f89406;
    color: #fff;
    box-shadow: 0 2px 5px #fcf8e3, 0 -1px 5px #fcf8e3;
    border-radius: 4px;
}

.message-error {
    height: 38px;
    padding: 8px 15px;
    display: inline-flex;
    border: 1px solid #FF0000;
    background-color: #FFE2E2;
    color: #FF0000;
    box-shadow: 0 2px 5px #FFE2E2, 0 -1px 5px #FFE2E2;
    border-radius: 4px;
}

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}
