﻿/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTMLmedia or equivalent:
 * <link href="/stylesheets/screen.css" ="screen, projection" rel="stylesheet" type="text/css" /> */
/* ---------reset----------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

ol, ul {
    list-style: none;
}

.intl-tel-input .flag {
    background-image: url("../images/flags.png");
}
.intl-tel-input {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* ------------- normalize -------------- */
html,
body {
    height: 100%;
}


.progress-bar-danger {
    color: red;
}
.progress-bar-warning {
    color: orange;
}
.progress-bar-success {
    color: green;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/* 
---------Mixins--------- */
/* @mixin list-inline(){
	list-style: none;
	li{
		display: inline-block;
		vertical-align: middle;
	}
} */
/*  
@mixin transform($prop...){
	-webkit-transform: $prop;
	-ms-transform: $prop;
	-o-transform: $prop;
	transform: $prop;
}
@mixin transition($prop...){
	-webkit-transition: $prop;
	-o-transition: $prop;
	transition: $prop;
}*/
/* 
---------Variables--------- */
/* 
---------Colors--------- */
/* ------------- Typography -------------- */
@font-face {
    font-family: 'robotomedium';
    src: url("../fonts/roboto-medium-webfont.eot");
    src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url("../fonts/roboto-regular-webfont.eot");
    src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amplesoftmedium';
    src: url("../fonts/amplesoft-medium-webfont.eot");
    src: url("../fonts/amplesoft-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amplesoft-medium-webfont.woff2") format("woff2"), url("../fonts/amplesoft-medium-webfont.woff") format("woff"), url("../fonts/amplesoft-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font: 16px/1.3 "robotoregular", sans-serif;
    min-width: 768px;
}

h1 {
    font: 50px/1.2 'amplesoftmedium', sans-serif;
    color: #fff;
    margin: 20px 0 30px;
}

h2 {
    font: 40px/1.2 'amplesoftmedium', sans-serif;
    text-align: center;
    position: relative;
    margin: 10px 0 55px;
    text-transform: uppercase;
    /* &:before{
		position: absolute;
		content: '';
		bottom: -22px;
		width: 70px;
		height: 4px;
		left: 50%;
		margin-left: -35px;
		background: $el-color;
	}
	&.red:before{
		background: $el-red-color;
	} */
}

h3 {
    font: 38px/1.2 'amplesoftmedium', sans-serif;
    margin-bottom: 20px;
    color: #6B6B6C;
    letter-spacing: 0;
}

h4 {
    font: 28px/1.2 'amplesoftmedium', sans-serif;
    margin-bottom: 20px;
}

h5 {
    font: 20px/1.2 'amplesoftmedium', sans-serif;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: #04B9A0;
}

img:focus, img:active, img:active:focus, img:link, img:hover, a:focus, a:active, a:active:focus, a:link, a:hover, .btn:focus, .btn:active, .btn:active:focus, .btn:link, .btn:hover, input:focus, input:active, input:active:focus, input:link, input:hover, select:focus, select:active, select:active:focus, select:link, select:hover, button:focus, button:active, button:active:focus, button:link, button:hover, button span:focus, button span:active, button span:active:focus, button span:link, button span:hover {
    outline: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: none;
}

.dl-horizontal dt {
    float: left;
    width: 45%;
    clear: left;
    padding-right: 10px;
    /* overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
}

.dl-horizontal dd {
    float: left;
    clear: right;
    width: 55%;
}

/* 
----------End Tipography---------- */
/* 
---------- Form---------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select {
    border: 1px solid #C6C4C4;
    height: 40px;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.btn,
.submit-button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border: 1px solid #04B9A0;
    height: 48px;
    -webkit-box-shadow: 0 0 7px 1px rgba(133, 133, 133, 0.6);
    box-shadow: 0 0 7px 1px rgba(133, 133, 133, 0.6);
    background-color: transparent;
    cursor: pointer;
    color: #04B9A0;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 15px;
    max-width: 260px;
}

.btn-next {
    color: #fff;
    background-color: #04B9A0;
}

.btn-start {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa8d6d+0,ff6363+100 */
    background: #fa8d6d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fa8d6d 0%, #ff6363 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fa8d6d 0%, #ff6363 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fa8d6d), to(#ff6363));
    background: -o-linear-gradient(top, #fa8d6d 0%, #ff6363 100%);
    background: linear-gradient(to bottom, #fa8d6d 0%, #ff6363 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8d6d', endColorstr='#ff6363',GradientType=0 );
    /* IE6-9 */
    border: none;
    -webkit-box-shadow: 0 0 17px 4px rgba(255, 99, 99, 0.5);
    box-shadow: 0 0 17px 4px rgba(255, 99, 99, 0.5);
    color: #fff;
}

.submit-button {
    width: 40%;
    background-color: #04B9A0;
    color: #fff;
}

.link {
    background: none;
    border: none;
    color: #43CAB8;
    text-decoration: underline;
}

.form-gorizontal .form-control {
    padding: 0 15px;
}

.form-gorizontal .form-control > label {
    font: 20px/1.2 "robotoregular";
    width: 160px;
    color: #6B6B6C;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.form-gorizontal .control-wrap {
    overflow-x: hidden;
}

.form-gorizontal .control-wrap input[type="text"],
.form-gorizontal .control-wrap input[type="email"],
.form-gorizontal .control-wrap input[type="password"],
.form-gorizontal .control-wrap input[type="tel"],
.form-gorizontal .control-wrap input[type="number"],
.form-gorizontal .control-wrap select {
    width: 100%;
}

.form-control {
    padding: 0 15px;
}

.control-wrap {
    padding-bottom: 22px;
    position: relative;
}

fieldset {
    /*border: 1px solid #04B9A0;*/
    padding: 25px 35px;
    margin-bottom: 20px;
}

fieldset legend {
    padding: 0 15px;
    font: 28px/1.2 "amplesoftmedium";
}

.checkbox {
    overflow-x: hidden;
    padding-bottom: 15px;
    position: relative;
}

.checkbox label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

.checkbox label:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 1px;
    position: absolute;
    border: 2px solid #C6C4C4;
    left: 0;
    border-radius: 4px;
}

.checkbox label:after {
    opacity: 0;
    display: block;
    content: '';
    border-bottom: 3px solid #04B9A0;
    border-right: 3px solid #04B9A0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 7px;
    width: 9px;
    height: 18px;
    position: absolute;
}

.checkbox input[type=checkbox] {
    margin-left: -100%;
    position: absolute;
    opacity: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.step .control-wrap .field-validation-error,
.step .checkbox .field-validation-error {
    display: none;
}

.step .control-wrap.error,
.step .checkbox.error {
    position: relative;
    overflow-y: visible;
}

.step .control-wrap.error input,
.step .checkbox.error input {
    border-color: red;
}

.step .control-wrap.error .field-validation-error,
.step .checkbox.error .field-validation-error {
    display: block;
}

.single-input {
    width: 300px;
}
.field-validation-error {
    position: absolute;
    font-size: 12px;
    display: block;
    left: 0;
    color: red;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-group {
    line-height: 20px;
}

.input-group.group-append input[type="text"],
.input-group.group-append input[type="email"],
.input-group.group-append input[type="password"],
.input-group.group-append input[type="number"],
.input-group.group-append input[type="tel"],
.input-group.group-append select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 100%;
}

.input-group.group-prepend input[type="text"],
.input-group.group-prepend input[type="email"],
.input-group.group-prepend input[type="password"],
.input-group.group-prepend input[type="number"],
.input-group.group-prepend input[type="tel"],
.input-group.group-prepend select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
    width: 100%;
}

.input-group.group-prepend .input-prepend {
    float: left;
}

.input-group.group-prepend .input-prepend .label {
    display: block;
    margin-bottom: 7px;
    padding: 0 3px;
}

.input-group.group-prepend .input-prepend .label + .input-text {
    margin-top: 0;
}

.input-group.group-prepend .input-prepend .input-text {
    height: 40px;
    display: block;
    line-height: 38px;
    margin-top: 27px;
    padding: 0 13px;
    background: #fafafa;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #C6C4C4;
    border-right: none;
}

.input-group.group-append input[type="text"],
.input-group.group-append input[type="email"],
.input-group.group-append input[type="password"],
.input-group.group-append input[type="number"],
.input-group.group-append input[type="tel"],
.input-group.group-append select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.input-group.group-append #Amount {
    float: left;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #C6C4C4;
}

.input-group.group-append .input-append {
    float: right;
}

.input-group.group-append .input-append .label {
    display: block;
    padding: 0 3px;
    margin-bottom: 7px;
}

.input-group.group-append .input-append .label + .input-text {
    margin-top: 0;
}

.input-group.group-append .input-append .input-text {
    display: block;
    margin-top: 27px;
    height: 40px;
    line-height: 38px;
    padding: 0 13px;
    /*background: #fafafa;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            border: 1px solid #C6C4C4;*/
}

.input-group .control-wrap {
    overflow: hidden;
}

.form-row {
    font-size: 0;
    line-height: 0;
}

.form-row > * {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.3;
    font-size: 16px;
}

.form-row .col {
    width: 50%;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row input[type="number"],
.form-row input[type="tel"],
.form-row select {
    width: 100%;
}

.form-row > label {
    padding: 0 15px;
}

.form-row .col1 {
    width: 25%;
}

.form-row .col3 {
    width: 75%;
}

.form-row .col4 {
    width: 100%;
}

.form-vertical label {
    display: block;
    text-align: left;
    margin-bottom: 7px;
}

.registration-step .control-wrap.error .g-recaptcha + .field-validation-error,
.registration-box .control-wrap.error .g-recaptcha + .field-validation-error {
    display: block;
}

.registration-step .control-wrap .g-recaptcha + .field-validation-error,
.registration-box .control-wrap .g-recaptcha + .field-validation-error {
    display: none;
}

.check-pass {
    position: absolute;
    top: 0;
    height: 40px;
    right: 0;
    width: 75px;
    text-align: right;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: none;
}
.check-pass.fair, 
.check-pass.good,
.check-pass.strong {
    display: block;
}
.check-pass i {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c99a09;
    border-radius: 50%;
    position: relative;
}

.check-pass i:before, .check-pass i:after {
    width: 10px;
    height: 2px;
    background: #c99a09;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.check-pass i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-pass i:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check-pass span {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    text-transform: capitalize;
}

.check-pass.fair {
    color: #c99a09;
}

.check-pass.good {
    color: #0b5eb7;
}

.check-pass.good i {
    border-color: #0b5eb7;
}

.check-pass.good i:before, .check-pass.good i:after {
    background: #0b5eb7;
}

.check-pass.good i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.check-pass.good i:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.check-pass.strong {
    color: #339966;
}

.check-pass.strong i {
    border-color: #339966;
}

.check-pass.strong i:before, .check-pass.strong i:after {
    background: #339966;
}

.check-pass.strong i:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}

.check-pass.strong i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    top: 8px;
    left: 2px;
}

.step .control-wrap .field-validation-error,
.step .checkbox .field-validation-error,
.registration-step .control-wrap .g-recaptcha + .field-validation-error,
.registration-box .control-wrap .g-recaptcha + .field-validation-error {
    display: none;
}

.step .control-wrap.error,
.step .checkbox.error {
    position: relative;
    overflow-y: visible;
}

.step .control-wrap.error input,
.step .control-wrap.error select,
.step .checkbox.error input {
    border-color: red !important;
}

.step .control-wrap.error .field-validation-error,
.step .checkbox.error .field-validation-error,
.registration-step .control-wrap.error .g-recaptcha + .field-validation-error,
.registration-box .control-wrap.error .g-recaptcha + .field-validation-error {
    display: block;
}

.field-validation-error {
    position: absolute;
    font-size: 12px;
    display: block;
    left: 0;
    color: red;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-group .input-prepend {
    float: left;
    height: 40px;
    line-height: 38px;
    padding: 0 13px;
    background: #fafafa;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #C6C4C4;
}

.input-group .control-wrap {
    overflow: hidden;
}

.input-group .control-wrap input {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* 
----------End Form---------- */
/* Table
-----------------------------------------------------------------------------*/
table {
    width: 100%;
}

table th {
    background-color: #a3e6dd;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13px 15px;
}

table td {
    background: #ccf1ec;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 13px 15px;
}

/* 
----------End Table---------- */
/* Helper classes
-----------------------------------------------------------------------------*/
img:focus, img:active, img:active:focus, img:link, img:hover, a:focus, a:active, a:active:focus, a:link, a:hover, .btn:focus, .btn:active, .btn:active:focus, .btn:link, .btn:hover, input:focus, input:active, input:active:focus, input:link, input:hover, select:focus, select:active, select:active:focus, select:link, select:hover, button:focus, button:active, button:active:focus, button:link, button:hover, button span:focus, button span:active, button span:active:focus, button span:link, button span:hover {
    outline: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: none;
}

.clearfix:before, .dl-horizontal:before, .form-gorizontal .form-control:before, .container:before, .first-step .container-sm:before,
.container-xs:before, .row:before, .tab-panel:before, .btns-wrap:before, .login-registration-container:before, .top-panel:before, .clearfix:after, .dl-horizontal:after, .form-gorizontal .form-control:after, .container:after, .first-step .container-sm:after,
.container-xs:after, .row:after, .tab-panel:after, .btns-wrap:after, .login-registration-container:after, .top-panel:after {
    content: '';
    display: table;
    clear: both;
}

.first-step .form-gorizontal .form-control > label {
    float: none;
    padding-bottom: 6px;
    display: block;
    width: 100%;
}

.ovh {
    overflow: hidden;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
/* End Helper classes
-----------------------------------------------------------------------------*/
/* Layout
-----------------------------------------------------------------------------*/
.wrapper {
    min-width: 320px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.wrapper.no-footer .middle {
    padding-bottom: 20px;
}

.green-screen {
    background: url("../images/bckg.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.green-screen .middle {
    padding: 40px 0;
}

.green-screen .middle .table-layout {
    /*height: calc(100vh - 80px);*/
    padding-bottom: 0;
}

.opened-modal {
    /* max-height: 100vh!important;
	overflow: hidden; */
}

.footer {
    height: 140px;
    margin-top: -140px;
}

.clearfix:before, .dl-horizontal:before, .form-gorizontal .form-control:before, .container:before, .first-step .container-sm:before,
.container-xs:before, .row:before, .tab-panel:before, .btns-wrap:before, .login-registration-container:before, .top-panel:before, .clearfix:after, .dl-horizontal:after, .form-gorizontal .form-control:after, .container:after, .first-step .container-sm:after,
.container-xs:after, .row:after, .tab-panel:after, .btns-wrap:after, .login-registration-container:after, .top-panel:after {
    content: '';
    display: table;
    clear: both;
}

.container, .first-step .container-sm,
.container-xs {
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-xs {
    max-width: 700px;
    margin: 0 auto;
}

.row {
    margin: 0 -20px;
}
/*
.col3 {
    width: 33.333%;
    float: left;
    padding: 0 20px;
}
*/
.col2 {
    width: 50%;
    padding: 0 20px;
    float: left;
}

.table-layout {
    width: 100%;
    height: calc(100vh - 330px);
    display: table;
    position: relative;
}

.table-layout .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

.table-layout .btns-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 670px;
}

.no-footer .table-layout {
    padding-bottom: 20px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 64px;
    background-color: #04B9A0;
    padding: 0;
    z-index: 1050;
    position: relative;
}

.logo {
    float: left;
    padding-top: 20px;
    background: url("/images/kuva_logo.png") no-repeat 0 50%;
    background-size: contain;
    background-size: contain;
    padding-bottom: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

.logo a {
    display: block;
    overflow: hidden;
    width: 153px;
    color: #fff;
}

.authorization {
    float: right;
    padding-top: 18px;
}

.authorization ul {
    font-size: 0;
    line-height: 0;
}

.authorization ul > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 16px;
}

.authorization ul li {
    margin: 0 15px;
}

.authorization ul a {
    color: #fff;
}

.profile-wrap {
    position: relative;
}

.header .profile-wrap {
    float: right;
}

.header .profile-wrap .profile {
    padding: 7px 25px;
}

.header .profile-wrap .profile-name {
    color: #fff;
}

.profile-wrap .profile {
    display: block;
    max-width: 45vw;
}

.profile-wrap .profile.active {
    background: #039480;
}

.profile-wrap .profile.active .profile-name:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -2px;
}

.profile-wrap .avatar-container {
    width: 50px;
    height: 50px;
    display: table;
    float: left;
    margin-right: 15px;
}

.profile-wrap .avatar-container .inner {
    display: table-cell;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.profile-wrap .avatar-container .inner img {
    max-width: 50px;
    max-height: 50px;
}

.profile-wrap .avatar-container .inner {
    font-size: 0;
}

.profile-wrap .profile-name {
    color: #000;
    line-height: 50px;
    overflow-x: hidden;
    font-size: 20px;
    position: relative;
    padding-right: 30px;
    height: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.profile-wrap .profile-name:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    width: 10px;
    height: 10px;
    border: none;
    top: 50%;
    margin-top: -10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.profile-wrap .menu {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: none;
    padding: 7px 0px;
}

.profile-wrap .menu a {
    display: block;
    padding: 7px 25px;
    color: #000;
    font-size: 18px;
}

.profile-wrap .menu button {
    border: none;
    padding: 5px 25px;
    color: #000;
    font-size: 18px;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding: 30px 0 140px;
    position: relative;
    min-height: calc(100vh - 64px);
}

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

.container, .first-step .container-sm {
    width: 100%;
}

/* steps */
.step {
    background: #fff;
    display: none;
    padding: 0 0 130px;
}

.step:first-child {
    display: block;
}

.step .btns-wrap {
    bottom: 50px;
}

.step .btns-wrap .btn {
    float: left;
}

.step .btns-wrap .btn-next {
    float: right;
}

/* .step-content{
	padding-bottom: 80px;
}
 */
/* manage transfers */
.search-form {
    float: right;
    position: relative;
    margin-top: 5px;
}

.search-form input[type="text"] {
    padding-right: 45px;
}

.search-form .search-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: 1px solid #C6C4C4;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fafafa url("../images/search-icon.png") center no-repeat;
}

.search-header h3 {
    float: left;
    padding-right: 260px;
}

.search-header .search-form {
    margin-left: -100%;
}

.tab-panel {
    margin-bottom: 25px;
}

.tab-panel .links-wrap {
    float: left;
}

.tab-panel .links-wrap a {
    color: #6B6B6C;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.tab-panel .links-wrap a.active {
    color: #fa8d6d;
    text-decoration: underline;
}

.manage-transfers table {
    margin-bottom: 20px;
}


/* first step */
.first-step .step-content {
    max-width: 670px;
    margin: 0 auto;
}

/*.step-content #Amount {
    background: url("/images/usd-icon.png") no-repeat 8px 52.5%;
    padding-left: 23px;
}*/
.first-step h3 {
    margin-bottom: 50px;
}

.first-step .info {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.first-step .container-sm {
    max-width: 460px;
    color: #6B6B6C;
    font-size: 17px;
}

.first-step .container-sm .currency {
    font-size: 1.5em;
    float: left;
    margin: 2px 15px 0 0;
}

.first-step .checkbox {
    color: #979797;
    display: inline-block;
}

.first-step .checkbox label {
    vertical-align: middle;
    cursor: pointer;
}

.first-step .checkbox input {
    vertical-align: middle;
    margin-right: 5px;
}


/*.first-step .form-control {
    margin-bottom: 30px;
    text-align: left;
}*/

.first-step p {
    margin-bottom: 50px;
    font-size: 17px;
}

.btns-wrap .btn {
    width: 40%;
    margin: 0 4%;
}

/* second step */
.second-step {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

.second-step fieldset {
    font-size: 18px;
}

.second-step .sum {
    font-size: 30px;
    margin-bottom: 5px;
}

.second-step h5 {
    color: #04B9A0;
}

.second-step p {
    margin-bottom: 20px;
}

.second-step .control-wrap {
    padding-bottom: 30px;
}

.second-step .checkbox {
    color: #979797;
    display: inline-block;
}

/* third step */
.third-step {
    color: #6B6B6C;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}

.third-step .small {
    font-size: 16px;
}

.third-step p {
    margin-bottom: 15px;
}

.third-step h4 {
    color: #04B9A0;
}

.third-step .dl-horizontal {
    margin: 0 auto 30px;
    text-align: left;
    max-width: 400px;
}

.third-step .dl-horizontal dt {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    font-size: 19px;
}

.third-step .dl-horizontal dt,
.third-step .dl-horizontal dd {
    display: block;
    width: 50%;
    line-height: 26px;
}

.third-step .btn {
    /*width: 100%;*/
    max-width: 350px;
}

.third-step .btns-wrap .btn-next {
    /*float: none;*/
}

/* confirmation */
.confirmation {
    font-size: 20px;
}

.confirmation time {
    display: block;
    font-size: 15px;
    margin-bottom: 30px;
}

.confirmation h4 {
    color: #04B9A0;
}

.confirmation .name {
    font-size: 22px;
    color: #04B9A0;
    margin-bottom: 5px;
}

.confirmation p {
    margin-bottom: 15px;
}

.confirmation .sum {
    font-size: 30px;
    margin-bottom: 25px;
}

.confirmation .small {
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #6B6B6C;
}

.confirmation .num {
    font-weight: bold;
    color: #04B9A0;
}

.third-step .container-sm {
    max-width: 480px;
    margin: 100px auto;
    text-align: left;
    line-height: 1.3;
}

.third-step .container-sm p {
    margin-bottom: 5px;
}

/* fourth step */
.fourth-step {
    max-width: 735px;
    margin: 0 auto;
    color: #6B6B6C;
    /* .cell{
		vertical-align: middle;
	} */
}

.fourth-step .reference {
    font-size: 38px;
    margin: 50px 0 70px;
}

.fourth-step .explanation {
    max-width: 430px;
    font-size: 18px;
    margin: 0 auto;
}

.fourth-step .btns-wrap .btn-next {
    float: none;
}

/* my transaction */
.transaction fieldset.center {
    text-align: center;
}

.transaction .btn-start {
    width: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -140px auto 0;
    min-width: 320px;
    height: 140px;
    position: absolute;
    background: url("../images/footer-bg.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 0 20px;
    bottom: 0;
    width: 100%;
}

.step-line ul {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    height: 10px;
    overflow: visible;
    margin: 15px 78px;
}

.step-line li {
    margin-top: -20px;
    float: left;
    position: relative;
}

.step-line li .step-number {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
    z-index: 50;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.step-line li span {
    display: block;
    width: 46px;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid transparent;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.step-line li .step-name {
    width: 156px;
    color: #fff;
    text-align: center;
    margin-left: -78px;
    padding: 0 5px;
}

.step-line li:not(:last-child) {
    width: 50%;
}

.step-line li:last-child {
    margin: -20px -15px 0;
    width: 0;
}

.step-line li.active span {
    border: 3px solid #01b5ae;
}

.step-line li.active .step-number {
    border: 2px solid #fff;
}

.step-line li.done {
    position: relative;
}

.step-line li.done .step-number {
    color: #fff;
}

.step-line li.done .step-number span {
    background: #fa8d6d;
}

.step-line li.done:after {
    width: 100%;
}

.step-line li:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    top: 20px;
    background: #fa8d6d;
    z-index: 49;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.modal-overlay {
    position: fixed;
    /* width: 100%;
	height: 100%; */
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    display: none;
    /* -webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear; */
}

.opened-modal .modal-overlay {
    /* opacity: 1;
		display: block; */
}

.modal-overlay .modal {
    position: absolute;
    background: #fff;
    padding: 30px 40px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-overlay .modal-header h3 {
    color: #04B9A0;
    font-weight: bold;
    text-align: center;
}

.modal-overlay .close {
    position: absolute;
    font-size: 28px;
    line-height: 1;
    color: #000;
    background: none;
    text-shadow: 0 1px 0 #fff;
    /* filter: alpha(opacity=50);
				opacity: .5;*/
    right: 30px;
    top: 20px;
}

.modal-overlay .profile-wrap {
    margin: 15px 0;
}

.modal-overlay .details {
    color: #6B6B6C;
    padding-top: 10px;
}

.modal-overlay .details .completed-date-title, .modal-overlay .details .completed-date-info {
    display: none;
}

.modal-overlay .details dt {
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-overlay .details dd {
    margin-bottom: 15px;
}

.modal-overlay .modal-footer {
    padding-top: 30px;
}

.modal-overlay.confirmation {
    color: #6B6B6C;
    text-align: center;
    line-height: 1.5;
}

.modal-overlay.confirmation .modal {
    max-width: 500px;
}

.login-registration-container {
    background: #fff;
    padding: 40px 20px;
    color: #6B6B6C;
    border-radius: 10px;
}

.login-registration-container h4 {
    margin-bottom: 20px;
    color: #000;
}

.login-registration-container .btn {
    min-width: 220px;
}

.login-registration-container .form {
    padding: 0 40px;
    width: 50%;
    float: left;
    text-align: left;
}

.login-registration-container .form:last-child {
    border-left: 1px solid #C6C4C4;
}

.login-registration-container .form input[type="text"],
.login-registration-container .form input[type="email"],
.login-registration-container .form input[type="password"],
.login-registration-container .form input[type="number"],
.login-registration-container .form input[type="tel"],
.login-registration-container .form select {
    width: 100%;
}

.login-registration-container .checkbox {
    padding-top: 10px;
    padding-bottom: 20px;
}

.login-registration-container .login-box .control-wrap {
    padding-bottom: 24px;
}

.login-registration-container .login-box .form-footer {
    padding-top: 10px;
    padding-bottom: 25px;
}

.login-registration-container .or-wrap {
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.login-registration-container .or-wrap:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #C6C4C4;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0;
}

.login-registration-container .or-wrap span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 15;
    color: #6B6B6C;
}

.login-registration-container .social-wrap {
    text-align: center;
}

.login-registration-container .social-wrap .btn {
    margin-bottom: 20px;
    border: none;
    min-width: 65%;
    color: #fff;
    position: relative;
    padding-left: 60px;
}

.login-registration-container .social-wrap .btn i {
    width: 50px;
    height: 42px;
    position: absolute;
    left: 7px;
    top: 3px;
    background: url("../images/google-icon.png") center no-repeat;
    border-right: 1px solid #fff;
}

.login-registration-container .social-wrap .btn.g-btn {
    background: #E62B33;
}

.login-registration-container .social-wrap .btn.f-btn {
    background: #3B5997;
}

.login-registration-container .social-wrap .btn.f-btn i {
    background-image: url("../images/facebook-icon.png");
}

.login-registration-container .social-wrap .btn.in-btn {
    background: #2F97CB;
}

.login-registration-container .social-wrap .btn.in-btn i {
    background-image: url("../images/linkedin-icon.png");
}

.login-registration-container .row {
    margin: 0 -15px;
}

.login-registration-container .form-control .row {
    margin: 0 -10px;
}

.login-registration-container .col2 {
    padding: 0 10px;
    position: relative;
}
.login-registration-container .col2 .field-validation-error {
    left: 10px;
}

.login-registration-container .form-footer {
    text-align: center;
}


.login-registration-container .registration-step .form-footer {
    padding-top: 0;
}

.login-registration-container .registration-step {
    display: none;
}

.login-registration-container .registration-step.active-step {
    display: block;
}

.login-registration-container .img-container {
    width: 100%;
    margin-bottom: 30px;
    height: 0;
    padding-top: 63.5%;
    position: relative;
    border: 1px solid #04B9A0;
}

.login-registration-container .img-container img {
    max-width: 100%;
    max-height: 264px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #04B9A0;
}

.login-registration-container .upload-img-field {
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}

.login-registration-container .upload-img-field input {
    cursor: pointer;
    opacity: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    max-width: 250px;
}

.login-registration-container .upload-img-field .upload-img {
    height: 50px;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 25px;
    border: 1px solid #04B9A0;
    color: #04B9A0;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 7px 1px rgba(133, 133, 133, 0.6);
    box-shadow: 0 0 7px 1px rgba(133, 133, 133, 0.6);
    width: 100%;
    max-width: 250px;
    margin-bottom: 15px;
}

.login-registration-container .upload-img-field label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    padding-top: 15px;
}

.login-registration-container .upload-img-field .upload-img svg {
    fill: #04B9A0;
    vertical-align: middle;
}

.login-registration-container .upload-img-field .upload-img span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.wrap-datepicker {
    margin-right: 45px;
}

.wrap-datepicker .ui-datepicker-trigger {
    float: right;
    margin-right: -45px;
    margin-left: -100%;
    margin-top: 4px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title select {
    height: 30px;
    border-radius: 5px;
    margin: 0 3px;
    color: #444;
    font-weight: normal;
    cursor: pointer;
    padding: 4px 10px;
}

.ui-datepicker-header {
    background: none;
    border: none;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
}

.ui-datepicker-calendar td {
    border: 1px solid #fff;
    background: none;
    width: 14.28%;
}

.ui-datepicker .ui-datepicker-prev {
    opacity: 0.6;
}

.ui-datepicker .ui-datepicker-prev-hover {
    background: none;
    border: none;
    left: 2px;
    top: 2px;
    opacity: 1;
}

.ui-datepicker .ui-datepicker-prev span {
    border-right: 2px solid #04B9A0;
    border-bottom: 2px solid #04B9A0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ui-datepicker .ui-datepicker-next {
    opacity: 0.6;
}

.ui-datepicker .ui-datepicker-next-hover {
    background: none;
    border: none;
    right: 2px;
    top: 2px;
    opacity: 1;
}

.ui-datepicker .ui-datepicker-next span {
    border-right: 2px solid #04B9A0;
    border-bottom: 2px solid #04B9A0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-datepicker-calendar td a.ui-state-default {
    background: #ccf1ec;
    border: none;
}

.ui-datepicker-calendar td a.ui-state-default.ui-state-active, .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
    background: #a3e6dd;
    color: #000;
}

.login-registration-container .form.register-form {
    border-left: none;
    width: 100%;
    padding: 0;
}

.login-registration-container .form.documents-form {
    border-left: none;
    width: 100%;
    padding: 0;
}

.login-registration-container .form.documents-form .registration-box{
    border-left: none;
    float: none;
    margin: auto;
}

.login-registration-container .form.documents-form h4{
    text-align: center;
}

.login-registration-container .form.register-form h4 {
    padding: 0 40px;
}

.registration-box {
    float: left;
    width: 50%;
    padding: 0 40px;
}

.registration-box .control-wrap {
    padding-bottom: 24px;
}

.registration-box:last-of-type {
    border-left: 1px solid #C6C4C4;
}

.registration-box:last-of-type .upload-img-wrap + .form-control .control-wrap {
    padding-bottom: 10px;
}

.registration-step:last-of-type .upload-img-wrap + .form-control .control-wrap {
    padding-bottom: 10px;
}

.registration-box .g-recaptcha > div {
    margin: 0 auto 20px;
}

.registration-step .g-recaptcha > div {
    margin: 0 auto 20px;
}

.login-registration-container .registration-box .form-footer {
    padding-top: 0px;
}
/* .datetimepicker span{
	display: block;
	width: 20px;
	height: 20px;
	display: block;
	background: #c00;
} */
/* Admin panel
-----------------------------------------------------------------------------*/
.login-form {
    padding: 50px 50px 60px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
}

.login-form .text-danger {
    color: #ff0000;
    padding-bottom: 10px;
}

.login-form h3 {
    color: #000;
    margin-bottom: 40px;
}

.login-form a:not(.btn) {
    text-decoration: underline;
}

.login-form .form-control {
    text-align: left;
}

.login-form .control-wrap {
    padding-bottom: 30px;
}

.login-form .control-wrap.offset {
    margin-left: 170px;
}

.login-form .control-wrap.offset .checkbox {
    float: left;
    color: #6B6B6C;
}

.form-footer {
    font-size: 0;
    line-height: 0;
    padding-top: 20px;
}

.form-footer .btn {
    font-size: 18px;
    line-height: 28px;
    width: 40%;
    margin: 0 5%;
}

#complete-btn:disabled {
    background: #dddddd;
}

/* Agent transaction-history
-----------------------------------------------------------------------------*/
.top-panel {
    margin-bottom: 25px;
}

.top-panel .links-wrap {
    float: left;
}

.top-panel .links-wrap a {
    color: #6B6B6C;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.top-panel .links-wrap a.active {
    color: #fa8d6d;
    text-decoration: underline;
}

.top-panel .download {
    float: right;
}

.top-panel .download .download-link {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    background: url("../images/download.png") left center no-repeat;
}

.transaction-history .cell {
    vertical-align: top;
}

.transaction-history h3 {
    text-align: left;
}

.transaction-history table {
    margin-bottom: 40px;
}

.transaction-history .btn {
    min-width: 210px;
}

.page-header {
    text-align: left;
    overflow: hidden;
}

.page-header h3 {
    width: 100%;
    padding-right: 40px;
    float: left;
}


    .page-header .settings {
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        margin-left: -100%;
        background: url("../images/settings.png") center no-repeat;
        margin-top: 10px;
    }
.modal .modal-body {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.modal .modal-content {
    overflow: hidden;
    height: 100%;
}
.modal .modal-content .content-wrapper {
    overflow-y: auto;
    height: 82%;
}
    /* ------------------------ Back Office ------------------------ */
    .full-details .modal {
        max-width: 1000px;
        min-height: 80%;
        overflow: hidden;
    }

    .full-details .modal-header h3 {
        text-align: center;
    }

    .full-details .details-wrap {
        float: left;
        width: 58%;
        padding-right: 30px;
    }

    .full-details .dl-horizontal {
        margin-bottom: 13px;
    }

        .full-details .dl-horizontal dd,
        .full-details .dl-horizontal dt {
            margin-bottom: 12px;
        }

    .full-details .status-table {
        float: right;
        width: 42%;
        padding-top: 17px;
    }

        .full-details .status-table .btn-wrap {
            padding-top: 30px;
        }

        .full-details .status-table .btn {
            width: 100%;
            max-width: 200px;
        }

    /* Settings */
    .settings .cell {
        vertical-align: top;
    }

    .settings .table-layout .cell {
        vertical-align: top;
    }

    .settings .modify-settings span {
        display: block;
    }

    .settings .modify-settings .modify-field {
        display: none;
        height: 30px;
    }


    .step.first-step.active-step .btn.btn-next.next {
        float: none;
    }

    .warning-message {
        background: #FFD7E3;
        border: 1px solid #FF95B5;
        padding: 20px;
        margin: 0 0 15px 0;
    }

    #cachoutCompleteBtn.hidden, #cachoutCancelBtn.hidden {
        display: none;
    }

    .disabled {
        cursor: not-allowed;
        background-color: #A3E6DD !important;
    }

    /* DataTable */

    .dataTables_filter {
        padding-bottom: 5px;
    }

        .dataTables_filter input {
            border: 1px solid black;
        }

    /* Update Profile */

    .update-profile {
        width: 100%;
    }

        .update-profile .row {
            width: 250px;
            margin: 0 auto;
        }

        .update-profile .control-wrap input {
            width: 100%;
        }

    .text-danger li {
        color: red;
    }

    .documents-form .validation-summary-errors {
        text-align: center;
        padding-bottom: 15px;
    }

    .two-fa .step {
        padding: 20px;
    }

    .two-fa #qrCode {
        margin: 10px auto;
        width: 150px;
    }

    .two-fa dd {
        text-align: center;
    }

    .validationMessage {
        margin: 0 30px;
        color: red;
    }

    .box-body .input-group {
        clear: both;
        line-height: 40px;
    }

    .container.profile .input-group {
        margin: 5px;
        background-color: #a3e6dd;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .container.profile .input-group span {
            padding-left: 2%;
        }

    .container.profile .box-footer {
        margin: 64px;
    }

    .location button {
        max-width: 300px;
    }

    .text-primary {
        color: #007bff !important;
    }

    .contact-col {
        word-wrap: break-word;
        overflow: hidden;
        padding: 18px !important;
    }

    #tooltip:before {
        content: attr(data-description);
        box-sizing: border-box;
        display: block;
        background: rgba(0,0,0,.7);
        color: white;
        padding: 12px;
        position: absolute;
        left: 71%;
        top: -30px;
        margin-left: -100px;
        width: 310px;
        height: 70px;
        line-height: 25px;
        border-radius: 5px;
        opacity: 0;
        /*transition: .25s ease-in-out;*/
    }

    #tooltip:after {
        content: '';
        display: block;
        position: absolute;
        top: 35px;
        left: 77%;
        margin-left: -14px;
        height: 0;
        width: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid rgba(0,0,0,.7);
        /*transition: .25s ease-in-out;*/
        opacity: 0;
    }

    #tooltip:hover:before {
        opacity: 1;
        top: 50px;
    }

    #tooltip:hover:after {
        opacity: 1;
        top: 24%;
    }

    .text-info {
        color: grey;
        float: left;
        margin: 2% 6%;
    }

    /* ------------------------ Availability ------------------------ */

    .schedule-row {
        height: 75px;
    }

        .schedule-row td {
            padding-top: 0;
            padding-bottom: 15px;
        }

    #scheduleTable th,
    #scheduleTable tr td:first-child {
        text-align: center;
    }

    #scheduleTable th {
        width: 324px;
    }

        #scheduleTable th:first-child,
        #scheduleTable th:last-child {
            width: 155px;
        }

    #scheduleTable tr td:first-child,
    #scheduleTable tr td:last-child {
        padding-bottom: 30px;
    }

    #scheduleTable div.d-flex.justify-content-start {
        height: 60px;
    }

    /* new */

    .manifest-controls {
        width: 450px;
        margin-top: 20px;
        display: flex;
    }

    .manifests-prices {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .not-accepted {
        flex-direction: row !important;
    }

    [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
        display: none !important;
    }

    /*
    loader
*/

    .loader {
        height: 50vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .loader,
        .loader:before,
        .loader:after {
            border-radius: 50%;
        }

    .loader {
        font-size: 10px;
        margin: 50px auto;
        text-indent: -9999em;
        width: 11em;
        height: 11em;
        border-radius: 50%;
        background: #3c8dbc;
        background: -moz-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
        background: -webkit-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
        background: -o-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
        background: -ms-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
        background: linear-gradient(to right, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
        position: relative;
        -webkit-animation: load3 1.4s infinite linear;
        animation: load3 1.4s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

        .loader:before {
            width: 50%;
            height: 50%;
            background: #3c8dbc;
            border-radius: 100% 0 0 0;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
        }

        .loader:after {
            background: #fff;
            width: 75%;
            height: 75%;
            border-radius: 50%;
            content: '';
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

    @-webkit-keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /*
    end loader
*/

    .special-delivery {
        background-color: rgba(0, 0, 0, .8);
    }

    . /*order-wrapper {
    position: relative;
}*/
    .middle {
        position: relative;
    }

    .delivery-time {
        height: 40px;
        padding: 5px 10px;
    }

    .pickup-from {
        max-width: 200px;
        padding: 3px;
    }

        .pickup-from li {
            white-space: normal;
            float: left;
            width: 100%;
            height: auto;
            word-wrap: break-word;
        }

    .pickup-ready {
        padding: 3px;
    }

    .orderInfo-header .contact {
        padding: 3px;
    }

    .delivery-manifest-state {
        font-size: 12px !important;
        font-weight: 600;
    }

    /* settlement info (settlement completed) */

    .settlementOrder-info {
        margin-top: 30px;
        padding-right: 25px;
        max-width: 500px;
        width: max-content;
        margin-left: auto;
        text-align: left;
    }

        .settlementOrder-info p {
            font: 14px/17px Rubik;
            color: #140A5A;
            margin-bottom: 5px;
        }

            .settlementOrder-info p strong {
                display: inline-block;
                margin-right: 5px;
                font-weight: bold;
            }

    .settlementOrder-info__controls > div {
        margin-top: 30px;
    }

    .date-size {
        width: 125px;
    }

.custom-nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.custom-nav-tabs .nav-link {
    margin: 15px;
    padding: 20px;
}

.custom-nav-tabs .nav-item {
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #04B9A0;
    border-radius: 5px;
}

.custom-form-group {
    text-align: start !important;
    margin: 20px 0;
}

.custom-form-group input {
    width: 500px;
}

.custom-form-check {
    text-align: start !important;
}

.inbound-form .btn-primary {
    max-width: 300px !important;
    margin-top: 30px;
    float: left;
}

.custom-nav-tabs .active a {
    color: #fff;
}

.custom-nav-tabs .active {
    background-color: #8ed2c8;
}

.readonly-submission-field {
    background-color: #eaeaea;
}