@font-face {
    font-family: "Gotham";
    src: url('/dsr/assets/fonts/Gotham/Gotham/Gotham-Light.otf');
}

@font-face {
    font-family: "TradeGothicLTPro-BdCn20";
    src: url('/dsr/assets/fonts/TradeGothic/TradeGothic/TradeGothicLTStd-BdCn20.otf');
}

body {
    font-family: Gotham, sans-serif;
    background: white !important;
}

#clear:hover {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    #header-logo {
        text-align: center;
        margin: 0;
        width: 100%;
    }
}

h3.form-heading-title {
    margin-top: 0 !important;
}

.dsar-title {
    font-weight: 600;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 9px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.cr-icon.radio-circle {
    height: 100%;
    width: 100%;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
}


.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(0.7) rotateZ(0deg);
    -ms-transform: scale(0.7) rotate(0deg);
    transform: scale(0.7) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label, .radio label {
    padding-left: 0 !important;
}

.radio label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.form-heading-title {
    color: #009cde;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.form-heading-subtitle {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.form-heading-subtitle-span {
    font-size: 14px;
    margin-left: 16px;
    font-weight: 300;
    color: darkgray;
}

.dsar-submit-btn {
    border-radius: 3px;
    font-size: 18px;
    line-height: 1;
    padding: 10px 10px;
    text-decoration: none;
    width: 100%;
    color: #FFFFFF;
    background: #009cde;
    border: 1px solid #009cde;
    display: inline-block;
    font-size: 18px;
}

.bottom {
    margin-bottom: 20px;
}

.left {
    margin-left: 15%;
}

.right-divider {
    border-right: 1px solid #ccc;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-left: 10%;
}

.timeline:before {
    top: 0;
    bottom: 16%;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 25px;
    margin-right: -1.5px;
}

.timeline > li {
    margin-bottom: 15px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}


.timeline > li > .timeline-badge {
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 17px;
    margin-right: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

/* Signature */
.canvas-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: none !important;
}

.signature-pad {
    left: 0;
    top: 0;
    height: 200px;
    width: auto;
}

@media screen and (max-width: 500px) {
    .signature-pad {
        left: 0;
        top: 0;
        height: 200px;
        width: 100%;
    }
}

.canvas-row.has-error {
    margin-bottom: 0px;
}

.canvas-row .help-block {
    margin-left: 0px;
}

.canvas-btn {
    font-size: 14px;
}

canvas {
    border: 1px solid #009cde;
}

@media screen and (max-width: 992px) {
    .hidden-sm {
        display: none;
    }

    .right-divider {
        border-right: 0;
    }
}

#user-type-group ul, #request-type-group ul {
    padding: 0;
}

#user-type-group li, #request-type-group li {
    display: table-header-group;
}

#user-type-group li label, #request-type-group li label {
    display: -webkit-inline-box;
}

.custom-file-upload {
    padding: 9px 6px !important;
}

.form-control {
    height: 40px;
    border-radius: 0;
    border-color: #888;
}

legend {
    color: #101010
}


.select {
    position: relative;
    height: 40px;
    background: white;
    box-shadow: none;
}

.select.has-error {
    margin-bottom: 35px;
}

.select:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: whitesmoke;
    content: '';
    pointer-events: none;
}

.select:hover:before {
    background: rgba(0, 179, 255, 0.2);
    z-index: 500;
}

.select:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #888 transparent transparent transparent;
    pointer-events: none;
}


.select select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    border: 1px solid #888;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.no-selection {
    color: #888;
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select select::-ms-expand {
    display: none;
}

.select select:focus {
    border-color: #888;
}

.select .form-control {
    padding-right: 30px;
}

@media all and (min-width: 0\0
) and (min-resolution: .001dpcm) {
    .select select {
        padding-right: 0;
    }

    .select:after, .select:before {
        display: none;
    }
}

.placeholder {
    position: relative;
    font-size: 16px;
    pointer-events: none;
    left: 15px;
    top: -31px;
    color: gray;
}

#clear:hover {
    cursor: pointer;
}

#user-type-group .radio, #requestor-type-group .radio {
    padding: 0;
}

.radio {
    margin-top: 5px !important;
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.left-padding {
    padding-left: 15px;
}

#language-select-container {
    float: right;
}

#language-select {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
}

#request-type-group .radio label:nth-child(1) {
    font-weight: 700;
}

#request-type-group .radio .help-text {
    margin-left: 29px;
    font-weight: 400;
}
