/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    /*padding-bottom: 20px;*/
    margin:0;
    padding:0;
    height:100%;
}

#container {
    min-height:100%;
    position:relative;
}

#body {
    padding:10px;
    padding-bottom:127px;   /* Height of the footer */
    overflow: auto;
}

th{
    text-align: center;
}
.dropdown {
    cursor:pointer;
}


.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    /*margin: 50px 0;*/
}

.casatFooter{
    background-color: #38354a;
    position:absolute;
    bottom:0;
    width:100%;
}
.single-page-login-alpha .single-page-block .single-page-block-inner {
    max-width: 400px;
}
.single-page-login-alpha .single-page-block .single-page-block-inner .single-page-block-form .form-actions {
    border-top-color: #fff !important;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
.full-width {
    width: 70%;
    border-radius: 20px;
    height: 35px;
}
.single-page-login-alpha .single-page-block .single-page-block-inner .social-login {
    text-align: center;
    border-top: none !important;
    padding-top: 0;
}
#langBtn, .langBtn {
     /*float: none;*/
     display: block;
     width: 114px;
     border-radius: 30px;
}
.alert.alert-danger {
    background: #ff777b;
    border-left: 5px solid #fb434a;
    border-radius: 0;
    padding: 10px 10px 10px 15px;
    line-height: 1.2;
}
.single-page-login-alpha .single-page-block .single-page-block-inner {
    margin-top: 65px;
    padding: 30px 60px 30px;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}
@media (min-width: 768px) {
    body.menu-top:not(.single-page) .page-content {
        margin: 0;
    }
}

.red{
    border:1px solid #ff090c;
}

.error{
    color: #ff090c;
}
main {
    overflow-y: auto;
}

.switch {
    position: relative;
    display: block;
    width: 50px;
    height: 24px;
    margin: 0 auto;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input[type="file"] {
    display: none;
}

/*uncomment this if highlight needed, after filtering values in tables. */
/*.highlight{*/
    /*background-color: #dcdcdc;*/
/*}*/

.greyCell{
    background-color: #808080;
}

.colWidth{
    width:120px;
}
.filterHeader{
    height: 37px;
}
table, th, td {
    border: 1px solid black;
}
.pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
    background-color: #ff0000;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #01a8fe;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: white;
    border-radius: 10px;
    margin-right: 2px;
}
.container {
    max-width: 90%;
}


/* image upload and cropper styles*/
main {
    padding-top: 200px;
}
html, body {
    height: 100%;
}
.wrapPage{
    /*padding-top: 100px;*/
    width : 100%;
    height : 100%;
}
.dropzone {
    margin: 0 auto;
    padding: 10px;
}
.dropzone .dz-preview {
    margin: 5px;
}
.clear{
    clear:both;
}
.cropImage {
    max-width: 100%;
    max-height: 100%;
}

.left{
    height:80%;
    width : 60%;
    float : left;
}

.right{
    width : 40%;
    height : 100px;
    float : right;
}

