﻿/*-----------------------------------------------*\
        Main Cascading Style Sheets 1.0
\*-----------------------------------------------*/

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mb-3, .my-3 {
    margin-bottom: .75rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}

p.seo-title {
    font-size: 1.5em;
    color: blue;
}

.boxed p.header {
    font-weight: bold;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

p.seo-url {
    font-size: 1em;
    color: darkgreen;
}

p.seo-description {
    font-size: 1em;
}

.form-group-link-left, .form-group-link-right {
    display: flex;
}

    .form-group-link-left > span {
        background-color: #e6e5e5;
        border: solid 1px #ced4da;
        padding: 6px 8px 4px 8px;
        font-size: 12px;
    }

    .form-group-link-left > input {
        vertical-align: top;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }

    .form-group-link-right > span {
        background-color: #e6e5e5;
        border: solid 1px #ced4da;
        padding: 6px 8px 4px 8px;
        font-size: 12px;
    }

    .form-group-link-right > input {
        vertical-align: top;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }



body{
    min-height: 100%;
    background-color: #fff;
    font-size: 13px;
}

.footer {
  padding: 1rem;
  background-color: #ffffff;
  text-align: center;
  border-top: solid 1px #ccc;
}

.full-screen-splash{
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.showtooltip {
    cursor: pointer;
    font-weight: bold;
    color: #0a6dc5;
}

/*-----------------------------------------------*\
        Main Menu
\*-----------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);

#cssmenu > ul{
    background-color: #251811;
    min-height: 700px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 250px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
  top: 10px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}

#cssmenu ul li.sub1{
    margin-left: 15px;
}

    #cssmenu ul li.sub2 {
        margin-left: 30px;
    }


#cssmenu ul li.sub1 > a{
    font-size: 12px!important;
    padding: 5px 12px;
}

.align-right {
  float: right;
}
#cssmenu > ul > li.screen-mode{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#cssmenu > ul > li.screen-mode > a{
    font-size: 12px;
}

#cssmenu > ul > li > a {
  padding: 8px 12px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #251811;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #bb9159;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 18px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 22px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 8px 13px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  background: #bb9159;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #000000;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #000000;
}


input.error, select.error, textarea.error, div.chosen-container > a.error{
    border: solid 1px #ff4d4d;
}


div.header-bar-inner img.logo{
    width: 220px;
}

span.textbox-outer{
    position: relative;
}

span.textbox-outer input[type=text].gbpprefix{
    padding-left: 12px;
}
span.textbox-outer span.gbpprefixsymbol{
    left: 5px;
    position: absolute;
    top: 2px;
}

span.textbox-outer input[type=text].percentagesuffix{
    padding-right: 12px;
}
span.textbox-outer span.percentagesuffixsymbol{
    right: 5px;
    position: absolute;
    top: 2px;
}


div.breadcrumb {
    font-size: 13px;
    margin: 10px 0;
}

div.breadcrumb i.fa{
    color: #777;
    font-size: 13px;
    vertical-align: middle;
}

div.breadcrumb > a, div.breadcrumb > a:visited {
    color: blue;
    text-decoration: none;
}

div.breadcrumb > a.btn, div.breadcrumb > a.btn:visited {
    color: white;
    text-decoration: none;
    padding: 1px 10px;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;   
    margin-top: 10px;
}

.pagination ul {
    color: #4F4F4F;
    display: inline-block;
    list-style: none outside none;
    border: none;
    margin: 0 0 5px 0;
    padding: 0;
}


.pagination ul li {
    display: inline-block;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 3px #DDDDDD;
    color: #717171;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;

    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
}

.pagination ul li:hover {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #C0C0C0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#C0C0C0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#C0C0C0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#C0C0C0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#C0C0C0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#C0C0C0 100%); /* W3C */
    box-shadow: 1px 3px 3px #DDDDDD;
    cursor: pointer;
}

.pagination ul li:last-child {
    margin: 0;
}

.pagination ul li.currentpage {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to bottom, #E6E6E6 0px, #DCDCDC 100%);
    border-color: #999999 #AAAAAA #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px #AAAAAA inset;
    color: #555555;
    cursor: default;
}


/*Master Page - Sales*/

div#sales-outer-main-wrap div.main-outer-wrap {
    width: 100%;
    height: 100%;
}

