:focus {
    outline: 0px;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
	color: #3e3e3e;
}

/** Coloring inputs **/
.form-control, .select2-container--default .select2-selection--single {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.24);
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .form-control:focus {
	color: #000;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
	border: 1px solid rgba(0, 0, 0, 0.24);
}
/** Coloring inputs  ends **/

.control-sidebar.no-footer, .control-sidebar.no-footer::before {
	bottom: 0px;
}
.swal2-popup.swal2-toast .swal2-title {
    margin-left: 15px;
	color: #525252;
}
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }

.hidden { display: none !important; }

.hidden-data .hide-data { display: none; }

.modal-edit .on-add, .modal-edit .on-insert, .modal-add .on-edit { display: none; }
.modal-edit .on-edit, .modal-add .on-add, .modal-add .on-insert { display: inherit; }

.modal-header button.close {
	position: absolute;
    top: 0px;
    right: 0px;
    background: #4b4b4b;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    padding: 5px 10px;
	outline: none;
}

.btn > i { line-height: 1.5; }

.p_page {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-sm .p_page {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.p_page:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.select-control { width: 100%; }
textarea:not(.withresize) { resize: none; }
.hide { display: none !important; }
.validate-relative{position:relative}
.validate-relative .validate-parent-text{background:rgba(0,0,0,.78);position:absolute;color:#fff;min-width:120px;font-size:11px;border:1px solid #2b2b2b;padding:4px 10px;cursor:pointer}
.validate-relative .validate-parent-text:after{content:"";position:absolute;border-left:7px solid transparent;border-top:7px solid rgba(0,0,0,.78);border-bottom:7px solid transparent;border-right:7px solid transparent;top:23px;right:7px}

.table.table-auto>thead>tr:first-child>th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #39536c;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 0px;
}
.table.table-auto>thead>tr>th, .table.table-auto>tbody>tr>td {
    border-top: 1px solid #dee2e6;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.hint-icon {
	position: absolute;
	top: 5px;
	right: 10px;
}
.hint-icon {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.hint-icon:before {
	content: "\f059";
	color: #212529;
}


.card-secondary:not(.card-outline) .card-header .dropdown-item, .card-secondary:not(.card-outline) .card-header .dropdown-item a {
	color: #212529;
}

.example_columns div {
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.example_columns div.active {
	background: #d3ffbd;
}
.example_columns div.hovered, .example_columns div.hovered.active {
	background: #e2e2e2;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.frame-container {
	padding: 15px 15px 5px 15px;
    border: 1px solid rgba(0,0,0,.31);
    position: relative;
	margin-bottom: 24px;
	border-radius: 4px;
}
.frame-container > label {
	position: absolute;
	top: -11px;
    left: 5px;
    background: #fff;
    padding: 0px 10px;
}
.frame-container > .icon-close {
	position: absolute;
    top: -10px;
    right: 5px;
    background: #fff;
    color: #888;
    padding: 0px 10px;
    cursor: pointer;
    transition: color .4s;
    font-size: 1.125em;
}
.frame-container > .icon-close:hover {
	color: #574e92;
}
.input-group-addon.transparent {
    background: transparent;
    border: 0px;
    padding: 0px 15px 0px 0px;
	line-height: 2.3rem;
}
.input-group-addon.transparent.bold { text-align: center; padding: 0px 12px; font-weight: 600; }

.grouping-prilog-group {
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
}
.remove-group-prilog {
	position: absolute;
    top: -8px;
    right: -6px;
    background: #f3f3f3;
    color: #676767;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.remove-group-prilog:hover {
	color: #fd0000;
}


/** EDITOR CSS **/
.note-editable p { margin: 0px; line-height: 1.4; }
