img { max-width: 100%; }
.padding15 { text-align: center; background: #fcfcfc; max-height: 400px; margin: 0 0 15px 0; }
.padding15 img { display: inline-block; max-height: 300px; }
.docs-buttons > .btn, .docs-buttons > .btn-group, .docs-buttons > .form-control { margin-right: 5px; margin-bottom: 10px; }
.docs-cropped canvas { max-width: 100%; }
.modal-trigger { max-width: 200px; }
.modal-trigger > img { width: 100%; }
.modal-trigger + .modal-trigger { margin-top: 30px; }
.controls { text-align: left; position: relative; }
.controls input[type="text"], .controls input[type="email"], .controls input[type="tel"], .controls textarea, .controls button, .controls select { -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; outline: none;}
.controls input[type="text"]:focus, .controls input[type="text"]:hover, .controls input[type="email"]:focus, .controls input[type="email"]:hover, .controls input[type="tel"]:focus, .controls input[type="tel"]:hover, .controls textarea:focus, .controls textarea:hover, .controls button:focus, .controls button:hover, .controls select:focus, .controls select:hover { outline: none; border-color: #9FB1C1; }
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label, .controls input[type="email"]:focus + label, .controls input[type="email"]:hover + label, .controls input[type="tel"]:focus + label, .controls input[type="tel"]:hover + label, .controls textarea:focus + label, .controls textarea:hover + label, .controls button:focus + label, .controls button:hover + label, .controls select:focus + label, .controls select:hover + label { color: #8B8B8B; cursor: text; outline: none; }
.controls .fa-sort { position: absolute; right: 10px; top: 17px; color: #999; }
.controls select, .controls select option { -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; outline: none; }
.controls label { position: absolute; left: 5px; top: 12px; color: #999; font-size: 15px; display: inline-block; padding: 4px 10px; font-weight: 400; background-color: rgba(255, 255, 255, 0); pointer-events: none; -o-transition: color 0.3s, top 0.3s, background-color 0.8s; -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s; transition: color 0.3s, top 0.3s, background-color 0.8s; }
.controls input:hover + label { color: #8B8B8B; }
.controls label.active, .controls label:focus, .controls label:hover { top: 3px; color: #8B8B8B; font-size: 11px; }
.controls textarea { resize: none; height: 200px; }
select.floatLabel { padding: 10px 15px; }
img {
    max-width: 100%;
}
.padding15{text-align: center; background: #fcfcfc; max-height: 400px; margin: 0 0 15px 0;}
.padding15 img{display: inline-block; max-height: 300px;}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-right: 5px;
    margin-bottom: 10px;
}

.docs-cropped canvas {
    max-width: 100%;
}

.modal-trigger {
    max-width: 200px;
}
.modal-trigger > img{
    width: 100%;
}

.modal-trigger + .modal-trigger {
    margin-top: 30px;
}

.controls {
    text-align: left;
    position: relative;
}
.controls input[type="text"],
.controls input[type="email"],
.controls input[type="tel"],
.controls textarea,
.controls button,
.controls select {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}
.controls input[type="text"]:focus, .controls input[type="text"]:hover,
.controls input[type="email"]:focus,
.controls input[type="email"]:hover,
.controls input[type="tel"]:focus,
.controls input[type="tel"]:hover,
.controls textarea:focus,
.controls textarea:hover,
.controls button:focus,
.controls button:hover,
.controls select:focus,
.controls select:hover {
    outline: none;
    border-color: #9FB1C1;
}
.controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
.controls input[type="email"]:focus + label,
.controls input[type="email"]:hover + label,
.controls input[type="tel"]:focus + label,
.controls input[type="tel"]:hover + label,
.controls textarea:focus + label,
.controls textarea:hover + label,
.controls button:focus + label,
.controls button:hover + label,
.controls select:focus + label,
.controls select:hover + label {
    color: #8B8B8B;
    cursor: text;
    outline: none;
}
.controls .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999;
}
.controls select, .controls select option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}
.controls label {
    position: absolute;
    left: 5px;
    top: 12px;
    color: #999;
    font-size: 15px;
    display: inline-block;
    padding: 4px 10px;
    /*font-weight: normal;
    font-family: 'AileronLight';*/
	font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}


.controls input:hover + label{color: #8B8B8B;}
.controls label.active, .controls label:focus, .controls label:hover {
    top: 3px;
    color: #8B8B8B;
    font-size: 11px;
}
.controls textarea {
    resize: none;
    height: 200px;
}
select.floatLabel {
    padding: 10px 15px;
}

.controls input[type="text"],
.controls input[type="email"],
.controls input[type="password"],
.controls input[type="text"]:focus,
.controls input[type="email"]:focus,
.controls input[type="password"]:focus {
    height: 42px;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
}
