/* Colours */
/*
    #26a69a - Green
    #ef5350 - Red
    #2699ff - Orange
    #ffee58 - Yellow
    #ffffff - White
    #29b6f6 - Blue
    #ab47bc - Purple
    #f9f9f9 - Lightest Grey
    #52636c - Dark Grey
    #bdbdbd - Grey
    #78909c - Metal Grey
*/

/*-------------------------------------------------fonts-----------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,700&display=swap');


/*------------------------------------------------------------------------------------------------------------------*/
body {

    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 0.5px;
    color: #52636c;
}

a {
    color: #52636c;
    text-decoration: none;
}

#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;
}
.list-icon-on-hold.fa {
    font-size: 25px;
    color: #f7a01b;
}
.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: #bdbdbd;
}
.color-pink {
    color: #e6007E;
}
.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.3s;
    transition: 0.3s;
}
/*------------------------------------------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: #58caff;
}
.brand-lines div span:nth-child(2) {
    background-color: #58caff;
}
.brand-lines div span:nth-child(3) {
    background-color: #0256b6;
}
.brand-lines div span:nth-child(4) {
    background-color: #367dee;
}

.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 #2699ff;
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid #2699ff;
    border-right: 8px solid #ffffff;
    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%;
}

@-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: 97px;
    box-sizing: border-box;
    border-bottom: 1px solid #a6a7aa;
    background-color: #f9f9f9;
    box-shadow: 1px 0 3px #a6a6a4;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}
.site-header nav {
    float: left;
}
.site-header nav > ul {
    margin: 0;
    padding: 26px 0 0;
    padding-left: 39px;
}
.site-header nav > ul > li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}
.site-header nav > ul > li > a {
    color: #52636c;
    font-size: 35px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
    display: block;
    line-height: 20px;
    padding-bottom: 22px;
}
.site-header nav > ul > li > a.active{
    color: #2699ff;
    padding-bottom: 17px;
    border-bottom: 5px solid #2699ff;
    position: relative;
    cursor: pointer;
}
.site-header nav > ul > li:hover > a {
    color: #bdbdbd;
}
.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-size: 12px;
    color: #fff;
    background-color: #2699ff;
    right: -11px;
	top: -8px;
}
.site-header nav > ul > li > a > i {
    font-size: 25px;
}
.site-header nav > ul > li > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 3px #d0d0d0;
    margin: -6px 0 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.site-header nav > ul > li:hover > ul,
.site-header nav > ul > li > ul.open {
    opacity: 1;
    max-height: 500px;
    padding: 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    margin-left: -12px;
}
.site-header nav > ul > li > ul > li {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
}
.site-header nav > ul > li > ul > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #8a8b91;
    padding: 5px 15px;
    display: block;
    white-space: nowrap;
    padding-right: 70px;
    line-height: 30px;
}
.site-header nav > ul > li > ul > li > a > i {
    width: 25px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 20px;
}
.site-header nav > ul > li > ul > li > a > span {
    float: right;
    display: inline;
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 1px;
    margin-right: -25px;
}
.site-header nav > ul > li > ul > li.head > a {
    background-color: #eeeeee;
}
.site-header nav > ul > li > ul > li > a.active{
    color: #fff;
    background-color: #2699ff;
}
.site-header nav > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #bdbdbd;
}
.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.3s;
    transition: 0.3s;
}
.site-header nav > ul > li ul:hover {
    overflow: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.site-header nav > ul > li > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.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-size: 14px;
    text-decoration: none;
    color: #8a8b91;
    padding: 4px 15px;
    display: block;
    white-space: nowrap;
    line-height: 28px;
    padding-right: 70px;
}
.site-header nav > ul > li > ul > li > ul > li > a.active{
    color: #fff;
    background-color: #2699ff;
}
.site-header nav > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #bdbdbd;
}
.site-header nav > ul > li > ul > li > ul > li > a > i {
    width: 25px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    line-height: 28px;
    font-size: 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.3s;
    transition: 0.3s;
}
.site-header nav > ul > li > ul > li > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.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-size: 14px;
    text-decoration: none;
    color: #8a8b91;
    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: #f7a01b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.site-header nav > ul > li > ul > li > ul > li > ul > li > a > i {
    width: 20px;
}

.site-header nav > ul > li > a > label {
    color: #52636c;
    display: block;
    font-size: 13px;
    z-index: 5;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-header nav > ul > li > a.active > label {
    color: #2699ff;
}

.site-header nav > ul > li:hover > a > label {
    color: #bdbdbd;
}

/*----------------------------------------------quick-add-------------------------------------------------------------*/
.quick-add {
    float: right;
    position: relative;
}
.quick-add > a {
    width: 40px ;
    height: 40px;
    background-color: #bdbdbd;
    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: #bdbdbd;
}
.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.3s;
    transition: 0.3s;
}
.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.3s;
    transition: max-height 0.3s;
}
.quick-add > ul > li {
    display: block;
    margin: 0;
}
.quick-add > ul > li a i {
    width: 25px;
}
.quick-add > ul > li a {
    font-size: 16px;
    text-decoration: none;
    color: #8a8b91;
    padding: 11px 29px;
    display: block;
}
.quick-add > ul > li.head a {
    background-color: #eeeeee;
}
.quick-add > ul > li a:hover {
    color: #fff;
    background-color: #f7a01b;
}
/*----------------------------------------------------header-search-------------------------------------------------*/
.header-search {
    float: right;
    display: inline;
    margin-right: 20px;
    position: relative;
    margin-top: 34px;
}
.header-search > span {
    position: absolute;
    right: 0;
    color: #8a8b91;
    cursor: pointer;
}
.header-search input {
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-search.open input{
    background-color: transparent;
    display: block;
    border-bottom: 2px solid #f7a01b;
    width: 220px;
    height: 30px;
    font-size: 16px;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.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.3s;
    transition: 0.3s;
}
.header-search.open > ul.open {
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.header-search.open > ul > li {
    display: block;
    margin: 0;
}
.header-search.open > ul > li a {
    font-size: 16px;
    text-decoration: none;
    color: #8a8b91;
    padding: 11px 29px;
    display: block;
    cursor: pointer;
}
.header-search.open > ul > li a:hover {
    color: #fff;
    background-color: #f7a01b;
}
/*--------------------------------------------------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.3s;
    transition: 0.3s;
    z-index: 20;
}
.profile-nav.open {
    left: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.profile-nav > h2 {
    font-size: 20px;
    opacity: 0.87;
    margin: 0 0 030px;
    font-weight: 300;
    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 {
    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: #f7a01b
}
/*-----------------------------------------------------site-breadcrumbs----------------------------------------------*/
.site-breadcrumbs {
    height: 65px;
    display: block;
    background: #dcdfe4; /* Old browsers */
    background: linear-gradient(to right, #dcdfe4 0%,#f8f8f9 100%);
    background-attachment: fixed;
    padding: 0 40px;
}
.site-breadcrumbs > a {
    font-size: 20px;
    text-decoration: none;
    line-height: 65px;
    float: left;
    margin-right: 30px;
}
.site-breadcrumbs > .item-count {
    font-size: 20px;
    text-decoration: none;
    line-height: 65px;
    float: left;
    margin-right: 30px;
}
.site-breadcrumbs > nav {
    float: left;
    height: 60px;
    line-height: 69px;
    font-size: 14px;
    color: #8a8b91;
}
.site-breadcrumbs > nav a {
    text-decoration: none;
    color: #8a8b91;
}
.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: #bdbdbd;
}
/*----------------------------------------------------------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: #2699ff;
	cursor: pointer;
	font-size: 30px;
	padding: 16px 10px 0;
    position: relative;
    text-decoration: none;
    display: block;
}

.breadcrumb-actions ul li a i {
    font-size: 30px;
    display: block;
}

.breadcrumb-actions ul li a span  {
    height: 30px;
    line-height: 30px;
    background-color: #52636c;
    position: absolute;
    padding: 0 10px;
    right: 4px;
    top: 60px;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 2px #52636c;
    display: none;
    font-size: 11px;
    z-index: 5;
}
.breadcrumb-actions ul li a span:after {
    z-index: 5;
    position: absolute;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #52636c;
    display: block;
    left: calc(50% - 6px);
    top: -8px;
    content: "";
}
.breadcrumb-actions ul li a:hover span {
	display: block;
}
/*--------------------------------------------------message-container-------------------------------------------------*/
.message-container {
    background: linear-gradient(to right, #ab47bc 0%, #cb67dc 100%);
    background-attachment: fixed;
    max-height: 0;
    -webkit-transition:1s;
    transition: 1s;
    overflow: hidden;
    opacity: 0;
    width: 100%;
}
.message-container.open {
    opacity: 1;
    max-height: 150px;
    -webkit-transition: 1s;
    transition: 1s;
    padding-left: 61px;
}
.message-container.filter-open {
	padding-left: 417px;
}
.message-container > div {
    padding: 40px 40px 15px;
    overflow: hidden;
}
.message-container > div .close {
    float: right;
    display: inline;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
.message-container > div .close:hover {
    opacity: 1;
}
.message-container > div h2 {
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
}
.message-container > div p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    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-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.message-container .tab-header ul li.pass {
	cursor: pointer;
}
.message-container .tab-header ul li.pass:hover span{
	background-color: #ef5350;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.message-container .tab-header ul li.pass span,
.message-container .tab-header ul li.active span {
	background-color: #9AC324;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.message-container .tab-header ul li label {
	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.3s;
	transition: 0.3s;
	max-width: 100%;
}
/*----------------------------------------text-btn--------------------------------------------------------------------*/
.text-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #009688;
    text-decoration: none;
}
.text-btn:hover {
    color: #bdbdbd;
}
.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: 10px;
}
.site-footer > a img {
    max-width: 197px;
    max-height: 70px;
    margin-top: 0;
}
.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.3s;
    transition:  0.3s;
    width: 40px;
    height: 40px;
}
/*.site-footer > .footer-profile img:hover {*/
/*border: 2px solid #bdbdbd;*/
/*-webkit-transition: 0.3s;*/
/*transition:  0.3s;*/
/*}*/
.site-footer > .footer-profile p {
    font-size: 15px;
    color: #52636c;
    margin-top: 5px;
    margin-right: 57px;
}
.site-footer > .footer-profile p a {
    text-decoration: none;
    color: #6e6e6e;
    opacity: 0.54;
}
.site-footer > .footer-profile p > span {
    color: #bdbdbd;
}
.site-footer > .footer-profile p a:hover {
    opacity: 1;
    color: #bdbdbd;
}
.site-footer > .footer-profile > span {
    display: block;
    margin-top: -10px;
    margin-bottom: -10px;
    text-align: center;
    color: #52636c;
    padding-right: 30px;
}
.site-footer > .footer-profile:hover > span {
    color: #bdbdbd;
}
.site-footer > .footer-profile span div {
    position: absolute;
    background-color: #fff;
    width: 231px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 57px;
    right: 13px;
    max-height: 0;
    overflow: hidden;
}
.site-footer > .footer-profile:hover span div{
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}
.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-size: 16px;
    text-decoration: none;
    color: #8a8b91;
    padding: 11px 13px;
    display: block;
    text-align: left;
    line-height: 23px;
}
.site-footer > .footer-profile span div > ul > li a i {
    width: 25px;
    line-height: 23px;
    float: left;
    margin-right: 20px;
}
.site-footer > .footer-profile span div > ul > li.head a {
    background-color: #eeeeee;
}
.site-footer > .footer-profile span div > ul > li a:hover {
    color: #fff;
    background-color: #2699ff;
}
.site-footer .social-footer {
    margin: 0 auto;
    width: 500px;
    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: #bdbdbd;;
}
/*----------------------------------------main-container-------------------------------------------------------------*/
.main-container {
    display: block;
    min-height: 100%;
}
.main-container .tab-body {
    max-width: 1440px;
    margin: 0 auto;
}
.inner-content {
    -webkit-transition: 0.3s;
    transition:  0.3s;
    padding-left: 61px;
}
.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: 354px;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
/*------------------------------------------------sub-menu-------------------------------------------------------------*/
.sub-menu {
    z-index: 5;
    position: absolute;
    left: 0;
    width: 60px;
	-webkit-transition: 0.3s;
    transition:  0.3s;
    height: calc(100% - 170px);
    top: 162px;
}
.sub-menu.fixed {
    position: fixed;
    top: 97px;
}
.sub-menu.open-actions-menu {
	-webkit-transition: 0.3s;
	transition:  0.3s;
}
.sub-menu > ul {
    margin: 0;
    padding: 0;
    width: 60px;
    position: absolute;
	background-color: #fafafa;

	height: 100%;
}
.sub-menu > ul > li {
    display: block;
    width: 60px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e8e8e8;
    -webkit-transition: 0.3s;
    transition:  0.3s;
    cursor: pointer;
}
.sub-menu > ul > li:first-child {
    border-top: 0 none;
}
.sub-menu > ul > li:hover {
    border-left: 0;
    overflow: visible;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul > li > a {
    display: block;
    line-height: 45px;
    height: 45px;
    width: 300px;
    color: #fff;
    background-color: #52636c;
    text-decoration: none;
    font-size: 15px;
}
.sub-menu > ul > li > a:hover {
    background-color: #2699ff;
    color: #fff;
}
.sub-menu > ul > li > a  > i {
    height: 45px;
    line-height: 45px;
    width: 60px;
    text-align: center;
    float: left;
    font-size: 20px;
    margin-right: 20px;
    background-color: #52636c;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul > li > a.active i{
	background-color: #2699ff;
	color: #fff;
	-webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul > li > a:hover i {
    background-color: #2699ff;
    color: #fff;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul > li > ul {
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    left: 60px;
    top: 45px;
    max-height: 0;
    -webkit-transition: 0.3s;
    transition:  0.3s;
    overflow: hidden;
}
.sub-menu > ul > li:hover > ul {
    max-height: 300px;
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul > li > ul li a {
    color: #52636c ;
    display: block;
    font-size: 15px;
    padding: 0 17px;
    text-decoration: none;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
}
.sub-menu > ul > li > ul > li:hover a {
    background-color: #2699ff;
    color: #fff;
}
.sub-menu > ul > li > ul li a i {
    margin-right: 15px;
    float: left;
    line-height: 45px;
    font-size: 20px;
}
.sub-menu > ul.sub-menu-items {
    left: 0px;
    opacity: 1;
	width: 61px;
	border-right: 1px solid #DCDFE4;
    -webkit-transition: 0.3s;
    transition:  0.3s;
	z-index: 20;
}
.sub-menu > ul.actions-items {
    left: 0;
	background-color: #073f5e;
    z-index: 5;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu > ul.actions-items li a i {
	background-color: transparent;
	color: #fff;
}
.sub-menu > ul.actions-items li a.active i {
	background-color: #8a8b91;
}
.sub-menu > ul.actions-items.active {
	/*left: 63px!important;*/
	/*width: 63px;*/
	/*opacity: 1!important;*/
	/*border-right: 3px solid #DCDFE4;*/
	/*-webkit-transition: 0.3s;*/
	/*transition:  0.3s;*/
}
.sub-menu.show > ul.sub-menu-items {
    left: 0;
    opacity: 1;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.sub-menu.show > ul.actions-items {
    left: -60px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.hide {
    display: none;
}
/*--------------------------------------------data-table--------------------------------------------------------------*/
.data-table {
    width: 100%;
}
.data-table tr.header-row {
    background: linear-gradient(to right,#72c591 0%, #5bb3ef 80%, #0256b6 100%);
    background-attachment: fixed;
}
.data-table tr th {
    padding-left: 40px;
    text-align: left;
    height: 50px;
    font-size: 12px;
    font-weight: 300;
    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-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: "↕";
    /* content: "\f0dc"; */
    /* content: "";
    background: #ffffff;
    height: 6px;
    text-align: center;
    transform:rotate(45deg);
    width:6px;
    display: block; */
}
.data-table tr th[data-sort-order="asc"].sortable span:before {
    content: "↑";
    /* content: "\f0de"; */
    /* content: "";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    display: block;
    background: transparent;
    transform: none;
    text-align: left; */
}
.data-table tr th[data-sort-order="desc"].sortable span:before {
    content: "↓";
    /* content: "\f0dd"; */
    /* content: "";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    display: block;
    background: transparent;
    transform: none;
    text-align: left; */
}
.data-table > tr > td {
    padding-left: 40px;
    height: 70px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.data-table > tr:hover > td {
    background-color: #e4e4e4 !important;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.data-table > tr.row-disabled > td {
    background-color: #fed0e3!important;
}
.data-table > tr.row-on-hold > td {
    background-color: #faba5b;
}
.data-table > tr.row-not-activated > td {
    background-color: #bdd0d0
}
.data-table > tr > td .listing-image {
    border-radius: 50%;
}
.data-table > tr > td > a {
    font-size: 14px;
    text-decoration: none;
}
.data-table > tr > td > a:hover {
    color: #ef5350;
}
.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: #0256b6;
    display: block;
    margin: 2px 0;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
/* .data-table tr td.general-actions:hover .general-list-actions-btn span {
    width: 6px;
    height: 6px;
    margin: 3px 0;
    color: #ef5350;
    -webkit-transition: 0.3s;
    transition:  0.3s;
} */
.data-table > tr > td.general-actions .general-list-actions {
    z-index: 21;
    position: absolute;
    overflow: hidden;
    top: 60px;
    opacity: 0;
    right: 10px;
    max-height: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px #d0d0d0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.data-table > tr > td.general-actions:hover .general-list-actions {
    opacity: 1;
	z-index: 23;
    max-height: 300px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.data-table > tr > td.general-actions .general-list-actions:hover {
	 opacity: 1;
	 max-height: 300px;
	z-index: 23;
	 -webkit-transition: 0.3s;
	 transition: 0.3s;
 }

.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-size: 15px;
    text-decoration: none;
    color: #8a8b91;
    padding: 7px 20px;
    display: block;
    white-space: nowrap;
    padding-right: 70px;
}
.data-table > tr > td.general-actions .general-list-actions > li a:hover {
    color: #fff;
    background-color: #0256b6;
}
.data-table > tr > td.general-actions .general-list-actions > li a i {
    margin-right: 15px;
    font-size: 20px;
    float: left;
}
/*-----------------------------------listing-filters---------------------------------------------------------------*/
.listing-filters {
    position: absolute;
    width: 354px;
    background-color: #fafafa;
    min-height: calc(100% - 170px);
    box-shadow: 0 1px 20px #a6a6a4;
    left: -354px;
    top: 162px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 4;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.listing-filters.open {
    left: 61px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.listing-filters .clear-filter {
	float: right;
	display: inline;
	cursor: pointer;
	position: relative;
	z-index: 5;
	margin-right: 11px;
	margin-top: 11px;
    color: #8a8b91;
    text-decoration: none;
}
.listing-filters .clear-filter i {
    font-size: 15px;
}
.listing-filters > h2 {
    font-size: 20px;
    opacity: 0.87;
    margin: 0;
    font-weight: 300;
    padding: 36px 40px;
    border-bottom: 1px solid #dcdcdc;
}
.listing-filters .search_fields {
    font-size: 12px;
    margin: 5px 15px;
    display: block;
}
.listing-filters .search_fields span {
    font-weight: 700;
}
.listing-filters .date-range-filter {
    overflow: hidden;
}
.listing-filters .date-range-filter .date-range {
    height: 48px;
    background-color: transparent;
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    z-index: 2;
    padding-left: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #3f3f3f;
    background-color: #F4F4F4;
    border-bottom: 1px solid #f0f0f0;
}
.listing-filters .date-range-filter .filter-value-from {
    clear: left;
}
.listing-filters .range-filter {
    overflow: hidden;
}
.listing-filters .range-filter .int-range {
    height: 48px;
    background-color: transparent;
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    z-index: 2;
    padding-left: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #3f3f3f;
    background-color: #F4F4F4;
    border-bottom: 1px solid #f0f0f0;
}
.listing-filters .general-filter label {
    height: 86px;
    padding-top: 16px;
    padding-left: 40px;
    font-size: 14px;
    color: #3f3f3f;
    display: block;
    line-height: 70px;
}
.listing-filters .general-filter label i {
    font-size: 21px;
    width: 50px;
    color: #8a8b91;
    float: left;
    margin-top: 23px;
}
.listing-filters .dropdown-filter label {
    height: 86px;
    padding-top: 16px;
    padding-left: 40px;
    font-size: 14px;
    color: #3f3f3f;
    display: block;
    line-height: 70px;
}
.listing-filters .dropdown-filter label i {
    font-size: 21px;
    width: 50px;
    color: #8a8b91;
    float: left;
    margin-top: 23px;
}
.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;
    padding-right: 30px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.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.3s;
    transition: 0.3s;
}
.listing-filters .dropdown-filter .box .listing li {
    display: block;
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
}
.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.3s;
    transition: 0.3s;
}
.listing-filters .dropdown-filter .box.open .listing {
    border-bottom: 1px solid #eaeaea;
    max-height: 500px;
    padding: 16px 0;
	overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.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: #8a8b91;
    font-size: 25px;
}
.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-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: #ef5350;
    cursor: pointer;
}
.listing-filters .autocomplete-filter .autocomplete-results {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.listing-filters .autocomplete-filter .autocomplete-results.open {
    max-height: 500px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.listing-filters .autocomplete-filter .autocomplete-results li {
    display: block;
    padding-left: 48px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    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.3s;
	transition: 0.3s;
	z-index: 4;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.assignment-filters.open {
	left: -354px;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition:  0.3s;
}
.assignment-filters .clear-filter {
	float: right;
	display: inline;
	cursor: pointer;
	position: relative;
	z-index: 5;
	margin-right: 11px;
	margin-top: 6px;
	color: #8a8b91;
}
.assignment-filters > h2 {
	font-size: 20px;
	opacity: 0.87;
	margin: 0;
	font-weight: 300;
	padding: 36px 40px;
	border-bottom: 1px solid #dcdcdc;
}
.assignment-filters .dropdown-filter label {
	height: 86px;
	padding-top: 16px;
	padding-left: 40px;
	font-size: 14px;
	color: #3f3f3f;
	display: block;
	line-height: 70px;
}
.assignment-filters .dropdown-filter label i {
	font-size: 21px;
	width: 50px;
	color: #8a8b91;
	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-size: 15px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.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.3s;
	transition: 0.3s;
}
.assignment-filters .dropdown-filter .box .listing li {
	display: block;
	padding-left: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	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.3s;
	transition: 0.3s;
}
.assignment-filters .dropdown-filter .box.open .listing {
	border-bottom: 1px solid #eaeaea;
	max-height: 500px;
	padding: 16px 0;
	overflow: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.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: #8a8b91;
	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-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: #ef5350;
	cursor: pointer;
}
.assignment-filters .autocomplete-filter .autocomplete-results {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.assignment-filters .autocomplete-filter .autocomplete-results.open {
	max-height: 500px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.assignment-filters .autocomplete-filter .autocomplete-results li {
	display: block;
	padding-left: 48px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	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.5);
    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.5);
    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.5);
    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.5);
    mix-blend-mode: hue;
    top: 15%;
    right: 0;
}
.login-body > div#container {
    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#container .image-view {
    width: 60%;
    float: left;
    display: inline;
    height: 100%;
    padding: 40px;
}
.login-body > div#container .image-view h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}
.login-body > div#container .image-view p {
    font-size: 16px;
    color: #fff;
    padding: 10px;
}
.login-body > div#container #body {
    background-color: #fff;
    width: 40%;
    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#container #body form {
    width: 100%;
    max-width: 303px;
}
.login-body > div#container #body ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.login-body > div#container #body ul li {
    display: block;
    position: relative;
}
.login-body > div#container #body ul li input {
    height: 40px;
    padding: 0 10px;
    padding-left: 50px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
    position: relative;
}
.login-body > div#container #body ul li.email:before {
    content: "email";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
    font-family: 'Material Icons Outlined';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 10px;
    left: 9px;
    color: #8a8b91;
    font-size: 25px;
    line-height: 20px;
}
.login-body > div#container #body ul li.password:before {
    content: "vpn_key";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
    font-family: 'Material Icons Outlined';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 4px;
    left: 9px;
    color: #8a8b91;
    font-size: 25px;
}
.login-body > div#container #body ul li .g-recaptcha {
    margin-bottom: 10px;
}
.login-body > div#container #body ul li a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #2699ff;
    color: #fff;
    font-size: 14px;
}
.login-body > div#container #body ul li a:hover {
    background-color: #2699ff;
}
.login-body > div#container #body ul li .login-error {
    display: block;
    color: #cc0000;
    font-size: 13px;
}
.login-body > div#container .logo {
    display: block;
    margin: 0px auto 30px;
}
.login-body > div#container h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}
.login-body > div#container p {
    margin-bottom: 20px;
    font-size: 14px;
}
.login-body > div#container #body .forgot-pas {
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #2699ff;
    margin-top: 20px;
    display: block;
}
.login-body > div#container #body .forgot-pas:hover {
    text-decoration: underline;
}
/*----------------------------------------------btn-container-----------------------------------------------------------*/
.btn-container {
    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-size: 16px;
    color: #8a8b91;
    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;
}
.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: #0256b6;
    color: #fff;
}
.btn.red {
    background-color: #ef5350;
    color: #fff;
}
.btn.green {
    background-color: #26a69a;
    color: #fff;
}
.btn.orange {
    background-color: #2699ff;
    color: #fff;
}
.btn.brown {
    background-color: #2699ff;
    color: #fff;
}
.toggle-btn {
	padding-top: 11px;
    cursor: pointer;
}
.toggle-btn > label {
	color: #8a8b91;
	float: left;
	margin-left: 10px;
	font-size: 16px;
}
.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 {*/
/*	line-height: 24px;*/
/*    content: '\f1ca';*/
/*    font-family: 'flaticon';*/
/*    font-size: 10px;*/
/*	position: absolute;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	text-align: center;*/
/*	left: 0;*/
/*	z-index: 1;*/
/*	color: #ddd;*/
/*}*/
.toggle-btn > span.off,
.toggle-btn > span.off > span {
	background-color: #fed0e3 !important
}
.toggle-btn > span.on {
	background-color: #26a69a;
}
.toggle-btn > span.on > span {
	background-color: #26a69a;
	right: 0;
}
.toggle-btn > span.on > span:before {
	line-height: 25px;
    background-image: url(../images/check-white.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    content: "";

	position: absolute;
	width: 24px;
	height: 24px;
	text-align: center;
	left: 0;
	z-index: 1;
	color: #ddd;
}

/*----------------------------------------------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-weight: 300;
    background: #ef5350; /* Old browsers */
    background: -moz-linear-gradient(left,  #ef5350 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ef5350 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ef5350 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5350', 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-weight: 300;
}
.form-page-no-relative h3 {
    font-size: 20px;
    color: #434343;
    margin: 0 40px 22px;
    display: block;
    font-weight: 300;
}
.form-page {
    position: relative;
}
.form-page h1 {
    height: 69px;
    line-height: 69px;
    padding: 0 40px;
    margin: 0 40px 40px;
    color: #fff;
    font-weight: 300;
    background: #ef5350; /* Old browsers */
    background: -moz-linear-gradient(left,  #ef5350 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ef5350 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ef5350 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5350', 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: linear-gradient(to right,#72c591 0%, #5bb3ef 80%, #0256b6 100%);
    color: #fff;
    font-weight: 300;
    clear: left;
}
.form-page h3 {
    font-size: 20px;
    color: #2699ff;
    margin: 0 40px 22px;
    display: block;
    font-weight: 300;
}
.form-grid {
    overflow: hidden;
    margin: 0 25px;
    padding-top: 40px;
}
.form-grid.visible {
    overflow: visible;
}
.form-grid .form-grid {
	margin: 0 -15px;
}
.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"],
.form-grid li input[type="email"],
.form-grid li input[type="tel"],
.form-grid li input[type="time"],
.form-grid li input[type="password"]{
    box-sizing: border-box;
    height: 53px;
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    padding: 0 48px 0 18px;
    font-size: 14px;
    color: #8a8b91;
    
}
.form-grid li input[type="number"] {
    box-sizing: border-box;
    height: 53px;
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 0 18px;
    font-size: 14px;
    color: #8a8b91;
    text-align: center;
}
.form-grid li input[disabled] {
    opacity: 0.5;
}
.form-grid li .select-wrapper {
    display: block;
    position: relative;
	border-bottom: 1px solid #bdbdbd;
	background-color: transparent;
}
.form-grid li .select-wrapper .required {
    background-image: none;
}
.form-grid li .select-wrapper:before {
    content: "";
	background-color: transparent;
	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: transparent;
    border: none;
    width: calc(100% - 39px);
    padding: 0 18px;
    font-size: 14px;
    color: #8a8b91;
    box-shadow: none;
    padding-right: 45px;
    position: relative;
}
.form-grid li select option {
    width: 100%
}
.form-grid li select[disabled] {
    opacity: 0.5;
}
.form-grid li .checkbox {
    width: 25px;
    height: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    float: left;
	margin-top: 14px;
    clear: left;
    border-radius: 50%;
}
.form-grid li .checkbox:before {
    content: 'check';
    position: absolute;
    width: 24px;
    height: 25px;
    text-align: center;
    z-index: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    font-family: "Material Icons Outlined";
    font-size: 15px;
    color: #f0f0f0 ;
}
.form-grid li .checkbox.checked:before {
    color: #ffffff ;
}
.form-grid li .checkbox:hover:before {
    color: #26a69a;
}
.form-grid li .checkbox.checked {
    color: #ffffff;
    background-color: #26a69a;
}
.form-grid li .checkbox.checked:hover:before {
    color: #ffffff;
}

.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-size: 12px;
    color: #8a8b91;
	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-size: 14px;
    color: #8a8b91;
	margin-top: 14px;
}
.form-grid li label {
    font-size: 12px;
    color: #aaaaaa;
	display: block;
	min-height: 20px;
}
.form-grid li .form-error {
	color: #fd4181;
	display: block;
	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-size: 14px;
    color: #8a8b91;
    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%;
    color: #8a8b91;
    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: #8a8b91;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-grid li textarea {
    box-sizing: border-box;
    background-color: #e3e3e3;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    padding: 18px;
    font-size: 14px;
    color: #8a8b91;
    height: 148px;
	resize: none;
}
.form-grid li textarea.textarea-3lines {
    height: 202px;
}
.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: #52636c;
	border-radius: 50%;
	right: 10px;
	margin-top: -39px;
	cursor: pointer;
}
.form-grid li .validation-icon:before {
    content: "priority_high";
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	display: block;
	line-height: 23px;
	font-size: inherit;
	font-family: "Material Icons Outlined";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}
.form-grid li .validation-icon label {
	height: 30px;
	line-height: 30px;
	background-color: #52636c;
	position: absolute;
	padding: 0 10px;
	right: calc(100% + 20px);
	top: -3px;
	white-space: nowrap;
	color: #fff;
	box-shadow: 0 1px 2px #52636c;
	display: none;
	font-size: 11px;
	z-index: 5;
}
.form-grid li .validation-icon label:after {
	z-index: 5;
	position: absolute;
	border-left: 8px solid #52636c;
	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: #f33720;
	cursor: pointer;
}
.form-grid li.error .validation-icon:before {
	line-height: 24px;
    content:'close';
    font-size: 17px;
    font-family: "Material Icons Outlined";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-grid li.error .validation-icon label {
	display: none;
}
.form-grid li.error .validation-icon .form-error {
	height: 30px;
	line-height: 30px;
	background-color: #f33720;
	position: absolute;
	padding: 0 10px;
	right: calc(100% + 20px);
	top: -3px;
	white-space: nowrap;
	color: #fff;
	box-shadow: 0 1px 2px #8a8b91;
	display: none;
	z-index: 5;
}

.form-grid li.error .validation-icon .form-error:after {
	z-index: 5;
	position: absolute;
	border-left: 8px solid #f33720;
	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 {
	background-color: #26a69a;
}
.form-grid li .validation-icon.pass:before {
	line-height: 25px;
    background-position: center;
    content: "check";
    font-family: "Material Icons Outlined";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
.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: #8a8b91;
	font-size: 14px;
}
.form-grid li .info-checkbox p {
	font-size: 14px;
	color: #8a8b91;
}
.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;
	font-weight: 300;
	background-color: transparent;
	border-bottom: 1px solid #bdbdbd;
	width: 100%;
	padding: 0 190px 0 18px;
	font-size: 14px;
	color: #8a8b91;
	background-image: url('../images/dropdown-icon.png');
	background-repeat: no-repeat;
	background-position: top 25px right 60px;
}
.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;
}
.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-size: 14px;
	color: #8a8b91;
	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: #2699ff;
	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;
}

