﻿
.google-visualization-controls-label
{
    color: #FFF;
}

.btn .material-icons {
    position: relative;
}

.material-icons.md-12 {
    position:relative;
    top: 5px;
    font-size: 12px;
}

.material-icons.md-14 {
    position: relative;
    top: 5px;
    font-size: 14px;
}

.material-icons.md-18 {
    position: relative;
    top: 3px;
    font-size: 18px;
}

.keyboard_arrow_left:after {
    content: "keyboard_arrow_left";
}

.keyboard_arrow_right:after {
    content: "keyboard_arrow_right";
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    border: 1px solid #2b3553;
    border-radius: .25rem;
}

label {
    color: #FFF;
}

.white {
    color: #FFF;
}

.loginLogo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 5%;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.loginForm .form-control {
    color: #000 !important;
}

.goog-inline-block ul {
    display: flex !important;
    max-width: 100% !important;
}

#WorkPackageFilter li {
    margin-right: 5px;
}

.button-middle-vertical{
    margin: 20px 0;
}

.search-input {
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: gray;
}

select {
    background: #95BEE2 !important;
}

.fa-download:before {
    content: "get_app";
}

.bs-searchbox input{
    color: #525f7f !important;
}

.bootstrap-select .no-results {
    color: #525f7f;
}

.bootstrap-select button {
    /*background: transparent;*/
    border: 1px #000 solid;
    font-weight: 400;
    font-size: .75rem;
}

    .bootstrap-select button:focus {
        /*background: transparent;*/
        border: 1px #000 solid !important;
        font-weight: 400 !important;
        font-size: .75rem !important;
    }

    .bootstrap-select button:hover {
        /*background: transparent;*/
        border: 1px #000 solid !important;
        font-weight: 400 !important;
        font-size: .75rem !important;
    }

    .bootstrap-select button:active {
        /*background: transparent;*/
        border: 1px #000 solid !important;
        font-weight: 400 !important;
        font-size: .75rem !important;
    }


.fileUpload {
    font-size: .875rem;
    padding: 7px;
    background: #1d8cf8;
    background-image: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8);
    background-size: 210% 210%;
    background-position: 100% 0;
    background-color: #1d8cf8;
    transition: all .15s ease;
    box-shadow: none;
    border-radius: .4285rem;
    margin: 5px 0 0 5px;
    font-weight: 600;
}


.google-visualization-controls-label {
    display: block !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #075EA7;
    margin: 0 4px;
}

.nav-pills .nav-link, .nav-pills > .nav-link {
    color: #fff;
    background-color: #5787C0;
    margin: 0 4px;
}

.form-group input[type=file] {
    cursor: pointer !important;
}

#allocatedResourcesTable tr {
    cursor: pointer;
}

.tableTitle {
    font-size: 24px;
    margin-bottom: -50px;
}


.viewFile {
    word-break: break-all;
    height: 100%;
}

.deleteFile {
    max-width: 70%;
    margin: 25% auto;
    cursor: pointer;
}

.searchButton {
    margin-top: 24px;
}