div#sales-outer-main-wrap div.header-bar{
    width: 100%;
    border-bottom: solid 1px #ccc;
    background-color: red;
    position: fixed;
    z-index: 10;
}

div#sales-outer-main-wrap div.header-bar-inner{
    margin: auto;
    max-width: 1400px;
    padding: 10px;
}

div#sales-outer-main-wrap div.page-outer-wrap{
    max-width: 1400px;
    margin:0 auto;
    position:relative;
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 500px;
    min-height: 700px;
    overflow: hidden;
}

div#sales-outer-main-wrap div.side-nav-bar-wrap {
    margin-top: 80px;
    display: table-cell;
    width: 250px;
    background-color: #fff;
    position: fixed;
    z-index: 10;
}

div#sales-outer-main-wrap div.right-side-main-content {
    padding: 85px 10px 0 260px;
    position: relative;
    min-height: 800px;
}

/*Master Page - Sales END*/





/*Master Page - Guest*/
div.guest-outer-wrap{
    max-width: 1400px;
    margin:0 auto;
    position:relative;
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 500px;
    min-height: 700px;
    overflow: hidden;
}

/*Master Page - Guest END*/





/*Master Page - Office/Main*/

div.main-outer-wrap {
    width: 100%;
    height: 100%;
}

div.header-bar{
    width: 100%;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
    position: fixed;
    z-index: 10;
}

div.header-bar-inner{
    margin: auto;
    max-width: 1600px;
    padding: 10px;
}

div.page-outer-wrap{
    max-width: 1600px;
    margin:0 auto;
    position:relative;
    display: table;
    width: 100%;
    background-color: #fff;
    padding-bottom: 500px;
    min-height: 700px;
    overflow: hidden;
}

div.side-nav-bar-wrap {
    /*margin-top: 80px;*/
    display: table-cell;
    width: 250px;
    background-color: #fff;
    position: relative;
    /*z-index: 10;*/
}

div.right-side-main-content {
    padding: 90px 10px 0 20px;
    position: relative;
    min-height: 800px;
}

/*Master Page - Office/Main END*/

.boxed {
    font-size: 13px;
    margin-top: 1.5em;
    box-shadow: 0 5px 5px 0 rgba(172, 168, 168, 0.43);
    outline: .1rem solid transparent;
    border: solid 1px #bbb;
    border-radius: 2px;
    padding: 1rem;
}

    .boxed h4 {
        font-size: 16px;
        line-height: 2.4em;
    }




div.errorbox{
    width: 90%;
    border: solid 2px red;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    background-color: #fff;
    color: red;
    font-size: 14px;
}

div.successbox{
    width: 500px;
    border: solid 2px #199335;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
    background-color: #fff;
    color: #199335;
}

ul.data-entry-form{

}

ul.data-entry-form li{
    margin-bottom: 4px;
    position: relative;
}

ul.data-entry-form li.buttons{
    margin-top: 15px;
}
ul.data-entry-form li > label {
    display: inline-block;
    width: 150px;
}

ul.data-entry-form li input {
    width: 250px;
    /*margin-right: 5px;*/
}

ul.data-entry-form li select{
    width: 250px;
    /*margin-right: 5px;*/
}

ul.data-entry-form li textarea{
    width: 250px;
    /*margin-right: 5px;*/
}

ul.data-entry-form li input[type=checkbox]{
    width: inherit;
}

.box-shadow{
    box-shadow: 4px 4px 7px 2px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 4px 4px 7px 2px rgba(153, 153, 153, 0.75);
    -webkit-box-shadow: 4px 4px 7px 2px rgba(153, 153, 153, 0.75);
}

div#account-login-page {
    border: solid 1px #ccc;
    padding: 20px;
    width: 520px;
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    margin: 50px auto;
    margin-left: -260px;
    position: relative;
}

div#account-login-page .logo{
    width: 200px;
    margin: 20px auto;
}

div#account-login-page .logo img{
    width: 100%;
}

div#account-password-reset h1{
    text-align: center;
    margin-bottom: 30px;
}

div#account-password-reset {
    border: solid 1px #ccc;
    padding: 20px;
    width: 520px;
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    margin: 50px auto;
    margin-left: -260px;
    position: relative;
}



