*
{
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.div-resize {
    resize: vertical;
}


.card-add-info {
    font-size: 11px;
    color: #7b7676;
}

.card-add-info-13 {
    font-size: 13px;
    color: #7b7676;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

/*
body.loading:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.4) url(../images/spin-mobile.svg) no-repeat center center;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow: hidden;
}

body.logo:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #5088c7 url(../images/logo-welcome.png) no-repeat center center;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow: hidden;
}
*/


body.has-modal,
body.logo,
body.loading {
    overflow: hidden;
}

.w-100 { width: 100%; }
.w-95 { width: 95%; }
.w-90 { width: 90%; }
.w-85 { width: 85%; }
.w-80 { width: 80%; }
.w-75 { width: 75%; }
.w-70 { width: 70%; }
.w-65 { width: 65%; }
.w-60 { width: 60%; }
.w-55 { width: 55%; }
.w-50 { width: 50%; }
.w-45 { width: 45%; }
.w-40 { width: 40%; }
.w-35 { width: 35%; }
.w-30 { width: 30%; }
.w-25 { width: 25%; }
.w-20 { width: 20%; }
.w-15 { width: 15%; }
.w-10 { width: 10%; }
.w-5 { width: 5%; }

.a_center {text-align: center !important;}
.a_right {text-align: right !important;}
.a_left {text-align: left !important;}

.s_italic {font-style: italic !important;}
.s_under {text-decoration: underline !important;}
.s_bold {font-weight: bold !important;}
.s_normal {font-weight: normal !important; text-decoration: none !important; font-style: normal !important;}

.f_left {float: left !important;}
.f_right {float: right !important;}

.fs_9 {font-size: 9px !important;}
.fs_11 {font-size: 11px !important;}
.fs_13 {font-size: 13px !important;}
.fs_15 {font-size: 15px !important;}
.fs_17 {font-size: 17px !important;}
.fs_19 {font-size: 19px !important;}

.pull-left {float: left !important;}
.pull-right {float: right !important;}

.relative {
    position: relative;
}

.header-search-input {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 300px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f1f3f5;
    border-radius: 9999px;
    border-color: #f1f3f5;
    border-style: solid;
    outline-offset: -2px;
}

/* clears the 'X' from Internet Explorer */
.header-search-input::-ms-clear {  display: none; width : 0; height: 0; }
.header-search-input::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
.header-search-input::-webkit-search-decoration,
.header-search-input::-webkit-search-cancel-button,
.header-search-input::-webkit-search-results-button,
.header-search-input::-webkit-search-results-decoration { display: none; }


.smrtb-5 {
    margin: -5px 0;
}

.smrtb-7 {
    margin: -7px 0;
}


.header-search-input::placeholder {
    color: #AAA;
}

.button-reset {
    background: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
    font-family: fa5-proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    right: 1rem;
    display: block;
    position: absolute;
    opacity: .6;
    color: #495057;
}

.input-focus:focus {
    border-color: #4dabf7;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(34,139,230,0.5);
}

.center-v {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-h{
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}

.box-bordered {
    padding: 5px;
    border: 1px solid #DDD;
}

.box-user-graph {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 25px 15px;
}
.box-user-buttons {
    padding: 35px 0 25px 0;
}

.box-user-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    padding: 25px 15px;
}

.box-user-card > div.avatar {
    line-height: 0;
}

.box-user-card > div.info {
    width: 100%;
}

.box-user-card table {
    width: 100%;
    font-size: 12.5px;
}

.box-user-card > div.info > table tr td {
    padding: 3px 0;
}

.box-user-card > div.info > table tr td:first-child {
    width: 125px;
    color: #BBB;
}

.box-user-card > div.info > table tr td:last-child {
    color: #555;
}

.widget-box {
    position: relative;
}

.js-action-click {
    cursor: pointer;
}


#back-top {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 0;
    display: block;
    color: #FFF;
    z-index: 1;
}

.far, .fas, .fa, .fab {
    text-rendering: optimizeLegibility !important;
}


.cm-button-panel {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.cm-button-panel td {
    border: 1px solid #FFF;
}

.cm-button {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #ececec;
    color: #578ecc;
    cursor: pointer;
    background-color: #FFF;
    transition: background-color 0.2s ease-out;
}

.cm-button.mi-new {
    color: red !important;
}

.cm-button:hover {
    background-color: #6ba2e0;
    color: #FFF !important;
    border-color: #FFF;
}

.cm-button.disabled {
    border-color: #CCC;
    background-color: #FFF;
    color: #CCC;
    cursor: default;
}

.cm-period {
    background: transparent !important;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.cm-period .xx-tbutton {
    line-height: 38px;
    height: 38px;
}

.cm-period .js-dialog-show {
    padding: 0px 2px;
    text-decoration: underline !important;
}

.cm-period .js-dialog-show:hover {
    text-decoration: none !important;
}


.cm-menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    color: rgba(0,0,0,0.3);
    width: 30px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.cm-menu:hover {
    background-color: transparent;
    color: #666 !important;
}

.cm-menu:before {
    font-weight: bold;
    font-size: 13px;
    content: "\f0c9";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
}

.cm-item {
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
    transition: all 0.2s ease-out;
}

.cm-item:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.cm-item .cm-item-el {
    border: none;
}

.cm-item .cm-item-line {
    border: none;
    border-top: 1px solid #ececec;
    position: relative;
}

.cm-item .cm-item-note + .cm-item-el .cm-item-line {
    border-top: 1px dashed #DDD;
}

.cm-item .cm-item-note + .cm-item-el .cm-item-line:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/card-cut.png) no-repeat;
    position: absolute;
    right: 5px;
    top: -7px;
    opacity: 0.6;
}

.cm-item-cart-title {
    display: block;
    margin: -5px -10px 10px -30px;
    padding: 10px 15px;
    background: #f3f3f3;
    font-weight: bold;
    font-size: 14px;
}

.cm-item-el {
    position: relative;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.cm-item-meet {
    padding: 5px 100px 5px 30px;
    background-color: #ffe5e5;
    display: block;
    text-decoration: none;
    color: #555;
}

.cm-item-meet b {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 13px;
}

.cm-item-meet small {
    display: block;
    font-size: 11px;
}

.big-plus .cm-item-meet {
    padding-left: 55px;
}

.big-plus .cm-icon {
    width: 45px;
    position: absolute;
}
/*
.big-plus .cm-icon:after {
  content: "new";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
}
*/

.cm-item-button {
    font-size: 12.5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    box-sizing: border-box;
    padding: 4px;
    background-color: rgba(0,0,0,0.15);
    color: rgba(0,0,0,0.3) !important;
    text-decoration: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cm-item-button.comment {
    width: 30px;
    color: rgba(0,0,0,0.3);
    background-color: transparent;
    font-size: 13px;
}
.cm-item-button.plan {
    width: 30px;
    right: 30px;
    color: rgba(0,0,0,0.3);
    background-color: transparent;
    font-size: 13px;
}

.cm-item-button.comment .count {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.cm-item-button.comment i {
    margin-right: 2px;
    margin-top: 2px;
}

.cm-item-button:hover {
    background-color: transparent;
    color: #555!important;
}

.cm-item-button.comment:hover .count {
    color: #555!important;
}


.cm-item-product {
    padding: 0 0 0 30px;
    background-color: #d6e6f7;
    border-right: 1px solid #DDD;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    /* text-align: center; */
}

.no-menu .cm-item-product {
    padding: 0;
}

.cm-item-product img {
    max-width: 90px;
    max-height: 50px;
    display: block;
    opacity: 0.9;
    margin: 0 auto;
}

.cm-item-product-info {
    padding: 5px 10px;
    margin-left: 120px;
    display: block;
    text-decoration: none;
    color: #555;
    box-sizing: border-box;
    min-height: 50px;
}


.no-menu .cm-item-product-info {
    margin-left: 120px;
}

.cm-item-product-info b {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.cm-item-product-info small {
    display: block;
    font-size: 11px;
}



.cm-item-note {
    padding: 15px 10px;
    font-size: 14px;
    border: 1px solid #DDD;
}

.cm-item .cm-item-note {
    border: none !important;
    padding: 10px 10px 10px 30px;
    word-break: break-word;
}

.cm-item-line {
    border: 1px solid #DDD;
    color: #666;
    padding: 5px 100px 5px 30px;
}

.cm-item-line b {
    display: block;
    font-weight: normal;
    line-height: 16px;
    font-size: 11px;
}

.cm-item-line small {
    display: block;
    font-size: 11px;
    line-height: 16px;
}

.cm-item-line small span {
    display: inline-block;
    margin-right: 5px;
}

.cm-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: rgba(0,0,0,0.2);
    display: block;
    width: 30px;
    background-color: #edd4d4;
    cursor: pointer;
    transition: color 0.3s ease-out;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
}

.cm-icon.meet {
    background-color: #edd4d4;
}

.cm-icon.status {
    background-color: transparent;
}
.cm-icon.status {
    cursor: default;
    background-color: transparent;
}

.cm-icon.product {
    background-color: #d4d4ed;
}
.cm-icon.plus {
    background-color: #c9c9c9;
}
.cm-icon.plus:hover {
    background-color: #BBBBBB;
    color: #FFF !important;
}

.cm-icon i {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX;
    /* margin-left: -5px; */
    /* margin-top: -5px; */
    transform: translate(-50%, -50%);
}

.cm-icon:hover {
    color: #666 !important;
}

.cm-item-so-button {
    position: absolute !important;
    right: 5px;
    top: 1px;
    bottom: 1px;
    display: inline-block !important;
}

.cm-item-srv-button {
    font-size: 12.5px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 90px;
    box-sizing: border-box;
    display: block;
    padding: 4px;
    background-color: rgba(0,0,0,0.2);
    color: #FFF;
    text-decoration: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.cm-item-srv-button:hover {
    background-color: transparent;
    color: #555;
}

.cm-item-section {
    padding: 8px 8px 8px 40px;
    background-color: #e0e0e0;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}


/* Calendar */

.cm-calendar {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.cm-calendar td {
    border: 1px solid #e0e0e0;
    background: rgba(225, 253, 210, 1);
    text-align: left;
    vertical-align: top;
    padding: 0;
    color: rgba(0,0,0,0.7);
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.3s ease-out;  /* FF4+ */
    -ms-transition: background-color 0.3s ease-out;  /* IE10 */
    -o-transition: background-color 0.3s ease-out;  /* Opera 10.5+ */
    transition: background-color 0.3s ease-out;
}

.cm-calendar.has-control td {
    height: 75px;
}

.cm-calendar td.active {
    background-color: rgba(233, 241, 255, 0.6) !important;
    outline: 2px solid #c9e0f9;
    outline-offset: -1px;
}

.cm-calendar td.has-control {
    padding-bottom: 30px;
}

.cm-calendar td.day {
    background: none;
    font-size: 15px;
    /* font-weight: bold; */
    padding: 5px;
}

.cm-calendar td.past {
    background-color: rgba(238, 238, 238, 0.3);
}

.cm-calendar td.empty {
    background-color: rgba(221, 221, 221, 0.5);
    cursor: not-allowed;
}

.cm-calendar td.day:hover {
    /* background-color: rgba(255, 255, 153, 0.3) !important; */
    outline: 2px solid #c9e0f9;
    outline-offset: -1px;
}


.cm-calendar th {
    border: 1px solid #e0e0e0;
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    color: rgba(0,0,0,0.7);
    /* font-weight: bold; */
    font-size: 11px;
}

.cm-calendar th.red,
.cm-calendar td.red {
    color: rgba(255, 0, 0, 0.7);
}

.cm-calendar .percent {
    position: absolute;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
}

.cm-calendar .count {
    position: absolute;
    top: 28px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.cm-calendar .control {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    padding: 5px;
    font-size: 11px;
    background: #D2FFD2;
}

.cm-today {
    border: 1px solid #CCC;
}

.cm-today-box {
    max-width: 400px;
    margin: 0 auto;
}

.cm-today-left {
    float: left;
    width: 200px;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}

.cm-today-left i {
    font-style: normal;
    text-transform: uppercase;
    display: block;
}

.cm-today-left b {
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
    display: block;
}

.cm-today-left small {
    font-weight: bold;
    font-size: 12px;
    display: block;
}

.cm-today-right {
    margin-left: 200px;
}

.cm-today-right p {
    font-size: 12px;
    line-height: 25px;
}

.cm-today-right b {
    font-weight: bold;
}


.cm-gisto-table {
    width: 100%;
}

.cm-gisto-td {
    padding: 0 5px;
}

.cm-gisto-link {
    display: block;
    background: #EEE;
    height: 60px;
    position: relative;
    margin: 0 auto;
}

.cm-gisto-pipe {
    border: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 100%;
    display: block;
}

.cm-gisto-link:hover {
    background: #E6E6E6;
}

.cm-gisto-link:hover .cm-gisto-pipe {
    border-color: #AAA;
}

.cm-gisto-legend {
    font-size: 9px;
    text-align: right;
    padding-right: 5px;
}

.cm-gisto-line {
    background-color: #b5e8af;
    height: 8px;
    margin: 5px 5px 0 5px;
}




.cm-item-user-product {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #555;
}

.cm-item-user-product b {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.cm-item-user-product small {
    display: block;
    font-size: 11px;
    padding: 5px 0;
}

.cm-item-user-line {
    border: 1px solid #DDD;
    padding: 5px 10px;
    background-color: #dddddd;
}

.cm-item-user-line b {
    display: block;
    font-weight: bold;
    font-size: 11px;
}

.cm-item-user-line small {
    display: block;
    font-size: 11px;
}

.cm-item-user-line small span {
    display: inline-block;
    margin-right: 5px;
}

.cm-tpl-user-img {
    width: 70px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.cm-tpl-user-img img {
    width: 60px;
    height: 60px;
}
.cm-tpl-user-data {
    margin-left: 70px;
}


.cm-tpl-user-img .rating {
    font-size: 16px;
}

.cm-tpl-user-img .rating i {
    color: #FFA500;
}

.cm-tpl-user-data .cm-item-user-product,
.cm-tpl-user-data .cm-item-user-line {
    border-left: 1px solid #DDD;
}

.cm-title {
    background-color: #7aaee8;
    color: #6d6d6d;
    padding: 0px 10px;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 1px;
}

.cm-title-side .xx-tbutton {
    color: #ddd !important;
}

.cm-title-side .xx-tbutton i {
    color: #fff;
}

.cm-title-side .xx-tbutton:hover {
    color: #fff !important;
}

.cm-title-side .xx-tbutton:hover i {
    color: #fff;
}



.cm-title > div {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
}

.cm-title .cm-title-text {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.cm-item-progress {
    height: 2px;
    background: #FF9D9D;
}


.cm-item-progress > div {
    height: 2px;
    background: #FF0000;
}

.cm-header {
    background-color: #7aaee8;
    color: #6d6d6d;
    padding: 0px 10px;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 1px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cm-header-button {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,0.7);
    outline: none;
    text-decoration: none;
    margin-left: 5px;
}

.cm-header-button.back {
    margin-left: -5px;
}

.cm-header-button:hover {
    color: rgba(255,255,255,1);
}
.cm-header-fill {
    flex-grow: 1;
    flex-shrink:1;
    overflow: hidden;
    margin-left: 5px;
}

.cm-header-title,
.cm-header-name,
.cm-header-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}

.cm-header-name {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.cm-header-info {
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
}



.cm-header-ava {
    height: 50px;
    min-width: 36px;
    line-height: 50px;
    padding: 7px 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    margin-right: 5px;
    box-sizing: border-box;
}

.cm-header-ava img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 0.8;
}



.cm-header .xx-tbutton {
    color: #ddd !important;
}

.cm-header .xx-tbutton i {
    color: #fff;
}

.cm-header .xx-tbutton:hover {
    color: #fff !important;
}

.cm-header .xx-tbutton:hover i {
    color: #fff;
}



.cm-title > div {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
}


.todo-item {
    padding: 6px 10px;
    border: 1px solid #EEE;
    margin-bottom: 2px;
    background: #EEE;
    position: relative;
}

.todo-item .icheckbox_flat-blue {
    float: left;
}

.todo-item-box {
    margin-left: 30px;
}

.todo-item.checked .todo-item-text {
    text-decoration: line-through;
}

.todo-item-textarea {
    width: 100%;
    font-size: 14px;
}

.todo-item-delete {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

.todo-item-delete:hover {
    color: red;
}

.na-rassm {
    line-height: 38px;
    float: left;
}

.xx-tbutton.mi-new {
    color: red !important;
}

.file-slide {
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
}

.user-rate-table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.user-rate-table td {
    padding: 0;
}

.check-item {
    margin: 5px 0;
}

.check-item label {
    font-weight: normal !important;
}

.check-group {
    overflow-y: auto;
    max-height: 100px;
    background: #FFF;
    padding: 5px 10px;
}

.skelet {
    background: #f3f3f3;
    border-radius: 3px;
}

.skelet-align-right {
    text-align: right !important;
}

.skelet-menu-item {
    width: 90px;
    height: 20px;
    margin: 10px 0;
}
.skelet-menu-field {
    width: 169px;
    height: 30px;
    margin: 20px 5px;
    display: inline-block;
}
.skelet-menu-button {
    width: 103px;
    height: 30px;
    margin: 20px 5px;
    display: inline-block;
    border-radius: 15px;
}

.skelet-footer-text {
    height: 14px;
}
.skelet-footer-head {
    width: 90px;
    height: 15px;
}

.skelet-box-title {
    width: 100px;
    height: 20px;
    display: inline-block;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.3);
}
.skelet-box-item {
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
    animation: skeletBoxBlink 0.5s ease-out;
}

.skelet-loader {
    padding: 40px;
    color: #CCC;
    text-align: center;
    font-size: 2.5em;
}

.skelet-loader-index {
    padding: 265px 10px;
}

.skelet-loader-remote {
    padding: 150px 10px;
}

@-webkit-keyframes skeletBoxBlink {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.shop-panel {
    background: #f5f5f5;
    padding: 15px;
}

.shop-category {

}

.shop-panel-bottom {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.shop-search-button {
    width: 80px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;;
    margin-right: 10px;
}
.shop-panel-bottom-left > div {
    flex: 0 50%;
    flex-direction: row;
    display: flex;
}

.shop-panel-bottom-left {
    display: flex;
    width: 50%;
    align-content: center;
}
.shop-panel-bottom-right {
    display: flex;
    align-items: center;
    text-align: center;
}

.shop-box {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.shop-item {
    flex: 0 50%;
    padding: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 600px) {
    .shop-item {
        flex: auto;
        padding: 5px;
        box-sizing: border-box;
    }
    .shop-panel-bottom-left {
        display: flex;
        width: 100%;
        align-content: center;
    }
    .shop-panel-bottom-left > div {
        flex: auto;
        flex-direction: row;
        display: flex;
    }
    .shop-search-button {
        margin-right: 0;
    }
}

.my-item {
    background: #ffffff;
    display: block;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.my-item-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px 30px 5px 30px;
    font-size: 10px;
    position: relative;
    background: rgba(122,122,122,0.05);
}

.my-item-header-single {
    color: rgba(0,0,0,0.6);
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.my-item-header-one {
    font-weight: 600;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.my-item-header-two {

}

.my-item-footer {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-top: 1px dashed rgba(0,0,0,0.1);
    position: relative;
    font-size: 11px;
    padding: 0 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.my-item-footer-button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 80px;
    background: #EEE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    opacity: 0.9;
}
.my-item-footer-button:hover {
    opacity: 1;
}
.my-shop-product {
    line-height: 17px;
    text-decoration: none;
    color: #555;
}

.my-shop-image-box {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.my-shop-product img {
    width: 300px;
    height: 225px;
    margin: 0 auto;
    display: block;
    transition: transform .5s ease;
    transform: scale(1.2);
}

.my-shop-product:hover img {
    transform: scale(1.4);
}

.my-shop-desc {
    padding: 10px;
    position: relative;
}

.my-shop-desc-top {
    position: absolute;
    padding: 5px 10px;
    line-height: 20px;
    left: 0;
    top: -50px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
}

.my-shop-desc .cost {
    font-size: 13px;
    font-weight: 900;
}
.my-shop-desc .author {
    font-size: 12px;
    font-weight: 900;
}
.my-shop-desc .param {
    font-size: 12px;
}

.my-item.green .my-item-header {
    background: #d1ffe3;
}
.my-item.pink .my-item-header {
    background: #ffe5e5;
}
.my-item.green .my-item-footer-button {
    background: #73d35b;
}
.my-item.pink .my-item-footer-button {
    background: #ff4b46;
}


.desktop {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.desktop:after {
    content: "";
    flex: auto;
}

.desktop-cell {
    width: 20%;
    text-align: center;
    height: 120px;
}

.desktop-link {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    width: 100px;
    position: relative;
}


.desktop-link-icon {
    background: #CCCccc;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 10px;
    font-size: 36px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.desktop-link-icon:before {
    border-radius: 10px;
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0);
    transition: background-color 200ms linear;
}

.desktop-link:hover .desktop-link-icon:before {
    background: rgba(255,255,255,0.2);
}

.desktop-link-icon:after {
    border-radius: 10px;
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&0+0,0+49,0.15+50,0+79 */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.desktop-link-name {
    padding: 1px;
    width: 100px;
    margin: 2px auto;
    border-radius: 4px;
    color: #555;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

.desktop-link:hover .desktop-link-icon {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.desktop-link:hover .desktop-link-name {
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5) !important;
}




.desktop-link-count {
    position: absolute;
    right: 5px;
    top: -4px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #fd5050;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 2px solid #ffffff;
    box-sizing: content-box;
    z-index: 20;
}

@media screen and (max-width: 300px) {
    .desktop-cell {
        width: 50%;
    }
}

@media screen and (min-width: 300px) {
    .desktop-cell {
        width: 33.3%;
    }
}

@media screen and (min-width: 500px) {
    .desktop-cell {
        width: 25%;
    }
}


@media screen and (min-width: 700px) {
    .desktop-cell {
        width: 20%;
    }
}


.user-flink {
    color: #555;
    display: inline-block;
    align-items: center;
    padding: 5px 0;
}
.user-flink i {
    font-size: 20px;
    text-decoration: none;
}

.text-with-emoji {
    width: 100%;
    height: 100px;
    margin-bottom: 5px !important;
}

.usecookie {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffcdf;
    width: 1230px;
    margin: 0 auto;
    padding: 15px;
    line-height: 25px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.userules {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    background: #fffcdf;
    width: 1230px;
    margin: 0 auto;
    padding: 15px;
    line-height: 25px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.user-hulink {
    font-size: 15px;
}

.croppie-button {
    padding: 0 !important;
    width: 40px;
    height: 40px !important;
    margin-right: 5px;
    justify-content: center;
    display: inline-flex !important;
    border-bottom: 0 !important;
}

.croppie-footer {
    background-color: #f2efef !important;
}

.croppie-body {
    padding: 15px 15px 0 15px;
}

.layer-dialog[box="avatar-editor-box"] {
    width: 400px;
}

.croppie-ava-box {
    cursor: pointer;
    position: relative;
}

.croppie-ava-box:hover:before {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    bottom: 2px;
    right: 0;
    font-family: Font Awesome\ 5 Free;
    content: "\f303";
    font-weight: 900;
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.8);
    font-size: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.chat-messages .emojioneemoji {
    font-size: inherit;
    height: 2ex;
    width: 2.1ex;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.2ex .15em .2ex;
    line-height: normal;
    vertical-align: middle;
    max-width: 100%;
    top: 0;
}

#emoji + .emojionearea {
    display: none;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.text-with-attach {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    opacity: 1;
    z-index: -1;
}

.emojionearea-attach {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 20px;
    color: rgba(0,0,0,0.3);
    position: absolute;
    right: 3px;
    top: 35px;
    line-height: 24px;
    /*bottom: -25px;*/
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
}

.emojionearea-attach:hover {
    color: rgba(0,0,0,0.4);
}

.emojionearea-attach:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f0c6";
}

.text-file-count {
    display: block;
    height: 18px;
}

.file-control-wrap {
    position: relative;
}

.file-control-wrap input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px !important;
    opacity: 0.00000001;
    z-index: -1;
}

.file-control-input {
    display: flex;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    color: #666;
}

.file-control-button {
    padding: 0 13px !important;
    height: 35px !important;
    margin-right: 5px;
    font-size: 13px !important;
    justify-content: center;
    display: inline-flex !important;
    border-bottom: 0 !important;
    background-color: rgba(125,125,125,1) !important;
}

.file-control-button:hover {
    background-color: rgba(125,125,125,0.8) !important;
}
.file-control-button.disabled {
    cursor: default;
    background-color: rgba(160,160,160,1) !important;
}


.file-control-text {
    align-items: center;
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-file-check {
    background: #FFF;
    padding: 5px 9px;
    margin-top: 3px;
    border-radius: 5px;
}

.direct-chat-gallery li img.load {
    display: block;
    height: 230px !important;
    width: 350px !important;
    background-color: #ebebeb;
    position: relative;
}

.direct-chat-gallery li img.load:after {
    content: 'Р—Р°РіСЂСѓР·РєР°';
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #999;
}

.chat-nav-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #7aaee8;
    position: absolute;
    top: -60px;
    right: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.7;
    cursor: pointer;
    display: none;
    line-height: initial;
}

.chat-nav-button.down {
    flex-direction: column-reverse;
}

.chat-nav-button.up {
    right: 85px;
}

.chat-nav-button i {
    font-size: 18px;
    color: #FFF;
}

.chat-nav-button .count {
    display: block;
    color: #ffffff;
    font-size: 12px;
}
.chat-nav-button:hover {
    opacity: 0.9;
}

.ya-share2 {
    margin: 5px 10px;
}