/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-04-2018, 12:36:06 AM
    Author     : JJANDREU
*/

#default .page-header {
    height: auto;
    min-height: 7.6rem;
    max-height: none;
}

.nowrap {
    white-space: nowrap;
}

.btn-header {
    background-color: #3C4252;
    color: white;
}

.btn-header:hover {
    color: white !important;
}

.form-control--imageUpload {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 5px;
    float: left;

}

.hover-area .appear {
    display: none;
}

.hover-area .disappear {
    display: initial;
}

.hover-area:hover .appear {
    display: initial;
}

.hover-area:hover .disappear {
    display: none;
}

.hover-btn-area:hover .appear-btn,
.hover-btn-area2:hover .appear-btn2 {
    display: inline-block;
}

.form-control--imageUpload .loadingBar {
    width:3%;
    height:100%;
    background: #f85550;
    position: absolute;
    top: 0;
    left: 0;
}

.js-calendarView .clndr {
    min-width: 250px;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    margin-left: -1px;
    margin-right: -1px;
}

.formField.formField-error .formField-label,
.formField.formField-error label {
    color: #f44336 !important;
}

.formField.formField-error select.form-control,
.formField.formField-error input.form-control,
.formField.formField-error textarea.form-control ,
.formField.formField-error button.form-control {
    border-color: #f44336 !important;
    color: #f44336 !important;
    box-shadow: #f44336 0px 1px 0px 0px;
    outline-color: #f44336 !important;
}

.formField.formField-error:hover,
.formField.formField-error:active,
.formField.formField-error:focus {
    box-shadow: #f44336 0px 2px 0px 0px;
}

.selectize-dropdown {
    z-index: 9999;
}

.js-userRut--rut {
    float: right !important;
    font-size: 11px !important;
    color: #878787 !important;
}

.selectize-control.multi .selectize-input div .js-userRut--rut {
    color: rgba(255,255,255,0.75) !important;
}

.selectize-input {
    padding-right: 32px !important;
}

.btn-flat {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
}

.btn-collapse {
    padding: 0 !important;
    min-width: 0 !important;
}

.circle {
    background: #f85550;
    border: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    cursor: default;
    margin-right: 3px;
    vertical-align: top;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.card-footer .card-link {
    height: 26px !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 24px !important;
}

.horizontal-line {
    height: 1px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 24px;
}

.horizontal-line.insets {
    margin-left: -24px;
    margin-right: -24px;
}

#toolbar .menu-noicon {
    color: rgba(0, 0, 0, 0.54);
    font-size: 20px;
    font-weight: 700;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 2.4rem;
    display: flex;
    max-height: 100%;
    place-content: center;
    align-items: center;
}

#toolbar .dropdown-item.filtered {
    display: none;
}

#toolbar .dropdown-item:not(.starred) .icon-starred {
    display: none;
}

#top-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

#top-nav .nav-item {
    position: relative;
}

#top-nav .nav-item .children {
    display: none;
    position: absolute;
    left: 0px;
    top: 64px;
    background: white;
    min-width: 200px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

#top-nav .nav-item:hover {
    background: #f8f8f8;
}

#top-nav .nav-item:hover .children {
    display: block;
}

#top-nav .nav-item,
#top-nav .nav-item .nav-link {
    height: 64px;
}

#top-nav .children .nav-item {
    text-decoration: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: currentColor;
}

