@font-face {
    font-family: 'icomoon';
    src:  url('/media/fonts/icomoon.eot');
    src:  url('/media/fonts/icomoon.eot#iefix') format('embedded-opentype'),
          url('/media/fonts/icomoon.ttf') format('truetype'),
          url('/media/fonts/icomoon.woff') format('woff'),
          url('/media/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

/* Form setup */
input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}

td {
    padding-right: 1rem;
}

.w2-input {
    position: relative;
}
  
.w2-fr {
    white-space: nowrap;
    width: 100%;
    display: table;
}
 
.w2-fc {
    display: table-cell;
    padding: 0.5rem;
}

.w2-fc input, .w2-fc textarea{
    width: 100%;
}

.w2-gr.w2-hide {
    display: none;
}

.w2-gr {
    position: relative;
    padding: 1rem;
    margin: 0.5rem 0;
    box-shadow: inset 0 0 0.2rem 0rem rgba(0,0,0,0.2);
}

.w2-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 31rem;
    width: 20rem;
    background: #FFF;
    border-radius: 0.25rem;
    box-shadow: 0.1rem 0.1rem 0.1rem #C0C0C0;
}

.w2-group-label {
    position: absolute;
    top: -0.75rem;
    left: 0.5rem;
    background: #FFF;
    height: 1.5rem;
    line-height: 1.5rem;
    z-index: 1000;
    display: inline-block;
    padding: 0 0.5rem;
    font-weight: bold;
    font-size: 0.7rem;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="date"], input[type="datetime-local"],  select, textarea {
    box-sizing: border-box;
    min-height: 3rem;
    font-family: tahoma, verdana, arial;
    width: 100%;
    outline: 0px;
    border: 1px solid #ECECEC;
    box-shadow: inset 0 0 0 30px white, 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="date"], input[type="datetime-local"]{
    padding: 0.9rem 0.5rem 0 0.5rem;
    font-size: 0.7rem;
}

select{
    padding: 0.8rem 0.5rem 0 0.5rem;
    font-size: 0.7rem;
}

input[type="submit"], input[type="button"]{
    box-sizing: border-box;
}

div{
    box-sizing: border-box;
}

textarea{
    height: 30rem;
}

body{
    margin: 0;
    background: #ECECEC;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: tahoma, verdana, arial;
    font-size: 0.8rem;
}

a{
    text-decoration: none;
}

/* Main design */
.w2-main {
    width: 90rem;
    max-width: 100%;
    margin: 0 auto;
    background: #FFF;
    min-height: 100vh;
    box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,0.2);
    position: relative;
}

.w2-topright {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100000;
    white-space: nowrap;
}

.w2-topright .w2-icon {
    font-family: 'icomoon';
    color: #FFF;
    font-size: 0.8rem;
    height: 3rem;
    width: 3.5rem;
    text-align: center;
    line-height: 3rem;
    display: inline-block;
    cursor: pointer;
}

.w2-menubar {
    background: #f12535;
    color: #FFF;
    line-height: 2.5rem;
    white-space: nowrap;
    padding-top: 9rem;
    padding-left: 1rem;
}