div#account-password-reset ul.data-entry-form{
    margin-top: 30px;
}

div#account-password-reset ul.data-entry-form li input{
    width: 300px;
}



table.default {
    width: 100%;
}

table.default tr.heading {
    background-color: #251811!important;
    color: #fff;
    cursor: default!important;
}

table.default tr.subtotal td{
    background-color: #251811;
    color: #fff;
    cursor: default!important;
}

table.default tr.heading:hover {
    background-color: #251811!important;
}


table.default tr {
    border-bottom: solid 1px #ccc;
}

table.default tr.noborder {
    border-bottom: none!important;
    background-color: transparent!important;
}

table.default tr.noborder:hover {
    background-color: transparent!important;
}

table.default tr.noborder > td{
    background-color: transparent!important;
}

table.default tr:hover{
    background-color: #CFCFCF!important;
}

table.default tr:nth-child(odd) {
    /*background-color: rgba(223,223,223,0.7);*/
    background-color: rgb(223,223,223);
}

table.default tr.previousitem {
    background-color:#f3d5b6 !important;
}

table.default td{
    padding: 5px;
    text-align:center;
    border-right: solid 1px #aaa;
    vertical-align: middle;
    border-bottom: 1px solid #ada7a7;

}

table.default td:last-child{
    border-right: none;
}

table.default .btn{
    padding: 0px 6px!important;
}

table tr td.left {
    text-align: left;
}

table tr td.right {
    text-align: right;
}

table tr td.white {
    background-color: #fff!important;
}

table.default tr td select{
    padding: 0 5px;
}

table.default tr.archived td {
    background-color:#e49b9b !important;
}


table.default tr.archived:hover td {
    background-color:#e49b9b !important;
}

/*table tr td.heading{
    background-color: #333!important;
    color: #fff;
    cursor: default!important;
}*/

.sortcol{
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

div.search-box{
    float:right;
    margin-bottom: 5px;
    display: inline-block;
}
div.search-box i{
    font-size: 18px;
    color: #5197d5;
}
div.search-box input{
    width: inherit;
}


/*DOCUMENT QUOTATION*/
div#document-quotation-edit div.expired-box{
    margin: 20px auto;
    text-align: center;
    border: solid 2px red;
    border-radius: 5px;
    padding: 10px 0;
    width: 800px;
}

div#document-quotation-edit div.expired-box p{
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

div#document-quotation-edit div.expired-box a{
    margin: 5px 0;
}


/*PRODUCT PRICE MAINT*/
div#product-price-maintenance ul li{
}

div#product-price-maintenance ul li > label{
    display: inline-block;
    width: 140px;
}

div#product-price-maintenance div.status-bar.green{
    background-color: #4dff4d;
}

div#product-price-maintenance div.status-bar.amber{
    background-color: #ffb84d;
}

div#product-price-maintenance div.status-bar.red{
    background-color: #ff4d4d;
}

div#product-price-maintenance div.status-information{
    border: solid 1px #777;
    border-radius: 10px;
    padding: 70px 20px 20px 20px;
    width: 250px;
    text-align: center;
    position: relative;
}

div#product-price-maintenance div.status-bar{
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    height: 40px;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #777;
}

div#product-price-maintenance a.btn.approve{
    margin-top: 20px;
}

div#product-price-maintenance span.warning{
    color: red;
    font-weight: bold;
}


/*PRODUCT EDIT*/
div#product-edit div#product-group-details{
    border: solid 1px #ccc;
    border-radius: 5px;
    right: 10px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    max-width: 500px;
}

div#product-edit div#product-price-maintenance-details{
    border: solid 1px #ccc;
    border-radius: 5px;
    right: 10px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    max-width: 500px;
}

div#product-edit div.splash {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

div#product-edit div#update-rrp-popup{
    display: none;
}

div#product-edit div#update-rrp {
    width: 340px;
    height: 220px;
    left: 50%;
    top: 150px;
    margin-left: -170px;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.9);
    padding: 20px;
    display: none;
}

div#product-edit div#update-rrp ul li:first-child{
    margin-top: 10px;
}

div#product-edit div#update-rrp ul li {
    margin-bottom: 40px;
    text-align: center;
}

