/*
 * configuration des menus à afficher en fonction des roles
 */
body:not(.ROLE_MAP_VIEW_VISIBILITY_CEILING_COLOR_MNG) .color-code-legend-config {
    display: none !important;
}
body:not(.ROLE_WRITE_DASHBOARD) .WRITE_DASHBOARD {
    display: none !important;
}

body:not(.ROLE_DPS_EDIT_MESSAGES) .ACTION_DPS_EDIT_MESSAGES,
body:not(.ROLE_DPS_CORRECT_MESSAGES) .ACTION_DPS_CORRECT_MESSAGES,
body:not(.ROLE_DPS_CIRCUIT_MNG) .ACTION_DPS_CIRCUIT_MNG,
body:not(.ROLE_DPS_LOG_VIEW) .ACTION_DPS_LOG_VIEW,
body:not(.ROLE_DPS_DATABASE_ACTIONS) .ACTION_DPS_DATABASE_ACTIONS,
body:not(.ROLE_DPS_EVENTS) .ACTION_DPS_EVENTS,
body:not(.ROLE_DPS_WMO_MONITORING) .ACTION_DPS_WMO_MONITORING,
body:not(.ROLE_DPS_SETUP_MNG) .ACTION_DPS_SETUP_MNG,
body:not(.ROLE_APP_CFG) .APP_CFG,
body:not(.ROLE_APP_ADM) .APP_ADM,
body:not(.ROLE_DPS_CHANGE_OVER) .ACTION_DPS_CHANGE_OVER,
body:not(.ROLE_WRITE_DASHBOARD) .newDashboardLink,
body:not(.ROLE_WRITE_DASHBOARD) .privateCategory,
body:not(.ROLE_APP_LINKS) .APP_LINKS,
body:not(.ROLE_APP_DOCS) .APP_DOCS{
    display: none !important;
}

.bulletin-or-report-row {
    cursor: pointer;
}
.bulletin-or-report-row-selected {
    cursor: pointer;
    font-weight: 900 !important;
}

/* React table WMO Header */
.WMO_TTAAII-width > div > div > input:first-child,
.WMO_PRIORITY-width > div > div > div:first-child,
.WMO_NO-width > div > div > div:first-child,
.WMO_MAX_EARLY-width > div > div > div:first-child,
.WMO_MAX_LATE-width > div > div > div:first-child,
.WMO_CHECK-width > div > div > div:first-child,
.WMO_CHECK-width > div > div > div:first-child,
.WMO_REPORT_STORED-width > div > div > input:first-child,
.WMO_CCCC-width > div > div > input:first-child {
    width: 70px !important;
}
.WMO_STORAGE_DURATION-width > div > div > div:first-child {
    width: 160px !important;
}


/* React table COMPILATION Header */
.COMPIL_DAY-width > div > div > div:first-child,
.COMPIL_FREQ-width > div > div > div:first-child,
.COMPIL_H-width > div > div > div:first-child,
.COMPIL_M-width > div > div > div:first-child {
    max-width: 69px !important;
}
.COMPIL_PROCESSING-width > div > div > div:first-child {
    width: 179px !important;
}


/*
 * Base structure
 */
* {
    scrollbar-color: #9ae2fe white;
    scrollbar-width: auto;
}

#logo-mousepop {
    z-index: -1;
    opacity: 0.9999999;
}

.z-index-1 {
    z-index: 1;
}

/* Move down content because we have a fixed navbar that is 50px tall */
.jswarn {
    margin-top: 100px;
    text-align: center;
}

.jsok {
    display: none;
}

.notLoading {
    display: none !important;
}

body, .pageContent {
    /*padding-top: 100px;*/
    height: 100vh!important;
    max-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    overflow: auto;
}

.navbar {
    z-index: 0;
}

