* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#vueproducts a:hover{
	text-decoration:none;
}
#vueproducts .inside-content a:not(.btn):hover{
	color:#3071a9;
}
.container-fluid{
	padding:0!important;
}
.header,#isisJsData{
	display:none;
}

#vueproducts .loan .col-xs-2{
	text-align:left;
}

.table-in .pagination li{
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

#vueproducts{
	text-align:right;
	direction:rtl;
}

#vueproducts,body.com_vueproducts{
    background: #F4F9FC;	
    display: flex;
}

#vueproducts .menu {
    width: 80px;
    float: right;
    margin: 0;
    font-size: 25px;
    background: #284255;
    text-align: center;
    min-height: 620px;	
}

#vueproducts .menu ul {
    margin: 0;
    padding: 0;
}

#vueproducts .menu li {
    list-style: none;
    margin: 0;
}

#vueproducts .menu li.active {
    background: #1382B9;
}

#vueproducts .menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    transition: .2s ease background-color;
}

#vueproducts .menu li:not(.active) a:hover {
    background-color: rgba(255,255,255,.16);
    border-radius: 15px;
    /*margin: 5px 15px;
    padding: 15px 10px;*/
}

#vueproducts .menu i {
    width: 25px;
    display: inline-block;
    font-size: 20px;
    position: relative;
}

#vueproducts .menu a span {
    display: none;
}

.menu_img_icon{
    width: 25px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    filter: invert(1);
}

#vueproducts .rest-content {
    width: calc(100%);
    float: left;
    padding: 0;
}
.container {
    min-height: 100vh !important;
    padding: 0px 0 0px !important;
}
#vueproducts .npr,#vueproducts .r{
    padding-right: 0!important;
}

#vueproducts .npl,#vueproducts .l {
    padding-left: 0!important;
    float: left;
}

#vueproducts .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#form-userinfo .col-xs-6{
    padding: 0 15px;
}

#vueproducts .in-cont, #vueproducts .in-cont > .col-xs-12, #vueproducts .inside-content > div {
    height: 100%;
}

#vueproducts .inside-content {
    text-align: center;
    font-size: 14px;
    color: #183247;
    height: 100%;
}

#vueproducts .table {
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    padding: 10px 0;
    height: 100%;
    margin: 0;
}

#vueproducts header {
    /*position: fixed;
    left: 0;
    top: 31px;	
    z-index: 99;
    width: calc(100% - 80px);
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
    position: relative;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%);
    float: left;
}

#vueproducts header h1 {
    color: #294254;
    font-size: 20px;
    line-height: 1.1em;
    display: inline-block;
    height: 27px;
    margin: 16px 2% 16px;
}

#vueproducts #menu {
    display: none;
}

#vueproducts .panel {
    /*background-color: #f5f7f9;
    border-bottom: 1px #cfd7df solid;
    box-shadow: 0 2px 4px 0 rgba(24,50,71,.08);
    padding: 14px 0;
    position: fixed;
    left: 0;
    top: 91px;
    z-index: 9;
    width: calc(100% - 80px);
    height: 60px;*/
    background-color: #f5f7f9;
    border-bottom: 1px #cfd7df solid;
    box-shadow: 0 2px 4px 0 rgb(24 50 71 / 8%);
    padding: 14px 0;
    height: 60px;
    float: left;
    width: 100%;
}

#vueproducts .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 2%;
}

#vueproducts label {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 8px;
}

#vueproducts .sort select {
    width: auto;
    margin: 0 10px 0 0;
}

#vueproducts input[type="color"],#vueproducts input[type="month"], #vueproducts input[type="text"], #vueproducts input[type="number"], #vueproducts input[type="email"], #vueproducts input[type="date"], #vueproducts input[type="datetime-local"], #vueproducts input[type="password"], #vueproducts select {
    height: 32px;
    min-width: 32px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #cfd7df;
    color: #12344d;
    cursor: pointer;
    padding: 0 5px;
    font-size: 14px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background: #fff;
    width: 100%;	
}