.imageCropBody {
	height: 500px;
    width: 100%;
    background-color:white;
}
.imageCropSection{
    height:90%;
    width : 100%;
}
.cropFooter{
    float:right;
    padding-right:10px;
    height:12%;
}
.logo_addimage a{
    /*display: block;
    min-height: 100px;
    background-image: url('../assets/common/img/addimage.png');
    background-position: 0 0;
    background-repeat: no-repeat;*/
    /*margin-left: 20%;*/
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
[data-ng-if="reCalculateView"] .switch {
    margin:0;
}
#activity th:first-child, #article th:first-child {
    min-width:50px!important;
}
#order th:nth-child(2) {
    width:50px!important;
}
table th input, table th select {
    margin:0 auto!important;
}
.left-menu-list-submenu.horizontal-left-direction{
    margin-right: 18px;
}
.left-menu-list-submenu.horizontal-left-direction a{
    border-right:none!important;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .left-menu-list-submenu.horizontal-left-direction{
        float:left!important;
        margin-right: 54px!important;
    }
    nav.left-menu .left-menu-list li .left-menu-link {
            padding-left:20px!important;
            padding-right:20px!important;

    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.imageGalaryBody {
    overflow: auto;
    min-height: 200px;
    height: 100%;
    width: 100%;
    background-color:white;
}
.pics {
    height:  200px;
    width:   14%;
    padding: 0;
    margin:  0;
}
.pics img {
    padding: 10px;
    border:  1px solid #ccc;
    background-color: #eee;
    width:  178px;
    height: 178px;
    top:  0;
    left: 0
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .1s ease;
    -o-transition: width .1s ease;
    transition: width .1s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.blue {
    background-color:#DFE8FF
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}



.loader {
    z-index:900;
    margin-top: 40%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid blue;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner {
    position: fixed;
    z-index: 999;
    left: 45%;
    top: 45%;
    height:100px;
    width:100px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:15px solid rgba(0,174,239,.15);
    border-right:15px solid rgba(0,174,239,.15);
    border-bottom:15px solid rgba(0,174,239,.15);
    border-top:15px solid rgba(0,174,239,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.disableDiv {
    pointer-events: none;
    opacity: 0.3;
}

.disableHead {
    pointer-events: none;
}
/***************************************************/
table th {
    padding: 5px!important;
    padding-top: 0!important;
    border: none!important;
    padding-left: 0!important;
}
div[ng-table-pagination="params"] {
    margin-bottom:55px;
}
.container {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.single-page-block {
    margin-top:0!important;
}

h2 {
    font-size: 1.5rem!important;
}
.modal-header + div {
    padding:15px;
}
.m-b-0 {
    margin-bottom:0!important;
}
.m-b-5 {
    margin-bottom:5px!important;
}
.m-b-10 {
    margin-bottom:10px!important;
}
.m-b-20 {
    margin-bottom:20px!important;
}
.m-t-10 {
    margin-top:10px;
}
.m-t-20 {
    margin-top:20px;
}
.p-l-0{
    padding-left:0;
}
.m-t-6 {
    margin-top:6px;
}
.m-l-5 {
    margin-left:5px;
}
.modal-footer {
    border-top:none;
}
.modal-header h3{
    margin-bottom:0;
}
.center-dropdown {
    display: block;
    margin: 0 auto;
    width: 120px;
}
#croppingImage {
    width: auto!important;
}
.center-dash {
    margin: 9px 0px;
}
.left-switch .switch{
    margin:0;
}
input[name="plannedStartDate"] {
    height:40px;
}
.landing-img {
    background-image: url(../css/img/landing-img.jpg);
    background-repeat: repeat-x;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }
.bg-color {
    background-color:#f5f5f5
}
.fb {
    background:#4A6EA9;
}
.yt {
    background:#FF0000;
}
.wd {
    background:#11B8EF;
}
.tw {
    background:#55ACEE;
}
.ln {
    background: #206aee;
}
.com {
    background: #13e9e6;
}
.fb:hover, .fb:active, .fb:focus, .fb:hover:active {
    background: #5780c3;
}
.yt:hover, .yt:active, .yt:focus, .yt:hover:active {
    background: #ff4141;
}
.wd:hover, .wd:active, .wd:focus, .wd:hover:active {
    background: #2bc6f9;
}
.tw:hover, .tw:active, .tw:focus, .tw:hover:active {
    background: #72bdf7;
}
.ln:hover, .ln:active, .ln:focus, .ln:hover:active {
    background: #2163f7;
}
.com:hover, .com:active, .com:focus, .com:hover:active {
    background: #17dda2;
}
.social-login i {
    color:#fff;
}
.social-login a {
    border:none;
}
table td a u {
    color: #0066cb!important;
}
form[name="batchUpdateActivityForm"] .switch, form[name="createCondition"] .switch {
    margin:0
}


/*Styles for image uploader*/

.uploader-container{
    margin-top: 1%;
    padding: 20px;
    background-color: white;
    max-width: 100% !important;
}
.demo-droppable {
    background: white;
    padding: 48px 0;
    text-align: center;
    border: 3px solid #b1aeae;
    border-radius: 5px;
    width: 225px;
    height: 125px;
    margin-left: -50px;
}
.demo-droppable.dragover {
    background: #00CC71;
}
.pics-style{
    position: relative;
    width:  80px;
    height: 80px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    border: 1px solid #b1aeae;
    background-color: white;
    border-radius: 1px;
}

.pics-style:hover{
    border: 3px solid #01a8fe;
    background-color: white;
    cursor:pointer;
}
.border{
    padding: 10px;
    margin: 0 auto;

}
.image-gallery{
    /*padding: 10px;*/
    /*background-color: white;*/
    /*display: table;*/
    /*border: 1px solid #b1aeae;*/
    padding: 10px;
    height: 200px;
    background-color: white;
    display: inline-block;
    border: 1px solid #b1aeae;
    overflow: scroll;
    width: 100%;
}

/*end style for image uploader*/

/*table scroll bar-start*/

.edit-table-scrollbar{
    height:300px;
    overflow:scroll;
    overflow-y:scroll;
    overflow-x:hidden;
}

/*table scroll bar-end*/
/* body.landed-login {
    background: url(img/login-bg.jpg) no-repeat !important;
    background-size: cover !important;
} */
.landed-login .single-page-login-alpha .single-page-block .single-page-block-inner {
    padding: 30px 50px;
    border-radius: 5px 50px 5px;
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    display: inline-block;
}

.col-width-100{
    width:120px;
}

.activity-log-modal-scrollbar{
    height:320px;
    overflow-y:scroll !important;
}

.activity-log-modal{
    height: 480px;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

videogular vg-cuepoints vg-cuepoint {
    background-color: red !important;
}

vg-scrub-bar .container{
    background: transparent !important;
    padding: unset !important;
    margin-bottom: unset !important;
    max-width: unset !important;
    box-sizing: unset !important;
}

.videogular-container {
    width: 100%;
    height: 320px;
    margin: auto;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .videogular-container {
        width: 1170px;
        height: 658.125px;
    }

    .videogular-container.audio {
        width: 1170px;
        height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .videogular-container {
        width: 940px;
        height: 528.75px;
    }

    .videogular-container.audio {
        width: 940px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .videogular-container {
        width: 728px;
        height: 409.5px;
    }

    .videogular-container.audio {
        width: 728px;
        height: 50px;
    }
}

.vertical-line{
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0 10px;
    height: 125px;
}


.canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.tooltipBtn {
    position: relative;
    display: inline-block;
}

.tooltipBtn .tooltiptext {
    visibility: hidden;
    height: auto;
    text-align: center;
    display: block;
    word-wrap:break-word;
    width: 350px;
    white-space: normal;
    background-color: #148D2A;
    color: #EFEFE8FF;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 5%;
    margin-left: -220px;
    opacity: 0;
    transition: opacity 1s;
    border-width: 5px;
}

.tooltipBtn .tooltiptext::after {
    content: "";
    position: absolute;
    bottom:  100%;
    left: 90%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #008000 transparent;

}

.tooltipBtn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    margin-top:10px;
    border-radius:10px;
}

.conditionTooltip {
    margin: 1px;
    padding: 4px;
    font-size: 0.825rem !important;
    cursor: pointer;
}
.notification-header{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 24px 18px 18px 24px;
}

.notification-title {
    font-size: 1.71429em;
    font-style: inherit;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: -0.01em;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-top: 0;
}

.notification-toggle{
    font-size: 14px;
    line-height: 20px;
    color: rgb(66, 82, 110);
    margin-right: 4px;
}

.notification-tab-filter{
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
    min-height: 0%;
    margin-left: 16px;
    margin-right: 16px;
}

.notification-tab-header{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 6px;
    min-height: 17px;
}

.notification-tab-sub-title{
    font-size: 12px;
    color: rgb(107, 119, 140);
    font-weight: 600;
    text-transform: uppercase;
}

.notification-tab-sub-button{
    align-items: baseline;
    border-width: 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: none;
    cursor: pointer;
    height: auto;
    line-height: inherit;
    padding: 0;
    vertical-align: baseline;
    width: auto;
    justify-content: center;
}

.notification-tab-sub-button-title{
    transition: opacity 0.3s ease 0s;
    opacity: 1;
    margin: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-tab-sub-button-title:hover{
    color: #0052CC;
    border-bottom: 2px solid #0052CC !important;
}

.notification-tab-data-card{
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 3px;
}

.notification-tab-data-card:hover{
    background-color: #f4f5f7;
}

.notification-tab-data-section{
    display: flex;
    width: 100%;
    z-index: 1;
}

.notification-tab-data-image-section{
    position: relative;
    margin-right: 8px;
    z-index: 1;
    display: inline-block;
}

.notification-tab-data-image-cover{
    height: 40px;
    width: 40px;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: inherit;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    position: static;
    transition: transform 200ms ease 0s, opacity 200ms ease 0s;
    box-shadow: 0 0 0 2px;
    border: none;
    margin: 2px;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.notification-tab-data-image{
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.notification-tab-data-body-section{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.notification-tab-data-body-section-title{
    text-align: left;
    display: inline;
    color: rgb(23, 43, 77);
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

.notification-tab-data-body-section-date{
    font-size: 14px;
    color: rgb(107, 119, 140);
    font-weight: 400;
    white-space: nowrap;
    margin-left: 4px;
}

.notification-tab-data-body-section-content{
    margin-top: 0px;
    color: rgb(23, 43, 77);
    font-size: 14px;
    width: fit-content;
}

.notification-tab-mark-select-button{
    border: none;
    padding: 0px;
    background-color: transparent;
    pointer-events: all;
    z-index: 1;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
}

.notification-tab-mark-select-button:hover{
    background-color: rgb(223, 225, 230);
}

.uib-tab.active a {
    border: none !important;
    color: #0052CC !important;
    border-bottom: 2px solid #0052CC !important;
    font-weight: bold;
}

.uib-tab a {
    border: none !important;
    font-weight: bold;
    color: #42526E !important;
}

.notification-tab-mark-selected{
    background-color: rgb(0, 82, 204);
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.notification-tab-filter .active:after {
    background-color: transparent !important;
}

.main-nav-bar li{
    padding-left: 10px;
}

.disabled{
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.disabled-label{
    opacity: 0.6;
    cursor: not-allowed !important;
}

.zoomContainerConfig
{
    color: #ffffff;
}

.zoomContainerConfig:hover
{
    color: #0b0222;
}

button.btn-secondary{
    font-size: 17px;
}

.egonomicsLabel{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    color: #257979;
    font-weight: bold;
}

.flashingLight {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    animation: flash 1s infinite alternate ease-in-out;
    position: absolute;
    top: 1px;
    left: 7px;
}

@keyframes flash {
    0%, 100% {
        background-color: black;
    }
    50% {
        background-color: red;
    }
}

button.btn-secondary{
    font-size: 17px;
}

.graph-legend-balance{
    width: 40px;
    height: 30px;
    text-align: center;
    padding: 5px;
    color: white;
}

.graph-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.graph-pie-box{
    width: 450px;
    border: 1px solid #03144d;
    padding: 10px;
    margin: 10px;
}

.pie-box-topic{
    font-size: 18px;
    text-align: center;
    height: 28px;
    font-weight: 900;
}