div#product-edit div#update-rrp ul li p {
    font-size: 16px;
}

div#product-edit div.schedule-details-box{
    position: relative;
}

div#product-edit div.status-bar{
    position: relative;
    padding: 5px 0;
    font-size: 14px;
    color: #000;
}

div#product-edit div.status-bar.green{
    background-color: #4dff4d;
}

div#product-edit div.status-bar.amber{
    background-color: #ffb84d;
}

div#product-edit div.status-bar.red{
    background-color: #ff4d4d;
}

div#product-edit div.schedule-details-box > span{
    margin: 5px 0;
    display: inline-block;
}




table.document-top-heading{
    width: 100%;
    margin: 10px 0 30px 0;
}

table.document-top-heading td{
    border: solid 1px #BFBFC0;
    padding: 3px 6px;
    vertical-align: top;
}

table.document-top-heading td:first-child{
    border-left: none;
}

table.document-top-heading td:last-child{
    border-right: none;
}

table.document-top-heading td.heading{
    background-color: #C3986B;
    color: #fff;
    width: 15%;
    text-align: left;
}

table.document-top-heading td.detail{
    background-color: #fff;
    color: #000;
    width: 35%;
}

table.document-top-heading td.noborder{
    border: none;
}

.page-left{
    float:left;
}

.page-right{
    float:right;
}


div.notes-box div.notes{
    border: solid 1px #e2e2e2;
    padding: 2px;
    position: relative;
    display: inline-block;
    width: 400px;
    min-height: 200px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.notes-box div.notes div.notes-heading{
    background-color: #251811;
    padding: 10px;
    color: #fff;
    height: 40px;
    margin-bottom:5px;
    border-radius:5px
}

div.notes-box div.notes div.notes-heading p{
    text-align: center;
}

div.notes-box div.notes div.notes-heading i.add-new-note-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
}

div.notes-box div.notes div.notes-heading i.cancel-new-note-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
    
div.notes-box div.notes div.notes-heading i.hide-note-icon{
    position: absolute;
    top: 10px;
    left: 10px;
}

div.notes-box div.notes div.notes-body{
    overflow-y: scroll;
    min-height: 100px;
    padding: 0 5px;
}

div.notes-box div.notes div.note-add{
    display: none;
    border-bottom: solid 1px #888;
    padding: 10px;
    position: absolute;
    top: 43px;
    left: 2px;
    right: 2px;
    background-color: #251811;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
}

div.notes-box div.notes div.note-add textarea{
    margin-bottom: 10px!important;
}

div.notes-box div.notes div.note-add .btn{
    float: right;
}

div.notes-box div.notes ul.notes{
    width: 100%;
    height: 100%;
}

div.notes-box div.notes ul.notes li{
    padding: 5px 10px;
    margin-bottom: 7px;
    position: relative;

    -webkit-box-shadow: 0px 5px 7px 0px rgba(133,129,133,1);
    -moz-box-shadow: 0px 5px 7px 0px rgba(133,129,133,1);
    box-shadow: 0px 5px 7px 0px rgba(133,129,133,1);

    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(224,224,224,1) 100%);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e0e0e0', GradientType=0 );
}

div.notes-box div.notes ul.notes li span.username{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #777;
}

div.notes-box div.notes ul.notes li span.date{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 20px;
    color: #777;
    font-size: 11px;
}

div.notes-box div.notes ul.notes li span.message:before{
    content: '';
    clear: both;
    display: table;
}

div.notes-box div.notes ul.notes li span.message{
    width: 100%;
    display: inline-block;
    color: #000;
    margin-top: 20px;
    line-height: 17px;
}

div.notes-box div.notes ul.notes li span.del{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 2px;
}

div.notes-box div.notes ul.notes li span.del i{
    font-size: 22px;
    color: red;
}

div.notes-box div.notes ul.notes li:hover{
    background-color: #e7f0fe;
}

div.notes-box div.notes ul.notes li:hover span.del{
    display: inline-block;
}

div.notes-box span.no-star{
    display: none;
}

div.notes-box div.add-new-note-icon i{
    font-size: 12px;
    margin-left: 5px;
}

div.notes-box{
	position:absolute;
	right:-400px;
	top:100px;
    z-index: 10;
    height: 28px;
}

