/* 
 * Small elements website by M.L.D 
 * © 2018 M-Studio  - https://lll-studio.pro
*/


/*  ladder/datatables */
.yellow {
    color: #c9e240;
}
.green {
    color: #64ad41;
}
.red {
    color: #fb434a;
}
.yes { 
    background-color: #f2fff5;
    color: #6c757f;
}
.editor-pl {
    position: relative;
    left: 10px;
    color: #9fbfdd;
}
.delete-ic {
    position: relative;
    top: -1px;
    padding-right: 10px;
}
.thead-edition {
    background: #f6f7f7;
    border-bottom: solid 1px #e3e6e7;
    border-top: solid 1px #e3e6e7;
    color: #727b80;
}
th.sorting_asc {
    color: #4f4f4f;
}
.text-c {
    color: #667886;
}
.fa-triangle {
    position: relative;
    top: -6px;
    left: -4px;
}
.fa-sort-none { 
    display: none
}
.fa-chevron-double-up {
    position: relative;
    top: -1px;
    left: 5px;
    color: #74a4a8;
}
.fa-chevron-double-down {
    position: relative;
    top: -1px;
    left: 5px;
    color: #a87474;
}
.pos-up {
    background: #f2fff5;
}
.pos-down {
    background: #fff2f2;
}
.tb-wite {
    background: #fff;
}
.left_article {
	width: 60%;
	float: left;
	padding-bottom: 15px;
}
.right_article {
	width: 40%;
	float: left;
}
.file-box {
    float: left;
    max-width: 220px;
}
.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}
.file .icon {
    padding: 15px 10px;
    text-align: center;
}
.file .icon i {
    font-size: 70px;
}
.file .icon, .file .image {
    height: 100px;
    overflow: hidden;
}
.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}
.colgrey {
    color: #aeaeae;
}
@media (max-width: 620px) {
.utils__scroll-top {
    display: none;
    }
}
.text-muted {
    position: relative;
    top: -5px;
}
.faq-item {
    padding: 20px;
    margin-bottom: 2px;
    background: #fff;
}
.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #1a86b3;
    display: block;
}
.font-bold {
    font-weight: 600;
}
.faq-item .tag-item {
    box-sizing: border-box;
    background: #f3f3f4;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
}
@media (max-width: 320px) {
.placeholder-a {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
}
@media (max-width: 360px) {
.placeholder-a {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
}
.qe {
    position: relative;
    color: #0091fe;
    top: -1px;
    left: 4px;
}
.txt-co {
    color: #33687e;
}
.badge2 {
    display: inline-block;
    padding: 0.16em 0.4em;
    font-size: 75%;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.15rem;
}
.inp-smd {
    position: relative;
    top: 4px;
}
.smd {
    position: relative;
    top: -8px;
}
.progress {
    width: 25%;
    height: 0.4rem;
}
.small-title-add {
    position: relative;
    top: -6px;
    color: #b9b9b9 !important;
    font-size: 0.7rem;
    font-weight: 400;
}
/* edit */
#loading-layer { 
    background: #0e0b20; 
    padding: 20px; 
    text-align: center; 
    color: #fff; 
    border-radius: 2px;
    opacity: .4;
}
.ui-dialog {
    z-index: 1101;
    background: #f6f7f7;
}
.ui-dialog-titlebar {
    background: #fdfdfd;
}
.ui-dialog-buttonpane {
    background: #fdfdfd;
}
.ui-dialog-titlebar-close  {
    position: relative;
    top: 3px;
    left: -2px;
    font-size: 1.2em;
}
.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 12px;
}
/* --- Quick edit --- */
input::-webkit-input-placeholder {
    color: #b8beca !important;
}
input::-moz-placeholder {
    color: #b8beca !important;
}
input:-moz-placeholder {
    color: #b8beca !important;
}
input:-ms-input-placeholder {
    color: #b8beca !important;
}
#dlepopup-news-edit input[type="text"], input[type="password"], input[type="email"], textarea {
    display: inline-block;
    width: 60%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #5d6165;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#dlepopup-news-edit input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, #dlepopup-news-edit .xfieldsrow select:focus {
    border-color: #0190fe;
}
#dlepopup-news-edit  .quick-edit-text {
    margin-bottom: 1rem;
}
#dlepopup-news-edit .xfieldsrow {
    margin-bottom: 1rem;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1.7;
}
#dlepopup-news-edit .xfieldscolleft {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #74708d;
    transition: color 0.2s ease-in-out;
}
#dlepopup-news-edit .xfieldscolright {
    position: relative;
    margin-bottom: 1rem;
    box-sizing: border-box;
    word-wrap: break-word;
}
#dlepopup-news-edit .xfieldscolright:focus {
    color: #6c757d;
    opacity: 1;
}
#dlepopup-news-edit .quick-edit-select {
    display: block;
    width: 40%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#dlepopup-news-edit .quick-edit-select {
    color: #74708d;
    height: auto;
    background: #fff center right no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZDNDdFRTkxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZDNDdFRTgxRTJBMTFFNjg0MUM5MTMwMjYwRDYwRDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69wtu7AAAAe0lEQVR42mLce+zSOVFhYUMGNHDv4cOd/q6WHgxkAqbvP77H/P339zey4Nfv3z7ceXA/hoECwCQnLXPtw8eP05EFHz15WuRm7/CGIoNBhLCgUPnPX79egdgv37w+qKmqOp+BQsAEpX8wMTFm/fnz5/P/f//DGagAAAIMAKIuMR+q/rU9AAAAAElFTkSuQmCC"); 
}