/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,500,600,700'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,900&display=swap');
body, tbody {
    font-family: 'Kanit', sans-serif;
    font-weight: 300
  }
.input-error, .input-error:focus, .input-error:hover {
    border-color:#c00;
    background-color: #e6b8b5;
    position: relative;
}
    .error-text {
        color:#a00;
    }

.inError, input[required].inError {
    border:1px solid #cc0000 !important;
    background-color: #eecccc !important;
}
.clear {clear:both;}

.block-disabled {
    pointer-events: 'none'; 
    cursor: default;
    opacity: 0.4;
    position: relative;
}
    .block-disabled .overlay {
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: 'none'; 
        cursor: default;
        opacity: 0.4;
        z-index: 9999;
    }
.opaque {
    opacity: 0.4;
}

body, tbody {
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    /* font-family: Helvetica, Arial,sans-serif; */
    font-size: 14px;
    line-height: 1.30769231;
    color:#000;
}
.text-green, .text-orange, .text-red, .text-yellow {
    font-family: monospace;
    font-size: 20px;
    text-transform: capitalize;
    /* text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); */
}
.text-green {
    color:#02ab6d !important;
}
.text-orange {
    color:#ebb134 !important;
}
.text-red {
    color:#db4439 !important;
}
.text-yellow {
    color:#d1bd26 !important;
}
.white-box2 {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #c5ccd8;
    box-shadow: 3px 6px 10px #a0a4af;
    color: black;
}

.white-box-danger {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #fb9678;
    box-shadow: 3px 6px 10px #a0a4af;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.common-list2{margin:0;padding:0;    margin: 0px 0px 0px 0px;}
.common-list2 li{list-style:none;display:block}
.common-list2 li a{padding:12px 0;color:#686868;display:block}

.sidebar .fa-fw2 {
    /* width: 20px; */
    text-align: left !important;
    display: inline-block;
    font-size: 21px;
    vertical-align: middle;
    margin:0px 0px 0px 0px;
}

.labelsMia {
    color: red;
    background-color: red;
    font-family:"Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}
.panel .panel-body {position: relative;}
.panel-body2 {
    border: 1px solid!important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;;
}
.form-horizontal .form-group {
    margin-bottom: 11px;
}

.form-group {
    margin-left: 0!important;
    margin-right: 0 !important;
}
.form-group.checkbox-wrapper {
    margin-top:33px;
}
.form-group label, .control-label{
    font-size: 13px;
    margin-bottom: 6px!important;
    margin-top: 9px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        font-size: 13px;
        margin-bottom: 6px!important;
        margin-top: 8px;
        padding-top: 2px;
    }
}
/*a.logo * {*/
    /*opacity: 0;*/
/*}*/

/*a.logo {*/
    /*height: 100%;*/
    /*display: block;*/
    /*background: url(http://paolo.bbqlab.net/nemesi/plugins/images/nemesiLogo2.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
/*}*/

.maiuscoletto{
    text-transform: uppercase;
}

#module .GenericTable{
    font-size: 11px!important;
}

#module .GenericTable2{
    font-size: 11px!important;
}