.form-grid li .multi_select .multi_select_num_selected {
    position: absolute;
    bottom: 12px;
    right: 100px;
    border: 1px dotted #2699ff;
    padding: 5px 10px;
    color: #666666;
    font-style: italic;
    cursor: pointer;
    font-size: 14px;
}

.form-grid li .multi_select div.multi_select_selected_options ul li label > i {
    float: right;
    color: #52636c;
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
}

.form-grid li .textsearch_dropdown {

}
.form-grid li .textsearch_dropdown.disabled {
    opacity: 0.8;
    cursor: default;
}
.form-grid li .textsearch_dropdown h5{
    box-sizing: border-box;
    height: 53px;
    line-height: 53px;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    padding: 0 80px 0 18px;
    font-size: 14px;
    color: #8a8b91;
    background-image: url('../images/dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: top 25px right 60px;
}
.form-grid li .textsearch_dropdown 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 .textsearch_dropdown.open div {
    overflow-y: scroll;

}
.form-grid li .textsearch_dropdown div ul {
    display: block;
    margin: 0;
    padding: 0;
}
.form-grid li .textsearch_dropdown div ul li {
    display: block;
    float: none;
    margin: 0;
    height: 30px;
    min-height: 0;
}
.form-grid li .textsearch_dropdown div ul li label {
    display: block;
    font-size: 14px;
    color: #8a8b91;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
}
.form-grid li .textsearch_dropdown div ul li label:hover {
    background-color: #DDDFE4;
}
.form-grid li .textsearch_dropdown div ul li label.selected {
    background-color: #2699ff;
    color: #fff;
}
.form-grid li .textsearch_dropdown div ul li label input {
    opacity: 0;
}

.form-grid li .textsearch_dropdown.open-above {
    position: relative;
}
.form-grid li .textsearch_dropdown.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-prev span { 
	background-image: url("../images/arrow-left.png") !important;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}
.ui-datepicker.ui-widget.ui-widget-content  .ui-datepicker-header .ui-datepicker-next span {
    background-image: url("../images/arrow-right.png") !important;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
}
/* .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: #F7A01B;
	color: #fff
}
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active {
	background-color: #2699ff;
	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-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	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-weight: 300;
    background: #ef5350; /* Old browsers */
    background: -moz-linear-gradient(left,  #ef5350 0%, #fb7561 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ef5350 0%,#fb7561 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ef5350 0%,#fb7561 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5350', 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-size: 16px;
    color: #8a8b91;
    line-height: 24px;
}
.static-view dl dd {
    font-size: 14px;
    color: #8a8b91;
    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.3s;
    transition: 0.3s;
}
.action-popup.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.action-popup > div {
    max-width: 480px;
    background-color: #fff;
}
.action-popup > div h1 {
    margin: 0;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right,#72c591 0%, #5bb3ef 80%, #0256b6 100%);
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.action-popup > div > div {
    padding: 30px;
    overflow: hidden;
}
.action-popup > div > div h2 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #8a8b91;
    font-weight: 300;
}
.action-popup > div > div p {
    font-size: 14px;
    color: #8a8b91;
    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.3s;
    transition: 0.3s;
}
.view-row-popup.open {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.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: #f7a01b;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.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-size: 16px;
    color: #8a8b91;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup > div dl dd {
    font-size: 14px;
    color: #8a8b91;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
	width: 200px;
}
.view-row-popup > div dl dd a {
    color: #2699ff;
}
/*-----------------------------------------------------page-info----------------------------------------------------------*/
.page-info {
	display: block;
	padding: 40px;
	background-color: #fff;
	margin-bottom: 40px;
}
.form-info h4 {
	color: #8a8b91;
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 26px;
	line-height: 28px;
}
.form-info p {
	margin: 0 0 15px;
	color: #8a8b91;
	font-size: 16px;
}
.form-info p span {
    color: #2699ff
}
.form-info p.pink {
	color: #2699ff;
}
.form-info p:last-child {
	margin: 0;
}
/*---------------------------------------------tab-container-----------------------------------------------------------*/
.tab-container {
}
.tab-container .tab-header {
    width: 100%;
    display: block;
    background-color: #0256b6;
    position: relative;
    background: linear-gradient(to right,#72c591 0%, #5bb3ef 80%, #0256b6 100%);
    background-attachment: fixed;
}

.tab-container .tab-header ul {
	display: block;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
    width: 100%;
    overflow: hidden;
    min-height: 60px;
}
.tab-container .tab-header ul li {
	text-align: center;
	float: left;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    cursor: pointer;
}

.tab-container .tab-header ul li.active {
    border-bottom: 5px solid #52636c;
    color: #52636c;
}

.tab-container .tab-header ul li:hover {
    border-bottom: 5px solid #bdbdbd;
}

.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-size: 24px;
	line-height: 65px;
	text-decoration: none;
	color: #F7A01B;
}
.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.3s;
	transition: 0.3s;
}
.open-side-menu:hover > div {
	max-height: 300px;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.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-size: 16px;
	text-decoration: none;
	color: #8a8b91;
	padding: 11px 29px;
	display: block;
}
.open-side-menu > div > ul > li.head a {
	background-color: #eeeeee;
}
.open-side-menu > div > ul > li a:hover {
	color: #fff;
	background-color: #f7a01b;
}
/*-------------------------------------------- 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 {
	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;
	color: #8a8b91;
	font-size: 16px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px #c3c3c3;
}
.permission-grid > li > span > span {
	height: 53px;
	width: 53px;
	background-color: #F7A01B;
	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.3s;
	transition: 0.3s;
}
.permission-grid > li > span > div > span:hover {
	box-shadow: 0 0px 3px #c3c3c3;
}
.permission-grid > li > span > div > span.active {
	background-color: #bdbdbd;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.permission-grid > li > span > div > span > div {
	position: absolute;
	height: 20px;
	line-height: 19px;
	padding: 0 15px;
	background-color: #8a8b91;
	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 #8a8b91;
	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;
	color: #8a8b91;
	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: #8a8b91;
	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.3s;
	transition: 0.3s;
}
.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: #bdbdbd;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.permission-grid > li > ul li > span > div > span > div {
	position: absolute;
	height: 20px;
	line-height: 19px;
	padding: 0 15px;
	background-color: #8a8b91;
	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 #8a8b91;
	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-size: 14px;
	color: #8a8b91;
	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: #F7A01B;
	right: 10px;
	top: 14px;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	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.3s;
	transition: 0.3s;
}
.assignment-grid > ul > li:hover:before {
	color: #ddd;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
/*---------------------------------------------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: #073f5e;
	color: #fff;
	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: #2699ff;
}
.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.3s;
	transition: 0.3s;
}
.grid-listing > ul > li h3 > span:hover > div {
	opacity: 1;
	max-height: 200px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.grid-listing > ul > li h3 > span > div > ul {
	display: block;
	margin: 0;
}
.grid-listing > ul > li h3 > span > div > ul > li a {
	font-size: 15px;
	text-decoration: none;
	color: #8a8b91;
	padding: 7px 20px;
	display: block;
	white-space: nowrap;
	text-align: left;
	line-height: 20px;
    cursor: pointer;
    font-weight: normal;
}
.grid-listing > ul > li h3 > span > div > ul > li a:hover {
	color: #fff;
	background-color: #2699ff;
}
.grid-listing > ul > li h3 > span > div > ul > li a i {
    margin-right: 10px;
    font-size: 20px;
}
.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-size: 16px;
	font-weight: 300;
	color: #8a8b91;
}
.grid-listing > ul > li > div img {
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.grid-listing > ul > li > div p {
	font-size: 14px;
	color: #8a8b91;
	margin: 0 0 5px;
}
.grid-listing > ul > li > div > span {
	font-size: 30px;
	color: #073f5e;
}
@media only screen and  (min-width: 1700px) {
	.grid-listing > ul > li {
		width: calc(25% - 30px);
	}
}
@media only screen and (max-width: 1700px) and (min-width: 1400px) {
	.grid-listing > ul > li {
		width: calc(33% - 30px);
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
	.grid-listing > ul > li {
		width: calc(33% - 50px);
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.grid-listing > ul > li {
		width: calc(50% - 30px);
	}
}
@media only screen and (max-width: 1000px) {
	.grid-listing > ul > li {
		width: calc(100% - 30px);
	}
}
/*-----------------------------------------------super-user-message------------------------------------------------*/
.super-user-message {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #eaeae8;
	box-shadow: 0 1px 1px #c3c3c3;
	font-size: 16px;
	color: #8a8b91;
	box-sizing: border-box;
	width: 50%;
}

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

