/*
Theme Name:  Sentinel Child
Description: Child theme for the Sentinel theme
Template:    sentinel
*/

/* =Parent theme style.css file
-------------------------------------------------------------- */
@import url("../sentinel/style.css");

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
    width: inherit;
}

select {
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    margin: 0;
    padding: 0 9px 0 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    background-color: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.09) 0 1px 3px 0 inset;
}

.required-hint {
    margin-top: 20px;
    color: #f00;
}

.errorElement {
    background-color: rgba(255,0,0,0.1);
}

.media_files_download h2 {
    font-size: 23px;
}
.media_files_download h3 {
    font-size: 18px;
}
.media_files_download .tab-content {
    padding: 30px;
    border-color: #ddd;
    border-style: none solid solid;
    border-width: 1px;
}
.media_files_download .section {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

.media_files_download .download-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 30px;
}

.media_files_download .icon-file-text {
    display: block;
    width: auto;
    height: 50px;
}
.media_files_download img {
    max-height: 300px;
}
.media_files_download .nav-tabs .nav-link {
    font-weight: bold;
    font-size: 18px;
    padding: 30px;
}

.media_files_download .post-password-form p {
    margin-bottom: 20px;
}

/* bootstrap Anpassung */
.titlebar-1 .titlebar_title {
    height: 240px;
}