/*LOADER*/
.loader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    /*left: 55%;*/
    /*top: 50%;*/
    background-color: darkgrey;
    z-index: 10000;
    opacity: 0.5;
}
.loader.inline-loader {
    position: relative;
    background-color: transparent;
}
.loader:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #006dcc;
    border-color: #006dcc transparent #006dcc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: relative;
    top: 50%;
    left: 50%;
}
.loader.inline-loader:after {
    margin-left: -22px;
    margin-top: 2px;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
tbody {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.content-wrapper .sidebar li span span {
    display: initial!important;
}



.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}
/*!*ELLIPS*!*/
/*.dataTable td {*/
    /*!* essential *!*/
    /*text-overflow: ellipsis;*/
    /*width: 100px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/

    /*!* for good looks *!*/
    /*padding: 5px;*/
/*}*/

/* CUSTOM CHECKBOXES, SELECTS and RADIOS
-----------------------------------------------------*/
.custom-control {
	position: relative;
	display: block;
	min-height: 1.3125rem;
	padding-left: 1.5rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	background-color: #fb9678
}

.custom-control-input:focus~.custom-control-label:before {
	-webkit-box-shadow: 0 0 0 1px #edf1f5, transparent;
	box-shadow: 0 0 0 1px #edf1f5, transparent
}

.custom-control-input:active~.custom-control-label:before {
	color: #fff;
	background-color: black
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
	background-color: #e9ecef
}

.custom-control-label, .form-group label.custom-control-label {
    position: relative;
    line-height: 1.85rem;
    margin-bottom: 0 !important;
    padding-left:0.8rem;
}

.custom-control-label:before {
	position: absolute;
	top: 0.15625rem;
	left: -1.5rem;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label:after {
	position: absolute;
	top: 0.15625rem;
	left: -1.5rem;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.checkbox-style {
    width: 25px;
}

.custom-checkbox {
    margin-top: 36px;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #fb9678
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #fb9678
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(251, 150, 120, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(251, 150, 120, 0.5)
}

.custom-radio .custom-control-label:before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #fb9678
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(251, 150, 120, 0.5)
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none
}

.custom-control-input:checked~.custom-control-indicator {
	background-color: #00c292
}

.custom-control-label:after,
.custom-control-label:before {
	top: 0.15rem
}

.select-list {
    border-width: 3px;
    border-radius: 6px !important;
    padding: 10px;
}

.select-list option {
    border-radius: 3px;
    padding: 5px 5px;
}
/*---------------------------------------------------*/

/*Operation status
-------------------------------------------------------*/
.operationOk{
    height:24px;
    width:24px;
    background:url("../plugins/images/assets/action_success.png");
    background-size:24px 24px;
    background-repeat:no-repeat;
}
.operationNok{
    height:24px;
    width:24px;
    background:url("../plugins/images/assets/action_fail.png");
    background-size:24px 24px;
    background-repeat:no-repeat;
}
/*-----------------------------------------------------*/


/* menu */
.menu-icons {
    /* display: inline-block; */
    font-size: 15px;
    margin-right: 5px;
    width:18px;
}

#side-menu {padding-bottom:18px;}

.navbar-header {
    background: #00AE84; /* not sure I like it */
}

/* Panel Heading Custom */
.panel-black .panel-heading, .panel-inverse .panel-heading {
    border-color: #00AE84;
    background-color: #00AE84;
    color: white;
}



/** Modals **/

/* modal actions buttons and icons */
.btn-info.btn-action, .btn-info.btn-action.disabled, .btn-info.btn-action.disabled, .btn-info.btn-action.focus, .btn-info.btn-action.disabled.focus, .btn-action {
    border:none;
    color: rgb(74, 153, 201);
    display: block;
    margin: 0 auto;
    transition:all 0.1s;
    width: 44px;
}
/* do not highlight the whole <a> when hovered */
.btn-info.btn-action:hover, .btn-info.btn-action.disabled:hover, .btn-info.btn-action:focus, .btn-info.btn-action.disabled:focus, .btn-info.btn-action.focus, .btn-info.btn-action.disabled.focus, .btn-action:hover{
    background-color: transparent;
    border: none;
    color:#00AE84;
}

.icon-action {
    font-size:21px;
    vertical-align: -4px;
}

.btn-danger.btn-adobe{color:#fff;background-color:#f40f02 !important;border-color:#f40f02 !important}.btn-danger:hover{color:#fff;background-color:#de4a58;border-color:#dc3f4e}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(228, 106, 118, 0.5);box-shadow:0 0 0 0.2rem rgba(228, 106, 118, 0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f40f02 !important;border-color:#f40f02 !important}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#dc3f4e;border-color:#da3444}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(228, 106, 118, 0.5);box-shadow:0 0 0 0.2rem rgba(228, 106, 118, 0.5)}
.btn-success.btn-excel{color:#fff;background-color:#1D6F42 !important;border-color:#1D6F42 !important}.btn-success:hover{color:#fff;background-color:#009c75;border-color:#008f6c}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0, 194, 146, 0.5);box-shadow:0 0 0 0.2rem rgba(0, 194, 146, 0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#1D6F42 !important;border-color:#1D6F42 !important}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#008f6c;border-color:#008262}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0, 194, 146, 0.5);box-shadow:0 0 0 0.2rem rgba(0, 194, 146, 0.5)}
/*-----------------------------------------------------*/

/* Logo style
**********************************/
.logo-icon {
    float: left;
	width: 27.2727272727273%;
}
	.logo-icon img.light-logo {
        display:block;
        height:auto;
		padding: 5px;
	}

.logo-text {
	display: block;
    float: left;
    height: 60px;
    width: 70%;
}

	.logo-text img.light-logo {
		display:block;
	    height: auto;
	    padding: 13px 0;
    }
/***********************************/

/* paragraph fields */
p.dataField {
    margin: 7px 0;
    font-size: 15px;
}

/* disabled fields as labels
-------------------------------------------------------*/
input.readOnly:disabled, input[type="text"].readOnly:disabled, input[type="email"].readOnly:disabled,
textarea.readOnly:disabled, select.readOnly:disabled {
    background: #fff;
    border:none;
    color:#000;
    cursor:default;
    font-style: italic;
    padding: 0;
}
    input.readOnly:disabled, input[type="text"].readOnly:disabled, input[type="email"].readOnly:disabled, select.readOnly:disabled
    {height:23px; margin-top:2px;}
    select.readOnly:disabled
    {margin-top:3px;}

    /* dropdowns */
    select.readOnly:disabled {
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        /* IE */
        overflow:hidden;
        width: 120%;

        line-height: 1;
    }
    /* textareas */
    textarea.readOnly:disabled {
        resize:none;
    }

    input.readOnly:disabled, input[type="text"].readOnly:disabled, input[type="email"].readOnly:disabled, select.readOnly:disabled{
        font-size: 14px;
    }
    input.readOnly.readOnly-highlighted:disabled, 
    input[type="text"].readOnly.readOnly-highlighted:disabled, 
    input[type="email"].readOnly.readOnly-highlighted:disabled, 
    select.readOnly.readOnly-highlighted:disabled{
        color: #006dcc;
        font-weight: 600;
        font-size: 16px;
    }

    /* input.readOnly-inline:disabled, select.readOnly-inline:disabled {height:39px !important;} */



.status-label, .readOnly.status-label,
input.readOnly.status-label:disabled, input[type="text"].readOnly.status-label:disabled, 
input[type="email"].readOnly.status-label:disabled, 
textarea.readOnly.status-label:disabled, select.readOnly.status-label:disabled {
    font-style: normal;
    font-weight: 500;
    font-family: monospace;
    font-size: 18px;
}

.heading-label, .readOnly.heading-label,
input.readOnly.heading-label:disabled, input[type="text"].readOnly.heading-label:disabled, 
input[type="email"].readOnly.heading-label:disabled, 
textarea.readOnly.heading-label:disabled, select.readOnly.heading-label:disabled {
    font-style: normal;
    font-weight: 500;
    font-family: monospace;
    font-size: 24px;
    color: #777;
}
/*-----------------------------------------------------*/


/* list inputs style && panels
-------------------------------------------------------*/
.panel {
    background-color: transparent;
}
.panel .panel-heading {
    border-radius: 5px 5px 0 0;
    padding: 12px 19px;
}
.panel .panel-wrapper {
    background-color: #fff;
}
.panel .panel-body {
    padding: 16px;
}
.table-footer-info-wrapper, .table-header-info-wrapper, .table-header-title-wrapper {
    line-height: 2;
    font-size: 15px;
    color: white;
    background: darkcyan;
    padding: 13px;
    border-radius: 0 0 5px 5px;
}
    .table-header-info-wrapper, .table-header-title-wrapper {
        background-color: #00AE84;
        border-radius: 5px 5px 0 0;
    }
.table-footer-info-wrapper .totalTransactions, 
.table-footer-info-wrapper 
.totalkWh, 
.table-footer-info-wrapper .totalAmount {
    font-size: 18px;
}

.form-group {
    margin-bottom: 12px;
}
.form-control.takeInRow {
    font-size:11px;
    padding:8px;
}
.form-control {
    border-radius: 5px;
    color:#000;
    font-size: 14px;
    height: 34px;
    padding: 5px 10px;
}
.input-group-addon {
    cursor: pointer;
    height:34px; 
    /* width:34px;  */
    padding:8px 10px 3px;
}
.form-control.takeInAssoc {
    border-radius: 0;
    border-left: none;
    float: left;
    height: 34px;
    width: 100%;
}
input[type=checkbox], input[type=radio] {margin-top: 0;}
.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
}
/*-----------------------------------------------------*/

/* action buttons
-------------------------------------------------------*/
.form-actions {
    margin: 11px 0;
    text-align: center;
}
.form-actions.form-actions-top {
    margin-top: 0;
    overflow: auto;
    text-align: right;
}

.form-actions .btn, .btn.fileinput-button {
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 6px 8px 6px 0;
}

.btn.fileinput-button {
    margin: 0;
}
    .form-actions .btn-default, .form-actions .btn-default:hover, a.btn-default {
        color: #000;
    }
    .form-actions .btn-success, .form-actions .btn-success:hover,
    .form-actions .btn-warning, .form-actions .btn-warning:hover, .btn-success, a.btn-success {
        color:white;
    }
.btn, a.btn {border-radius: 8px;}
.btn-standard, a.btn-standard {
    border: 1px solid #00c292;
    background-color: #00c292;
    display: inline-block;

    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;

    margin: 30px 5px 15px 5px;
    padding: 5px 10px;
}
    .btn-standard, a.btn-standard:hover {color:#fff;}

.btn.panel-button {
    display: block; margin:0 auto; padding: 7px 13px;
    font-size: 14px;
}
.btn.panel-button:not(.btn-outline) {
    color:#fff;
}
.btn-info, .btn-info.disabled, a.btn-info, a.btn-info.disabled, 
.btn-danger, .btn-danger.disabled, a.btn-danger, a.btn-danger.disabled,
.btn-info:hover, a.btn-info:hover, 
.btn-danger:hover, a.btn-danger:hover {
    color:#fff;
}

.update-page-wrapper {
    /* position: fixed;
    text-align: center;
    padding: 9px;
    top: 60px; */
    margin-bottom:20px;
    text-align: center;
}
.update-page-wrapper.update-page-bottom-center {
    position: fixed;
    text-align: center;
    padding: 14px;
    bottom: 0px;
    display: block;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.8);
    transition: all .5s ease-in-out;
}
.update-page-wrapper.update-page-bottom-right {
    position: fixed;
    text-align: center;
    padding: 14px;
    bottom: 20px;
    display: block;
    width: 200px;
    right: 0;
    border-radius: 6px 0 0 6px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 1px 0px 5px -1px rgba(0, 0, 0, 0.8);
}
/*-----------------------------------------------------*/


/* special buttons
-------------------------------------------------------*/
.btn-addSubEntity {
    background-color: #fff;
    border:1px solid #03a9f3;
    color: #03a9f3;
    display: block;
    font-size: 14px;
    margin:5px auto 30px;
    padding:6px 10px;
    text-align: center;
    width:100%;
}
.btn-addSubEntity:hover {
    background-color: #03a9f3;
    color:#fff !important;
}
.toggled {
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.75);
}
/*-----------------------------------------------------*/


/* login form
-------------------------------------------------------*/

@media screen and (min-width:740px) {
    .login-box .poweredby-runelab {
        display: none;
    }
}
.top-left-part{
    background-color: transparent;
    text-align: center;
}

.logo-big{
    background-color: #00AE84;
    padding-top: 10px;
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: 60px;
}
.logoSmall img {background-color: #00AE84; padding:5px;}

.login-box{
    background: black;
}
#loginform {color:#eee;}
#loginform input{color:#efefef; padding:5px;}
#loginform input:-webkit-autofill, #loginform textarea:-webkit-autofill, #loginform select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #efefef inset;
    -webkit-text-fill-color: black !important;
  }
#loginform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #efefef;
    opacity: 1; /* Firefox */
}

#loginform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #efefef;
}

#loginform input::-ms-input-placeholder { /* Microsoft Edge */
    color: #efefef;
}