.dynamic-field-container .add_dynamic_field_set {
    background-color: #2699ff ;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    padding: 0 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.dynamic-field-container .add_dynamic_field_set:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: 0.3s;
}


/*.dynamic-field-container .remove_dynamic_field_set {
    background-color: #bdbdbd;
    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 {
    background-color: #f33720;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.dynamic-field-container .remove_dynamic_field_set:hover,
.dynamic-field-container .confirm_dynamic_field_set:hover,
.dynamic-field-container .confirm_all_dynamic_field_rows:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.dynamic-field-container .duplicate_dynamic_field_set {
    background-color: #ffa800 ;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    font-size: 20px;
}

.dynamic-field-container .duplicate_dynamic_field_set:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.dynamic-field-container .dynamic_field_set_move_up, 
.dynamic-field-container .dynamic_field_set_move_down {
    background-color: #ffa800 ;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: calc(27% - 10px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    font-size: 20px;
    margin-right: 10px;
}

.dynamic-field-container .dynamic_field_set_move_up:hover, 
.dynamic-field-container .dynamic_field_set_move_down:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.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;
}

/*-------------------------------------------------------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: #8a8b91;
	font-size: 25px;
}
.uploader-container dl dd {
	width: 33.333333%;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	color: #8a8b91;
	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-size: 16px;
	background-color: #F7A01B;
	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-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: #bdbdbd;
}
.uploader-container .btn-uploader-container a.close {
	background-color: #828282;
}
/*---------------------------------------------------form-popup------------------------------------------------------*/
.form-popup {
	max-width: 800px;
	padding: 0!important;
}
.form-popup .form-popup-header {
	background-color: #F7A01B;
	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-size: 30px;
	font-weight: 300;
	margin: 0 0 15px;
}
.form-popup .form-popup-header p {
	color: #fff;
	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.3s 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;
    min-width: 500px;
}
.error-message-popup > div .error-message-popup-top {
	height: 150px;
	background-color: #f33720;
	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 #f33720;
	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: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	line-height: 158%;
	color: #f33720;
	font-size: 60px;
}
.error-message-popup > div .error-message-popup-body {
	padding: 50px 30px 30px;
}
.error-message-popup > div .error-message-popup-body h2 {
	text-align: center;
	color: #8a8b91;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 15px;
}
.error-message-popup > div .error-message-popup-body p {
	color: #8a8b91;
	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: #8a8b91;
	font-size: 26px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 10px;
}
.uploader-check > div:first-child p {
	color: #8a8b91;
	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-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: #bdbdbd;
}
.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: #F7A01B;
	overflow: hidden;
	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-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: #F7A01B;
	overflow: hidden;
	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: #e6007E;
}
.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-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 {
    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: #bdbdbd;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

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

}

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

}
.standard-view-container table th {
    font-size: 16px;
    color: #8a8b91;
    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-size: 14px;
    color: #8a8b91;
    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-size: 14px;
    color: #8a8b91;
    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: #8a8b91;
    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 #2699ff;
}

