:root {
    --color-secondary: #0C71C6;
    --color-secondary-dark: #094e88;
    --color-secondary-light: #d1e4ff;
    --color-secondary-very-light: #EFF8FF;
    --color-white: #fff;
    --color-black: #000;
}

.modal-dialog{
    /* sometimes there was a problem with blurry text */
    -webkit-filter: blur(0);
}
.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/*Auth0 related*/
.auth0-lock-header-bg{
    display: none;
}

.row.valign > [class*="col"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.border-top {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.border-bottom {
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.border-sides {
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.read-only .remove-button {
    display: none
}

#helpTempControl .topnav {
    font-size: 14px;
    height: 80px !important;
    background: white;
    border-bottom: 4px solid #99681f;
}

#helpTempControl .navbar-brand {
    margin-top: -8px;
}

#helpTempControl .content {
    padding: 50px 0;
    background: #f0f0f0;
}

#cookie-popup {
    z-index: 999999;
    opacity: 0.9;
    position: fixed;
    padding: 15px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Arial, sans-serif;
    line-height: 20px;
    letter-spacing: normal;
    border-top: 3px solid #dedede;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(238, 238, 238);
}

#cookie-popup .fa-times {
    cursor: pointer;
}

#cookie-popup-header {
    z-index: 999999;
    padding: 0 0 7px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Arial, sans-serif;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    background-color: rgb(238, 238, 238);
}

.cookie-popup-button {
    border-radius: 5px;
    border: 0;
    padding: 6px 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 10px;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-shadow: rgb(0, 0, 0) 0 0 2px;
    color: rgb(255, 255, 255);
}

#cookie-popup-button-accept {
    float: left;
    background-color: rgb(228, 170, 23);
}

#cookie-popup-button-readmore {
    float: left;
    background-color: rgb(105, 118, 119);
}

#cookie-popup-button-readmore:hover, #cookie-popup-button-readmore:focus {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#cookie-popup-footer {
    display: block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    float: right;
    font-size: 90%;
}

.deleted_image {
    opacity: 0.3!Important
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.excel_importer {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    height:30px;


}