.white-box{
    background: black;
}
/*-----------------------------------------------------*/

/* file uploads
-------------------------------------------------------*/
#attachmentList {
    padding-left: 25px;
    list-style: none;
}
.fileContainer {
    display:block;
    position: relative;
}
    @media screen and (min-width:680px) {
        #attachments .fileContainer, #mosaico .fileContainer {
            display: inline-block;
            margin-right: 6% !important;
            width: 24%;
            vertical-align: top;
        }
    }

.fileContainer a.imgHolder {
    display: block;
    height: 190px;
}
.fileContainer a img {
    height: 85%;
    object-fit: contain;
    width:100%;
    transition: all 0.2s ease-in-out;
}

        @media screen and (min-width:680px) {
            .fileContainer {
                min-height: 47px;
            }
        }

.uploadedFileLink {
    display: inline-block;
    color: #fff !important;
    font-size: 13px;
    height: 300px;
    margin: 10px;
    max-width: 100%;
    background-color: cadetblue;
    border-radius: 3px 3px 0 0;
    padding: 70px 10px 10px;
    word-wrap: break-word;
    transition: all 0.2s ease-in;
}
.uploadedFileLink:hover {
    background-color: darkcyan;
}

.dropdown-menu.flipInX.show li {margin:5px 10px;}
/*-----------------------------------------------------*/

