﻿
#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

#uploads .block {
    display: inline-block;
    vertical-align: top;
    width: 128px;
    height: 128px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    #uploads .block .progressBar {
        background-color: #3E6FAD;
        width: 0px;
        height: 5px;
        margin-top: 47px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: .25s ease-out;
        -webkit-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out;
    }

    #uploads .block .error {
        text-align: left;
        font-size: 14px;
        color: red;
    }


    #uploads .format img {
        max-height:100%;
        max-width:100%;
    }

    .toggle-on.btn {
        color: white;
        padding-right:40px;
    }

    .btn-wide {
        width:100%;
    }

    #docs li {
        padding-bottom:10px;
    }

.top-buffer {
    margin-top: 20px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

textarea {
    -webkit-user-select: auto;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d !important;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.btn-approve {
    background-color: #b4dcb7;
    color:white;
    font-weight:bold;
}

.input-sm {
    background-color: #EEEBE4;
    color: black;
}
select:active, select:hover {
    outline-color: red
}
