html, body {
    height: 100%;
    min-height: 100%;
    overflow: auto;
}

.container-fluid, .row, .col-12 {
    overflow-y: auto !important;
}

.container-fluid{
	height: 100vh;
	min-height: 600px;
	/*display: flex;*/

}

body {
    color:#535C68 !important;
    font-family: 'SF Pro Display', 'Helvetica', 'Arial', sans-serif !important;
    font-size: 1em !important;
    height: auto;
	background: #ffffff;
}

button, a, p, div {
	font-family: 'SF Pro Display', 'Helvetica', 'Arial', sans-serif !important;
}

.b24-app{
	background-color: #ffffff !important;
}

.hidden {
    display: none;
}


.include {
    background-color: white;
}

p, label, a, div {
    font-weight: 400;
}
.form-control {
    font-size: 0.875em;
    font-weight: normal;
}

a{
    color:#0054C4;
    outline: none;
    text-decoration: none !important;
    border-bottom: none !important;
}

a:hover {
    color: #0054C4;
    outline: none !important;
    text-decoration: none;
    border-bottom: none !important;
}

button {
    cursor: pointer;
}

.logo{
    width: 138px;
    height: 138px;
    background: url(../img/logo.svg) no-repeat 0px 0px;
}


.description{
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

label{
    vertical-align: bottom;
}

h1{
    color:#151515;
    font-size: 1.375em;
    line-height: 1.755em;
    font-weight: normal;
	margin-bottom: 0px !important;
}

a {
    color: #2066B0;
}

.relative{
    position: relative;
}

.fs-28{
    font-size: 1.75em;
}

.fs-26{
    font-size: 1.625em;
}

.fs-16{
    font-size: 1em;
}

.fs-15{
    font-size: 0.9375em;
}

.text-bold{
    font-weight: bold;
}

.mt-35{
    margin-top: 2.187em;
}
.mt-40{
    margin-top: 2.5em;
}
.mt-60{
    margin-top: 3.75em;
}
.mt-90{
    margin-top: 5.625em;
}
.mt-30{
    margin-top: 1.875em;
}
.mt-80{
    margin-top: 5em;
}
.mt-7{
    /*margin-top: 0.4375em;*/
    margin-top: 1em;
}

.mr-25{
    margin-right: 1.375em;
}

.vh-middle{
	margin-top: auto;
}
/*
.mt-35 div a:hover, .mt-60 div a:hover {
    color: #151515;
}
*/
/*
.fs-26 a, .fs-26 a:hover{
    color: #535C68;
}
*/
.px-2{
    padding-right: 3.8rem!important;
    padding-left: 3.8rem!important;
}

.px-3{
    padding-right: 4.7rem!important;
    padding-left: 4.7rem!important;
}

.ph-right-col{
	padding-left: 25px;
	padding-right: 40px;
	box-sizing: border-box;
}

.fix-content{
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.ta-c {
    text-align: center;
}

.key-block{
    width: 80%;
    text-align: left;
    height: 25px;
    overflow: hidden;
	margin-right: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}

.key-block input {
    background: none;
    border: none;
    width: 100%;
    outline: none;
}

[data-copy-text]{
    cursor: pointer;
}

.text-copy{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 600;
}

.ui-btn{
	outline: none !important;
}

.btn-small{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.flex{
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.flex-row{
    flex-direction: row;
}

.flex-grow{
    flex-grow: 1;
}

.row{
	overflow: auto !important;
}

.row.height-100p{
	margin-right: 0px !important;
}
/*
.col-12.include{
	overflow: clip !important;
}
*/

.bgcolor-1{
    background-color: #F8FAFB;
}

.color-1{
    color: #959CA4;
}
.color-2{
    color: #151515;
}
.color-3{
    color: #959CA4;
}

.bg-color-1{
    background-color: #fffad3;
}
.bg-color-2 {
    background-color: #F8FAFB;
}

.bg-color-2 .grad {
    background-image: linear-gradient(90deg, transparent, #F8FAFB);
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: baseline;
    font-size: 14px;

}

.flex-align-center{
    align-self: center;
}


.navbar-nav p, .navbar-nav span{
    color: #A8ADB4;
}

.navbar-nav p{
	font-weight: medium;
}

.navbar-nav p.active{
    color: #525C69;
}

.navbar-nav p:first-child{
    padding-left: 0px;
}
.navbar-nav p + p{
    margin-left: 5px;
}

.navbar-nav span {
    margin-left:15px;
    margin-right:15px;
}

.footer-left{
    display: flex;
    align-items: flex-end;
}

.footer-right, .footer-left{
    margin-top: auto;
    padding-top: 2em;
    height: 115px;
}
.footer-right{
    padding-bottom: 90px;
    box-sizing: border-box;
}


.height-100p{
    height:100%;
}


.icon{
    width:15px;
    height:15px;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}

.icon:before{
    content:"";
    background-size: cover;
    width:15px;
    height:15px;
    display: inline-block;
}

.icon.help{
    background: url(../img/icon-help.svg) no-repeat 0px 0px;
}

.links-block button.active, .links-block button:hover{
    color:#0054C4;
}

.links-block button{
    color:#6A737F;
	text-align: left;
	font-size: 1.125em;
}

.links-block button {
    background: none;
    border: none;
    outline: none;
	padding-left: 0px;
}

@media (min-width: 992px){
    .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

}


@media (max-width: 1210px){
    .media-hidden{
		display: none;
	}
}


@media (max-width: 1150px){
    .media-hidden{
		display: none;
	}
}


.help{
    cursor: pointer;	
}

.float-right .help{
	/*padding-top: 10px;*/
}

.help a {
    border-bottom: none;
    color:#A8ADB4;
	font-weight: 600;
	font-size: 0.75em;
	line-height: 0.75em;
	text-transform: uppercase;
	font-family: 'SF Pro Display';
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.help a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #535C68;
}

h2{
    color:#2E2E2E;
    font-size: 1.125em;
    line-height: 1.8125em;
    font-weight: bold;
    margin-bottom: 5px;
}

h3{
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    color:#2E2E2E;
    font-size: 0.875em;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 10px;
}

.image-container{
    min-height: 100px;
}

.link-1{
    color:#253858;
    font-size: 0.75em;
}


.text-1{
    font-size: 0.875em;
}
.uppercase{
    text-transform: uppercase;
}

.btn{
    border-radius: 65px;
    font-size: 0.75em;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 46px;
    height: 46px;
    box-sizing: border-box;
    vertical-align:middle;
	font-weight: bold;
}

.btn-primary{
    background-color: #2FC6F6 !important;
    border-color: #2FC6F6 !important;
}

.btn-primary:hover{
    background-color: #13b1e3 !important;
    border-color: #13b1e3 !important;
    color: #ffffff;
}

.btn-transparent{
    background-color: transparent;
    border-color: #babec3;
    color: #525C69;
}

.btn+.btn{
    margin-left: 10px;
}

.btn.process{
    background-image: url(../img/loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 13rem;
}

.btn-primary.disabled{
    opacity: 0.4;
    cursor: none;
    background: #2FC6F6;
}

.py-6{
    padding-top: 2.0625rem!important;
}
.py-8{
    padding-top: 3.375rem!important;
    padding-bottom: 2.0625rem;
}
.pxy-1{
    padding: 1.6em;
}
.py-7{
    padding-top: 8.75rem;
}
.py-9{
    padding-top: 6.25em;
}
.ml-2{
    margin-left: 1rem;
}
.ml-3{
    margin-left: 1.125rem;
}
.ml-6{
    margin-left: 3rem;
}

.mt-18{
    margin-top: 1.125rem;
}

.mt-6{
    margin-top: 5.4375em;
}

.mt-8{
    margin-top: 3.375em;
}
.mb-6{
    margin-bottom: 1.5em;
}
.mb-7{
    margin-bottom: 2.125em;
}
.mb-8{
    margin-bottom: 1.8em;
}
.fz-12 {
    font-size: 0.6em;
    line-height: normal;
}
.fz-14 {
    font-size: 0.875em;
    line-height: normal;
}
.fz-16 {
    font-size: 0.88em;
}


.spinner-loader {
    width: 96px !important;
    height: 96px !important;
    border: 6px solid #2cc6fa;
    border-bottom-color: transparent;
    background-color: white !important;
    border-radius: 50%;
    display: inline-block !important;
    position: relative !important;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.blur{
    opacity: 0.4;
    pointer-events: none;
}

.container-loader {
    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 60px;
    text-align: center;

    flex-wrap: wrap;
}

.container-sceleton {
    background-color: white;
    background-image: url(../img/backoffice_sceleton.png);
    background-position:  center 255px;
    background-repeat: no-repeat;
}

.loader {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}

.loader {
    position: absolute;
    height: 100%;
    align-content: center;
    background-color: rgba(83, 92, 105, .8);
}

.sub {
    font-size: 35px;
}

.loader .sub {
    font: 19px/26px "OpenSans-Light",Helvetica,Arial,sans-serif;
    max-width: 380px;
    font-style: normal;
    color: #535c69;
    padding: 17px 10px 19px 10px;
    background: #fff;
}

#loading {
    position: absolute;
    height: 100%;
    align-content: center;
    background-color: rgba(83, 92, 105, .8);
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

#loading .sub {
    color: white;
    font: 26px/26px "OpenSans-Light",Helvetica,Arial,sans-serif;
}

.container-loader iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#done,
.done-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#done-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px 100px;
    font-size: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 21px;
}

.checkboxes {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    color: #333;
    font-size: 15px;
    line-height: 21px;
    background-color: #fff;
    padding: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

    min-height: 85vh;
    display: initial;
    position: relative;

    margin-top: 10px;
    margin-bottom: 100px;
}

.b24-app {
    background-color: rgb(238, 242, 244);
}

.btn-success {
    color: rgb(83, 92, 105);
    background-color: #bbed21;
    border-radius: 2px;

    padding-left: 20px;
    padding-right: 20px;
    line-height: 37px;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 13.3333px;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration-style: solid;

    border: none;
    cursor: pointer;

    transition: 160ms background-color linear, 160ms color linear,
    160ms opacity linear, 160ms border-color linear;

    position: absolute;
    bottom: 20px;
}

.btn-success:hover {
    background-color: #d2f95f;
}

.ui-switcher {
    line-height: 15px;
    align-self: center;
}

.ui-switcher-disabled-text {
    font: 9px/13px 'OpenSans-Bold', 'Helvetica Neue', Arial, Helvetica,
    sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 9px;
    line-height: 13px;
    font-family: OpenSans-Bold, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0 0 0 18px;
}

.ui-switcher-enabled-text {
    margin-left: -26px;
}

.document-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    margin: 0px 20px;
    border-top: 1px solid #eeeff0;
}

.document-wrapper:first-child {
    border: none;
}

.input-wrapper,
.popup-input {
    display: flex;
    justify-content: left;
    align-content: center;
    padding: 5px 20px;
}

.input-wrapper span,
.popup-input span {
    min-width: 100px;
    margin-right: 20px;
    text-align: left;
    display: inline-flex;
    align-items: center;
}

.btn-gray {
    float: right;
}

.pagetitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 45px 0 0;
    padding: 21px 0 21px 0;
    max-width: 100%;
    overflow: hidden;

    font: 26px/26px 'OpenSans-Light', Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    flex: 1 !important;

    justify-content: space-between;
    white-space: nowrap;
    margin: 0;
}

.pagetitle-item {
    padding-right: 45px;
}

.main-ui-filter-search {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.checkbox-wrapper {
    width: 100%;
    align-self: start;
}

.form {
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 21px !important;
}

.ui-pinner {
    left: 0;
}

.ui-button-panel {
    font-size: initial;
}

.document-name {
    color: #535c69;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font: var(--ui-btn-font-size) / calc(var(--ui-btn-height) - 2px)
    'OpenSans-Bold',
    'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-left: auto;
    padding-right: 32px;
}

.document-title {
    align-self: center;
}

.popup-background {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #000;
    opacity: 0.7;
}

.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-content {
    width: fit-content;
    height: fit-content;
    padding-top: 20px;

    background-color: #fff;
    opacity: 1;
}

.btn-save {
    position: relative;
}

.popup-input {
    color: #333;
    font-size: 15px;
    line-height: 21px;
    padding: 5px 25px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.disabled {
    cursor: not-allowed;
}

.pbx-20 {
    padding-bottom: 20px;
}

.v-combobox-wrapper {
    position: relative;
}

.v-combobox {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #c6c9cb;
    box-shadow: 0 7px 21px rgba(83, 92, 105, 0.12),
    0 -1px 6px 0 rgba(83, 92, 105, 0.06);
    max-height: 135px;
    overflow-y: auto;
}

.v-combobox-item {
    cursor: pointer;
    font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #525c68;
    line-height: 36px;
    padding: 0 15px 0 9px;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-align: left;
}

.v-combobox-item:hover {
    background-color: #f6f8f9;
    transition: 0.5s;
}

.v-combobox-input {
    padding: 3px 2px 3px 9px;
    height: 38px;
    outline: 0;
    color: #424956;
    font: 15px/17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #adafb4;
    margin-left: 0 !important;
}

.v-combobox-input-selectable {
    background: #fff no-repeat right 11px center
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%3E%20%20%3Cpath%20fill%3D%22%23979797%22%20fill-rule%3D%22evenodd%22%20d%3D%22M349.545942%2C95.4246212%20L349.545942%2C89.6066017%20L347.606602%2C89.6066017%20L347.606602%2C96.3942911%20L347.606602%2C97.363961%20L355.363961%2C97.363961%20L355.363961%2C95.4246212%20L349.545942%2C95.4246212%20Z%22%20transform%3D%22rotate%28-45%2067.431%20465.144%29%22/%3E%3C/svg%3E);
}

.feed-loader-circular {
    height: 110px;
    width: 110px;
    margin-top: -55px;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.feed-loader-path {
    stroke: #bfc3c8;
    stroke-width: 1.5;
    stroke-dasharray: 20, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.vue-popup-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: black;
    opacity: 0.3;
    z-index: 100;
}

.vue-popup-wrapper {
    position: absolute;
    width: 420px;
    height: fit-content;

    background-color: white;
    padding: 10px 30px 0px 30px;

    z-index: 1000;
    filter: none;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vue-popup-wrapper .vue-buttons {
    position: fixed;
    bottom: 0px;
}

.popup-ok-button {
    margin-bottom: 25px;
    margin-top: 25px;
}

.vue-popup-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    font-size: 16px;
    text-align: center;
}

.vue-popup-content p {
    margin: 0;
}

.footer-button-panel {
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 -2px 4px 0 #c6c9cb;
    position: fixed;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    -webkit-justify-content: flex-center;
    justify-content: center;
    width: 100%;
}
