
.sky-form {
    color: #272727;
    font: 14px/1.55 "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    outline: medium none;
}
.sky-form header {
    border-bottom: 1px solid #e3e3e3;
    color: #272727;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 13px;
    padding: 0 0 9px;
    text-transform: uppercase;
}
.sky-form header strong {
    font-weight: 600;
}
.sky-form fieldset {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    padding: 25px 0 5px;
}
.sky-form fieldset.two {
    padding: 0 0 5px;
}
.sky-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sky-form section {
    margin-bottom: 20px;
}
.sky-form footer {
    display: block;
    padding: 15px 0 25px;
}
.sky-form footer.doc {
    padding: 0 0 8px;
}
.sky-form footer::after {
    clear: both;
    content: "";
    display: table;
}
.sky-form a {
    color: #999;
}
.sky-form .label {
    display: block;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 6px;
}
.sky-form .label.col {
    margin: 0;
    padding-top: 10px;
}
.sky-form .label.two {
    color: #fff;
}
.sky-form .appoinment {
    background-color: #390;
}
.sky-form .note {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    display: block;
    position: relative;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: 15px/19px "Open Sans",Helvetica,Arial,sans-serif;
    height: 39px;
    outline: medium none;
    padding: 8px 10px;
    width: 100%;
}
.sky-form .progress {
    color: #232323;
    float: right;
    line-height: 39px;
    margin-top: 10px;
}
.sky-form .input-file .button {
    float: none;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.sky-form .input-file .button:hover {
    box-shadow: none;
}
.sky-form .input-file .button input {
    cursor: pointer;
    font-size: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.sky-form .select i {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 0 12px #fff;
    height: 11px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 5px;
}
.sky-form .select i::after, .sky-form .select i::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 0;
}
.sky-form .select i::after {
    border-top: 4px solid #404040;
    bottom: 0;
}
.sky-form .select i::before {
    border-bottom: 4px solid #404040;
    top: 0;
}
.sky-form .select-multiple select {
    height: auto;
}
.sky-form .textarea textarea {
    height: auto;
    resize: none;
}
.sky-form .textarea-resizable textarea {
    resize: vertical;
}
.sky-form .textarea-expandable textarea {
    height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
    height: auto;
}
.sky-form .radio, .sky-form .checkbox {
    color: #404040;
    cursor: pointer;
    float: left;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px;
    padding-left: 27px;
}
.sky-form .checkbox.two {
    color: #fff;
}
.sky-form .radio:last-child, .sky-form .checkbox:last-child {
    margin-bottom: 0;
}
.sky-form .radio input, .sky-form .checkbox input {
    left: -9999px;
    position: absolute;
}
.sky-form .radio i, .sky-form .checkbox i {
    background: none repeat scroll 0 0 #fff;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 13px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 5px;
    width: 13px;
}
.sky-form .radio i {
    border-radius: 50%;
}
.sky-form .radio input + i::after, .sky-form .checkbox input + i::after {
    opacity: 0;
    position: absolute;
    transition: opacity 0.1s ease 0s;
}
.sky-form .radio input + i::after {
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 4px;
    top: 4px;
    width: 5px;
}
.sky-form .checkbox input + i::after {
    content: "";
    font: 12px/16px FontAwesome;
    height: 15px;
    left: -1px;
    text-align: center;
    top: -1px;
    width: 15px;
}
.sky-form .radio input:checked + i::after, .sky-form .checkbox input:checked + i::after {
    opacity: 1;
}
.sky-form .inline-group {
    margin: 0 -30px -4px 0;
}
.sky-form .inline-group::after {
    clear: both;
    content: "";
    display: table;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.sky-form .inline-group .radio:last-child, .sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}
.sky-form .toggle {
    color: #404040;
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px;
    padding-right: 61px;
}
.sky-form .toggle:last-child {
    margin-bottom: 0;
}
.sky-form .toggle input {
    left: -9999px;
    position: absolute;
}
.sky-form .toggle i {
    background: none repeat scroll 0 0 #fff;
    border-radius: 12px;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 49px;
}
.sky-form .toggle i::after {
    color: #5f5f5f;
    content: "OFF";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    left: 8px;
    line-height: 13px;
    position: absolute;
    right: 8px;
    text-align: left;
    top: 2px;
}
.sky-form .toggle i::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    opacity: 1;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: right 0.2s ease 0s;
    width: 9px;
    z-index: 1;
}
.sky-form .toggle input:checked + i::after {
    content: "ON";
    text-align: right;
}
.sky-form .toggle input:checked + i::before {
    right: 36px;
}
.sky-form .rating {
    color: #404040;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 4px;
}
.sky-form .rating:last-child {
    margin-bottom: 0;
}
.sky-form .rating input {
    left: -9999px;
    position: absolute;
}
.sky-form .rating label {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    margin-top: 5px;
    padding: 0 2px;
}
.sky-form .button {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
    height: 39px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0 25px;
    text-decoration: none;
}
.sky-form .button-uploading {
    color: transparent;
    cursor: default;
    position: relative;
}
.sky-form .button-uploading::after {
    animation: 1s linear 0s normal none infinite running blink;
    color: #fff;
    content: "Uploading...";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes blink {
0% {
    opacity: 1;
}
50% {
    opacity: 0.3;
}
100% {
    opacity: 1;
}
}
.icon-glass::before {
    content: "";
}
.icon-music::before {
    content: "";
}
.icon-search::before {
    content: "";
}
.icon-envelope::before {
    content: "";
}
.icon-heart::before {
    content: "";
}
.icon-star::before {
    content: "";
}
.icon-star-empty::before {
    content: "";
}
.icon-user::before {
    content: "";
}
.icon-film::before {
    content: "";
}
.icon-th-large::before {
    content: "";
}
.icon-th::before {
    content: "";
}
.icon-th-list::before {
    content: "";
}
.icon-ok::before {
    content: "";
}
.icon-remove::before {
    content: "";
}
.icon-zoom-in::before {
    content: "";
}
.icon-zoom-out::before {
    content: "";
}
.icon-off::before {
    content: "";
}
.icon-signal::before {
    content: "";
}
.icon-cog::before {
    content: "";
}
.icon-trash::before {
    content: "";
}
.icon-home::before {
    content: "";
}
.icon-file::before {
    content: "";
}
.icon-time::before {
    content: "";
}
.icon-road::before {
    content: "";
}
.icon-download-alt::before {
    content: "";
}
.icon-download::before {
    content: "";
}
.icon-upload::before {
    content: "";
}
.icon-inbox::before {
    content: "";
}
.icon-play-circle::before {
    content: "";
}
.icon-repeat::before, .icon-rotate-right::before {
    content: "";
}
.icon-refresh::before {
    content: "";
}
.icon-list-alt::before {
    content: "";
}
.icon-lock::before {
    content: "";
}
.icon-flag::before {
    content: "";
}
.icon-headphones::before {
    content: "";
}
.icon-volume-off::before {
    content: "";
}
.icon-volume-down::before {
    content: "";
}
.icon-volume-up::before {
    content: "";
}
.icon-qrcode::before {
    content: "";
}
.icon-barcode::before {
    content: "";
}
.icon-tag::before {
    content: "";
}
.icon-tags::before {
    content: "";
}
.icon-book::before {
    content: "";
}
.icon-bookmark::before {
    content: "";
}
.icon-print::before {
    content: "";
}
.icon-camera::before {
    content: "";
}
.icon-font::before {
    content: "";
}
.icon-bold::before {
    content: "";
}
.icon-italic::before {
    content: "";
}
.icon-text-height::before {
    content: "";
}
.icon-text-width::before {
    content: "";
}
.icon-align-left::before {
    content: "";
}
.icon-align-center::before {
    content: "";
}
.icon-align-right::before {
    content: "";
}
.icon-align-justify::before {
    content: "";
}
.icon-list::before {
    content: "";
}
.icon-indent-left::before {
    content: "";
}
.icon-indent-right::before {
    content: "";
}
.icon-facetime-video::before {
    content: "";
}
.icon-picture::before {
    content: "";
}
.icon-pencil::before {
    content: "";
}
.icon-map-marker::before {
    content: "";
}
.icon-adjust::before {
    content: "";
}
.icon-tint::before {
    content: "";
}
.icon-edit::before {
    content: "";
}
.icon-share::before {
    content: "";
}
.icon-check::before {
    content: "";
}
.icon-move::before {
    content: "";
}
.icon-step-backward::before {
    content: "";
}
.icon-fast-backward::before {
    content: "";
}
.icon-backward::before {
    content: "";
}
.icon-play::before {
    content: "";
}
.icon-pause::before {
    content: "";
}
.icon-stop::before {
    content: "";
}
.icon-forward::before {
    content: "";
}
.icon-fast-forward::before {
    content: "";
}
.icon-step-forward::before {
    content: "";
}
.icon-eject::before {
    content: "";
}
.icon-chevron-left::before {
    content: "";
}
.icon-chevron-right::before {
    content: "";
}
.icon-plus-sign::before {
    content: "";
}
.icon-minus-sign::before {
    content: "";
}
.icon-remove-sign::before {
    content: "";
}
.icon-ok-sign::before {
    content: "";
}
.icon-question-sign::before {
    content: "";
}
.icon-info-sign::before {
    content: "";
}
.icon-screenshot::before {
    content: "";
}
.icon-remove-circle::before {
    content: "";
}
.icon-ok-circle::before {
    content: "";
}
.icon-ban-circle::before {
    content: "";
}
.icon-arrow-left::before {
    content: "";
}
.icon-arrow-right::before {
    content: "";
}
.icon-arrow-up::before {
    content: "";
}
.icon-arrow-down::before {
    content: "";
}
.icon-share-alt::before, .icon-mail-forward::before {
    content: "";
}
.icon-resize-full::before {
    content: "";
}
.icon-resize-small::before {
    content: "";
}
.icon-plus::before {
    content: "";
}
.icon-minus::before {
    content: "";
}
.icon-asterisk::before {
    content: "";
}
.icon-exclamation-sign::before {
    content: "";
}
.icon-gift::before {
    content: "";
}
.icon-leaf::before {
    content: "";
}
.icon-fire::before {
    content: "";
}
.icon-eye-open::before {
    content: "";
}
.icon-eye-close::before {
    content: "";
}
.icon-warning-sign::before {
    content: "";
}
.icon-plane::before {
    content: "";
}
.icon-calendar::before {
    content: "";
}
.icon-random::before {
    content: "";
}
.icon-comment::before {
    content: "";
}
.icon-magnet::before {
    content: "";
}
.icon-chevron-up::before {
    content: "";
}
.icon-chevron-down::before {
    content: "";
}
.icon-retweet::before {
    content: "";
}
.icon-shopping-cart::before {
    content: "";
}
.icon-folder-close::before {
    content: "";
}
.icon-folder-open::before {
    content: "";
}
.icon-resize-vertical::before {
    content: "";
}
.icon-resize-horizontal::before {
    content: "";
}
.icon-bar-chart::before {
    content: "";
}
.icon-twitter-sign::before {
    content: "";
}
.icon-facebook-sign::before {
    content: "";
}
.icon-camera-retro::before {
    content: "";
}
.icon-key::before {
    content: "";
}
.icon-cogs::before {
    content: "";
}
.icon-comments::before {
    content: "";
}
.icon-thumbs-up::before {
    content: "";
}
.icon-thumbs-down::before {
    content: "";
}
.icon-star-half::before {
    content: "";
}
.icon-heart-empty::before {
    content: "";
}
.icon-signout::before {
    content: "";
}
.icon-linkedin-sign::before {
    content: "";
}
.icon-pushpin::before {
    content: "";
}
.icon-external-link::before {
    content: "";
}
.icon-signin::before {
    content: "";
}
.icon-trophy::before {
    content: "";
}
.icon-github-sign::before {
    content: "";
}
.icon-upload-alt::before {
    content: "";
}
.icon-lemon::before {
    content: "";
}
.icon-phone {
    margin-top: 1px;
}
.icon-phone::before {
    content: "";
}
.icon-check-empty::before {
    content: "";
}
.icon-bookmark-empty::before {
    content: "";
}
.icon-phone-sign::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-facebook::before {
    content: "";
}
.icon-github::before {
    content: "";
}
.icon-unlock::before {
    content: "";
}
.icon-credit-card::before {
    content: "";
}
.icon-rss::before {
    content: "";
}
.icon-hdd::before {
    content: "";
}
.icon-bullhorn::before {
    content: "";
}
.icon-bell::before {
    content: "";
}
.icon-certificate::before {
    content: "";
}
.icon-hand-right::before {
    content: "";
}
.icon-hand-left::before {
    content: "";
}
.icon-hand-up::before {
    content: "";
}
.icon-hand-down::before {
    content: "";
}
.icon-circle-arrow-left::before {
    content: "";
}
.icon-circle-arrow-right::before {
    content: "";
}
.icon-circle-arrow-up::before {
    content: "";
}
.icon-circle-arrow-down::before {
    content: "";
}
.icon-globe::before {
    content: "";
}
.icon-wrench::before {
    content: "";
}
.icon-tasks::before {
    content: "";
}
.icon-filter::before {
    content: "";
}
.icon-briefcase::before {
    content: "";
}
.icon-fullscreen::before {
    content: "";
}
.icon-group::before {
    content: "";
}
.icon-link::before {
    content: "";
}
.icon-cloud::before {
    content: "";
}
.icon-beaker::before {
    content: "";
}
.icon-cut::before {
    content: "";
}
.icon-copy::before {
    content: "";
}
.icon-paper-clip::before {
    content: "";
}
.icon-save::before {
    content: "";
}
.icon-sign-blank::before {
    content: "";
}
.icon-reorder::before {
    content: "";
}
.icon-list-ul::before {
    content: "";
}
.icon-list-ol::before {
    content: "";
}
.icon-strikethrough::before {
    content: "";
}
.icon-underline::before {
    content: "";
}
.icon-table::before {
    content: "";
}
.icon-magic::before {
    content: "";
}
.icon-truck::before {
    content: "";
}
.icon-pinterest::before {
    content: "";
}
.icon-pinterest-sign::before {
    content: "";
}
.icon-google-plus-sign::before {
    content: "";
}
.icon-google-plus::before {
    content: "";
}
.icon-money::before {
    content: "";
}
.icon-caret-down::before {
    content: "";
}
.icon-caret-up::before {
    content: "";
}
.icon-caret-left::before {
    content: "";
}
.icon-caret-right::before {
    content: "";
}
.icon-columns::before {
    content: "";
}
.icon-sort::before {
    content: "";
}
.icon-sort-down::before {
    content: "";
}
.icon-sort-up::before {
    content: "";
}
.icon-envelope-alt::before {
    content: "";
}
.icon-linkedin::before {
    content: "";
}
.icon-undo::before, .icon-rotate-left::before {
    content: "";
}
.icon-legal::before {
    content: "";
}
.icon-dashboard::before {
    content: "";
}
.icon-comment-alt::before {
    content: "";
}
.icon-comments-alt::before {
    content: "";
}
.icon-bolt::before {
    content: "";
}
.icon-sitemap::before {
    content: "";
}
.icon-umbrella::before {
    content: "";
}
.icon-paste::before {
    content: "";
}
.icon-lightbulb::before {
    content: "";
}
.icon-exchange::before {
    content: "";
}
.icon-cloud-download::before {
    content: "";
}
.icon-cloud-upload::before {
    content: "";
}
.icon-user-md::before {
    content: "";
}
.icon-stethoscope::before {
    content: "";
}
.icon-suitcase::before {
    content: "";
}
.icon-bell-alt::before {
    content: "";
}
.icon-coffee::before {
    content: "";
}
.icon-food::before {
    content: "";
}
.icon-file-alt::before {
    content: "";
}
.icon-building::before {
    content: "";
}
.icon-hospital::before {
    content: "";
}
.icon-ambulance::before {
    content: "";
}
.icon-medkit::before {
    content: "";
}
.icon-fighter-jet::before {
    content: "";
}
.icon-beer::before {
    content: "";
}
.icon-h-sign::before {
    content: "";
}
.icon-plus-sign-alt::before {
    content: "";
}
.icon-double-angle-left::before {
    content: "";
}
.icon-double-angle-right::before {
    content: "";
}
.icon-double-angle-up::before {
    content: "";
}
.icon-double-angle-down::before {
    content: "";
}
.icon-angle-left::before {
    content: "";
}
.icon-angle-right::before {
    content: "";
}
.icon-angle-up::before {
    content: "";
}
.icon-angle-down::before {
    content: "";
}
.icon-desktop::before {
    content: "";
}
.icon-laptop::before {
    content: "";
}
.icon-tablet::before {
    content: "";
}
.icon-mobile-phone::before {
    content: "";
}
.icon-circle-blank::before {
    content: "";
}
.icon-quote-left::before {
    content: "";
}
.icon-quote-right::before {
    content: "";
}
.icon-spinner::before {
    content: "";
}
.icon-circle::before {
    content: "";
}
.icon-reply::before, .icon-mail-reply::before {
    content: "";
}
.icon-folder-close-alt::before {
    content: "";
}
.icon-folder-open-alt::before {
    content: "";
}
.icon-expand-alt::before {
    content: "";
}
.icon-collapse-alt::before {
    content: "";
}
.icon-smile::before {
    content: "";
}
.icon-frown::before {
    content: "";
}
.icon-meh::before {
    content: "";
}
.icon-gamepad::before {
    content: "";
}
.icon-keyboard::before {
    content: "";
}
.icon-flag-alt::before {
    content: "";
}
.icon-flag-checkered::before {
    content: "";
}
.icon-terminal::before {
    content: "";
}
.icon-code::before {
    content: "";
}
.icon-reply-all::before {
    content: "";
}
.icon-mail-reply-all::before {
    content: "";
}
.icon-star-half-full::before, .icon-star-half-empty::before {
    content: "";
}
.icon-location-arrow::before {
    content: "";
}
.icon-crop::before {
    content: "";
}
.icon-code-fork::before {
    content: "";
}
.icon-unlink::before {
    content: "";
}
.icon-question::before {
    content: "";
}
.icon-info::before {
    content: "";
}
.icon-exclamation::before {
    content: "";
}
.icon-superscript::before {
    content: "";
}
.icon-subscript::before {
    content: "";
}
.icon-eraser::before {
    content: "";
}
.icon-puzzle-piece::before {
    content: "";
}
.icon-microphone::before {
    content: "";
}
.icon-microphone-off::before {
    content: "";
}
.icon-shield::before {
    content: "";
}
.icon-calendar-empty::before {
    content: "";
}
.icon-fire-extinguisher::before {
    content: "";
}
.icon-rocket::before {
    content: "";
}
.icon-maxcdn::before {
    content: "";
}
.icon-chevron-sign-left::before {
    content: "";
}
.icon-chevron-sign-right::before {
    content: "";
}
.icon-chevron-sign-up::before {
    content: "";
}
.icon-chevron-sign-down::before {
    content: "";
}
.icon-html5::before {
    content: "";
}
.icon-css3::before {
    content: "";
}
.icon-anchor::before {
    content: "";
}
.icon-unlock-alt::before {
    content: "";
}
.icon-bullseye::before {
    content: "";
}
.icon-ellipsis-horizontal::before {
    content: "";
}
.icon-ellipsis-vertical::before {
    content: "";
}
.icon-rss-sign::before {
    content: "";
}
.icon-play-sign::before {
    content: "";
}
.icon-ticket::before {
    content: "";
}
.icon-minus-sign-alt::before {
    content: "";
}
.icon-check-minus::before {
    content: "";
}
.icon-level-up::before {
    content: "";
}
.icon-level-down::before {
    content: "";
}
.icon-check-sign::before {
    content: "";
}
.icon-edit-sign::before {
    content: "";
}
.icon-external-link-sign::before {
    content: "";
}
.icon-share-sign::before {
    content: "";
}
.sky-form [class^="icon-"], .ui-datepicker [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 29px;
}
.sky-form .icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 5px;
}
.sky-form .icon-prepend {
    border-right-style: solid;
    border-right-width: 1px;
    left: 5px;
    padding-right: 3px;
}
.sky-form .input .icon-prepend + input, .sky-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}
.sky-form .input .icon-append + input, .sky-form .textarea .icon-append + textarea {
    padding-right: 46px;
}
.sky-form .input .icon-prepend + .icon-append + input, .sky-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}
.sky-form .row {
    margin: 0 -15px;
}
.sky-form .row::after {
    clear: both;
    content: "";
    display: table;
}
.sky-form .col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.sky-form .col-1 {
    width: 8.33%;
}
.sky-form .col-2 {
    width: 16.66%;
}
.sky-form .col-3 {
    width: 25%;
}
.sky-form .col-4 {
    width: 33.33%;
}
.sky-form .col-5 {
    width: 41.66%;
}
.sky-form .col-6 {
    width: 50%;
}
.sky-form .col-7 {
    width: 58.33%;
}
.sky-form .col-8 {
    width: 66.67%;
}
.sky-form .col-9 {
    width: 75%;
}
.sky-form .col-10 {
    width: 83.33%;
}
.sky-form .col-11 {
    width: 91.66%;
}
@media screen and (max-width: 600px) {
.sky-form .col {
    float: none;
    width: 100%;
}
}
.sky-form .tooltip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    left: -9999px;
    line-height: 16px;
    opacity: 0;
    padding: 2px 8px 3px;
    position: absolute;
    transition: margin 0.3s ease 0s, opacity 0.3s ease 0s;
    z-index: 1;
}
.sky-form .tooltip::after {
    content: "";
    position: absolute;
}
.sky-form .input input:focus + .tooltip, .sky-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}
.sky-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}
.sky-form .tooltip-top-right::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    right: 16px;
    top: 100%;
}
.sky-form .input input:focus + .tooltip-top-right, .sky-form .textarea textarea:focus + .tooltip-top-right {
    left: auto;
    margin-bottom: 5px;
    right: 0;
}
.sky-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}
.sky-form .tooltip-top-left::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    left: 16px;
    top: 100%;
}
.sky-form .input input:focus + .tooltip-top-left, .sky-form .textarea textarea:focus + .tooltip-top-left {
    left: 0;
    margin-bottom: 5px;
    right: auto;
}
.sky-form .tooltip-right {
    margin-left: 15px;
    top: 9px;
    white-space: nowrap;
}
.sky-form .tooltip-right::after {
    border-bottom: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, 0.9);
    border-top: 4px solid transparent;
    right: 100%;
    top: 6px;
}
.sky-form .input input:focus + .tooltip-right, .sky-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}
.sky-form .tooltip-left {
    margin-right: 15px;
    top: 9px;
    white-space: nowrap;
}
.sky-form .tooltip-left::after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0, 0, 0, 0.9);
    border-top: 4px solid transparent;
    left: 100%;
    top: 6px;
}
.sky-form .input input:focus + .tooltip-left, .sky-form .textarea textarea:focus + .tooltip-left {
    left: auto;
    margin-right: 5px;
    right: 100%;
}
.sky-form .tooltip-bottom-right {
    margin-top: 15px;
    top: 100%;
}
.sky-form .tooltip-bottom-right::after {
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 100%;
    right: 16px;
}
.sky-form .input input:focus + .tooltip-bottom-right, .sky-form .textarea textarea:focus + .tooltip-bottom-right {
    left: auto;
    margin-top: 5px;
    right: 0;
}
.sky-form .tooltip-bottom-left {
    margin-top: 15px;
    top: 100%;
}
.sky-form .tooltip-bottom-left::after {
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 100%;
    left: 16px;
}
.sky-form .input input:focus + .tooltip-bottom-left, .sky-form .textarea textarea:focus + .tooltip-bottom-left {
    left: 0;
    margin-top: 5px;
    right: auto;
}
.sky-form .input .appoin {
    background-color: #119ee7;
    border: medium none;
    color: #fff;
    height: 30px;
    transition: border-color 0.3s ease 0s;
}
.sky-form .textarea .appoin {
    background-color: #119ee7;
    border: medium none;
    color: #fff;
    min-height: 80px;
}
.sky-form .textarea .onepage {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1c1c1c;
    color: #fff;
    min-height: 80px;
}
.sky-form .input .onepage {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1c1c1c;
    color: #fff;
    height: 30px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #d3d3d3;
    transition: border-color 0.3s ease 0s;
}
.sky-form .toggle i::before {
    background-color: #d9d9d9;
}
.sky-form .rating label {
    color: #ccc;
    transition: color 0.3s ease 0s;
}
.sky-form .button {
    background-color: #119ee7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 60px;
    text-transform: uppercase;
}
.sky-form .button:hover {
    background-color: #161616;
    color: #fff;
}
.sky-form .button.two {
    background-color: #119ee7;
    color: #fff;
    opacity: 1;
}
.sky-form .button.two:hover {
    background-color: #fff;
    color: #272727;
    opacity: 1;
}
.sky-form .button.three {
    background-color: #11c9da;
    color: #fff;
    opacity: 1;
}
.sky-form .button.three:hover {
    background-color: #fff;
    color: #272727;
    opacity: 1;
}
.sky-form .button.four {
    background-color: #ef5879;
    color: #fff;
    opacity: 1;
}
.sky-form .button.five {
    background-color: #fdce16;
    color: #161616;
    opacity: 1;
}
.sky-form .button.five:hover {
    background-color: #fff;
    color: #272727;
    opacity: 1;
}
.sky-form .button.six {
    background-color: #fdce16;
    color: #161616;
    opacity: 1;
}
.sky-form .button.six:hover {
    background-color: #161616;
    color: #fff;
}
.sky-form .button.seven {
    background-color: #119ee7;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    padding: 5px 30px;
}
.sky-form .button.seven:hover {
    background-color: #161616;
    color: #fff;
}
.sky-form .button.eight {
    background-color: #119ee7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 35px;
    text-transform: uppercase;
}
.sky-form .button.button-secondary {
    background-color: #b3b3b3;
    margin-right: 10px;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    color: #ccc;
}
.sky-form .fright {
    float: right;
}
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea, .sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i {
    border-color: #272727;
}
.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
    color: #d9d9d9;
}
.sky-form .button:hover {
    opacity: 1;
}
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
    border-color: #454545;
}
.sky-form .radio input + i::after {
    background-color: #999;
}
.sky-form .checkbox input + i::after {
    color: #999;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #999;
}
.sky-form .rating input:checked ~ label {
    color: #999;
}
.sky-form .state-error input, .sky-form .state-error select, .sky-form .state-error textarea, .sky-form .radio.state-error i, .sky-form .checkbox.state-error i, .sky-form .toggle.state-error i {
    background: none repeat scroll 0 0 #fff0f0;
}
.sky-form .state-error select + i {
    background: none repeat scroll 0 0 #fff0f0;
    box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
    background: none repeat scroll 0 0 #fff0f0;
}
.sky-form .state-error + em {
    color: #ee9393;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}
.sky-form .rating.state-error + em {
    margin-bottom: 4px;
    margin-top: -4px;
}
.sky-form .state-success input, .sky-form .state-success select, .sky-form .state-success textarea, .sky-form .radio.state-success i, .sky-form .checkbox.state-success i, .sky-form .toggle.state-success i {
    background: none repeat scroll 0 0 #f0fff0;
}
.sky-form .state-success select + i {
    background: none repeat scroll 0 0 #f0fff0;
    box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
    background: none repeat scroll 0 0 #f0fff0;
}
.sky-form .note-success {
    color: #6fb679;
}
.sky-form .input.state-disabled input, .sky-form .select.state-disabled, .sky-form .textarea.state-disabled, .sky-form .radio.state-disabled, .sky-form .checkbox.state-disabled, .sky-form .toggle.state-disabled, .sky-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}
.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i, .sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i {
    border-color: #999999;
}
.sky-form .message {
    color: #6fb679;
    display: none;
}
.sky-form .message i {
    border: 1px solid #6fb679;
    border-radius: 50%;
    display: block;
    font-size: 30px;
    height: 81px;
    line-height: 81px;
    margin: 0 auto 20px;
    width: 81px;
}
.sky-form.submited fieldset, .sky-form.submited footer {
    display: none;
}
.sky-form.submited .message {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    display: block;
    font: 300 18px/27px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 25px 30px;
    text-align: center;
}
.sky-form.submited .message.two {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ui-datepicker {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #666;
    display: none;
    font: 13px/1.55 "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px 12px;
    text-align: center;
}
.ui-datepicker a {
    color: #404040;
}
.ui-datepicker-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 27px;
    margin: -10px -12px 10px;
    padding: 10px;
    position: relative;
}
.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 47px;
}
.ui-datepicker-prev {
    left: 0;
}
.ui-datepicker-next {
    right: 0;
}
.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}
.ui-datepicker-calendar th {
    color: #999;
}
.ui-datepicker-calendar a, .ui-datepicker-calendar span {
    color: #404040;
    display: block;
    margin: auto;
    text-decoration: none;
    width: 31px;
}
.ui-datepicker-calendar a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.ui-datepicker-calendar span {
    color: #bfbfbf;
}
.ui-datepicker-today a {
    font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    cursor: default;
}
.ui-datepicker-inline {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #999999;
    box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-header {
    line-height: 47px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
}
.sky-form-modal {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    display: none;
    padding: 20px 30px;
    position: fixed;
    width: 400px;
    z-index: 9999;
}
.sky-form-modal-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.sky-form *, .sky-form *::after, .sky-form *::before {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.sky-form .label {
    border-radius: 0;
    color: inherit;
    font-size: 100%;
    text-align: left;
    white-space: normal;
}
.sky-form .radio, .sky-form .checkbox {
    font-weight: 400;
}
.sky-form .radio + .radio, .sky-form .checkbox + .checkbox {
    margin-top: 0;
}
.login_form {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    padding: 20px 35px 13px;
    width: 560px;
}
.reg_form {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    padding: 20px 35px 13px;
    width: 630px;
}
.sky-form .label.doc {
    color: #fff;
}
