/**************************************************************************************
******* This CSS file is used for all the rules that define the main UI
***************************************************************************************/
body{
    color: #1F2C45;
    font-family: 'Open Sans', sans-serif;
}

/*************** Helper classes */
.clear{
	clear:both;
}

.display-block{
	display:block;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.h-100{
    height: 100% !important;
    max-height: 100% !important;
}

.w-100{
    width: 100% !important;
    max-width: 100% !important;;
}

/* Margin */
.ml-auto { margin-left: auto !important }
.mr-auto { margin-right: auto !important }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.m-0  { margin:        0 !important}
.mt-0 { margin-top:    0 !important}
.mr-0 { margin-right:  0 !important}
.mb-0 { margin-bottom: 0 !important}
.ml-0 { margin-left:   0 !important}
.mx-0 { margin-left:   0 !important; margin-right:  0 !important }
.my-0 { margin-top:    0 !important; margin-bottom: 0 !important }

.m-5  { margin:        5px !important }
.mt-5 { margin-top:    5px !important }
.mr-5 { margin-right:  5px !important }
.mb-5 { margin-bottom: 5px !important }
.ml-5 { margin-left:   5px !important }
.mx-5 { margin-left:   5px !important; margin-right:  5px !important }
.my-5 { margin-top:    5px !important; margin-bottom: 5px !important }

.m-10  { margin:        10px !important }
.mt-10 { margin-top:    10px !important }
.mr-10 { margin-right:  10px !important }
.mb-10 { margin-bottom: 10px !important }
.ml-10 { margin-left:   10px !important }
.mx-10 { margin-left:   10px !important; margin-right:  10px !important }
.my-10 { margin-top:    10px !important; margin-bottom: 10px !important }

.m-15  { margin:        15px !important }
.mt-15 { margin-top:    15px !important }
.mr-15 { margin-right:  15px !important }
.mb-15 { margin-bottom: 15px !important }
.ml-15 { margin-left:   15px !important }
.mx-15 { margin-left:   15px !important; margin-right:  15px !important }
.my-15 { margin-top:    15px !important; margin-bottom: 15px !important }

.m-20  { margin:        20px !important }
.mt-20 { margin-top:    20px !important }
.mr-20 { margin-right:  20px !important }
.mb-20 { margin-bottom: 20px !important }
.ml-20 { margin-left:   20px !important }
.mx-20 { margin-left:   20px !important; margin-right:  20px !important }
.my-20 { margin-top:    20px !important; margin-bottom: 20px !important }

.m-30  { margin:        30px !important }
.mt-30 { margin-top:    30px !important }
.mr-30 { margin-right:  30px !important }
.mb-30 { margin-bottom: 30px !important }
.ml-30 { margin-left:   30px !important }
.mx-30 { margin-left:   30px !important; margin-right:  30px !important }
.my-30 { margin-top:    30px !important; margin-bottom: 30px !important }

.m-40  { margin:        40px !important }
.mt-40 { margin-top:    40px !important }
.mr-40 { margin-right:  40px !important }
.mb-40 { margin-bottom: 40px !important }
.ml-40 { margin-left:   40px !important }
.mx-40 { margin-left:   40px !important; margin-right:  40px !important }
.my-40 { margin-top:    40px !important; margin-bottom: 40px !important }

.m-80  { margin:        80px !important }
.mt-80 { margin-top:    80px !important }
.mr-80 { margin-right:  80px !important }
.mb-80 { margin-bottom: 80px !important }
.ml-80 { margin-left:   80px !important }
.mx-80 { margin-left:   80px !important; margin-right:  80px !important }
.my-80 { margin-top:    80px !important; margin-bottom: 80px !important }

.-m-5  { margin:        -5px !important }
.-mt-5 { margin-top:    -5px !important }
.-mr-5 { margin-right:  -5px !important }
.-mb-5 { margin-bottom: -5px !important }
.-ml-5 { margin-left:   -5px !important }
.-mx-5 { margin-left:   -5px !important; margin-right:  -5px !important }
.-my-5 { margin-top:    -5px !important; margin-bottom: -5px !important }

.-m-10  { margin:        -10px !important }
.-mt-10 { margin-top:    -10px !important }
.-mr-10 { margin-right:  -10px !important }
.-mb-10 { margin-bottom: -10px !important }
.-ml-10 { margin-left:   -10px !important }
.-mx-10 { margin-left:   -10px !important; margin-right:  -10px !important }
.-my-10 { margin-top:    -10px !important; margin-bottom: -10px !important }

.-m-15  { margin:        -15px !important }
.-mt-15 { margin-top:    -15px !important }
.-mr-15 { margin-right:  -15px !important }
.-mb-15 { margin-bottom: -15px !important }
.-ml-15 { margin-left:   -15px !important }
.-mx-15 { margin-left:   -15px !important; margin-right:  -15px !important }
.-my-15 { margin-top:    -15px !important; margin-bottom: -15px !important }

.-m-20  { margin:        -20px !important }
.-mt-20 { margin-top:    -20px !important }
.-mr-20 { margin-right:  -20px !important }
.-mb-20 { margin-bottom: -20px !important }
.-ml-20 { margin-left:   -20px !important }
.-mx-20 { margin-left:   -20px !important; margin-right:  -20px !important }
.-my-20 { margin-top:    -20px !important; margin-bottom: -20px !important }

.-m-40  { margin:        -40px !important }
.-mt-40 { margin-top:    -40px !important }
.-mr-40 { margin-right:  -40px !important }
.-mb-40 { margin-bottom: -40px !important }
.-ml-40 { margin-left:   -40px !important }
.-mx-40 { margin-left:   -40px !important; margin-right:  -40px !important }
.-my-40 { margin-top:    -40px !important; margin-bottom: -40px !important }

.-m-80  { margin:        -80px !important }
.-mt-80 { margin-top:    -80px !important }
.-mr-80 { margin-right:  -80px !important }
.-mb-80 { margin-bottom: -80px !important }
.-ml-80 { margin-left:   -80px !important }
.-mx-80 { margin-left:   -80px !important; margin-right:  -80px !important }
.-my-80 { margin-top:    -80px !important; margin-bottom: -80px !important }

/* Padding */
.p-0  { padding:        0 !important }
.pt-0 { padding-top:    0 !important }
.pr-0 { padding-right:  0 !important }
.pb-0 { padding-bottom: 0 !important }
.pl-0 { padding-left:   0 !important }
.px-0 { padding-left:   0 !important; padding-right:  0 !important }
.py-0 { padding-top:    0 !important; padding-bottom: 0 !important }

.p-5  { padding:        5px !important }
.pt-5 { padding-top:    5px !important }
.pr-5 { padding-right:  5px !important }
.pb-5 { padding-bottom: 5px !important }
.pl-5 { padding-left:   5px !important }
.px-5 { padding-left:   5px !important; padding-right:  5px !important }
.py-5 { padding-top:    5px !important; padding-bottom: 5px !important }

.p-10  { padding:        10px !important }
.pt-10 { padding-top:    10px !important }
.pr-10 { padding-right:  10px !important }
.pb-10 { padding-bottom: 10px !important }
.pl-10 { padding-left:   10px !important }
.px-10 { padding-left:   10px !important; padding-right:  10px !important }
.py-10 { padding-top:    10px !important; padding-bottom: 10px !important }

.p-15  { padding:        15px !important }
.pt-15 { padding-top:    15px !important }
.pr-15 { padding-right:  15px !important }
.pb-15 { padding-bottom: 15px !important }
.pl-15 { padding-left:   15px !important }
.px-15 { padding-left:   15px !important; padding-right:  15px !important }
.py-15 { padding-top:    15px !important; padding-bottom: 15px !important }

.p-20  { padding:        20px !important }
.pt-20 { padding-top:    20px !important }
.pr-20 { padding-right:  20px !important }
.pb-20 { padding-bottom: 20px !important }
.pl-20 { padding-left:   20px !important }
.px-20 { padding-left:   20px !important; padding-right:  20px !important }
.py-20 { padding-top:    20px !important; padding-bottom: 20px !important }

.p-40  { padding:        40px !important }
.pt-40 { padding-top:    40px !important }
.pr-40 { padding-right:  40px !important }
.pb-40 { padding-bottom: 40px !important }
.pl-40 { padding-left:   40px !important }
.px-40 { padding-left:   40px !important; padding-right:  40px !important }
.py-40 { padding-top:    40px !important; padding-bottom: 40px !important }

.p-80  { padding:        80px !important }
.pt-80 { padding-top:    80px !important }
.pr-80 { padding-right:  80px !important }
.pb-80 { padding-bottom: 80px !important }
.pl-80 { padding-left:   80px !important }
.px-80 { padding-left:   80px !important; padding-right:  80px !important }
.py-80 { padding-top:    80px !important; padding-bottom: 80px !important }


/* render "angularised" links as "clickable" */
[onclick], [ng-click], [en-promised-click], [en-go-click]{
    cursor: pointer;
}
/* not for the modal */
.modal[ng-click]{
    cursor: default;
}
.cursor-default{
    cursor: default;
}

.hoverable{
    transition: all .3s;
}
.hoverable:hover{
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    transition: all .3s;
}

.no-border{
    border: 0;
}
.border-top{
	border-top: 1px solid #DDDDDD;
}
.border-bottom{
	border-bottom: 1px solid #DDDDDD;
}
.border-left{
	border-left: 1px solid #DDDDDD;
}
.border-right{
	border-right: 1px solid #DDDDDD;
}

.hoverable{
    transition: all .3s;
}
.hoverable:hover{
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    transition: all .3s;
}
/*************** Helper classes:end */


/*************** Colors reference
    Blue: #1565D8
    NewGreen: #004050
    Neutral: #3F598A
    White: #FFFFFF

    Green: #36B37E
    Yellow: #FAAD13
    Red: #E95432
    Turquoise: #00B8D9
    Grey: #F5F5F5
/*************** Colors */
.bg-white{background-color: #FFFFFF;}
.bg-grey{background-color: #F5F5F5;}
.bg-neutral{background-color: #2F4368;}
.bg-neutral_dark{background-color: #1F2C45;}
.bg-primary{background-color: #004050;}
.bg-blue{background-color: #1565D8;}
.bg-green,.bg-success{background-color: #36B37E;}
.bg-yellow,.bg-warning{background-color: #FAAD13;}
.bg-red,.bg-danger{background-color: #E95432;}
.bg-turquoise,.bg-info{background-color: #00B8D9;}
/*************** Colors reference: end */



/*************** Typography */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.3;}

.bold-500{font-weight: 500;}
.bold-600{font-weight: 600;}

.text-white{color: #fff;}
.text-secondary{color: #3F598A;}
.text-muted,.text-grey{color: #7B7B7B;}
.text-primary{color: #004050;}
.text-blue{color: #1565D8;}
.text-success,.text-green{color: #36B37E;}
.text-warning,.text-yellow{color: #FAAD13;}
.text-danger,.text-red{color: #E95432;}
.text-info,.text-turquoise{color: #00B8D9;}

.text-lg{font-size: 120%;}
.text-sm{font-size: 90%;}
.text-xs{font-size: 80%;}

a {color: #004050;text-decoration: none !important;}
p a:hover{text-decoration: underline !important;}

/*************** Typography:end */



/*************** Buttons */
.btn{
    border: 0 !important;
    box-shadow: none !important;
}

    /* Ripple effect */
    .ripple,
    .btn {
        display: inline-block;
        position: relative;
        overflow: hidden;
        transition: all ease-in-out .3s;
    }
    .ripple::after,
    .btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 25%;
        height: 100%;
        width: 50%;
        background-color: #181818;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        transition: all ease-in-out .5s;
        transform: scale(5, 5);
    }
    .ripple:active::after,
    .btn:active::after {
        padding: 0;
        margin: 0;
        opacity: .2;
        transition: 0s;
        transform: scale(0, 0);
    }
    .btn-primary::after, .btn-success::after, .btn-danger::after, .btn-warning::after, .btn-info::after {
        background-color: #FFFFFF;        
    }
    /* Ripple effect:end */


.btn-default {
    background-color: #F5F5F5;
    color: #1F2C45;
}
.btn-default:focus,.btn-default.focus,
.btn-default.active,.btn-default:active,
.btn-default.active.focus,.btn-default:active.focus,.btn-default.active:focus,.btn-default:active:focus, 
.btn-default:hover,.btn-default.active:hover,.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{
    background-color: #DDDDDD;
    color: #1F2C45;
}

.btn-white {
    background-color: #FFFFFF;
    border: 1px solid #ddd !important;
    color: #1F2C45;
}
.btn-white:focus,.btn-white.focus,
.btn-white.active,.btn-white:active,
.btn-white.active.focus,.btn-white:active.focus,.btn-white.active:focus,.btn-white:active:focus, 
.btn-white:hover,.btn-white.active:hover,.btn-white:active:hover, 
.open>.dropdown-toggle.btn-white.focus,.open>.dropdown-toggle.btn-white:focus,.open>.dropdown-toggle.btn-white:hover{
    background-color: #FFFFFF;
    color: #1F2C45;
}

.btn-primary {
    background-color: #004050;
    color: #FFFFFF;
}
.btn-primary:focus,.btn-primary.focus,
.btn-primary.active,.btn-primary:active,
.btn-primary.active.focus,.btn-primary:active.focus,.btn-primary.active:focus,.btn-primary:active:focus, 
.btn-primary:hover,.btn-primary.active:hover,.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{
    background-color: #025266 !important;
    color: #FFFFFF;
}

.btn-success {
    background-color: #28865F;
    color: #FFFFFF;
}
.btn-success:focus,.btn-success.focus,
.btn-success.active,.btn-success:active,
.btn-success.active.focus,.btn-success:active.focus,.btn-success.active:focus,.btn-success:active:focus, 
.btn-success:hover,.btn-success.active:hover,.btn-success:active:hover, 
.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{
    background-color: #1B5A3F !important;
    color: #FFFFFF;
}

.btn-info {
    background-color: #00B8D9;
    color: #FFFFFF;
}
.btn-info:focus,.btn-info.focus,
.btn-info.active,.btn-info:active,
.btn-info.active.focus,.btn-info:active.focus,.btn-info.active:focus,.btn-info:active:focus, 
.btn-info:hover,.btn-info.active:hover,.btn-info:active:hover, 
.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{
    background-color: #005C6D !important;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #FAAD13;
    color: #FFFFFF;
}
.btn-warning:focus,.btn-warning.focus,
.btn-warning.active,.btn-warning:active,
.btn-warning.active.focus,.btn-warning:active.focus,.btn-warning.active:focus,.btn-warning:active:focus, 
.btn-warning:hover,.btn-warning.active:hover,.btn-warning:active:hover, 
.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{
    background-color: #C68504 !important;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #C03415;
    color: #FFFFFF;
}
.btn-danger:focus,.btn-danger.focus,
.btn-danger.active,.btn-danger:active,
.btn-danger.active.focus,.btn-danger:active.focus,.btn-danger.active:focus,.btn-danger:active:focus, 
.btn-danger:hover,.btn-danger.active:hover,.btn-danger:active:hover, 
.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{
    background-color: #80230E !important;
    color: #FFFFFF;
}

.btn-link {    
    color: #004050;
}
.btn-link:focus,.btn-link.focus,
.btn-link.active,.btn-link:active,
.btn-link.active.focus,.btn-link:active.focus,.btn-link.active:focus,.btn-link:active:focus, 
.btn-link:hover,.btn-link.active:hover,.btn-link:active:hover, 
.open>.dropdown-toggle.btn-link.focus,.open>.dropdown-toggle.btn-link:focus,.open>.dropdown-toggle.btn-link:hover{
    color: #004050;
}

.btn-flat {
    background-color: transparent;
    color: #2F4368;
}
.btn-flat:focus,.btn-flat.focus,
.btn-flat.active,.btn-flat:active,
.btn-flat.active.focus,.btn-flat:active.focus,.btn-flat.active:focus,.btn-flat:active:focus, 
.btn-flat:hover,.btn-flat.active:hover,.btn-flat:active:hover, 
.open>.dropdown-toggle.btn-flat.focus,.open>.dropdown-toggle.btn-flat:focus,.open>.dropdown-toggle.btn-flat:hover{
    background-color: #F5F5F5 !important;
    color: #2F4368;
}

/*************** Buttons:end */

/*************** Labels */
.label{
    display: inline-block; /* EBU-5976 */
}

.label-default {background-color: #7b7b7b;}
.label-primary {background-color: #004050;}
.label-blue {background-color: #1565D8;}
.label-success {background-color: #36B37E;}
.label-danger {background-color: #E95432;}
.label-warning {background-color: #FAAD13;}
.label-secondary {background-color: #2F4368;}

.label-flat.label-default {background-color: #f5f5f5; color: #7b7b7b;}
.label-flat.label-primary {background-color: #CDE0FA; color: #004050;}
.label-flat.label-blue {background-color: #CDE0FA; color: #1565D8;}
.label-flat.label-success {background-color: #D4F2E6; color: #36B37E;}
.label-flat.label-danger {background-color: #FBDDD6; color: #E95432;}
.label-flat.label-warning {background-color: #FEEFD0; color: #FAAD13;}
.label-flat.label-secondary {background-color: #D5DDEC; color: #2F4368;}
/*************** Labels:end */

/*************** Progress */
.progress-bar-success {background-color: #36B37E;}
.progress-bar-danger {background-color: #E95432;}
.progress-bar-warning {background-color: #FAAD13;}
/*************** Progress:end */

/*************** Tooltips */
.tooltip-no-whitespace+.tooltip{
    white-space: nowrap;
}
/*************** Tooltips */

/*************** Dropdown menu */
.dropdown-menu>li>a,
.dropdown-menu>li>* {    
    clear: both;      
    padding: 5px 10px;
}

.dropdown-menu>li>*>a{
    color: inherit;    
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    color: initial;
    background-color: #f5f5f5;
    font-weight: 600;
}

.dropdown-menu .dropdown-menu-footer{
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

/****** TODO: (Kaan) EBU-6163 dropdown-title ****/
.dropdown-menu .dropdown-title {
    font-weight: 600;
    color: #7b7b7b;
}
/*************** Dropdown menu:end */

/*************** Forms */
tags-input{
	min-width: 200px;
}
tags-input .tags .input{
    font-size: 90%;
    background-color: transparent;
}

en-metric-for-asset-selector tags-input .tags .input{
    width: 20px;
}

.form-control.search{
    padding-right: 25px;
    background: url(../images/generic-icons/search-icon.svg) no-repeat 97% 50%;
    background-size: 14px;
}
/*************** Forms:end */

/*************** Checkbox */
.custom-checkbox label{
	margin: 0;
	display: inline-block;
}
.custom-checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.custom-checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 .5em;
  cursor: pointer;
  background: #fff;
}

.custom-checkbox .cr .cr-icon {
  position: absolute;
  font-size: 10px;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.custom-checkbox label input[type="checkbox"] {
  display: none;
}

.custom-checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
  color: #fff;
}

.custom-checkbox label input[type="checkbox"]:checked+.cr, .custom-checkbox label input[type="checkbox"]:indeterminate+.cr {
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 0px 4px transparent;
    transition: all .3s;
}
.custom-checkbox label input[type="checkbox"]:checked+.cr {
    background: #004050;
}
.custom-checkbox label input[type="checkbox"]:indeterminate+.cr {
    background: #DDDDDD;
}
.custom-checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .custom-checkbox label input[type="checkbox"]:indeterminate+.cr>.cr-icon {
  opacity: 1;
}
.custom-checkbox label input[type="checkbox"]:indeterminate+.cr>.cr-icon:before {
  content: "\2212";
}
.custom-checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}
/*************** Checkbox:end */



/*************** Scrollbars */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {      
    border-radius: 0px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #DDDDDD;		 
}

.panel-dashboard .panel-body::-webkit-scrollbar-track,
.panel-dashboard .panel-body .custom-scroll::-webkit-scrollbar-track{
    background: transparent;
}
.panel-dashboard .panel-body::-webkit-scrollbar-thumb,
.panel-dashboard .panel-body .custom-scroll::-webkit-scrollbar-thumb{
    background: transparent;
}
.panel-dashboard .panel-body:hover::-webkit-scrollbar-thumb,
.panel-dashboard .panel-body:hover .custom-scroll::-webkit-scrollbar-thumb{
    background: #DDDDDD;
}


/*************** Workarea */
    #workarea{
        background-color: #f5f5f5;
    }

    /* Minor hack to customise dashboards background via free-text */
    .page-container{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
/*************** Workarea */


/*************** Top menu */
    #top-menu .navbar{
        min-height: auto;
        border-radius: 0;
        border: 0;
    }	     
    #top-menu .navbar,
    #top-menu .navbar-nav>li>.dropdown-menu{
    background: #004050;
    }
    #top-menu .navbar-nav>li>a{
        padding: 6px;
        font-size: 90%;
        color: #fff;
    }
    #top-menu .navbar-nav>li>a:hover,
    #top-menu .navbar-nav>li.open>a,
    #top-menu .navbar-nav>li.open>a:hover,
    #top-menu .navbar-nav>li.open>a:focus,
    #top-menu .dropdown-menu>.active>a, 
    #top-menu .dropdown-menu>.active>a:focus, 
    #top-menu .dropdown-menu>.active>a:hover{
        background-color: rgb(0 0 0 / 16%);
    }
    #top-menu .navbar-nav>li>.dropdown-menu{
        border: 0;
        padding: 8px;
    } 
    #top-menu .navbar-nav>li>.dropdown-menu:before{
        position:absolute;
        top: 0;
        left: 0;
        content:'';
        display: block;
        width:100%;
        height: 100%;
        background-color: rgb(0 0 0 / 16%);

        z-index: -1;
    }
    #top-menu .navbar-nav>li>.dropdown-menu li>a{
        padding: 6px 16px;
        color: #ffffff;
        font-size: 90%;
    }
    #top-menu .nav .open>a, 
    #top-menu .nav .open>a:hover, 
    #top-menu .nav .open>a:focus,
    #top-menu .dropdown-menu>li>a:hover, 
    #top-menu .dropdown-menu>li>a:focus{
        background-color: rgb(255 255 255 / 0.1);
        border-color: transparent;
    }

    #top-menu .navbar-nav>li>.dropdown-menu.user-menu{
        padding: 16px;
    }
    #top-menu .navbar-nav>li>.dropdown-menu.user-menu .user-info{
        margin-bottom: 8px;
        font-weight: 600;
        color: #fff;
    }
/*************** Top menu:end */

/*************** Assets toolbar */
    .asset-toolbar>.navbar{
        display: flex;
        flex-direction: row;

        background: #fff;
        border-radius: 0;
        border-left: 0;        
        border-right: 0;        
    }    

    .asset-toolbar .brand{
        height: 50px;
        padding: 8px 16px;
        flex: 0 0 1px;
    }
    .asset-toolbar .brand>img{
        height: 100%;
    }

    .asset-toolbar .assets-breadcrumb{    
        position: relative;    
        flex: 1 0 1px;
        padding: 15px;
    }    
    .asset-toolbar .assets-breadcrumb>en-asset-breadcrumb{
        position: absolute;
        left: 10px;
        right: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        direction: rtl;
        text-align: left;
    }


    .asset-toolbar .assets-breadcrumb .crumb a,
    .asset-toolbar .assets-breadcrumb .crumb .selected{
        padding: 5px;
        border-radius: 5px;
    }
    .asset-toolbar .assets-breadcrumb .crumb a{
        color: #7B7B7B;
    }
    .asset-toolbar .assets-breadcrumb .crumb .divider{ 
        color: #DDDDDD;
    }
    .asset-toolbar .assets-breadcrumb .crumb .selected{
        color: #112C40;
        font-weight: 600;
    }
    .asset-toolbar .assets-breadcrumb .crumb a:hover{
        background-color: #f5f5f5;
        color: #112C40;
    }
    
    .asset-toolbar .navbar-nav>li [class^="tio-"]{
        font-size: 16px;
    }
    .asset-toolbar .quick-links{
        display: flex;
        flex: 0 0 1px;
    }
    .asset-toolbar .quick-links>li>a{
        color: #3F598A;
        padding: 15px;
        background: transparent;
    }
    .asset-toolbar .quick-links>li:hover>a{
        color: #004050;
    }
    .asset-toolbar .quick-links>li.active>a{
        color: #004050;
        border-bottom: 3px solid #004050;
    }
/*************** Assets toolbar: end */

    
/*___en-compact-asset-filter - start___*/
    en-compact-asset-filter .input-group .input-group-addon{
        vertical-align: top;
    }
    en-compact-asset-filter .input-group .input-group-addon,
    en-compact-asset-filter .input-group tags-input .tags,
    en-compact-asset-filter .input-group tags-input .tags:hover{
        border: 0px !important;
        background: transparent;
        box-shadow: none !important;
        display: flex;
    }


    en-compact-asset-filter tags-input .tags .tag-item{
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        max-width: 440px;
        overflow: hidden;
        text-overflow: ellipsis;  
        position: relative;
        /*padding-right: 24px;*/
    }
    en-compact-asset-filter tags-input .tags .tag-item.type {
        background: #356AE6;
    }  
    en-compact-asset-filter tags-input .tags .tag-item.category {
        background: #FACF3F;
        color: #353A4A;
    }   
    en-compact-asset-filter tags-input .tags .tag-item.category .remove-button{
        color: #353A4A;
    }
    en-compact-asset-filter tags-input .tags .tag-item.name-match {
        background: #9159FC;
    }
    en-compact-asset-filter tags-input .tags .tag-item.tag {
        background: #004050;
    }
    en-compact-asset-filter tags-input .tags .tag-item.selected {
        /* Visible if you try to delete a tag with keyboard */
        background: #F3376B; /* as bg-danger */
        color: #fff;
        border: 1px solid #F3376B;
    }
/*___en-compact-asset-filter:end___*/

/*************** Assets tree */
    .asset-tree-empty{
        margin: 40px;
        text-align: center;
    }
    .asset-tree-empty>.tio-city{
        font-size: 64px;
        color: #AABAD8;
    }
    .asset-tree-empty>.tio-moon{
        font-size: 24px;
        position: absolute;
        margin: -8px;
        color: #D5DDEC;
    }


    en-asset-tree .list-group.root{
        padding: 8px 8px 0 0;
    }
    en-asset-tree .list-group{
        margin-bottom: 8px;
    }    
    en-asset-tree .list-group .list-group-item{
        background: transparent;
        border: 0;
        padding: 0;
        padding-left: 16px;
    }
    en-asset-tree .asset-item{
        position: relative;
        padding: 2px 0;
    }    
    en-asset-tree .asset-item a{
        color: #3D3D3D;
    }
    en-asset-tree .asset-item.matching a{
        color: #181818;
        font-weight: 600;
    }
    en-asset-tree .asset-item .toggle-childs{
        width: 20px;
        padding: 5px;
    }
    en-asset-tree .asset-item .asset-name{
        width: 100%;
        text-align: left;

        padding: 6px 4px;
        padding-right: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    en-asset-tree .asset-item .go-level-into,
    en-asset-tree .asset-item .go-level-up{
        position: absolute;
        right: 0;
        z-index: 2;
        padding: 6px;       
    }
    en-asset-tree .asset-item .go-level-into{
        visibility: hidden;
    } 
    en-asset-tree .asset-item:hover .go-level-into{
       visibility: visible;
    }
    en-asset-tree .asset-item.active,
    en-asset-tree .asset-item:hover{
        background: #f5f5f5;
    }
    en-asset-tree .asset-item.active a{
        font-weight: 600;
        color: #004050;
    }
    en-asset-tree .asset-item.active+.list-group{
        background: #f5f5f5;
    }
    en-asset-tree .asset-item .toggle-childs:hover,
    en-asset-tree .asset-item .go-level-into:hover,
    en-asset-tree .asset-item .go-level-up:hover{
        background: rgba(0, 0, 0, 0.05);
    }
    en-asset-tree .list-group:after {
        content: '';
        height: auto;
        border-left: 1px dotted #B8B8B8;
        position: absolute;
        top: 26px;
        bottom: 20px;
        left: 25px;
    }    
    en-asset-tree .asset-item:after {
        content: '';
        display: block;
        width: 8px;
        height: 1px;
        border-top: 1px dotted #B8B8B8;
        position: absolute;
        top: 16px;
        left: -4px;
    }
    en-asset-tree .list-group.root:after {
        display: none;
    }    
/*************** Assets tree: end */



/*************** Page header */
.page-header{       
    margin: 0;
    padding: 0;    
    background: #fff;
    border-radius: 0;
    box-shadow:0 2px 8px rgb(140 152 164 / 8%);
}

.page-header>.container-fluid{
    display: flex;
    min-height: 45px;
}

.page-header en-back-arrow-button{
    margin-left: -15px;
    flex: 0 0 45px;

    display: flex;
    align-items: center;
}
.page-header en-back-arrow-button>a{
    color: inherit;
    font-size: 20px;
    line-height: 1;
    padding: 12px;
}

.page-header .page-title{
    position: relative;
    flex: 1 1 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.page-header .page-title>ul{
    margin: 0;
    padding: 0;
    padding-right: 30px;
    list-style-type: none;
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    max-width: 100%;
}

.page-header .page-title li.editable>.read-only{
    padding-right: 24px;
}
.page-header .page-title li.editable>.read-only>.edit-icon{
    opacity: 0;
    position: absolute;
    right: 30px;
    padding: 4px 0;
    background: #FFFFFF;
}
.page-header .page-title li.editable>.read-only:hover>.edit-icon{
    opacity: 1;
    transition: all .5s ;
}

/**** Page-title submenu ***/ 
.page-header .page-title .submenu{
    position: relative;
}
.page-header .page-title .submenu li{
    float: left;
    padding: 0 10px;
    border: 3px solid transparent;
    line-height: 2;
}
.page-header .page-title .submenu li:first-child{
    float: none;
    padding: 0;
    line-height: 1.5;
}
.page-header .page-title .submenu li>a{
    padding: 0;
    font-size: 14px;
    color: #777;
}
.page-header .page-title .submenu li.active{
    border-bottom: 3px solid #004050;
}
.page-header .page-title .submenu li.active>a{
    font-weight: 600;
    color: #3D3D3D;
}
/**** Page-title submenu:end ***/ 

/**** Page-title breadcrumb ***/ 
.page-header .page-title .breadcrumb{     
    background: transparent;   
    display: flex;
    align-items: center;
}


/**** Editable elements ***/
.page-header .editable .navbar-form{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    float: right;
}
.page-header .tabs-list .editable .navbar-form{
    float: none;
}
.page-header .editable .navbar-form>input{
    height: auto;
    width: 100%;
    font-size: inherit !important;
    font-weight: 500;
    padding: 0 10px;
    background-color: #f5f5f5;
}
.page-header .editable .navbar-form a{
    color: inherit;
    margin: 0 2px;
}
/**** Editable Title: end ***/

/**** Action buttons ***/
.page-header .page-actions{
    flex: 0 0 auto;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.page-header .page-actions>*{
    margin: 0 5px;
}
.page-header .page-actions>.divider{
    background: #ddd;
    width: 1px;
    height: 70%;
}
.page-header .page-actions en-time-lapse-popup .btn-group.dropdown>.btn{
    font-size: 120%;
}
/**** Action buttons: end ***/

/**** Dashboard tabs ***/
.dashboard-tabs{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
}
.dashboard-tabs .tab-pagination{
    width: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 140%;
}
.dashboard-tabs .tabs-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 100%;
    padding: 0 10px;
    background: #f5f5f5;
}
.dashboard-tabs .tabs-list .tab{        
    flex: 1 1 1px;
    border: 1px solid #ccc;
    border-top: 2px solid transparent;
    border-bottom: 0 !important;
    padding: 0 8px;
    line-height: 35px;
    height: 35px;
    margin: 0 1px;
    border-radius: 0;
    max-width: 20%;
}
.dashboard-tabs .tabs-list .tab:hover,  
.dashboard-tabs .tabs-list .tab:active{  
    border-top: 2px solid rgb(204, 204, 204);
    border-radius: 4px 4px 0px 0px;
    background-color: #fff;      
}
.dashboard-tabs .tabs-list .tab.active{  
    background-color: #fff;
    font-weight: 600;
    border-top: 2px solid #004050;
    border-radius: 4px 4px 0 0;
}

.dashboard-tabs .tabs-list .tab .read-only{
    position: relative;
    display: block;
}    
.dashboard-tabs .tabs-list .tab .read-only .grab-handle{
    position: absolute;
    top: 11px;
    left: 0;

    cursor: grab;
}    
.dashboard-tabs .tabs-list .tab .read-only .tab-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 20px;
    right: 20px;
}    
.dashboard-tabs .tabs-list .tab .read-only .tab-options{
    position: absolute;
    top: 8px;
    right: 0;
}    
/*************** Page header:end */

/*************** Forms */
.form-group label{
    color: inherit !important;
}

.checkbox label, .radio label{
    display: block;
}

input[type=checkbox], 
input[type=radio] {
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
}

input[type=number] {
    padding-right: 3px;
}

.form-control{
    box-shadow: none;
    border-color: #DDDDDD;
    min-width: 50px;
}


.form-control:focus {
    border-color: #9BC0F5;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group-addon{
    color: inherit;
    background: #fff;
    border-color: #DDDDDD;
}

.input-group-btn{
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.form-horizontal .control-label {
    padding-top: 4px;
    text-align: left;
}

.help-block {
    color: #7B7B7B;
    font-size: 85%;
    font-weight: 500;
}

.has-success .form-control {
    border-color: #36B37E;

    background-image: url(../images/generic-icons/form-validation-success.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #28865F;
}

.has-warning .form-control {
    border-color: #FAAD13;

    background-image: url(../images/generic-icons/form-validation-warning.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #C68504;
}

.has-error .form-control {
    border-color: #E95432;

    background-image: url(../images/generic-icons/form-validation-error.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #C03415;
}

.has-success select.form-control,
.has-warning select.form-control,
.has-error select.form-control{
    background-position: 93% 50%;
}



/* Page Filters (Dashboards, Asset tags...) */
.filter-line{
    border-bottom: 1px solid #ddd;
    align-items: center;
    margin: 10px;
    margin-bottom: 0px;
}

/* Old style present in some pages */
#filters{   
    margin: 0;
    background: none;
    border: 0;
}

#filters .pagination{
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
}

#filters .form-group,
#filters .input-group{
    margin: 0 5px;
    padding: 10px 0;
}

#filters .container-fluid{
    padding: 0;
}

#filters .navbar-nav.navbar-right:last-child{
    margin-right: 0;
}

#filters .form-control {
    height: 30px;
}
/* Page Filters (Dashboards, Asset tags...):end */
/*************** Forms:end */


/*************** Resizable component */

aside .ui-resizable-e{
    right: -10px !important;
    cursor: col-resize !important;
}
aside .ui-resizable-e::after{
    content: '';
    display: block;
    height: 24px;
    border-right: 3px dotted #7B7B7B;
    top: 50%;
    position: absolute;
}

.ui-resizable-s{    
    bottom: 0 !important;
    cursor: row-resize !important;
    background: #f9f9fa;
}
.ui-resizable-s::after{
    content: '';
    display: block;
    width: 25px;
    margin: 0 auto;
    border-bottom: 3px dotted #7B7B7B;
    height: 7px;
}
/*************** Resizable component:end */

/*************** Highcharts customisation */
.highcharts-background{
    fill: transparent;
}

.highcharts-title{
    color: #1F2C45 !important;
    font-size: 15px !important;
    fill: #1F2C45 !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.custom-legend>.item{
    font-size: 12px;
    font-weight: 600;
}

/* This .legend class is only used by leaflet map */
.legend {
    background: rgba(255,255,255, 0.6);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 6px 8px;
    width: 100px;
    line-height: 18px;
    color: inherit;
}
.legend i {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 8px;
}

/*************** Highcharts customisation:end */

/*************** Dashboards */
.widget-container>[ng-transclude]{
    padding: 2px;
    border-radius: 4px;    
}
.widget-container>[ng-transclude].ui-resizable-resizing>.panel-dashboard,
.widget-container>[ng-transclude].ui-draggable-dragging>.panel-dashboard{
    border-color: #004050;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);
}

.widget-container .panel-dashboard .panel-body .custom-scroll{
    overflow: auto;
}

.flex-grid .guide-grid{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.flex-grid.handling .guide-grid{
    display: table;
}

.flex-grid .guide-grid>tbody>tr>td{
    border: 0;
    padding: 4px;    
}
.flex-grid .guide-grid>tbody>tr>td::before{
    content: '';
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgb(213 221 236 / 30%);
}

.zoomed-widget-border-highlight {
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
    border: 1px solid #1f74ed;
}

/*************** Maximized widget */
.maximized{  
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}
.maximized .widget-preview{
    position: relative;
    height: 50%;
    max-height: 80%;
    min-height: 10%;
    background: #fff;
}
.maximized .widget-preview>en-free-widget{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    overflow: auto;
}
.maximized .widget-preview>en-free-widget::-webkit-scrollbar {
    /*
       This is an hugly work-around. The horizzontal 
       scroll-bar should have height 8px but 7px are 
       clipped (by ui-rezisable?). 
       So then I set 8+7=15 px.  
     */
    height: 15px;
}

.maximized .widget-preview .table.fixed-header thead th{
    /* Fix EBU-6016 */
    top: -20px;
    padding: 12px 8px;
}

.maximized .widget-config{
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    background: #fff;
}

.maximized .widget-config-toolbar{
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    gap: 8px;
    padding-right: 16px;
    height: 44px;
}

en-free-widget-configuration .nav-tabs{
    border: 0;
}
en-free-widget-configuration .nav-tabs>li.active>a{
    font-weight: bold;
}
en-free-widget-configuration .nav-tabs>li>a{
    border-radius: 0;
    border: 0;
    border-top: 2px solid transparent;
    color: inherit;
    opacity: .8;
    border-right: 1px solid #ddd;
    margin: -1px;
}

.maximized .widget-config .pane{
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    height: calc(100% - 42px);
    padding: 16px;
}

.maximized .widget-config .pane-new-widget {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    left: 0; /* Ensure it starts from the left edge */
    right: 0;
}


.maximized .widget-config .pane.left{
    left: 0;
    width: 50%;
}
.maximized .widget-config .pane.right{
    right: 0;
    width: 50%;
}
.maximized .widget-config .pane.full{
    left: 0;
    width: 50%;
}

/******* Free text customisation */
.widget-config .note-editor{
    border: 0 !important;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    margin: 0;
}
.widget-config .note-toolbar{
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 5px;
}

.widget-config .note-editor.note-frame .note-editing-area{
    height: calc(100% - 39px);
}

.widget-config .note-editor.note-frame .note-editing-area .note-editable{
    height: 100%;
}

/* Summernote minor fix*/
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu{
    width: max-content;
}

.pan-button > rect {
    transition: fill .5s;
    cursor: pointer;
}

/*************** Dashboards:end */

/*************** Reports */
.report-container{   
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 40px 40px;
}

.report-container .ui-resizable-s{
    background: transparent !important;
    height: 10px !important;
}

.printableHighChartDiv div.highcharts-container {
    width: 100% !important; 
    height: 100% !important;
}

/* Smaller height for chart area  in report template (EBU-5861) */
.report-template .panel-report .printableHighChartDiv div.highcharts-container {
    max-height: 300px;
}
.report-template .panel-report en-multi-asset-heat-map-widget .printableHighChartDiv div.highcharts-container,
.report-template .panel-report en-heat-map-widget .printableHighChartDiv div.highcharts-container,
.report-template .panel-report en-flow-diagram-widget .printableHighChartDiv div.highcharts-container{
    max-height: none;
}

/*************** Reports:end */


/*************** Period Drop down */
ul.dropdown-block-period{
    overflow: hidden;
    transition: unset !important;
    font-size: 13px;
}
ul.dropdown-block-period .timepicker{
	display: flex;
    justify-content: center;
}
en-time-lapse-popup ul.dropdown-menu button, 
en-time-lapse-popup en-calendar-field .form-control,
en-time-lapse-popup .timepicker .form-control {
    font-size: 13px;
    padding: 3px 10px;
    max-height: 24px;
}
ul.dropdown-block-period .period-options{
    min-width: 140px;
}
.page-header .page-actions en-time-lapse-popup{
    border-radius: 4px;
    border: 1px solid transparent;
}
en-time-lapse-popup .dropdown-menu-footer,
en-time-lapse-popup .dropdown-menu-footer .btn{
    padding: 5px 15px;
    max-height: none;
}

en-time-lapse-popup.highlighting {
    /*animation: highlightWithBorderAndOpacity 400ms ease-in-out alternate infinite;*/
    animation: highlightWithBorderAndOpacity 1s ease 0s 1 normal forwards;    
}

en-time-lapse-popup .tooltip {
    width: min-content;
}

@keyframes highlightWithBorderAndOpacity{
    0%,    
    100% {
        opacity: 1;
        background: #ffffff;
    }
    50% {
        opacity: 1;
        background: #CDE0FA;
        border: 1px solid #004050;
    }
}
/*************** Period Drop down:end */


/*************** en-section-data-freshness: start */
en-section-data-freshness .dropdown-menu,
en-maximized-widget-data-freshness .dropdown-menu {
    background-color: #ffffff;
	   width: 300px;
}
en-section-data-freshness .dropdown-menu li[onclick],
en-maximized-widget-data-freshness .dropdown-menu li[onclick] {
    cursor: auto;
}
en-section-data-freshness .dropdown-menu.expanded {
	width: 450px;    
}
en-section-data-freshness div.table {
	max-height: 18em;
	overflow-y: auto;
}
en-section-data-freshness .widget-untitled {
    font-style: italic;
}
/*************** en-section-data-freshness: end */


/*************** ui-sortable */
.ui-sortable-handle .handle{
    cursor: grab;
}  
.grab-handle :hover {
    cursor: grab;
}  
.grab-handle :active {
    cursor: move;
}  
.ui-sortable-handle.ui-sortable-helper {
    cursor: move !important;
}
/*************** ui-sortable:end */


/*************** Tabs */
.nav-tabs>li>a {
    background: transparent;
    border: 1px solid transparent;
    border-top: 2px solid transparent;
    color: inherit;
    opacity: .8;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: 2px solid #7b7b7b;
    opacity: 1;
}

.nav-pills>li>a {        
    color: initial;;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    color: initial;
    font-weight: 600;
    background-color: #ddd;
}
/*************** Tabs:end */

/*************** Avatar */
.avatar{
    display: inline-block;    
    text-align: center;    
    border-radius: 50%;
    
    background: #f5f5f5;
    color: #3F598A;
}
.avatar.avatar-24{
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.avatar.avatar-32{
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.avatar.avatar-64{
    width: 64px;
    height: 64px;
    line-height: 64px;
}
/*************** Avatar:end */

/*************** Tables */
.table-hover>tbody>tr:hover>td, 
.table-hover>tbody>tr:hover>th {
    background-color: #f9f9f9;
}

.table-sm>thead>tr>th, 
.table-sm>tbody>tr>th, 
.table-sm>tfoot>tr>th, 
.table-sm>thead>tr>td, 
.table-sm>tbody>tr>td, 
.table-sm>tfoot>tr>td{
    padding: 5px;
}
.table.fixed-header thead th{
    position: sticky;
    top: -2px;
    z-index: 2;
    background: #fff;
    box-shadow: inset 0px -1px 1px #ddd;
}
.table.fixed-column thead th:first-child,
.table.fixed-column th:first-child,
.table.fixed-column td:first-child {
	position: sticky;
	left: -10px;
    padding-left: 15px;
    background: #fff;
    box-shadow: 0px 0px 1px #ccc;
}

.table>tfoot{
    border-top: 5px solid #DDDDDD;
}

tbody>tr>td .cell-actions,
tbody>tr>th .cell-actions{        
    display: flex;		
}

tbody>tr>th .cell-actions .cell-content{
    white-space: nowrap;
    overflow: hidden;
}

tbody>tr>th .cell-actions .cell-actions-group{
    position: absolute;
    right: 0;
    top: 1px;
    padding: 8px;
    background:#F7F9FC;

    display: none;
}

tbody>tr>th:hover .cell-actions .cell-actions-group{
    display: block;
}
/*************** Tables:end */

/*************** Dropdown menu */
.dropdown-menu{
    padding: 8px;
    border-color: #DDDDDD;
    box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
}

.btn-group .dropdown-menu,
.dropdown .dropdown-menu{
    display:block;
    visibility: hidden;
    opacity: 0;
}

.btn-group.open .dropdown-menu,
.dropdown.open .dropdown-menu{
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
}
/*************** Dropdown menu:end */

/*************** Panels */
.panel-dashboard{
    border-color: #e6e6e6;
    margin: 0;

    display: flex;
    flex-direction: column;
}


.panel-dashboard.highlight{
    border: 1px solid #004050;
    /*box-shadow: 0 0px 3px #1565d880;*/
}

.panel-dashboard.downplay{
    opacity: .3;
}

.panel-dashboard .panel-heading{
    display: flex;
    padding: 2px;
    line-height: 25px;
    flex: 0 0 1px;
}
.panel-dashboard .panel-heading>.title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 80px;
    padding-right: 16px;
    margin-right: auto;
}
.panel-dashboard .panel-body{
    position: relative;
    display: block;
    padding: 1px; /* 1px is needed to fix a bug on about scrollbars on Firefox */

    overflow: auto;

    flex: 1 1 1px;
}


.dashboard .workarea-split{
    height: 100% !important; /* This is necessary to correctly display the synoptic widget */
}

.dashboard .component-value-box{
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.dashboard .hideOnDb{
    display: none;
}

.db-not-navigable{
    opacity: .5;
}

.panel-heading>.title>i{
    margin: 0 -4px;
    opacity: 0;
}
.panel-heading>.title:hover>i{
    margin-left: -2px;
    opacity: 1;
    transition: all .2s;
}

.panel-actions{
    display: flex;
}
.panel-actions>*{
    border-left: 1px solid #ddd !important;
    border-radius: 0;
}
.panel-actions .tooltip{
    border-left: 0 !important;
}
.panel-actions en-ng-period-selector-popup button{
    padding: 2px 4px !important;
    height: 26px !important;
}
.panel-actions en-ng-period-selector-popup button.mat-mdc-icon-button{
    width: auto;
}

en-granularity-control{
    white-space: nowrap;
}
en-granularity-control .dropdown-toggle{
    color: inherit;
    text-align: center;
}
en-granularity-control .dropdown-toggle.short-labels {
    /* .short-labels is assigned when the labels must be short */
}

.panel-actions .btn-group.dropdown>button,
.panel-actions .btn{
    padding: 4px 10px;
}

.profile-box{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}
.profile-box .displayed-profile{
    flex:1;
    text-align: center;
}

.panel-report{
    /*border-color: #e6e6e6;
    margin-bottom: 10px;*/

    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.panel-report .panel-heading{
    display: flex;
    padding: 2px;
    line-height: 25px;
}
.panel-report .panel-heading>.title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    padding-right: 16px;
    margin-right: auto;
}
.panel-report .panel-body{
    position: relative;
    display: block;
    padding: 0px;
    overflow: auto; /* EBU-6171 */
}
.panel.guided-tour{
    display: flex;
    align-items: center;    
}
.panel.guided-tour .panel-icon{
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;    
}
.panel.guided-tour .go-icon{
    margin-right: 24px;  
    transition: all .3s; 
}
.panel.guided-tour:hover .go-icon{
    margin-right: 16px;
    transition: all .3s;
}

.panel-list .panel-heading{
    background: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    top: -21px;
    z-index: 9;
    padding: 8px 15px 5px;
    width: 100%;
}
.panel-list .table>thead{
    position: sticky;
    top: 27px;
    z-index: 9;
    text-transform: capitalize;
}
.panel-list .table>thead>tr>th{
    background: #f5f5f5;
    border-color: transparent;
    line-height: 2;
    white-space: nowrap;
}
/*************** Panels:end */

/*************** Pagination */
.pagination>li>a, .pagination>li>span{
    /*border: 0;
    border-radius: 4px;
    margin: 0;*/
    color: inherit;
    padding: 5px 10px;
    line-height: 1.3;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #004050;
    border-color: #004050;
    color: #FFFFFF !important;
}

/*************** enSortableHeader */

.use-max{
    max-width: 100px;
}

.mats-header{
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

en-sortable-header,
en-top-flop-header{
    /*white-space: nowrap;*/
}

en-top-flop-header{
    margin-bottom: -5px;
    display: block;
}

.sortable .icon{
    background: linear-gradient(#cccccc 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 140%;
}
.sortable .icon.ordered-asc{    
    background: linear-gradient(#3D3D3D 0%, #3D3D3D 50%, #b8b8b8 50%, #b8b8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sortable .icon.ordered-desc{
    background: linear-gradient(#cccccc 0%, #cccccc 50%, #3D3D3D 50%, #3D3D3D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*************** enSortableHeader:end */

/***************  CSS Styles for Components/Directives in module 'commons.advanced-filters' ADVANCED */
.advanced-filter.link{
    color: inherit;
    padding: 2px 5px;
    margin: 0px 5px;
    border-radius: 2px;
}
.advanced-filter.link.filterApplied{
    color: #004050;
    background-color: #00405029;
}
.advanced-filter.filter-container {
    width: 20em;
    margin: 0;
    padding: 10px;
}

.filter-container .header, 
.filter-container .content, 
.filter-container .footer{
    padding: 5px 10px;
}

.filter-container .header {
    border-bottom: 1px solid #ddd;
}

.filter-container .header.bold-center {
    font-weight: bold;
    text-align: center;
}

.filter-container .footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 0;
}


/* Show scrollbar in checkbox-filter: START */
    .filter-container div.checkbox-filter-table{
        max-height: 25vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    /* Let's get this party started */
    .filter-container div.checkbox-filter-table::-webkit-scrollbar {
        width: 10px;
    }
     
    /* Track */
    .filter-container div.checkbox-filter-table::-webkit-scrollbar-track {      
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
     
    /* Handle */
    .filter-container div.checkbox-filter-table::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #ddd;        
    }

    .filter-container div.checkbox-filter-table::-webkit-scrollbar-thumb:window-inactive {
        background: #f5f5f5;
    }
/* Show scrollbar in checkbox-filter: END */

.filter-container div.checkbox-filter-table .table {
    margin-bottom: 0;
}

.filter-container div.checkbox-filter-table .table>tbody {
    border-bottom: 0;
}
/*************** Advanced filters:end */


/*************** Datapicker */
.datepicker table{
    width: 100%;
}
.datepicker .btn.btn-default{
    background-color: transparent !important;
}
.datepicker .btn.btn-info{
    /* .btn-info indicates selected date */
    background-color: #004050 !important;
    color: #FFFFFF !important;
}
.datepicker .btn>span.text-info{
    /* .text-info indicates today */
    color: #004050 !important;
    font-weight: 600;
}
.datepicker .btn.btn-info>span.text-info{
    /* .btn-info indicates selected date */
    /* .text-info indicates today */
    color: #FFFFFF !important;
}
.datepicker .text-muted{
    color: #ccc !important;
}
/*************** Datapicker:end */

/*************** Widgets List */
.widgets-list .list-group-item>img{
    border: 1px solid #ddd;
    padding: 5px;
    width: 40px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
}

.widgets-list .list-group-item{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    padding: 10px;
}

/*************** Widgets List:end */




/*************** Toggle button <en-switch> */
.toggle-bg.on {
    background: #36B37E;
}
.toggle-alternate label{
    font-weight: 500;
}
.toggle-bg label.on{
    color: #FFFFFF !important;
}
.toggle-alternate.mini label{
    font-size: 12px;
}
/*************** Toggle button <en-switch>:end */


/*************** Media customisations:end */
video {
    /* override other styles to make responsive */
    width: 100%    !important;
    height: auto   !important;
  }
/*************** Media customisations:end */

/*************** Leaflet customisations */
.leaflet-top, .leaflet-bottom{
    z-index: 2;
}

.dashboard .angular-leaflet-map{
    height: auto;
}
/*************** Leaflet customisations:end */


.page-not-found{
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 0 40px;
    background: #1e2125;
    color: #fff;

    opacity: 0;
    animation: fadeInPlaceholder 1s ease-in-out 1s forwards;
}

@keyframes fadeInPlaceholder {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.page-not-found i{
    font-size: 80px;
    opacity: .5;
}

/*********************
**** @media print roules
*********************/
@media print{
    * {
        /* https://stackoverflow.com/questions/6670151/how-can-i-force-browsers-to-print-background-images-in-css/21160150#21160150 */
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }

    .label {
        border: 0;
    }

    .time-value{
        display: block
    }

    .table.table-in-cell .fix-width{
        width: 60px !important;    
    }

    .table.table-in-cell .cell-container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .no-print{
        display:none !important;
    }
    
    .page-break-after {
      page-break-after: always !important;
      -moz-page-break-after: always !important; 
      -webkit-page-break-after: always !important;
    }
    
    .avoid-page-break{
      /* page-break-inside: avoid !important; */
      break-inside: avoid !important;
    }
    
    a[href]:after {
        content: none !important;
    }    
    
    /* Layout adjustments */
    en-page-header{
        display: none !important;
    }

    body,
    .container-flex_row,
    .container-flex_column,
    .app,
    #workarea,
    .page-container{
        display: block;
        overflow: visible;
        flex: none;
        flex-direction: unset;
        
        width: auto !important;
        height: auto !important;
        
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Bootstrap grid */
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
            float: left;
        }
    /* Bootstrap grid:end */

    /* Reports print adjustments */
        .report-container{
            padding: 0;
        }
        .panel-report{        
            margin-bottom: 20px;
        }
        .panel-report .panel-body{
            padding-bottom: 10px;   
        }  
        
        .printableHighChartDiv {
            float: left;
        }    

        .printableHighChartDiv .highcharts-button{
            display: none;
        }
        
        /* Smaller font-size in pdf report template (EBU-5861) */
        .report-template .highcharts-container text,
        .report-template .custom-legend>.item{
            font-size: 10px !important;
        }
        .report-template text.highcharts-title{
            font-size: 14px !important;
        }
        .report-template table>*{
            font-size: 80% !important;
        }

        .report-template .cell-actions>.cell-content {
            font-size: 85%;
        }
        .cell-timevalues {
            font-size: 12px;
        }
        .cell-timevalues .header-timestamp{
            font-size: 80%;
        }
        /* Reports:end */

    .ui-resizable-s{
        display: none !important;
    }
  }
  /****** @media print:END ***********/
  
  
  /****** @media < 1024px ***********/
@media (max-width: 1023px){
    #hidden-below-1024{
        display: block;
    }
}
  /****** @media < 1024px:END ***********/

  @media print {
    .print-section {
        page-break-after: always;
    }
    /* Hide non-essential elements during print */
    .no-print, .en-page-header, .dropdown {
        display: none !important;
    }
    /* Ensure widgets are visible */
    .report-container-print, .print-section, .panel-report {
        display: block !important;
        visibility: visible !important;
    }
}