.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: #2699ff;
    font-size: 14px;
    cursor: default;
}

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

.row-new {
    background-color: #d9ed9f;
}
/*---------------------------------------------------------------------------------------------------------------------*/
.scroll-popup {
	width: 100%;
	background-color: transparent!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-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-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.progress-view-container .progress-flow ul.items li.pass {
	cursor: pointer;
}
/*.tab-container .tab-header ul li.pass:hover span{*/
/*background-color: #ef5350;*/
/*-webkit-transition: 0.3s;*/
/*transition: 0.3s;*/
/*}*/
.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.3s;
	transition: 0.3s;
	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: #8a8b91;
	font-size: 23px;
}

.progress-view-container .progress-flow ul.items li label {
	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.3s;
	transition: 0.3s;
	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;
	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-size: 25px;
	text-transform: uppercase;
	font-weight: 300;
}
.progress-view-container h2 {
    margin: 0 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.progress-view-container .status-block {
	float: right;
	display: inline;
	margin-right: 40px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #F7A01B;
	color: #fff;
	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: 300;
	font-size: 16px;
	color: #d54537;
	text-transform: uppercase;
	line-height: 24px;
}
.progress-view-container > table tr td {
	width: 33.3333%;
	font-size: 16px;
	line-height: 26px;
	color: #8a8b91;
	text-transform: uppercase;
}
.progress-view-container .activity-log {
	padding: 30px 40px 40px;
	background-color: #CCCCCC;
    clear: both;
}
.progress-view-container .activity-log h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-align: center;
	font-weight: 300;
}
.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: 300;
    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: #ef5350;
    position: relative;
    margin-bottom: 40px;
}
.listing-progress-view-container .progress-flow:after {
    content: '';
    position: absolute;
    border-top: 30px solid #ef5350;
    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-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-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.listing-progress-view-container .progress-flow ul.items li.pass {
    cursor: pointer;
}
/*.tab-container .tab-header ul li.pass:hover span{*/
/*background-color: #ef5350;*/
/*-webkit-transition: 0.3s;*/
/*transition: 0.3s;*/
/*}*/
.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.3s;
    transition: 0.3s;
    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: #8a8b91;
    font-size: 23px;
}