#vueproducts .content .panel .btn, #vueproducts .panel .btn, #vueproducts #new, #vueproducts #export {
    height: 32px;
    min-width: 60px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #cfd7df;
    color: #12344d;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background-image: linear-gradient(to bottom,#fff,#f3f5f7);
    background-color: #ececec;	
}

#vueproducts .rigp .btn, #vueproducts .rigp #new, #vueproducts .rigp #export {
    margin: 0 10px 0 0;
    text-decoration: none;
    float: none;	
}

#vueproducts .panel .search {
    margin: 0;
    float: right;
    position: relative;	
    background: transparent;
    padding: 0;
}

#vueproducts .panel .search input[name="q"] {
    font-size: 16px;
    width: 90px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    background: transparent;
	box-shadow: initial;
    padding-right: 25px;
}

#vueproducts .search .btn {
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat;
    background-size: 15px;
    border: none;
    font-size: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    box-shadow: none;
    min-width: auto;
}

#vueproducts .panel .search input[name="q"]:focus, #vueproducts .panel .search input[name="q"]:valid {
    width: 200px;
    border: 1px solid #cfd7df;
    background: #fff;
	padding-right: 40px;
}

#vueproducts .panel .search input[name="q"]:focus + .btn, #vueproducts .panel .search input[name="q"]:valid + .btn{
	right: 12px;
}

#vueproducts input::placeholder{
    color: #12344d;	
}

#vueproducts .pan {
    position: relative;
    float: right;
    margin: 0 0 0 15px;
    color: #12344d;	
}

#vueproducts .pan-head {
    font-size: 16px;
    padding: 7px 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#vueproducts .pan-head.active {
    background-color: #e5f4ff;
    color: #0085ff;
}

#vueproducts .pan-body.fil {
    width: 650px;
}

#vueproducts .pan-body {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #EAF2F7;
    z-index: 9;
    right: 0;
    width: 322px;
    padding: 20px;
    display: none;
}

#vueproducts .pan-body.active {
    display: block;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

#vueproducts .date-change{
    max-width: 200px;
    float: right;
}

#vueproducts .cont.row{
    margin: 120px 0 0;
    padding: 15px;
}

#vueproducts .row{
	margin:0;
}

#vueproducts .rigp {
    text-align: left;
}

#vueproducts .btn i, #vueproducts #new i, #vueproducts #export i {
    margin: 0 0 0 5px;
}

#vueproducts .popup{
	display:none;
}

#vueproducts .table table, #vueproducts .popup table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    direction: rtl;
}

#vueproducts .inside-content a:not(.btn) {
    color: #294254;
    transition: width 1s;
}

#vueproducts .table table th {
    font-weight: bold;
}

#vueproducts .table table td {
    color: #1E1F57;
    vertical-align: middle;
}

#vueproducts .table table th, #vueproducts .table table td, #vueproducts .popup table td, #vueproducts .popup table th {
    border: 1px solid #E8EFF2;
    padding: 8px;
    margin: 0;
    text-align: center;
    color: #294254;
    font-size: 14px;
}

#vueproducts .cart strong{
	display:inline-block;
}

#vueproducts .cart .attr{
	margin:10px 0 0;
	font-size:12px;
}

#vueproducts .cart .attr p{
	margin:0;
}

#vueproducts .table table .childsTr td{
	padding: 0 8px;
    background: #f7fafb;
}

#vueproducts .table table .yellow td{
	background:#ffffad;
}

#vueproducts .table table td.total{
	font-weight:bold;
}

#vueproducts #products .table table .name{
	width:53%;
	text-align:right;
}

#vueproducts #products .table table .id,#vueproducts .table table .image{
	width:5%;
	position:relative;
}

#vueproducts #products .table table .actions{
	width:8%;
}

#vueproducts .table table .ordering{
	width:4%;
}

#vueproducts #products .table table .id .child{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:calc(50% + 2px);
	border-right: 2px solid #6f6f6f;
    border-bottom: 2px solid #6f6f6f;
}

#vueproducts #products .table table .id .child:after{
    content: "";
    position: absolute;
    bottom: -140%;
    right: -2px;
    width: 100%;
    height: 140%;
    border-right: 2px solid #6f6f6f;	
}

