html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #f1f1f1;
    font-size: 14px;
}

a {
    outline: 0;
}

a:hover {
    color: #0c0c0c;
    text-decoration: none;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 80px;
}

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}

li.nav-item.logoSIdebar img {
    max-width: 200px;
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 56px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
    font-size: 24px;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.card-body {
    background: #fff;
}

a {
    color: #ff7f19;
}

a.nav-link.active i {
    color: #fff !important;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 0rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 90px !important;
    background-color: #0c0c0c;
    min-height: 100vh;
    z-index: 9;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}

.toggled .dropdown-menu.show {
    display: none;
}

.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item .nav-link {
    color: #fff;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: #fff;
}

.sidebar li.nav-item.active,
.sidebar li.nav-item a:active {
    background: #2d3444;
}

li.nav-item a:after {}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

.sidebar .nav-item .nav-link i {
    margin-right: 5px;
    color: #ff951a;
    color: #ff951a !important;
}

a.nav-link.active {
    color: #ff9619 !important;
}

.sidebar li.logo a {
    color: #fff;
    text-align: center;
    display: block;
}

.visibilityHidden {
    visibility: hidden;
}

.sidebar {
    width: 270px !important;
    overflow: hidden;
    z-index: 9;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    width: 225px;
}

li.nav-item.dropdown.show a.dropdown-toggle {
    color: #fff;
}

.sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: inline;
}

.sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0;
    top: 0;
    padding: 1px 0px;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
}

.sidebar.toggled {
    /*overflow: visible;
    width: 90px !important;  */
}

.sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.navbar-dark .navbar-brand img {
    /*  max-width: 180px;*/
    max-height: 44px;
    width: 100%;
}

.hide {
    display: none;
}

.navbar-dark .navbar-brand {
    color: #fff;
    background: #fff;
    width: 200px;
    width: 165px;
    text-align: center;
    padding: 12px 0px;
    margin-left: 10px;
}

.navbar-dark .navbar-brand a {
    color: #fff;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

button#sidebarToggle {
    margin: 0px;
    color: #333;
    font-size: 24px;
    border-radius: 0;
    margin-left: -4px;
    margin-top: -1px;
    margin-right: 0px;
    padding: 12px 20px;
    background: #e8e8e8;
}

/*sidebar*/
.sidebar .dropdown-menu {
    background: #171717;
    border: none;
    color: #fff;
    border-radius: 0px;
}


.sidebar .dropdown-menu a {
    color: #ddd;
    font-size: 14px;
    margin: 10px 0px;
    padding-left: 49px;
    position: relative;
}