.elevation-z8 {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.navbar-inverse .navbar-nav>li>a {
    color: #D7F9FF;
    font-weight: 100;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-inverse .title-top {
    color: white;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes transition {
    from {top: -50px;}
    to {top:0;}
}

/* Standard syntax */
@keyframes transition {
    0%{top: -50px;}
    25% {top: -50px;}
    100% {top:0;}
}

.subMenu ul {
    position: fixed;
    flex-wrap: wrap;
    right: 0;
    top:0;
    background: #efefef;
    z-index: 2;
    width: 140px;
    font-size: 14px;
    border-radius: 0 0 0 15px;
    -webkit-animation-name: transition; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    animation-name: transition;
    animation-duration: 3s;
}
#admin-buttons-trigger ul {
    /*border-radius: unset;*/
    background: rgba(239, 239, 239, 0.7);
    min-height: 15px;
    margin-top: 0px;
}
#admin-buttons-trigger:hover ul {
    /*border-radius: 0 0 0 15px;*/
    background: #efefef;
}

.subMenu ul:hover{
    color:#00b8ff;
}

#admin-buttons-trigger {
    float: right;
    color: #4de7ff;
    font-size: 25px;
    margin:10px;
}

.subMenu ul li a {
    padding: 4px 10px;
    color: #37005a !important;
}
.subMenu ul li a i {
    width: 20px;
}
#clock-link:hover {color: #37005a !important}
.subMenu ul li a:hover {color: #1fbffd !important}

.subMenu ul li{ display: none}

.subMenu ul li:nth-child(1) {
    display: flex;
}

#admin-buttons-trigger:hover > ul > li {
    display: contents;
}

.subMenu ul:hover{
    -webkit-animation-name: transition; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: transition;
    animation-duration: 2s;
}

.subtitle{
    display:none;
    background: linear-gradient(-90deg, #48b7fd, #37005a);
    padding: 12px 5px 12px 5px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 0 0 20px 0;
    box-shadow: 5px 5px 5px #ffffff7a;
    text-align: center;
    width: 109px;
    color: #00b8ff;
    background: white;
    border: 1px solid #48b7fd;
    border-top: 0;
}




.subtitle img{
    height: auto;
    line-height: 12px;
    width: 99px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 5px;
    background:#00b8ff;
}

.subtitle span{
    max-width: 89px;
    margin-bottom: 5px;
}

#applicationName:hover > .subtitle{
    display:block;
}

#applicationName span.subtitle:hover{
    display: none;
}

.login {
    background: url('../img/neo1.jpg') fixed no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    overflow-y: hidden;
    background-size: 100% 100%;
    height: 100%;
}

.voile {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
    height: 3000px;
}

/*
 * Global add-ons
 */
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
/*.navbar-fixed-top {
  border: 0;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
/*.sidebar {
  display: none;
}*/
@media ( min-width : 1024px) {
    .sidebar {
        position: fixed;
        top: 101px;
        bottom: 0;
        left: 0;
        /*min-width: 350px;
/*width: 100%;*/
        /*z-index: -1; => retir� car il emp�che le href des liens*/
        display: block;
        padding: 20px;
        /* overflow-x: hidden;*/
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        /*background-color: #f5f5f5;
border-right: 1px solid #eee;*/
    }
    .sidebar-f {
        position: fixed;
        top: 101px;
        bottom: 0;
        left: 0;
        /*min-width: 350px;*/
        /*width: 100%;*/
        /*z-index: -1; => retir� car il emp�che le href des liens*/
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        /*background-color: #f5f5f5;
border-right: 1px solid #eee;*/
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus
{
    color: #fff;
    background-color: #428bca;
}

/* top-pad */

.top-pad {
    padding-top: 5px;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 {
    margin-bottom: 0;
}

.placeholder {
    margin-bottom: 20px;
}

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.slide {
    border: 1px solid black;
    height: 85px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    position: absolute;
    background: #222222;
}

.slide h5 {
    color: #fff;
}

.slide .col-md-4 {
    text-align: center;
}

.footer {
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 100%;
    left: 0px;
    right: 0px;
    /*border:1px solid black;*/
    display: hidden;
    cursor: pointer;
}

.rtbox {
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    margin-left: 15px;
    margin-top: 15px;
    width: 32%;
}

.rt-titlebox {
    font-size: 24px;
}

.logo {
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0;
}

.bck-white{
    background-color: white;
}

#map-canvas {
    height: 850px;
    width: 100%
}

#map-canvas-3 {
    height: 850px;
}

@media all and ( min-width: 1340px) {
    #map-canvas {
        position: absolute;
        padding: 0;
    }
    #map-canvas-3 {
        position: absolute;
        padding: 0;
    }
}

