#documents_wrapper {
    max-width: 1000px;
    margin-left: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.manageContainer {
    padding: 2em;
}

.managerContent {
    color: #58595b;
    border: 1px solid #dcdcdc;
    margin-top: 0.5em;
    padding: 2em;
    border-radius: 10px;
    background-color: #ffffff;
}

.manageValidationContainer {
    padding-bottom: 2em;
    min-height: 100%;
    height: 100%;
    display: table;
}

.managerValidation {
    display: table-cell;
    vertical-align: middle;
}

.managerValidationDialog {
    color: #58595b;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: #ffffff;
}

.managerValidationBox {
    padding: 1em 0.75em 1em 0.75em;
    border-top: solid 1px #e0dede;
}

.copyLinkButton {
    border-radius: 5px;
    background-color: #99cc33;
    color: #ffffff;
    outline: none;
    letter-spacing: 1px;
}
.copyLinkButton:hover {
    background-color: #729e01;
}

#refresh {

}

.link {
    color: #729e01;
}

.link:visited {
    color: #729e01;
}

.link:hover {
    color: #9c3;
}

table.dataTable {
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221) !important;
}


#copied_tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    width: 75px;
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
#copied_tooltip:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#copied_tooltip:before {
    border-color: rgba(209, 245, 165, 0);
    border-bottom-color: #e1e1e1;
    border-width: 10px;
    left: 20px;
}
#copied_tooltip_title {
    font-weight: bold;
    font-size: 1em;
}


#copy_error_tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    width: 105px;
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
#copy_error_tooltip:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#copy_error_tooltip:before {
    border-color: rgba(209, 245, 165, 0);
    border-bottom-color: #e1e1e1;
    border-width: 10px;
    left: 20px;
}
#copy_error_tooltip_title {
    font-weight: bold;
    font-size: 1em;
}

.arrow-up {
    display: none;
}

.arrow-down {
    display: none;
}

.arrow {
    position: relative;
    float: right;
}

.sorting_desc .arrow-down {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    right: 0;
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #99cc33 transparent transparent transparent;
}

.sorting_asc .arrow-up {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 4px 9px 4px;
    border-color: transparent transparent #99cc33 transparent;
}

.sorting .arrow-down {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    right: 0;
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #BEBEBE transparent transparent transparent;
}

.sorting .arrow-up {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 4px 9px 4px;
    border-color: transparent transparent #BEBEBE transparent;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background : none;
}

.white-link:active, .white-link:link, .white-link:visited {
    color: white;
    text-decoration: underline;
}

.white-link:hover {
    color: white;
    text-decoration: none;
}

.lastNameInputDiv {
    width: 450px;
}

@media only screen and (max-width: 600px) {
    .lastNameInputDiv {
        width: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .eventLink {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .lastNameInputDiv {
        width: 200px;
    }
}

@media only screen and (max-width: 300px) {
    .lastNameInputDiv {
        width: 150px;
    }
}