.sidebar .dropdown-menu a::before {
    /*  content: "\f107";*/
    /*margin-right: 10px;*/

    /*font-family: 'fontawesome';*/
    /*font-size: 15px;
top: 2px;  
    content: '\f105';
font-family: 'Font Awesome 5 Free';*/

    position: absolute;
    left: 30px;
    width: 0rem;
    text-align: center;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .dropdown-menu a.active {
    color: #ff951a !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}

/*.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover { background: transparent; color: #fff !important;}*/
.sidebar .dropdown-item:focus,
.sidebar .dropdown-item:hover {
    background: transparent;
    color: #fff !important;
}

.breadcrumb {
    font-family: 'Poppins', sans-serif;
}

.title-card {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
}

h3.company-name {
    display: none;
    font-size: 21px;
    padding-top: 8px;
}

/* box modal */
section.social-media-used {
    background: #fff;
    box-shadow: 0px 1px 4px #dcdcdc;
    margin-bottom: 40px;
}

.social-media-used .box {
    box-shadow: none;
    border-radius: 0;
}

.heading-dashboard {
    font-family: 'Poppins', sans-serif;
    background: #333;
    display: block;
    padding: 10px 15px;
    font-size: 1.3em;
    line-height: 1.6;
    color: #fff;
    border-bottom: none;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.headng-transparent {
    color: #455A64;
    background: none;
    padding: 0 15px;
    font-size: 22px;
    /*  text-transform: capitalize;*/
}

.box {
    text-align: center;
    background: #fff;
    box-shadow: 4px 4px 8px 0px #cecece;
    border: solid 3px #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.heading-dashboard i {
    padding-right: 15px;
}

.box .used {
    padding: 10px;
    font-size: 3em;
    font-family: 'Poppins', sans-serif;
}

.box .name-title {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 8px 0px;
}

.box .used sup {
    position: relative;
    top: -8px;
    font-weight: 500;
}

.progress {
    box-shadow: -1px 4px 7px 0px #e8e8e8;
    background: #fff;
}

.ranking {
    padding: 15px 20px;
    margin-bottom: 40px;
}

.ranking h4 {
    display: inline-block;
}

.ranking i {
    font-size: 3em;
    margin-bottom: 10px;
    color: #ff6856;
}

.progress-bar {
    background-color: background: rgb(232, 186, 67);
    background-image: -webkit-linear-gradient(0deg, rgb(232, 186, 67) 0%, rgb(255, 103, 86) 100%) !important;
}

.facebook {
    background: #3b5997;
}

.instagram {
    background: rgb(232, 186, 67);
    background-image: -webkit-linear-gradient(0deg, rgb(232, 186, 67) 0%, rgb(255, 103, 86) 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.linkedin {
    background: #0077b5;
}

.xing {
    background: #0a6c6f;
}

.twitter {
    background: #2eacf6;
}

.pinterest {
    background: #e6001a;
}

.instagram .name-title {
    background: #ea7c56;
}

.linkedin .name-title {
    background: #005480;
}

.xing .name-title {
    background: #d9e20f;
}

.twitter .name-title {
    background: #2a96de;
}

.pinterest .name-title {
    background: #d3071e;
}

.facebook-inner {
    color: ;
}

.instagram-inner {
    color: ;
}

.linkedin-inner {
    color: ;
}

.xing-inner {
    color: ;
}

.twitter-inner {
    color: ;
}

.pinterest-inner {
    color: ;
}


/* ==== Channels ====*/
ul.channels {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.channels li span {
    background: #607d8b;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 3px 0px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
}

.title-channel {
    line-height: 1.6;
    padding: 6px 0px;
    margin-top: 8px;
    color: #fff;
    border-radius: 4px;
    text-align: left;
}

ul.channels li span:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #607d8b;
    position: absolute;
    content: '';
    margin-top: 8px;
    margin-left: 6px;
}

.title-channel i {
    float: left;
    margin: 0px 15px;
    font-size: 25px;
}

ul.channels li {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
}

ul.channels small {
    font-size: 14px;
    text-align: right;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

/*chart*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    max-width: 1000px;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    margin: auto;
}

.breadcrumb {
    background: transparent;
    /* margin: 0px 25px 15px; */
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 15px;
}

/*Form-fields*/
.error {
    color: #F44336;
}

/*.custom-checkbox .custom-control-label::before {
 top: 0rem;
}
.custom-control-label::after { top:0px;}*/

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff951a;
    outline: none;
    box-shadow: none;
}

.createBroadcast {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.form-fields label {
    font-weight: 500;
    margin: 15px 0px 4px;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.choose-award .sortableCheckBox input[type="checkbox"] + label {
    padding: 0;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    margin: 0;
}

.choose-award .sortableCheckBox {
    max-width: 40px;
}

th.choose-chbx {
    width: 60px;
}

.choose-award.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.choose-award.table-fixed thead,
.choose-award.table-fixed tbody,
.choose-award.table-fixed tr {
    display: block;
}

.table-fixed thead tr th {
    float: left;
    background-color: #efefef;
    border-color: #dee2e6;
    height: 50px;
}

.table-fixed tbody td {
    float: left;
}

.choose-award {
    max-height: 498px;
    overflow: auto;
    margin-bottom: 15px;
}

.form-fields textarea {
    resize: none;
}

.form-fields .form-control {
    min-height: 48px;
    height: 48px;
    background-color: #fafafa;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 10px 22px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    outline: 0;
}

.form-fields input[type="file"] {
    padding: 0;
}

.form-fields .form-control:disabled {
    background: #e5e5e5;
}

label.error {
    font-weight: 100;
    color: #f00;
    display: inline;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 3px;
}

.form-fields .form-control.error:focus,
.form-control.error:active {
    border: none;
    box-shadow: 0 0 0px 1px rgb(255, 114, 104);
}

.form-fields .form-control.error {
    box-shadow: 0 0 0px 1px rgb(255, 114, 104);
    border: none;
}

.form-fields .form-control.valid {
    border-color: #30419b;
}

.form-fields .form-control.valid:focus {
    box-shadow: none;
}

.form-fields .form-control.valid {
    border-color: #d3d3d3;
}

.form-fields .form-control.valid:focus,
.form-fields .form-control:focus {
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);*/
    border-color: #80bdff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 123, 255, .25);

}



.form-fields label#user_limit-error {
    display: block;
    position: absolute;
    left: 0%;
    width: 220%;
    top: 20px;
}

.form-fields .form-group {
    margin-bottom: 5px;
}

.custom-control-inline .error {
    position: absolute;
    width: 260%;
    display: block;
    margin-top: 8px;
    top: 30px;
    left: 0px
}

img.no-img {
    width: 120px;
    margin-top: 15px;
}

/*message-send-by*/
h4.heading-section {
    font-size: 20px;
    margin: 20px 0px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    padding: 12px 0px;
    background: #f1f1f1;
    padding-left: 15px;
}

ul.message-send-by {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.message-send-by li {
    display: inline-block;
    margin: 0px 10px;
}

.card-login .form-fields .form-control {
    box-shadow: none;
    margin-bottom: 5px;
}

.card-login .form-fields .form-control:focus {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1);
}

.error-text {
    font-size: 12px;
    color: #ff0000;
}

#forget_frm .error {
    font-size: 12px;
    color: #ff0000;
    font-weight: 400;
    clear: both;
}

.text-link.mt-2.d-block.forgetlink {
    text-align: center;
    color: #000;
}

.text-link.mt-2.d-block.forgetlink:hover {
    color: #ff9619;
}

#forget_frm .form-fields .form-control.error {
    border: 1px solid #e3e3e3;
}

#forget_frm .form-group {
    overflow: hidden;
}

/*Select Group*/
.group-section ul {
    padding: 0;
    list-style: none;
    margin: 0% -0.5% 0% -0.5%;
}

.group-section ul li {
    display: inline-block;
    max-width: 32%;
    margin: .5%;
}

.selected-group {
    /*background-image: linear-gradient(315deg, #0380ca 0%, #2bb0ff 74%) !important; color: #fff !important;*/
}

.createGroup .selected-group {
    background-image: none !important;
    color: #333 !important;
}

.group-section ul li i {
    color: #fff;
    padding-right: 8px;
}

button.btn.btn-primary.mt-4 {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 9999;
    padding: 8px 12px;
    font-size: 17px;
}

/* Search Section */
.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff9619;
    border-color: #ff9619;
}