@media all and (min-width: 990px) and (max-width: 1340px) {
    #map-canvas {
        left: 360px;
        position: absolute;
    }
    #map-canvas-3 {
        left: 50px;
        position: absolute;
    }
}

@media all and (max-width: 768px) {
    #map-canvas {
        left: 0px;
        position: absolute;
    }
    #map-canvas-3 {
        left: 0px;
        position: absolute;
    }
    #dashboardDropdownMenu, .caret, #obsDropdownMenu, #forecastDropdownMenu,
    #aeroDropdownMenu, #climDropdownMenu, #tafDropdownMenu {
        display: none;
    }
}

div.dashboard div.widget {
    margin: 0.1em;
}


div.dashboard-container>div:first-child>h1 {
    margin: 0.2em 0;
}

div.dashboard div.row {
    margin: 0em;
}

div.dashboard div.row>div.column {
    padding: .2em;
}

div.panel{
    border: 1px solid rgba(24, 144, 255, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(24, 144, 255, 0.2);
    background-color: rgb(255, 255, 255)!important;
}

div.dashboard div.widget div.panel-heading {
    padding: .3em;
    padding-left: .5em;
    background: linear-gradient(-90deg, #ffffff, #48b7fd);
    color: rgb(255, 255, 255)!important;
}

div.dashboard div.widget div.panel-body {
    padding: .1em;
    border: 1px solid #48b7fd;
}

div.dashboard div.widget,
div.dashboard div.map, div.dashboard div.map>div.ol-viewport, div.dashboard div.map>div.ol-viewport>canvas  {
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}

#criteria-content {
    width: 1500px;
    margin-left: -30%;
}

.separation {
    border-left: 1px solid #999;
    padding-left: 1%;
}

#left-menu {
    background-color: #eeeeee;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
}

#sign-box {
    background-color: #eeeeee;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2%;
    margin-top: 15%;
    margin-left: 25%;
}

.hiddenRow {
    padding: 0 !important;
}

.pagination {margin: 20px 0; float: right}
.pagination-protected > li {pointer-events: unset; cursor: pointer; user-select: none}

.title-top {
    text-decoration: none;
    display: inline;
}

#nav-header {
    /*width: 80%;*/
    display: inline;
}

#logo-list {
    display: none
}

@media ( max-width : 1300px) {
    #title-top {
        display: none;
    }
    #nav-header {
        /*width: 50%;*/

        display: inline;
    }
    #left-menu {
        min-width: 260px;
    }
}

@media ( min-width : 1300px) {
    #nav-header {
        /*width: 60%;*/
        display: inline-block;
    }
    #left-menu {
        min-width: 260px;
    }
    #title-top {
        font-size: 20px;
    }
}

@media ( max-width :768px) {
    /*.logo { display: none;}*/
    #navbar {
        display: none;
    }
    #logo-list {
        display: inline
    }
    #min-list {
        display: inline-flex;
        list-style-type: none;
        margin: 1%;
        margin-top: 15px;
        float: right;
    }
    #min-list li a {
        margin-left: 15px;
    }
}

@media ( max-width :900px) {
    #logo-list {
        display: inline
    }
    #min-list {
        display: inline-flex;
        list-style-type: none;
        margin: 1%;
        margin-top: 15px;
        float: right;
    }
    #min-list li a {
        margin-left: 15px;
    }
}