/* advanced tooltips
-------------------------------------------------------*/
.dataTables_wrapper table td, .dataTables_wrapper table tr , .dataTables_wrapper table, .dataTables_wrapper {
    position: relative;
    z-index:unset;
    font-size: 12px;
}
.tooltipped {
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    position:relative;
    z-index:unset;
}
.tooltipped .scroller {
    max-height: 600px;
    overflow-y: auto;
}
label .tooltipped {
    display: inline-block;
}
.adv-tooltip {
    background: rgba(255, 255, 255, 1);
    border:2px solid rgb(254, 193, 7);
    border-radius: 3px;
    font-family: 'Poppins',sans-serif;
    font-size: 11px;
    font-weight: 300;
    padding: 5px;

    min-width: 100px;
    position: absolute;
    left:20%;
    top:115%;
    z-index: 1002;
    overflow-y:visible !important;
    overflow-x:visible !important;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.1);  /* Firefox 3.5 - 3.6 */
    box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    /* transition: all 0.1s ease-in-out; */
}
label .adv-tooltip, .adv-tooltip {
    cursor: pointer;
    text-align: left;
    min-width: 210px;
}
.adv-tooltip:after {
    border-color: rgba(254, 193, 7, 0.6) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0px 8px 14px 5px;
    top: -14px;
    content: "";
    display: block;
    left: 9px;
    position: absolute;
    width: 0;
}
    .adv-tooltip.adv-tooltip-right {
        top: 50%;
        transform: translateY(-50%);
        left: 104%;
        left: calc(100% + 12px);
    }
    .adv-tooltip.adv-tooltip-right:after {
        border-color: rgba(0, 0, 0, 0) rgba(254, 193, 7, 0.6) ;
        border-style: solid;
        border-width: 8px 14px 8px 0;
        content: "";
        display: block;
        left: -15px;
        top: 50%;
        margin-top: -7px;
        position: absolute;
        width: 0;
    }

    .adv-tooltip.adv-tooltip-left {
        top: 50%;
        transform: translateY(-50%);
        right: 138%;
        left: unset;
    }
    .adv-tooltip.adv-tooltip-left:after {
        border-color: rgba(0, 0, 0, 0) rgba(254, 193, 7, 1) ;
        border-style: solid;
        border-width: 8px 0 8px 14px;
        content: "";
        display: block;
        left: 100%;
        top: 50%;
        margin-top: -7px;
        margin-left: 1px;
        position: absolute;
        width: 0;
    }
    .badge-pill .adv-tooltip.adv-tooltip-left {
        right: 107%
    }

.adv-tooltip table th {
    white-space: nowrap;
    border-color:transparent;
}
.adv-tooltip table td a:hover {
    text-decoration: underline;
}
.adv-tooltip p {
    margin-bottom:0;
    color:#333;
    text-transform: none;
}

/* .tooltipped .adv-tooltip, .adv-tooltip {
    display: none;
    opacity:0;
}
.tooltipped:hover .adv-tooltip {
    display: block;
    opacity:1;
} */
.tooltipped .adv-tooltip, .adv-tooltip {
    display: none;
    opacity:0;
}
.tooltipped .adv-tooltip.hover, .adv-tooltip.hover {
    display: block;
    opacity:1;
}
/*-----------------------------------------------------*/

.noWrap {
    white-space: nowrap;
}

span.info-icon {
    background-color: #006dcc;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: 'Times New Roman, Times, serif';
    font-style: italic;
    font-weight: bold;
    line-height: 1.3;
    padding: 0px 6px;
    width: 16px;
    height: 16px;
    text-align: center;
    text-transform: lowercase;
}
/* Currency inputs
-------------------------------------------------------*/
.input-icon {
    position: relative;
  }

  .input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
  }

  .input-icon > input {
    padding-left: 25px !important;
    padding-right: 0;
  }

  .input-icon-right > i {
    right: 0;
  }

  .input-icon-right > input {
    padding-left: 0 !important;
    padding-right: 25px !important;
    text-align: right;
  }