.btn-primary:hover {
    background-color: #0c0c0c;
    border-color: #0c0c0c;
}

.searchBox {
    max-width: 250px;
}

.form-fields .form-control.searchBox {
    min-height: 40px;
}

/*recent Broadcast*/
/*.recent { background: #fff;   padding: 20px; min-height: 350px;}*/
.recent {
    background: #fff;
    padding: 20px;
    /*min-height: 350px;*/
    position: absolute;
    min-height: calc(100% - 25px);
    width: calc(100% - 30px);
}

.recent ul {
    margin: 0;
    padding: 0;
}

.recent ul li {
    background: #fff;
    display: inline-block;
    width: 100%;
    /* border-radius: 5px; */
    font-size: 1em;
    color: #444;
    font-weight: 500;
    padding: 10px 0px;
    /* box-shadow: 0px 0px 3px #ccc; */
    margin: 5px 0px;
    border-bottom: dashed 1px #ccc;
}

.recent ul li span {
    color: #ff9619;
    font-weight: 700;
}

.recent ul li strong {
    font-weight: 700;
    color: #000;
}

.recent ul li i {
    color: #ff9619;
    font-size: 15px;
    margin-right: 5px;
}

/*Custom button design*/
.primaryBtn {
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}

.primaryBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.primaryBtn span:after {
    /*content: '\00bb'; position: absolute;  opacity: 0; top: -6px; right: -20px; transition: 0.5s;   font-size: 24px; */
}

.primaryBtn:hover span {
    /*padding-right: 15px;*/
}

.primaryBtn:hover span:after {
    opacity: 1;
    right: 0;
}


/* table */
td.editIcon a {
    margin: 0px 4px 5px 4px;
}

div#dataTable_length {
    width: 50%;
    float: left;
    text-align: left;
}

div#dataTable_filter {
    float: left;
    width: 50%;
}

td.editIcon a.fa.fa-trash,
td.editIcon a.fa.fa-trash-alt {
    background: #ee261f;
}

td.editIcon a i.fa.fa-chart-line {
    background: #FF9800;
    padding: 6px;
    border-radius: 3px;
    font-size: 14px;
    transition: all ease 0.3s;
    width: 24px;
    text-align: center;
    color: #fff;
}


.previusPoints .modal-header {
    background: #333;
    color: #fff;
}

.previusPoints .modal-header .close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-weight: 100;
    font-size: 31px;
    background: #ff9800;
    padding: 4px 6px;
    margin-top: -17px;
    border-radius: 0px 0px 0px 5px;
    outline: none;
}

.previusPoints .modal-body {
    max-height: 280px;
    overflow: auto;
}

.previusPoints .modal-content {
    padding-bottom: 30px;
}

.previusPoints .modal-header {
    overflow: hidden;
}

.previusPoints .modal-header:hover .close {
    opacity: 1;
    color: #fff;
}

.previusPoints tr th {
    padding: 10px 15px;
}

.dataTables_paginate span a {
    width: 26px;
    height: 26px;
    display: block;
    display: inline-block;
    text-align: center;
    background: #636363;
    line-height: 26px;
    margin: 0px 3px;
    color: #fff;
    border-radius: 4px;
}