#vueproducts #products .table table .id .child.last:after{
	display:none
}

#vueproducts .table table .ordering input{
    border: 1px solid #E2EBF6;	
    width: 100%;
	text-align:center;	
}

#vueproducts #products .table table th, #vueproducts .popup table th {
    border: none;
}

#vueproducts .row-fluid label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 16px !important;
}

#vueproducts .popup input, #vueproducts .popup select, #vueproducts #form-new .popup textarea {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    max-width: 100%;
    text-align: right;
    font-size: 14px;
    color: #12344d;
}

#vueproducts .details{
	background:#fff;
	padding:25px;
	border-radius:10px;
    margin: 0 0 25px;
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    text-align: right;	
    position: relative;	
}

#vueproducts .details h3{
    font-size: 16px;	
}

#vueproducts #reports .details h3{
	margin-top: 0;
    border-bottom: 2px dotted #c4cdd5;
    float: right;
    padding: 0 0 3px;
    font-size: 14px;	
}

#vueproducts .details .h{
    font-weight: bold;
    font-size: 24px;
    padding: 25px 0;
}

#vueproducts .details .p{
    padding: 25px 0;
}

#vueproducts .details .m{
    padding: 0 0 25px;
}

#vueproducts .gray{
	color: rgb(109 113 117);	
}

#vueproducts textarea {
    font-size: 14px ;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
    resize: none;
    height: 122px;
    color: #12344d;	
}

#vueproducts .row-fluid select, #vueproducts .row-fluid input, #vueproducts .row-fluid textarea, #vueproducts .row-fluid .checkboxBox, #vueproducts .row-fluid > a {
    display: inline-block;
    width: 100%;
}

#vueproducts .row-fluid input[type="radio"],#vueproducts .row-fluid input[type="checkbox"]{
    display: initial;
    width: initial;	
}

#vueproducts .row-fluid input[type="radio"]+label,#vueproducts .row-fluid input[type="checkbox"]+label{
    width: initial;
    margin: 4px 0 0;
}

#vueproducts .row-fluid {
    margin: 0 0 10px;
    position: relative;
    text-align: right;
}

#vueproducts .checkboxBox {
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
    max-width: 100%;
    overflow: auto;
}

#vueproducts .checkboxBox .item {
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}

#vueproducts .checkboxBox input {
    height: auto;
    padding: 0;
    width: auto;
}

#vueproducts .checkboxBox label {
    margin: 0 5px 0 0;
    width: auto;
}

#vueproducts .contfull .btn, #vueproducts .popup-basbox .btn, #vueproducts .head-user .user_oper a.btn, #vueproducts .table-in .btn {
    color: #fff;
    background-color: #264966;
    border: 1px solid #12344d;
    background-image: linear-gradient(to bottom,#264966,#12344d);
    transition: .1s linear;
}

#vueproducts .status_info {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 120px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    transition: transform 0.5s;
}

#vueproducts .status_info.not-paid {
    background-color: #dddddd;
    transform: rotateY(0deg);
}

#vueproducts .status_info.paid {
    background-color: #8ce196;
    transform: rotateY(360deg);
}

#vueproducts .status_info.shipped {
    background-color: #0BDDD8;
    transform: rotateY(720deg);
}

#vueproducts .contfull .btn, #vueproducts .popup-basbox .btn, #vueproducts .head-user .user_oper a.btn, #vueproducts .btn {
    color: #fff;
    background-color: #264966;
    border: 1px solid #12344d;
    background-image: linear-gradient(to bottom,#264966,#12344d);
    transition: .1s linear;
}

#vueproducts .form .btn, #vueproducts .popup .btn{
    float: left;
    margin: 0;
}

#vueproducts .inside-content .alert {
    /*font-size: inherit;
    padding: 21px;
    text-align: right;
    z-index: 999;
    width: 100%;
    height: auto;
    display: none;*/

    font-size: inherit;
    padding: 21px;
    text-align: right;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 999;
    width: calc(100% - 80px);
    height: auto;
    display: none;
}