.titlewrapper {
    margin: 2%;
    font-size: 15px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.time_t {
    width: 80%;
    display: -webkit-inline-box;
}

.sort-handler {
    cursor: move;
}

.th-special {
    font-size: large;
}

#ddtable tbody {
    border: 1px solid #cccccc;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    background-color: rgba(210, 210, 210, 0.8);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#login {
    margin: 10% auto;
}

#login > div {
    float: none;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.title-logo {
    font-family: 'Ruda', sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: #428bca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-available {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
}

.blue {
    color: #337ab7
}

.red {
    color: #d43f3a
}
/*#example>tbody>tr>td{
        text-align: center
}*/
.navbar-fixed-top-2 {
    position: fixed;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 1030;
    border-width: 1px 0 1px;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .col-lg-0 {
        width: 4.15%;
    }
}

/*.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 0.2em;
}

.table > thead > tr > td.active1,
.table > tbody > tr > td.active1,
.table > tfoot > tr > td.active1,
.table > thead > tr > th.active1,
.table > tbody > tr > th.active1,
.table > tfoot > tr > th.active1,
.table > thead > tr.active1 > td,
.table > tbody > tr.active1 > td,
.table > tfoot > tr.active1 > td,
.table > thead > tr.active1 > th,
.table > tbody > tr.active1 > th,
.table > tfoot > tr.active1 > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active1:hover,
.table-hover > tbody > tr > th.active1:hover,
.table-hover > tbody > tr.active1:hover > td,
.table-hover > tbody > tr:hover > .active1,
.table-hover > tbody > tr.active1:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success1,
.table > tbody > tr > td.success1,
.table > tfoot > tr > td.success1,
.table > thead > tr > th.success1,
.table > tbody > tr > th.success1,
.table > tfoot > tr > th.success1,
.table > thead > tr.success1 > td,
.table > tbody > tr.success1 > td,
.table > tfoot > tr.success1 > td,
.table > thead > tr.success1 > th,
.table > tbody > tr.success1 > th,
.table > tfoot > tr.success1 > th {
    background-color: #A3D78E;
}

.table-hover > tbody > tr > td.success1:hover,
.table-hover > tbody > tr > th.success1:hover,
.table-hover > tbody > tr.success1:hover > td,
.table-hover > tbody > tr:hover > .success1,
.table-hover > tbody > tr.success1:hover > th {
    background-color: #88C470;
}

.table > thead > tr > td.info1,
.table > tbody > tr > td.info1,
.table > tfoot > tr > td.info1,
.table > thead > tr > th.info1,
.table > tbody > tr > th.info1,
.table > tfoot > tr > th.info1,
.table > thead > tr.info1 > td,
.table > tbody > tr.info1 > td,
.table > tfoot > tr.info1 > td,
.table > thead > tr.info1 > th,
.table > tbody > tr.info1 > th,
.table > tfoot > tr.info1 > th {
    background-color: #A5DBF6;
}

.table-hover > tbody > tr > td.info1:hover,
.table-hover > tbody > tr > th.info1:hover,
.table-hover > tbody > tr.info1:hover > td,
.table-hover > tbody > tr:hover > .info1,
.table-hover > tbody > tr.info1:hover > th {
    background-color: #97C9E2;
}

.table > thead > tr > td.warning1,
.table > tbody > tr > td.warning1,
.table > tfoot > tr > td.warning1,
.table > thead > tr > th.warning1,
.table > tbody > tr > th.warning1,
.table > tfoot > tr > th.warning1,
.table > thead > tr.warning1 > td,
.table > tbody > tr.warning1 > td,
.table > tfoot > tr.warning1 > td,
.table > thead > tr.warning1 > th,
.table > tbody > tr.warning1 > th,
.table > tfoot > tr.warning1 > th {
    background-color: #FAE685;
}

.table-hover > tbody > tr > td.warning1:hover,
.table-hover > tbody > tr > th.warning1:hover,
.table-hover > tbody > tr.warning1:hover > td,
.table-hover > tbody > tr:hover > .warning1,
.table-hover > tbody > tr.warning1:hover > th {
    background-color: #F6DD61;
}

.table > thead > tr > td.danger1,
.table > tbody > tr > td.danger1,
.table > tfoot > tr > td.danger1,
.table > thead > tr > th.danger1,
.table > tbody > tr > th.danger1,
.table > tfoot > tr > th.danger1,
.table > thead > tr.danger1 > td,
.table > tbody > tr.danger1 > td,
.table > tfoot > tr.danger1 > td,
.table > thead > tr.danger1 > th,
.table > tbody > tr.danger1 > th,
.table > tfoot > tr.danger1 > th {
    background-color: #F1ABAB;
}

.table-hover > tbody > tr > td.danger1:hover,
.table-hover > tbody > tr > th.danger1:hover,
.table-hover > tbody > tr.danger1:hover > td,
.table-hover > tbody > tr:hover > .danger1,
.table-hover > tbody > tr.danger1:hover > th {
    background-color: #E49191;
}*/