.page-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: 360px;
    background: #1a237e;
    background: -webkit-gradient(linear,left top,right top,from(#0e2a3b),to(#34306b));
    background: linear-gradient(to right,#0e2a3b 0,#34306b 100%);
}

.b-1 {
    border: 1px solid rgba(0,0,0,0.125) !important;
}

.bt-1 {
    border-top: 1px solid rgba(0,0,0,0.125) !important;
}

.bb-1 {
    border-bottom: 1px solid rgba(0,0,0,0.125) !important;
}

.bt-1.b-exclude-first:first-child {
    border-top: none !important;
}

.bb-1.b-exclude-last:last-child {
    border-bottom: none !important;
}

.post-mention {
    text-decoration: none;
    color: #f85550;
}

.mentions-input-box {
    position: relative;
    background: #f3f3f3;
    color: #f3f3f3;
}
.mentions-input-box textarea {
    background: none !important;
    width: 100%;
    display: block;
    overflow: hidden;
    background: transparent;
    position: relative;
    outline: 0;
    resize: none;
    color: #212529 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.comments .user-comment-wrapper {
    border: 1px solid rgba(0,0,0,0.125) !important;
    padding: 15px;
    background: white;
}
.mentions-input-box .mentions {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.mentions-input-box .mentions > div {
    white-space: pre-wrap;
    width: 100%;
}
.mentions-input-box .mentions > div > strong {
    font-weight: normal;
    background: #d8dfea;
}
.mentions-input-box .mentions > div > strong > span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.comments .mentions-input-box {
    background: #FFFFFF !important;
    color: #FFFFFF !important;
}
.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #FFFFFF;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    max-height: 226px;
    overflow: hidden;
    overflow-y: auto;
}
.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}
.mentions-input-box .mentions-autocomplete-list li {
    background-color: #FFFFFF;
    padding: 0 5px;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    color: #444;
}
.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    -moz-background-origin: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mentions-input-box .mentions-autocomplete-list li em {
    font-weight: bold;
    font-style: none;
}
.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
    background-color: #f8f8f8;
}
.mentions-input-box .mentions-autocomplete-list li b {
    background: #ffff99;
    font-weight: normal;
}

.card.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no-decoration {
    text-decoration: none !important;
}

.dropdown-toggle.no-caret::after,
.dropdown-toggle.no-caret::before {
    display: none !important;
}

.progress span {
    white-space: nowrap !important;
}

.progress-label-black span {
    margin-left: 5px;
    color: #878787;
}

.sgd-nav .nav-link .icon-lock {
    display: none;
}

.sgd-nav .nav-link.closed .icon-lock {
    display: block;
}

.js-selectUser {
    background: #FFF
}

.js-selectUser.js-selectUser-loading {
    background: #fff url('../img/input-loading.gif') right 5px center no-repeat !important;
    padding-right: 30px !important;
}

.js-selectUser.input-lg.js-selectUser-loading {
    background: #fff url('../img/input-loading.gif') right 15px center no-repeat !important;
    padding-right: 50px !important;
}

.js-selectUser-wrapper { 
    position: relative;
    width: 100%;
}

.js-selectUser-wrapper .js-selectUser-list{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    color: #444;
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1000;
    max-height: 213px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.25)
}

.js-selectUser-wrapper .js-selectUser-list:before,
.js-selectUser-wrapper .js-selectUser-list:after{
    content: " ";
    display: table
}