label {position: relative;}
a.clickable-phone {
    color: limegreen;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: -20px;
}
@media screen and (max-width:767.98px) {
    a.clickable-phone {
        color: limegreen;
        font-size: 22px;
        position: absolute;
        top: -18px;
        right: -40px;
        border-radius: 50%;
        background-color: #dddddd;
        width: 38px;
        height: 38px;
        display: block;
        text-align: center;
        padding: 7px;
    }
}
    a.clickable-phone:hover {color:green;}
/* list filters
-------------------------------------------------------*/
.list-filters  {
    position:relative;
    margin-bottom: 25px;
}
.clearFilters {
    text-decoration: underline;
    font-size: 14px;
    color: #006dcc;
    cursor: pointer;
    z-index: 5;
    display: block;
    margin: 5px 10px;
}
.results {
    position:absolute;
    bottom:10px;
    right:10px;
    font-size:10px;
    color:#000;
    z-index: 999;
}

.list-filters .btn {
    padding: 9px 5px;
    border-radius: 8px;
    /* width: 186px; */
    display: inline-block;
    font-size: 20px;
}
.list-filters .form-control {
    font-size: 13px;
    font-weight: 300;
    border-radius: 8px;
    height: 44px;
}

@media screen and (min-width:992px) {
    .list-filters .btn {
        padding: 9px 20px;
        font-size: 16px;
        /* transform: translate(50%, -50%); */
    }

    .clearFilters {
        position:absolute;
        font-size:10px;

        /* bottom:15px;
        left:50%;
        transform: translateX(-52%); */
        bottom:-6px;
        left:0;

        margin:0;
    }
    .results {
        bottom:-14px;
        left:50%;
        transform: translateX(-52%);
        right:auto;
    }
}