.modal-backdrop.am-fade {
    opacity: .5;
    transition: opacity .15s linear;
    &.ng-enter
    {
        opacity: 0;
        &.ng-enter-active
        {
            opacity: .5;
        }

    }
    &.ng-leave {
        opacity: .5;
        &.ng-leave-active
        {
            opacity: 0;
        }

    }
}

.fullSize {
    width: 100%;
    min-width: 100%;
}
.fullHeight, .fullSize {
    height: 100%;
    min-height: 100%
}

.smallButton {
    height: 20px !important;
    width: 20px !important;
}

html, body {
    height: 100%;
}

.panel-boddy {
    margin: 7px;
}

.btn>.fa-trash {
    color: red !important;
    font-size: 1.3em;
}

.btn>.fa-eye, .btn>.fa-eye-slash, .mapBaseLayersIcons I.fa {
    color: black;
    font-size: 1.5em;
}

.cellMapBaseLayersIcons {
    vertical-align: middle!important;
}

.fill {
    min-height: 100%;
    height: 100%;
    /*padding-top: 40px;*/
    box-sizing: border-box;
}

#map {
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.rdprogress-wrapper {
    position: relative;
    margin: 20px auto;
    font-size: 40px;
}

.rdprogress {
    position: absolute;
    color: #bbb;
    font-weight: 100;
    line-height: 1;
}

.navbar-menu {
    background: linear-gradient(90deg, #18bfff, #337ab7);
    /*TODO / linear-gradient(10deg, #1fbffd, #6050a0)*/
    margin-bottom: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

.pageContent {
    overflow: auto;
    position: relative; /* use for case with children in position absolute who must not overrive the menu top */
}

.hidden {
    display: none !important;
}

.invisilble {
    visibility: hidden;
}

.fullWidthHeight {
    width: 100%;
    height: 100%
}

.palette-preview {
    height: 16px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid black;
}

.palette-preview-interval {
    flex-grow: 1;
    display: inline-block;
    position: relative;
}

#palletteUsedMsgWrapper {
    max-height: 8em;
    overflow: auto;
}

.widgetNoBorder {
    border: none !important;
}

#loading-bar .bar {
    position: relative;
}

.error-template {
    padding: 40px 15px;text-align: center;
}
.error-actions {
    margin-top:15px;margin-bottom:15px;
}
.error-actions .btn {
    margin-right:10px;
}

.text-align-center {
    text-align: center;
}

/*Aside*/
.aside#olcriteria.left {
    right: auto;
    left: 30px;
}

.aside#olcriteria {
    position: absolute;
    height: 36%;
    bottom: auto;
    /* min-height: 13%; */
    z-index: 1049;
    overflow: auto;
    min-width: 239px;
    background: white;
    /* border: solid; */
    opacity: 0.8;
}

/*Fix for IE 11 fullscreen displaying*/
html:-ms-fullscreen {
    width: 100%;
    height: auto;
    margin: auto;
}

body.bodyNEO {
    font-size: 1.5em;
}

div#menu-and-admin {
    /*font-size: 1.2em;*/
}

