﻿body {
}

.helptip {
    color: #595d67 !important;
    font-size: 18px;
    text-decoration: none;
}

.helptip-dashboard {
    color: #595d67 !important;
    font-size: 18px;
    text-decoration: none;
}

.helptip-white, .helptip-white:active {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

.helptip-white, .helptip-white:hover {
    color: #ffffff !important;
    font-size: 18px;
    text-decoration: none;
}


    .helptip-white:active {
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
    }

/*Focus Marker Begin*/
body *:focus {
    outline: 2px solid #66afe9 !important;
    outline-offset: 1px;
    border-radius: 1px 1px 1px 1px;
    // box-shadow: 2px 2px 2px 2px white;
}

.form-control:focus {
    border-color: #66afe9;
}
.input input:focus,
.select select:focus,
.textarea textarea:focus,
.radio input:focus + i,
.checkbox input:focus + i,
.toggle input:focus + i {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}


.pagination > li > a:focus,
.pagination > li > span:focus {
    outline: 2px solid #66afe9;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}



.dropdown-toggle:focus {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}



.btn:focus,
.btn.active:focus {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}



input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 2px solid #66afe9 !important;
    outline-offset: 2px;
    border-radius: 1px 1px 1px 1px;
}
/*Focus Marker End*/

#project-selector,
.project-selector {
    color: #000000;
}

    #project-selector:hover,
    .project-selector:hover {
        font-weight: 600;
        color: #000000;
    }

#SecurityGroup-selector,
.SecurityGroup-selector {
    max-width: 97%;
    white-space: nowrap;
    background: #ffffff;
    border: none;
    padding: 7px;
    text-align: left;
    color: #000000 !important;
    font-size: 18px;
    cursor: pointer;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

    #SecurityGroup-selector:hover,
    .SecurityGroup-selector:hover {
        font-weight: 600;
        color: #000000;
    }

    .active-projects {
        background-color: #CFDCE6;
        color: #000036 !important;
        height: 100px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px 15px 30px 15px;
    }

.active-users {
    background-color: #CFDCE6;
    color: #000036 !important;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 15px 30px 15px;
}

.total-projects {
    background-color: #CFDCE6;
    color: #000036 !important;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 15px 30px 15px;
}

.total-users {
    background-color: #CFDCE6;
    color: #000036 !important;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 15px 30px 15px;
}

.dashboard-utilization-db {
    color: #000036;
}

.dashboard-utilization-index {
    color: #002A00;
}

.dashboard-utilization-workspace {
    color: #96281B;
}

dashboard-utilization-total {
    color: #000000;
}

div.dataTables_info {
    padding-top: 9px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #000000 !important;
}

.smart-style-1 .pagination > .active > a,
.smart-style-1 .pagination > .active > span,
.smart-style-1 .pagination > .active > a:hover,
.smart-style-1 .pagination > .active > span:hover,
.smart-style-1 .pagination > .active > a:focus,
.smart-style-1 .pagination > .active > span:focus {
    background-color: #0F4880;
    border-color: #0F4880;
}
.multi-select {
    color: #333333;
}

.multiselect {
    text-align: left;
    padding-right: 28px;
    word-wrap: break-word;
    color:black;
}

    .multiselect .caret {
        position: absolute;
        top: 14px;
        right: 12px;
    }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    word-wrap: break-word;
}

input[type="text"], select, select[multiple], .multiselect-container {
    color: black;
}