/* multi select
-------------------------------------------------------*/
.ms-selection .ms-list {border-color:#666;}
.ms-container {width: 524px;}
.ms-selectable .custom-header, .ms-selection .custom-header {
    margin-bottom:5px;
}
#ms-prices.ms-container {width: 715px;}
.ms-container .ms-list {height: 250px;}
.ms-container .ms-selection li.ms-elem-selection {background-color:#4F5467;}
.ms-container .ms-selection li.ms-elem-selection span {color:#fff;}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    padding: 5px 10px;
}

/* select2 */
.select2-container {display: block; width: 100% !important;}
.select2-results ul {border-top: 1px solid #bbb;}
.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple {
    min-height:44px !important;
    padding: 7px 5px !important;
}
.export-options-wrapper .select2-container--default .select2-selection--single, 
.export-options-wrapper .select2-container--default .select2-selection--multiple {
    min-height:38px !important;
    padding: 5px 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    margin: 8px 0;
}
/* Pagination
-------------------------------------------------------*/
.pagination-wrapper {
    margin: 2px 0 14px;
}
.currPageNumber {
    border-radius: 5px;
    background-color: #ddd;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    /* font-style: italic; */
    font-weight: bold;
    line-height: 1;
    margin:0;
    /* margin: 0px 16px 0px; */
    padding: 8px 0px;
    position: relative;
    text-align: center;
    vertical-align: top;

    height: 30px;
    width: 43px;
    
    transition: all .2s ease-in;
}

.currPageNumber:hover {
    /* animation: blob 1s ease-in-out infinite; */
    /* transform: scale(1.3); */
}
.currPageNumber:after{
    content: "Click to change page";
    padding: 2px;
    opacity: 0;
    display:block;
    position: relative;
    top: -46px;
    left: 32px;
    color: #333;
    font-weight: 300;
    font-size: 12px;
    transform: translateX(-50%);
    width: 150px;
    text-align: center;
    background-color: #fef4c5;
    border: 1px solid #d4b943;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all .4s ease-in;
    z-index: 999;
}
.currPageNumber:hover:after{
    opacity: 1;
}
@keyframes blob {
    0%   { transform: scale(1); }
    38%  { transform: scale(0.8, 1); }
    40%  { transform: scale(0.8, 1); }
    78%  { transform: scale(1.3); }
    80%  { transform: scale(1.3); }
    100% { transform: scale(1); }
  }
    .currPageNumberInput {
        background: transparent;
        border: none;
        display: block;
        color: #333;
        font-weight: normal;
        font-size: 17px;
        width: 40px;
        height: 27px;
        margin-top: -6px;
        text-align: center;
        padding: 4px;
    }
    /* .currPageNumber:after {
        content: "pagina";
        position: absolute;
        top: -10px;
        font-size: 11px;
        color: #333;
        font-weight: bold;
        left: 50%;
        z-index: 0;
        transform: translate(-50%, -50%);
    } */

.turnPager {
    /* background-color: #888; */
    border-radius: 4px;
    /* border:2px solid #888;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1); */
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 45px;
}
    .turnPager i.fa {
        color:#111;
        font-size: 21px;
        vertical-align: -4px;
        position: relative;
        transition: all .2s ease-in;
    }
    .turnPager.turnPrev i.fa {
        right: 3px;
    }
    .turnPager.turnNext i.fa {
        left: 3px;
    }
    .turnPager:hover i.fa {
        color:#aaa;
    }

.turnPager.disabled {
    pointer-events: none;
    border-color:#eee;
}
.turnPager.disabled i.fa {color:#eee;}


/* tabelle
-------------------------------------------------------*/
.table-actions:not(.small-width) {
    width:128px;
}
.table-actions .btn, .table-actions a.btn {
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 1.7;
    font-size: 15px;
    padding: 4px;
}
.table-actions.actions-small .btn, .table-actions.actions-small a.btn {
    height: 28px;
    width: 28px;
    padding: 2px;
    line-height: 1.5;
}

.recordsCount.small {
    font-size:10px;
    color:#000;
    z-index: 999;
    display: block;
    margin-bottom: 5px;
}

.panel .panel-body.paginatedList .dataTables_filter {
    position: absolute;
    top: -50px;
    right: 0px;
}
    
.panel .panel-body.paginatedList .dataTables_filter.rtSearch {
    position: absolute;
    top: 13px;
    right: 10px;
}
.panel .panel-body .dataTables_filter.rtSearch {
    float: right;
    position: relative;
    top: 0;
}
.panel .panel-body .dataTables_filter.rtSearch .tableSearch {
    background-image:none;
    width: auto;
}
    .panel .panel-body .dataTables_filter label {
        font-weight: 600;
        font-family: helvetica;
        color:#888;
    }
    .panel .panel-body .dataTables_filter input[type="search"] {
        border-radius: 8px;
        padding: 6px;
        color:#000;
        font-size: 16px;
        font-weight: 300;
        border-width: 4px;
    }

table.time-table td, table.time-table tr {
    padding: 6px;
}
.dt-addSelected {
    background: #00AE84 !important;
    color: #fff !important;
    font-weight: bold !important;
}

#tbodyBillingList label {
    color: #666;
    font-size: 11px;
}
#tbodyBillingList p {
    color: #444;
    font-weight: bold;
}
.highlighted-row.highlighted-row-primary {
    /* background-color: #ddd; */
}
.highlighted-row.highlighted-row-editing {
    background-color: #ddd;
}
.ownedStation {
    color: #006dcc;
}
/*-------------------------------------------------------*/


/* tabella orari partner
-------------------------------------------------------*/
.td-time {
    display: flex;
    flex-direction: row;
    align-items: center
}
.input-time {
    margin: 0 15px 0 10px;
    width: 70px;
}

.button-tag-list {
    margin-right: 5px;
    margin-bottom: 5px;
}
/* input-inner-icons
-------------------------------------------------------*/
.input-inner {
    position: relative;
    display: block;
    overflow: auto;
    z-index: 0;
}
    .input-inner-icon {
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right:0;
        width: 18px;
        height: 18px;
        padding: 0;
        margin:2px 6px;
        z-index: 999;
    }
    .input-inner-icon i {color:#999;}
.list-icon {
    font-size: 20px;
}
.success-icon {
    color: limegreen;
}
.error-icon {
    color: #FF3151;
}
.warning-icon {
    color: #E7BA13;
}
.error, .imported.error {
    color: #FF3151 !important;
    letter-spacing: 0.08em;
}
.blue {
    color: #1068d6 !important;
    letter-spacing: 0.08em;
}
.warning {
    color: #d4b943 !important;
    letter-spacing: 0.08em;
}
.success {
    color: green !important;
    letter-spacing: 0.08em;
}
/*-----------------------------------------------------*/

/* span circles
-------------------------------------------------------*/
.circle {
    display: inline-table;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #aaa;
    border-color: rgba(0, 0, 0, 0.2);
    margin: 0px 1px 2px 1px;
    line-height: 1.7;
    text-align: center;
    font-size: 11px;
    color: #fff;
    
    width: 20px;
    height: 20px;
    padding: 4.5px;
}
.square {
    display: inline-table;
    height: 22px;
    width: 22px;
    border-radius: 5px;
    background-color: #aaa;
    border-color: rgba(0, 0, 0, 0.2);
    margin: 0px 1px 2px 1px;
    line-height: 1.7;
    text-align: center;
    font-size: 11px;
    color: #fff;
} 
.noShape {
    font-size: 24px;
}
@media screen and (min-width: 1024px) {
    .noShape {
        font-size: 36px;
    }
}
.gray-noShape {
    color: #aaa;
}
.blue-noShape {
    color: #015198;
}
.yellow-circle {
    background-color: gold;
}
.orange-black-circle {
    background-color: #F1C40F;
    color: #333;
}
.red-circle {
    background-color: red;
}
.gray-circle {
    background-color: gray;
}
.green-circle {
    background-color: green;
}
.orange-circle {
    background-color: orange;
}
.blue-circle {
    background-color: #015198;
}
.black-circle {
    background-color: black;
}
.transparent-circle {
    background-color: transparent;
}

.btn-plug {
    background-color: #ccc;
}
    .btn-plug:hover {
        background-color: #999;
        color:#fff !important;
    }
.btn-unplug {
    background-color: #ccc;
}
    .btn-unplug:hover {
        background-color: #999;
        color:#fff !important;
    }
.btn-reboot {
    background-color: #ccc;
}
    .btn-reboot:hover {
        background-color: #999;
        color:#fff !important;
    }

.btn.btn-action-custom {
    background-color: #fec107;
    border-color: #fec107
}
.btn.btn-action-custom:hover {
    background-color: #ec971f;
    border-color: #ec971f;
}
/* badges */
.badge {
    padding: 4px 8px;
    font-size: 14px;
}
.badge.badge-small {
    font-size: 11px;
}

.badge-status {
    font-family: monospace;
    font-size: 16px;
    text-transform: capitalize;
}
.badge-big {
    font-size: 18px;
}
.badge-outline {
    background-color: #fff;
    border: 1px solid #333;
    color:#333;
}

.badge.badge-disabled {
    background-color: #aaa;
}


/* Bootstrap overrides */
.inline-checkbox {
    padding-top: 31px;
}
.inline-checkbox label {
    margin-top: 4px !important;
}
.inline-checkbox input[type="checkbox"] {
    display: block;
    margin: -2px 8px 0;
    float: left;
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}



/* DARK THEME */
html.darkTheme, 
.darkTheme body, 
.darkTheme .page-wrapper, 
.darkTheme #page-wrapper, 
.darkTheme .panel .panel-body,
.darkTheme .panel .panel-body .dataTables_filter input[type="search"], 
.darkTheme .table-condensed,
.darkTheme tbody, .darkTheme .slimScrollDiv {
    color: #fff !important;
    background-color: #222;
}
.darkTheme .container-fluid, 
.darkTheme .topbar .navbar-collapse, 
.darkTheme .form-control, 
.darkTheme .input-group-addon-button, 
.darkTheme .modal-content, 
.darkTheme .select2-container--default .select2-selection--multiple .select2-selection__choice, 
.darkTheme .select2-container--default .select2-selection--multiple, 
.darkTheme .select2-container--default .select2-results__option[aria-selected=true], 
.darkTheme .select2-container--default .select2-results>.select2-results__options, 
.darkTheme .currPageNumber {
    background-color: #666;
    color:#dedede;
}
.darkTheme .turnPager i.fa {color: #dedede;}
.darkTheme .turnPager.disabled i.fa {color: #666;}
.darkTheme #searchLoc {
    border-width: 1px !important;
}
.darkTheme #generic-modal {
    background: rgba(0, 0, 0, 0.6);
}
.darkTheme .form-control:disabled, 
.darkTheme .form-control[readonly], 
.darkTheme input.readOnly:disabled, 
.darkTheme input[type="text"].readOnly:disabled, 
.darkTheme input[type="email"].readOnly:disabled, 
.darkTheme textarea.readOnly:disabled, 
.darkTheme select.readOnly:disabled {
    background-color: transparent;
    color:#a9a9a9;
}
.darkTheme .input-group-addon-button {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}
.darkTheme .form-control:focus {
    background-color: #888;
    color:#fff;
}
.darkTheme .form-control::-webkit-input-placeholder { /* Edge */
    color: #ddd;
}

.darkTheme .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}

.darkTheme .form-control::placeholder {
    color: #ddd;
}

.darkTheme .scroll-sidebar, 
.darkTheme .topbar .top-navbar .navbar-header,
.darkTheme .left-sidebar, 
.darkTheme .page-titles, 
.darkTheme .card-body, 
.darkTheme .footer,
.darkTheme #side-menu, 
.darkTheme .user-profile, 
.darkTheme .sidebar-nav, 
.darkTheme .bg-title, 
.darkTheme #side-menu > li > a:hover, 
.darkTheme #side-menu > li > a:focus,
.darkTheme .content-wrapper .sidebar .nav-second-level, 
.darkTheme .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #222;
    color:#dedede;
}
.darkTheme #side-menu ul > li > a:hover {
    background-color: #444;
    color:#dedede;
}
.darkTheme .sidebar-nav,
.darkTheme #side-menu.nav {background-color: transparent;}