.dataTables_paginate a {
    margin: 0px 10px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.dataTables_paginate a:hover {
    color: #ff7f19;
}

.dataTables_paginate span a:hover {
    background: #ff9619;
    color: #fff;
}

a.paginate_button.current {
    background: #ff9619;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff9619;
}

/*sortable check box list*/
.filter-checkBox {
    padding: 0px;
}

ul#sortableCheckBox li {
    margin: 0px 2% 10px 0px;
    width: 23%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sortableCheckBox {
    height: 350px;
    overflow: auto;
    list-style: none;
    margin: 0;
    background: #f8f9fa;
    margin-top: -7px;
    z-index: 0;
    position: relative;
    padding-top: 15px;
    margin-top: 0px;
    padding: 0px;
    overflow-x: hidden;
}

#dataTable_filter input {
    border: solid 1px #ccc;
    box-shadow: none;
    padding: 5px 10px;
}

.table-hover tbody tr:hover {
    background-color: rgba(183, 183, 183, 0.1);
}

#sortableCheckBox label {
    font-weight: 100;
}

.box-shadow-search {
    box-shadow: -1px -7px 15px 0px #dcdada;
    padding: 15px;
    margin-bottom: -5px;
    z-index: 9999;
    position: relative;
    background: #f3f3f3;
}

table.table button.btn {
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
}

table.table button.btn.lockbtn {
    background: #259abd;
    border-color: #259abd;
}

table.table button.btn.lockbtn:hover {
    background: #333;
    border-color: #333;
}

table.table button.btn.lockbtn:focus {
    box-shadow: none;
}

.bg-search {
    position: relative;
    z-index: 9;
    background: #fff !important;
}


table.table thead tr th:last-child.sorting:before,
table.table thead tr th:last-child.sorting:after,
table.table thead tr th:last-child.sorting_asc:before,
table.table thead tr th:last-child.sorting_asc:after,
table.table thead tr th:last-child.sorting_desc:before,
table.table thead tr th:last-child.sorting_desc:after {
    display: none !important;
    content: '';
    cursor: default;
}

table.table thead tr th:last-child.sorting,
table.table thead tr th:last-child.sorting_desc,
table.table thead tr th:last-child.sorting_asc {
    cursor: default !important;
}




.modal {
    z-index: 9999;
}

@media(max-width:1400px) {
    ul#sortableCheckBox li {
        width: 31%
    }

    .form-fields .form-control {
        min-height: 40px;
        height: 40px;

    }
}

@media(max-width:1200px) {
    ul#sortableCheckBox li {
        width: 48%
    }
}

@media(max-width:991px) {
    ul#sortableCheckBox li {
        width: 98%
    }
}

/*Custom checkbox */
.sortableCheckBox input[type=checkbox] {
    visibility: hidden;
    display: none;
}

.sortableCheckBox input[type=checkbox] + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 10px 35px;
    border: solid 1px #ececec;
    border-radius: 5px;
    background: #fbfbfb;
}

.sortableCheckBox input[type=checkbox] + label:last-child {
    margin-bottom: 0;
}

.sortableCheckBox input[type=checkbox] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ff9619;
    position: absolute;
    left: 7px;
    top: 9px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.sortableCheckBox input[type=checkbox]:checked + label:before {
    width: 10px;
    top: 8px;
    left: 12px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sortableCheckBox ul li label {
    width: 100%;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    padding: 10px;
    box-shadow: 0px 0px 3px #ccc;
    cursor: pointer;
    display: block;
}

/*awards*/
.awards-list {
    display: none;
}

.awards-list h4 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 800;

}


/*
.sortableCheckBox label{display:block;position:relative; margin-bottom:20px; color: #333; font-weight: 500 !important; cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none; padding: 10px 35px;   border: solid 1px #ececec; border-radius: 5px;   background: #fbfbfb;}
 
.sortableCheckBox input[type=checkbox]:before{content:''; display:block;width:20px;height:20px;border:2px solid #30419b;position:absolute;left:7px;top:11px;opacity:.6;-webkit-transition:all .12s,border-color .08s;transition:all .12s,border-color .08s;  }
*/
span.error.errorCustom {
    position: absolute;
    width: 100%;
    color: #f00;
    display: block;
    left: 15px;
}

span#title-error, span#url-error, span#image_url-error{
    top: 89px;
}

.customFilter .custom-checkbox label.error {
    position: absolute;
    left: 0;
    bottom: 25px;
}

.sortableCheckBox label.selected-group {
    background-image: none;
}

.custom-control-label.selected-group {
    background-image: none !important;
    color: #333 !important;
}

.custom-control label {
    font-weight: 500 !important;
    cursor: pointer;
}

.group-section li label.error {
    position: absolute;
    background: transparent;
    border: none;
    color: #f00;
    top: 0;
}

.form-action {
    padding-bottom: 40px;
}

.card {
    background: transparent;
    box-shadow: none;
    border: none;
}

.overall ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.overall ul li {
    margin: 20px 10px 20px 10px;
    width: 100%;
    background: #e3e3e3;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #dad8d8;
}