div.notes-box a {
    display: inline-block;
    text-align: center;
    background-color: gray;
    padding: 5px;
    float: left;
    cursor: pointer;
    color: #FFF;
    font-size: 13px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }

div.notes-box a.green{
    background: green;
}

div#document-send-purchase-order-warehouse div.buttons{
    margin-top: 10px;
}

div#document-send-purchase-order-warehouse div.splash {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
}

div#document-send-purchase-order-warehouse div#processing-popup-box {
    display: none;
}

div#document-send-purchase-order-warehouse div#processing-popup{
    width: 340px;
    height: 220px;
    left: 50%;
    top: 150px;
    margin-left: -170px;
    position: fixed;
    z-index: 101;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.9);
    padding: 20px;
    text-align: center;
}

div#document-send-purchase-order-warehouse div#processing-popup img{
    margin: 0 auto 10px auto;
    display: block;
}

div#document-send-purchase-order-warehouse div#processing-popup .btn{
    cursor: wait;
}


/*Calendar Stuff*/

div.calendar{
    width: 561px;
}

div.calendar .left{
    float: left;
}

div.calendar label.calendar-name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

div.calendar div.title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

div.calendar div.title a{
    width: 80px;
}

div.calendar div.buttons{
    margin-bottom: 10px;
}

div.calendar table td{
    border: solid 1px #888;
    width: 80px;
    height: 80px;
    padding: 5px;
    font-weight: bold;
    position: relative;
}

div.calendar table td i.today{
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    font-size: 20px;
}

div.calendar table td.heading{
    font-weight: bold;
    text-align: center;
    height: 30px;
    font-size: 16px;
}

div.calendar table td.day{
    cursor: pointer;
}

div.calendar table td.no-day{
    background-color: #fff;
}

div.calendar table td.weekend{
    background-color: #e3fcea;
}

div.calendar table td.not-allowed{
    background-color: #ffd1ba!important;
}

div.calendar table td.booked{
    background-color: #a7acce!important;
}

div.calendar table td.not-allowed.booked{
    background: repeating-linear-gradient(
        45deg,
        #a7acce,
        #a7acce 10px,
        #ffd1ba 10px,
        #ffd1ba 14px
    );
    color: #000!important;
}

div.calendar table td.weekend.booked{
    background: repeating-linear-gradient(
        45deg,
        #a7acce,
        #a7acce 10px,
        #e3fcea 10px,
        #e3fcea 14px
    );
    color: #000!important;
}

div.calendar table td.not-allowed.selected{
    background: repeating-linear-gradient(
        45deg,
        green,
        green 10px,
        #ffd1ba 10px,
        #ffd1ba 14px
    );
    color: #000!important;
}

div.calendar table td.weekend.selected{
    background: repeating-linear-gradient(
        45deg,
        green,
        green 10px,
        #e3fcea 10px,
        #e3fcea 14px
    );
    color: #000!important;
}

div.calendar table td.booked.selected{
    background: repeating-linear-gradient(
        45deg,
        green,
        green 10px,
        #a7acce 10px,
        #a7acce 14px
    );
    color: #000!important;
}

div.calendar table td.selected{
    background-color: green!important;
    color: #fff;
}

div.calendar div.legend{
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
}

div.calendar div.legend table.legend{
    display: inline-block;
}

div.calendar div.legend table.legend td{
    height: 40px;
    width: 100px;
    text-align: center;
    padding-top: 11px;
}
/*End Calendar Stuff*/


/*Courier Stuff*/

div#courier-list div.unassigned{
    border: solid 1px red;
    padding: 10px;
    margin: 20px;
}

div#courier-list div.unassigned h2{
    font-size: 20px;
    color: red;
}

div#courier-list div.unassigned span{
    margin-left: 20px;
    display: inline-block;
}

div#courier-edit ul.data-entry-form li{
    margin-bottom: 10px;
}

div#courier-edit ul.data-entry-form li > label{
    vertical-align: top;
    width: 200px;
    display: inline-block;
}

div#courier-edit div.day-list{
    display: inline-block;
}

div#courier-edit div.courier-list{
    display: inline-block;
}

/*End Courier Stuff*/



/*View Details Page*/
 
