/**************************FONTS***********************/
/**************************JA! MUSS SO VIEL SEIN WEGEN PRINT CSS UND SO***********************/
@font-face {
    font-family: 'Rutan-Bold';
    src: url('../../fonts/rutan_bold.eot');
    src: url('../../fonts/rutan_bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/rutan_bold.woff2') format('woff2'),
         url('../../fonts/rutan_bold.woff') format('woff'),
         url('../../fonts/rutan_bold.ttf') format('truetype'),
         url('../../fonts/rutan_bold.svg#Rutan-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rutan-Light';
    src: url('../../fonts/rutan_light.eot');
    src: url('../../fonts/rutan_light.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/rutan_light.woff2') format('woff2'),
         url('../../fonts/rutan_light.woff') format('woff'),
         url('../../fonts/rutan_light.ttf') format('truetype'),
         url('../../fonts/rutan_light.svg#Rutan-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Rutan-Medium';
    src: url('../../fonts/rutan_medium.eot');
    src: url('../../fonts/rutan_medium.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/rutan_medium.woff2') format('woff2'),
         url('../../fonts/rutan_medium.woff') format('woff'),
         url('../../fonts/rutan_medium.ttf') format('truetype'),
         url('../../fonts/rutan_medium.svg#Rutan-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


.wf-loading *{
    opacity:0 !important;
}

/**************************ALLGEMEIN***********************/
.rutanCMS *,
div.ui-tooltip *{
    font-family: 'Rutan-Light', Arial;
    outline:none;
    border:0;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height:1.5em;
    box-sizing: border-box;
    list-style-type: none;
    outline-style:none;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 0;
    font-weight: normal;
}

/**************************TEXT SELECTION***********************/
.rutanCMS *:not(div)::selection{
    background:rgb(235,91,37);
    color:#fff;
}

.rutanCMS *:not(div)::-moz-selection{
    background:rgb(235,91,37);
    color:#fff;
}

/**************************HTML & BODY***********************/
html,
body {
    min-width:900px;
    height: 100%;
    margin:0 auto;
    width:100%;
}

body {
    color:rgb(52, 52, 52);
    margin-top:-1px; /*margin collapse*/
    border-top: 1px solid; /*margin collapse*/
    background:#ebebeb;
    box-sizing: border-box;
    font-size:16px;
    flex-direction: column;
    display:flex;
    border-radius: 0;
    box-shadow: none;
}


.rutanCMS hr,
.rutanCMS div.specialContent hr {
    margin: 10px 0px;
    height: 2px;
    background: rgb(217,217,217);
    clear: both;
    display: inline-block;
    width: 100%;
}

body.cms > div.content > section {
    flex: 1 1 auto;
    overflow: auto;
}
/**************************PAGE CONTENT***********************/
section.rutanCMS{
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 60px);
    flex: 1 1 auto;
    overflow: auto;
}

/****************************** ALIGHTNMENTS ***************************/
.rutanCMS .rightAlign {
    text-align: right;
    margin-left: auto;
}

header.rutanCMS .rightAlign,
header.rutanCMS .leftAlign{
    flex:1 1 auto;
}

.rutanCMS .floatRight {
    float:right;
}

.rutanCMS .floatLeft {
    float:left;
}

/****************************** FOOTER ***************************/
footer.rutanCMS {
    background:#ebebeb;
    clear:both;
    z-index: 999;
    flex:0 1 auto;
    height:150px;
    position: relative;
    top: initial !important;
}

footer.rutanCMS hr{
    display:none;
}

footer.rutanCMS label{
    margin:0;
    width: 100%;
}

footer.rutanCMS div.footerContent{
    height:100%;
    width:calc(100% + 0px);
    overflow-y:auto;
    overflow-x:hidden;
    padding:0 10px;
}

footer.rutanCMS div.footerContent:not(.layout){
    padding:40px;
}


footer.rutanCMS{
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 50px;
    overflow: hidden;
}

footer.rutanCMS  div.resizable-handle.resizable-n{
    position: absolute;
    display: block;
    cursor:ns-resize;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid rgb(217,217,217);
    background: transparent;
    height: 23px;
    z-index: 0 !important;
}

footer.rutanCMS label{
    background:rgba(217,217,217,0.4);
    padding:3px 10px;
    width:calc(100% + 30px);
    display: block;
    border-bottom:2px solid rgb(217,217,217);
}

footer.rutanCMS label b{
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    font-family: 'Rutan-Medium';
}

/****************************** MESSAGES / ERRORS / CONFIRM ***************************/
dialog.rutanCMS  {
    z-index: 2000;
    position: relative;
    text-align: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    display: block;
    user-select:none;
    -moz-user-select: none;
    margin: 0;
    padding: 0;
    border: none;
}

dialog.rutanCMS:hover{
    overflow:visible;
}

dialog.rutanCMS h2{
    display:none;
    position: relative;
    padding:5px;
    margin:0;
    text-transform: none;
    font-family: "Rutan-Light";
    cursor:default;
}

dialog.rutanCMS  h2,
dialog.rutanCMS  h2 *{
    font-size: 16px;
}

dialog.rutanCMS  i.close{
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
    color:#fff;
    padding: 6.5px 14px;
    display:none;
}

dialog.rutanCMS h2:first-child i{
    display:block;
}

.rutanCMS h2.error,
.rutanCMS h2.error *,
.rutanCMS div.dz-error-message span,
.rutanCMS button:not(.transparent).error,
.rutanCMS .button:not(.transparent).error,
dialog.rutanCMS  .error{
    background:rgb(213,20,25);
    color:#fff !important;
    padding: initial 5px;
}

dialog.rutanCMS h2{
    border-bottom: 2px solid transparent;
}
dialog.rutanCMS h2:first-child,
dialog.rutanCMS h2:last-child{
    border-bottom: none;
}
dialog.rutanCMS h2:nth-child(2){
    border-top: 2px solid transparent;
}

div.formElementMessage{
    display:inline-block;
    vertical-align: top;
}

div.formElementMessage span{
    background:rgb(213,20,25);
    padding:2px 5px;
    display:block;
    width:100%;
    float:left;
    clear:both;
}

.rutanCMS h2.confirm,
.rutanCMS h2.confirm *,
.rutanCMS button:not(.transparent).confirm,
.rutanCMS .button:not(.transparent).confirm,
dialog.rutanCMS .confirm{
    background: rgb(124,178,73);
    color:#fff !important;
}

dialog.rutanCMS:hover h2.confirm,
dialog.rutanCMS:hover h2.error,
dialog.rutanCMS:hover.warning{
    border-color:rgba(255,255,255,0.5);
}

.rutanCMS h2.warning,
.rutanCMS h2.warning *,
.rutanCMS button:not(.transparent).warning,
.rutanCMS .button:not(.transparent).warning,
dialog.rutanCMS .warning,
.rutanCMS .warning,
.rutanCMS .warning *{
    background:rgb(246,191,59);
    color:rgb(52,52,52) !important;
}


.rutanCMS h2.error.message,
.rutanCMS h2.confirm.message,
.rutanCMS h2.warning.message{
    margin-bottom: 5px;
    padding:3px 6px;
}

.rutanCMS form.confirm{
    border: 1px solid rgb(124,178,73) !important;
}
.rutanCMS input.confirm,
.rutanCMS textarea.confirm,
.rutanCMS select.confirm{
    border-color: rgb(124,178,73) !important;
}

.rutanCMS p.error,
.rutanCMS p.warning,
.rutanCMS p.confirm{
    padding:0px 5px;
}

.rutanCMS a.confirm{
    color:rgb(124,178,73);
}

/****************************** LIGHBOX ***************************/
body.cms > .cmslightbox{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:1800;
    background: rgba(52, 52, 52, 0.8);
    height: 100%;
}

body.cms a.closePopup.button{
    color:initial;
    margin:initial;
    padding:initial;
    font-size: initial;
    background: transparent;
}
body.cms a.closePopup i{
    padding:8.5px 20px;
    font-size: 28px;
}

body.cms >  .cmslightbox .cmslightboxContent{
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 40px 60px 40px 20px;
    width: calc(100% + 40px);
    flex: 1 1 auto;
}

body.cms >  .cmslightbox .cmslightboxWrapper{
    margin:60px;
    width:calc(100% - 120px);
    min-width: 600px;
    background: #ebebeb;
    position: absolute;
    overflow:hidden;
    display:flex;
    flex-direction: column;
    max-height: calc(100% - 120px);
}

body.cms >  .cmslightbox[data-size="3"] .cmslightboxWrapper{
    height:calc(100% - 120px);
}

body.cms >  .cmslightbox[data-size="1"] .cmslightboxWrapper,
body.cms >  .cmslightbox[data-size="2"] .cmslightboxWrapper{
    width: 50%;
    margin: 60px 25%;
    overflow:hidden;
    max-height: calc(100% - 120px);
}

body.cms >  .cmslightbox[data-size="2"] .cmslightboxWrapper{
    width: 900px;
    margin: 60px calc((100% - 900px) / 2);
}

body.cms >  .cmslightbox .lightboxToolbar,
body.cms >  .cmslightbox div.lightboxFooter{
    position: relative;
    width: 100%;
    padding: 0 0 0 20px;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    user-select: none;
    -moz-user-select: none;
    white-space: nowrap;
    display: flex;
    flex: 0 0 45px;
}

body.cms >  .cmslightbox div.lightboxFooter{
    flex: 0 0 55px;
}

body.cms >  .cmslightbox div.lightboxFooter{
    flex-direction: row-reverse;
    padding:0 20px 0 20px;
}

body.cms >  .cmslightbox div.lightboxFooter > a.button,
body.cms >  .cmslightbox div.lightboxFooter > button{
    float:right;
    margin-top:10px;
    margin-bottom: 10px;
}

body.cms >  .cmslightbox .lightboxToolbar > li,
body.cms >  .cmslightbox .lightboxToolbar > li a{
    font-family: "Rutan-Bold";
    font-size: 30px;
    list-style-type: none;
    text-transform: uppercase;
}
body.cms >  .cmslightbox .lightboxToolbar > li.tab a.selected{
    background:#EBEBEB;
    opacity: 1;
}
body.cms >  .cmslightbox .lightboxToolbar > li.tab a.selected:before{
    border-top:4px solid rgb(235,91,37);
    position: absolute;
    top:-2px;
    left:0;
    right:0;
    content:' ';
}

body.cms >  .cmslightbox .lightboxToolbar > li.tab a{
    padding:0 20px;
    position: relative;
    color:rgb(52, 52, 52);
    opacity: 0.6;
    font-size: 27px;
}

body.cms >  .cmslightbox .lightboxToolbar > li:last-child{
    margin-left: auto;
}

/****************************** PYLON NAVI ***************************/
div.pylon nav > ul{
    padding:20px 0;
}

div.pylon nav > ul li a{
    color:rgb(52, 52, 52);
    padding:6px 16px;
    border-left: 5px solid transparent;
    display:block;
}

div.pylon nav > ul li ul li a{
    padding-left: 30px;
}
div.pylon nav > ul li ul {
    margin-bottom: 20px;
}

div.pylon nav > ul li:hover > a{
    background:rgb(217,217,217);
}
div.pylon nav > ul li.active a{
    border-left-color:rgb(235,91,37);

}
div.pylon nav > ul li.active > a {
    font-family: "Rutan-Medium";
}

/****************************** TABLE ***************************/
.rutanCMS table:not(.octalSelector){
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
    border:none;
}

.rutanCMS table:not(.octalSelector) input{
    background: transparent;
    border:1px solid rgb(52,52,52);
}

.rutanCMS table .button i{
    font-size: 24px;
}

.rutanCMS table .button{
    padding: 4px 10px;
}

.rutanCMS table:not(.octalSelector) .button,
.rutanCMS table:not(.octalSelector) .button{
    margin-bottom: 0;
}
.rutanCMS table:not(.octalSelector) thead tr{
    background: #fff;
}
.rutanCMS table:not(.octalSelector) th{
    text-align: left;
    padding:6px 30px 6px 10px;
    font-weight: normal;
    font-family: 'Rutan-Medium';
    white-space: nowrap;
    border-bottom: 2px solid rgb(235,91,37);
    background:#fff;
}

.rutanCMS table.data td {
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rutanCMS table:not(.octalSelector) tbody td{
    padding:6px 10px;
    vertical-align: top;
}

.rutanCMS table:not(.octalSelector) tbody td.icons{
    vertical-align: middle;
}

.rutanCMS table:not(.octalSelector) ul{
    white-space: nowrap;
    text-align: right;
}
.rutanCMS table:not(.octalSelector).hover tbody tr:hover{
    background:rgba(0,0,0,0.15);
}

.rutanCMS table:not(.octalSelector) tbody tr:nth-child(even) {
    background: rgb(217,217,217);
}

.rutanCMS table:not(.octalSelector) ul li{
    display: inline-block;
    list-style-type: none;
}

.rutanCMS table:not(.octalSelector) ul li.seperator{
    position: relative;
    width: 2px;
    background: rgb(52,52,52);
    height: 36px;
    vertical-align: top;
    margin:0 5px;
}


/****************************** DATA TABLE ***************************/
.rutanCMS div.dataTables_length{
    width:60px;
    float:right;
    padding-top: 18px;
    margin-bottom: 15px;
}

.rutanCMS div.dataTables_filter{
    width:250px;
    float:left;
    margin-bottom: 15px;
}

.rutanCMS div.dataTables_length label{
    font-size: 0;
}

.rutanCMS .dataTables_info,
.rutanCMS .dataTables_paginate{
    display:inline-block;
    width:50%;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding: 5px 10px;
    margin-top: 20px;
    height: 34px;
}

.rutanCMS .dataTables_paginate{
    text-align: right;
}

.rutanCMS .paginate_button.disabled{
    display: none;
}

.rutanCMS .paginate_button.next {
    margin-left:15px;
    color:rgb(52,52,52);
}

.rutanCMS .paginate_button.previous{
    margin-right: 15px;
    color:rgb(52,52,52);
}

.rutanCMS .paginate_button{
    padding:0 5px;
    color:rgb(217,217,217);
    cursor:pointer;
}
.rutanCMS .paginate_button.current{
    color:rgb(52, 52, 52);
}

.rutanCMS table.dataTable th.sorting,
.rutanCMS table.dataTable th.sorting,
.rutanCMS table.dataTable th.sorting_desc,
.rutanCMS table.dataTable th.sorting_asc{
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.rutanCMS table.dataTable th{
    background:none;
}

.rutanCMS table.dataTable th.sorting:after,
.rutanCMS table.dataTable th.sorting:before,
.rutanCMS table.dataTable th.sorting_desc:after,
.rutanCMS table.dataTable th.sorting_asc:after {
    font-family: "cms-icons";
    font-size: 14px;
    white-space: nowrap;
    display:inline-block;
    font-weight: normal;
    top: 7px;
    position: absolute;
    right:10px;
    color:rgb(217,217,217);
}

.rutanCMS table.dataTable th.sorting:before {
    content: "ArrowUp";
}

.rutanCMS table.dataTable th.sorting:after {
    content: "ArrowDown";
    right:25px;
}

.rutanCMS table.dataTable th.sorting_asc:after{
    content: "ArrowDown";
    color:rgb(52,52,52);
}

.rutanCMS table.dataTable th.sorting_desc:after{
    content: "ArrowUp";
    color:rgb(52,52,52);
}

.rutanCMS table.dataTable th.nosort:before,
.rutanCMS table.dataTable th.nosort:after{
    display:none;
}

.rutanCMS table.dataTable th.nosort{
    cursor: default;
}


/****************************** DIV TABLE ***************************/
div.table{
    display:table;
    width:100%;
}

div.table .tr{
    display:table-row;
}

div.table .tc{
    display:table-cell;
}

/****************************** PERCENTAGE CIRCLES ***************************/
.rutanCMS .loader{
    position: relative;
    width: 200px;
    height: 200px;
    user-select: none;
    -moz-user-select: none;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.rutanCMS .loader-bg{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 15px solid rgb(217,217,217);
    box-sizing: border-box;
}
.rutanCMS .spiner-holder-one{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.rutanCMS .spiner-holder-two{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.rutanCMS .loader-spiner{
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 15px solid rgb(235,91,37);
    box-sizing: border-box;
}

.rutanCMS .loader.finished.sucessfull  .loader-spiner{
    border-color:rgb(124,178,73);
}

.rutanCMS .animate-0-25-a{
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-0-25-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-25-50-a{
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-25-50-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-50-75-a{
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-50-75-b{
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.rutanCMS .animate-75-100-a{
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.rutanCMS .animate-75-100-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.rutanCMS .text{
    text-align: center;
    padding-top: 50px;
}
.rutanCMS .text b{
    font-size: 50px;
}

.rutanCMS .text span{
    display: block;
    margin-left: -65px;
    margin-top: 82px;
    overflow: hidden;
    width: 300px;
}

.rutanCMS .animateHidden{
    display:none;
}


/****************************** COLOR PICKER ***************************/
.colpick {
    position: absolute;
    width: 346px;
    height: 170px;
    overflow: hidden;
    display: none;
    background:rgb(52, 52, 52);
    box-shadow: 0 7px 4px 4px rgba(0,0,0,0.2);
    z-index: 17001;
}


.colpick_color {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 156px;
    height: 156px;
    overflow: hidden;
    cursor: crosshair;
}

.colpick_color_overlay1 {
    position: absolute;
    left:0;
    top:0;
    width: 156px;
    height: 156px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.colpick_color_overlay2 {
    position: absolute;
    left:0;
    top:0;
    width: 156px;
    height: 156px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
}

.colpick_selector_outer, div.rutanCMS .colpick_selector_outer:before {
    position: absolute;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 -6px;
    border: 1px solid black;
    border-radius: 50%;
}

.colpick_selector_inner{
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid white;
    border-radius: 50%;
}

.colpick_hue {
    position: absolute;
    top: 6px;
    left: 175px;
    width: 19px;
    height: 156px;
    cursor: ns-resize;
}

.colpick_hue_arrs {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 7px;
    margin: -7px 0 0 0;
}

.colpick_hue_larr {
    position:absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
}

.colpick_hue_rarr {
    position:absolute;
    right:0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #fff;
}

.colpick_new_color,
.colpick_current_color{
    height: 27px;
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 61px;
    border:1px solid #fff;

}
.colpick_new_color{
    border-left: 0;
}
.colpick_current_color{
    right:68px;
    border-right: 0;
}

.colpick_field,
.colpick_hex_field  {
    overflow:hidden;
    position: absolute;
    right:7px;
}

.colpick_hex_field{
    top:7px;
}

.colpick_field input,
.colpick_hex_field input{
    text-align: center;
    padding:0px 2px;
    font-size: 16px;
    color:#fff;
    background:rgba(255,255,255,0.15);
}

.colpick_field_letter{
    line-height: 28px;
    margin-right: 5px;
    font-family: "Rutan-Light";
    color:#fff;
}
.colpick_hex_field input{
    width: 80px;
}
.colpick_rgb_r .colpick_field_letter,
.colpick_rgb_g .colpick_field_letter,
.colpick_rgb_b .colpick_field_letter{
    float: none;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 2px;
}

.colpick_rgb_r{
    top:45px;
    right:97px;
}

.colpick_rgb_g{
    top:45px;
    right:52px;
}
.colpick_rgb_b{
    top:45px;
}

.colpick_field_letter {
    float:left;
    height: 20px;
    line-height: 24px;
    padding-left: 4px;
}

.colpick_submit,
.colpick [class*='colpick_hsb']{
    display:none;
}
.colpick_hex_ns .colpick_hex_field {
    width:118px;
    background: transparent;
}

.rutanCMS input.picker[type="text"]{
    box-shadow: 20px 0px 0px #000 inset;
    padding-left: 25px;
}

.rutanCMS .inputGroup input.picker[type="text"]:placeholder-shown ~ label{
    left:25px;
}

.rutanCMS div.inputGroup input.picker[type="text"]:placeholder-shown:focus ~ label{
    left:0px;
}

/****************************** LOADING SPINNER ***************************/
.rutanCMS div.spinnerWrapper{
    display:inline-block;
    vertical-align: middle;
    width:100%;
    position: relative;
}

div.rutanCMS li.rewrite div.spinnerWrapper{
    display:inline;
}

div.rutanCMS div.spinnerWrapper input{
    display:block;
}

div.rutanCMS div.input.spinnerWrapper:before,
div.rutanCMS div.button.spinnerWrapper:before{
    right:10px;
    left:auto;
    position: absolute;
}

.spinner {
    min-width: 24px;
    min-height: 24px;
}

form.loading button:before,
.spinner:before {
    content: 'Loading';
    position: absolute;
    top: 49%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -10px;
}

form.loading button:before,
.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border:3px solid rgb(235,91,37);
    border-top-color: transparent;
    animation: spinner .6s linear infinite;
}

.loading{
    cursor:wait;
}

form.loading button:before{
    left:calc(100% - 20px);
}

form.loading button.submit:before{
    border-color: rgb(255,255,255);
    border-top-color: transparent;
}

form.loading button{
    transition: padding 0.2s;
    padding-right: 40px;
}

.copyToCliboard{
    cursor:pointer;
}