.darkTheme table.dataTable tbody tr, 
.darkTheme table.dataTable.display tbody tr.even>.sorting_1, 
.darkTheme table.dataTable.order-column.stripe tbody tr.even>.sorting_1, 
.darkTheme .runeTable tr.even {
    background-color: #333;
}
.darkTheme table.dataTable.display tbody tr.odd>.sorting_1, 
.darkTheme table.dataTable.order-column.stripe tbody tr.odd>.sorting_1, 
.darkTheme table.dataTable.stripe tbody tr.odd, 
.darkTheme table.dataTable.display tbody tr.odd, 
.darkTheme .runeTable tr.odd {
    background-color: #222;
}
.darkTheme table.dataTable.hover tbody tr:hover, 
.darkTheme table.dataTable.display tbody tr:hover, 
.darkTheme table.dataTable.display tbody tr:hover>.sorting_1, 
.darkTheme table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
.darkTheme .runeTable tbody tr:hover td {
    background-color: #444;
}
.darkTheme table.dataTable.row-border tbody th, 
.darkTheme table.dataTable.row-border tbody td, 
.darkTheme table.dataTable.display tbody th, 
.darkTheme table.dataTable.display tbody td, 
.darkTheme .footer, 
.darkTheme hr, 
.darkTheme .runeTable td {
    border-top: 1px solid #888;
}

.darkTheme .card-header, 
.darkTheme .dt-buttons .dt-button, 
.darkTheme .custom-checkbox .custom-control-input:checked~.custom-control-label:before, 
.darkTheme table.dataTable tbody>tr.selected, 
.darkTheme table.dataTable tbody>tr>.selected, 
.darkTheme table.dataTable.stripe tbody>tr.odd.selected, 
.darkTheme table.dataTable.stripe tbody>tr.odd>.selected, 
.darkTheme table.dataTable.display tbody>tr.odd.selected, 
.darkTheme table.dataTable.display tbody>tr.odd>.selected {
    background-color: #00AE84;
    color:#fff;
}
.darkTheme table.dataTable.hover tbody>tr.selected:hover, 
.darkTheme table.dataTable.hover tbody>tr>.selected:hover, 
.darkTheme table.dataTable.display tbody>tr.selected:hover, 
.darkTheme table.dataTable.display tbody>tr>.selected:hover {
    background-color: darkcyan;
}