.view-details-page table.default{
    border: solid 1px #ccc;
}

.view-details-page div.totals{
    display: inline-block;
    width: 220px;
    height: 260px;
}

.view-details-page div.totals div.totals-inner{
    vertical-align: middle;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.view-details-page div.totals div.ul-outer{
    display: table-cell;
    vertical-align: middle;
}

    .view-details-page div.totals ul {
        border: 1px solid #b1a7a7;
        border-radius: 10px;
        overflow: hidden;
    }

.view-details-page .link {
    text-decoration:underline;
}

.view-details-page div.totals ul li {
    padding: 10px;
    position: relative;
    height: 40px;
    /*background: -moz-linear-gradient(left, rgba(187,145,89,0.5) 0%, rgba(187,145,89,1) 100%);
    background: -webkit-linear-gradient(left, rgba(187,145,89,0.5) 0%,rgba(187,145,89,1) 100%);
    background: linear-gradient(to right, rgba(187,145,89,0.5) 0%,rgba(187,145,89,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bb9159', endColorstr='#bb9159',GradientType=1 );
    opacity: 1;
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px #eee;
    background-color: #e0e0e0;
}

.view-details-page div.totals ul li:last-child{
    border-bottom: none;
}

.view-details-page div.totals ul li span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.view-details-page div.totals ul li span.total-name {
    position: absolute;
    left: 5px;
}

.view-details-page div.totals ul li span.total-value {
    position: absolute;
    right: 5px;
    text-align: right;
    color: #000;
    font-weight: normal;
}

.view-details-page div.totals ul li.heading{
    text-align: center;
    font-size: 16px;
}

.view-details-page div.contactinfo{
    margin-bottom: 20px;
}

.view-details-page div.chart-area{
    max-width: 900px; 
    max-height: 300px; 
    margin: 0 auto; 
    padding: 15px;
}

.view-details-page canvas{
    width:100%!important;
    height:100%!important;
    max-width: 900px!important;
    max-height: 300px!important;
}

.view-details-page div.chart{
    width: 80%; 
    height: 100%; 
    display: inline-block; 
    vertical-align: top; 
}

.view-details-page div.card-outer{
    display: flex;
    flex-wrap: wrap;
}

.view-details-page div.card{
    vertical-align: top;
    width: 320px;
/*    border: solid 1px #251811;*/
    padding: 2px;
    display: inline-block;
    margin-right: 8px;
}

.view-details-page div.card:last-child{
    margin-right: 0px;
}

    .view-details-page div.card > div {
        /*
        background-color: #251811;
        color: #fff;
        padding: 5px;
        height: 100%;
        border-radius:10px;

        */

        background-color: #e0e0e0;
        color: #000;
        padding: 5px;
        height: 100%;
        border-radius: 2px;
        border: 1px solid #bbb;
    }

.view-details-page div.card > div p{
    text-align: center;
    font-size: 16px;
    font-weight:bold;
}

.view-details-page div.card > div ul{
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #888;
}

.view-details-page div.card > div ul li{
    text-align: center;
}

.view-details-page div.card > div ul li i{
    font-size: 16px;
    margin: 5px 0;
}

.view-details-page div.card > div ul li > div{
    overflow: hidden;
    white-space: nowrap;
}

.view-details-page .float-up {
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name:float-up;
    -moz-animation-name:float-up;
    -o-animation-name:float-up;
    animation-name:float-up;
    -webkit-animation-iteration-count:1;
    -moz-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-out;
    -moz-animation-timing-function:ease-out;
    -o-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    position:absolute;
    left:500px;
}

@-webkit-keyframes float-up {
    0% {
        right:100px;
        opacity:0;
    }
    65% {
        left:-20px;
    }
    100% {
        left:0px;
        opacity:1;
    }
}

@-moz-keyframes float-up {
    0% {
        right:100px;
        opacity:0;
    }
    65% {
        left:-20px;
    }
    100% {
        left:0px;
        opacity:1;
    }
}

@-o-keyframes float-up {
    0% {
        right:100px;
        opacity:0;
    }
    65% {
        left:-20px;
    }
    100% {
        left:0px;
        opacity:1;
    }
}

@-keyframes float-up {
    0% {
        right:100px;
        opacity:0;
    }
    65% {
        left:-20px;
    }
    100% {
        left:0px;
        opacity:1;
    }
}

.view-details-page div.top-heading{
    text-align: center;
    margin-bottom: 10px;
}

.view-details-page div.top-heading > a{
    border-bottom: solid 2px #5197d5;
}

.view-details-page div.top-heading > span{
    display: block;
}

.view-details-page div.top-heading span.heading.name{
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px;
}

.view-details-page div.top-heading span.heading.address{
    font-size: 14px;
}

.view-details-page h2{
    margin-bottom: 0;
}

/*End View Details Page*/


/*Item Address List*/

div#item-address-list ul.address-list{
}