.overall ul li .count {
    font-size: 1.8rem;
}

.overall ul li .time {
    font-size: 1rem;
    padding-top: 5px;
}

.overall ul li .count {
    display: inline-block;
}

.overall ul li:nth-child(1) {
    background: #fff;
}

.overall ul li:nth-child(2) {
    background: #fff;
}

.overall ul li:nth-child(3) {
    background: #fff;
}

.overall ul li:nth-child(4) {
    background: #fff;
}

.overall ul li:nth-child(5) {
    background: #fff;
}

.overall ul li:nth-child(1) i {
    color: #3b5997;
}

.overall ul li:nth-child(2) i {
    color: #2eacf6;
}

.overall ul li:nth-child(3) i {
    color: #0a6c6f;
}

.action-due ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    /*! align-items: center; */
}

.action-due ul li {
    margin: 20px 10px 20px 10px;
    width: 100%;
    background: #e3e3e3;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px #eee;
}

.action-due ul li .count {
    font-size: 1.8rem;
}

.action-due ul li .time {
    font-size: 1rem;
    padding-top: 5px;
}

.action-due ul li .count {
    display: inline-block;
}

.action-due ul li:nth-child(1) {
    background: #626ed4;
}

.action-due ul li:nth-child(2) {
    background: #717cd8;
}

.action-due ul li:nth-child(3) {
    background: #818bdc;
}

.action-due ul li:nth-child(4) {
    background: #9199e0;
}

.action-due ul li:nth-child(5) {
    background: #a0a8e5;
}

.action-due ul li:nth-child(1) .count {
    border-bottom: solid 4px #f39231;
}

.action-due ul li:nth-child(2) .count {
    border-bottom: solid 4px #56b20b;
}

.action-due ul li:nth-child(3) .count {
    border-bottom: solid 4px #7a80fc;
}

.action-due ul li:nth-child(4) .count {
    border-bottom: solid 4px #31a2fb;
}

.action-due ul li:nth-child(5) .count {
    border-bottom: solid 4px #ec82fe;
}

.action-due ul li .card {
    display: block;
    position: relative;
}

.space-Table tr td:nth-child(1) {}

.space-Table tr td:nth-child(2) {
    width: 20%;
}

.space-Table tr td:nth-child(3) {
    width: 20%;
}

.space-Table tr td:nth-child(4) {
    width: 20%;
}

.space-Table tr td:nth-child(5) {
    width: 40%;
}

.mt-0 {
    margin-top: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.row.searchForm {
    margin: 0;
}

.bg-gray {
    background: #f1f1f1;
}

#errmsg {
    font-size: 12px;
    color: #f00;
    position: absolute;
    bottom: -5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 11px;
    font-size: 15px;
}