.alert.error {padding: 4px; margin-bottom: 0px}

.ci-fixed-tbody > tbody {
    display:block;
    height:8em;
    overflow:auto;
}

.ci-fixed-tbody > thead, .ci-fixed-tbody >tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.ci-fixed-tbody > thead {
    width: calc( 100% - 1em )
}

.step-col-if tr>*:first-child {
    width: 2em;
}

.table-bordered {
    width: initial;
    max-width: 100%;
    margin-bottom: 20px;
    border: solid 2px;
    overflow: auto;
}

div#scrolltb {
    width: 100%;
    overflow: auto;
}

.fa.fa_fontSize{
    font-size: 14px;
    padding: 0px 2px;
}
.ui_alert.alert.alert-danger.error{
    position: relative;
    left: 29px;
}

/* all drop down menu max heigt and overflow tag set */
ul.dropdown-menu, .limitedSizeDropdownMenu {
    max-height: 33vh;
    overflow: auto;
}

.color-picker-wrapper .input-group .color-picker-input-swatch {
    padding-left: 12px;
    width: 12em;
}


.hideDisabledChild>.disabled {
    display: none;
}

.mediumVerticalChildPadding>*:not(:first-child) {
    padding-top: 0.5em;
}

.mediumHorizontalChildPadding>*:not(:first-child) {
    padding-left: 0.5em;
}

.mediumVerticalChildMargin>*:not(:first-child) {
    margin: 0.5em 0 0 0;
}

.mediumHorizontalChildMargin>*:not(:first-child) {
    margin: 0 0 0 0.5em;
}

.Bold {
    font-weight: bold;
}

#setup {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#setup #setupViewPanel>*{
    width: 100%;
}

@media (max-width: 768px) {
    #setup {
        flex-wrap: wrap;
    }
}

.modal.adf-edit-dashboard-modal .col-lg-4 {
    width: 50%;
    border-radius: 26px;
}

.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content{
    position: relative;
    height: auto;
    padding: 5px;
    border-radius: 26px;
    /*overflow: scroll;*/
}

.modal-body {
    position: relative;
}

.scroll{
    max-width:500px;
    overflow:auto;
}

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
}