#vueproducts .row-fluid.total{
    font-size: 18px !important;
    color: #000;
    font-weight: bold;
}

#vueproducts .row-fluid.total label{
    font-size: 14px !important;
    color: #000;
    font-weight: bold;
}

#vueproducts .table table td.total-t{
    font-size: 14px;
    color: #000;
    font-weight: bold;	
	text-align:left;
}

#vueproducts .table table td.total-v{
    font-size: 16px;
    color: #000;
    font-weight: bold;	
}

#vueproducts .cart img{
	max-width:100px;
}

#vueproducts .range{
    float: none;
  /*  height: 185px;
    overflow-y: auto;
    overflow-x: hidden;	*/
}

#vueproducts .range.b{
    height: 185px;
    overflow-y: auto;
    overflow-x: hidden;	
}

#vueproducts .range ul{
	margin:0;
	padding:0;
}

#vueproducts .range li {
    display: block;
    margin: 0;
}

#vueproducts .range li a {
    margin: -1px 0 0 0;
    padding: 8px 12px;
    display: block;
    font-size: 12px;
    color: #2C3D35;
    background: #FFFFFF;
    border: 1px solid #E2EBF6;
}

#vueproducts .range li a:hover{
	text-decoration:none;
}

#vueproducts .range li a.active {
    background-color: #e5f4ff !important;
    color: #0085ff;
}

#vueproducts .range li .urgency,#vueproducts .urgency {
    margin: 0 0 0 8px;
    position: relative;
    top: 2px;
	width: 15px;
    height: 15px;
    border-radius: 15px;
    display: inline-block;
}

#vueproducts .topDetails {
    background: #fff;
    padding: 2% !important;
    font-size: 16px;
    color: #000;
    text-align: right;
}

#vueproducts .topDetails .title {
    font-size: 20px;
    font-weight: bold;
    color: #1382B9;
    margin: 0 0 15px;
}

#vueproducts .topDetails label {
    font-size: 16px;
    color: #000;
    display: initial;	
}

#vueproducts .topDetails p {
    margin: 0 0 .7em;
    max-width: 700px;
}

#vueproducts .acym__chart__line__container {
    max-height: 300px;
    height: 300px;
    max-width: 100%;
	margin: 0 0 35px;	
}

#vueproducts .align-left{
	text-align:left;
}

#vueproducts .align-right{
	text-align:right;
}

#vueproducts .align-center{
	text-align:center;
}

#vueproducts .tabsUser {
    background: #fbfbfb;
    padding: 15px 0 0 0;
    margin: 0;
    text-align: right;
}

#vueproducts .tabsUser ul{
    margin: 0;	
}

#vueproducts .tabsUser li {
    display: inline-block;
    margin-bottom: 0;
}

#vueproducts .tabsUser .btn {
    float: none;
    background: none;
    color: rgb(41,66,84) !important;
    box-shadow: none;
    border: 1px solid #E8EFF2;	
    border-bottom: none;
    padding: 6px 12px 6px;
    border-radius: 5px 5px 0 0;
}

#vueproducts .tabsUser .btn.active {
    color: #1382B9 !important;
	font-weight:bold;
    /*border-bottom: 3px solid #1382B9;*/
}

#vueproducts .table.u {
    display: none;
}

#vueproducts .table.u.active{
    display: block;	
}

#vueproducts .gallery{
	
}

#vueproducts .grid{
    text-align:right;
/*	direction:ltr;	*/
}

#vueproducts .gallery .img{
	width: calc(33% - 25px);
    height: 100px;
    margin: 0 0 10px 10px;
    overflow: hidden;
	position:relative;
	display:inline-block;
	border-radius:4px;
	border:1px solid #183247;
}

#vueproducts .gallery .img.main{
    border: 1px solid #c11515;	
}

#vueproducts .gallery .img .img-in{
	display:table;
	text-align:center;
	width:100%;
	height:100%;
}

#vueproducts .gallery .img a{
	display:table-cell;
	vertical-align:middle;
}

#vueproducts .gallery .img i.fa-trash{
	position:absolute;
	left:5px;
	top:5px;
	z-index:4;
	cursor:pointer;
}