ul.list-inline {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

ul.list-inline li {
    min-height: 50px;
    margin-left: 20px;
    font-size: 18px;
}

ul.list-inline li.addNewlead a {
    background: #626ed4;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

ul.list-inline li.addNewCustomer a {
    background: #ef6d3b;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.circle i {
    background: #ccc;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 28px;
    font-size: 15px;
}

.circle i.green {
    background: rgba(255, 255, 255, 0.23921568627450981);
    color: #fff;
}

.circle i.info {
    background: rgba(255, 255, 255, 0.23921568627450981);
    color: #fff;
}

.btn.btn-back.btn-lg.prev-step {
    background: #e4e4e4;
}

.overall ul li .card {
    display: block;
    position: relative;
}

.card .img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
    text-align: center;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.card .img i {
    font-size: 35px;
}

.card .orders {
    font-size: 18px;
    color: #333 !important;
    font-weight: 200;
}

.card .font-500 {
    color: #333 !important;
}

.card .font-500 i {
    font-size: 12px;
}

.card .bg-facebook {
    background: #3b5997;
}

.card .bg-twitter {
    background: #2eacf6;
}

.card .bg-xing {
    background: #0a6c6f;
}

.card .bg-facebook,
.card .bg-twitter,
.card .bg-xing {
    position: absolute;
    right: -15px;
    top: 0px;
    padding: 5px 8px 5px 25px;
}

.card .reports {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    float: left;
}

.card .mt-2 {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 20px;
    /*! background: #0003; */
    padding: 2px 8px;
    border-radius: 4px;
}

.card .mt-2 {
    float: right;
    width: 100%;
}

.card .mt-2 a {
    float: right;
    color: #333 !important;
    width: 100%;
    cursor: default;
}

.card .mt-2 a i {
    float: right;
}

.card .bg-facebook {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.card .bg-twitter {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.card .bg-xing {
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
}

/*
.card h3.font-500 {
    margin-top: 5px;
    font-size: 1.8rem;
}
*/

.card h3.font-500 {
	margin-top: 5px;
	font-size: 1.8rem;
	line-height: 1.3rem;
	margin-bottom: .3rem;
}
.form-body.bg-gray input,
.form-body.bg-gray button {
    min-height: 40px;
}






@media(max-width:1200px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 50%;
        width: 100%;
        float: left;
    }
}

@media(max-width:991px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 98%;
        width: 100%;
        float: left;
    }
}

@media(max-width:576px) {
    ul.sortableCheckBox li {
        margin: 10px 1%;
        max-width: 100%;
        width: 100%;
        float: left;
    }
}


/* Buttons */
.bg-primary {
    background-color: #efefef !important;
}

.btn {
    border-radius: 0;
    padding: 7px 17px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 500;
}

/*My Account */
ul.myAccount .dropdown-menu {
    background: #f7f7f7;
    border-radius: 0;
    border: none;
    margin: 0px 25px 20px 25px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .16), 0 2px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    border: solid 2px #fff;
}

ul.myAccount .dropdown-menu a i {
    font-size: 14px;
}

ul.myAccount .dropdown-menu a {
    color: #5d5d5d;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
}

ul.myAccount .dropdown-menu a i {
    margin-right: 5px;
    /* color: #504f4e; */
}

ul.myAccount .dropdown-menu a:hover {
    color: #3e3e3e;
    background: #e6e6e6;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

[type="reset"] {
    background: #e5e5e5;
    color: #0c0c0c;
}

[type="reset"]:hover {
    background: #cacaca;
}

.pageNUname {
    font-size: 16px;
    margin-right: 30px !important;
    font-weight: 500;
    cursor: pointer;
}

.pageNUname i {
    font-size: 20px;
    color: #ff9619;
    position: relative;
    top: 2px;
}

.pageNUname i.fa-sort-down,
.pageNUname i.down-fa {
    color: #555;
    font-size: 14px;
    vertical-align: top;
    top: 5px;
}

/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {

    display: inline-block;
    padding-right: .5rem;
    color: #8e8e8e;
    content: ">";

}

.breadcrumb a,
.breadcrumb li {

    color: #8e8e8e;

}

.breadcrumb-item.active {

    color: #333;
    /*font-size: 28px;
font-weight: 700;
text-transform: capitalize;*/

}

.table-bordered thead td,
.table-bordered thead th {
    color: #333;
}

/*breadcrumb*/
@media(max-width:767px) {

    div#dataTable_filter,
    div#dataTable_filter {
        width: 100%;
        float: none;
        text-align: left;
    }

    .navbar-dark .navbar-brand {
        width: 100px;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }

}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}

.card-login {
    max-width: 25rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09) !important;
    margin-bottom: 40px;
}

.card-register {
    max-width: 40rem;
}

.form-label-group {
    position: relative;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 40px;
    background-color: #fff;
}

footer.sticky-footer a {
    color: #ff7f19;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

.preview-img img {
    width: 80px;
    margin-top: 41px;
    border: solid 1px #ccc;
}

.row.awrd-area {
    background: #f9f9f9;
    padding: 15px 30px 30px;
    border: solid 4px #fff;
    box-shadow: 5px 5px 10px #f1f1f1;
}

.editIcon a.fa {
    background: #333;
    color: #fff !important;
    padding: 8px;
    border-radius: 3px;
    font-size: 12px;
    transition: all ease 0.3s;
    width: 26px;
    text-align: center;
}

.editIcon a.fa:hover {
    background: #333 !important;
    color: #fff !important;
    text-decoration: none;
    transition: all ease 0.3s;
}

.editIcon a.fa.fa-edit {
    background: #0279f6;
}

.editIcon a.fa.fa-award,
.editIcon a.fa.fa-info {
    background: #0279f6;
}

.login-bg {
    background: url(../images/bg-image.jpeg) center;
    height: 100vh;
    background-size: cover;
}

.login {}

.login a {}

.login input {
    background: #fff;
    border: none;
    margin: 10px 0px;
    padding: 20px;
    height: 50px;
}

.login-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.login-social ul li {
    float: left;
    text-align: center;
    margin-top: 20px;
}

.login-social ul li a {
    display: block;
    width: 35px;
    height: 35px;
    margin: 5px;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
}

.login-social ul li.facebook {
    background: #3B5998;
}

.login-social ul li.google {
    background: #dd4b39;
}

.login-social ul li.twitter {
    background: #00aced;
}

.login {
    font-size: 1.6em;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.login img {
    max-width: 180px;
    background: #fff;
}

.forgetlink {
    color: #DD7D0C;
    text-decoration: underline;
}

.forGetpage,
.successpage {
    display: none;
}

.successText {
    font-size: 85px;
}

.form-control1 {
    width: 200px;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 5px;
}

#btn_edit,
#btn_save_data {
    margin-top: 10px;
}

#btn_save_status {
    margin-top: 10px;
}