.popover-title {
    padding: 5px 14px;
    margin: 0;
    color: white;
    font-size: 20px;
    background: linear-gradient(-90deg,#48b7fd, #37005a);
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

/****************Specific Scroll Bar************************/

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px #48b7fd;
    background-color: white;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:linear-gradient(0deg, #92ebfc, #48b7fd);
    box-shadow: inset 0 0 5px #057796;
}

/*---------------- End Scroll design-----------------------*/


/***********************NEW************************/
.new-modal-header {
    background: linear-gradient(-90deg,#48b7fd, #37005a);
    border-radius: 25px;
    padding: 10px;
}


.new-modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: white;
}

.border-blue-bottom{
    border-bottom:2px solid #48b2f9;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.new-btn-primary {
    color: #fff;
    background: linear-gradient(0deg, #48b7fd, #37005a);
    border: 0;
    border-radius: 20px;
}

.new-btn-primary:hover, .new-btn-primary:active {
    color: #00f1ff;
}

.new-modal-title {
    color: #fff;
    margin: 0;
    line-height: 1.42857143;
}

.new-modal-content {
    position: relative;
    height: auto;
    padding: 0;
}

h4.modal-title.ng-binding {
    color: #fff;
    margin: 0;
    line-height: 1.42857143;
}

.modal-dialog > .modal-content > .modal-header {
    background-color: #48b7fd;
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-dialog > .modal-content {
    position: relative;
    height: auto;
    border-radius: 5px;
}

.modal-dialog > .modal-content .modal-footer {
    padding: 10px 5px 5px;
}

h1.flexNoShrink.ng-scope{
    font-size: 26px;
}

/*.modal.adf-edit-dashboard-modal  {
    display: -webkit-flex !important;  for old browser version
    display: -moz-flex !important;  for old browser version
    display: -ms-flex !important;  for old browser version
    display: flex !important;
    overflow: visible;
}

.modal.adf-edit-dashboard-modal>.modal-dialog,
.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-body {
    display: -webkit-flex !important;  for old browser version
    display: -moz-flex !important;  for old browser version
    display: -ms-flex !important;  for old browser version
    display: flex !important;
    flex: 1;
    flex-basis: auto;
}

.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content,
.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-body>form{
    display: -webkit-flex !important;  for old browser version
    display: -moz-flex !important;  for old browser version
    display: -ms-flex !important;  for old browser version
    display: flex !important;
    flex-direction: column;
}

.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-header,
.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-body,
.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-body>form>.form-group:first-child{
    flex-shrink: 0;
}

.modal.adf-edit-dashboard-modal>.modal-dialog>.modal-content>.modal-body>form>.form-group:not(:first-child){
    flex: 1;
    flex-basis: auto;
    overflow: auto;
}*/

#addGroup ul.list-group {
    height: 30vh;
    overflow: auto;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    -moz-filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
    opacity: 0.6;
}

.SortIcon {
    font-size: 0.7em;
}

.scrollableTableContainer {
    overflow: auto;
}

.scrollableTableContainer>table>thead>tr>th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
}

.smallText {
    font-size: .7em
}

.loadingIconLayerWrapper {
    padding: 0 0.1em;
    margin: 0.1em;
}

.newDashboardLink{
    align-items: baseline;
    justify-content: center;
}

.horizontalPadding {
    padding: 0 .5em;
}

.react-draggable, .cursor {
    cursor: move;
}

.no-cursor {
    cursor: auto;
}

.cursor-y {
    cursor: ns-resize;
}

.cursor-x {
    cursor: ew-resize;
}

.react-draggable strong {
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
}

.box {
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    width: 540px;
    height: 450px;
    margin: 10px;
    padding: 0px;
    float: left;
    position: absolute;
    left: -100px;
    top: 63px;
    z-index: 18;
}

.box-wh {
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 10px;
    padding: 0px;
    float: left;
    position: absolute;
    left: -100px;
    top: 63px;
    z-index: 18;
}

.bar-box {
    background-color: #337ab7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
    height: 2.5rem;
    color: white;
}

.verySmallPadding {
    padding: 0.1em;
}

.verySmallPadding_h {
    padding: 0 0.1em;
}

.smallPadding {
    padding: 0.3em;
}

.smallPadding_h {
    padding: 0 0.3em;
}

.mediumPadding {
    padding: 0.5em;
}

.mediumPadding_h {
    padding: 0 .5em;
}

.mediumPadding_v {
    padding: .5em 0;
}


.listStationsSelector {
    display: inline-block;
}

.listStationsSelector>* {
    display: table-row;
    cursor: pointer;
}

.listStationsSelector>*>*{
    display: table-cell;
    white-space: nowrap;
}

.pell {
    background-color: #fff;
    border: 1px solid rgba(10, 10, 10, 0.1);
    box-sizing: border-box;
}

.pell-content {
    box-sizing: border-box;
    height: 180px;
    outline: 0;
    overflow-y: auto;
    padding: 10px;
}

.pell-actionbar {
    background-color: #fff;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.pell-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    outline: 0;
    width: 30px;
    vertical-align: bottom;
}

.pell-button-selected {
    background-color: #f0f0f0;
}

.nav_date_time {
    font-size: .9em;
}

.toUpperCase {
    text-transform: uppercase;
}

table.rowClickable tbody>tr, table.rowClickable tbody>tr>td {
    cursor: pointer;
}

#tree-root button[bs-dropdown] {
    width: 5em;
}

.modal-dialog .dl-horizontal dt {
    text-align: unset;
}

#notifications-alerts{
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    right: 15px;
    bottom: 55%;
    z-index: 20;
    background: linear-gradient(90deg, #ff0059, #ff8000);
    text-align: center;
    line-height: 45px;
    -moz-box-shadow:    5px 5px 10px grey;
    -webkit-box-shadow: 5px 5px 10px grey;
    box-shadow: 5px 5px 10px grey;
}

#notifications-alerts.no-alerts{
    pointer-events: all;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#notifications-alerts .nbr-notification-default{
    position: absolute;
    top: -25px;
    left: -15px;
    /* width: 15px; */
    /* height: 15px; */
    padding: 5px 10px 5px 10px;
    background:linear-gradient(90deg, #00ffcc,#02f02e);
    color: white;
    font-size: 1.5em;
}

#notifications-alerts .nbr-notification{
    background:linear-gradient(90deg,#ff4100,#ff0055);
}

/***tools>Profiles>tab***/

#confProfile, #confUser{
    word-wrap: break-word;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    overflow: auto;
}