.js-selectUser-wrapper .js-selectUser-list:after{
    clear: both
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row{
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 5px
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row:before,
.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row:after{
    content: " ";
    display: table
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row:after{
    clear: both
}.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row:last-child{
    border-bottom: none !important
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row.js-selectUser-row-selected{
    background: #f9f9f9 !important
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row:hover{
    background: #f9f9f9 !important
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-imageWrapper{
    float: left;
    height: 42px;
    width: 42px
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-imageWrapper img{
    height: 100%;
    width: 100%;
    border-radius: 21px
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-infoWrapper{
    margin-left: 50px
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-infoWrapper .js-selectUser-name{
    font-weight: 500;
    text-decoration: none;
    color: #1976D2 !important;
    margin-top: 3px
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-infoWrapper .js-selectUser-email{
    color: #878787;
    font-size: 12px
}

.js-selectWiki
{
    background: #FFF
}

.js-selectWiki.js-selectWiki-loading
{
    background: #fff url('../img/input-loading.gif') right 5px center no-repeat;
    padding-right: 30px
}

.js-selectWiki-wrapper
{
    position: relative
}

.js-selectWiki-wrapper .js-selectWiki-list
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    color: #444;
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 1000;
    max-height: 213px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    -o-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.25)
}

.js-selectWiki-wrapper .js-selectWiki-list:before,
.js-selectWiki-wrapper .js-selectWiki-list:after
{
    content: " ";
    display: table
}

.js-selectWiki-wrapper .js-selectWiki-list:after
{
    clear: both
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row
{
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 5px
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row:before,
.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row:after
{
    content: " ";
    display: table
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row:after
{
    clear: both
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row:last-child
{
    border-bottom: none !important
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row.js-selectWiki-row-selected
{
    background: #f9f9f9 !important
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row:hover
{
    background: #f9f9f9 !important
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row .js-selectWiki-infoWrapper
{
    margin-left: 5px
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row .js-selectWiki-infoWrapper .js-selectWiki-name
{
    color: #1976D2 !important;
}

.js-selectWiki-wrapper .js-selectWiki-list .js-selectWiki-row .js-selectWiki-infoWrapper .js-selectWiki-description
{
    color: #878787;
    font-size: 12px
}

.wiki-search .js-selectWiki-name
{
    font-size: 18px !important;
    line-height: 18px !important
}

.wiki-search .js-selectWiki-description
{
    font-size: 14px !important;
    line-height: 21px !important
}

.wiki-search .js-selectWiki-loading
{
    background-position: right 10px center !important;
    padding-right: 30px !important
}

.community-wiki .wiki-row
{
    padding: 10px;
    cursor: pointer
}

.community-wiki .wiki-row .userImage
{
    width: 81px;
    height: 81px
}

.community-wiki .wiki-row .userImage img
{
    border: 3px solid #fff;
    background: #FFF
}

.community-wiki .wiki-row .activityWidget-content
{
    margin-left: 90px;
    padding-top: 11px
}

.community-wiki .wiki-row .wiki-name
{
    font-size: 18px;
    line-height: 16px
}

.community-wiki .wiki-row .wiki-description
{
    color: #878787
}

.community-wiki .wiki-row .wiki-charge
{
    color: #444;
    font-size: 14px
}

.community-wiki .wiki-row:hover
{
    background-color: #ffc100 !important
}

.community-wiki .wiki-row:hover .wiki-name,
.community-wiki .wiki-row:hover .wiki-charge,
.community-wiki .wiki-row:hover .wiki-description
{
    color: #FFFFFF
}

.table-rows {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-rows li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.table-rows li:first-child {
    border-top: 1px solid #ddd;
}

.table-rows .table-label {
    word-wrap: break-word;
    float: left;
    min-height: 1px;
    width: 180px;
    margin-right: 18px;
    color: #878787;
}

.table-rows .table-value {
    word-wrap: break-word;
    float: left;
    min-height: 1px;
    color: #444;
    width: 520px;
}

.gallery-media .media {
    position: relative;
    width: 211.5px;
}

.gallery-media .media .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,0.54);
    color: #FFF;
}

.card-loading {
    background-image: url('../img/post-loading-bg.gif'); 
    background-repeat: repeat-y; 
    background-size: contain; 
}

.photos .photo-item {
    float: left;
    margin: 4px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: white;
    background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    background-position: 0 0,10px 11px;
}

.photos .photo-item img {
    display: block;
    width: auto;
    height: 100%;
    transition: transform .15s ease-in-out;
}

.photos .photo-item:hover img {
    transform: scale(1.1, 1.1);
}

.photos .photo-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    font-size: 14px;
    text-shadow: 0 0 2px #000;
    white-space: nowrap;
    background-image: linear-gradient(transparent 65%, rgba(0,0,0,.45));
    height: 100%;
    opacity: 0;
    transition: .2s linear;
}

.photos .photo-item:hover .info {
    opacity: 1;
}

.photos .photo-item .info .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8px 8px;
    line-height: 14px;
    font-weight: 500;
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}

.photos .photo-item .info .photo-attribution {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-top: 1px;
    transition: color .15s linear;
}

.photos .photo-item .info .photo-attribution:hover {
    color: #fff;
}

.photos .photo-item .info .text {
    -webkit-flex: 1;
    min-width: 0;
    min-height: 0;
}

.photos .photo-item .info .text div {
    display: block;
    margin: 2px 0;
    text-shadow: 0 0 2px #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}

.photos .photo-item .info .tool {
    padding: 0 5px;
    //margin-top: 8px;

    display: inline-block;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.photos .photo-item .info .tool i {
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

#file-dropzone {
    background: white; 
    color: black !important; 
    padding: 24px; 
    border: 2px dashed #4caf50;
    cursor: pointer;
}

#file-dropzone:hover {
    background: #4caf50; 
    color: white !important; 
    border-style: solid; 
}

#file-dropzone:active {
    background: white; 
    color: black !important; 
}

.upload-item-prototype {
    display: none;
}

.photo-item-prototype {
    display: none;
}

#view-photo .image-view {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.arrows-container {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.arrows-container .show-arrow.left-arrow,
.arrows-container .show-arrow.right-arrow {
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: url('../img/2x2.gif');
}

.arrows-container .show-arrow.left-arrow {
    left: 0px;
}

.arrows-container .show-arrow.right-arrow {
    right: 0px;
}

.arrows-container .arrow-img {
    width: 100%;
    height: 100%;
    display: none;
}

.arrows-container .left-arrow .arrow-img {
    background: url('../img/arrowleft.png') left center no-repeat;
    margin-left: 20px;
}

.arrows-container .right-arrow .arrow-img {
    background: url('../img/arrowright.png') right center no-repeat;
    margin-right: 20px;
    float: right;
}


/*.photo-item:hover {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.5);
}*/

.image-wrapper {
    background: #000 url('../img/photo-loading.gif') no-repeat center center;
    position: relative;
    cursor: pointer;
}

.image-wrapper .image-container {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.comments-wrapper {
    width: 360px;
    position: relative;
    background: url('../assets/images/patterns/chat_bg.jpg');
    background-size: 550px;
    border-color: #f2f3f3;
    color: #313534;
    border-left: 1px solid rgba(0,0,0,0.03);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;

    transition: width .3s ease-in-out;
}

#view-photo.expanded .comments-wrapper {
    width: 100% !important;
}

#view-photo.expanded .comments-description,
#view-photo.expanded .comments-tags {
    display: none;
}

#view-photo.expanded .comments-header .btn-close {
    transform: scale(1,1);
}

.comments-wrapper .comments-header {
    padding-left: 16px;
    padding-right: 15px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,0.08);

    -webkit-flex: none;
    flex: none;
    width: 100%;
    background-color: #eee;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    z-index: 1000;
}

.comments-header .comments-info {
    order: 1;
    flex: auto;
}

.comments-header .comments-tools {
    order: 2;
    flex: none;
}

.comments-wrapper .comments-header:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: rgba(255,255,255,0.14);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.comments-header .btn-close {
    width: 36px;
    height: 36px;
    transform: rotate(180deg);
    transition: transform .15s ease-in-out;
    margin-top: 2px;
}

.comments-header .btn-close i {
    font-size: 24px;
}

.comments-wrapper .comments-list {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    padding-top: 0;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), color-stop(20%, rgba(255,255,255,0.6)), to(rgba(255,255,255,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.8));
    background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.8));
}

/*.comments-wrapper.loading .comments-list {
    padding-top: 54px;
}*/

.comments-wrapper .comments-list .comments-loading  {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -22px;
    z-index: 99;
    transition: .15s ease-in-out;
}

.comments-wrapper.loading .comments-list .comments-loading  {
    top: 12px;
}

.comments-wrapper .comments-footer {
    padding: 0;
    background-color: rgba(255,255,255,0.6);
    box-sizing: border-box;
    min-height: 62px;
    position: relative;
    flex: none;
    width: 100%;
}

.comments-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.comments-description {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

.comments-tags {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #878787;
}

.comments-data {
    font-size: 12px;
    opacity: 0.8;
    line-height: 14px;
}

.block-compose {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 10px 19px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #f5f1ee;
    position: relative;
    z-index: 2;
}

.block-compose .input-container {
    border-radius: 5px;
    width: inherit;
    background-color: #ffffff;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    padding-right: 16px;
    position: relative;
}

.block-compose .input, .block-compose .input-container {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    line-height: 20px;
    font-size: 15px;
    min-height: 20px;
    border: none;
    padding: 10px 12px;
    width: 100%;
    outline: none;
}

.input-placeholder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    margin-left: 13px;
    top: 10px;
    left: 0px;
    color: #a4a4a4;
    pointer-events: none;
    transition: opacity .08s linear;
    z-index: 100;
    font-size: 15px;
    line-height: 20px;
    z-index: 0;
}

.block-compose.has-text .input-placeholder {
    display: none;
}

.block-compose .input-container .input {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding: 0 2px 0 0;
    min-height: 20px;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(255,255,255,0);
    border-left: 0.1px solid transparent;
    position: relative;
    z-index: 1;
}

.compose-btn-send {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.9;
    margin-left: 26px;
    margin-bottom: 8px;
    display: none;
}

.block-compose.has-text .compose-btn-send {
    display: block;
}

.block-compose button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    margin-left: 12px;
}

.block-compose button .icon {
    width: 24px;
    height: 24px;
    vertical-align: baseline;
    font-size: 24px;
}

.list-chats{padding-left:0;list-style:none}

.list-chats .chat-body {
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
    padding: 6px 0 8px 0;
    padding-left: 9px;
    padding-right: 7px;
}

.list-chats li.chat-left .chat-body {
    float: left;
    background-color: #f85550;
    color: white;
}

.list-chats .chat-body .comment-author {
    font-weight: 500;
    display: none;
    font-size: 12px;
    white-space: nowrap;
}

.list-chats .chat-body .comment-text {
    font-size: 14px;
    line-height: 21px;
}

.list-chats .chat-body .comment-time {
    text-align: right;
    font-size: 11px;
    line-height: 15px;
}

.list-chats .chat-body.has-author .comment-author {
    display: block;
}

.list-chats .chat-left .chat-avatar + .chat-body {
    border-top-left-radius: 0;
}

.list-chats li:not(.chat-left) .chat-avatar + .chat-body {
    border-top-right-radius: 0;
}

.list-chats .chat-left .chat-avatar + .chat-body:after {
    border-color: transparent rgb(220, 248, 198) transparent transparent;
}

.list-chats .chat-avatar img {
    height: 100%;
}

.color-1{color:#35cd96 !important}
.color-2{color:#6bcbef !important}
.color-3{color:#e542a3 !important}
.color-4{color:#91ab01 !important}
.color-5{color:#ffa97a !important}
.color-6{color:#1f7aec !important}
.color-7{color:#dfb610 !important}
.color-8{color:#029d00 !important}
.color-9{color:#8b7add !important}
.color-10{color:#fe7c7f !important}
.color-11{color:#ba33dc !important}
.color-12{color:#59d368 !important}
.color-13{color:#b04632 !important}
.color-14{color:#fd85d4 !important}
.color-15{color:#8393ca !important}
.color-16{color:#ff8f2c !important}
.color-17{color:#a3e2cb !important}
.color-18{color:#b4876e !important}
.color-19{color:#c90379 !important}
.color-20{color:#ef4b4f !important}

#view-photo .image-overlay {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .3s;
}

#view-photo .image-overlay .photo-actions {
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
}

#view-photo .image-wrapper:hover .image-overlay, #photo-modal .image-wrapper.tagging .image-overlay {
    opacity: 1;
}

#view-photo.tagging .image-wrapper {
    cursor: crosshair;
}

.photo-tag {
    border: 3px solid rgba(255, 255, 255, .9);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75), 0 0 4px rgba(0, 0, 0, .5) inset;
    position: absolute;
    visibility: visible;
    z-index: 99999;
}

.photo-tag.tagger {
    display: none;
}

#view-photo.tagging .photo-tag.tagger {
    display: block;
}

.photo-tag.tagger .tagger-typeahead {
    border: 3px solid rgba(255, 255, 255, .9);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75), 0 0 4px rgba(0, 0, 0, .5) inset;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -150px;
}

.photo-tag.tagger .tagger-typeahead input {
    width: 300px;
    border: 1px solid #CCC;
    padding: 2px;
    outline: none;
}

.viewport {
    border: 3px solid rgba(255, 255, 255, .4);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75), 0 0 4px rgba(0, 0, 0, .5) inset;
    position: absolute;
    opacity: 0;
    z-index: 999;
}

.viewport:hover,
.viewport.active {
    opacity: 1;
}

.viewport.viewport-loading {
    background: url('../img/photo-loading.gif') no-repeat center center;
    opacity: 1;
}

.js-selectUser-wrapper .js-selectUser-list .js-selectUser-row .js-selectUser-infoWrapper {
    line-height: 18px;
}

#photo-modal .image-wrapper {
    background: #000000 url('../img/photo-loading.gif') no-repeat center center;
    position: relative;
    cursor: pointer;
}
#photo-modal .image-wrapper .image-container {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
#photo-modal .image-wrapper .image-container .gallery-image {
    width: 100%;
}
#photo-modal .comments-wrapper {
    width: 360px;
    position: relative;
}
#photo-modal .new-comment {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
}
#photo-modal .image-overlay {
    opacity: 0;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .3s;
}
#photo-modal .image-overlay .photo-actions {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
}
#photo-modal .image-wrapper:hover .image-overlay,
#photo-modal .image-wrapper.tagging .image-overlay {
    opacity: 1;
}
#photo-modal .image-wrapper.tagging {
    cursor: crosshair;
}
#photo-modal .image-wrapper:hover .image-overlay,
#photo-modal .image-wrapper.tagging .image-overlay {
    opacity: 1;
}
#photo-modal .photo-tag {
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    visibility: visible;
    z-index: 99999;
}
#photo-modal .photo-tag.tagger .tagger-typeahead {
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -150px;
}
#photo-modal .photo-tag.tagger .tagger-typeahead input {
    width: 300px;
    border: 1px solid #CCC;
    padding: 2px;
    outline: none;
}
#photo-modal .viewport {
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    opacity: 0;
}
#photo-modal .viewport:hover,
#photo-modal .viewport.active {
    opacity: 1;
}
#photo-modal .viewport.loading {
    background: url('../img/photo-loading.gif') no-repeat center center;
    opacity: 1;
}
#photo-modal .photo-applaud.applauded {
    background: #ffc100;
    content: '';
}

.js-applauseButton {
    cursor: pointer !important;
}

.js-applauseButton.applauded * {
    color: #f85550 !important;
} 

.list-chats .chat{position:relative;min-height:40px;margin:16px 0 0 0;padding:0 52px;text-align:right}
.list-chats .chat:before,
.list-chats .chat:after{content:" ";display:table}
.list-chats .chat:after{clear:both}.list-chats .chat:before,
.list-chats .chat:after{content:" ";display:table}
.list-chats .chat:after{clear:both}.list-chats .chat-avatar{position:absolute;right:0;width:40px;height:40px;margin:0;text-align:center;border-radius:999px; overflow: hidden}
.list-chats .chat-avatar img{width:100%}.list-chats .chat-avatar .fa,
.list-chats .chat-avatar .md{line-height:40px;font-size:18px}
.list-chats .chat-avatar .glyphicon{line-height:32px;font-size:16px}
.list-chats .chat-body{position:relative;display:inline-block;float:right;clear:both;padding:12px;margin-bottom:2px;text-align:left;color:#313532;background:#fff}
.list-chats .chat-body small{display:block;margin-bottom:-4px;opacity:.7}
.list-chats .chat-avatar+.chat-body:after{position:absolute;content:'';z-index:0;width:0;height:0;border-style:solid;top:0;right:-12px;border-width:0 0 12px 12px;border-color:transparent transparent transparent #fff}
.list-chats .chat-left .chat{text-align:left}
.list-chats .chat-left .chat-avatar{left:0;right:auto}
.list-chats .chat-left .chat-body{float:left;background-color:#f85550;color:#fff}
.list-chats .chat-left .chat-avatar+.chat-body:after{top:0;left:-12px;border-width:0 12px 12px 0;border-color:transparent #f85550 transparent transparent}

.post-type {
    opacity: 0.5;
}

.post-type:hover,
.post-type.active,
.post-type:hover i,
.post-type.active i{
    opacity: 1;
    color: #f85550 !important;
}

.community-attachment .drop-area {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    position: relative;
    width: 100%;
    padding-left: 10px;
}

.community-attachment .drop-area .drop-placeholder, .js-prototypeCreator--placeholder {
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #9d9d9d;
    padding: 24px;
}

.fileItem {
    position: relative;
    width: 160px;
    height: 100px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    background-position: 0 0,10px 11px;
    border: 1px solid rgba(0,0,0,0.125) !important;
}

.fileItem-image {
    width: 100%;
    height: 100%;
}

.fileItem-image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.loadingBar {
    width: 3%;
    height: 100%;
    background: #f85550;
    position: absolute;
    top: 0;
    left: 0;
}

.fileItem-footer {
    position: absolute;
    bottom: 0;
    height: 25px;
    background: #3c4252;
    color: #fff;
    width: 100%;
    line-height: 25px;
}

.fileItem-footer:before, .fileItem-footer:after {
    content: " ";
    display: table;
}

.fileItem-icon {
    width: 25px;
    background: #f85550;
    float: left;
    text-align: center;
}

.fileItem-name {
    padding: 0px 6px;
    line-height: 25px;
    margin-left: 25px;
    overflow: hidden;
    word-break: break-word;
    height: 100%;
    font-size: 12px;
}

.btn.btn--remove {
    position: absolute;
    top: -10px;
    right: -10px;
}

.fileItem .btn.btn--remove {
    display: none;
}

.fileItem:hover .btn.btn--remove {
    display: flex;
}

.formFieldContainer.error .error-message {
    display: block;
}

.community-attachment input {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px;
}

.formFieldContainer .error-message {
    display: none;
    margin-top: 5px;
    color: #e74c3c !important;
    text-align: right;
}

.formFieldContainer.error input {
    border-color: #e74c3c !important;
    color: #e74c3c !important;
    background-color: #fdf3f2 !important;
    outline-color: #e74c3c !important;
}

input.loading {
    background-image: url('../img/input-loading.gif');
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.js-video .js-video-duration {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #000;
    padding: 0 4px;
    font-weight: bold;
    font-size: 11px;
    color: #fff !important;
    opacity: .75;
    vertical-align: top;
    zoom: 1;
    height: 16px;
    line-height: 17px;
}

.js-video .js-video-image {
    height: 110px;
    width: 196px;
    overflow: hidden;
    background: #000000;
    position: relative;
}

.media-icon {
    height: 100%;
    background: white;
}

.media-icon i {
    font-size: 72px;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -48px;
    line-height: 72px;
}

.modal,
.quick-panel-sidebar {
    overflow-y: scroll; 
    overflow-x: hidden; 
    -webkit-overflow-scrolling: touch;
}

.menu-sidebar .active {
    background: #f85550 !important;
    color: white !important;
}

.menu-sidebar .active i {
    color: white !important;
}

.has-collapse-indicator.collapsed .expand-indicator {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.has-collapse-indicator .expand-indicator {
    webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform .3s ease-in-out, opacity .25s ease-in-out .1s, -webkit-transform .3s ease-in-out;
}

.mobile-scroll-x {
    overflow-y: hidden; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
}

.mobile-scroll-y {
    overflow-y: scroll; 
    overflow-x: hidden; 
    -webkit-overflow-scrolling: touch;
}

.mobile-scroll {
    overflow-y: scroll; 
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;
}

.small-loading {
    width: 60px; 
    height: 60px; 
    margin: auto;
    position: relative;
}

.big-loading {
    width: 120px; 
    height: 120px; 
    margin: auto;
    position: relative;
}


.hH {

}

.notification.unread {
    background: #E3F2FD !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-underline-hover:hover {
    text-decoration: underline !important;
}

body.fullscreen-modal .modal {
    padding: 0 !important;
}

/*body.fullscreen-modal .modal-backdrop {
    background: #7f7f7f !important;
    opacity: 1 !important;
}*/

body.fullscreen-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body.fullscreen-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal .fullscreen-off-btn {
    display: none;
}

body.fullscreen-modal .modal .fullscreen-on-btn {
    display: none;
}

body.fullscreen-modal .modal .fullscreen-off-btn {
    display: block;
}

#top-nav .children .nav-item.active {
    background: #f85550 !important;
}

#top-nav .children .nav-item.active .nav-link {
    color: white !important;
}

#top-nav .children .nav-item.active {
    color: white !important;
}

.transparent-image-bg {
    background-color: white;
    background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    background-position: 0 0,10px 11px;
}



@media (max-width: 574px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 575px) {
    .shown-xs {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 768px) {
    .shown-sm {
        display: none;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none;
    }
    .ui-pnotify {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .shown-md {
        display: none;
    }
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 1200px) {
    .shown-lg {
        display: none;
    }
}

#modal--loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10005;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    margin-left: -37px;
    margin-top: -37px;
    width: 74px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    overflow: hidden;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 75%;
    transform-origin: center center;
    width: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

#toolbar > .row {
	max-width: 1440px;
	margin: auto;
}

.page-layout,
.page-header-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 320px;
}

@media (max-width: 767px) {
    .page-layout,
    .page-header-content {
        width: 100%;
    }
    
    .page-layout {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
	.page-layout,
	.page-header-content {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.page-layout,
	.page-header-content {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.page-layout,
	.page-header-content {
		width: 1170px;
	}
}

@media (min-width: 1440px) {
	.page-layout,
	.page-header-content {
		width: 1170px;
	}
}

.search-container-top {
    background: #F2F3F5;
    border: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-container-top.focused {
    background: white;
    border: 1px solid #DEDFE0;
}

.search-button-top:hover {
    background: #f85550 !important;
    color: white !important;
}

.search-button-top:hover i {
    color: white !important;
}

.btn-outline-secondary i {
    color: #f85550;
}

.btn-outline-secondary:hover i {
    color: white;
}

a.tag {
    text-decoration: none;
}

a.tag:hover {
    color: #f85550;
    text-decoration: underline;
}

::selection {
    background-color: #f85550;
    color: white;
}

.ui-pnotify-container {
    padding: 0rem 2.4rem !important;
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}



@media print {
    .container-fluid, .navBar, .noprint, .tooltip, .modal-closeBtn {
        display: none !important;
    }

    .mainContainer {
        padding-top: 0 !important;
    }

    div {
        //page-break-inside: avoid;
    }

    * {
        border-color: #000000 !important;
        color: #000000 !important;
    }

    .frontendCard-subItem,
    table {
        page-break-inside: avoid;
    }

    .progress {
        border: 1px solid #000000 !important;
        box-shadow: none !important;
    }

    .progress .progress-bar {
        background: #CCC !important;
        box-shadow: none !important;
        border-right: 1px solid #000000 !important;
        -webkit-print-color-adjust: exact; 
    }

    .circle {
        //background: #CCC !important;
        //-webkit-print-color-adjust: exact; 
        border: 1px solid #000000 !important;
    }

    .modal {
        padding: 0 !important;
    }

    .modal .modal-dialog {
        min-width: 100% !important;
        min-height: 100% !important;
        margin: 0 !important;
    }

    .card, table {
        page-break-inside: avoid;
    }

    .modal-backdrop {
        background: white !important;
        opacity: 1 !important;
    }
}