.text-decoration-none {
    text-decoration: none;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk {
    color: #151515 !important;
    padding: 11px 0px !important;
    background: #eaeaea !important;
    font-size: 18px;
    font-weight: 500;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk:hover {
    background: #ffeed9 !important;
}

a.text-link.mt-2.d-block.forgetlink.text-decoration-none.text-primary.p-2.btn-dark.login_bk:focus {
    box-shadow: none;
    border: none;
}

.company-settings .fa-facebook-square {
    color: #3b5997;
    font-size: 20px;
}

.company-settings .fa-linkedin {
    color: #0e76a8 !important;
    font-size: 20px;
}

.company-settings .fa-xing-square {
    color: #0a6c6f;
    font-size: 20px;
}

.company-settings .fa-twitter-square {
    color: #1DA1F2;
    font-size: 20px;
}
.company-settings .fa-pinterest-square {
    color: #CC2028;
    font-size: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}

@media (max-width:991px) {
    .login-bg {
        display: none;
    }

    .login-box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #btn_edit,
    #btn_save_data,
    #btn_save_status {
        margin-top: 15px;
    }

    table.dataTable thead > tr > th.sorting {
        white-space: pre;
        min-width: 80px;
    }

    .card .img {
        width: 20px;
        height: 30px;
    }

    .card .img i {
        font-size: 35px;
    }

    .card .orders {
        font-size: 15px;
        color: #333 !important;
        font-weight: 500;
    }

    .recent {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

@media (max-width:991px) {
    .recent {
        background: #fff;
        padding: 20px;
        min-height: 250px;
        position: inherit;
        height: auto;
        width: 100%;
    }

    .sidebar {
        width: 320px !important;
    }
}

@media (max-width:767px) {
    .preview-img img {
        margin-top: 20px;
    }

    .overall ul li {
        margin-bottom: 10px;
        width: calc(100% - 20px);
    }

    .sidebar .nav-item .dropdown-menu {
        left: calc(81px + 0.5rem) !important;
        top: 0;
    }

    .sidebar .dropdown-menu a::before {
        left: 24px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 12px;
        display: inline;
    }

    .sidebar .dropdown-menu a {
        font-size: 11px;
        margin: 5px 0px;
        padding-left: 40px;
    }

    .sidebar .dropdown-menu a::before {
        left: 28px;
    }

    .navbar-dark .navbar-brand img {
        max-width: 100%;
    }

    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        min-width: 80px;
    }

    /*.sidebar {
    width: 0px !important;
}
    .sidebar.toggled{width: 255px !important;}*/
    .sidebar {
        width: 350px !important;
        max-width: 210px;
        position: fixed;
    }

    .sidebar .nav-item .nav-link {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }

    .dataTables_paginate a#dataTable_next {
        margin-right: 0px;
    }
}

@media (max-width:640px) {
    .overall ul {
        display: block;
    }

    .overall ul li {
        min-height: 130px;
    }

    .card .reports {
        padding-left: 25px
    }

    .card .img {
        width: 35px;
        height: 30px;
    }
}

@media (max-width:479px) {
    .sidebar {
        width: 500px !important;
    }
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}

@media (max-width:575px) {
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-height:480px) {
    .login-box {
        position: absolute;
        top: 0;
        transform: translateY(0);
    }
}

@media (min-width:576px) and (max-width:991px) {
    body {
        overflow-x: hidden;
    }
}

.form-group small {
    display: block;
}

.settingIcon i {
    color: #ff9619;
    margin-right: 5px;
}

.alert-new {
    //margin-top: 65px;
}

.login-bg:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(225, 225, 225, 0.85) 0%, rgb(253, 253, 253) 85%) repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    margin: 0px -15px;
}

.content_login {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.innerContent_login {
    position: relative;
    line-height: 1.1;
}

.innerContent_login div {
    font-weight: 600;
}

.innerContent_login .title {
    color: #FF9800;
}

.innerContent_login p {
    font-size: 22px;
    margin-top: 50px;
}

.star_mandatory {
    color: #ff0000;
}

@media (max-width:400px) {

    .mr-m-0 {
        margin-right: 0px !important;
    }
}

/*
@media (max-width:410px) {
.m-text-cnt{text-align:center;}
.m-flt-n{float: none !important; display:inline-block; }
.mr-m-0 {margin-right:0px !important;}
}*/

.overall ul li i.fab.fa-linkedin {
    color: #0e76a8 !important;
}
.overall ul li i.fa-twitter-square {
    color: #1DA1F2 !important;
}
.overall ul li i.fa-pinterest-square {
    color: #CC2028 !important;
}

/*27-03-2020*/
.language-nav-wrapper {
    text-align: center;
    margin-right: 21px;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 23px !important;
}

.sl-nav {
    display: inline;
    line-height: 15px;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 36px;
    right: -15px;
    display: block;
    background: #fff;
    width: 55px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);

}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 22px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: center;
    background: transparent;
    padding: 9px 8px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 20px;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    /*  padding-left: 5px;*/
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #ff9619;
}