#vueproducts .gallery .new{
	position:relative;
}

#vueproducts .gallery .new input{
	position:absolute;
	top:0;
	height:0;
	width:100%;
	height:100%;
	opacity:0;
}

#vueproducts .gallery .img i.fa-plus{
	position:absolute;
	left:calc(50% - 5.5px);
	top:calc(50% - 7px);
	z-index:4;
	cursor:pointer;
}

#vueproducts .row.head div{
	padding:5px 0;
	font-weight:bold;
	cursor:move;
}

#vueproducts .row.head i.fa-pencil, #vueproducts .row.head i.fa-close{
	cursor:pointer;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}

#vueproducts .row.head div > span:hover i.fa-pencil, #vueproducts .row.head div > span:hover i.fa-close{
	visibility: visible;
	opacity: 1;	
}

#vueproducts .row.head i.fa-check{
	cursor:pointer;	
    position: relative;
    top: -2px;
}

#vueproducts .row.head div > span{

}

#vueproducts .row.head .h-inp{
    width: calc(100% - 19px);
    margin: -8px 0 0;
}

#vueproducts .del-row{
    position: absolute;
    left: -15px;
    margin: 8px 0 0;
	cursor:pointer;
}

#vueproducts .col-m-2{
	width:50%;
	float:right;
}

#vueproducts .col-m-3{
	width:33.33%;
	float:right;
}

#vueproducts .col-m-4{
	width:25%;
	float:right;
}

#vueproducts .col-m-5{
	width:20%;
	float:right;
}

#vueproducts .col-m-6{
	width:16.6%;
	float:right;
}

#vueproducts .col-m-7{
	width:14.2%;
	float:right;
}

#vueproducts .col-m-8{
	width:12.5%;
	float:right;
}

#vueproducts .col-m-9{
	width:11.11%;
	float:right;
}

#vueproducts .col-m-10{
	width:10%;
	float:right;
}

#vueproducts .col-m-11{
	width:9.09%;
	float:right;
}

#vueproducts .col-m-12{
	width:8.33%;
	float:right;
}

#vueproducts .loan{
    width: 100%;
    text-align: right;
    color: #12344d;
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background-image: linear-gradient(to bottom,#fff,#dcedff);	
}

#vueproducts .loan .item{
	padding: 10px;	
	display:inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 4px;	
    margin-left: 2%;
    width: 23%;	
}

#vueproducts .loan .detail a{
	font-size:12px;
}

#vueproducts .loan .item.red{
    background: #ffcbcb;	
}

#vueproducts .loan .item.green{
    background: #a4eaa4;	
}

#vueproducts .loan .item.gray {
    background: #eaeaea;
}

#vueproducts .loan .item.active{
    box-shadow: 0 0 10px rgb(181 193 0 / 50%);
}

#vueproducts .loan .item .name{
    margin: 0 0 10px;	
    font-size: 16px;	
}

#vueproducts .loan .item .total{
    font-size: 16px;
    margin: 15px 0 0;
    direction: ltr;	
}

#vueproducts .loan .item .total span{
    font-size: 12px;	
}

#vueproducts .loan .item .dates{
    font-size: 12px;
    color: #3a3a3a;
    margin: 10px 0 0;	
}

#vueproducts .loan input{
    max-width: 200px;
    height: 25px;
    font-size: 15px;
    direction: ltr;
	text-align:right;
    margin: 0;	
}

#vueproducts .loan button{
    background: #1382B9;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 25px;	
}

#vueproducts .m{
    text-align: left;
    padding-bottom: 8px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;	
}

#vueproducts .m > i{
	font-size:14px;
	cursor:pointer;
	vertical-align: top;
    padding: 0 5px;	
}

#vueproducts .m-in {
    display: none;
    position: absolute;
    font-size: 12px;
    background: #fff;
    width: 95px;
    left: 0;
    text-align: right;
    padding: 0 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#vueproducts .m-in ul{
	padding:0;
	margin:0;
	list-style:none;
}

#vueproducts .m-in.active{
	display:block;
}

