body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#search_button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 0;
    position: relative;
}

#parcel-dimensions, #letter-dimensions,
#tariff-form {
    display: none;
}
header.tab-header.deliver-only, div.deliver-only {
    display: none;
}
ul li.store-only, div.store-only {
    display: none;
}
.custom-permissions {
    color: #cc0000 !important;
}
.listing-image {
    width: 40px;
    height: 40px;
}
.listing-image-alt {
    width: 40px;
    max-height: 40px;
    border-radius: 5px;
    z-index: 99;
}
.list-icon-on-hold.fa {
    font-size: 25px;
    color: #FA4616;
}
.list-icon-off-hold.fa {
    font-size: 25px;
    color: #9ac324;
}
.list-icon-active.fa {
    font-size: 25px;
    color: #9ac324;
}
.list-icon-inactive.fa {
    font-size: 25px;
    color: #fa4616;
}
.color-pink {
    color: #FA4616;
}
.color-orange {
    color: #F59C00;
}
.color-brown {
    color: #AA916E;
}
.color-green {
    color: #95C149;
}
.color-red {
    color: #ff0000;
}

/*------------------------------------------------------------------------------------------------------------------*/
html {
    height: 100%;
    position: relative;
}
body {
    background-color: #eeeeee;
    position: relative;
    /*padding-top: 97px;*/
    padding-bottom: 80px;
    min-height: 100%;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/*------------------------------------------loader-----------------------------------------------------------------*/

.brand-lines {
    position: fixed;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    top: 0;
    height: 4px;
    z-index: 1000;
}
.brand-lines div {
    height: 4px;
    display: block;
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.brand-lines div span {
    width: 25%;
    height: 4px;
    float: left;
    display: inline;
}

.brand-lines div span:nth-child(1) {
    background-color: #fa4616;
}
.brand-lines div span:nth-child(2) {
    background-color: #FA4616;
}
.brand-lines div span:nth-child(3) {
    background-color: #c5ab84;
}
.brand-lines div span:nth-child(4) {
    background-color: #9ac324;
}

.loader {
    position: fixed;
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
    top: 0;
    z-index: 1000;
}
.loader div {
    height: 0;
    display: block;
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loader span.ring {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: none;
    border-top: 8px solid #FA4616;
    border-left: 8px solid #d6d3c1;
    border-bottom: 8px solid #FA4616;
    border-right: 8px solid #d6d3c1;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: loading;
    animation-name: loading;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;

}

.loader.loading span.ring {
    display: block;
}

.loader.loading {
    height: 100%;
    position: fixed;
}
.loader.loading > div {
    height: 100%;
}
/*
.loader.loading div span:nth-child(1) {
    animation: pulse 1.25s infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
.loader.loading div span:nth-child(2) {
    animation: pulse 1s infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
.loader.loading div span:nth-child(3) {
    animation: pulse 1.5s infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
.loader.loading div span:nth-child(4) {
    animation: pulse 1.75s infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
@keyframes pulse {
    0% {
        height: 4px;
    }
    50% {
        height: 100px;
    }
    100% {
        height: 4px;
    }
}
*/
@-webkit-keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-------------------------------------------------site-header---------------------------------------------------------*/
.site-header {
    padding-top: 4px;
    height: 67px;
    box-sizing: border-box;
    border-bottom: 1px solid #a6a7aa;
    background-color: #f9f9f9;
    box-shadow: 1px 0 3px #a6a6a4;
    z-index: 10;
    width: 100%;
    /*position: fixed;
    top: 0;*/
}
.site-header nav {
    float: left;
    line-height: 20px !important;
}
.sub_menu {
    position: fixed !important;
    z-index: 999 !important;
    top: 36px !important;
}
.site-header nav > ul {
    margin: 0;
    padding: 26px 0 0;
    padding-left: 39px;
}
.site-header nav > ul > li {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    margin-right: 38px;
    position: relative;
}

.logo_width {
    float: right;
}

.site-header nav > ul > li > a {
    color: #737373;
    /*font-size: 18px !important;
    line-height: normal !important;*/
    text-decoration: none !important;
    cursor: pointer;
    padding-bottom: 30px;
    line-height: 1 !important;
    font-variant: normal !important;
    font-style: normal !important;
    font-size: 17px !important;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1200px) {
    .hide_logo { display: none; }
}

@media screen and (max-width: 1100px) {
    .hide_logo_admin { display: none; }
}

.other_events {
    float: right;
    margin: 12px 0 0 0;
    padding: 5px 9px 5px 5px;
    width: auto;
    text-align: right;
    max-width: 250px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #FFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}

.dashboard {
    padding: 10px !important;
}

.dashboard-events > div.event-sidebar .status-and-select {
    padding: 10px !important;
}

@media screen and (max-width: 990px) {
    .hide_welcome { display: none; }
}

@media screen and (max-width: 920px) {
    .site-header nav > ul > li > a {
        font-size: 16px !important;
    }

    .site-header nav > ul > li {
        padding: 0;
        margin-right: 20px;
    }
}

@media screen and (max-width: 680px) {
    .site-header nav > ul > li > a {
        font-size: 14px !important;
    }
    .site-header nav > ul > li {
        padding: 0;
        margin-right: 10px;
    }
}

.logo_box {
    padding: 0px 20px 0px 0px;
    text-align: right;
}

.welcome_message {
    float: right;
    padding: 18px 0px 0px 0px;
    font-size: 14px;
    color: #666;
    line-height: 15px;
}

.site-header nav > ul > li > a.disabled {
    opacity: .5;
    cursor: help;
}

.site-header nav > ul > li > a.active,
.site-header nav > ul > li:hover > a:not(.disabled) {
    color: #FA4616;
}
.site-header nav > ul > li > a.notifi span{
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 12px;
    color: #fff;
    background-color: #fa4616;
    right: -11px;
    top: -8px;
}
.site-header nav > ul > li > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 31px 0 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li:hover > ul,
.site-header nav > ul > li > ul.open {
    opacity: 1;
    max-height: 500px;
    padding: 0 0 10px;
    border: 1px solid #e0e0e0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    margin-left: -20px;
}
.site-header nav > ul > li > ul > li {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}
.site-header nav > ul > li > ul > li > a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #616161;
    padding: 11px 29px;
    display: block;
    white-space: nowrap;
    padding-right: 40px;
}
.site-header nav > ul > li > ul > li > a > i {
    width: 25px;
}
.site-header nav > ul > li > ul > li > a > span {
    float: right;
    display: inline;
    font-size: 14px;
    color: #fa4616;
    margin-top: 1px;
    margin-right: -25px;
}
.site-header nav > ul > li > ul > li.head > a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    background-color: #eeeeee;
}
.site-header nav > ul > li > ul > li > a.active,
.site-header nav > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #FA4616;
}
.site-header nav > ul > li > ul > li > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 0;
    left: 100%;
    overflow: hidden;
    opacity: 1;
    z-index: 20;
    max-height: 0;
    top: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li ul:hover {
    overflow: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.site-header nav > ul > li > ul > li > ul > li {
    display: block;
    position: relative;
    width: 100%;
}
.site-header nav > ul > li > ul > li > ul > li > a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #616161;
    padding: 10px 25px;
    display: block;
    white-space: nowrap;
}
.site-header nav > ul > li > ul > li > ul > li > a.active,
.site-header nav > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #FA4616;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li > ul > li > ul > li > a > i {
    width: 20px;
}
.site-header nav > ul > li > ul > li > ul:hover {
    overflow: visible;
}
.site-header nav > ul > li > ul > li > ul > li > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 0;
    left: 100%;
    overflow: hidden;
    opacity: 1;
    z-index: 20;
    max-height: 0;
    top: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li > ul > li > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li > ul > li > ul > li > ul > li {
    display: block;
    position: relative;
    width: 100%;
}
.site-header nav > ul > li > ul > li > ul > li > ul > li > a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #616161;
    padding: 8px 23px;
    display: block;
    white-space: nowrap;
}
.site-header nav > ul > li > ul > li > ul > li > ul > li > a.active,
.site-header nav > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #fff;
    background-color: #FA4616;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.site-header nav > ul > li > ul > li > ul > li > ul > li > a > i {
    width: 20px;
}
/*----------------------------------------------quick-add-------------------------------------------------------------*/
.quick-add {
    float: right;
    position: relative;
}
.quick-add > a {
    width: 40px ;
    height: 40px;
    background-color: #fa4616;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 41px;
}
.quick-add > a.open,
.quick-add > a:hover {
    background-color: #fa4616;
}
.quick-add > a span:first-child {
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -7px;
}
.quick-add > a span:last-child {
    display: block;
    position: absolute;
    height: 14px;
    width: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -1px;
}
.quick-add > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    min-width: 222px;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 29px 0 0;
    right: 0px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.quick-add:hover > ul,