.w2-menubar a {
    display: inline-block;
    width: 8rem;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.w2-menubar a:hover, .w2-topright .w2-icon:hover {
    background: rgba(0,0,0,0.2);
}

.w2-menubar a:active, .w2-topright .w2-icon:active {
    background: rgba(0,0,0,0.4);
}

.w2-menubar a.active {
    background: #FFF;
    color: #000;
    font-weight: bold;
}

.w2-bar {
    white-space: nowrap;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-right: 1rem;
}

.w2-actions{
    white-space: nowrap;
    text-align: right;
}

.w2-actions > .w2-button, .w2-bar .w2-button{
    margin-left: 0.5rem;
}

.w2-button {
    background: #f12535;
    height: 2.5rem;
    display: inline-block;
    vertical-align: top;
    line-height: 2.5rem;
    color: #FFF;
    padding: 0 1.5rem;
    cursor: pointer;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
    font-family: tahoma, verdana, arial;
    font-size: 0.8rem;
    user-select: none;
    border: 0px solid transparent;
    margin-left: 0.15rem;
    font-weight: bold;
}

.w2-button-icon {
    background: #f12535;
    height: 2.5rem;
    display: inline-block;
    vertical-align: top;
    line-height: 2.5rem;
    color: #FFF;
    padding: 0 1.5rem;
    cursor: pointer;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
    font-family: tahoma, verdana, arial;
    font-size: 0.8rem;
    user-select: none;
    border: 0px solid transparent;
    margin-left: 0.15rem;
}

.w2-actions .w2-button-icon, .w2.actions .w2-button{
    margin-left: 0.6rem;
}

.w2-button-icon{
    font-family: icomoon;
}

.w2-login form * {
    margin-bottom: 1rem;
    text-align: center;
    padding: 0;
}

.w2-button{
    min-width: 8rem;
}

.w2-button:hover {
    background: #e31425;
}

.w2-button:active {
    background: #a0000d;
}

.w2-container{
    padding: 0 1rem;
}

.w2-container.has-table{
    padding: 0rem;
}

.w2-vcontainer{
    padding: 1rem 0;
    overflow: auto;
}

.w2-search {
    position: relative;
    height: 3rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

input, select, textarea{
    position: relative;
    transition: border-bottom 300ms ease-in-out;
}

input:before, select:before, textarea:before{
    content: "";
    bottom: 0px;
    width: 100%;
    /* border-bottom: 1px solid green; */
    position: absolute;
}

input:focus, select:focus, textarea:focus {
    border-bottom: 1px solid #f12535 !important;
}

.w2-search input {
    padding-left: 3rem;
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    outline: 1px solid transparent;
    box-shadow: none;
}

.w2-search:before {
    content: "\eb30";
    position: absolute;
    font-family: 'icomoon';
    height: 3rem;
    width: 3.5rem;
    text-align: right;
    line-height: 3rem;
}

.w2-center{
    text-align: center;
}

/* Properties setup */
.w2-fproperties {
    max-width: 60rem;
    display: inline-block;
}

.w2-fproperties-contract{
    min-width: 45rem;
    max-width: 70%;
    padding: 0 1rem;
}

/* Customers setup */
.w2-fcustomers {
    max-width: 50%;
    width: 45rem;
    display: inline-block;
    align-self: center;
}

/* Table control */
.w2-table-header{
    font-weight: bold;
    height: 2rem;
}

tr{
    height: 4rem;
}

.w2-customer-table{
    width: 100%;
}

.w2-customer-table tr > td:first-child, .w2-embed-table tr > td:first-child{
    padding-left: 2rem;
}

.w2-customer-table tr > td:last-child, .w2-embed-table tr > td:last-child{
    padding-right: 1rem;
}

.w2-customer-table tr:nth-child(even), .w2-embed-table tr:nth-child(even){
    background: #f7f7f7;
}

.w2-embed-table td{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.w2-embed-loading {
    height: 1rem;
    border: 1px solid #C0C0C0;
    border-radius: 0.5rem;
    max-width: 10rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.w2-templates-select, .w2-property-select, .w2-customer-select {
    text-align: left;
    white-space: normal;
}

.w2-embed-loading:before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    background: #C0C0C0;
    left: 0.25rem;
    top: 0.25rem;
    border-radius: 50%;
    animation-name: loading-alternating;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes loading-alternating {
    0% { left: 0.25rem; }
    50% { left: calc(100% - 0.75rem); }
    100% { left: 0.25rem; }
}

.w2-template-item, .w2-customer-item, .w2-property-item {
    display: inline-block;
    min-width: 15rem;
    width: calc(45% - 1rem);
    height: 10rem;
    padding-left: 3rem;
    margin-right: 1rem;
    margin-top: 1rem;
    border: 1px solid #ECECEC;
    text-align: left;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
    user-select: none;
}

.w2-property-item{
    line-height: 1.5rem;
    padding: 1rem 1rem 1rem 4rem;
    background: #FFF;
}

.w2-template-item:before, .w2-customer-item:before, .w2-property-item:before {
    content: "";
    border-right: 1px solid #ECECEC;
    height: 100%;
    width: 3rem;
    left: 0;
    top: 0;
    position: absolute;
}

.w2-customer-item-corporate {
    padding: 1rem;
    width: 50%;
    line-height: 1.5rem;
    display: table-cell;
}

.w2-customer-item-person {
    padding: 1rem;
    width: 100%;
    line-height: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w2-icon-name:before {
    content: "\eb08";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-address:before {
    content: "\ea3a";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-phone:before {
    content: "\ea1c";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-mail:before {
    content: "\ea30";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-signers:before {
    content: "\e918";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-relation:before {
    content: "\ec65";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-company:before {
    content: "\e909";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-cvr:before {
    content: "\eb67";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-rno:before {
    content: "\ecb7";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-area:before {
    content: "\ee82";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-price:before {
    content: "\ea12";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-icon-created:before {
    content: "\ea4d";
    margin-right: 0.5rem;
    font-family: 'icomoon';
    display: inline-block;
}

.w2-item-table {
    height: 100%;
}

.w2-template-item:hover, .w2-customer-item:hover, .w2-property-item:hover {
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1)
}

.w2-customer-search, .w2-template-search{
    margin-top: 1rem;
    position: relative;
}

.w2-customer-search:before, .w2-template-search:before{
    content: "\eb30";
    font-family: 'icomoon';
    width: 2.5rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.w2-customer-search input, .w2-template-search input{
    padding-left: 2.5rem;
    padding-top: 0;
}

.w2-template-item-type {
    padding: 1.5rem 0 0 1rem;
    font-weight: bold;
    font-size: 0.6rem;
    margin-bottom: 1rem;
}

.w2-template-item-name {
    padding: 0.5rem 1rem;
}

.w2-template-item.w2-selected:before, .w2-customer-item.w2-selected:before, .w2-property-item.w2-selected:before {
    content: "\ed6f";
    font-family: icomoon;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 100%;
    text-align: center;
    line-height: 3rem;
    color: #FFF;
    border-right: 1px solid #cd0413;
}

.w2-group {
    position: relative;
}

.w2-template-item.w2-selected, .w2-customer-item.w2-selected, .w2-property-item.w2-selected {
    background: #f12535;
    border: 1px solid #cd0413;
    color: #FFF;
}

.w2-notification {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 25rem;
    text-align: center;
    background: #FFF;
    box-shadow: 0.1rem 0.1rem 0.1rem #C0C0C0;
    border: 1px solid #C0C0C0;
    border-radius: 0.25rem;
    transition: transform 300ms ease-in-out;
    transform: translateY(-200%);
    padding: 1rem;
    line-height: 1.5rem;
    z-index: 1000000;
}

.w2-notification.w2-phasein{
    transform: translateY(0%);
}

.w2-notification div {
    display: inline;
}

.w2-notification-bold {
    font-weight: bold;
    margin-right: 0.5rem;
}

.w2-full{
    width: 100%;
}

.w2-login-bg {
    width: 100%;
    height: 15rem;
    background: #f12535;
    position: relative;
}

.w2-login-form {
    padding: 1rem;
}

.w2-login-icon {
    font-family: icomoon;
    height: 15rem;
    line-height: 15rem;
    text-align: center;
    color: #FFF;
    font-size: 6rem;
}

.w2-login-fail {
    position: absolute;
    bottom: 0;
    height: 2rem;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-weight: bold;
}

.w2-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    height: 4rem;
    width: 20rem;
    background-image: url('/media/images/logo.svg');
    background-repeat: no-repeat;
}

.w2-title {
    display: table-cell;
    font-size: 1rem;
    font-weight: bold;
    height: 2.5rem;
    padding: 1rem;
}

.w2-header{
    width: 100%;
    display: table;
    padding: 1rem 0;
}

.w2-input input:focus + .w2-label{
    font-size: 0.6rem !important;
    top: -0.55rem !important;
    left: 0rem !important;
    position: absolute;
    color: #000 !important;
}

.w2-input .w2-label {
    position: absolute;
    top: -0.55rem;
    left: 0rem;
    z-index: 1000;
    padding-left: 0.5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.6rem;
    transition: 200ms all ease-in-out;
    pointer-events: none;
    user-select: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.w2-input input:placeholder-shown + .w2-label{
    font-size: 0.8rem;
    top: 0px;
    left: 0;
    position: absolute;
}

.w2-input input:placeholder-shown{
    font-size: 0.8rem;
}

.w2-customer-search input {
    padding: 0 0 0 2.5rem;
}

.w2-stlabel {
    padding: 1rem;
}

.w2-buttondash {
    padding: 1rem;
}

.w2-dash-button {
    width: 18rem;
    display: inline-block;
    height: 10rem;
    padding: 1rem;
    background: #ECECEC;
    color: #000;
    text-align: center;
    position: relative;
    margin-right: 1rem;
}

.w2-dash-button-label {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    padding: 1rem;
}

.w2-dash-button-icon {
    position: absolute;
    height: 8rem;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 9rem;
    font-family: 'icomoon';
    font-size: 2rem;
}

.w2-dash-button:hover {
    background: #d2d2d2;
}

.w2-checkelement {
    height: 2.5rem;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 0.5rem;
    margin-top: 1rem;
}

.w2-type-input[value="1"] + .w2-type-container:before {
    content: "\ed6f";
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}

.w2-checkbox .w2-type-container {
    font-family: 'icomoon';
    height: 1.5rem;
    width: 1.5rem;
    outline: 0px;
    border: 1px solid #ECECEC;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.w2-checklabel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.8rem;
    font-size: 0.8rem;
    user-select: none;
}

.w2-progress {
    height: 5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    white-space: nowrap;
    position: relative;
    margin-top: 2rem;
}

.w2-progress-line {
    position: absolute;
    top: 0rem;
    left: 11.5%;
    width: 78%;
    border-top: 1px solid #000000;
}

.w2-progress-point {
    display: inline-block;
    width: 20%;
    height: 5rem;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.w2-progress-icon {
    height: 2rem;
    display: inline-block;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-family: 'icomoon';
    margin-top: 1rem;
}

.w2-progress-point:before {
    position: absolute;
    content: "";
    left: 50%;
    height: 0.75rem;
    width: 0.75rem;
    border: 1px solid #000;
    margin-left: -0.5rem;
    border-radius: 50%;
    margin-top: -0.4rem;
    background: #000;
}

.w2-progress-label {
    font-size: 0.7rem;
    padding: 0 0.5rem;
    white-space: normal;
}

.w2-progress-point.w2-active:before {
    background: #f12535;
    border: 1px solid #f12535;
}

.w2-progress-point.w2-passed:before {
    background: #f12535;
    border: 1px solid #f12535;
}

.w2-progress-point.w2-passed {
    color: #C0C0C0;
}

.w2-progress-point.w2-passed:after {
    content: "";
    top: 0px;
    width: 100%;
    border-top: 1px solid #f12535;
    position: absolute;
}

.w2-customer-item-person div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1rem;
}

.w2-container.w2-border-end {
}

.w2-customer-table tr:first-child td {
    vertical-align: bottom;
    padding: 1rem 1rem 1rem 0;
}

.no-bold {
    font-weight: normal !important;
}

.w2-customer-table tr:first-child td:first-child {
    padding: 1rem 2rem;
}

.w2-il-icon{
    font-family: icomoon;
}

.w2-il-icon.w2-yes{
    color: green;
}

.w2-il-icon.w2-no{
    color: #C0C0C0;
}

.w2-contracts-overview {
    margin-bottom: 2rem;
}

.w2-embed-table td{
    vertical-align: top;
}

.w2-form-sized{
    max-width: 45rem;
    width: 100%;
}

.w2-embed-list-empty{
    padding: 4rem 2rem;
    text-align: center;
    color: #C0C0C0;
    font-size: 0.8rem;
}

.w2-persistent-notification {
    padding: 1rem;
    margin: 1rem 0;
    background: #ECECEC;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
}

.w2-flatselect {
    display: inline-block;
    position: relative;
    width: 12rem;
    background: #f12535 !important;
    border: none !important;
    box-shadow: none !important;
    color: #FFF;
    line-height: 2.5rem;
    text-align: right;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: hidden;
    vertical-align: top;
    font-weight: bold;
    padding-right: 2rem;
  }

  .w2-substatus{
    display: block;
    font-size: 0.6rem;
  }

  .w2-custom-contract-top {
    padding: 2rem 0 2rem 0;
    white-space: nowrap;
    vertical-align: top;
}

.w2-custom-contract-status {
    height: 2rem;
    width: 2rem;
    background: #ECECEC;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0.2rem rgba(0,0,0,0.2);
    border-radius: 50%;
}

.w2-custom-contract-bottom {
    width: 100%;
    display: table;
    height: 2rem;
    background: #ECECEC;
    margin-top: 1rem;
}

.w2-custom-contract-bottom >  div {
    display: table-cell;
    padding: 1rem;
    border-right: 1px solid #f7f7f7;
}

.w2-custom-contract-status-label {
    display: inline-block;
    vertical-align: middle;
    width: 22rem;
}

.w2-custom-contract-street {
    display: inline-block;
    height: 2rem;
    vertical-align: middle;
}

.w2-container-tabs {
    line-height: 2.5rem;
    white-space: nowrap;
    background: #ECECEC;
    padding-top: 1rem;
    padding-left: 1rem;
}

.w2-container-tab {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    user-select: none;
    width: 8rem;
}

.w2-container-tab:hover {
    background: rgba(0,0,0,0.2);
}

.w2-container-tab:active {
    background: rgba(0,0,0,0.4);
}

.w2-container-tab.active {
    background: #FFF;
    font-weight: bold;
    color: #000;
}

.w2-container-tab-content{
    padding-top: 2rem;
}

.w2-container-tab-content.hidden {
    display: none;
}

.w2-container-in-tab{
    padding: 0 2rem;
}

.w2-mail-html {
    min-height: 14rem;
    box-shadow: inset 0 0 0.1rem 0.1rem rgba(0,0,0,0.2);
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.w2-customer-table tr.hidden {
    display: none;
}

.w2-indicator{
    position: relative;
}

.w2-indicator:after{
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0.2rem rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    right: 3rem;
    top: 1rem;
}

.w2-indicator.green:after{
    background: green;
}

.w2-indicator.red[value=""]:after{
    background: red;
}

td.w2-note-right {
    vertical-align: top;
    padding: 1rem;
}

td.w2-note-left {
    vertical-align: top;
    padding: 1rem;
    width: 33%;
    background: #ECECEC;
}

.w2-note-avatar {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #ECECEC;
    margin-bottom: 1rem;
}

.w2-note-user {
    font-size: 0.6rem;
    font-weight: bold;
}

.w2-note-created {
    font-size: 0.7rem;
    background: #ECECEC;
    padding: 0.2rem;
}

table tbody > tr:first-child {
    white-space: nowrap;
}

.w2-table .w2-search input {
    padding-left: 4rem;
    padding-top: 0;
}

.w2-contract-loader {
    position: relative;
}

.w2-contract-generation-loader{
    padding: 2rem;
    text-align: center;
}

.w2-contract-loader {
    font-family: 'icomoon';
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: relative;
    display: inline-block;
    animation-name: spinning;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spinning {
    0%   { transform: rotate(0deg); }
    100%  { transform: rotate(720deg); }
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0rem 0 green; }
    50%  { box-shadow: 0 0 1rem 0 green; }
    100%   { box-shadow: 0 0 0rem 0 green; }
}

.w2-pulse-field{
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: 5;
    animation-timing-function: ease-in-out;
}

.w2-contract-label {
    text-align: center;
    font-size: 0.7rem;
    color: #C0C0C0;
}

.w2-dialog-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    width: 60rem;
    max-height: 90%;
    height: 70rem;
    padding: 0 0 2.5rem 0;
    background: #FFF;
    z-index: 1000000000;
    position: absolute;
    box-shadow: 0 0 0.2rem 0.2rem rgba(0,0,0,0.4);
    border: 2px solid #C0C0C0;
}

.w2-dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100000;
}

.w2-button.w2-dialog-button {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 0;
}

.w2-quickinfo-label {
    font-weight: bold;
}

.w2-quickinfo-label.red {
    color: red;
}

.w2-custom-contract-bottom > div:hover {
    background: #d9d9d9;
    cursor: pointer;
}

.w2-custom-contract-status.orange {
    background: orange;
}

.w2-custom-contract-status.blue {
    background: blue;
}

.w2-custom-contract-status.green {
    background: green;
}

.w2-custom-contract-status.gray {
    background: gray;
}

.w2-custom-contract-status.red {
    background: red;
}

.w2-template-custom {
    border: none;
    outline: none;
    background: transparent;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

.w2-template-item.w2-selected .w2-template-custom {
    color: #FFF;
}

.w2-template-custom:hover, .w2-template-custom:focus {
    background: rgba(0,0,0,0.2);
}

.w2-contract-status-filter {
    padding: 1rem;
}

.w2-contract-status-item {
    display: inline-block;
    background: #ECECEC;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000;
    height: 2rem;
    line-height: 2rem;
    box-shadow: 0.1rem 0.1rem 0.0em rgba(0, 0, 0, 0.1);
}

.w2-contract-status-label {
    display: inline-block;
    padding: 0 0.5rem;
}

.w2-contract-status-count {
    display: inline-block;
    padding: 0 0.5rem;
    background: #d7d7d7;
    min-width: 2rem;
    text-align: center;
}

.w2-contract-status-item:hover {
    background: #e9e9e9;
}

.w2-contract-status-item.active {
    background: #d33d3e;
    color: #FFF;
}

.w2-contract-status-item.active .w2-contract-status-count {
    background: red;
}

.w2-multi {
    width: 2rem;
    height: 2rem;
}

.w2-multi input {
    border: 1px solid #ECECEC;
    outline: 1px solid #ECECEC;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}