﻿body {
}

.searchtextbox {
    border-radius: 12px;
}

.Adv_searchtextbox {
    width: 400px;
    height: 20px;
    border-radius: 12px;
}



#RA_Container {
    padding-top: 20px;
    padding-left: 20px;
}

.container #AdvSearch {
    padding-top: 25px;
    padding-left: 20px;
}


#Mdl_DeleteModal .modal-dialog {
    overflow-y: initial;
}

#Mdl_DeleteModal .modal-body {
    min-height: 150px;
    max-height: 500px;
    overflow-y: auto;
}



.test a {
    text-decoration: none;
    border: solid 1px #3c8dbc;
    color: white;
    background-color: #3c8dbc;
}

.test span {
    background-color: white;
    color: #3c8dbc;
    border: solid 1px #3c8dbc;
}

.test a, .test span {
    display: block;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
}

.test .current {
    background-color: pink;
    color: blue;
    border: solid 1px blue;
}

    .test .current.prev, .test .current.next {
        color: white;
        border-color: Red;
        background-color: Red;
    }


.highlight {
    background-color: #ff6a00;
}

.container #gridview {
    width: 70%;
    float: left;
    height: 300px;
}

.container #treeview {
    width: 30%;
    float: right;
    height: 300px;
    text-align: center;
}

.magicsearch {
    border: 3px solid #b3b3b3;
    height: 56px;
    width: 650px;
    border-radius: 8px;
    outline: none;
    color: #000000;
    background-color: transparent;
    transition: all .5s cubic-bezier(.19,1,.5,1);
    padding: 5px 10px;
    font-size: 1.8rem;
}

    .magicsearch:focus {
        background-color: #fff;
    }

#wrapper {
    padding-top: 20px;
    padding-left: 10px;
}

#processing {
    padding-top: 20px;
    padding-left: 10px;
    display: none;
    z-index: 999999;
    position: relative;
}

.download_container {
    padding-top: 20px;
    padding-left: 10px;
    z-index: 999999;
    position: relative;
}
