﻿.breadcrumbs .depreports-crumb1 {
    float: left;
    padding-left: 16px;
}

.Block1 {
    margin: 7% 57% 7% 3%;
    border: 2px solid lightgrey;
    padding: 2% 0% 30px 10%;
    border-radius: 5px;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

.Block2 {
    margin: -30.8% 10% 5% 50%;
    border: 2px solid lightgrey;
    padding: 2.1% 0% 34px 10%;
    border-radius: 5px;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    cursor: grab;
    width: 28%;
    height: 10%;
}

.image-search > input {
    display: none;
}

.image-search img {
    cursor: grab;
    width: 28%;
    height: 10%;
}

.label1 {
    border: 2px solid steelblue;
    background-color: steelblue;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
}

.Button1 {
    background-color: white;
    border: 2px solid lightgrey;
    border-radius: 4px;
    color: steelblue;
    padding: 6px 10px 6px 10px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

.Button2 {
    background-color: steelblue;
    margin: 0 0 20px 15px;
    border: none;
    color: white;
    border-radius: 4px;
    padding: 6px 15px 6px 15px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.DepSearchGrid th {
    padding: 4px;
    border: 1px solid white;
    width: 5%;
    word-break: unset;
    font-weight: 400;
}

.DepSearchGrid td {
    padding: 20px;
}

.Button3 {
    background-color: steelblue;
    border: none;
    color: white;
    padding: 6px 30px 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float:right;
    margin-right:66px;
    /*margin: 0px 20px 10px 356px;*/
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
}

.Button4 {
    background-color: steelblue;
    border: none;
    color: white;
    padding: 6px 30px 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 20px 10px 810px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
}

.container-name div {
    display: inline-block;
    width: 500px;
    min-height: 50px;
    height: auto;
}

.calendar1 {
    background: url('../common/calendar-icon.gif') no-repeat;
    height: 15px;
    width: 15px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
}

.ApplePopup .modal-dialog {
    width: 40%;
    margin-top: 0px;
}
