.btn-icon-split {
    padding-right: 8px;
}

label.custom-error {
    font-size: 12px;
    margin: 0;
}

.custom-error {
    color: #e74a3b !important;
}

.money {
    text-align: right;
}

/* Override Font-Awesome */

/* Color Added for Clarity */

.fa-file-text-o:before, .fa-file-txt-o:before {
    content: "\f15c";
    color: #808080;
}

.fa-file-pdf-o:before {
    content: "\f1c1";
    color: #BC0A0A;
}

.fa-file-word-o:before, .fa-file-doc-o:before, .fa-file-docx-o:before {
    content: "\f1c2";
    color: #2277bb;
}

.fa-file-excel-o:before, .fa-file-xls-o:before, .fa-file-xlsx-o:before {
    content: "\f1c3";
    color: #22bb66;
}

.fa-file-powerpoint-o:before, .fa-file-ppt-o:before, .fa-file-pptx-o:before {
    content: "\f1c4";
    color: #ff5533;
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before, .fa-file-bmp-o:before, .fa-file-gif-o:before, .fa-file-jpeg-o:before, .fa-file-jpg-o:before, .fa-file-png-o:before {
    content: "\f1c5";
    color: #ffaa00;
}

.fa-file-archive-o:before, .fa-file-bz2-o:before, .fa-file-dmg-o:before, .fa-file-gz-o:before, .fa-file-gzip-o:before, .fa-file-iso-o:before, .fa-file-rar-o:before, .fa-file-tar-o:before, .fa-file-tgz-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
    color: #333355;
}

.square-file-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.file-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    color: #858796 !important;
    text-decoration: none !important;
}

.file-icon {
    flex: 3;
}

.file-description {
    flex: 1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 8px;
}

.item-file-delete {
    position: absolute;
    top: 10px;
    color: #c3c3c3;
    right: 10px;
}

.item-file-delete:hover {
    color: #BC0A0A;
}

.extension-icon {
    margin-bottom: 15px;
}

.table td {
    vertical-align: middle;
}

.tree {
    background-color: #f8f9fc;
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    font-weight: 700;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #f8f9fc;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li .btn.btn-sm {
    padding: 2px 7px !important;
    bottom: 0px;
    position: relative;
    font-size: 11px;
}

.tree li>ul {
    display: none;
}

.tree li.opened>ul {
    display: block;
}

.tree li .icon {
    display: none;
}

.tree li.has-child>div.tree-head>div.tree-head-action>.icon.icon-closed {
    display: contents;
}

.tree li.has-child>div.tree-head>div.tree-head-action>.icon.icon-opened {
    display: none;
}

.tree li.has-child.opened>div.tree-head>div.tree-head-action>.icon.icon-opened {
    display: contents;
}

.tree li.has-child.opened>div.tree-head>div.tree-head-action>.icon.icon-closed {
    display: none;
}

.tree div.tree-head {
    cursor: pointer;
}

.tree-head-action {
    display: inline-block;
}

.tree li.has-child>div.tree-head>.remove-item-tree {
    display: none;
}

/*.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}*/

.card {
    overflow-x: hidden;
}

.col-title {
    padding-top: 1px;
    padding-bottom: 1px;
}

.col-title>strong {
    font-size: 18px;
}

@media print {
   /* body {
        -webkit-print-color-adjust: exact !important;
    }
    body * {
        visibility: hidden;
    }
    #printable, #printable * {
        visibility: visible !important;
        -webkit-print-color-adjust: exact !important;
    }
    #printable {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 100;
        background-color: #fff;
        clear: both !important;
    }*/

    #printable {
        clear: both !important;
        page-break-after: always;
    }
  
}
.sa-input-error.show {
    display: block !important;
    color: #BC0A0A;
    padding-top: 8px;
}
#cal-slide-content {
    background-color: #262628 !important;
    background-image: linear-gradient(180deg, #262628 10%, #191a1c 100%) !important;
}

#cropimg {
    display: block !important;
    max-width: 100%;
    max-height: 100%;
}

#cropimg.cropper-hidden {
    display: none !important;
}

.cropper-container {
    margin: auto;
}

#cropprogress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cropprogress>.pcontent {
    width: 80%;
    color: #fff;
}

.input-upload {
    cursor: pointer;
}
.cropper-container.cropper-bg {
    max-width: 100%;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empty-msg {
    font-style: italic;
    padding-bottom: 4px;
    padding-top: 4px;
}