div#item-address-list ul.address-list > li{
    padding: 10px 10px 40px 10px;
    border: solid 2px #333;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
}

div#item-address-list ul.address-item{
    float:left;
}

div#item-address-list ul.address-item > li{
}

div#item-address-list ul.address-item > li.address-type{
    color: red;
    font-weight: bold;
}

div#item-address-list span.address-label{
    font-weight: bold;
}

div#item-address-list table.documents{
    float: right;
    width: 400px;
    font-size: 12px;
}

div#item-address-list table.documents.default tr td{
    padding: 2px;
}

div#item-address-list table.documents.default tr:nth-child(odd){
    background-color: #fff;
}

div#item-address-list table.documents.default tr{
    border-bottom: none;
}

div#item-address-list table.documents.default tr.heading td{
    background-color: #fff;
    color: #000;
    border-bottom: solid 1px #aaa;
}

div#item-address-list div.buttons{
    position: absolute;
    bottom: 10px;
    left: 10px; 
}

/*End Item Address List*/



div#sales-commissions-overview div.chart{
    margin: 20px 0;
}

div#sales-commissions-overview div.chart-area{
    max-width: 100%; 
    max-height: 260px; 
    margin: 0 auto; 
    padding: 15px;
}

div#sales-commissions-overview canvas{
    width:100%!important;
    height:100%!important;
    max-width: 100%!important;
    max-height: 260px!important;
}

div#sales-commissions-overview div.chart{
    width: 100%; 
    height: 100%; 
    display: inline-block; 
    vertical-align: top; 
}

div#sales-commissions-overview div.summary-info div.card-outer{
    display: flex;
    flex-wrap: wrap;
}

div#sales-commissions-overview div.summary-info div.card{
    vertical-align: top;
    width: 371px;
    border: solid 1px #251811;
    padding: 2px;
    display: inline-block;
    margin-right: 8px;
}

div#sales-commissions-overview div.summary-info div.card:last-child{
    margin-right: 0px;
}

div#sales-commissions-overview div.summary-info div.card > a > div{
    background-color: #251811;
    color: #fff;
    padding: 10px;
    height: 100%;
}

div#sales-commissions-overview div.summary-info div.card > a > div p{
    text-align: center;
    font-size: 16px;
}

div#sales-commissions-overview div.summary-info div.card p.title{
    font-size: 18px;
}
div#sales-commissions-overview div.summary-info div.card p.amount{
    font-size: 20px;
}
div#sales-commissions-overview div.summary-info div.card p.count{
    font-size: 14px;
}
      
div#sales-commissions-overview div.paid-list{
    margin-top: 10px;
}

div#sales-commissions-overview div.paid-list div.outer{
    vertical-align: top;
    border: solid 1px #251811;
    padding: 2px;
    text-align: center;
}

div#sales-commissions-overview div.paid-list div.outer > p{
    font-size: 18px;
    color: #fff;
    background-color: #bb9159;
    padding: 5px;
    margin-bottom: 2px;
}

div#sales-commissions-overview div.paid-list div.card{
    border: solid 1px #251811;
    padding: 5px;
    display: inline-block;
    width: 195px;
    margin: 0 10px;
}

div#sales-commissions-overview div.paid-list div.card p.title{
    font-size: 16px;
}

div#sales-commissions-overview div.paid-list div.card p.amount{
    font-size: 16px;
}

div#sales-commissions-overview div.sales-people{
    width: 400px;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}

div#sales-commissions-overview div.sales-statements{
    width: 680px;
    display: inline-block;
    vertical-align: top;
}

