﻿
/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
#DownLoad{
    border:none;
    color:white;
    color:#ff0000;
    background:none;
    margin-left:300px;
    font-size:25px;
    font-weight:bolder;
}
#a {
    display: none;
    color: #ff0000;
    font-weight: bolder;
    margin-left: 300px;
    font-size: 25px;
}
#container {
    margin-top: 15%;
    background: #ffffff;
    color: #000000;
    position: center;
    border: 2px solid #9C9C9C;
    border-radius: 25px;
    height: 15%;
    width: 25%;
    margin-left: 30%;
}
#form {
    margin-left: 20%;
}

#sidebar-wrapper {
    background-color: #83eaf1;
}

#Help :hover, #help {
    display: block;
}
/*datatable search box style*/
/*#tblAddAgent .dataTables_filter {
    float: left !important;
}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.city-paint-logo {
    background-image: url(images/CityWeb.png);
    background-size: cover;
    height: 85px;
    width: 300px;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-color: white;
}

.city-paint-logo-v2 {
    background-image: url(images/CityWeb.png);
    background-size: cover;
    height: 40px;
    width: 150px;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 5px;
}

.paint-img {
    background-image: url(../../Content/images/paint-img.png);
    background-size: cover;
    height: 435px;
    width: 430px;
    /* margin-left: 35px;*/
    margin-top: 35px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: white;
    image-rendering: pixelated;
}

section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 0 20% 80%;
    transform: scale(1.0);
}


/*ody {
    margin: 0;
    padding: 0;
    background-color: #17a2b8;
    height: 100vh;
}*/

#login .container #login-row #login-column #login-box {
    margin-top: 90px;
    max-width: 750px;
    height: 360px;
    border: 1px solid #9C9C9C;
    background-color: #63a4ff;
    border-radius: 3%;
    box-shadow: 2px 3px #83eaf1;
}

    #login .container #login-row #login-column #login-box #login-form {
        padding: 20px;
    }

        #login .container #login-row #login-column #login-box #login-form #register-link {
            margin-top: -85px;
        }

#tblStockReorder td th {
    vertical-align: middle;
}