﻿h1 {
    text-align: center;
}
.waiverName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}
.birthSelector {
    height: 25px;
    line-height: 25px;
}
.waiverTextField {
    display: inline-block;
    min-width: 130px;
    border-bottom: 1px solid #333;
}

.smallTextField {
    width: 100px;
}
.mediumTextField {
    width: 200px;
}
.largeTextField {
    width: 300px;
}
.textAreaField {
    width: 300px;
    height: 75px;
}
#additionalFields .formFieldWrapper {
    padding: 8px 4px;
}
.formFieldWrapper {
    margin: 0 0 15px 0;
}
.formFieldWrapperSide {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.fieldQuestion {
    font-size: 13px;
}
.fieldLabel, .fieldLabelRequired {
    min-height: 24px;
}
.fieldInput {
    display: inline-block;
}
.fieldInput input,
.fieldInputSmall input,
.fieldInputSmall select{
    padding: 3px 5px;
}

.childWrapper .fieldInputSmaller input {
    width: 130px;
}
.childWrapper {
    clear: both;
    margin-bottom: 8px !important;
}
.attendingCheckbox .indent {
    width: 80px;
}

.infoGrid {
    border: 1px solid #933;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: text-top;
    overflow: hidden;
}
.infoGrid span {
    margin: 0;
}
.infoGrid .divider {
    border-right: 1px solid #933;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    height: 25px !important;
    width: 1px;
    vertical-align: top;
}

.participantTable td {
    border: 1px solid #933 !important;
}

.initials {
    width: 100px;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    vertical-align: bottom;
    position: relative;
}
.clearInitials {
    padding: 0 0 0 5px;
    font-size: 11px;
    font-weight: bolder;
    cursor: pointer;
    color: #c00;
}
.disabled {
    background-color: #ebebe4;
}

/* Signature  */
.signatureParent {
    margin-top: 10px;
    color: darkblue;
    background-color: darkgrey;
    width: 968px;
    padding: 20px;
    display: inline-block !important;
}

@media only screen and (max-width:1024px) {
	.signatureParent {
        width: 100%;
    }
}

@media only screen and (max-width:844px) {
	.signatureParent {
        width: 690px;
    }
}

@media only screen and (max-width:800px) {
	.signatureParent {
        width: 670px;
    }
}

@media only screen and (max-width:768px) {
	.signatureParent {
        width: 640px;
    }
}

@media only screen and (max-width:736px) {
	.signatureParent {
        width: 600px;
    }
}

@media only screen and (max-width:700px) {
	.signatureParent {
        width: 550px;
    }
}

@media only screen and (max-width:650px) {
	.signatureParent {
        width: 450px;
    }
}

@media only screen and (max-width:500px) {
	.signatureParent {
        width: 360px;
    }
}

@media only screen and (max-width:414px) {
	.signatureParent {
        width: 340px;
    }
}

@media only screen and (max-width:375px) {
	.signatureParent {
        width: 300px;
    }
}

.signature {
    border: 2px dotted black;
    background-color: lightgrey;
}

.signatureControls {
    margin-top: 5px;
}

.inner {
    width: 90%;
    max-width: 1000px;
}

/* Drawing the 'gripper' for touch-enabled devices */
html.touch #content {
    float:left;
    width:92%;
}
html.touch #scrollgrabber {
    float:right;
    width:4%;
    margin-right:2%;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}
html.borderradius #scrollgrabber {
    border-radius: 1em;
}

