.topFilter {
    margin-bottom: 10px;
    background-color: #D2D6DE;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.filterForm {
    margin: 1px 1px 2px 1px;
    border-radius: 5px;
}

.blackLink {
    color: black;
}

.boxTopButton {
    margin-right: 10px;
}

.actionIcon {
    font-size: 20px

}

.nameCards {
    width: 1050px;
    height: 600px;
    background-color: red;
}

.documentPreview {
    /*width:inherit;*/
    /*min-height:;*/
}

.commentSection {
    margin-top: 10px;
}

.deleteButton {
    background: transparent;
    border: none;
    color: darkred;
}

:hover .deleteButton {
    background: transparent;
    color: darkred;

}

.text-10 {
    font-size: 10px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.form-group.has-error label {
    color: #a94442;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #a94442;
    box-shadow: none;
}

.background-grey {
    background-color: #eee;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.A4page {
    background: white;
    width: 20cm;
    height: 29.7cm;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    padding: 2.54cm;

}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.notification-title {
    padding: 0px 15px 0px 10px;
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.additional-info-box {
    background-color: #ffe0d7;
    padding: 15px
}

.attachButton {
    padding: 1px 1px 3px 1px;
}


.select2-container .select2-selection--single {
    height: 34px;
}

label {
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 8px;

}

.help-block {
    margin-top: 0px;

}


.user-activity-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.2);
}

iframe {
    background-color: white;
}

#scrollBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #66afe9;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#scrollBtn:hover {
    background-color: #555;
}
#deleteBtn {
    position: fixed;
    bottom: 20px;
    right: 40%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: lightpink;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#deleteBtn:hover {
    background-color: #555;
}
#deleteBtn.dropped {
    border: 5px dashed blue !important;
}
.navbar-form {
    border-right: 5px;
    padding-top: 3px;
}

.navbar-form input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #ffffff;
}

.input-group-btn #search-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
    height: 34px;
    border: 0px;
}

.main-header .logo {
    height: 57px;
}

.navbar-nav > li > a {
    padding-bottom: 22px;
}

.main-header .sidebar-toggle {
    padding: 18px 15px;
}

.reset-box {
    /*width: 700px;*/
    margin: 7% auto;
}

.popover {

    max-width: 327px;
}

.list-group-item {
    overflow: auto;


}
.btnborder{
    border-style: solid;
    border-width: 1px;
}