﻿.relative {
    position: relative;
}

/* Modal like box */

.rounded-box {
    border: 1px solid #caced3;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-like-box {
    text-align: left;
    position: absolute;
    top: -11px;
    right: -10px;
    z-index: 1;
    width: 100%;
}

.modal-like-box .title {
    border-bottom: 1px solid #caced3;
    background-color: #ffffff;
    position: relative;
}

.modal-like-box .title img {
    position: absolute;
    right: 12px;
    top: -1px;
}

.modal-like-box a {
    color: #505050;
}

.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-align-text {
    text-align:right;
}

/* Home, Navigation */
.link {
    margin: 5% 7%;
}

.link .status-alert {
    background-color: #ff0000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: -20px;
    top: 20px;
}

.link .rounded-box {
    display: block;
    border-color: #0909B7;
}

.link .rounded-box:hover {
    border-color: #53575a;
}

.link-header {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #0909B7;
    color: #ffffff;
    border-bottom: 1px solid #adadad;
    padding: 4% 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.link .rounded-box:hover .link-header {
    background-color: #53575a;
    color: #ffffff;
    border-bottom-color: #53575a;
}

.link .rounded-box .link-icon,
.link .rounded-box:hover .link-icon-on-hover {
    display: inline;
}

.link .rounded-box:hover .link-icon,
.link .rounded-box .link-icon-on-hover {
    display: none;
}

/* Date Picker */

.entity-datepicker {
    width: 205px !important;
    padding: 4px 6px !important;
}

.input-date-picker:hover {
    cursor: pointer;
}

.date-pick-wrap .dropdown-menu table .selected-date,
.date-pick-wrap.empty-date-field-box .dropdown-menu table .current-date {
    background-color: #bdd6ef;
}

.links-container {
    min-width: 500px;
    width: 36%;
    margin-left: 32%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand, input::-ms-clear {
        display: none;
    }

    select {
        background: url("../images/icon-toggle-drop-down.png") no-repeat right #fff;
        background-position: right 10px center;
        padding-right: 20px !important;
    }

    select:focus, select:active, input:focus, input:active, button:focus, a:focus {
        outline: 0px;
        box-shadow: 0px 0px 2px 2px rgba(25, 120, 239, 0.6) !important;
    }
        
        select::-ms-value {
            background-color: transparent;
            color: #333;
        }

        select.placeholder-color::-ms-value {
            color: #999;
        }

    .pdf-select select::-ms-value {
        color: #fff;
    }

    .dashboard-select-box {
        margin-top: -3px !important;
    }
}

.dashboard-select-box {
    margin-top: -10px;
}

.placeholder-color a.select-div {
    color: #999;
}

.placeholder-color a.select-div.invalid-value {
    color: red;
}

.placeholder-color ul.select-dropdown {
    color: #333;
}

div.pdf-select ul.select-dropdown {
    color: #333;
    margin-top: 1px;
    margin-left: -4px;
}pdfviewer canvas {
    background-color: #fff;
}

 .session-timeout .modal-header {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 5px 15px 5px 15px;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
}
 /*
 .session-timeout .modal-content button:hover, .modal-alert button:hover {
    background-color: #999;
    color: #333;
}

.session-timeout .modal-content button, .modal-alert button {

}*/

 .dashboardHover span {
     color: #53575a;
 }
 .dashboardHover:hover span {
     color: #0909B7;
 }