
/*Inputs*/

body {
    height: 100vh;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

form .form-group select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    color: #555;
    width: 100%;
}

.info-container {
    margin-bottom: 60px;
}

form {
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin: 5px auto;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.form-group .label {
    z-index: 5;
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transform-origin: 0 0;

    /*replace with this, if needed label to be switching its positions*/
    /*transform: translate3d(0, 0, 0);*/
    transform: translate3d(0, -12px, 0) scale(0.75);
    transition: all .2s ease;
    pointer-events: none;
}
.form-group .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left; }
.form-group .form-control {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all .15s ease;
}
.form-group .form-control:hover {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5); }
.form-group .form-control:not(:placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75); }
.form-group .form-control:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    box-shadow: inset 0 -2px 0 #0077FF; }
.form-group .form-control:focus + .label {
    color: #0077FF;
    transform: translate3d(0, -12px, 0) scale(0.75); }
.form-group .form-control:focus + .label + .focus-bg {
    transform: scaleX(1);
    transition: all .1s ease;
}


/* ------------- */

.select2-container--default .select2-selection--single,
.select2-container--default-time .select2-selection--single {
    min-height: 56px;
    -webkit-appearance: none;
    appearance: none;
    border: none!important;
    padding: 16px 12px 0 12px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all .15s ease;
    border-radius: 3px;
}

.select2-selection__rendered {
    padding-left: 0!important;
    padding-top: 6px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default-time .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}


/*.select2-container--default .select2-selection--single .select2-selection__arrow,*/
/*.select2-container--default-time .select2-selection--single .select2-selection__arrow {*/
/*    display: block;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 23px;*/
/*}*/
/*.select2-container--default .select2-selection--single .select2-selection__arrow b,*/
/*.select2-container--default-time .select2-selection--single .select2-selection__arrow b {*/
/*    background-image: url("//file.adwitt.com/image/bg/bg_select-3b5998-9x6.png");*/
/*    display: inline-block;*/
/*    height: 6px;*/
/*    position: absolute;*/
/*    right: 7px;*/
/*    top: 9px;*/
/*    width: 9px;*/
/*}*/
/*.select2-container--default .select2-dropdown,*/
/*.select2-container--default-time .select2-dropdown {*/
/*    border-radius: 0;*/
/*}*/
/*.select2-container--default.select2-container--open .select2-selection__rendered,*/
/*.select2-container--default-time.select2-container--open .select2-selection__rendered {*/
/*    color: #fff;*/
/*    outline: 0 none;*/
/*}*/
/*.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,*/
/*.select2-container--default-time.select2-container--open .select2-selection--single .select2-selection__arrow b {*/
/*    background-image: url("//file.adwitt.com/image/bg/bg_select-ffffff-9x6.png");*/
/*}*/
/*.select2-container--default .select2-results__option[aria-selected=true],*/
/*.select2-container--default-time .select2-results__option[aria-selected=true] {*/
/*    background-color: #fff;*/
/*}*/
/*.select2-container--default .select2-results__option--highlighted[aria-selected],*/
/*.select2-container--default-time .select2-results__option--highlighted[aria-selected] {*/
/*    background-color: #e0e6f2;*/
/*    color: #404040;*/
/*}*/
/*.select2-container--default .select2-results > .select2-results__options,*/
/*.select2-container--default-time .select2-results > .select2-results__options {*/
/*    max-height: 199px;*/
/*    position: relative;*/
/*}*/
/*.select2-container--default .select2-results > .select2-results__options .select2-results__option,*/
/*.select2-container--default-time .select2-results > .select2-results__options .select2-results__option {*/
/*    line-height: 24px;*/
/*    overflow: hidden;*/
/*    padding: 0 12px 0 6px;*/
/*    -o-text-overflow: ellipsis;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    word-break: break-all;*/
/*}*/
/*.select2-container--default .select2-results > .select2-results__options li,*/
/*.select2-container--default-time .select2-results > .select2-results__options li {*/
/*    border-bottom: 1px solid #c1c1c1;*/
/*}*/
/*.select2-container--default .select2-results > .select2-results__options li:nth-last-of-type(1),*/
/*.select2-container--default-time .select2-results > .select2-results__options li:nth-last-of-type(1) {*/
/*    border-bottom: 0 none;*/
/*}*/
/*.select2-container--default-time .select2-results > .select2-results__options .select2-results__option {*/
/*    line-height: 25px;*/
/*    padding: 0 12px 0 6px;*/
/*}*/
/*.select2-container--default-time .select2-results > .select2-results__options li {*/
/*    border-bottom: 0 none;*/
/*}*/
/*.select2-container--disabled .select2-selection--single {*/
/*    background-color: #eeeeee;*/
/*    cursor: default;*/
/*}*/

/* checkbox-rect */
.checkbox-rect input[type="checkbox"] {
    display: none;
    z-index: 999;
}
.checkbox-rect input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checkbox-rect input[type="checkbox"]:hover + label:hover {
    color: rgb(0, 0, 0);
}
.checkbox-rect input[type="checkbox"]:hover + label:before {
    background: #50565a;
    box-shadow: inset 0 0 0 2px #f7f2f2;
}
.checkbox-rect input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.checkbox-rect input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #343a3f;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: #f3f3f3;
}
.checkbox-rect input[type="checkbox"]:checked + label:before {
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    border: 2px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #50565a;
    box-shadow: 0 0 0 1px #000;
}

/* radio */
.form-control-radio {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.form-control-radio, .form-control-checkbox {
    padding-left: 2px!important;
    padding-top: 2px!important;
}

.form-control-radio input[type="radio"] {
    display: none;
}
.form-control-radio input[type="radio"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.form-control-radio input[type="radio"]:hover + label:hover {
    color: rgb(0, 0, 0);
}
.form-control-radio input[type="radio"]:hover + label:before {
    background: #50565a;
    box-shadow: inset 0px 0px 0px 2px #f7f2f2;
}
.form-control-radio input[type="radio"] + label:last-child {
    margin-bottom: 0;
}
.form-control-radio input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #343a3f;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: #f3f3f3;
}
.form-control-radio input[type="radio"]:checked + label:before {
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    border: 2px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #50565a;
    box-shadow: 0 0 0 1px #000;
}


.payment-system-icon {
    margin-left:2px;
    padding: 6px;
    height: 64px;
    width: 64px;
}

/* IMAGE STYLES */
input[name="paymentSystems"] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
input[name="paymentSystems"]:checked + img {
    border-radius: 5px;
    outline: 3px solid #a6a6a6;
}

/* CHECKED STYLES */
input[name="paymentSystems"] + img:hover {
    background-color: #cecece;
    border-radius: 5px;
    transition: 0.2s;
}

#form-group-payment-system ul li {
    float: left;
    margin-right: 25px;
}