.green{
    color: green;
}
.gray{
    color: gray;
}

#confProfile > thead > tr > th, #confUser > thead > tr > th{
    word-wrap: break-word;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    font-weight: 100;
    padding:5px;
    font-size: 14px;
    background:#0098d4;
}

#confProfile > thead > tr > th a, #confUser > thead > tr > th a {
    color: #23527c;
}

.wideSize{
    width: 160px!important;
    background-color:#0098d4;
    padding: 5px!important;
    position: fixed;
}

/*#confProfile > tbody > tr > th{
    position: fixed;
}*/

#confProfile > tbody > tr > th {
    border: none;
    z-index: 10;
}

#confUser > tbody > tr > th {
    border: none;
    text-align: center;
    z-index: 10;
}

#confProfile > tbody > tr:nth-of-type(odd) {
    background-color: #d7f9ff;
}

#confProfile > tbody > tr > th{
    /*background-color: rgb(255, 255, 255);*/
}

#confUser> tbody > tr:nth-of-type(odd) {
    background-color: #d7f9ff;
}

#confProfile > tbody > tr > td, #confUser > tbody > tr > td {
    border: none;
}

.whitebck{
    background-color: white;
}
/*
#confProfile thead {
  float: left;
  position: sticky;
  top:0
}

#confProfile thead th {
  display: block;
}

#confProfile tbody {
  float: left;
}

#confProfile tbody tr {
  display: block;
}
*/
.spin-xx-large > span {
    font-size: 71px !important;
}
.spin-xx-large .ant-spin-dot-item {
    width: 30px !important;
    height: 30px !important;
}

.circuit-status-progress *{
    color: inherit !important;
}
.editable-cell {
  position: relative;
}

.editable-cell-input-wrapper,
.editable-cell-text-wrapper {
  padding-right: 24px;
}

.editable-cell-text-wrapper {
  padding: 5px 24px 5px 5px;
}

.editable-cell-icon,
.editable-cell-icon-check {
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}

.editable-cell-icon {
  line-height: 18px;
  display: none;
}

.editable-cell-icon-check {
  line-height: 28px;
}

.editable-cell:hover .editable-cell-icon {
  display: inline-block;
}

.editable-cell-icon:hover,
.editable-cell-icon-check:hover {
  color: #108ee9;
}

.editable-add-btn {
  margin-bottom: 8px;
}

.editable-row-operations a {
  margin-right: 8px;
}
.docs-popover {
    overflow: auto;
    min-width: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.docs-docItem {
    white-space: nowrap;
}
.doc-breadcrumb.breadcrumb > li + li:before {
    padding: 0 0px;
}
.doc-breadcrumb.breadcrumb {
    padding-right: 0;
    padding-left: 0;
}

.fullScreen.widget-z-index {
    z-index: 999;
}

.floatRight {
    float: right;
}

.flex-column {
  flex-direction: column;
}

.panel-heading button.btn-default {
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  color: #ffffff;
}

.panel-heading button.btn-default.btn-primary {
  background-color: #286090;
}

.pointy {
  cursor: pointer;
}

.scroller {
  overflow-x: hidden;
  overflow-y: auto;
}

.noMargin {
    margin: 0;
}