#vueproducts .m-in a:hover{
	text-decoration:none;
}

#vueproducts .details .m{
    position: absolute;
    left: 20px;
    z-index: 2;
}

#vueproducts .inside-mortgages #new{
    float: left;
}

#vueproducts .admin-menu{
	text-align:right;
}

#vueproducts .admin-menu li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 18px;
}

#vueproducts .admin-menu li i {
    display: block;
    margin: 0 auto 20px;
    background-color: #e9f5ff;
    color: #5894d7;
    text-shadow: none;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;	
}

#vueproducts .admin-menu li a:hover i{
    background-color: #1382B9;
    color: #fff;	
}

.align-righ{
	
}

#vueproducts .admin-menu li a:hover{
	text-decoration:none !important;
}

#vueproducts .urgency {
    box-shadow: 0 0px 6px 4px rgb(24 50 71 / 8%);
}

#vueproducts .actions{
	width:10%;
}

#vueproducts .old{
	text-decoration:line-through;
}

#vueproducts .discount{
	font-weight:bold;
}

/* print*/
	#vueproducts.print{
		background:transparent;
		color:#000;
	}
	
	#vueproducts.print .table{
		border:none;
		box-shadow:none;
	}
	
	#vueproducts.print h1{
		text-align:center;
		color:#000;
		margin:20px 0;
	}
	
	#vueproducts.print .row-fluid{
		float:right;
		width:25%;
	}
	
	#vueproducts.print .row-fluid label{
		display:inline;
		color:#000;
	}
	
	#vueproducts.print .row-fluid strong{
		display:inline;
		color:#000;
	}
	
	#vueproducts.print table td,#vueproducts.print table th{
		color:#000;
	}
	
	#vueproducts.print .row-fluid.total{
		width:100%;
		margin:15px 0 0;
	}

    .da-landing-page .da-landing-section .da-nums li::before {
        position: absolute;
        margin: -7px 0 0;
        content: "1";
        color: #fff;
        font-size: 24px;
        line-height: 1;
        font-weight: 800;
        width: 48px;
        height: 48px;
        background-color: #F69223;
        border-radius: 50%;
        overflow: hidden;
        z-index: 10;
        right: 0;
        text-align: center;
        padding: 13px 0 0;
    }

    .da-landing-page .da-landing-section .da-nums li:nth-child(4)::before {
        content: "4";
    }

    .da-landing-page .da-landing-section .da-nums li:nth-child(3)::before {
        content: "3";
    }

    .da-landing-page .da-landing-section .da-nums li:nth-child(2)::before {
        content: "2";
    }

    .da-landing-page .da-landing-section .da-nums li:nth-child(1)::before {
        content: "1";
    }

    b, strong {
        font-weight: bold;
    }

    .da-landing-page .da-landing-section .da-nums li {
        position: relative;
        text-align: right;
        margin: 22px 0;
        font-size: 18px;
        padding: 0 60px 0 0;
        float: right;
        height: 75px;
    }

    .da-landing-page .da-landing-section .da-nums {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        max-width: 900px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        direction: rtl;
    }

    .da-landing-page #da-landing-afterheader {
        overflow: hidden;
        color: #fff;
        background-color: #F49223;
    }

    #da-landing-afterheader {
        text-align: center;
        font-size: 24px;
    }

    .da-landing-page .da-landing-button {
        position: relative;
        display: inline-block;
        line-height: 1;
        padding: 20px;
        color: #fff;
        font-size: 25px;
        text-align: center;
        background-color: #323936;
        border: 2px solid #323936;
        -webkit-transition: 0.3s all 0.3s ease;
        transition: 0.3s all 0.3s ease;
    }

    .da-landing-page a:nth-child(2) {
        background: #F49323!important;
        color: #fff!important;
    }

    .da-landing-page .da-container {
        padding: 0 15px;
        position: relative;
        max-width: 1200px;
    }

    .da-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 0;
        overflow: hidden;
    }

    .da-landing-page .da-landing-section {
        padding: 45px 0;
    }

    .da-landing-page .da-landing-section .da-cicles {
        font-size: 0;
        list-style: none;
        direction: ltr;
    }

    .da-landing-page .da-landing-section .da-cicles li:not(.da-arrow) {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }

    .da-landing-page .da-landing-section .da-cicles li {
        display: inline-block;
        width: calc(16.6666666667% - 30px);
        height: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% auto;
        background-image: url(../images/funnydate/c1.png);
    }

    .da-landing-page .da-landing-section .da-cicles li.da-arrow {
        background-image: url(../images/funnydate/arrow.png);
        background-size: 35px;
        width: 35px;
        /*transform: rotate(180deg);*/
    }

    .da-landing-page .da-landing-section .da-cicles li:nth-child(3) {
        background-image: url(../images/funnydate/c11.png);
    }

    .da-landing-page .da-landing-section .da-cicles li:nth-child(5) {
        background-image: url(../images/funnydate/c2.png);
    }

    .da-landing-page .da-landing-section .da-cicles li:nth-child(7) {
        background-image: url(../images/funnydate/c22.png);
    }

    .da-landing-page .da-landing-section .da-cicles li:nth-child(9) {
        background-image: url(../images/funnydate/c3.png);
    }

    .da-landing-page .da-landing-section .da-cicles li:nth-child(11) {
        background-image: url(../images/funnydate/c4.png);
        background-size: 70% auto;
    }

    .da-landing-page .da-landing-section .da-cicles li:not(.da-arrow):hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .da-bigicons-list {
        list-style: none;
        margin: 0 0 60px 0;
        padding: 0;
        overflow: hidden;
    }

    .da-bigicons-list li {
        text-align: center;
        width: 25%;
        padding: 0 8px;
        float: left;
        border-right: 1px solid #f1f1f1;
    }

    .da-bigicons-list li {
        border: none;
    }

    .da-bigicons-list li figure figcaption {
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
        display: block;
    }

    .da-bigicons-list li:nth-child(1) .da-icon {
        background-image: url(../images/di1.png);
    }

    .da-bigicons-list li:nth-child(2) .da-icon {
        background-image: url(../images/di2.png);
    }

    .da-bigicons-list li figure figcaption .da-icon {
        width: 100%;
        height: 80px;
        margin-bottom: 10px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .da-bigicons-list li figure .da-figbody {
        padding: 25px 0;
        font-size: 22px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .reg .form{
        max-width: 70%;
    }

    .da-button{
        display: inline-block;
        border: none;
        line-height: 1;
        padding: 10px 30px;
        cursor: pointer;
        font-size: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        float: right !important;
    }

    ul.payments {
        border: none;
        background: #344154 url(../images/money.jpg) no-repeat;
        background-position: center calc(50% - 60px);
        color: #fff;
        height: 100%;
        position: relative;
    }

    .dfl{
        display: flex;
    }

    ul.payments p {
        position: absolute;
        bottom: calc(50% - 64px);
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 38px;
    }

    ul.payments h4 {
        background: #2d3a4d;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
    }

    .da-bigicons-list table{
        width: 100%;
    }

    .da-bigicons-list table th{
        text-align: center;
        height: 104px;
    }

    .boss-content select{
        margin: 0 0 10px;
        width: 100%;
        height: 32px;
        min-width: 32px;
        border-radius: 4px;
        display: inline-block;
        border: 1px solid #cfd7df;
        color: #12344d;
        cursor: pointer;
        padding: 0 5px;
        font-size: 14px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        transition: .1s ease-in;
        background: #fff;
    }

    .remind h1{
        text-align: right;
        margin: 0 0 20px;
    }

    .remind .npl{
        float: left;
    }

    .loginForm{
        width: 50%;
    }

    .loginForm input{
        border: 1px solid #ccc;;
    }

    .da-bigicons-list {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .da-bigicons-list li {
        text-align: center;
        width: 25%;
        padding: 0px;
        float: left;
        border-right: 1px solid #f1f1f1;
    }

    .da-bigicons-list li:nth-child(1) figure {
        border-left: 5px solid #f88043;
    }

    .da-bigicons-list li:nth-child(2) figure {
        /*background-color: #edf2f6;*/
        border-top: none!important;
        border-bottom: none!important;
        border-left: 5px solid #00b294;
    }

    .da-bigicons-list li:nth-child(3) figure {
        border-left: 5px solid #7072af;
    }

    .da-bigicons-list li:nth-child(2){
        background-color: #edf2f6;
    }

    .da-bigicons-list.dash figure {
        width: 19%;
        min-width: 195px;
        float: left;
        /*border: 1px solid #d0dae6;
        height: 104px;*/
        height: 100%;
        margin-right: 1%;
    }

    .da-bigicons-list.dash figure figcaption {
        padding-bottom: 0;
        border-bottom: none;
        height: 100%;
        padding: 28px 0 0;
    }

    .da-bigicons-list li:nth-child(1) h4 {
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        background: url(../images/i.jpg) no-repeat;
        background-position: 13px 13px;
        padding: 12px 0 13px 68px;
        text-transform: uppercase;
        color: #2d414c;
        font-weight: bold !important;
    }

    .da-bigicons-list li:nth-child(2) h4 {
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        background: url(../images/c.jpg) no-repeat;
        /*background-color: #edf2f6;*/
        background-position: 13px 11px;
        padding: 12px 0 13px 68px;
        text-transform: uppercase;
        color: #2d414c;
        font-weight: bold !important;
    }

    .da-bigicons-list li:nth-child(3) h4 {
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        background: url(../images/l.jpg) no-repeat;
        background-position: 13px 7px;
        padding: 12px 0 13px 68px;
        text-transform: uppercase;
        color: #2d414c;
        font-weight: bold !important;
    }

    .da-bigicons-list.dash table {
        direction: ltr;
        width: 100%;
        float: left;
        background: transparent;
        color: #2d414c;
    }

    .da-bigicons-list.dash table tbody tr:nth-child(odd) {
        background-color: transparent!important;
    }

    .da-bigicons-list.dash table tbody tr td {
        border: 1px solid #d0dae6;
        text-align: right;
        padding: 20px 10px;
        font-size: 15px;
        color: #8595a5;
        font-family: 'Roboto', sans-serif;
        width: 104px;
    }

    .da-bigicons-list li:nth-child(1) td:first-child p {
        color: #f88043;
        font-weight: bold;
    }

    .da-bigicons-list li:nth-child(2) td:first-child p {
        color: #00b294;
        font-weight: bold;
    }

    .da-bigicons-list li:nth-child(3) td:first-child p {
        color: #7072af;
        font-weight: bold;
    }

    .btn-userinfo{
        float: left !important;
        margin: 0 15px !important;
    }

    #form-userinfo select{
        margin: 0px;
    }

    .aff_pages .inside-content .alert {
        position: absolute;
        right: 81px;
        top: 60px;
    }

    .boss-content .col-xs-6{
        padding: 0 15px;
        min-height: 0px;
    }
    
    .alert h4{
        display: none !important;
    }

    .alert-warning{
        background-image: none !important;
        color: #D63301 !important;
        background-color: #FFCCBA !important;
    }
    .mob-only{
        display: none;
    }

    .topDetails .col-xs-3{
        text-align: center;
    }
/* print end*/

#form-graph .range{
	margin: 9px 0 0;	
    display: inline-block;
}

#form-graph .range li{
	display: inline-block;
    float: right;
	margin:0;
}

#form-graph .range li a{
    margin: 0 0 0 -1px;
    padding: 8px 12px;	
	display: block;
    font-size: 16px;
    color: #2C3D35;
    background: #FFFFFF;
    border: 1px solid #E2EBF6;	
}

#form-graph .range li a.active{
    color: #A6C937;
}

.hidden{
    display: none;
}

#vueproducts .acym__chart__line__container,#vueproducts .graph_partners  {
    max-height: 300px;
    height: 300px;
    max-width: 100%;
    width: 100%;
	margin: 0 0 35px;	
}

.select_status{
    margin: 0;
    float: right;
    position: relative;
    background: transparent;
    padding: 0;
}

#vueproducts.boss-content {
    min-height: 100vh;
}