﻿.sky-form {
    margin: 0;
    outline: medium none;
}
.sky-form fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    padding: 15px 0;
}
.sky-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sky-form .label {
    display: block;
    font-weight: 400;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 6px;
    border-radius: 0;
    color: #333;
    font-size: 100%;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.sky-form .label.col {
    margin: 0;
    padding-top: 10px;
}
.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,
.sky-form .display
 {
    display: block;
    position: relative;
    font-weight: 300;
    color: #666;
    margin: 0 0 15px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sky-form .radio {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -webkit-appearance:none!important;
}
.sky-form .input-captcha img {
    border-left: 1px solid #ccc;
    position: absolute;
    right: 2px;
    top: 2px;
}
.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 {
    height: 16px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 8px;
}
.sky-form .radio.centered,
.sky-form .radio.centered.active {
    padding-top: 42px!important;
    text-align: center;
    padding-left: 15px!important;
}
.sky-form .radio.centered.active {
    padding-top: 40px!important;
}
.sky-form .radio.centered i {
    left: 50%!important;
    margin-left: -8px;
}
.sky-form .radio.centered .fa {
    clear: both;
    font-size: 32px;
    width: 100%;
    margin-top: 10px;
}
.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: 2px;
}
.sky-form .select i:before {
    border-bottom: 4px solid #404040;
    top: 2px;
}
.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: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: '\f00c';
    font: 15px/16px FontAwesome;
    height: 15px;
    left: 3px;
    text-align: center;
    top: 2px;
    width: 15px;
}
.sky-form .radio input:checked + i:after, .sky-form .checkbox input:checked + i:after {
    opacity: 1;
}
.sky-form .inline-group {
    margin: 0;
}
.sky-form .inline-group:after {
    clear: both;
    content: "";
    display: table;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    width: 25%;
}
.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 .icon-append, .sky-form .icon-prepend {
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    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 .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 .rating label {
    color: #ccc;
    transition: color 0.3s ease 0s;
}
.sky-form .button {
    transition: opacity 0.2s ease 0s;
}
.sky-form .button.button-secondary {
    background-color: #b3b3b3;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    color: #ccc;
}
.sky-form .button:hover {
    opacity: 1;
}
.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 .state-success + em {
    color: #ee9393;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}
.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: #ccc;
}
.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;
}
.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 .ui-datepicker-calendar {
    width: 100%;
}
.sky-form-modal {
    display: none;
    position: fixed;
    width: 400px;
    z-index: 1;
}
.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 i, .sky-form i:after, .sky-form i:before {
    box-sizing: content-box;
}
.sky-form .radio, .sky-form .checkbox {
    font-weight: 400;
    margin: 0;
}
.sky-form .radio + .radio, .sky-form .checkbox + .checkbox {
    margin-top: 0;
}
.sky-form .input input, 
.sky-form .select select, 
.sky-form .textarea textarea,
.sky-form .display > span {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: block;
    height: 43px;
    outline: medium none;
    padding: 9px 10px;
    width: 100%;
}
.sky-form .input input, 
.sky-form .select select, 
.sky-form .textarea textarea,
.sky-form .display > span, 
.sky-form .radio i, 
.sky-form .checkbox i, 
.sky-form .toggle i, 
.sky-form .icon-append, 
.sky-form .icon-prepend {
    transition: border-color 0.3s ease 0s;
}
.sky-form .toggle i:before {
    background-color: #3498db;
}
.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
    color: #3498db;
}
.sky-form .radio, .sky-form .checkbox {
    color: #333;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 27px;
    padding-top: 2px;
}
.sky-form .checkbox input + i:after {
    color: #00bfff;
}
.sky-form .rating input:checked ~ label {
    color: #3498db;
}
.ui-datepicker-inline {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    box-shadow: none;
}
.sky-form .ui-slider {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    height: 3px;
    margin: 12px 6px 26px;
    position: relative;
}
.sky-form .ui-slider-handle {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    height: 15px;
    margin: -8px 0 0 -8px;
    outline: medium none;
    position: absolute;
    transition: border-color 0.3s ease 0s;
    width: 15px;
}

/* Sky form custom */
.sky-form .dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 11px 12px;
    font-size: 13px;
    margin: 0 0 15px!important;
    border-radius: 3px;
}
.sky-form .dropdown-toggle > span {
    display: inline-block;
    padding-right: 45px;
    max-width: 100%;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.sky-form .dropdown-toggle i {
    position: absolute;
    top: 3px;
    right: 0;
    height: 35px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    text-indent: -1px;
    background: #f3f6fa;
}
.sky-form .dropdown-menu {
    width: 100%!important;
    font-size: 13px;
    padding: 15px 0 0;
    top: 71%;
    border: 0;
    overflow: hidden;
    z-index: 1100;
}
.sky-form .dropdown-menu > li:last-child {
    margin-bottom: 15px;
}
.sky-form .dropdown-menu > li > a {
    padding: 2px 14px;
    margin-right: 11px;
    cursor: pointer;
    font-family: Arial;
    font-weight:bold;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    white-space: normal;
}
.sky-form .dropdown-menu > li > a:hover {
    color: #23a1ff;
}
.sky-form .dropdown-menu > li > a .fa.pull-right {
    margin-top: 0;
    line-height: 20px;
}
.sky-form .dropdown-menu > li.divider {
    margin: 8px 0;
}
/*.sky-form .dropdown-menu > li.highlight {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
}*/
.sky-form .dropdown-menu > a.highlight {
    width: 100%;
    height: 40px;
    display: inline-block;
}
.sky-form .dropdown-menu > li.highlight a,
.sky-form .dropdown-menu > a.highlight {
    background: #00bfff;
    color: #fefefe;
    padding: 11px 14px;
    margin-top: 8px;
    position: relative;
}
.sky-form .dropdown-menu > li.highlight a:after,
.sky-form .dropdown-menu > a.highlight:after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: 400;
    font-size: 16px;
}
.sky-form .dropdown-menu.menu-grouped {
    min-width: 150%;
}
.sky-form .dropdown-menu.menu-grouped .dropdown-menu > li {
    width: 100%;
}
.sky-form .dropdown-menu.menu-grouped .dropdown-menu > li.divider {
    width: 100%;
    clear: both;
}
.sky-form .dropdown-menu.menu-grouped .dropdown-menu > li .label-info {
    background: none;
    border-radius: 2px;
    color: #000;
    margin-top: -19px;
    margin-bottom: 0px;
    margin-right: 5px;
    min-width: 40px;
    padding: 0 0 1px;
    text-align: right;
}
.sky-form .dropdown-menu .dropdown-menu {
    position: static;
    border: none;
    display: block;
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
}
.sky-form .dropdown-menu .scroll-menu {
    max-height: 267px!important;
}
.sky-form .btn-group, 
.sky-form .btn-group-vertical {
    width: 100%;
}

.sky-form .btn-group.error {
    width: calc(100% - 48px);
}

.sky-form .input-break {
    font-size: 22px;
}

@media only screen and (max-width:991px) {
    .sky-form .radio, 
    .sky-form .checkbox {
        margin-bottom: 15px!important;
    }
}

/****************************************** Login *******************************************/
#login .user-form {
    margin-bottom: 0px;
}
#login .btn {
    margin-top: 30px;
}
#login .contentBlock p {
    line-height: 56px;
    margin: 30px 0 0;
}

.clickpane {
    cursor:pointer;
}