.quick-add > ul.open {
    opacity: 1;
    border: 1px solid #e0e0e0;
    max-height: 500px;
    padding: 0 0 10px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
.quick-add > ul > li {
    display: block;
    margin: 0;
}
.quick-add > ul > li a i {
    width: 25px;
}
.quick-add > ul > li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #616161;
    padding: 11px 29px;
    display: block;
}
.quick-add > ul > li.head a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    background-color: #eeeeee;
}
.quick-add > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
/*----------------------------------------------------header-search-------------------------------------------------*/
.header-search {
    float: right;
    display: inline;
    margin-right: 20px;
    position: relative;
    margin-top: 34px;
}
.header-search > span {
    position: absolute;
    right: 0;
    color: #757575;
    cursor: pointer;
}
.header-search input {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-search.open input{
    background-color: transparent;
    display: block;
    border-bottom: 2px solid #FA4616;
    width: 220px;
    height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-search > ul {
    display: none;
}
.header-search.open > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    min-width: 222px;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 29px 0 0;
    padding: 0 0 10px;
    right: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-search.open > ul.open {
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
.header-search.open > ul > li {
    display: block;
    margin: 0;
}
.header-search.open > ul > li a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #616161;
    padding: 11px 29px;
    display: block;
    cursor: pointer;
}
.header-search.open > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
/*--------------------------------------------------profile-nav-----------------------------------------------------*/
.profile-nav {
    position: fixed;
    width: 354px;
    background-color: #fafafa;
    height: 100%;
    box-shadow: 0 1px 20px #a6a6a4;
    left: -354px;
    top: 97px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 20;
}
.profile-nav.open {
    left: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.profile-nav > h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000000;
    opacity: 0.87;
    margin: 0 0 030px;
    font-weight: 400;
    padding: 36px 40px;
    border-bottom: 1px solid #dcdcdc;
}
.profile-nav > ul {
    margin: 0;
    padding: 0 40px;
}
.profile-nav > ul > li {
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
}
.profile-nav > ul > li a span {
    float: left;
    display: inline;
    width: 50px;
    font-size: 20px;
    color: #737373;
}
.profile-nav > ul > li > a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.profile-nav > ul > li > a:hover,
.profile-nav > ul > li > a:hover span{
    color: #FA4616
}
/*-----------------------------------------------------site-breadcrumbs----------------------------------------------*/
.site-breadcrumbs {
    height: 65px;
    display: block;
    background: #dcdfe4; /* Old browsers */
    /*background: -moz-linear-gradient(left,  #dcdfe4 0%, #fbfbf3 100%); *//* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #dcdfe4 0%,#fbfbf3 100%); *//* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #dcdfe4 0%,#fbfbf3 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdfe4', endColorstr='#fbfbf3',GradientType=1 ); *//* IE6-9 */
    padding: 0 40px;
}
.site-breadcrumbs > a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    line-height: 65px;
    float: left;
    margin-right: 30px;
}
.site-breadcrumbs > nav {
    float: left;
    height: 60px;
    line-height: 69px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #757575;
}
.site-breadcrumbs > nav a {
    text-decoration: none;
    color: #757575;
}
.filter-icon-holder .open-filters {
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    margin-left: 13px;
}
.filter-icon-holder .open-filters:hover,
.filter-icon-holder .open-filters.open {
    color: #fa4616;
}
/*----------------------------------------------------------breadcrumb-actions--------------------------------------------*/
.breadcrumb-actions {
    float: right;
}
.breadcrumb-actions ul {
    margin: 0;
    padding: 0;
}
.breadcrumb-actions ul li {
    float: left;
    margin-left: 10px;
}
.breadcrumb-actions ul li a {
    height: 65px;
    line-height: 65px;
    color: #777674;
    cursor: pointer;
    font-size: 24px;
    padding: 0 10px;
    position: relative;
}
.breadcrumb-actions ul li a span {
    position: absolute;
    display: none;
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 20px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #eeeeee;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    right: 0;
    box-shadow: 0 0 3px #d0d0d0;
}
.breadcrumb-actions ul li a:hover,
.breadcrumb-actions ul li a.active {
    color: #fa4616;
}
.breadcrumb-actions ul li a:hover span {
    display: block;
}
/*--------------------------------------------------message-container-------------------------------------------------*/
.message-container {
    background-color: #fff;
    max-height: 0;
    -webkit-transition:1s;
    transition: 1s;
    overflow: hidden;
    opacity: 0;
}
.message-container.filter-open {
    padding-left: 354px;
}
.message-container.open {
    opacity: 1;
    max-height: 300px;
    -webkit-transition: 1s;
    transition: 1s;
}
.message-container > div {
    padding: 40px;
    overflow: hidden;
}
.message-container > div .close {
    float: right;
    display: inline;
    font-size: 24px;
    color: #000000;
    opacity: 0.54;
    cursor: pointer;
}
.message-container > div .close:hover {
    opacity: 1;
}
.message-container > div h2 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    margin: 0 0 20px;
    color: #000;
    font-size: 20px;
}
.message-container > div p {
    font-size: 16px;
    color: #000000;
    opacity: 0.54;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    margin: 0 0 25px;
}
.message-container .tab-header {
    width: 100%;
    display: block;
    padding: 40px 200px;
    margin-bottom: 40px;
}
.message-container .tab-header ul {
    display: block;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    height: 60px;
}
.message-container .tab-header ul li {
    text-align: center;
    overflow: visible;
    height: 40px;
    width: 40px;
    display: inline;
    float: left;
    position: relative;
}
.message-container .tab-header ul li span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 39px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.message-container .tab-header ul li.pass {
    cursor: pointer;
}
.message-container .tab-header ul li.pass:hover span{
    background-color: #fa4616;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.message-container .tab-header ul li.pass span,
.message-container .tab-header ul li.active span {
    background-color: #9AC324;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.message-container .tab-header ul li label {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    position: absolute;
    left: 0;
    top: -22px;
    white-space: nowrap;
}
.message-container .tab-header ul li:last-child {
    margin-right: 0!important;
}
.message-container .tab-header .progress-bar {
    height: 5px;
    background-color: #ccc;
    margin: -21px 2px 21px;
}
.message-container .tab-header .progress-bar span {
    display: block;
    height: 5px;
    width: 100%;
    background-color: #9AC324;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}
/*----------------------------------------text-btn--------------------------------------------------------------------*/
.text-btn {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #009688;
    text-decoration: none;
}
.text-btn:hover {
    color: #fa4616;
}
.r-alg {
    float: right;
    margin-left: 20px;
}
.l-alg {
    float: left;
    margin-right: 20px;
}
/*--------------------------------------------------site-footer--------------------------------------------------------*/
.site-footer {
    height: 80px;
    background-color: #f9f9f9;
    padding: 0 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
    border-top: 1px solid #D0D3D4;
}
.site-footer > a {
    float: left;
    display: inline;
    margin-top: 21px;
}
.site-footer > a img {
    width: 197px;
    margin-top: -15px;
}
.site-footer > .footer-profile {
    float: right;
    display: inline;
    text-align: right;
    margin-top: 23px;
    cursor: pointer;
    position: relative;
}
.site-footer > .footer-profile img {
    float: right;
    display: inline;
    cursor: pointer;
    border: 2px solid #eeeeee;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition:  0.5s;
    width: 40px;
    height: 40px;
}
/*.site-footer > .footer-profile img:hover {*/
/*border: 2px solid #fa4616;*/
/*-webkit-transition: 0.5s;*/
/*transition:  0.5s;*/
/*}*/
.site-footer > .footer-profile p {
    margin-right: 60px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 18px;
    color: #6e6e6e;
    margin-top: 12px;
}
.site-footer > .footer-profile p a {
    text-decoration: none;
    color: #6e6e6e;
    opacity: 0.54;
}
.site-footer > .footer-profile p > span {
    color: #fa4616;
}
.site-footer > .footer-profile p a:hover {
    opacity: 1;
    color: #fa4616;
}
.site-footer > .footer-profile > span {
    display: block;
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
    color: #6e6e6e;
    padding-right: 60px;
}
.site-footer > .footer-profile:hover > span {
    color: #fa4616;
}
.site-footer > .footer-profile span div {
    position: absolute;
    background-color: #fff;
    width: 231px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 63px;
    right: 13px;
    max-height: 0;
    overflow: hidden;
}
.site-footer > .footer-profile:hover span div{
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
.site-footer > .footer-profile span div > ul {
    display: block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.site-footer > .footer-profile span div > ul > li {
    display: block;
    margin: 0;
}
.site-footer > .footer-profile span div > ul > li a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #616161;
    padding: 11px 29px;
    display: block;
    text-align: left;
}
.site-footer > .footer-profile span div > ul > li a  i {
    width: 25px;
}
.site-footer > .footer-profile span div > ul > li.head a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    background-color: #eeeeee;
}
.site-footer > .footer-profile span div > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
.site-footer .social-footer {
    margin: 0 auto;
    width: 500px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin-top: 50px;
}
.site-footer .social-footer a {
    display: inline-block;
    width: 29px;
    height: 29px;
    background-color: #6e6e6e;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}
.site-footer .social-footer a:hover {
    background-color: #fa4616;;
}
/*----------------------------------------main-container-------------------------------------------------------------*/
.main-container {
    display: block;
    min-height: 100%;
}
.inner-content {
    /*margin-left: 60px;*/
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.inner-content.open-actions-menu {
    /*margin-left: 126px;*/
}
.inner-content.open-actions-menu.m1 {
    margin-left: 60px;
}
.main-container.filter-open .inner-content {
    margin-left: 414px;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
/*------------------------------------------------sub-menu-------------------------------------------------------------*/
.sub-menu {
    z-index: 5;
    position: absolute;
    left: 0;
    width: 60px;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu.fixed {
    position: fixed;
    top: 97px;
}
.sub-menu.open-actions-menu {
    width: 62px;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul {
    margin: 0;
    padding: 0;
    width: 60px;
    position: absolute;
    background-color: #fafafa;

    height: 100%;
}
.sub-menu > ul > li {
    display: block;
    height: 69px;
    width: 60px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e8e8e8;
    -webkit-transition: 0.5s;
    transition:  0.5s;
    cursor: pointer;
}
.sub-menu > ul > li:hover {
    border: 1px solid #e8e8e8;
    border-left: 0;
    overflow: visible;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul > li > a {
    display: block;
    line-height: 69px;
    height: 69px;
    width: 300px;
    color: #fff;
    background-color: #FA4616;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-decoration: none;
    font-size: 22px;
}
.sub-menu > ul > li > a  > i {
    height: 69px;
    line-height: 69px;
    width: 60px;
    text-align: center;
    float: left;
    font-size: 24px;
    margin-right: 20px;
    background-color: #fafafa;
    color: #757575;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul > li > a.active i{
    background-color: #FA4616;
    color: #fff;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul > li > a:hover i {
    background-color: #757575;
    color: #fff;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul > li > ul {
    position: absolute;
    background-color: #fff;
    width: 240px;
    left: 60px;
    top: 69px;
    max-height: 0;
    -webkit-transition: 0.5s;
    transition:  0.5s;
    overflow: hidden;
}
.sub-menu > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
    -webkit-transition: 1s;
    transition:  1s;
    box-shadow: 0 1px 20px #a6a6a4;
}
/*.sub-menu > ul > li > a.active + ul {*/
/*display: none;*/
/*}*/
/*.sub-menu > ul > li > a.active {*/
/*width: 60px;*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*}*/
.sub-menu > ul > li > ul li a {
    color: #616161;
    display: block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    padding: 0 23px;
    text-decoration: none;
    white-space: nowrap;
    height: 69px;
    line-height: 69px;
}
.sub-menu > ul > li > ul li a:hover {
    background-color: #FA4616;
    color: #fff;
}
.sub-menu > ul > li > ul li a i {
    margin-right: 10px;
}
.sub-menu > ul.sub-menu-items {
    left: 0px;
    opacity: 1;
    width: 63px;
    border-right: 3px solid #DCDFE4;
    -webkit-transition: 0.5s;
    transition:  0.5s;
    z-index: 20;
}
.sub-menu > ul.actions-items {
    left: 0;
    background-color: #FA4616;
    z-index: 5;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu > ul.actions-items li a i {
    background-color: transparent;
    color: #fff;
}
.sub-menu > ul.actions-items li a.active i {
    background-color: #757575;
}
.sub-menu > ul.actions-items.active {
    /*left: 63px!important;*/
    /*width: 63px;*/
    /*opacity: 1!important;*/
    /*border-right: 3px solid #DCDFE4;*/
    /*-webkit-transition: 0.5s;*/
    /*transition:  0.5s;*/
}
.sub-menu.show > ul.sub-menu-items {
    left: 0;
    opacity: 1;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.sub-menu.show > ul.actions-items {
    left: -60px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.hide {
    display: none;
}
/*--------------------------------------------data-table--------------------------------------------------------------*/
.data-table {
    width: 100%;
}
.data-table tr.header-row {
    background: #666666; /* Old browsers */
    /*background: #fb4c9d; *//* Old browsers */
    /*background: -moz-linear-gradient(left,  #fb4c9d 0%, #fb7561 100%); *//* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #fb4c9d 0%,#fb7561 100%); *//* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #fb4c9d 0%,#fb7561 100%); *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4c9d', endColorstr='#fb7561',GradientType=1 ); *//* IE6-9 */
    /*background-attachment:fixed;*/
}
.data-table tr th {
    padding-left: 40px;
    text-align: left;
    height: 50px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #eeeeee;
    background:transparent;
}
.data-table tr th.sortable {
    cursor: pointer;
}
.data-table tr th.sortable span{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}
.data-table tr th.sortable span:before {
    content: "\f07d";
}
.data-table tr th[data-sort-order="asc"].sortable span:before {
    content: "\f175";
}
.data-table tr th[data-sort-order="desc"].sortable span:before {
    content: "\f176";
}
.data-table tr td {
    padding-left: 40px;
    height: 94px;
    border-bottom: 1px solid #d1d1d1;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.data-table tr:hover td {
    background-color: rgba(154,195,36,0.1);
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.data-table tr.row-disabled td {
    background-color: rgba(233,0,119,0.1);
}
.data-table tr.row-on-hold td {
    background-color: rgba(245,156,0,0.1);
}
.data-table tr.row-not-activated td {
    background-color: rgba(170,145,110,0.1);
}
.data-table tr td .listing-image {
    border-radius: 50%;
}
.data-table tr td > a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.data-table tr td > a:hover {
    color: #fa4616;
}
.data-table tr td.general-actions {
    width: 120px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}
.data-table tr td.general-actions .general-list-actions-btn {
    width: 2px;
    height: 12px;
    display: block;
    padding: 16px 17px;
    padding-right: 31px;
    box-sizing: content-box;
}
.data-table tr td.general-actions .general-list-actions-btn span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fb7561;
    display: block;
    margin: 2px 0;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.data-table tr td.general-actions:hover .general-list-actions-btn span {
    width: 6px;
    height: 6px;
    margin: 3px 0;
    color: #fa4616;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.data-table tr td.general-actions .general-list-actions {
    z-index: 21;
    position: absolute;
    overflow: hidden;
    top: 75px;
    opacity: 0;
    right: 10px;
    max-height: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.data-table tr td.general-actions:hover .general-list-actions {
    opacity: 1;
    z-index: 23;
    max-height: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.data-table tr td.general-actions .general-list-actions:hover {
    opacity: 1;
    max-height: 300px;
    z-index: 23;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.data-table tr td.general-actions .general-list-actions {
    display: block;
    margin: 0;
}
.data-table tr td.general-actions .general-list-actions > li a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #616161;
    padding: 7px 20px;
    display: block;
    white-space: nowrap;
}
.data-table tr td.general-actions .general-list-actions > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
.data-table tr td.general-actions .general-list-actions > li a i {
    margin-right: 10px;
}
/*-----------------------------------listing-filters---------------------------------------------------------------*/
.listing-filters {
    position: absolute;
    width: 354px;
    background-color: #fafafa;
    min-height: 100%;
    box-shadow: 0 1px 20px #a6a6a4;
    left: -354px;
    top: 162px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 4;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.listing-filters.open {
    left: 60px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.listing-filters .clear-filter {
    float: right;
    display: inline;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-right: 11px;
    margin-top: 6px;
    color: #757575;
}
.listing-filters > h2 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #000000;
    opacity: 0.87;
    margin: 0;
    font-weight: 400;
    padding: 36px 40px;
    border-bottom: 1px solid #dcdcdc;
}
.listing-filters .dropdown-filter label {
    height: 86px;
    padding-top: 16px;
    padding-left: 40px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #3f3f3f;
    display: block;
    line-height: 70px;
}
.listing-filters .dropdown-filter label i {
    font-size: 21px;
    width: 50px;
    color: #757575;
    float: left;
    margin-top: 24px;
}
.listing-filters .dropdown-filter .box .inner{
    height: 48px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    line-height: 46px;
    padding-left: 90px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .dropdown-filter .box .inner:after {
    position: absolute;
    content:"";
    width: 46px;
    height: 32px;
    display: block;
    border-left: 1px solid #eaeaea;
    right: 0;
    top: 7px;
    background-image: url(../images/dropdown-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.listing-filters .dropdown-filter .box .listing {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .dropdown-filter .box .listing li {
    display: block;
    padding-left: 90px;
    height: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}
.listing-filters .dropdown-filter .box .listing li:hover,
.listing-filters .dropdown-filter .box .listing li.selected {
    background-color: #eeeeee;
}
.listing-filters .dropdown-filter .box.open .inner {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .dropdown-filter .box.open .listing {
    border-bottom: 1px solid #eaeaea;
    max-height: 500px;
    padding: 16px 0;
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .autocomplete-filter .autocomplete-textbox {
    overflow: hidden;
    background-color: #F4F4F4;
    border-bottom: 1px solid #f0f0f0;
}
.listing-filters .autocomplete-filter .autocomplete-textbox span {
    position: absolute;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    left: 0;
    z-index: 1;
    color: #757575;
    font-size: 19px;
}
.listing-filters .autocomplete-filter .autocomplete-textbox input {
    height: 48px;
    background-color: transparent;
    width: 90%;
    float: left;
    display: inline;
    position: relative;
    z-index: 2;
    padding-left: 48px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #3f3f3f;
}
.listing-filters .autocomplete-filter .autocomplete-textbox .autocomplete-clear {
    width: 10%;
    float: left;
    display: inline;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fa4616;
    cursor: pointer;
}
.listing-filters .autocomplete-filter .autocomplete-results {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .autocomplete-filter .autocomplete-results.open {
    max-height: 500px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-filters .autocomplete-filter .autocomplete-results li {
    display: block;
    padding-left: 48px;
    height: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}
.listing-filters .autocomplete-filter .autocomplete-results li:hover,
.listing-filters .autocomplete-filter .autocomplete-results li.selected {
    background-color: #eeeeee;
}
/*--------------------------------------------------------assignment-filters-------------------------------------------*/
.assignment-filters  {
    position: absolute;
    width: 354px;
    background-color: #fafafa;
    min-height: 103%;
    box-shadow: 0 1px 20px #a6a6a4;
    left: -708px;
    top: 0px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 4;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.assignment-filters.open {
    left: -354px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}
.assignment-filters .clear-filter {
    float: right;
    display: inline;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin-right: 11px;
    margin-top: 6px;
    color: #757575;
}
.assignment-filters > h2 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #000000;
    opacity: 0.87;
    margin: 0;
    font-weight: 400;
    padding: 36px 40px;
    border-bottom: 1px solid #dcdcdc;
}
.assignment-filters .dropdown-filter label {
    height: 86px;
    padding-top: 16px;
    padding-left: 40px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #3f3f3f;
    display: block;
    line-height: 70px;
}
.assignment-filters .dropdown-filter label i {
    font-size: 21px;
    width: 50px;
    color: #757575;
    float: left;
    margin-top: 24px;
}
.assignment-filters .dropdown-filter .box .inner{
    height: 48px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    line-height: 46px;
    padding-left: 90px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .dropdown-filter .box .inner:after {
    position: absolute;
    content:"";
    width: 46px;
    height: 32px;
    display: block;
    border-left: 1px solid #eaeaea;
    right: 0;
    top: 7px;
    background-image: url(../images/dropdown-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.assignment-filters .dropdown-filter .box .listing {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .dropdown-filter .box .listing li {
    display: block;
    padding-left: 90px;
    height: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}
.assignment-filters .dropdown-filter .box .listing li:hover,
.assignment-filters .dropdown-filter .box .listing li.selected {
    background-color: #eeeeee;
}
.assignment-filters .dropdown-filter .box.open .inner {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .dropdown-filter .box.open .listing {
    border-bottom: 1px solid #eaeaea;
    max-height: 500px;
    padding: 16px 0;
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .autocomplete-filter .autocomplete-textbox {
    overflow: hidden;
    background-color: #F4F4F4;
    border-bottom: 1px solid #f0f0f0;
}
.assignment-filters .autocomplete-filter .autocomplete-textbox span {
    position: absolute;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    left: 0;
    z-index: 1;
    color: #757575;
    font-size: 19px;
}
.assignment-filters .autocomplete-filter .autocomplete-textbox input {
    height: 48px;
    background-color: transparent;
    width: 90%;
    float: left;
    display: inline;
    position: relative;
    z-index: 2;
    padding-left: 48px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #3f3f3f;
}
.assignment-filters .autocomplete-filter .autocomplete-textbox .autocomplete-clear {
    width: 10%;
    float: left;
    display: inline;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fa4616;
    cursor: pointer;
}
.assignment-filters .autocomplete-filter .autocomplete-results {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .autocomplete-filter .autocomplete-results.open {
    max-height: 500px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-filters .autocomplete-filter .autocomplete-results li {
    display: block;
    padding-left: 48px;
    height: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
}
.assignment-filters .autocomplete-filter .autocomplete-results li:hover,
.assignment-filters .autocomplete-filter .autocomplete-results li.selected {
    background-color: #eeeeee;
}
/*------------------------------------------login-body-----------------------------------------------------------------*/
.login-body {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 0;
}
.login-body .top {
    width: 100%;
    position: absolute;
    height: 15%;
    display: block;
    background-color: rgba(0,0,0,0.8);
    mix-blend-mode: hue;
    top: 0;
    left: 0;
}
.login-body .bottom {
    width: 100%;
    position: absolute;
    height: 15%;
    display: block;
    background-color: rgba(0,0,0,0.8);
    mix-blend-mode: hue;
    bottom: 0;
    left: 0;
}
.login-body .left {
    width: 20%;
    position: absolute;
    height: 70%;
    display: block;
    background-color: rgba(0,0,0,0.8);
    mix-blend-mode: hue;
    top: 15%;
    left: 0;
}
.login-body .right {
    width: 20%;
    position: absolute;
    height: 70%;
    display: block;
    background-color: rgba(0,0,0,0.8);
    mix-blend-mode: hue;
    top: 15%;
    right: 0;
}
.login-body > div {
    width: 60%;
    height: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 20%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.login-body > div .image-view {
    width: 50%;
    float: left;
    display: inline;
    height: 100%;
    padding: 40px;
}
.login-body > div .image-view h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}
.login-body > div .image-view p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}
.login-body > div #body {
    background-color: #fff;
    width: 50%;
    float: left;
    display: inline;
    height: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.login-body > div #body form {
    width: 100%;
    max-width: 303px;
}
.login-body > div #body ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.login-body > div #body ul li {
    display: block;
    position: relative;
}
.login-body > div #body ul li input {
    height: 40px;
    padding: 0 10px;
    padding-left: 40px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    position: relative;
}
.login-body > div #body ul li.email:before {
    content: "\f1fa";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 7px;
    left: 9px;
    color: #888;
    font-size: 25px;
}
.login-body > div #body ul li.password:before {
    content: "\f023";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 7px;
    left: 9px;
    color: #888;
    font-size: 25px;
}
.login-body > div #body ul li .g-recaptcha {
    margin-bottom: 10px;
}
.login-body > div #body ul li a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #fa4616;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
.login-body > div #body ul li a:hover {
    background-color: #ed3d79;
}
.login-body > div #body ul li .login-error {
    display: block;
    color: #fa4616;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 13px;
}
.login-body > div .logo {
    display: block;
    margin: 0px auto 30px;
}
.login-body > div h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    margin-bottom: 20px;
}
.login-body > div p {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
.login-body > div #body .forgot-pas {
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #009688;
    margin-top: 20px;
    display: block;
}
.login-body > div #body .forgot-pas:hover {
    text-decoration: underline;
}
/*----------------------------------------------btn-container-----------------------------------------------------------*/
.btn-container {
    clear: both;
    overflow: hidden;
    padding: 30px 40px 40px;
}
.btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 140px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #616161;
    text-decoration: none;
    background-color: #fafafa;
    display: inline;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumb-actions .btn {
    margin-top: 10px;  
}

.btn:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn.right {
    float: right;
    margin-left: 25px;
}
.btn.left {
    float: left;
    margin-right: 25px;
}
.btn.center {
    margin: 0 auto;
}
.btn.gray {
    background-color: #e8e8e8;
}
.btn.dark-gray {
    background-color: #828282;
    color: #fff;
}
.btn.pink {
    background-color: #fd4181;
    color: #fff;
}
.btn.green {
    background-color: #9ac324;
    color: #fff;
}
.btn.orange {
    background-color: #FA4616;
    color: #fff;
}
.btn.brown {
    background-color: #c5ab84;
    color: #fff;
}
.toggle-btn {
    padding-top: 11px;
    cursor: pointer;
}
.toggle-btn > label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #616161;
    float: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.toggle-btn.left {
    float: left;
    margin-right: 25px;
}
.toggle-btn > span {
    width: 43px;
    height: 8px;
    border-radius: 2px;
    display: block;
    background-color: #FFF;
    overflow: visible;
    position: relative;
    float: left;
    margin-top: 6px;
}
.toggle-btn > span > span {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    margin-top: -8px;
}
.toggle-btn > span.off > span:before {
    content: '\f1db';
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 23px;
    left: 0;
    z-index: 1;
    color: #ddd;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
}
.toggle-btn:hover > span.off > span:before {
    color: #f98448;
}
.toggle-btn > span.on {
    background-color: #95C149;
}
.toggle-btn > span.on > span {
    background-color: #95C149;
    right: 0;
}
.toggle-btn > span.on > span:before {
    content: '\f00c';
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    left: 0;
    z-index: 1;
    color: #ddd;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
}
.toggle-btn:hover > span.on > span {
    box-shadow: 0 0px 3px rgba(249, 132, 72, 1);
}
/*----------------------------------------------form-grid-------------------------------------------------------------*/
.form-page-no-relative {
    padding-top: 40px;
}
.form-page-no-relative h1 {
    height: 69px;
    line-height: 69px;
    padding: 0 40px;
    margin: 0 40px 40px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
    background: #fa4616; /* Old browsers */
    background: -moz-linear-gradient(left,  #fa4616 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fa4616 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fa4616 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4616', endColorstr='#fb7561',GradientType=1 ); /* IE6-9 */
}
.form-page-no-relative form{
    position: relative;
}
.form-page-no-relative form h2 {
    height: 54px;
    line-height: 54px;
    margin: 0 40px 40px;
    padding: 0 40px;
    background-color: #434343;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
}
.form-page-no-relative h3 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #434343;
    margin: 0 40px 22px;
    display: block;
    font-weight: 400;
}
.form-page {
    position: relative;
    /*padding-top: 40px;*/
}
.form-page h1 {
    height: 69px;
    line-height: 69px;
    padding: 0 40px;
    margin: 0 40px 40px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
    background: #fa4616; /* Old browsers */
    background: -moz-linear-gradient(left,  #fa4616 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fa4616 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fa4616 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4616', endColorstr='#fb7561',GradientType=1 ); /* IE6-9 */
}
.form-page form{
    position: relative;
}
.form-page form h2 {
    height: 54px;
    line-height: 54px;
    margin: 0 40px 40px;
    padding: 0 40px;
    background-color: #434343;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
}
.form-page h3 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #434343;
    margin: 0 40px 22px;
    display: block;
    font-weight: 400;
}
.form-grid {
    overflow: display;
    margin: 0 25px 18px;
}
.form-grid .form-grid {
    margin: 0 -15px 18px;
}
.form-grid li {
    float: left;
    display: inline;
    margin: 0 15px 22px;
    /*min-height: 53px;*/
}
.form-grid li.relative {
    position: relative;
}
.form-grid li.label-blank-space {
    min-height: 74px;
}
.form-grid li.col-12 {
    width: calc(100% - 30px);
}
.form-grid li.col-11 {
    width: calc(91.66666666% - 30px);
}
.form-grid li.col-10 {
    width: calc(83.33333333% - 30px);
}
.form-grid li.col-9 {
    width: calc(75% - 30px);
}
.form-grid li.col-8 {
    width: calc(66.6666666% - 30px);
}
.form-grid li.col-7 {
    width: calc(58.3333333% - 30px);
}
.form-grid li.col-6 {
    width: calc(50% - 30px);
}
.form-grid li.col-5 {
    width: calc(41.6666666% - 30px);
}
.form-grid li.col-4 {
    width: calc(33.3333333% - 30px);
}
.form-grid li.col-3 {
    width: calc(25% - 30px);
}
.form-grid li.col-2 {
    width: calc(16.666666% - 30px);
}
.form-grid li.col-1 {
    width: calc(8.3333333% - 30px);
}
.form-grid li.right {
    float: right;
}
.form-grid li.col-clear-row {
    clear: left;
}
.form-grid li.col-clear {
    margin: 0;
    height: 0;
    clear: left;
}
.form-grid li.row-space {
    clear: both;
    width: 100%;
    height: 50px;
}
.form-grid li input[type="text"] {
    box-sizing: border-box;
    height: 53px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
}
.form-grid li input[disabled] {
    opacity: 0.5;
}
.form-grid li .select-wrapper {
    display: block;
    position: relative;
    border: 1px solid #eaeae8;
    box-shadow: 0 1px 1px #c3c3c3;
    background-color: #fff;
}
.form-grid li .select-wrapper:before {
    content: "";
    background-color: #fff;
    background-image: url('../images/dropdown-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 51px;
    width: 45px;
    position: absolute;
    right: 39px;
    top:0;
    z-index: 2;
    text-align: center;
    line-height: 45px;
    font-size: 8px;
    pointer-events: none;
}
.form-grid li select {
    box-sizing: border-box;
    height: 51px;
    background-color: #fff;
    border: none;
    width: calc(100% - 39px);
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: none;
    padding-right: 45px;
    position: relative;
}
.form-grid li select option {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    width: 100%
}
.form-grid li select[disabled] {
    opacity: 0.5;
}
.form-grid li .checkbox {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    /*background-color: #fff;*/
    background-color: #FA4616;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-top: 14px;
    clear: left;
}
.form-grid li .checkbox:before {
    content: '\f00d';
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 1;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
}
.form-grid li .checkbox.checked:before {
    content: '\f00c';
}
.form-grid li .checkbox:hover:before {
    color: #ddd;
}
.form-grid li .checkbox.checked {
    background-color: #95C149;
}
.form-grid li .checkbox.checked:before,
.form-grid li .checkbox.checked:hover:before {
    color: #fff;
}
.form-grid li .checkbox input {
    width: 25px;
    height: 25px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.form-grid li .checkbox + label{
    line-height: 25px;
    padding-left: 10px;
    height: 25px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 18px;
    color: #434343;
    margin-top: 14px;
}
.form-grid li .radio {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-top: 14px;
    clear: left;
}
.form-grid li .radio:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    background-color: #ddd;
    display: block;
    margin: 5px;
    border-radius: 50%;
}
.form-grid li .radio:hover:before {
    background-color: #f98448;
}
.form-grid li .radio.checked {
    background-color: #f98448;
}
.form-grid li .radio.checked:before,
.form-grid li .radio.checked:hover:before {
    background-color: #fff;
}
.form-grid li .radio input {
    width: 25px;
    height: 25px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.form-grid li .radio + label{
    line-height: 25px;
    padding-left: 10px;
    height: 25px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    margin-top: 14px;
}
.form-grid li label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    display: block;
    min-height: 20px;
}
.form-grid li .form-error {
    color: #434343;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    height: 0;
    overflow: visible;
    position: relative;
}
.form-grid li .manage-avatar {
    width: 130px;
    text-align: center;
    margin: 0 auto;
}
.form-grid li .manage-avatar label {
    margin-bottom: 3px;
}
.form-grid li .manage-avatar > div {
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-grid li .manage-avatar > div:after {
    content: "\f14b";
    color: #fd4181;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}
.form-grid li .manage-avatar img {
    cursor: pointer;
}
.form-grid li .file-uploader {
    box-sizing: border-box;
    height: 53px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
    position: relative;
}
.form-grid li .file-uploader input {
    height: 53px;
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.form-grid li .file-uploader label {
    height: 53px;
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    color: #616161;
    line-height: 53px;
}
.form-grid li .file-uploader label span {
    display: inline-block;
    height: 53px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-grid li .file-uploader:hover label span {
    background-color: #757575;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-grid li textarea {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
    height: 127px;
    resize: none;
}
.form-grid li .required,
.form-grid li .server-required {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position:  right 6px top 6px;
}
.form-grid li .select-required:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    //background-image: url(../images/required.png);
    background-repeat: no-repeat;
    top: 6px;
    right: 6px;
    z-index: 2;
}
.form-grid li .validation-icon {
    position: absolute;
    /*width: 24px;*/
    height: 24px;
    display: block;
    /*background-color: #CCCCCC;
    border-radius: 50%;*/
    right: 10px;
    margin-top: -39px;
    cursor: pointer;
}
.form-grid li .validation-icon:before {
    //content: "\f12a";
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #CCCCCC;
    border-radius: 50%;
    text-align: center;
    font: normal normal normal 14px FontAwesome;
    line-height: 26px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-grid li .validation-icon label {
    height: 30px;
    line-height: 30px;
    background-color: #000;
    position: absolute;
    padding: 0 10px;
    right: calc(100% + 20px);
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #FFF;
    display: none;
    font-size: 11px;
    z-index: 5;
}
.error {
    background: lightyellow !important;
    padding: 0px 5px 0px 5px;
    /*background: #DEDBCC !important;*/
}
.form-grid li .validation-icon label:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.form-grid li .validation-icon:hover label {
    /*display: block;*/
}
.form-grid li.error .validation-icon {
    /*background-color: #fd4181;*/
    cursor: pointer;
    padding-left: 24px;
}
.form-grid li.error .validation-icon:before {
    background-color: #DEDBCC;
    color: #FFF;
    line-height: 23px;
    content: "\f00d";
}
.form-grid li.error .validation-icon label {
    display: none;
}
.form-grid li.error .validation-icon .form-error {
    height: 30px;
    line-height: 30px;
    background-color: #fd4181;
    position: absolute;
    padding: 0 10px;
    right: 36px;
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #616161;
    display: none;
    z-index: 5;
}

.form-grid li.error .validation-icon .form-error:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.form-grid li.error .validation-icon:hover .form-error {
    display: block;
}
.form-grid li .validation-icon.pass:before {
    background-color: #434343;
    line-height: 25px;
    content: '\f00c';
}
.form-grid li .info-checkbox {
    padding: 15px 20px;
    background-color: #fff;
    overflow: hidden;
    height: 129px;
    border: 1px solid #eaeae8;
    box-shadow: 0 1px 1px #c3c3c3;
}
.form-grid li .info-checkbox label{
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 14px;
}
.form-grid li .info-checkbox p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
}
.form-grid li .info-checkbox .checkbox {
    background-color: #8a897c;
    float: right;
}
.form-grid li .info-checkbox .checkbox:before {
    content: "\f00d";
}
.form-grid li .info-checkbox .checkbox.checked {
    background-color: #ed8c55;
}
.form-grid li .info-checkbox .checkbox.checked:before {
    content: '\f00c';
}
.form-grid li .info-checkbox .toggle-btn{
    padding-top: 0;
    cursor: pointer;
}
.form-grid li .info-checkbox .toggle-btn > span.off {
    background-color: #CCCCCC;
}
.form-grid li .info-checkbox .toggle-btn > span.off  > span {
    background-color: #CCCCCC;
    color: #fff;
}
.form-grid li .info-checkbox .toggle-btn > span.off  > span:before,
.form-grid li .info-checkbox .toggle-btn > span.on  > span:before {
    color: #fff;
}
.form-grid li .multi_select {

}
.form-grid li .multi_select h5{
    box-sizing: border-box;
    height: 53px;
    line-height: 53px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
    background-image: url('../images/dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: top 25px right 25px;

}
.form-grid li .multi_select div {
    position: absolute;
    background-color: #fff;
    width: 322px;
    z-index: 50;
    box-shadow: 0 1px 1px #c3c3c3;
    overflow: hidden;
    height: 0;
    max-height: 300px;
}
.form-grid li .multi_select.open div {
    overflow-y: scroll;

}
.form-grid li .multi_select div ul {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.form-grid li .multi_select div ul li {
    display: block;
    float: none;
    margin: 0;
    /*
    height: 30px;
    min-height: 0;
    */
}
.form-grid li .multi_select div ul li label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #616161;
    /*height: 30px;
    line-height: 30px;
    padding: 0 20px;*/
    cursor: pointer;
    white-space: nowrap;
}
.form-grid li .multi_select div ul li label:hover {
    background-color: #DDDFE4;
}
.form-grid li .multi_select div ul li label.selected {
    background-color: #FA4616;
    color: #fff;
}
.form-grid li .multi_select div ul li label input {
    opacity: 0;
}

.form-grid li .multi_select.open-above {
    position: relative;
}
.form-grid li .multi_select.open-above div {
    bottom: 53px;
}
/*-----------------------------------------------------ui-datepicker----------------------------------------*/
.ui-datepicker.ui-widget.ui-widget-content {
    border: 1px solid #eaeae8;
    box-shadow: 0 1px 1px #c3c3c3;
    border-radius: 0;
    z-index: 100 !important;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header {
    background-color: #fff;
    border: none;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-prev {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    background-image: none!important;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-next:hover {
    border: none;
    top: 2px;
    right: 2px;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-prev:hover {
    border: none;
    top: 2px;
    left: 2px;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-next:before {
    content: "\f054";
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-prev:before {
    content: "\f053";
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr td.ui-state-disabled span,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr td a{
    border: none!important;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-default {
    text-align: center;
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-highlight {
    background-color: #FA4616;
    color: #fff
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active {
    background-color: #fa4616;
    color: #fff
}
/*-------------------------------------------user-avatars----------------------------------------------------*/
.user-avatars {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 5;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10%;
}
.user-avatars .close {
    position: absolute;
    color: #fff;
    top: 40px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
}
.user-avatars .close:hover {
    color: #fd4181;
}
.user-avatars h4 {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: -40px;
}
.user-avatars ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
.user-avatars ul li {
    display: inline-block;
    padding: 10px;
}
.user-avatars ul li img {
    display: block;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.user-avatars ul li:hover img,
.user-avatars ul li.selected img {
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/*--------------------------------------------static-view--------------------------------------------------------------*/
.static-view {
    padding: 40px;
    position: relative;
}
.static-view h1 {
    height: 69px;
    line-height: 69px;
    padding: 0 40px;
    margin: 0 0 40px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
    background: #fa4616; /* Old browsers */
    background: -moz-linear-gradient(left,  #fa4616 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fa4616 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fa4616 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4616', endColorstr='#fb7561',GradientType=1 ); /* IE6-9 */
}
.static-view dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.static-view dl dt {
    float: left;
    display: inline;
    width: 300px;
    clear: left;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
}
.static-view dl dd {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    float: left;
    display: inline;
    line-height: 20px;
}
/*-----------------------------------------action-popup--------------------------------------------------------------*/
.action-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.71);
    top: -100%;
    opacity: 0;
    left: 0;
    z-index: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.action-popup.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.action-popup > div {
    max-width: 480px;
    background-color: #fff;
}
.action-popup > div h1 {
    margin: 0;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #FA4616;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.action-popup > div > div {
    padding: 30px;
    overflow: hidden;
}
.action-popup > div > div h2 {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    margin: 0 0 20px;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
}
.action-popup > div > div p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    margin: 0 0 50px;
    line-height: 21px;
}
/*--------------------------------------------------view-row-popup-----------------------------------------------*/
.view-row-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.71);
    top: -100%;
    opacity: 0;
    left: 0;
    z-index: 50;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: auto;
}
.view-row-popup.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.view-row-popup > div {
    background-color: #fff;
    padding: 0 20px 20px;
}
.view-row-popup > div > h2 {
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #FA4616;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.view-row-popup > div dl {
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    float: left;
}
.view-row-popup > div dl dt {
    float: left;
    display: inline;
    width: 150px;
    clear: left;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup > div dl dd {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
    width: 200px;
}
.view-row-popup > div dl dd a {
    color: #fa4616;
}
/*-----------------------------------------------------page-info----------------------------------------------------------*/
.page-info {
    display: block;
    padding: 40px;
    background-color: #fff;
    margin-bottom: 40px;
}
.form-info h4 {
    color: #757575;
    margin: 0 0 10px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
}
.form-info p {
    margin: 0 0 15px;
    color: #757575;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
}
.form-info p.pink {
    color: #fa4616;
}
.form-info p:last-child {
    margin: 0;
}
/*---------------------------------------------tab-container-----------------------------------------------------------*/
.tab-container {
}
.tab-container .tab-header {
    width: 100%;
    display: block;
    padding: 60px 0 60px;
    margin-top: -40px;
    background-color: #fa4616;
    position: relative;
}
.tab-container .tab-header:after {
    content: '';
    position: absolute;
    border-top: 30px solid #fa4616;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
}
.tab-container .tab-header ul {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    height: 60px;
    width: 60%;
    max-width: 600px;
}
.tab-container .tab-header ul li {
    text-align: center;
    overflow: visible;
    height: 40px;
    width: 40px;
    display: inline;
    float: left;
    position: relative;
}
.tab-container .tab-header ul li span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 39px;
    color: transparent;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tab-container .tab-header ul li.pass {
    cursor: pointer;
}
/*.tab-container .tab-header ul li.pass:hover span{*/
/*background-color: #fa4616;*/
/*-webkit-transition: 0.5s;*/
/*transition: 0.5s;*/
/*}*/
.tab-container .tab-header ul li.pass span,
.tab-container .tab-header ul li.active span {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tab-container .tab-header ul li.pass span:after,
.tab-container .tab-header ul li.active span:after {
    position: absolute;
    content: "\f00c";
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    top: 0;
    left: 0;
    color: #434343;
    font-size: 23px;
}

.tab-container .tab-header ul li label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -26px;
    white-space: nowrap;
}
/*.tab-container .tab-header ul li:first-child  label {*/
/*left: 0!important;*/
/*}*/
.tab-container .tab-header ul li:last-child {
    margin-right: 0!important;
}
/*.tab-container .tab-header ul li:last-child  label {*/
/*right: 0!important;*/
/*left: auto!important;*/
/*text-align: right;*/
/*}*/
.tab-container .tab-header .progress-bar {
    height: 5px;
    background-color: #ccc;
    margin: -21px auto 21px;
    width: 60%;
    max-width: 600px;
}
.tab-container .tab-header .progress-bar span {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}
.tab-container .tab-body .tab {
    display: none;
}
.tab-container .tab-body .tab.active {
    display: block;
}
/*------------------------------------------------------------------------open-side-menu-----------------------------*/
.open-side-menu {
    float: right;
    display: inline;
}
.open-side-menu .show-sub-menu {
    display: none;
}
.open-side-menu > span {
    cursor: pointer;
    margin: 0;
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 65px;
    text-decoration: none;
    color: #FA4616;
}
.open-side-menu > div {
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 162px;
    display: block;
    background-color: #fff;
    min-width: 222px;
    box-shadow: 0 0 3px #d0d0d0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.open-side-menu:hover > div {
    max-height: 300px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.open-side-menu > div > ul > li {
    display: block;
    margin: 0;
}
.open-side-menu > div> ul > li a i {
    width: 25px;
}
.open-side-menu > div > ul > li a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #616161;
    padding: 11px 29px;
    display: block;
}
.open-side-menu > div > ul > li.head a {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    background-color: #eeeeee;
}
.open-side-menu > div > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
/*-------------------------------------------- Notifications ----------------------------------------------*/
.site-nave ul li:last-child ul {
    width: auto;
    height: auto;
}

.site-nave ul li:last-child ul li:first-child div {
    text-align: right;
    font-size: 15px;
    cursor: pointer;
}
.site-nave ul li:last-child ul li div {
    display: inline-block;
    padding-right: 10px;
}
.site-nave ul li:last-child ul li div:last-child {
    display: block;
    text-align: right;
}
.site-header nav > ul > li:last-child > a.notifi span {
    display: none;
}

.site-nave ul li:last-child ul li img {
    width: 48px;
    height: 48px;
}
/*-------------------------------------------------------permission-grid----------------------------------------------------------*/
.permission-grid {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    overflow: hidden;
}
.permission-grid > li {
    display: block;
    padding-bottom: 40px;
}
.permission-grid > li > span {
    height: 53px;
    line-height: 53px;
    display: block;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #c3c3c3;
}
.permission-grid > li > span > span {
    height: 53px;
    width: 53px;
    background-color: #FA4616;
    float: left;
    display: inline;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
.permission-grid > li > span > div {
    float: right;
    display: inline;
    padding-top: 11px;
    padding-right: 20px;
}
.permission-grid > li > span > div > span {
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EEEEEE;
    cursor: pointer;
    margin-left: 20px;
    text-align: center;
    line-height: 28px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.permission-grid > li > span > div > span:hover {
    box-shadow: 0 0px 3px #c3c3c3;
}
.permission-grid > li > span > div > span.active {
    background-color: #fa4616;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.permission-grid > li > span > div > span > div {
    position: absolute;
    height: 20px;
    line-height: 19px;
    padding: 0 15px;
    background-color: #434343;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    border-radius: 2px;
    margin-top: 15px;
    display: none;
}
.permission-grid > li > span > div > span > div:before{
    position: absolute;
    border-bottom: 8px solid #434343;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    top: -8px;
    left: 10px;
}
.permission-grid > li > span > div > span:hover > div {
    display: block;
}
.permission-grid > li > ul {
    overflow: hidden;
}
.permission-grid > li > ul li {
    float: left;
    display: inline;
    width: calc(50% - 53px);
    margin-left: 53px;
}
.permission-grid > li > ul li > span {
    height: 53px;
    line-height: 53px;
    display: block;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #c3c3c3;
    border: 1px solid #eaeae8;
}
.permission-grid > li > ul li > span > span {
    height: 53px;
    width: 53px;
    background-color: #434343;
    float: left;
    display: inline;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}
.permission-grid > li > ul li > span > div {
    float: right;
    display: inline;
    padding-top: 11px;
    padding-right: 20px;
}
.permission-grid > li > ul li > span > div > span {
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EEEEEE;
    cursor: pointer;
    margin-left: 20px;
    text-align: center;
    line-height: 28px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.permission-grid > li > ul li > span > div > div {
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
.permission-grid > li > ul li > span > div > span:hover {
    box-shadow: 0 0px 3px #c3c3c3;
}
.permission-grid > li > ul li > span > div > span.active {
    background-color: #fa4616;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.permission-grid > li > ul li > span > div > span > div {
    position: absolute;
    height: 20px;
    line-height: 19px;
    padding: 0 15px;
    background-color: #434343;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    border-radius: 2px;
    margin-top: 15px;
    display: none;
}
.permission-grid > li > ul li > span > div > span > div:before{
    position: absolute;
    border-bottom: 8px solid #434343;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    top: -8px;
    left: 10px;
}
.permission-grid > li > ul li > span > div > span:hover > div {
    display: block;
}
/*----------------------------------------------------------------------------assignment-grid------------------------*/
.assignment-grid {
    margin: 0;
    padding: 0;
    min-height: 300px;
}
.assignment-grid > ul {
    margin: 0 -15px 0;
}
.assignment-grid > ul > li {
    width: calc(20% - 30px);
    background-color: #fff;
    border: 1px solid #eaeae8;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}
.assignment-grid > ul > li:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    content: "\f00d";
    position: absolute;
    background-color: #FA4616;
    right: 10px;
    top: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 23px;
}
.assignment-grid > ul > li.selected:before {
    background-color: #95C149;
    content: '\f00c';
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.assignment-grid > ul > li:hover:before {
    color: #ddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/*---------------------------------------------grid-listing----------------------------------------------------------*/
.grid-listing {
    padding: 0 40px;
}
.grid-listing > ul {
    overflow: hidden;
    margin: 0 -15px;
}
.grid-listing > ul > li {
    float: left;
    display: inline;
    margin: 0 15px 20px;
    width: calc(25% - 30px);
    background-color: #fff;
    text-align: center;
}
.grid-listing > ul > li h3 {
    height: 54px;
    line-height: 54px;
    background-color: #fb9c58;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    box-shadow: 0 1px 1px #c3c3c3;
    margin: 0;
    position: relative;
}
.grid-listing > ul > li h3 > span {
    position: absolute;
    height: 54px;
    line-height: 54px;
    width: 54px;
    right: 0;
}
.grid-listing > ul > li h3 > span > span {
    height: 54px;
    line-height: 54px;
    width: 54px;
    display: block;
    cursor: pointer;
    font-size: 18px;
}
.grid-listing > ul > li h3 > span:hover > span {
    color: #fa4616;
}
.grid-listing > ul > li h3 > span > div {
    width: 150px;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    top: 55px;
    opacity: 0;
    right: 0;
    max-height: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.grid-listing > ul > li h3 > span:hover > div {
    opacity: 1;
    max-height: 200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.grid-listing > ul > li h3 > span > div > ul {
    display: block;
    margin: 0;
}
.grid-listing > ul > li h3 > span > div > ul > li a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #616161;
    padding: 7px 20px;
    display: block;
    white-space: nowrap;
    text-align: left;
    line-height: 16px;
    cursor: pointer;
}
.grid-listing > ul > li h3 > span > div > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
.grid-listing > ul > li h3 > span > div > ul > li a i {
    margin-right: 10px;
}
.grid-listing > ul > li > div {
    height: 300px;
    box-shadow: 0 1px 1px #c1c1c1;
    padding-top: 30px;
}
.grid-listing > ul > li > div h4 {
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}
.grid-listing > ul > li > div img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.grid-listing > ul > li > div p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    margin: 0 0 5px;
}
.grid-listing > ul > li > div > span {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 30px;
    color: #fb9c58;
}
@media only screen and  (min-width: 1700px) {
    .grid-listing > ul > li {
        width: calc(20% - 30px);
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1400px) {
    .grid-listing > ul > li {
        width: calc(20% - 30px);
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
    .grid-listing > ul > li {
        width: calc(25% - 50px);
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .grid-listing > ul > li {
        width: calc(33% - 30px);
    }
}
@media only screen and (max-width: 1000px) {
    .grid-listing > ul > li {
        width: calc(50% - 30px);
    }
}
/*-----------------------------------------------super-user-message------------------------------------------------*/
.super-user-message {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    box-shadow: 0 1px 1px #c3c3c3;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #616161;
    box-sizing: border-box;
    /*width: 50%;*/
}

/*------------------------------------------------dynamic-fields--------------------------------------------------*/
.dynamic-field-template {
    display: none;
}

.dynamic-field-container .add_dynamic_field_set {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    background-color: #9ac324;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
}

/*.dynamic-field-container .remove_dynamic_field_set {
    background-color: #fa4616;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;

}*/

.dynamic-field-container .remove_dynamic_field_set, 
.dynamic-field-container .confirm_dynamic_field_set,
.dynamic-field-container .confirm_all_dynamic_field_rows {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    background-color: #fa4616;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden;
}

.dynamic-field-container .duplicate_dynamic_field_set {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    background-color: #FA4616;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden;
}
/*--------------------------------------------------dashboard---------------------------------------------------------*/
.dashboard {
    padding: 40px;
}
.dashboard .header-divider {
    height: 58px;
    line-height: 58px;
    margin: 0 0 40px;
    padding: 0 40px;
    background-color: #4A4A49;
    box-shadow: 0 1px 2px #c1c1c1;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.dashboard .header-divider > span {
    position: absolute;
    height: 58px;
    line-height: 58px;
    width: 54px;
    right: 0;
}
.dashboard .header-divider > span > span {
    height: 58px;
    line-height: 58px;
    width: 58px;
    display: block;
    cursor: pointer;
    font-size: 18px;
}
.dashboard .header-divider > span:hover > span {
    color: #fa4616;
}
.dashboard .header-divider > span > div {
    width: 150px;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    top: 58px;
    opacity: 0;
    right: 0;
    max-height: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dashboard .header-divider > span:hover > div {
    opacity: 1;
    max-height: 200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dashboard .header-divider > span > div > ul {
    display: block;
    margin: 0;
}
.dashboard .header-divider > span > div > ul > li a {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #616161;
    padding: 7px 20px;
    display: block;
    white-space: nowrap;
    text-align: left;
    line-height: 16px;
    cursor: pointer;
}
.dashboard .header-divider > span > div > ul > li a:hover {
    color: #fff;
    background-color: #FA4616;
}
.dashboard .header-divider > span > div > ul > li a i {
    margin-right: 10px;
}
.dashboard-grid {
    overflow: hidden;
    margin: 0 -15px 20px;
}
.dashboard-grid > li {
    float: left;
    display: inline;
    margin: 0 15px 20px;
    width: calc(20% - 30px);
    background-color: #fff;
    text-align: center;
}
.dashboard-grid > li.block-2 {
    width: calc(50% - 30px);
}
@media only screen and  (min-width: 1700px) {
    .dashboard-grid > li {
        width: calc(20% - 30px);
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1400px) {
    .dashboard-grid> li {
        width: calc(20% - 30px);
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1100px) {
    .dashboard-grid > li {
        width: calc(25% - 30px);
    }
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .dashboard-grid > li {
        width: calc(33% - 30px);
    }
}
@media only screen and (max-width: 1000px) {
    .dashboard-grid > li {
        width: calc(50% - 30px);
    }
}
.dashboard-grid > li.image-block {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 302px;
    box-sizing: border-box;
    border-bottom: 2px solid #737373;
    box-shadow: 0 1px 2px #c1c1c1;
    position: relative;
}
.dashboard-grid > li.image-block.pink {
    background-color: #fa4616;
    border-bottom: 2px solid #fa4616;
}
.dashboard-grid > li.image-block.orange {
    background-color: #FA4616;
    border-bottom: 2px solid #FA4616;
}
.dashboard-grid > li.image-block.brown {
    background-color: #C5AB84;
    border-bottom: 2px solid #C5AB84;
}
.dashboard-grid > li.image-block.green {
    background-color: #9AC324;
    border-bottom: 2px solid #9AC324;
}
.dashboard-grid > li.image-block.blue {
    background-color: #83c9b7;
    border-bottom: 2px solid #83c9b7;
}
.dashboard-grid > li.image-block > div {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 10px 10px;
}
.dashboard-grid > li.image-block > div h2 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 5px;
}
.dashboard-grid > li.image-block > div h3 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}
.dashboard-grid > li.image-block > div .links a{
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

.dashboard-grid > li.image-block > div .links a:hover {
    color: #737373;
}
.dashboard-grid > li.image-block.pink > div .links a:hover {
    color: #fa4616;
}
.dashboard-grid > li.image-block.orange > div .links a:hover {
    color: #FA4616;
}
.dashboard-grid > li.image-block.brown > div .links a:hover {
    color: #C5AB84;
}
.dashboard-grid > li.image-block.green > div .links a:hover {
    color: #9AC324;
}
.dashboard-grid > li.image-block.blue > div .links a:hover {
    color: #83c9b7;
}
.dashboard-grid > li.info-block {
    box-shadow: 0 1px 2px #c1c1c1;
    margin-bottom: 30px;
}
.dashboard-grid > li.info-block > h2 {
    margin: 0;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.dashboard-grid > li.block-2.info-block > h2 {
    text-align: left;
    padding: 0 40px;
}
.dashboard-grid > li.info-block > a {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    margin: 0 auto -17px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}
.dashboard-grid > li.info-block.pink > a,
.dashboard-grid > li.info-block.pink > h2 {
    background-color: #fa4616;
}
.dashboard-grid > li.info-block.orange > a,
.dashboard-grid > li.info-block.orange > h2 {
    background-color: #FA4616;
}
.dashboard-grid > li.info-block.brown > a,
.dashboard-grid > li.info-block.brown > h2 {
    background-color: #C5AB84;
}
.dashboard-grid > li.info-block.green > a,
.dashboard-grid > li.info-block.green > h2 {
    background-color: #8cc53b;
}
.dashboard-grid > li.info-block.blue > a,
.dashboard-grid > li.info-block.blue > h2 {
    background-color: #83c9b7;
}
.dashboard-grid > li.info-block > div {
    height: 275px;
}
.dashboard-grid > li.info-block > div.info-block-a {
    padding: 40px 0 20px;
}
.dashboard-grid > li.info-block > div.info-block-a h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    color: #616161;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: 400;
}
.dashboard-grid > li > div .one-col-stats {
    overflow: hidden;
    padding: 0 20px;
    margin: 0 0 020px;
}
.dashboard-grid > li > div .one-col-stats dt {
    width: 100%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 22px;
    color: #616161;
    font-weight: bold;

}
.dashboard-grid > li > div .one-col-stats dd {
    width: 100%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 30px;
}
.dashboard-grid > li > div .two-col-stats {
    overflow: hidden;
    padding: 0 20px;
    margin: 0 0 020px;
}
.dashboard-grid > li > div .two-col-stats dt {
    width: 50%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 22px;
    color: #616161;
}
.dashboard-grid > li > div .two-col-stats:first-child dt:nth-child(2) {
    font-weight: bold;
}
.dashboard-grid > li > div .two-col-stats dd {
    width: 50%;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 30px;
}
.dashboard-grid > li > div .two-col-stats dd a {
    color: inherit;

}
.dashboard-grid > li > div .one-col-stats dd a {
    color: inherit;
    /*    text-decoration: none;*/
}
.dashboard-grid > li.pink > div .one-col-stats dd {
    color: #d05da1;
}
.dashboard-grid > li.orange > div .one-col-stats dd {
    color: #fb9c58;
}
.dashboard-grid > li.brown > div .one-col-stats dd {
    color: #C5AB84;
}
.dashboard-grid > li.green > div .one-col-stats dd {
    color: #8cc53b;
}
.dashboard-grid > li.blue > div .one-col-stats dd {
    color: #83c9b7;
}
.dashboard-grid > li.pink > div .two-col-stats dd {
    color: #d05da1;
}
.dashboard-grid > li.orange > div .two-col-stats dd {
    color: #fb9c58;
}
.dashboard-grid > li.brown > div .two-col-stats dd {
    color: #C5AB84;
}
.dashboard-grid > li.green > div .two-col-stats dd {
    color: #8cc53b;
}
.dashboard-grid > li.blue > div .two-col-stats dd {
    color: #83c9b7;
}
.dashboard-grid > li > div .icon-nav {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
.dashboard-grid > li > div .icon-nav a {
    font-size: 20px;
    cursor: pointer;
}
.dashboard-grid > li > div .icon-nav.pink a {
    color: #d05da1;
}
.dashboard-grid > li > div .icon-nav.orange a {
    color: #fb9c58;
}
.dashboard-grid > li > div .icon-nav.brown a {
    color: #C5AB84;
}
.dashboard-grid > li > div .icon-nav.green a {
    color: #8cc53b;
}
.dashboard-grid > li > div .icon-nav.blue a {
    color: #83c9b7;
}
.pie-container {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pie-container  .labels {
    position: absolute;
    z-index: 3;
    text-align: center;
}
.pie-container  .labels p {
    font-size: 14px;
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 400;
}
.pie-container .labels span {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 57px;
    line-height: 60px;
}
.pie-container .labels.labels-2 span{
    font-size: 45px;
    line-height: 47px;
}
.dashboard-grid > li .pie-container .labels span.pink {
    color: #d05da1;
}
.dashboard-grid > li .pie-container .labels span.orange {
    color: #fb9c58;
}
.dashboard-grid > li.pie-container .labels span.brown  {
    color: #C5AB84;
}
.dashboard-grid > li .pie-container .labels span.green {
    color: #8cc53b;
}
.dashboard-grid > li .pie-container .labels span.blue {
    color: #83c9b7;
}

.pie1 {
    width: 215px;
    height: 215px;
    transform: rotate(-90deg);
    position: relative;
    float: left;
}
.pie1:before {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    margin-left: 2px;
    margin-top: 2px;
    text-align: center;
    line-height: 62px;
    content: "";
}
.pie1.thick:before {
    width: 185px;
    height: 185px;
    margin-top: 15px;
    margin-left: 15px;
}
.pie1.inner {
    position: absolute;
    z-index: 2;
    width: 180px;
    height: 180px;
}
.pie1.inner:before {
    width: 176px;
    height: 176px;
}
svg {
    background: #ddd;
    border-radius: 50%;
}
circle {
    fill: #ddd;
    stroke-width: 2;
}
.pie1.thick circle {
    stroke-width: 15;
}
.dashboard-grid > li.pink > div circle {
    stroke: #d05da1;
}
.dashboard-grid > li.orange > div circle {
    stroke: #fb9c58;
}
.dashboard-grid > li.brown > div circle {
    stroke: #C5AB84;
}
.dashboard-grid > li.green > div circle {
    stroke: #8cc53b;
}
.dashboard-grid > li.blue > div circle {
    stroke: #83c9b7;
}
.dashboard-grid > li > div .pie1.inner.pink circle {
    stroke: #d05da1;
}
.dashboard-grid > li > div .pie1.inner.orange circle {
    stroke: #fb9c58;
}
.dashboard-grid > li > div .pie1.inner.brown circle {
    stroke: #C5AB84;
}
.dashboard-grid > li > div .pie1.inner.green circle {
    stroke: #8cc53b;
}
.dashboard-grid > li > div .pie1.inner.blue circle {
    stroke: #83c9b7;
}
@keyframes grow { to { stroke-dasharray: 100 100 } }

.pie1.animated circle {
    animation: grow 2s infinite linear;
}
.dashboard-grid > li.info-block .chartContainer,
.dashboard-grid > li .chartContainer1,
.dashboard-grid > li .chartContainer2,
.dashboard-grid > li .chartContainer3,
.dashboard-grid > li .chartContainer4 {
    padding: 11px 5px;
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
}
.dashboard-grid > li .chartContainer .canvasjs-chart-credit {
    display: none;
}
.icon-tabs {
    overflow: hidden;
}
.icon-tabs .icon-tabs-nav {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}
.icon-tabs .icon-tabs-nav a {
    float: left;
    display: inline;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 6px solid #fff;
    width: 20%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #575655;
    cursor: pointer;
}
.icon-tabs .icon-tabs-nav a.active {
    color: #fb9c58;
    border-bottom: 6px solid #fb9c58;
}
.icon-tabs .icon-tabs-body {
    height: 299px;
    position: relative;
}
.icon-tabs .icon-tabs-body .icon-tab {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.icon-tabs .icon-tabs-body .icon-tab.active {
    display: block;
    z-index: 2;
}
.icon-tabs .icon-tabs-body .icon-tab > div{
    height: 299px;
    padding-top: 11px;
}
.dashboard-grid > li.image-info-block-1 {
    text-align: center;
}
.dashboard-grid > li.image-info-block-1 h3 {
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    box-shadow: 0 1px 1px #c3c3c3;
    margin: 0;
    position: relative;
}
.dashboard-grid > li.image-info-block-1.pink > h3{
    background-color: #d05da1;
}
.dashboard-grid > li.image-info-block-1.orange > h3 {
    background-color: #fb9c58;
}
.dashboard-grid > li.image-info-block-1.brown > h3 {
    background-color: #C5AB84;
}
.dashboard-grid > li.image-info-block-1.green > h3 {
    background-color: #8cc53b;
}
.dashboard-grid > li.image-info-block-1.blue > h3 {
    background-color: #83c9b7;
}
.dashboard-grid > li.image-info-block-1 > div {
    height: 350px;
    box-shadow: 0 1px 1px #c1c1c1;
    padding-top: 30px;
    /*padding: 6px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;*/
}
.dashboard-grid > li.image-info-block-1 > div h4 {
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}
.dashboard-grid > li.image-info-block-1 > div img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.dashboard-grid > li.image-info-block-1 > div p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    margin: 0 0 5px;
}
.dashboard-grid > li.image-info-block-1 > div > span {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 30px;
    color: #fb9c58;
}
.dashboard-grid > li.image-info-block-1.pink > div > span{
    color: #d05da1;
}
.dashboard-grid > li.image-info-block-1.orange > div > span {
    color: #fb9c58;
}
.dashboard-grid > li.image-info-block-1.brown > div > span {
    color: #C5AB84;
}
.dashboard-grid > li.image-info-block-1.green > div > span {
    color: #8cc53b;
}
.dashboard-grid > li.image-info-block-1.blue > div > span {
    color: #83c9b7;
}
.dashboard-grid > li.image-info-block-2 {
    text-align: center;
    /*padding: 6px;*/
    overflow: hidden;
    line-height: 18px;
    text-align: left;
    height: 280px;
}
.dashboard-grid > li.image-info-block-2 > div {
    height: 54px;
    box-shadow: 0 1px 1px #c3c3c3;
    margin: 0;
    position: relative;
    text-align: center;
}
.dashboard-grid > li.image-info-block-2 > div h3 {
    line-height: 54px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
}
.dashboard-grid > li.image-info-block-2 > div span {
    width: 100%;
}
.dashboard-grid > li.image-info-block-2 > div span small {
    color: #ffffff;
    width: inherit;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 10px;
    position: absolute;
    top: 35px;
    text-align: center;
}
.dashboard-grid > li.image-info-block-2.pink > div h3 {
    background-color: #d05da1;
}
.dashboard-grid > li.image-info-block-2.orange > div h3 {
    background-color: #fb9c58;
}
.dashboard-grid > li.image-info-block-2.brown > div h3 {
    background-color: #C5AB84;
}
.dashboard-grid > li.image-info-block-2.green > div h3 {
    background-color: #8cc53b;
}
.dashboard-grid > li.image-info-block-2.blue > div h3 {
    background-color: #83c9b7;
}
.dashboard-grid > li.image-info-block-2 > div:nth-child(2) {
    height: 350px;
    box-shadow: 0 1px 1px #c1c1c1;
    padding-top: 30px;
}
.dashboard-grid > li.image-info-block-2 > div.no-padding {
    padding-top: 0px;
}
.dashboard-grid > li.image-info-block-2 > div:nth-child(2) h4, .dashboard-grid > li.image-info-block-2 > div h4 {
    margin: 0 0 20px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
}
.dashboard-grid > li.image-info-block-2 > div:nth-child(2) img, .dashboard-grid > li.image-info-block-2 > div img {
    display: block;
    margin: 0 auto 20px;
}
.dashboard-grid > li.image-info-block-2 > div:nth-child(2) p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    /*margin: 0 0 5px;*/
    /*height: 230px !important;
    max-height: 230px !important;*/
    margin: 12px;
}
.dashboard-grid > li.image-info-block-2 .desc {
    height: 130px !important;
    max-height: 130px !important;
}
.dashboard-grid > li.image-info-block-2 > div > span {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 30px;
    color: #fb9c58;
}
.dashboard-grid > li.image-info-block-2 > div > a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fafafa;
    margin: 30px auto 0;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #616161;
}
.dashboard-grid > li.image-info-block-2.pink > div > span{
    color: #d05da1;
}
.dashboard-grid > li.image-info-block-2.orange > div > span {
    color: #fb9c58;
}
.dashboard-grid > li.image-info-block-2.brown > div > span {
    color: #C5AB84;
}
.dashboard-grid > li.image-info-block-2.green > div > span {
    color: #8cc53b;
}
.dashboard-grid > li.image-info-block-2.blue > div > span {
    color: #83c9b7;
}

/*-------------------------------------------------------listing-dashboard---------------------------------------------*/
.listing-dashboard {
    padding: 30px;
}
/*-----------------------------------------------------uploader-container----------------------------------------------*/
.uploader-container {
}
.uploader-container dl {
    margin: 0;
    padding: 30px 0 40px;
    overflow: hidden;
    width: 47%;
}
.uploader-container dl.left {
    float: left;
    text-align: center;
    display: inline;
}
.uploader-container dl.right {
    float: right;
    text-align: center;
    display: inline;
}
.uploader-container dl dt {
    width: 33.333333%;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 25px;
}
.uploader-container dl dd {
    width: 33.333333%;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
.uploader-container .center-btm {
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.uploader-container .center-btm a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    background-color: #FA4616;
    text-decoration: none;
    margin: 0 10px;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.uploader-container .center-btm a:hover,
.uploader-container .center-btm form:hover a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.uploader-container .center-btm form {
    position: relative;
}
.uploader-container .center-btm input {
    width: 250px;
    height: 50px;
    position: absolute;
    top: 0;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0;
}
.uploader-container .btn-uploader-container {
    float: right;
    display: inline;
    margin-top: -30px;
}
.uploader-container .btn-uploader-container a {
    float: right;
    display: inline;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.uploader-container .btn-uploader-container a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.uploader-container .btn-uploader-container a.edit {
    background-color: #fa4616;
}
.uploader-container .btn-uploader-container a.close {
    background-color: #828282;
}
/*---------------------------------------------------form-popup------------------------------------------------------*/
.form-popup {
    max-width: 90%;
    padding: 0!important;
}
.form-popup .form-popup-header {
    background-color: #FA4616;
    padding: 30px 30px 50px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.form-popup .form-popup-header:after {
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #828282;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    line-height: 80px;

}
.form-popup .form-popup-header h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}
.form-popup .form-popup-header p {
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
.form-popup .form-popup-body {
    padding: 30px 30px 50px;
    overflow: auto;
}
.form-popup .form-popup-body .form-grid  {
    margin: 0 -15px;
}
.form-popup .form-popup-body .btn-container {
    padding: 0;
}
.form-popup .form-popup-body .btn-container a {
    height: 30px;
    line-height: 30px;
}
/*----------------------------------------------------error-message-popup"---------------------------------------------*/
.error-message-popup {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.71);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    top: -100%;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 50;
}
.error-message-popup.open {
    top: 0;
    opacity: 1;
}
.error-message-popup > div {
    max-width: 800px;
    background-color: #fff;

}
.error-message-popup > div .error-message-popup-top {
    height: 250px;
    background-color: #d54537;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.error-message-popup > div .error-message-popup-top:after {
    position: absolute;
    content: "";
    border-top: 25px solid #d54537;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    display: block;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.error-message-popup > div .error-message-popup-top span {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    line-height: 130px;
    color: #d54537;
    font-size: 60px;
}
.error-message-popup > div .error-message-popup-body {
    padding: 50px 30px 30px;
    text-align: center;
}
.error-message-popup > div .error-message-popup-body h2 {
    text-align: center;
    color: #616161;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}
.error-message-popup > div .error-message-popup-body p {
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
.error-message-popup > div .error-message-popup-body .btn-container {
    padding: 30px 0 0;
}
/*-------------------------------------------------------uploader-check-----------------------------------------------*/
.uploader-check {
    overflow: hidden;
}
.uploader-check > div:first-child {
    width: 100%;
    float: left;
}
.uploader-check > div:first-child h2 {
    color: #757575;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 10px;
}
.uploader-check > div:first-child p {
    color: #757575;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    margin: 0 0 15px;
}
.uploader-check > div:first-child a {
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.uploader-check > div:first-child a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.uploader-check > div:first-child a.save {
    background-color: #fa4616;
}
.uploader-check > div:first-child a.cancel {
    background-color: #828282;
}
.uploader-check > div.circle-container {
    float: right;
    margin-left: 30px;
    padding-top: 30px;
}
.uploader-check > div.circle-container div {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FA4616;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.uploader-check > div.circle-container div i {
    display: block;
    margin: 10px auto 0;
    font-size: 40px;
}
.uploader-check > div.circle-container div span {
    display: block;
    margin: 10px auto 0;
}
.uploader-check > div.circle-container > span {
    height: 25px;
    line-height: 25px;
    width: 80px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    background-color: #828282;
}
.uploader-check > div.circle-container > span:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.uploader-check > .thumbs-stock-container {
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
}
.uploader-check > .thumbs-stock-container div.circle-container {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
}
.uploader-check > .thumbs-stock-container div.circle-container div {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FA4616;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.uploader-check > .thumbs-stock-container div.circle-container:first-child div  {
    background-color: #9ac324;
}
.uploader-check > .thumbs-stock-container div.circle-container:last-child  div{
    background-color: #FA4616;
}
.uploader-check > .thumbs-stock-container div.circle-container div i {
    display: block;
    margin: 10px auto 0;
    font-size: 40px;
}
.uploader-check > .thumbs-stock-container div.circle-container div span {
    display: block;
    margin: 10px auto 0;
}
.uploader-check > .thumbs-stock-container div.circle-container > span {
    height: 25px;
    line-height: 25px;
    width: 80px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    background-color: #828282;
}
.uploader-check > .thumbs-stock-container div.circle-container > span:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/*------------------------------------------------standard view page--------------------------------------------------*/
.standard-view-container {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    height: 100%;
    max-height: 600px;
    overflow: auto;
}

.standard-view-container h1 {
    clear: both;
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #fa4616;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.standard-view-container h2 {
    clear: both;

}

.standard-view-container table {
    width: 100%;

}
.standard-view-container table th {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
    text-align: left;
    padding: 10px;
}

.standard-view-container table th:first-child {
    padding-left: 20px;
}

.standard-view-container table th:last-child {
    padding-right: 20px;
}

.standard-view-container table td {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    line-height: 20px;
    padding: 10px;
}

.standard-view-container table td:first-child {
    padding-left: 20px;
}

.standard-view-container table td:last-child {
    padding-right: 20px;
}

.request-item-container {
    clear: left;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 0 0;
    background-color: #efefef;
}

.request-item-container .top-side {
    clear: both;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    line-height: 20px;
    margin: 0 20px;
}

.form-grid li.seperator-line {
    border-bottom: 2px solid #cccccc;
    min-height: 25px;
}

.btn.toggle-btn > label {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.departmental_clients .assignment-grid {
    min-height: 0;
}

.hide {
    display: none !important;
}

/*.form-grid li.address-book-singular {
    display: none;
}*/

/*.departmental_clients li .assignment-grid ul li {
    margin: 0 15px 0 !important;
}*/

.ui-tooltip {
    height: 30px;
    line-height: 30px;
    background-color: #e8e8e8;
    padding: 0 10px;
    white-space: nowrap;
    color: #616161;
    box-shadow: 0 1px 2px #aaa;
    font-size: 14px;
    font-weight: bold;
}

.force-half {
    width: 50% !important
}

.force-three-quarter {
    width: 75% !important
}

.outer-container {
    margin-left: 50px;
}

.outer-container .circle-container {
    height:100px;
    width:100px;
    cursor: pointer;
}

.outer-container .circle-container div {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background-color: #000;
}

.popup-item-list {
    overflow: auto;
    max-height: 280px;
}

.grid-listing div.row-disabled {
    background-color: rgba(233,0,119,0.1);
}

.hidden {
    display: none;
}

.list-expander {
    width: 65px;
}

.list-expander i {
    font-size: 30px;
}

.data-table tr.expanded-list-item {
    display: none;
    background-color: #ffffff;
}

.data-table tr.expanded-list-item.open {
    display: table-row;
}

.data-table tr.expanded-list-item > td {
    padding: 0;
    border-bottom: 1px solid #fa4616;
}

.data-table tr.expanded-list-item table {
    width: 100%;
}

.data-table tr.expanded-list-item table td {
    height: 50px;
}

.data-table tr.expanded-list-item table td .right {
    float: none;
    width: 350px !important;
}

.data-table tr.expanded-list-item table th {
    background-color: #ffffff;
    color: #fa4616;
    font-size: 14px;
    cursor: default;
}

.data-table tr.expanded-list-item:hover td {
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.data-table tr.expanded-list-item table tr:hover td {
    background-color: rgba(154,195,36,0.1);
    -webkit-transition: 0.5s;
    transition:  0.5s;
}



.row-new {
    background-color: #d9ed9f;
}
/*---------------------------------------------------------------------------------------------------------------------*/
.scroll-popup {
    width: 100%;
    background-color: #666 !important;
    padding: 0!important;
    height: 100%;
    box-sizing: content-box;
    overflow-y: scroll;
    margin-right: -35px;

}
.progress-view-container {
    padding: 0!important;
    position: relative;
    width: 60%;
    background-color: #fff;
    margin: 100px auto;
}
.progress-view-container .progress-flow {
    width: 100%;
    display: block;
    padding: 80px 0 80px;
    background-color: #d54537;
    position: relative;
    margin-bottom: 40px;
}
.progress-view-container .progress-flow:after {
    content: '';
    position: absolute;
    border-top: 30px solid #d54537;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
}
.progress-view-container .progress-flow ul.items {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    height: 60px;
    width: 80%;
    position: relative;
}
.progress-view-container .progress-flow ul.items li {
    text-align: center;
    overflow: visible;
    height: 40px;
    width: 40px;
    display: inline;
    float: left;
    position: relative;
}
.progress-view-container .progress-flow ul.items li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 90000;
}
.progress-view-container .progress-flow ul.items li span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 39px;
    color: transparent;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.progress-view-container .progress-flow ul.items li.pass {
    cursor: pointer;
}
/*.tab-container .tab-header ul li.pass:hover span{*/
/*background-color: #fa4616;*/
/*-webkit-transition: 0.5s;*/
/*transition: 0.5s;*/
/*}*/
.progress-view-container .progress-flow ul.items li.pass span,
.progress-view-container .progress-flow ul.items li.active span {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.progress-view-container .progress-flow ul.items li.pass span:after,
.progress-view-container .progress-flow ul.items li.active span:after {
    position: absolute;
    content: "\f00c";
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    top: 0;
    left: 0;
    color: #434343;
    font-size: 23px;
}

.progress-view-container .progress-flow ul.items li label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -26px;
    white-space: nowrap;
}
.progress-view-container .progress-flow ul.items li:last-child {
    margin-right: 0!important;
    position: absolute;
    right: 0;
    top: 20px;
}

.progress-view-container .progress-flow .progress-bar {
    height: 5px;
    background-color: #ccc;
    margin: -21px auto 21px;
    width: 80%;
}
.progress-view-container .progress-flow .progress-bar span {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}
.progress-view-container .small-progress-dots {
    display: block;
    text-align: center;
    height: 60px;
    width: 80%;
    padding: 0 20px;
    position: absolute;
    margin: -33px 10% 0;
}
.progress-view-container .small-progress-dots li {
    text-align: center;
    overflow: visible;
    height: 20px;
    width: 20px;
    display: inline;
    float: left;
    position: relative;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.3);
}
.progress-view-container .small-progress-dots li i {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
}
.progress-view-container .small-progress-dots li p {
    position: absolute;
    background-color: #fff;
    display: block;
    padding: 6px;
    font-size: 13px;
    width: 130px;
    margin-top: 16px;
    margin-left: -55px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-align: left;
}
.progress-view-container .small-progress-dots li p:before {
    position: absolute;
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;

}
.progress-view-container .close {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 50;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.progress-view-container h1 {
    margin: 0 40px 40px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.progress-view-container h2 {
    margin: 0 40px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.progress-view-container .status-block {
    float: right;
    display: inline;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #FA4616;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.progress-view-container > dl {
    width: calc(50% - 80px);
    margin: 0 40px 40px!important;
}
.progress-view-container > dl dt,
.progress-view-container > dl dd {
    margin-bottom: 0!important;
    text-transform: uppercase;
}
.progress-view-container > dl dd span {
    color: #d54537;
}
.progress-view-container > table {
    width: calc(100% - 80px);
    margin: 0 40px 40px;
    text-align: left;
}
.progress-view-container > table tr th {
    width: 33.3333%;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    color: #d54537;
    text-transform: uppercase;
    line-height: 24px;
}
.progress-view-container > table tr td {
    width: 33.3333%;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-transform: uppercase;
}
.progress-view-container .activity-log {
    padding: 30px 40px 40px;
    background-color: #CCCCCC;
    clear: both;
}
.progress-view-container .activity-log h2 {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
    font-weight: 400;
}
.progress-view-container .activity-log dl {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
}
.progress-view-container .activity-log dl dt {
    width: 20%;
    color: #111;
    text-transform: uppercase;
}
.progress-view-container .activity-log dl dd {
    width: 80%;
    color: #111;
    font-size: 16px;
    text-transform: uppercase;
}
.progress-view-container .activity-log dl dd a {
    color: #d54537;
    text-decoration: none;
    font-weight: bold;
}

.progress-view-container > table tr.total-row td {
    width: auto;
    border-top: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

.build-estimate-button {
    margin-right: 40px;
    margin-bottom: 40px;
}

.tag {
    background: #fafafa;
    color: #626262;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 23px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}

.tag::before {
    background: #eeeeee;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.5);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 12px;
}

/* ---- Listing Progress View ---- */

.listing-progress-view-container {
    padding: 0!important;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.listing-progress-view-container .progress-flow {
    width: 100%;
    display: block;
    padding: 80px 0 80px;
    background-color: #fa4616;
    position: relative;
    margin-bottom: 40px;
}
.listing-progress-view-container .progress-flow:after {
    content: '';
    position: absolute;
    border-top: 30px solid #fa4616;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
}
.listing-progress-view-container .progress-flow ul.items {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    height: 60px;
    width: 80%;
    position: relative;
}
.listing-progress-view-container .progress-flow ul.items li {
    text-align: center;
    overflow: visible;
    height: 40px;
    width: 40px;
    display: inline;
    float: left;
    position: relative;
}
.listing-progress-view-container .progress-flow ul.items li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.listing-progress-view-container .progress-flow ul.items li span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 39px;
    color: transparent;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.listing-progress-view-container .progress-flow ul.items li.pass {
    cursor: pointer;
}
/*.tab-container .tab-header ul li.pass:hover span{*/
/*background-color: #fa4616;*/
/*-webkit-transition: 0.5s;*/
/*transition: 0.5s;*/
/*}*/
.listing-progress-view-container .progress-flow ul.items li.pass span,
.listing-progress-view-container .progress-flow ul.items li.active span {
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.listing-progress-view-container .progress-flow ul.items li.pass span:after,
.listing-progress-view-container .progress-flow ul.items li.active span:after {
    position: absolute;
    content: "\f00c";
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    top: 0;
    left: 0;
    color: #434343;
    font-size: 23px;
}

.listing-progress-view-container .progress-flow ul.items li label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -26px;
    white-space: nowrap;
}
.listing-progress-view-container .progress-flow ul.items li:last-child {
    margin-right: 0!important;
    position: absolute;
    right: 0;
    top: 20px;
}

.listing-progress-view-container .progress-flow .progress-bar {
    height: 5px;
    background-color: #ccc;
    margin: -21px auto 21px;
    width: 80%;
}
.listing-progress-view-container .progress-flow .progress-bar span {
    display: block;
    height: 5px;
    width: 50px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}
.listing-progress-view-container .small-progress-dots {
    display: block;
    text-align: center;
    height: 60px;
    width: 80%;
    padding: 0 20px;
    position: absolute;
    margin: -33px 10% 0;
}
.listing-progress-view-container .small-progress-dots li {
    text-align: center;
    overflow: visible;
    height: 20px;
    width: 20px;
    display: inline;
    float: left;
    position: relative;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.3);
}
.listing-progress-view-container .small-progress-dots li i {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    line-height: 20px;
}
.listing-progress-view-container .small-progress-dots li p {
    position: absolute;
    background-color: #fff;
    display: block;
    padding: 6px;
    font-size: 13px;
    width: 130px;
    margin-top: 16px;
    margin-left: -55px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-align: left;
}
.listing-progress-view-container .small-progress-dots li p:before {
    position: absolute;
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;

}
.listing-progress-view-container .close {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 50;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.listing-progress-view-container h1 {
    margin: 0 40px 40px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.listing-progress-view-container h2 {
    margin: 0;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.listing-progress-view-container .status-block {
    float: right;
    display: inline;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #FA4616;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.listing-progress-view-container > dl {
    float: left;
    width: calc(33% - 80px);
    margin: 0 40px 40px!important;
    overflow: auto;
}
.listing-progress-view-container > dl dt,
.listing-progress-view-container > dl dd {
    margin-bottom: 0!important;
    text-transform: uppercase;
    width: 50%;
    float: left;
    color: #434343;
}
.listing-progress-view-container > dl dt {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    clear: left;
}
.listing-progress-view-container > dl dd {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
}
.listing-progress-view-container > dl dd span {
    color: #fa4616;
}
.listing-progress-view-container .buttons-containers {
    overflow: auto;
    clear: left;
    padding: 0 40px 40px 0;
}
.listing-progress-view-container .buttons-containers > a {
    margin-left: 40px;
}

.hide-dynamic-labels li.dynamic-label-field {
    /*display: none;*/
    visibility: hidden;
}

.hide-dynamic-labels.show li.dynamic-label-field {
    /*display: inline;*/
    visibility: visible;
}

.center-icon-popup-container {
    padding: 120px 0 0 !important;
    position: relative;
    width: 60%;
    background-color: #fff;
    margin: 200px auto;
}
.center-icon-popup-container .big-center-icon {
    margin: -190px 0 0 390px;
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 50%;
    background-color: #e51c23;
    position: absolute;
    text-align: center;
}

.center-icon-popup-container .big-center-icon > i {
    color: #ffffff;
    font-size: 80px;
    line-height: 160px;
}

.center-icon-popup-container h1 {
    margin: 0 40px 40px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.center-icon-popup-container h2 {
    margin: 0 40px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.center-icon-popup-container .status-block {
    float: right;
    display: inline;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #FA4616;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.center-icon-popup-container > dl {
    width: calc(50% - 80px);
    margin: 0 40px 40px!important;
}
.center-icon-popup-container > dl dt,
.center-icon-popup-container > dl dd {
    margin-bottom: 0!important;
    text-transform: uppercase;
}
.center-icon-popup-container > dl dd span {
    color: #d54537;
}
.center-icon-popup-container > table {
    width: calc(100% - 80px);
    margin: 0 40px 40px;
    text-align: left;
}
.center-icon-popup-container > table tr th {
    width: 33.3333%;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    color: #d54537;
    text-transform: uppercase;
    line-height: 24px;
}
.center-icon-popup-container > table tr td {
    width: 33.3333%;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-transform: uppercase;
}

.center-icon-popup-container > table tr.total-row td {
    width: auto;
    border-top: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

.center-icon-popup-container .buttons-container {
    overflow: hidden;
    padding-right:40px;
    padding-bottom: 40px;
}

.center-icon-popup-container .item-description {
    margin: 0 40px;
}

.center-icon-popup-container .item-description label {
    color: #434343;
    display: block;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    text-transform: uppercase;
}

.center-icon-popup-container .item-description p {
    color: #434343;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    display: block;
    text-transform: uppercase;
}


.waste-of-time-screen {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.71);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: -100%;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 500;
}
.waste-of-time-screen.open {
    opacity: 1;
    top: 0;
    transition: all 0.5s ease 0s;
}

.waste-of-time-screen > div {
    z-index: 100;
    position: absolute;
    width: 500px;
    height: 400px;
    background-color: #ffffff;
    display: block;
}

.waste-of-time-screen .loader-message {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    text-align: center;
    margin-top: 37px;

}

/* ----- loader ----- */

.waste-of-time-screen > div .cool-loader{
    display:block;position:absolute;
    transform:translate(-50%,-50%);
    left:50%;top:50%;
    color:rgba(0,0,0,0.8);
    background-color:#EEE;
    width:200px;height:200px;
    padding:50px;
    user-select:none;
    cursor:default;
    transition:opacity 800ms;
}
.dotring{
    display:block;position:absolute;
    height:104px;width:104px;
    top:50px;left:50px;
    border-radius:100%;
    border:2px dashed;
    border-top:2px solid transparent;
    border-left:2px solid;
    animation:rotato 12000ms linear infinite;
}
.spheric{
    display:block;position:absolute;
    z-index:5;
    width:22px;height:22px;
    border:1px solid;
    border-radius:100%;
    left:3.5px;top:3.5px;
    background-color:#eee;
    box-shadow:inset 3px -3px 6px 4px rgba(0,0,0,0.8);
    animation:rotato 12000ms linear infinite reverse;
}
.pipline{
    display:block;position:absolute;
    z-index:2;
    width:110px;height:110px;
    top:-5px;left:-5px;
    border-radius:100%;
    border:10px solid transparent;
    border-top:10px solid #111;
    animation:rotato 4800ms linear infinite;
    overflow:visible;
}
.pipline:before{
    display:block;position:absolute;
    content:'';
    width:9px;height:7px;
    border-radius:100%;
    top:5.5px;right:5px;
    background-color:#888;
    transform:rotate(-45deg);
}
.pipline:after{
    display:block;position:absolute;
    content:'';
    width:9px;height:7px;
    border-radius:100%;
    top:5.5px;left:5px;
    background-color:#111;
    transform:rotate(45deg);
}
.loadbar{
    display:block;position:absolute;
    height:40px;
    width:200px;top:200px;left:0;
    background-color:#fff;
}
.loadbar:after{
    display:block;content:'';
    z-index:-1;
    position:absolute;top:-100px;
    left:-75px;
    height:122px;width:122px;
    border-radius:100% 0 0 100%;
    border:2px dashed;
    border-right:2px transparent;
}
.loadpac{
    display:inline-block;
    width:12px;height:25px;
    margin-top:7px;margin-left:-2px;
    background:#777;
    background-image: url(../images/clean-gray-paper.png);
    transform:skew(0, 20deg);
}
.loadpac:first-child{margin-left:10px;}
.loadpac:after{
    display:block;
    content:'';
    height:25px;width:4px;
    margin-top:-26px;margin-left:-4px;
    background:#222;
    transform:skew(0, -20deg);
}
.loadpac:before{
    display:block;
    content:'';
    width:12px;height:2px;
    margin-top:25px;margin-left:-2px;
    background:#CCC;
    transform:skew(-70deg);
}
.numbers{
    display:block;position:absolute;
    font-size:40px;
    text-align:center;
    width:100px;
    margin-top:23px;
    /*font-family:droid sans mono, mono, sans;*/
    font-family: 'Lato', sans-serif;
font-weight: 400;
}
@keyframes rotato{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}

/* ----- /loader ----- */

.form-grid .editable > span[rel="value"] > i {
    font-size: 14px;
    color: #fa4616;
    float: right;
    cursor: pointer;
}

.info-layout {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
}

.info-layout .info-block > h1 {
    background: none transparent;
    font-size: 40px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    margin: 0 0 20px 0;
    color: #333333;
    padding-left: 0px;
}

.info-layout .info-block {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    width: 40%;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
}

.info-layout .info-table-container {
    width: 60%;
    float: left;
    padding-right: 40px;
}

.info-layout .info-table {
    background-color: #ffffff;
    box-shadow: 0 1px 3px #a6a6a4;
    width: 100%;
}

.info-layout .info-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.info-layout .info-table tr:last-child {
    border-bottom: 0 none;
}

.info-layout .info-table tr td {
    padding: 25px;
    color: #595959;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    width: 60%;
}

.info-layout .info-table tr td:first-child {
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    width: 40%;
}

.info-layout .dynamic-field-info-table-container {
    width: 50%;
    float: left;
    padding: 0 40px 40px;
}

.info-layout .dynamic-field-info-table-container:first-child {
    padding-right: 20px;
}

.info-layout .dynamic-field-info-table-container:last-child {
    padding-left: 20px;
}

.info-layout .dynamic-field-container .buttons-container {
    clear: both;
    padding-left: 40px;
}

.info-layout .dynamic-field-info-table-container input {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    width: 100%;
}

.info-layout .dynamic-field-info-table-container textarea {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100px;
    resize: none;
}

.info-layout a.remove_estimate_item {
    background-color: #fa4616;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    max-width: 135px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.info-layout a.duplicate_estimate_item {
    background-color: #FA4616;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    max-width: 145px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.stock-group-stock-list {
    margin: auto;
}

.stock-group-stock-list li {
    top: 10px;
}

.info-layout a.edit_estimate_item {
    background-color: #9ac324;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    max-width: 145px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.info-layout .info-table-split-container {
    width: 50%;
    float: left;
    padding-right: 40px;
    padding-left: 40px;
}

.info-layout .info-table-split-container:last-child {
    padding-left: 0;
}

.client-dashboard .dashboard-grid > li.image-block {
    height: 128px;
    width: 265px;
}

.client-dashboard .dashboard-grid > li.image-block .circular {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -30px;
}

.client-dashboard .dashboard-grid > li.image-block .circular span {
    display: block;
    margin-top: -7px;
}

.client-dashboard .events {
    width: 100%;
    display: flex;
}

.client-dashboard .events > div {
    width: 50%;
    flex: 1;
    flex-direction: row;
    padding-bottom: 40px;
}

.client-dashboard .events #calendar {
    width: 80%;
    background-color: #ffffff;
}

.info-layout input[type="text"] {
    box-sizing: border-box;
    height: 53px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
}
.info-layout input[disabled] {
    opacity: 0.5;
}
.info-layout .select-wrapper {
    display: block;
    position: relative;
    border: 1px solid #eaeae8;
    box-shadow: 0 1px 1px #c3c3c3;
    background-color: #fff;
}
.info-layout .select-wrapper:before {
    content: "";
    background-color: #fff;
    background-image: url('../images/dropdown-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 53px;
    width: 45px;
    position: absolute;
    right: 39px;
    top:0;
    z-index: 2;
    text-align: center;
    line-height: 45px;
    font-size: 8px;
    pointer-events: none;
}
.info-layout select {
    box-sizing: border-box;
    height: 53px;
    background-color: #fff;
    border: none;
    width: calc(100% - 39px);
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: none;
    padding-right: 45px;
    position: relative;
}
.info-layout select option {
    font-family: 'Lato', sans-serif;
font-weight: 400;
}
.info-layout select[disabled] {
    opacity: 0.5;
}
.info-layout .checkbox {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-top: 14px;
    clear: left;
}
.info-layout .checkbox:before {
    content: '\f00d';
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 1;
    color: #ddd;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
}
.info-layout .checkbox:hover:before {
    color: #f98448;
}
.info-layout .checkbox.checked {
    background-color: #f98448;
}
.info-layout .checkbox.checked:before,
.info-layout .checkbox.checked:hover:before {
    color: #fff;
}
.info-layout .checkbox input {
    width: 25px;
    height: 25px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.info-layout .checkbox + label{
    line-height: 25px;
    padding-left: 10px;
    height: 25px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    margin-top: 14px;
}
.info-layout .radio {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    float: left;
    margin-top: 14px;
    clear: left;
}
.info-layout .radio:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 1;
    background-color: #ddd;
    display: block;
    margin: 5px;
    border-radius: 50%;
}
.info-layout .radio:hover:before {
    background-color: #f98448;
}
.info-layout .radio.checked {
    background-color: #f98448;
}
.info-layout .radio.checked:before,
.info-layout .radio.checked:hover:before {
    background-color: #fff;
}
.info-layout .radio input {
    width: 25px;
    height: 25px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.info-layout .radio + label{
    line-height: 25px;
    padding-left: 10px;
    height: 25px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    margin-top: 14px;
}
.info-layout label {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    display: block;
    min-height: 20px;
}
.info-layout .form-error {
    color: #fd4181;
    display: block;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 11px;
    height: 0;
    overflow: visible;
    position: relative;
}

.info-layout textarea {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
    height: 127px;
    resize: none;
}
.info-layout .required,
.info-layout .server-required {
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    background-position:  right 6px top 6px;
}
.info-layout .select-required:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    background-image: url(../images/required.png);
    background-repeat: no-repeat;
    top: 6px;
    right: 6px;
    z-index: 2;
}
.info-layout .validation-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #CCCCCC;
    border-radius: 50%;
    right: 10px;
    margin-top: -39px;
    cursor: pointer;
}
.info-layout .validation-icon:before {
    content: "\f12a";
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font: normal normal normal 14px FontAwesome;
    line-height: 26px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.info-layout .validation-icon label {
    height: 30px;
    line-height: 30px;
    background-color: #fd4181;
    position: absolute;
    padding: 0 10px;
    right: calc(100% + 20px);
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #616161;
    display: none;
    font-size: 11px;
    z-index: 5;
}
.info-layout .validation-icon label:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.info-layout .validation-icon:hover label {
    display: block;
}
.info-layout .error .validation-icon {
    background-color: #fd4181;
    cursor: pointer;
}
.info-layout .error .validation-icon:before {
    line-height: 23px;
    content: "\f00d";
}
.info-layout .error .validation-icon label {
    display: none;
}
.info-layout .error .validation-icon .form-error {
    height: 30px;
    line-height: 30px;
    background-color: #fd4181;
    position: absolute;
    padding: 0 10px;
    right: calc(100% + 20px);
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #616161;
    display: none;
    z-index: 5;
}

.info-layout .error .validation-icon .form-error:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.info-layout .error .validation-icon:hover .form-error {
    display: block;
}
.info-layout .validation-icon.pass {
    background-color: #9AC324;
}
.info-layout .validation-icon.pass:before {
    line-height: 25px;
    content: '\f00c';
}

.info-table .input-fix {
    display: block;
    position: relative;
}


.info-table .hidden.input-fix {
    display: none;
}

.change-button {
    display: block;
    color: #fd4181;
    text-decoration: underline;
    cursor: pointer;
}

.delivery-address-popup > div {
    max-width: 630px;
}

.delivery-address-popup .form-grid {
    margin: 0 -15px;
}

.delivery-address-popup .form-grid li.col-3 {
    width: calc(50% - 30px);
}


/******** generic fields *******/

.general-fields input[type="text"] {
    box-sizing: border-box;
    height: 53px;
    background-color: #fff;
    border: 1px solid #eaeae8;
    width: 100%;
    padding: 0 18px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #616161;
    box-shadow: 0 1px 1px #c3c3c3;
}

.general-fields .validation-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #CCCCCC;
    border-radius: 50%;
    right: 10px;
    margin-top: -39px;
    cursor: pointer;
}
.general-fields .validation-icon:before {
    content: "\f12a";
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    font: normal normal normal 14px FontAwesome;
    line-height: 26px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.general-fields .validation-icon label {
    height: 30px;
    line-height: 30px;
    background-color: #fd4181;
    position: absolute;
    padding: 0 10px;
    right: calc(100% + 20px);
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #616161;
    display: none;
    font-size: 11px;
    z-index: 5;
}
.general-fields .validation-icon label:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.general-fields .validation-icon:hover label {
    display: block;
}
.general-fields .error .validation-icon {
    background-color: #fd4181;
    cursor: pointer;
}
.general-fields .error .validation-icon:before {
    line-height: 23px;
    content: "\f00d";
}
.general-fields .error .validation-icon label {
    display: none;
}
.general-fields .error .validation-icon .form-error {
    height: 30px;
    line-height: 30px;
    background-color: #fd4181;
    position: absolute;
    padding: 0 10px;
    right: calc(100% + 20px);
    top: -3px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #616161;
    display: none;
    z-index: 5;
}

.general-fields .error .validation-icon .form-error:after {
    z-index: 5;
    position: absolute;
    border-left: 8px solid #fd4181;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: block;
    right: -8px;
    top: 10px;
    content: "";
}
.general-fields .error .validation-icon:hover .form-error {
    display: block;
}
.general-fields .validation-icon.pass {
    background-color: #9AC324;
}
.general-fields .validation-icon.pass:before {
    line-height: 25px;
    content: '\f00c';
}

.field-wrapper {
    display: block;
    position: relative;
}

.convert-estimate-details .info-layout {
    background-color: #eeeeee;
    padding-bottom: 0;
    cursor: default;
}

.convert-estimate-dynamic-fields {
    margin-top: 40px;
}

.estimate-item-container .dynamic-field-info-table-container {
    padding-bottom: 0;
}

.pad-right {
    padding-right: 40px;
}

.convert-estimate-table tr td {
    cursor: default;
}

.convert-estimate-table tr td.list-expander i {
    cursor: pointer;
}

.action-popup.general-html-confirmation {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #616161;
    margin: 0 0 50px;
    line-height: 21px;
}

.action-popup.general-html-confirmation .content-container {
    margin-bottom: 25px;
}

.convert-estimate-dynamic-fields .convert_add_item {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    background-color: #9ac324;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
}

.info-layout a.edit_estimate_item.hidden {
    display: none;
}

.inline-in-country {
    width: 70%;
    float: right;
    margin-top: -40px;
}

/* -------------- */

.general-page {
    font-family: 'Lato', sans-serif;
font-weight: 400;
}

.general-page dl {
    width: calc(50% - 80px);
    margin: 0 40px 40px!important;
    overflow: hidden;
    color: #434343;
}
.general-page dl dt,
.general-page dl dd {
    margin-bottom: 0!important;
    width: 50%;
    float: left;
}
.general-page dl dd span {
    color: #d54537;
}
.general-page dl dt {
    font-family: 'Lato', sans-serif;
font-weight: 700;
}

.general-page table {
    width: 100%;
    max-width: 800px;
    margin: 0 40px 40px;
    text-align: left;
}
.general-page table tr th {
    border-bottom: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    color: #d54537;
    text-transform: uppercase;
    line-height: 24px;
}
.general-page table tr td {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-transform: uppercase;
}

.general-page table tr.total-row td {
    width: auto;
    border-top: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

.general-page .buttons-container {
    overflow: hidden;
    padding-right:40px;
    padding-bottom: 40px;
}

.general-page .item-description {
    margin: 0 40px;
}

.general-page .item-description label {
    color: #434343;
    display: block;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    text-transform: uppercase;
}

.general-page .item-description p {
    color: #434343;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    display: block;
}

.expanded-list-item table tr td.general-actions .general-list-actions {
    top: 40px;
}

.form-grid .jqte {
    margin: 0;
}

.form-grid .jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 24px;
}

/*!----------------------------------------------------------------------------------------------------------!*/

.tracking-popup {
    width: 50%;
    background-color: #fff !important;
    height: 100%;
    padding: 30px 0px 20px !important;
    box-sizing: content-box;
    overflow-y: scroll;
}
.tracking-popup .info-head {
    display: flex;
    width: 100%;
    background-color: lightgrey !important;
    padding-top: 0 !important;
    flex-direction: row;
    position: relative;
    border-bottom: 1px solid grey;
}
.tracking-popup .info-head div {
    flex: 1
}.tracking-popup .info-body {
    width: 100%;
}
.form-popup-body .tracking-table {
    width: 100%;
}
.form-popup-body .tracking-table tbody tr td, .form-popup-body .tracking-table thead th {
    text-align: left;
    padding: 5px;
}
.form-popup-body .tracking-table tbody tr:nth-child(odd) {
    background-color: lightgrey !important;
}
.form-popup-body .tracking-table tbody tr td {
    padding: 10px;
}
.listing-progress-view-container.no-progress {
    padding-top: 40px!important;
}
.listing-progress-view-container .general-description {
    text-transform: uppercase;
}
.listing-progress-view-container .general-description label {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
}
.listing-progress-view-container .general-description p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
}
body .tracker-pop .tracker-msg-pop .form-popup-header:after  {
    content: none !important;
}
.tracker-msg-pop .form-popup-body .tracking-table tr:nth-child(odd) td div {
    text-align: right !important;
}
.tracker-pop .form-popup-header:after {
    content: "\f0d1";
}

.threshold-pop .form-popup-header:after {
    content: "\f2c9";
}
.ddp_terms .form-popup-header:after {
    content: "\f059";
}
.ddp_terms .form-popup-body p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
}
.ddp-help-icon i {
    font-size: 28px;
    color: #fd4181!important;
}
.cost-calc {
    /*width: 835px;*/
}
.cost-calc .form-popup-header:after {
    content: "\f1ec";
}
.cost-calc > table {
    margin-bottom: 10px;
}
.cost-calc h2 {
    margin: 0 -20px -1px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    font-weight: 400;
}
.cost-calc table tr th {
    border-bottom: 1px solid #CCCCCC;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
font-weight: 700;;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
}
.cost-calc table tr td {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-transform: uppercase;
}
.track.right {
    float: left;
    margin-left: 0px; 
    margin-top: 5px;
}
.data-table tr.no-pointer td {
    cursor: default;
}
.data-table tr.no-pointer td.list-expander {
    cursor: pointer;
}
.progress-view-container .progress-flow ul.items li.hidden {
    display: none;
}

.client-tracking .form-grid {
    margin: 0px;
}
.client-tracking .form-grid li {
    margin-bottom: 0px;
}
.news-popup {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #333333;
    width: 800px;
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.news-popup .form-popup-header:after {
    display: none;
}
.news-popup .form-popup-header {
    background-color: #e5007d;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;

}
.news-popup .form-popup-header span {
    height: 70px;
    width: 70px;
    display: none;
    margin: 0 auto 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    color: #fff;
}
.news-popup .form-popup-header h3 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
}
.news-popup .form-popup-header h2 {
    height: 65px;
    border: 5px solid #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 0 30px;
    line-height: 55px;
    font-weight: 700;
    font-size: 34px;
    margin: 20px 0;
}
.news-popup .form-popup-header hr {
    height: 2px;
    display: block;
    background-color: #fff;
}
.news-popup .form-popup-body {
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
    border: 2px solid #e5007d;
    text-align: center;
}
.news-popup .form-popup-body h2 {
    font-weight: 700;
    font-size: 40px;
    color: #e5007d;
    text-align: center;
    margin-bottom: 40px;
}
.news-popup .form-popup-body p {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 16px;
}

.news-popup .form-popup-body .content {
    max-height: 400px;
    padding-bottom: 20px;
}
/*.news-popup .form-popup-body span {*/
/*display: block;*/
/*width: 100%;*/
/*padding: 10px;*/
/*margin-top: -20px;*/
/*text-align: right;*/
/*}*/
@media only screen and (min-width: 1700px) {
    .news-popup {
        width: 1200px;
        max-width: 1200px;
    }
    .news-popup .form-popup-header h2 {
        height: 115px;
        border: 10px solid #fff;
        line-height: 95px;
        font-size: 38px;
    }
    .news-popup .form-popup-header h3 {
        font-size: 26px;
    }
    .news-popup .form-popup-body {
        height: 600px;
    }
}
#calendar {
    font-family: 'Lato', sans-serif;
font-weight: 700;
}
.event-sidebar {
    font-family: 'Lato', sans-serif;
font-weight: 700;
}
.event-sidebar .form-grid > li h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 12px 0px 0px;
}
.event-sidebar .form-grid li.col-4 {
    margin: 0px !important;
}
.event-sidebar .form-grid li:nth-child(3) {
    font-size: 20px;
}
.mail-invoice-popup .form-popup-header:after {
    content: "\f02d";
}
.mail-invoice-popup .form-popup-body table {
    width: 100%;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    padding-bottom: 15px;
    text-align: left;
    color: #434343;
}
.mail-invoice-popup .form-popup-body table thead {
    border-bottom: 1px solid lightgrey;
}
.mail-invoice-popup .form-popup-body table td {
    padding-bottom: 5px !important;
}
.mail-invoice-popup .form-popup-body table:last-child tr:last-child td:not([colspan="4"]){
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    font-weight: bold;
    padding-top: 5px !important;
}
.collect-send-popup {
    padding-bottom: 20px !important;
}
.collect-send-popup .form-popup-header:after {
    content: "\f1d9";
}
.collect-send-popup .form-popup-header span {
    color: #fff;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
}
ul.fake-grid {
    width: 22px !important;
    overflow: visible;
}
ul.fake-grid li.col-1 {
    margin-left: -15px;
    margin-bottom: -15px;
}

.file-info-icons {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 12px;
}

.file-info-icons > span {
    width: 33%;
    float: left;
}

.file-info-icons > span > a {
    display: block;
    width: 47px;
    height: 47px;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    margin: 0 auto;
}

.file-info-icons > span > a.uploading {
    background-color: #FA4616;
    cursor: default;
}
.file-info-icons > span > a.completed {
    background-color: #9ac324;
    cursor: default;
}
.file-info-icons > span > a.view {
    background-color: #fa4616;
    cursor: pointer;
}

.file-info-icons > span > a > span {
    display: block;
}

.requests-uploader .fileuploader {
    margin: 0;
}

.upload-zone-with-progress {
    cursor: pointer;
}

.upload-zone-with-progress .file-upload-progress-container {
    height: 50px;
    background-color:#ffffff;
}

.upload-zone-with-progress .file-upload-progress-container > span {
    display: block;
    height: 100%;
    background-color:#ffe0f7;
    width: 0%;
}
.upload-zone-with-progress .upload-zone {
    margin-top: -50px;
    background-color: transparent;
}

.form-grid .center-icon-popup-container h1 {
    background: none transparent;
    color: #000000;
    padding: 0;
}

.uploaded-files-info {
    overflow: hidden;
    padding: 0 40px 40px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
}

.inline-download-button {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    background-color: #9ac324;
    color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    padding: 0 5px;
    text-decoration: none;
}

.expanded-estimate-items tr td {
    cursor: default;
}

.expanded-estimate-items tr td a.inline-download-button {
    color: #ffffff;
    margin-top: 0px;
}

.profile-pic-upload .fileuploader {
    margin: 0;
}

.profile-pic-upload .upload-zone-with-progress .upload-zone {
    margin-top: -133px;
    margin-left: auto;
    margin-right: auto;
    height: 133px;
    width: 133px;
    padding-top: 30px;
    position: relative;
}

.profile-pic-upload .upload-zone-with-progress .file-upload-progress-container {
    margin-left: auto;
    margin-right: auto;
    height: 133px;
    width: 133px;
}

.profile-pic-upload .upload-zone-with-progress .upload-zone > i {
    font-size: 40px;
    display: block;
}

.profile-pic-upload .fileuploader-items {
    margin-top: -133px;
    height: 133px;
    width: 133px;
    margin-left: auto;
    margin-right: auto;
}

.profile-pic-upload  .fileuploader-items-list {
    margin: 0;
}

.profile-pic-upload .fileuploader-item .column-thumbnail {
    width: 133px;
    height: 133px;
    padding: 2px;
}

.stock-image-uploader .fileuploader {
    margin: 0;
}

.stock-image-uploader .fileuploader .upload-zone {
    padding: 13px 10px;
    cursor: pointer;
}

.stock-image-files {
    font-family: 'Lato', sans-serif;
font-weight: 400;
}

.stock-image-files .fileuploader-items-list {
    margin: 0;
}

.stock-image-files .fileuploader-item {
    margin: 0;
    padding: 0;
}

.stock-image-files .fileuploader-item .column-thumbnail {
    width: 52px;
    height: 52px;
}

.stock-image-files .fileuploader-item .column-title {
    padding-left: 61px;
}

.stock-popup {
    max-width: 1200px;
}

.view-popup-notes {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
    margin: 0 20px 20px;
    clear: left;
}

.view-popup-notes .heading {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    display: block;
    font-size: 16px;
}

.stock-view-image {
    float: left;
    width: 300px;
    padding: 0 20px;
    max-height: 230px;
}

.stock-view-image img {
    max-height: 230px;
    max-width: 260px;
    display: block;
}

.stock-view-popup {
    max-width: 840px;
}

.view-row-popup .client-view-popup dl dt,
.view-row-popup .client-view-popup dl dd {
    padding-right: 10px;
    width: 200px;
}

.view-row-popup .client-view-popup dl {
    overflow: hidden;
    margin-bottom: 10px;
}

.client-view-popup hr {
    height: 2px;
    width: 100%;
    background-color: #FA4616;
    margin: 0 auto 20px;
    clear: left;
}

.notes-half-width {
    overflow: hidden;
    margin: 0 0 20px;
}

.notes-half-width > div {
    width: 50%;
    float: left;
    margin: 0px;
    clear: none;
    padding: 0 20px;
}

.view-row-popup .client-view-popup {
    background-color: #fff;
    padding: 0 20px 20px;
    max-width: 840px;
    margin: 50px auto;
    overflow: hidden;
}
.view-row-popup .client-view-popup > h2 {
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #FA4616;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.view-row-popup .client-view-popup dl {
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    float: left;
}
.view-row-popup .client-view-popup dl dt {
    float: left;
    display: inline;
    width: 150px;
    clear: left;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup .client-view-popup dl dd {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
    width: 200px;
}
.view-row-popup > div dl dd a {
    color: #fa4616;
}

.cs-warning {
    display: none;;
    color: red; 
    font-style: italic;
}
/*-------------------------------------------------------------------*/
.dashboard-grid.client-tabs-listing {
    text-align: center;
    margin-bottom: 0;
    height: 255px;
}
.dashboard-grid > li.client-tabs {
    max-width: 275px;
    height: 215px;
    float: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 5px 5px 8px #c1c1c1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4a4a49;
    width: calc(20% - 38px);
}
.dashboard-grid > li.client-tabs:not(.client-tabs--disabled):hover {
    background-color: #FA4616;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dashboard-grid > li.client-tabs.client-tabs--disabled {
    opacity: .5;
    cursor: help;
}

.dashboard-grid > li.client-tabs .client-tab-title {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 18px;
}
.dashboard-grid > li.client-tabs > div {
    height: auto;
    padding: 40px 0 20px;
}
.dashboard-grid > li.client-tabs > div i {
    font-size: 60px;
}
@media only screen and (max-width: 1400px) and (min-width: 1100px) {
    .dashboard-grid > li.client-tabs {
        width: calc(20% - 38px);
    }
}
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
    .dashboard-grid > li.client-tabs {
        width: calc(20% - 38px);
    }
}
@media only screen and (max-width: 1000px) {
    .dashboard-grid > li.client-tabs {
        width: calc(20% - 38px);
    }
}
/*------------------------------------------------events-------------------------------------------------------------*/
.dashboard-events {
    overflow: hidden;
    padding: 0 40px 40px;
}
.dashboard-events > div {
    float: left;
    display: inline;
    width: 50%;
}
.dashboard-events > div.event-sidebar {
    padding-right: 30px;
}
.dashboard-events > div .next-event {
    font-size: 18px;
    color: #616161;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    margin-bottom: 20px;
}
.dashboard-events > div .next-event span {
    color: #8CC53B;
}
.dashboard-events > div.event-sidebar .status-and-select {
    background-color: #f6f6f6;
    border-bottom: 2px solid #cfcfcf;
    height: 56px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.dashboard-events > div.event-sidebar .status-and-select h2 {
    float: left;
    display: inline;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: 400;
    color: #6e6e6e;
}
.dashboard-events > div.event-sidebar .status-and-select h2 span {
    color: #8CC53B;
}
.dashboard-events > div.event-sidebar .status-and-select .select-wrapper {
    float: right;
    display: inline;
    height: 54px;
    position: relative;
}
.dashboard-events > div.event-sidebar .status-and-select .select-wrapper:after {
    content: "";
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    height: 54px;
    width: 40px;
    background-image: url(../images/dropdown-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    top:0;
    right: 0;
    pointer-events: none;
}
.dashboard-events > div.event-sidebar .status-and-select .select-wrapper .validation-icon {
    display: none;
}
.dashboard-events > div.event-sidebar .status-and-select .select-wrapper select {
    /*height: 54px;*/
    font-size: 14px;
    color: #616161;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /*width: 190px;*/
    background-color: transparent;
}
.dashboard-events > div.event-sidebar .event-progress-bar {
    margin-bottom: 30px;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div {
    height: 54px;
    background-color: #f4accd;
    position: relative;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > div:nth-child(1){
    width: 80%;
    height: 54px;
    position: absolute;
    background-color: #fce5f1;
    z-index: 1;
    top: 0;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > div:nth-child(1):after {
    content: "";
    position: absolute;
    border-left: 15px solid #fce5f1;
    border-bottom: 54px solid transparent;
    display: block;
    right: -15px;
    top: 0;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > div:nth-child(2) {
    height: 54px;
    width: 60%;
    background-color: #e3e3e3;
    position: absolute;
    z-index: 2;
    top: 0;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > div:nth-child(2):after {
    content: "";
    position: absolute;
    border-left: 15px solid #e3e3e3;
    border-bottom: 54px solid transparent;
    display: block;
    right: -15px;
    top: 0;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span {
    display: block;
    height: 54px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    z-index: 5;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span i {
    display: none;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span .passed i {
    display: block;
    font-size: 25px;
    height: 41px;
    line-height: 41px;
    color: #ff0000;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span .truk {
    display: block;
    background-image: url(../images/trukv2.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    margin-top: -13px;
    position: absolute;
    left: 15px;
    text-align: center;
    line-height: 41px;
}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span .plan {
    display: block;
    background-image: url(../images/planv2.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    margin-top: -13px;
    position: absolute;
    left: calc(60% - 15px);
    text-align: center;
    line-height: 41px;

}
.dashboard-events > div.event-sidebar .event-progress-bar > div > span .man {
    display: block;
    background-image: url(../images/manv2.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    margin-top: -13px;
    position: absolute;
    left: calc(80% - 20px);
    text-align: center;
    line-height: 41px;

}
.dashboard-events > div.event-sidebar .event-progress-bar > .event-name {
    float: right;
    display: inline;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #a1a1a1;
}
.dashboard-events > div.event-sidebar .event-progress-bar > .time-left {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 14px;
    color: #a1a1a1;
}
.dashboard-events > div .fc td,
.dashboard-events > div .fc th {
    border: none;
}
.dashboard-events > div .fc td .fc-more-cell,
.dashboard-events > div .fc-event,
.dashboard-events > div .fc-event:hover,
.dashboard-events > div .ui-widget .fc-event {
    background-color: #8CC53B;
    border: 1px solid #8CC53B;
    border-radius: 0;
    color: #fff;
}
.dashboard-events > div #calendar .fc-button {
    background-color: #FA4616;
    border: none;
    border-radius: 2px;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dashboard-events > div #calendar .fc-button:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dashboard-events > div #calendar .fc-basic-view .fc-week-number {
    padding-right: 5px;
}
.box-image-upload .fileuploader {
    margin: 0;
}

.box-image-upload .upload-zone-with-progress .upload-zone {
    margin-top: -133px;
    margin-left: auto;
    margin-right: auto;
    height: 133px;
    width: 133px;
    padding-top: 30px;
    position: relative;
}

.box-image-upload .upload-zone-with-progress .file-upload-progress-container {
    margin-left: auto;
    margin-right: auto;
    height: 133px;
    width: 133px;
}

.box-image-upload .upload-zone-with-progress .upload-zone > i {
    font-size: 40px;
    display: block;
}

.box-image-upload .fileuploader-items {
    margin-top: -133px;
    height: 133px;
    width: 133px;
    margin-left: auto;
    margin-right: auto;
}

.box-image-upload  .fileuploader-items-list {
    margin: 0;
}

.box-image-upload .fileuploader-item .column-thumbnail {
    width: 133px;
    height: 133px;
    padding: 2px;
}

.news-background-pic-upload .upload-zone-with-progress .file-upload-progress-container {
    width: 264px;
    height: 224px;
}

.news-background-pic-upload .upload-zone-with-progress .upload-zone {
    margin-top: -224px;
    width: 264px;
    height: 224px;
    padding-top: 77px;
}

.news-background-pic-upload .fileuploader-item .column-thumbnail {
    width: 264px;
    height: 224px;
}

.news-background-pic-upload .fileuploader-items {
    margin-top: -224px;
    width: 264px;
    height: 224px;
}

.view-row-popup .common-view-popup dl dt,
.view-row-popup .common-view-popup dl dd {
    padding-right: 10px;
    width: 200px;
}

.view-row-popup .common-view-popup dl {
    overflow: hidden;
    margin-bottom: 10px;
}

.view-row-popup .common-view-popup hr {
    height: 2px;
    width: 100%;
    background-color: #FA4616;
    margin: 0 auto 20px;
    clear: left;
}

.view-row-popup .common-view-popup {
    background-color: #fff;
    padding: 0 20px 20px;
    max-width: 840px;
    margin: 50px auto;
    overflow: hidden;
}
.view-row-popup .common-view-popup > h2 {
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #FA4616;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.view-row-popup .common-view-popup dl {
    margin: 0 20px;
    padding: 0;
    overflow: hidden;
    float: left;
}
.view-row-popup .common-view-popup dl dt {
    float: left;
    display: inline;
    width: 150px;
    clear: left;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    color: #434343;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup .common-view-popup dl dd {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
    width: 200px;
}

.ck-content {
    text-align: left;
}

.ck-content p {
    margin-bottom: 10px;
}
.ck-content ul {
    padding-left: 15px;
    list-style: disc;
}
.ck-content ul li {
    display: list-item;
}
.news-listing li.image-info-block-2 {
    cursor: pointer;
    height: 275px;
    width: 260px;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.dashboard-grid.news-listing li.image-info-block-2 div h3{
    overflow: hidden;
    white-space: nowrap;
    background-color: #616161;
    line-height: 55px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-weight: normal;
    font-size: 25px;
}
.news-listing li.image-info-block-2 > div:first-child {
    background-color: #666666;
}
.news-listing li.image-info-block-2 > div:first-child span {
    background-color: #666666;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.news-listing li.image-info-block-2 > div .desc {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.62);
    height: 91px !important;
    width: 100%;
}
.news-listing li.image-info-block-2 > div .desc p {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 3px #111;
}
.news-listing li.image-info-block-2 > div:last-child {
    height: 220px;
    background-size: cover;
    background-position: center top;
}

.fd-help {
    position: relative;
    width: inherit;
    height: inherit;
}

.fd-help i {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    color: blue;
    cursor: pointer;
}

.threshold-messages {
    color: red;
    font-style: italic;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
}
body .user-green-site {
    background-color: #95C149 !important;

}
body .user-green-site-text {
    color: #95C149 !important;
}

.selected-event {
    text-align: right;
}

.next-event.goto_next_event {
    cursor: pointer;
}

.btn.disabled {
    cursor: default;
    opacity: 0.5;
}

.btn.disabled:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    border: 0 none;
}

.fileuploader {
    cursor: pointer;
}

.cs-item-table {
    width: calc(100% - 36px);
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 14px;
    color: #434343;
    margin-left: 18px;
    margin-right: 18px;
}
.cs-item-table tbody tr td, .cs-item-table thead th {

    text-align: left;
    padding: 5px;
}
.cs-item-table thead th {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
}
.cs-item-table tbody tr:nth-child(even) {
    background-color: lightgrey !important;
}
.cs-item-table tbody tr td {
    padding: 10px;
}
.tracking-correspondance-table {
    width: 100%;
    margin-top: 10px;
}
.form-popup-body .tracking-correspondance-table {
    width: 100%;
}
.form-popup-body .tracking-correspondance-table tbody tr td, .form-popup-body .tracking-correspondance-table thead th {
    text-align: left;
    padding: 5px;
}
.form-popup-body .tracking-correspondance-table tbody tr:nth-child(odd) {
    background-color: lightgrey !important;
}
.form-popup-body .tracking-correspondance-table tbody tr td {
    padding: 10px;
}


.expanded-list-item .toggle-btn > span {
    margin-top: 0;
}

.expanded-grouping {
    margin-top: 10px;
}

.expanded-grouping:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.expanded-grouping > h3 {
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 25px;
    margin-left: 65px;
    color: #FA4616;
    font-weight: normal;
}

.expanded-grouping .sub-list-expander {
    margin-right: 20px;
    cursor: pointer;
}

.sub-expanded-list {
    display: none;
}

.sub-expanded-list.open {
    display: block;
}
table.sub-expanded-list.open {
    display: table;
}

.data-table tr.expanded-list-item td {
    height: auto;
}

.expanded-list-heading {
    font-size: 20px;
}

.data-table tr.expanded-list-item table.sub-expanded-list th {
    background-color: #f6f6f6;
}

.sub-list-expand-all {
    padding: 10px 20px;
}

.data-table .sub-list-expand-all:hover {
    color: #ffffff;
}

.sub-list-collapse-all {
    padding: 10px 20px;
    display: none;
}

.data-table .sub-list-collapse-all:hover {
    color: #ffffff;
}

.remove-vat {
    color: #cc0000;
    cursor: pointer;
}

.no-vat-remove {
    color: #ffffff;
    cursor: default;
    opacity: 0;
}

.sub-list-select-all {
    padding: 10px 20px;
    margin-left: 10px;
}

.data-table .sub-list-select-all:hover {
    color: #ffffff;
}

.sub-list-deselect-all {
    padding: 10px 20px;
    margin-left: 10px;
    display: none;
}

.data-table .sub-list-deselect-all:hover {
    color: #ffffff;
}

.create-invoices {
    cursor: pointer;
}

.create-invoices-all {
    cursor: pointer;
}

.create-invoices-by-department {
    cursor: pointer !important;
}

.popup-table-data {
    margin: 0 20px 20px;
    color: #434343;
    width: calc(100% - 40px);
}

.popup-table-data th {
    text-align: left;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-weight: normal;
}

.popup-table-data td {
    text-align: left;
    font-family: 'Lato', sans-serif;
font-weight: 400;
}

.popup-table-data th.right,
.popup-table-data td.right {
    text-align: right;
}

.statement-export-button {
    width: 100%;
    display: block;
}

.field-sub-link {
    position: absolute;
    bottom: -14px;
    left: 2px;
    font-size: 11px;
    color: #FA4616;
}

.client_company .info-layout {
    padding-top: 5px;
}

.breadcrumb-actions .active {
    display: none;
}

.top-center-link {
    clear: left;
    text-align: center;
    margin-bottom: 20px;
}

.thumb-button-container {
    overflow: auto;
    margin: 20px auto 0;
    width: 230px;
}

.thumb-button-container div.circle-container {
    float: right;
    margin-left: 30px;
}
.thumb-button-container div.circle-container:last-child {
    margin: 0;
}
.thumb-button-container div.circle-container div {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FA4616;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.thumb-button-container div.circle-container.thumbs-up div {
    background-color: #9ac324;
}
.thumb-button-container div.circle-container.thumbs-down div {
    background-color: #FA4616;
}
.thumb-button-container div.circle-container div i {
    display: block;
    margin: 10px auto 0;
    font-size: 40px;
}
.thumb-button-container div.circle-container > span {
    height: 25px;
    line-height: 21px;
    width: 80px;
    color: #fff;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    background-color: #828282;
}
.thumb-button-container div.circle-container > span:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.client_address_book_step_3 .uploader-check > div:first-child {
    width: 100%;
}

.client_address_book_step_3 .uploader-check > div > a {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.top-tabs {
    overflow: hidden;
    background-color: #ffffff;
}

.top-tabs > ul {
    overflow: hidden;
    float: left;
    padding-right: 2px;
}

.top-tabs > ul > li {
    float: right !important;
    list-style: none;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    /*margin-left: -10px;*/
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.2)
}

.top-tabs > ul > li.active {
    position: relative;
    z-index: 1;
}

.top-tabs > ul > li > a {
    display: block;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    background-color: #cccccc;
}

.top-tabs > ul > li.active > a {
    background-color: #666666;
    color: #ffffff;
    cursor: default;
}

.top-tabs > ul > li > a:hover {
    background-color: #eeeeee;
}

.top-tabs > ul > li.active > a:hover {
    background-color: #666666;
}

.attention-triangle {
    color: #FA4616;
    text-align: center;
    font-size: 35px;
}

.dashboard.client-dashboard .header-divider {
    background-color: #dcdfe4;
    color: #4a4a49;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    box-shadow: none;
    font-size: 30px;
    line-height: 58px;
}

#calendar {
    max-width: 500px;
    color: #616161;
}

#calendar .fc-header-toolbar .fc-center h2 {
    color: #FA4616;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 6px;
}

#calendar .has-event > a {
    color: #fff;
    background-color: #9ac324;
    border-radius: 50%;
    padding: 10px !important;
}

#calendar .fc-head-container th {
    padding: 10px 0;
    text-transform: uppercase;
}

#calendar .fc-content-skeleton {
    height: 100%;
}

#calendar .fc-content-skeleton table {
    height: 100%;
}

#calendar .fc-content-skeleton table thead {
    height: 100%;
}

#calendar .fc-content-skeleton table thead tr {
    height: 100%;
}

#calendar .fc-content-skeleton table td.fc-day-top {
    height: 67px;
    vertical-align: middle;
    text-align: center;
}

#calendar .fc-content-skeleton table td.fc-day-top a {
    float: none;
}

#calendar .fc-month-view .fc-content-skeleton table tbody {
    display: none;
}

#calendar th, #calendar td {
    border: 1px solid #ececec;
}

#calendar td.fc-today {
    background-color: #ffffff;
}

#calendar td.fc-today a {
    color: #fff;
    background-color: #FA4616;
    border-radius: 50%;
    padding: 10px !important;
}

.calendar-container {
    background-color: #ffffff;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    max-width: 520px;
    margin: 0 auto;
}

.news-listing {
    margin: 0 25px 20px;
}

@media only screen and (max-width: 1596px) {
    .news-listing li.image-info-block-2:nth-child(5) {
        display: none;
    }
}

@media only screen and (max-width: 1310px) {
    .news-listing li.image-info-block-2:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 1018px) {
    .news-listing li.image-info-block-2:nth-child(3) {
        display: none;
    }
}

@media only screen and (max-width: 728px) {
    .news-listing li.image-info-block-2:nth-child(2) {
        display: none;
    }
}

.pickpack-listing-radios .radio {
    float: left;
    clear: none;
    margin-top: 0;
}

.pickpack-listing-radios label {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 15px;
}

.pick-pack-from {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
}

.pick-pack-from span {
    color: #FA4616;
}

.pick-pack-to {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    color: #434343;
}

.pick-pack-from span {
    color: #FA4616;
}

.pick-pack-popup .form-popup-body {
    overflow: hidden;
}

.pick-pack-delivery-address {
    color: #434343;
}

.pick-pack-charges {
    color: #434343;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
font-weight: 700;
    margin-top: 10px;
}

.pick-pack-stock-table {
    width: 100%;
    color: #434343;
}

.pick-pack-stock-table tr th {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-weight: normal;
    text-align: left;
    background-color: #828282;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #828282;
}

.pick-pack-stock-table tr td {
    border-left: 1px solid #828282;
    border-right: 1px solid #828282;
    padding: 5px;
}

.pick-pack-stock-table tr:last-child td {
    border-bottom: 1px solid #828282;
}

.pick-pack-charges-table {
    width: 100%;
    color: #434343;
    margin-bottom: 20px;
}

.pick-pack-charges-table tr th {
    font-family: 'Lato', sans-serif;
font-weight: 700;
    font-weight: normal;
    text-align: left;
    background-color: #828282;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #828282;
}

.pick-pack-charges-table tr td {
    border: 1px solid #828282;
    padding: 5px;
}
.data-table tr td .tariff-issue {
    color: #ff0000;
}

.data-table .pickpack-choice-table tr td {
    padding: 0;
    border-bottom: 0 none;
    height: auto;
}

.pick-pack-stock-selection .form-grid {
    margin: 5px 0;
}

.pick-pack-stock-selection .form-grid > li {
    margin: 0;
}

.data-table .pickpack-choice-table table tr td {
    background-color: inherit!important;
    padding-left: 10px;
}

.pickpack-choice-table table tr td .radio {
    margin-top: 3px;
}

.pick-pack-ddp-container .checkbox {
    margin: 0;
}

.pick-pack-ddp-container label {
    line-height: 25px;
    margin-left: 10px;
}

.pick-pack-ddp-container .ddp-help {
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
    color: #FA4616;
}

.pick-pack-num-packages {
    color: #434343;
}

.form-popup.manual-shipment .form-popup-header::after {
    content: '\f072';
}

.restrict-address-width {
    display: block;
    max-width: 200px;
}

.city-field-container {
    position: relative;
}

.field-city-container .field-city-autocomplete {
    position: absolute;
    background-color: #ffffff;
    padding: 0;
    border: 1px solid #eaeae8;
    z-index: 100;
    width: 100%;
    max-height: 170px;
    overflow: auto;
    display: none;
}

.field-city-container .field-city-autocomplete li {
    float: none;
    margin: 0;
    padding: 5px 20px;
    display: block;
    min-height: 0;
    cursor: pointer;
    color: #616161;
    font-size: 14px;
}

.field-city-container .field-city-autocomplete li:hover {
    background-color: #FA4616;
    color: #ffffff;
}
.field-city-container .field-city-autocomplete li.field-city-no-rows {
    cursor: default;
    font-style: italic;
}

.field-city-container .field-city-autocomplete li.field-city-no-rows:hover {
    background-color: inherit;
    color: #616161;
}

.margin-clear {
    display: block !important;
    height: 1px !important;
    width: 100% !important;
    clear: both !important;
    margin: 0 !important;
    min-height: 0 !important;
    float: none !important;
}
.client_tracking .listing-filters.open {
    left: 0;
}
.client_tracking .listing-filters .dropdown-filter .box .inner {
    white-space: nowrap;
    overflow: hidden;
}
.client_tracking .listing-filters .dropdown-filter .box .listing li {
    padding-left: 20px;
    white-space: nowrap;
}
.date-range-filter {
    text-align: center;
}

.flasher-green {
    background-color: #9AC324;
}

.flasher-green h2 {
    font-size: 40px !important;
    color: #ffffff !important;
}

.flasher-green p {
    color: #ffffff !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
}

.manual-tracking-form {
    margin-top: 20px;
}

.postal-code-notice {
    color: #ffffff;
}

.data-table tr.parcel-api-errors td {
    color: #cc0000;
}

.data-table tr.parcel-api-pending td {
    color: #00066e;
}

.data-table tr.parcel-exception td {
    color: #00066e;
}

.data-table tr.parcel-approval td {
    color: #FA4616;
    font-weight: bold;
}


.data-table tr.parcel-manual td {
    color: #3f51b5;
}

.data-table tr.parcel-event td {
    font-weight: bold;
    background-color: #ffcce6;
    border-bottom: 1px solid #ff99cc;
}

.addresses-select-all {
    width: 140px!important;
    padding: 0!important;
}
.addresses-select-all span:first-child {
    margin-top: 6px;
}
.addresses-select-all span {
    float: left;
    left: 0!important;
    width: auto!important;
    clear: none!important;
    margin-right: 10px;
}

/*------------------------------------------HOLDING PAGE-----------------------------------------------------------------*/
body.holding-page-body{
    background-color: rgba(0,0,0,0.8);
    padding: 0 30px;
}

.login-body #body-holding{
    background-color: #fff;
    padding: 30px;
    display: block;
    left: 50%;
    max-width: 820px;
    width: 100%;
    height: auto;
    margin: 0 0 0 -410px;
}

.login-body  #body-holding .holding-page-container{
    padding: 0 30px;
}

.login-body #body-holding .holding-page-container h2{
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 28px;
}

.login-body #body-holding .holding-page-container p {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
font-weight: 400;
    font-size: 22px;
}

.login-body #body-holding .holding-page-container p a{
    color: #df0171;
    text-decoration: none;
}

@media(max-width:960px){
    .login-body #body-holding{
        margin: 0 0 0 0;
        position: relative;
        left: 0;
    }
}
@media(max-width:700px){
    .login-body #body-holding{
        margin: 0 0 0 0;
        position: relative;
        left: 0;
    }
    .login-body  #body-holding .holding-page-container{
        padding: 0 0px;
    }
    .login-body #body-holding .holding-page-container p {
        font-size: 20px;
    }
}
@media(max-width:560px){
    body.holding-page-body{
        padding: 0 15px;
    }
}
@media(max-width:450px){
    .login-body #body-holding .holding-page-container p {
        font-size: 18px;
    }
    .login-body #body-holding{
        padding: 30px 15px;
    }
}

#preview-hover, .preview-click{
	position:absolute;
	/* border:1px solid #ccc; */
	background:#333;
	/* padding:5px; */
	display:none;
    color:#fff;
    max-width: 600px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.in-courier-check{
    padding-left: 30px !important;
}

.in-courier-check input{
    -webkit-appearance: checkbox;
    width: 15px;
    height: 15px;
}