.sl-flag {
    display: inline-block;
    /*  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);*/
    width: 20px;
    height: 20px;
    background: #aaa;
    /*  border-radius: 50%;*/
    position: relative;
    top: 6px;
    overflow: hidden;
}

.flag-de {
    background-image: url(../images/flag-de.png);
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background-image: url(../images/flag-uk.png);
}

#dataTable_filter input[type="search"] {
    min-height: 40px;
    height: 40px;
    background-color: #fafafa;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    outline: 0;
}

#dataTable_filter input[type="search"]:focus {
    border-color: #80bdff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 123, 255, .25);
}

#userDropdown {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 23px !important;
}

.div-mid {
    vertical-align: middle;
    line-height: 18px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap;
    /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

@media (max-width:800px) {
    .comp-name {
        display: inline-block;
        max-width: 100px;
        white-space: nowrap;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pageNUname i {
        top: 0px;
    }
}

@media (max-width:500px) {
    .comp-name {
        display: inline-block;
        font-size: 13px;
    }

    .fas.fa-user-circle.fa-fw {
        top: -1px;
    }
}

@media (max-width:400px) {
    #userDropdown {
        padding-right: 10px !important;
    }

    .pageNUname i {
        font-size: 18px;
        color: #ff9619;
        position: relative;
        top: 2px;
    }

    .comp-name {
        max-width: 68px;
        width: 68px;
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;
        

    }
 .pageNUname i.down-fa {
	top: 3px;
}
    .navbar-dark .navbar-brand {
        width: 96px;
        padding: .2rem !important;
    }
    .div-mid {
	vertical-align: middle;
	line-height: 14px;
	display: table-cell;
}
}

@media (max-width:348px) {

    #userDropdown {
        padding-right: 10px !important;
    }

    .pageNUname i {
        font-size: 18px;
        color: #ff9619;
        position: relative;
        top: 2px;
    }

    .comp-name {
        max-width: 58px;
        width: 58px;
        font-size: 11px;
    }

    .angle-down {
        /*display: none;*/
        font-size: 13px;
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;

    }

    .navbar-dark .navbar-brand {
        width: 96px;
        padding: .2rem !important;
    }

    .div-mid {
        line-height: 15px;
    }

}

@media (max-width:330px) {
    .comp-name {
        display: inline-block;
        max-width: 85px;
        font-size: 10px;
    }

    .angle-down {
        /*display: none;*/
        font-size: 13px;
    }

    .pageNUname i.fa-sort-down,
    .pageNUname i.down-fa {
        font-size: 13px;
    }

    .div-mid {
        line-height: 15px;
    }

    #userDropdown {
        padding-right: 12px !important;
    }

    .pageNUname i {
        font-size: 16px;

    }

    .navbar-dark .navbar-brand {
        width: 73px;
    }
}

/*
.lang-btn{
color: #fff;
background-color: #ff9619;
border-color: #ff9619;
}
*/
.lang-btn {
    display: inline-block;
    border-radius: 4px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    color: #fff;
    background: #686868;
    line-height: 20px;
    text-decoration: none;
}

.lang-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.lang-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.lang-btn.active {
        color: #fff;
    background: #ff9619;
}
.lang-btn:hover{
        color: #fff;
    background: #ff9619;
}
.lang-btn.active:active,
.lang-btn.active:focus,
.lang-btn.active:hover{
    color: #fff;
    text-decoration: none;
    background: #ff9619;
}
.lang-btn.active span:after {
    font-weight: 900;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.lang-btn.active span {
    padding-right: 25px;
}

.lang-btn.active span:after {
    opacity: 1;
    right: 0;
}


.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 0rem;
    text-align: center;
    /* float: right; */
    /* vertical-align: 0; */
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    vertical-align: top;
    position: absolute;
    right: 25px;
}

.sidebar .nav-item .nav-link span {
    font-size: 14px;
    /* display: inline; */
    float: left !important;
    padding-left: 36px;
    padding-right: 16px;
}

.sidebar .nav-item .nav-link i {
    margin-right: 5px;
    color: #ff951a;
    color: #ff951a !important;
    left: 14px;
    position: absolute;
    top: 16px;
    width: 28px;
    /* color: #6CB545; */
    /* margin-right: 3px; */
    font-size: 17px;
    text-align: center;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 14px 14px 12px;
    width: auto;
    margin: 0 0px 0px 0px;
    /* padding: 0 0 0 28px; */
    position: relative;
    display: block;
    /* color: #303030; */
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.sidebar .dropdown-menu a.dropdown-item {
    white-space: break-spaces;
}

.form-title h4 {
	background: #eee;
	padding: 10px;
	margin-bottom: 17px;
}