﻿.navbar-inner {
    background-color: #000 !important;
    position: relative;
    height: 60px
}

    .navbar-inner .container table td {
        padding: 0 6px
    }

.dropdown-menu {
    background-color: #ebebeb !important;
}

.navbar-inner .container #logo {
    position: absolute;
    bottom: -45px
}

    .navbar-inner .container #logo img {
        width: 130px;
        height: auto
    }

#MainMenu a {
    font-weight: 400;
    line-height: normal;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em;
}

    #MainMenu a:hover {
        color: #ffe700 !important;
        text-decoration: none
    }

.navbar .nav {
    margin: 0 25px 0 135px !important;
}

input[type="submit"] {
    width: 200px !important;
    background-color: #ffe700;
    border-radius: 6px;
    color: #000;
    border: none;
    padding: 5px;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    -moz-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    margin: 12px;
    transition: 0.4s
}

    input[type="submit"]:hover {
        background-color: #000;
        color: #fff;
    }

input[type="button"] {
    width: 200px !important;
    background-color: #ffe700;
    border-radius: 6px;
    color: #000;
    border: none;
    padding: 5px;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    -moz-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    box-shadow: 2px 2px 10px 2px rgba(197,197,197,1);
    margin: 12px;
    transition: 0.4s
}

    input[type="button"]:hover {
        background-color: #000;
        color: #fff;
    }

.dropdown-menu {
    background-color: #454545 !important;
    opacity: 1;
    border-radius: 6px;
}

    .dropdown-menu a {
        color: #fff;
        font-weight: 400;
    }

        .dropdown-menu a:hover {
            color: #ffe700;
            text-decoration: none
        }

input[type="text"] {
    background-color: #f0f0f0;
    border: none;
    border-radius: 6px;
    width: 390px;
    box-shadow: none;
}

select {
    width: 400px;
    border: none;
    background-color: #f0f0f0;
}

.navbar #login a {
    color: #fff !important;
    font-weight: 700;
}

    .navbar #login a:hover {
        color: #ffe700 !important;
        text-decoration: none
    }

.form-signin {
    max-width: 450px;
    padding: 20px 30px !important;
    margin: 0 auto !important;
    background-color: #f0f0f0 !important;
    border: none !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1) !important;
    -moz-box-shadow: 2px 2px 10px 2px rgba(197,197,197,1) !important;
    box-shadow: 2px 2px 10px 2px rgba(197,197,197,1) !important;
}

    .form-signin label {
        color: #b5a09f;
    }

    .form-signin input[type="text"] {
        background-color: #fff;
        border: none;
        border-radius: 6px;
        width: 250px;
        box-shadow: none;
    }

    .form-signin input[type="password"] {
        background-color: #fff;
        border: none;
        border-radius: 6px;
        width: 250px;
        box-shadow: none;
    }

.container:nth-child(2) {
    margin-top: 40px !important
}

.RadUpload .ruFileWrap {
    position: relative;
    display: initial !important;
    white-space: nowrap;
    vertical-align: top;
    line-height: 20px;
    zoom: 1;
    overflow: hidden !important;
    height: 10px;
}

.RadUpload_Metro .ruFakeInput {
    margin: 15px;
}

div.RadUpload_Metro .ruButton {
    border: 1px solid #e5e5e5;
    color: #000000 !important;
    background-color: #ffe700 !important;
    margin: 15px !important;
    font-weight: 700 !important;
}

.rgMasterTable input[type="submit"] {
    width: 26px !important;
    border-radius: 0;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .rgMasterTable input[type="submit"]:hover {
        background-color: transparent !important;
    }

.rgMasterTable input[type="button"] {
    width: 26px !important;
    border-radius: 0;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .rgMasterTable input[type="button"]:hover {
        background-color: transparent !important;
    }

#Report {
    overflow-x: auto;
}
