.custom-error{
	color:red;
	font-size: 12px;
	margin-top:5px;
}



.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle){
	background:#003F88;
}


table.dataTable>tbody>tr.selected>*{
	box-shadow:none;
	color:unset;
}

table.dataTable>tbody>tr.selected a{
	color:#fff;
}


.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active>a:not(.page-link), .pagination li.active>a:not(.page-link):hover, .pagination li.active>a:not(.page-link):focus{
	background:#003F88;
}

.btn-namoza, .btn-namoza:hover{
	background:#003F88 !important;
	color: #fff !important;
}


.table-responsive {
    overflow-x: scroll; /* Enable horizontal scrolling on large screens */
  }


.tox .tox-promotion-link {
        display: none !important;
    }


 .nav-tabs{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.nav-tabs::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}


.ovx{
	overflow-x:scroll;
}

.section-btn{
	white-space: nowrap;
}


.section-btn{
	background:#c3c3c3 !important;
}

.section-btn.active{
	background:#003F88 !important
}


.btn-success{
	background:#28c76f !important;
}


.my-nested-sortable .btn-secondary:first-child{
    background: #28C76F;
    border: 0;
    margin: 5px 10px;
    padding: 8px 10px;
	border-radius: 4px !important;
}

.my-nested-sortable .btn-secondary:nth-child(2){
    background: #FF4C51;
    border: 0;
    margin: 5px 10px;
    padding: 8px 10px;
	border-radius: 4px !important;
}


.icon-size-24{
    font-size:24px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus{
	background: #003F88;
}

.form-check-input:checked{
	background-color:#003F88;
	border-color: #003F88;
}

/*
.select2-search--inline {
    display: contents; 
}

.select2-search__field:placeholder-shown {
    width: 100% !important; 
}
	*/


.iti{
	width:100%;
}

.iti__country-list{
	max-width: 320px;
}