.darkTheme table.dataTable tbody td.select-checkbox:before, 
.darkTheme table.dataTable tbody th.select-checkbox:before {
    border: 1px solid #dedede;
}

.darkTheme #tbodyBillingList label {
    color: #aaa;
}
.darkTheme #tbodyBillingList p {
    color: #ddd;
}
.darkTheme .highlighted-row.highlighted-row-primary {
    /* background-color: #444; */
}
.darkTheme .highlighted-row.highlighted-row-editing {
    background-color: #333;
}

.darkTheme .sidebar-nav ul li.nav-small-cap, 
.darkTheme .sidebar-nav ul li, 
.darkTheme .sidebar-nav ul li a,
.darkTheme .navbar-dark .navbar-nav .nav-link, 
.darkTheme .page-titles .breadcrumb li a, 
.darkTheme .form-horizontal label, 
.darkTheme label, 
.darkTheme .dataTables_wrapper .dataTables_length, 
.darkTheme .dataTables_wrapper .dataTables_filter, 
.darkTheme .dataTables_wrapper .dataTables_info, 
.darkTheme .dataTables_wrapper .dataTables_processing, 
.darkTheme .dataTables_wrapper .dataTables_paginate, 
.darkTheme .dataTables_wrapper .dataTables_paginate .paginate_button, 
.darkTheme .dataTables_wrapper .dataTables_filter input, 
.darkTheme input.readOnly:disabled, 
.darkTheme input[type="text"].readOnly:disabled, 
.darkTheme input[type="email"].readOnly:disabled, 
.darkTheme textarea.readOnly:disabled, 
.darkTheme select.readOnly:disabled, 
.darkTheme .recordsCount.small, 
.darkTheme .clearFilters, 
.darkTheme .user-profile .user-pro-body .u-dropdown, 
.darkTheme .runeTable th, .darkTheme th, .darkTheme h1, .darkTheme h2, .darkTheme h3, .darkTheme h4 {
    color:#dedede;
}
.darkTheme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.darkTheme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.darkTheme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, 
.darkTheme .dataTables_wrapper .dataTables_paginate .paginate_button, 
.darkTheme .runeTable td {
    color:#dedede !important;
}
.darkTheme a, 
.darkTheme a.link, 
.darkTheme #side-menu li a, 
.darkTheme .bg-title .breadcrumb a {
    color:#fff;
}
.darkTheme a:hover {
    color:#fff;
    /* -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .7));
    filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .7)); */
}
.darkTheme .sidebar-nav ul li a.active i, 
.darkTheme .sidebar-nav ul li a:hover i,
.darkTheme .sidebar-nav ul li a.active, 
.darkTheme .sidebar-nav ul li a:hover,
.darkTheme .page-titles .breadcrumb .breadcrumb-item.active, 
.darkTheme #side-menu > li > a.active i, 
.darkTheme .bg-title .breadcrumb .active {
    color: #00AE84;
}
.darkTheme .sidebar-nav>ul>li>a i {
    color: #bbb;
}
.darkTheme #side-menu > li > a.active {
    border-left: 3px solid #00AE84;
    color:#fff;
}
.darkTheme .btn.btn-action-custom {
    background-color: darkcyan;
    border-color: darkcyan;
}
.darkTheme .btn.btn-action-custom:hover {
    background-color: lightseagreen;
    border-color: lightseagreen;
}
.darkTheme .btn-addSubEntity {
    background-color: #999;
    border: 1px solid #fff;
    color: #fff;
}
.darkTheme .btn-addSubEntity:hover {
    background-color: #888;
}

@media (min-width: 768px) {
    .darkTheme .mini-sidebar .sidebar-nav #sidebarnav>li>ul, 
    .darkTheme .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        background-color: #666;
    }
    .darkTheme .content-wrapper .sidebar .nav-second-level>li>a, 
    .darkTheme .content-wrapper .sidebar #side-menu>li:hover {
        background-color: #222;
        color: #fff;
    }
    .darkTheme .mini-sidebar .sidebar-nav #sidebarnav .nav-small-cap {
        border-bottom: 1px solid #888;
    }
}

.theme-selector {
    position: absolute;
    top: 21px;
    right: 4px;
    z-index: 9999;
}
  .theme-selector input[type="checkbox"] {
    display: none;
  }
  .theme-selector label {
    cursor: pointer;
  }
  .theme-selector input[type="checkbox"] + label:before {
    border: 1px solid #eee;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
  }
  .theme-selector input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;
  }
  .theme-selector input[type="checkbox"].darkTheme + label:before {
    background: #222;
    color: #fff;
  }
  .theme-selector input[type="checkbox"].darkTheme:checked + label:before {
    background: #222;
    color: #fff;
  }
  .theme-selector input[type="checkbox"]:checked + label:after {
    font-weight: bold;
  }
  
  .theme-selector input[type="checkbox"]:focus + label::before {
      outline: rgb(59, 153, 252) auto 5px;
  }