div#sales-commissions-overview a.btn.view-all{
    padding: 6px 20px!important;
}

/*.bg-grey {
    background-color: #e0e0e0;
}*/


.service-note {
    border: solid 1px #ccc;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    border-radius:5px;
}

.service-note div.edit {
    position:absolute;
    right:5px;
    top:0px;
}


.service-note.customer {
    background-color: lightcyan;
    border: solid 1px #99d5d5;
}

    .service-note.equipment {
        background-color: lightgoldenrodyellow;
        border: solid 1px #b3b34f;
    }

.service-note.jobgroup {
    background-color: #cfffcf;
    border: solid 1px #7faf7f;
}

.service-note .note-head {
    margin-bottom: 0.75rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.25rem;
}

.service-note.jobgroup .note-head {
    border-bottom: solid 1px #7faf7f;
}

    .service-note.equipment .note-head {
        border-bottom: solid 1px #b3b34f;
    }

.service-note.customer .note-head {
    border-bottom: solid 1px #99d5d5;
}

.service-note .note-user {
    display: inline-block;
}

.service-note .note-date {
    float: right;
}

    .service-note a.equipment-details {
        background: #d1f1fb;
        border: solid 1px #018cb9;
        border-radius: 6px;
        padding: 2px 6px;
        font-size: 0.7rem;
        margin-top: 0.5rem;
        display: inline-block;
    }

    .service-note .note-body
    {
        position:relative;
    }

    .service-note div.serviceemailshowall {
        display: none;
    }


    .service-note.email.reduced {
        max-height:160px;
        overflow:hidden;
    }

        .service-note.email.reduced div.serviceemailshowall {
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0px;
            height: 30px;
            left: 0;
            text-align: center;
            background-color: #e5e5e9;
            padding: 5px 0 15px 0;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            border-top: 1px solid #ccc
        }


        .service-note .note-body span.copytoclipboard {
            position: absolute;
            top: -4px;
            right: 5px;
            color: #000;
            border: 1px solid #C3986B;
            padding: 3px 5px;
            font-size: 11px;
            display: inline-block;
            margin-left: 10px;
            cursor: pointer;
            border-radius: 5px;
            min-width: 60px;
            text-align: center;
            background-color: #fff;
        }

@media only screen and (max-width : 979px) {



}

@media only screen and (max-width : 767px) {


}

@media only screen and (max-device-width: 480px) {

}




.alert-message {
    -webkit-animation: alert-message-animation 1000ms linear both;
    animation: alert-message-animation 1000ms linear both;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 1000;
}

@-webkit-keyframes alert-message-animation {
    0% {
        -webkit-transform: matrix3d(0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.7% {
        -webkit-transform: matrix3d(0.847, 0, 0, 0, 0, 0.847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.847, 0, 0, 0, 0, 0.847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.41% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.11% {
        -webkit-transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.71% {
        -webkit-transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.62% {
        -webkit-transform: matrix3d(1.019, 0, 0, 0, 0, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.019, 0, 0, 0, 0, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    19.62% {
        -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.972, 0, 0, 0, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.52% {
        -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    28.43% {
        -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    34.33% {
        -webkit-transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    46.05% {
        -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    57.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    69.57% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.38% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.19% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: translateZ(0);
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

@keyframes alert-message-animation {
    0% {
        -webkit-transform: matrix3d(0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75, 0, 0, 0, 0, 0.75, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.7% {
        -webkit-transform: matrix3d(0.847, 0, 0, 0, 0, 0.847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.847, 0, 0, 0, 0, 0.847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.41% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.11% {
        -webkit-transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.71% {
        -webkit-transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.076, 0, 0, 0, 0, 1.076, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.62% {
        -webkit-transform: matrix3d(1.019, 0, 0, 0, 0, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.019, 0, 0, 0, 0, 1.019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    19.62% {
        -webkit-transform: matrix3d(0.972, 0, 0, 0, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.972, 0, 0, 0, 0, 0.972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.52% {
        -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    28.43% {
        -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    34.33% {
        -webkit-transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    46.05% {
        -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.993, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    57.86% {
        -webkit-transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.003, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    69.57% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.38% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.19% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: translateZ(0);
        -webkit-font-smoothing: subpixel-antialiased;
    }
}