.listing-progress-view-container .progress-flow ul.items li label {
    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.3s;
    transition: 0.3s;
    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;
    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-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
}
.listing-progress-view-container h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.listing-progress-view-container .status-block {
    float: right;
    display: inline;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #F7A01B;
    color: #fff;
    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: #8a8b91;
}
.listing-progress-view-container > dl dt {
    font-size: 16px;
    clear: left;
}
.listing-progress-view-container > dl dd {
    font-size: 14px;
}
.listing-progress-view-container > dl dd span {
    color: #ef5350;
}
.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-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
}
.center-icon-popup-container h2 {
    margin: 0 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.center-icon-popup-container .status-block {
    float: right;
    display: inline;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #F7A01B;
    color: #fff;
    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: 300;
    font-size: 16px;
    color: #d54537;
    text-transform: uppercase;
    line-height: 24px;
}
.center-icon-popup-container > table tr td {
    width: 33.3333%;
    font-size: 16px;
    line-height: 26px;
    color: #8a8b91;
    text-transform: uppercase;
}

.center-icon-popup-container > table tr.total-row td {
    width: auto;
    border-top: 1px solid #CCCCCC;
    font-weight: 300;
    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: #8a8b91;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.center-icon-popup-container .item-description p {
    color: #8a8b91;
    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.3s ease 0s;
    width: 100%;
    z-index: 500;
}
.waste-of-time-screen.open {
    opacity: 1;
    top: 0;
    transition: all 0.3s 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 {
    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;
}
@keyframes rotato{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}

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

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

/******** 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-size: 14px;
    color: #8a8b91;
    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 #8a8b91;
    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 #8a8b91;
    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-size: 14px;
    color: #8a8b91;
    margin: 0 0 50px;
    line-height: 21px;
}

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

.convert-estimate-dynamic-fields .convert_add_item {
    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 {
}

.general-page dl {
    width: calc(50% - 80px);
    margin: 0 40px 40px!important;
    overflow: hidden;
    color: #8a8b91;
}
.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 {
}

.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: 300;
    font-size: 16px;
    color: #d54537;
    text-transform: uppercase;
    line-height: 24px;
}
.general-page table tr td {
    font-size: 16px;
    line-height: 26px;
    color: #8a8b91;
    text-transform: uppercase;
}

.general-page table tr.total-row td {
    width: auto;
    border-top: 1px solid #CCCCCC;
    font-weight: 300;
    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: #8a8b91;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.general-page .item-description p {
    color: #8a8b91;
    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;
}
.listing-progress-view-container .general-description p {
    font-size: 14px;
    color: #8a8b91;
}
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;
    color: #8a8b91;
}
.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-size: 16px;
    font-weight: 300;
}
.cost-calc table tr th {
    border-bottom: 1px solid #CCCCCC;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}
.cost-calc table tr td {
    font-size: 16px;
    line-height: 26px;
    color: #8a8b91;
    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 {
    color: #52636c;
    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-size: 20px;
	font-weight: 300;
	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-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 {
}
.event-sidebar {
}
.event-sidebar .form-grid > li h2 {
    font-size: 26px;
    font-weight: 300;
    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%;
    padding-bottom: 15px;
    text-align: left;
    color: #8a8b91;
}
.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;
}
ul.fake-grid {
    width: 22px !important;
    overflow: visible;
}
ul.fake-grid li.col-1 {
    margin-left: -15px;
    margin-bottom: -15px;
}

.file-info-icons {
    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: #f7a01b;
    cursor: default;
}
.file-info-icons > span > a.completed {
    background-color: #9ac324;
    cursor: default;
}
.file-info-icons > span > a.view {
    background-color: #bdbdbd;
    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;
    padding: 0;
}

.uploaded-files-info {
    overflow: hidden;
    padding: 0 40px 40px;
}

.inline-download-button {
    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 {
}

.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 {
    color: #52636c;
    margin: 0 20px 20px;
    clear: left;
    font-size: 14px;
}

.view-popup-notes .heading {
    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: #f7a01b;
    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: #f7a01b;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.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-size: 16px;
    color: #8a8b91;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup .client-view-popup dl dd {
    font-size: 14px;
    color: #8a8b91;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
    width: 200px;
}

.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:hover {
	background-color: #e6007E;
    color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.dashboard-grid > li.client-tabs .client-tab-title {
    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: #8a8b91;
	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-weight: 300;
	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: block;
	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: #8a8b91;
	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-size: 14px;
	color: #a1a1a1;
}
.dashboard-events > div.event-sidebar .event-progress-bar > .time-left {
	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: #e6007e;
	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.wider dt{
    width: 200px;
}
.view-row-popup .common-view-popup dl.wider dd {
    width: 360px;
}

.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: #2699ff;
    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 > h1 {
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #2699ff 30%, #ef5350 50%, #ab47bc 100%);
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.view-row-popup .common-view-popup > h2 {
    margin: 0 -20px 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #2699ff;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.view-row-popup .common-view-popup > h3 {
    font-weight: normal;
    color: #2699ff;
    margin: 0 20px;
    clear: left;
}
.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-size: 16px;
    color: #52636c;
    line-height: 24px;
    margin-bottom: 10px;
}
.view-row-popup .common-view-popup dl dd {
    font-size: 14px;
    color: #52636c;
    float: left;
    display: inline;
    line-height: 20px;
    margin-bottom: 10px;
    width: 200px;
}

.ck-content {
    color: #52636c;
    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: #8a8b91;
    line-height: 55px;
    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-size: 14px;
}
body .user-green-site {
    background-color: #95C149 !important;

}
body .user-green-site-text {
    color: #0256b6 !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-size: 14px;
    color: #8a8b91;
    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-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-size: 25px;
    margin-left: 65px;
    color: #f7a01b;
    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: #f33720;
    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;
}

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

.popup-table-data th {
    text-align: left;
    font-weight: normal;
}

.popup-table-data td {
    text-align: left;
}

.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: #e6007E;
}

.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: #F7A01B;
    overflow: hidden;
    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: #e6007E;
}
.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-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;
    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-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #52636c;
    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: #e6007E;
    text-align: center;
    font-size: 35px;
}

.dashboard.client-dashboard .header-divider {
    background-color: #dcdfe4;
    color: #4a4a49;
    box-shadow: none;
    font-size: 30px;
    line-height: 58px;
}

.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: #8a8b91;
    font-size: 14px;
}

.field-city-container .field-city-autocomplete li:hover {
    background-color: #e6007E;
    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: #8a8b91;
}

.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;
}
.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: #f33720;
}
.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;
}
.content-file-uploader .fileuploader {
    margin: 1px 0 15px;
}

.content-file-uploader .fileuploader .upload-zone {
    padding: 14px;
}

.form-spacer {
    clear: left;
    margin-bottom: 20px;
}

.details-map-container {
    clear: left;
    width: 100%;
    padding: 10px 0 20px;
}

.details-map-container > iframe {
    width: 100%;
    height: 300px;
}

.confirm_data {
    display: none;
}

.data-table .listing-good {
    color: #26a69a;
    font-size: 25px;
}

.data-table .listing-bad {
    color: #f33720;
    font-size: 25px;
}

.data-table .listing-alert {
    color: #e49430;
    font-size: 25px;
}

.details-tags-table {
    color: #8a8b91;
    margin: 0 20px 20px;
    width: 100%;
}

.details-tags-table th {
    text-align: left;
    font-weight: normal;
}

.details-tags-table td {
    vertical-align: top;
    font-size: 14px;
}
.articles-popup .details-tags-table td {
    width: 25%;
}

.details-tags-table td ul {
    margin-left: 16px;
}

.details-tags-table td ul li {
    list-style: circle;
}

.details-4cols {
    margin: 0 20px 20px;
    width: 100%;
    overflow: hidden;
}
.details-4cols li {
    width: 25%;
    float: left;
    font-size: 14px;
}

.details-4cols li a {
    color: #2699ff;
    text-decoration: none;
}

.details-3cols {
    margin: 0 20px 20px;
    width: 100%;
    overflow: hidden;
}
.details-3cols li {
    width: 33%;
    float: left;
    font-size: 14px;
}

.details-3cols li a {
    color: #2699ff;
    text-decoration: none;
}

.details-2cols {
    margin: 0 20px 20px;
    width: 100%;
    overflow: hidden;
}
.details-2cols li {
    width: 50%;
    float: left;
    font-size: 14px;
}

.details-2cols li a {
    color: #2699ff;
    text-decoration: none;
}

.details-1col {
    margin: 0 20px 20px;
    width: 100%;
    overflow: hidden;
}
.details-1col li {
    font-size: 14px;
}

.details-1col li a {
    color: #2699ff;
    text-decoration: none;
}

.details-image {
    max-width: 200px;
    max-height: 200px;
    float: right;
    margin-bottom: 20px;
}

.details-single-line {
    margin: 0 20px 20px;
    color: #8a8b91;
    display: block;
    font-size: 14px;
}

a.details-single-line {
    color: #2699ff;
    text-decoration: none;
}
.form-grid li.custom-error-field {
    color: #f33720;
    min-height: 0;
}

.expanded-plain-container {
    padding: 15px 15px 15px 107px;
}

.multi-image-upload-container {
    width: 100%;
    border: 1px solid #8a8b91;
    position: relative;
}

.multi-image-upload-container .image-browse-button {
    float: left;
}

.multi-image-upload-container .image-browse-button a {
    display: inline-block;
    margin: 10px;
}

.multi-image-upload-container .image-browse-button .image-file-control {
    display: none;
}

.multi-image-upload-container .image-grid {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 290px;
    clear: left;
}

.multi-image-upload-container .image-grid > li {
    padding: 0;
    margin: 0;
    width: 150px;
    height: 135px;
    float: left;
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    line-height: 135px;
}
.multi-image-upload-container .image-grid > li a {
    position: absolute;
    display: block;
    color: #8a8b91;
    background-color: #fafafa;
    border: 1px solid #dcdfe4;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.multi-image-upload-container .image-grid > li a:hover {
    background-color: #dcdfe4;
}

.multi-image-upload-container .image-grid > li a.image-remove {
    line-height: 16px;
    top: 2px;
    right: 2px;
}

.multi-image-upload-container .image-grid > li a.image-edit {
    line-height: 18px;
    top: 2px;
    right: 24px;
}

.multi-image-upload-container .image-grid > li img {
    display: inline-block;
    max-width: 150px;
    max-height: 135px;
    margin-top: -5px;
}

.multi-image-upload-container .image-grid > li.image-error {
    line-height: normal;
}

.multi-image-upload-container .image-grid > li.image-error > span {
    font-size: 14px;
    word-break: break-all;
    padding: 30px 10px 10px;
    display: block;
}

.multi-image-upload-container .image-grid > li.image-error div {
    display: none;
    position: absolute;
    background: #f33720;
    width: 150px;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    bottom: 27px;
    z-index: 5;
}

.multi-image-upload-container .image-grid > li.image-error div.show {
    display: block;
}

.multi-image-upload-container .image-grid > li.image-error .error-icon {
    line-height: 16px;
    bottom: 6px;
    right: 3px;
    position: absolute;
    font-size: 25px;
    color: #f33720;
}

.multi-image-upload-container .image-rules {
    float: left;
    padding: 10px 14px 0;
    width: calc(100% - 215px);
    overflow: hidden;
}

.multi-image-upload-container .image-rules h1 {
    background: none;
    font-weight: normal;
    color: #8a8b91;
    margin: 11px 0;
    padding: 0 7px 0 0;
    line-height: normal;
    height: auto;
    float: left;
}

.multi-image-upload-container .image-rules dl {
    font-size: 14px;
    overflow: hidden;
    color: #8a8b91;
    float: left;
    margin-left: 20px;
}

.multi-image-upload-container .image-rules dl dt {
}

.multi-image-upload-container .image-rules dl dd {
    margin-bottom: 10px;
}

.image-file-control-temp {
    display: none;
}

.image-file-control {
    display: none;
}

.single-image-upload-container {
    width: 100%;
    border: 1px solid #8a8b91;
    overflow: hidden;
    position: relative;
}

.single-image-upload-container .image-browse-button {
    float: left;
}

.single-image-upload-container .image-browse-button a {
    background-color: white;
    display: table;
    width: 201px;
    height: 201px;
    text-align: center;
    position: relative;
    color: #8a8b91;
    cursor: pointer;
}

.single-image-upload-container .image-browse-button a span {
    display: table-cell;
    vertical-align: middle;
}

.single-image-upload-container .image-rules {
    float: left;
    padding: 15px;
}

.single-image-upload-container .image-rules h1 {
    background: none;
    font-weight: normal;
    color: #8a8b91;
    margin: 0 0 20px;
    padding: 0;
    line-height: normal;
    height: auto;
}

.single-image-upload-container .image-rules dl {
    font-size: 14px;
    overflow: hidden;
    color: #8a8b91;
}

.single-image-upload-container .image-rules dl dt {
}

.single-image-upload-container .image-rules dl dd {
    margin-bottom: 10px;
}

.single-image-upload-container .image-grid {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 1px;
    top: 1px;
}

.single-image-upload-container .image-grid > li {
    padding: 0;
    margin: 0;
    width: 201px;
    height: 201px;
    float: left;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    line-height: 201px;
}
.single-image-upload-container .image-grid > li a {
    position: absolute;
    display: block;
    color: #8a8b91;
    background-color: #fafafa;
    border: 1px solid #dcdfe4;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.single-image-upload-container .image-grid > li a:hover {
    background-color: #dcdfe4;
}

.single-image-upload-container .image-grid > li a.image-remove {
    line-height: 16px;
    top: 2px;
    right: 2px;
}

.single-image-upload-container .image-grid > li a.image-edit {
    line-height: 18px;
    top: 2px;
    right: 24px;
}

.single-image-upload-container .image-grid > li img {
    display: inline-block;
    max-width: 201px;
    max-height: 201px;
    margin-top: -5px;
}

.single-image-upload-container .image-grid > li.image-error {
    line-height: normal;
}

.single-image-upload-container .image-grid > li.image-error > span {
    font-size: 14px;
    word-break: break-all;
    padding: 30px 10px 10px;
    display: block;
}

.single-image-upload-container .image-grid > li.image-error div {
    display: none;
    position: absolute;
    background: #f33720;
    width: 201px;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    bottom: 27px;
    z-index: 5;
}

.single-image-upload-container .image-grid > li.image-error div.show {
    display: block;
}

.single-image-upload-container .image-grid > li.image-error .error-icon {
    line-height: 16px;
    bottom: 6px;
    right: 3px;
    position: absolute;
    font-size: 25px;
    color: #f33720;
}

.articles-comments-popup {
    color: #3f4a56;
}

.articles-comments-popup .content-comment-container .comment-date {
    float: right;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

.articles-comments-popup .buttons-container {
    overflow: hidden;
    padding: 10px 0;
}
.articles-comments-popup .buttons-container a {
    float: right;
    display: block;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #8a8b91;
    margin-left: 10px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.articles-comments-popup .buttons-container a:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.articles-comments-popup .buttons-container a.approve {
    background-color: #26a69a;
}

.articles-comments-popup .buttons-container a.remove {
    background-color: #f33720;
}

.expanded-plain-container .videodetector input {
    display: none;
}

.general-popup-table {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.general-popup-table th {
    text-align: left;
}

.removed-comment {
    color: #cc0000 !important;
}

.hide-but-keep-html {
    overflow: hidden;
    height: 0;
}

.stand-alone-error,
.stand-alone-error p{
    color: #f33720;
    font-size: 11px;
}

.details-2-3cols {
    margin: 0 20px 20px;
    width: 100%;
    overflow: hidden;
}

.details-2-3cols li {
    width: 100%;
    font-size: 14px;
}

.details-2-3cols li a {
    color: #2699ff;
    text-decoration: none;
}

.image-uploader {
    width: 100%;
    border: 1px solid #8a8b91;
    overflow: hidden;
    position: relative;
}

.image-uploader .image-grid {
    width: 166px;
    height: 166px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-uploader .image-grid i {
    color: #8a8b91;
    font-size: 100px;
    margin-top: 15px;
    display: block;
}

.image-uploader .image-info {
    float: right;
    width: calc(100% - 166px);
    height: 166px;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.image-uploader .image-title {
    display: block;
    color: #8a8b91;
    font-size: 14px;
    padding-bottom: 10px;
}

.image-uploader .image-description {
    display: block;
    color: #8a8b91;
    font-size: 14px;
    padding-bottom: 10px;
}

.image-uploader .image-error {
    display: block;
    color: #cc0000;
    font-size: 14px;
    padding-bottom: 10px;
}

.image-uploader .image-controls {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    right: 0;
}

.image-uploader .image-controls > a {
    float: right;
    min-width: 0;
    margin-right: 10px; 
    font-size: 25px;
}

.smart-uploader {
    display: none;
}

.image-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    top: 0;
    display: none;
}
.image-popup.open {
    display: block;
}
.image-popup > div {
    width: 50%;
    height: calc(80% - 100px);
    background-color: #ffffff;
    margin: 100px auto;
    position: relative;
}
.image-popup > div h1 {
}
.image-popup > div > .image-popup-content {
    background-color: #ffffff;
    height: calc(100% - 60px);
}
.image-popup > div > .image-popup-content img {
}
.image-popup > div > .image-popup-controls {
    position: absolute;
    bottom: 0;
    height: 60px;
    padding: 10px 10px 0;
    width: 100%;
}

.image-popup > div > .image-popup-controls .btn {
    min-width: 0;
    line-height: 45px;
}

.image-popup .image-popup-controls .btn {
    font-size: 25px;
}
.image-popup .image-popup-controls .btn.close-image-popup {
    font-size: 20px;
    line-height: 50px;
}

.common-view-popup .image-on-details {
    float: right;
    width: 50%;
    margin-bottom: 15px;
}

.common-view-popup .image-on-details img {
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
}

/********/

.login-choice-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    top: 0;
    display: none;
}
.login-choice-popup.open {
    display: block;
}
.login-choice-popup > div {
    width: 80%;
    max-width: 420px;
    height: 250px;
    background-color: #ffffff;
    margin: 200px auto 0;
    position: relative;
}
.login-choice-popup > div h1 {
    padding: 20px;
    color: #ffffff;
    background-color: #8a8b91;
    font-weight: normal;
}

.login-choice-popup > div h1 > i {
    cursor: pointer;
    float: right;
    padding: 10px;
    margin-top: -10px;
    margin-right: -10px;
}
.login-choice-popup > div p {
    padding: 20px 20px 10px;
    color: #8a8b91;
    font-weight: normal;
}

.login-choice-popup > div ul {
    padding: 0;
    color: #8a8b91;
    font-weight: normal;
    height: 120px;
    overflow: auto;
}

.login-choice-popup > div ul li a {
    padding: 10px 20px;
    color: #8a8b91;
    font-weight: normal;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.login-choice-popup > div ul li a:hover {
    background-color: #2699ff;
    color: #ffffff;
}

.login-choice-popup > div ul li.disabled a {
    background-color: rgba(233,0,119,0.1);
    cursor: default;
}

.login-choice-popup > div ul li.disabled a:hover {
    background-color: rgba(233,0,119,0.1);
    color: inherit;
}

.view-row-popup .common-view-popup.small-popup {
    max-width: 420px;
}

.arrow-up {
    background-image: url('../images/arrow_white_up.png');
    background-position: center center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.arrow-down {
    background-image: url('../images/arrow_white_down.png');
    background-position: center center;
    background-size: 20%;
    background-repeat: no-repeat;
}

.arrow-up-black {
    background-image: url('../images/arrow_black_up.png');
    background-position: center center;
    background-size: 33%;
    background-repeat: no-repeat;
}

.arrow-down-black {
    background-image: url('../images/arrow_black_down.png');
    background-position: center center;
    background-size: 33%;
    background-repeat: no-repeat;
}
.df-separator-layout {
    border-top: 1px solid #2699ff;
    padding-top: 20px;
}

.df-separator-layout:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.list-tag {
    background: #2699ff;
    color: #ffffff;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 2px;
}

.data-table > tr:nth-child(odd) > td {
    background-color: #f9f9f9;
}

.data-table.expand-list-layout > tr:nth-child(odd) > td {
    background-color: transparent;
}

.data-table.expand-list-layout > tr:nth-child(4n) > td {
    background-color: #f9f9f9;
}

.form-page .form-info h3 {
    margin: 0 0 20px;
}

.error-message-popup > div .error-message-popup-top span i {
    font-size: 90px;
}

.form-grid li .checkbox.switchbox {
    width: 40px;
    border-radius: 10px;
    height: 15px;
    background-color: #bdbdbd;
    margin-top: 19px;
    position: relative;
}

.form-grid li .checkbox.switchbox:before {
    background-color: #ffffff;
    border-radius: 50%;
    top: -5px;
    content: "";
    left: 0;
    right: auto;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.form-grid li .checkbox.switchbox.checked {
    background-color: #5bb3ef;
}

.form-grid li .checkbox.switchbox.checked:before {
    background-color: #075bb9;
    right: 0;
    left: auto;
}

.form-grid li .checkbox.switchbox input {
    position: absolute;
    top: -4px;
    width: 40px;
    height: 27px;
}

.no-subnav .sub-menu {
    display: none;
}

.no-subnav .inner-content {
    padding-left: 0;
}

.listing-position {
        text-align: center;
        text-align-last:center;
        height: 30px;
        padding: 0 10px;
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }
    .listing-position-con {
        position: relative;
    }
    .listing-position-con:after {
        content: "";
        position: absolute;
        display: block;
        right: 5px;
        top: 5px;
        border-top: 8px solid #2699ff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
    .positioning {
        display: block;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #8a8b91;
        text-decoration: none;
        background-color: #fafafa;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(0,0,0,0.2);
        line-height: 25px;
        float: left;
    }
    
    .positioning-num {
        display: block;
        width: 50px;
        height: 25px;
        text-align: center;
        text-decoration: none;
        line-height: 25px;
        float: left;
    }
    .dashboard-container {
        text-align: center;
        padding-top: 50px;
    }
    .dashboard-container img {
        max-height: 200px;
        margin-bottom: 20px;
    }
    .dashboard-container h1 {
        font-size: 40px;
        text-transform: uppercase;
    }
    .dashboard-container ul {
        overflow: hidden;
        padding: 50px;
        display: block;
    }
    .dashboard-container ul li {
        position: relative;
        border-radius: 30px;
        display: inline-block;
        margin: 0 10px;
        height: 200px;
        width: 200px;
    }
    .dashboard-container ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .dashboard-container ul li a i {
        display: block;
        margin: 20px auto;
        font-size: 90px;
    }
    .dashboard-container ul li a span {
        font-size: 20px;
    }
    .dashboard-container ul li a:hover i,
    .dashboard-container ul li a:hover  span{
        color: #0559b8;
    }
    .form-grid li input[type="number"][name="h"],
    .form-grid li input[type="number"][name="m"],
    .form-grid li input[type="number"][name="s"] {
        width: 32%;
    }
    .btn.video-btn {
        display: block;
        max-width: 100px;
    }
