* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-viewer .editor_preview{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    border: none;
}
.content-wrapper-inside {
    max-height: calc(100vh - 135px);
}
#vueproducts .cont.row{
     padding: 15px;
     height: 100%;
     margin: 35px 0 0 0;
 }
.popup-viewer .editor_preview .preview_parent{
    width: 100%; 
    height: auto; 
     position: relative;
     top: 0; 
     left: 0; 
     overflow: auto; 
    padding: 0; 
     background: none;
     height: auto;
}
.footer{
    display: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
#breadcrumbs{
    display: none;
}
.popup {
    max-width: 100%;
}

#vueproducts #prod .price .r{
    text-align: right;
    font-size: 18px;
    color: #000;
}

#vueproducts #prod .price{
    color: #004990;
    font-weight: bold;
    font-size: 30px; 
    line-height: 27px;
    margin: 0 0 20px;
    text-align: left;   
}

#vueproducts #prod .price .cur{
    font-size: 18px;
}

#vueproducts #prod label.name{
    color: #000;
    font-size: 16px;
}

#vueproducts #prod .families .row{
    margin:0 0 10px;
}

#vueproducts #prod h4{
    color: #333333;
    font-size: 27px;
    padding: 10px;
    clear: both;
    margin: 0 0 12px; 
}

#vueproducts #prod .families input, #vueproducts #prod .attrs input, #vueproducts #prod .extras input{
    width: 20px;
    height: 20px; 
}

#vueproducts #prod .families input+label, #vueproducts #prod .attrs input+label, #vueproducts #prod .extras input+label{
    margin-right: 10px;
    color: #4F4F4F;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 4px;   
}

#vueproducts #prod .pr{
    color: #004990;
    font-weight: bold;
    font-size: 26px; 
    padding: 6px 15px 0;
}

#vueproducts #prod .pr span{
    font-size: 18px;
}

#vueproducts #prod .desc{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    height: 25px; 
}

#vueproducts #prod .extras .row, #vueproducts #prod .vouchers .row, #vueproducts #prod .attrs .control-many{
    border-bottom: 1px solid #e6e5e5;
    padding: 5px 0;
    position: relative;
}

#vueproducts #prod .extras .chr .r, #vueproducts #prod .vouchers .chr .r {
    
}

#vueproducts #prod .extras .shp-cart-table .plus, #vueproducts #prod .extras .shp-cart-table .minus, #vueproducts #prod .vouchers .shp-cart-table .plus, #vueproducts #prod .vouchers .shp-cart-table .minus {
    background: #fff;
    padding: 6.5px 0 0;
    height: 35px;
    width:35px;
    float: left;
    margin: 0 -1px;
    border: 1px solid #e6e6e6;
    text-align: center; 
    cursor: pointer;
}

#vueproducts #prod .extras .shp-cart-table input.qty, #vueproducts #prod .vouchers .shp-cart-table input.qty {
    height: 35px;
    width: 35px;
    font-size: 14px;
    top: 1px;
    float: left;
    margin: 0;
}

#vueproducts #prod .left-prod {
    background: #FCF7EC;
    padding: 20px;
    text-align: right;
}

#vueproducts #prod h1{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: right; 
    background: #FCF7EC;
    padding: 25px 15px;
    display: block;
}

#vueproducts #prod .attrs input[type="text"],#vueproducts #prod .attrs select, #vueproducts #prod .attrs input[type="date"], #vueproducts #prod .attrs textarea {
    margin: 0;
    width: 50%;
    height: 35px;
    font-size: 16px;
    border: 1px solid #d5d8db;
    border-radius: 3px;
    padding: 0 5px;
    resize: none;
    background-color: #fff !important;
}

#vueproducts #prod .attrs .active{
    border:1px solid red!important;
}

#vueproducts .im2 {
    color: red;
}

#vueproducts #prod .attrs textarea {
    height: 120px;
}

#vueproducts #prod .families,#vueproducts #prod .extras,#vueproducts #prod .attrs .control-group{
    font-size: 16px;
    margin: 0 0 20px;
}

#mainBuyBtn {
    display: block;
    width: 100%;
    max-height: 50px;
    height: 100%;
    background: #004990;
    border-radius: 10px;
    padding: 0.5rem 0rem;
    border: none;
    cursor: pointer;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF !important;
    margin-block: 3%;
    outline: none;
    text-align: center;
}

#mainBuyBtn:hover {
    background: #0d6efd;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    cursor: pointer;
}

#vueproducts .filesmonths{
    padding:1% 5%;
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

#vueproducts .flex{
    display: flex;
}

#vueproducts #files{
    direction: ltr;
}

#vueproducts .filesmonths .filesmonth .row > .col-xs-9{
    float:left;
}

#vueproducts .filesmonths .filesmonth{
    border-radius: 18px;
    padding: 2% 5%;
    -webkit-box-shadow: 0px 4px 13px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 13px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 13px 0px rgb(34 60 80 / 20%);
    background: #fff;
}

#vueproducts .filesmonths > .row.flex{
    margin: 0 0 2%;
}

#vueproducts .filesmonths .filesmonth.last{
    margin:0;
}

#vueproducts .filesmonths .filesmonth.active{
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    background: #e0f5ff;
}

#vueproducts .export_date, #vueproducts .import_date{
    font-size: 16px;
    float: left;
    text-align: center;
    min-height: 44px;
}

#vueproducts .export_date p, #vueproducts .import_date p{
    font-size:12px;
}

#vueproducts .filesmonths .error{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    line-height: 35px;
}

#vueproducts .filesmonths .error span{
    font-size: 12px;
}

#vueproducts .rast{
    background: #000;
    float: left;
    width: 22%;
    position: relative;
    height: 1px;
    margin: 14px 52px 0 52px;
}

#vueproducts .filesmonths.col-xs-9.npr .rast{
    width: 36%;   
}

#vueproducts #files .col-xs-1,#vueproducts #files .col-xs-2,#vueproducts #files .col-xs-3,#vueproducts #files .col-xs-4,#vueproducts #files .col-xs-5,#vueproducts #files .col-xs-6,#vueproducts #files .col-xs-7,#vueproducts #files .col-xs-8,#vueproducts #files .col-xs-9,#vueproducts #files .col-xs-10,#vueproducts #files .col-xs-11,#vueproducts #files .col-xs-12{
    float:left;
}

#vueproducts .filesmonths.col-xs-9.npr .rast .export_date,#vueproducts .filesmonths.col-xs-9.npr .rast .import_date{
  
}

#vueproducts .rast:before{
    content:"";
    border-radius: 30px;
    display: block;
    background:#000;
    width:15px;
    height:15px;
    position: absolute;
    right:0;
    margin-top: -7px;
}

#vueproducts .rast:after{
    content:"";
    border-radius: 30px;
    display: block;
    background:#000;
    width:15px;
    height:15px;
    position: absolute;
    left:0;
    margin-top: -7px;
}

#vueproducts .filesmonths .filesmonth .title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 0 0 18px;
}

#vueproducts #files .col-xs-3.npl.rrr {
    border-radius: 18px;
    padding: 2%;
    padding-top: 4%;
    -webkit-box-shadow: 0px 4px 13px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 13px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 13px 0px rgb(34 60 80 / 20%);
    background: #fff;
    margin-left: 2%;
}

#vueproducts #files .col-xs-3.npl.rrr .row{
    height:42.4px;
}

#vueproducts #files .col-xs-3.npl label{
    font-size: 16px;
}

#vueproducts #files .filespanel{
    margin: 0 0 1%;
}

#vueproducts #files .filespanel .btn{
    margin-right: 10px !important;
}


#vueproducts #files .files{
    margin: 0 0 25px;
}

#vueproducts .pan-body .btn {
    float: left;
    margin-top: 10px;
}
#vueproducts .panel .pan-body .btn {
    color: #fff;
    background-color: #264966;
    border: 1px solid #12344d;
    background-image: linear-gradient(to bottom,#264966,#12344d);
    transition: .1s linear;
}

#vueproducts .underline{
    margin: 30px 0;
    border-bottom: 2px solid #000;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#vueproducts #files .files .file{
    margin: 0 0 10px;  
}

#vueproducts #files .files .file input{
    width: auto;
    height: auto;
    margin: 0;  
}
#gallery-template,#pagination-template,#search-template,#chat-template{
    display:none;
}
#vueproducts .multiselect{
    text-align: right;
}
#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;
}

#vueproducts .options-field .col-xs-3{
    width:30%;
}

#vueproducts .options-field .col-xs-1{
    width: 10%;
    padding: 8px 0 0;
    text-align: left;
}

#vueproducts{
	text-align:right;
	direction:rtl;
}

#vueproducts .row-fluid.mmm input[type="checkbox"]{
    width: auto;
    min-width: auto;
    height: auto;
    margin: 11px 0;    
}

#vueproducts,body.com_vueproducts{
    background: transparent;	
}

#vueproducts .acum{
	text-align:left;
}

#vueproducts .menu {
	width: 80px;
	float: right;
	margin: 0;
	font-size: 25px;
	background: #284255;
	text-align: center;
	position: fixed;
	height: 100%;
    right: 0;		
}

#vueproducts .menu ul {
    margin: 0;
    padding: 0;
}

#vueproducts .menu li {
    list-style: none;
    margin: 0;
}


element.style {
}
#vueproducts .row .col-xs-4 .field {
    height: 36px;
}
#vueproducts .field {
    position: relative;
    border: none;
    background: #e0e6ea;
    text-align: right;
    padding: 8px 10px;
    margin: 0 0 10px;
    border-radius: 5px;
}

#vueproducts .field .fa-close, #vueproducts .field .fa-clone, #vueproducts .field .publ{
    float:left;
    margin: 1px 0 0;
    cursor:pointer;
    padding-left: 5px;
}
.preview_group_first{
    margin: 10px 0 !important;
}

#vueproducts .field .fa-arrows{
    float:left;
    margin: 1px 0 0 5px;
    cursor:pointer;
}

#vueproducts .fa-close{
    cursor:pointer;
}

#vueproducts #files .fa-close{

    color: red;
}

#vueproducts #files .fa-paper-plane {
    cursor:pointer;
    color: green;
}

#vueproducts .options-field .row{
    margin:0 0 10px;
}

#vueproducts .options-field .row .col-xs-2{
    text-align: left;
    width:10%;
    padding: 7px 0 0 !important;
}

#vueproducts .options-field .row .col-xs-5{
    width:45%;    
}

#vueproducts .field.active {
    background: #c1e5f5;
}

#vueproducts .f-pr {
    border: 1px dashed #C7D3D8;
    border-left: none;
    padding: 10px !important;
    width: 50%;
    margin: 0 0 15px;
}

#vueproducts .example {
    background: #FFFFFF;
    border: 1px solid #C7D3D8;
    box-shadow: 0px 4px 6px #e8eff2;
    padding: 10px !important;
    width: 50%;
    margin: 0 0 15px;
    max-height: 421px;
    overflow-y: auto;
}

#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;
}

#vueproducts .rest-content {
    width: calc(100% - 80px);
    float: left;
    padding: 0;
}

#vueproducts .npr,#vueproducts .r{
    padding-right: 0!important;
}

#vueproducts .npl,#vueproducts .l {
    padding-left: 0!important;
}

#vueproducts .content {
    width: 100%;
    height: 100%;
}

#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: 0;
    height: 100%;
    margin: 0;
}

#vueproducts header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: calc(100% - 80px);
    height: 60px;
    background: #FFFFFF;
    box-shadow: none;
}

#vueproducts header h1 {
    color: #294254;
    font-size: 32px !important;
    line-height: 1 !important;
    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: absolute;
   
    z-index: 9;
   /*width: calc(100% - 80px);
    left: 0;
    top: 60px;*/
    width: calc( 100% - 15% + 5px);
    left: 0;
   top: 103px;
    height: 60px;
}

#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 .popup input,#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 input[type="file"]{
    background-color: #3B8CFF;
    border-color: #3B8CFF !important;
    color: #FFFFFF !important;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
}

#vueproducts .content .panel .btn, #vueproducts .panel .btn, #vueproducts #new, #vueproducts #export, #vueproducts #check {
    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 #check,#importFile{
    float:left;
    margin-left:10px;
    padding: 0 8px;
}

#importFile{
    margin-top:3px;
}

#import #importFile{
    float:none;
    padding: 0;
    margin: 0;
}

#spinner{
    background:#1382b940 url(../images/spinner.gif) no-repeat;
    background-position: center;
    background-size:50px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#vueproducts .fimp{
    float: left;
}

#vueproducts .errors{
  /*  width: 300%;
    margin-left: -200%;
    clear: both; */   
}

#vueproducts .errors table{
    width: 100%;
}

#vueproducts #check{
    position: absolute;
}

#vueproducts .btn.orange{
    background: #ff7907!important;
    color: #fff!important;
    border-radius: 5px!important;
    padding: 10px 0!important;
    width: calc(100% - 20px)!important;
    display: block!important;
    height: 38px!important;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;   
}

#vueproducts .orange:hover, #vueproducts .fimp:hover .orange{
    background-color: #000;
    cursor: pointer;
}

#vueproducts .fimp input#importFile{
    opacity:0;
    cursor: pointer;
}

#vueproducts .rigp .btn, #vueproducts .rigp #new, #vueproducts .rigp #export {
    margin: 0 10px 0 0;
    text-decoration: none;	
}

#vueproducts .panel .search {
    margin: 0;
    float: right;
    position: relative;	
}

#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: 8px;
    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 .report-top{
    text-align: right;
}

#vueproducts .date-change, #vueproducts .report-top select{
    max-width: 200px;
    float: right;
    margin-right: 10px;
}

#vueproducts .report-top a{
    margin-right: 10px;   
}

#vueproducts .row{
	margin:0;
}

#vueproducts .rigp {
    text-align: left;
}

#vueproducts .btn i, #vueproducts #new i, #vueproducts #export i {
    margin: 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 td {
    color: #1E1F57;
    vertical-align: middle;
}

#vueproducts .table table th, #vueproducts .table table td, #vueproducts .popup table td, #vueproducts .popup table th {
    border: none;
    padding: 8px;
    margin: 0;
    text-align: center;
    color: #294254;
    font-size: 14px;
}

#vueproducts .table table th {
	border-bottom: 1px solid #E8EFF2;	
}

#vueproducts .cart strong{
	display:inline-block;
}

#vueproducts .cart .attr{
	margin:10px 0 0;
	font-size:12px;
}

#vueproducts .cart .attr p{
	margin:0;
}

#vueproducts .table.u,#reports .table,#products .table{
	padding:10px 0;
}

#vueproducts .table table tbody{
    border: 0;
}

#vueproducts .table table .gray td {
    background: #f9f9f9;
}

#vueproducts .table table .childsTr td{
	padding: 0 8px;
    background: #f7fafb;
}

#vueproducts .table table .yellow td{
	background:#ffffad;
}

#vueproducts .table table .green td{
	background:#a4eaa4;
}

#vueproducts .table table .red td{
	background:#ffcbcb;
}

#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 .row-fluid label,#vueproducts .topDetails .popup 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;
    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 .opacity{
	opacity: 0.5;	
}

#vueproducts textarea {
    font-size: 14px ;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
    resize: none;
    height: 122px;
    color: #12344d;	
}

#vueproducts .popup input,#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;	
    height: auto;
}

#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 .popup .row-fluid .col-xs-2,#vueproducts .popup .row-fluid .col-xs-3{
    padding: 0;
}

#vueproducts .popup .row-fluid .col-xs-2 label{
    padding: 7px 0 0;
}

#vueproducts .popup .row-fluid .col-xs-10,#vueproducts .popup .row-fluid .col-xs-9{
    padding-left: 0;
}

#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 .autocomplete{
    position: absolute;
    background-color: #f5f7f9;
    box-shadow: 0 2px 4px 0 rgb(24 50 71 / 8%);
    padding: 14px;
    width: 100%; 
}

#vueproducts .autocomplete ul{
    margin:0;
    padding: 0;
}

#vueproducts .autocomplete li{
    list-style: none;
    cursor:pointer;
}

#vueproducts .status_info.not-paid {
    background-color: #dddddd;
    transform: rotateY(0deg);
}

#vueproducts .status_info.paid {
    background-color: #8ce196;
    transform: rotateY(360deg);
}

#vueproducts .status_info.check {
    background-color: #f8e033;
    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;
    position: absolute;
    height: auto;
    display: none;
    z-index: 999;
    top: -73px;
    width: calc(100% + 25px);
    left: -14px;
}

#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{
  /*  height: 185px;
    overflow-y: auto;
    overflow-x: hidden;	*/
}

#vueproducts .range.b{
    height: 185px;
    overflow-y: auto;
    overflow-x: hidden;	
}

#vueproducts .table-in{
    overflow-y: auto;	
}

#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;
    position: relative;
    text-align: right;
}

#vueproducts #order .topDetails{
	margin:0 0 25px;
}

#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 .tab-item{
	display:none;
}

#vueproducts .tab-item.active{
	display:block;
}

#vueproducts .tab-labels .row-fluid{
	margin:0;
}

#vueproducts .tab-labels label{
    cursor: pointer;
    border-bottom: 1px solid #cfd7df;
    padding: 10px;
    display: block;
    margin: 0;
    background: #f7f7f7;
}

#vueproducts .multiselect__tag,#vueproducts  .multiselect__option--highlight{
	background:#1382B9;
}

#vueproducts .multiselect__tag-icon:after{
	color:#fff;
}

#vueproducts .multiselect__tag-icon:hover{
	background:#0a6694;
}

#vueproducts .tab-labels label.active{
    background: #1382B9;
	color:#fff;
}

#vueproducts .gallery{
	
}

#vueproducts .grid{
    text-align:right;
/*	direction:ltr;	*/
}


#vueproducts .files .gallery .img{
    height: 80px;
    width: calc(50% - 10px);
}

#vueproducts .files .gallery .img .img-in{
    font-size: 10px;
}

#vueproducts .gallery .img{
	width: calc(33% - 25px);
    height: 180px;
    margin: 0 0 10px 10px;
    overflow: hidden;
	position:relative;
	display:inline-block;
	border-radius:4px;
	border:1px solid #183247;
}

#vueproducts .gallery .img img{
    max-height: 180px;	
}

#vueproducts #category .gallery .img{
	height: 120px;
}

#vueproducts #category .gallery .img img{
	max-height: 120px;
}

#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;
    text-align: right;
}

#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.extras div{
	cursor:default;
}

#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%;
    margin-top: 2%;
    width: 25%;	
    height: 152px;
    background: #fff;
}

#vueproducts .loan .detail a{
	font-size:12px;
}

#vueproducts .loan .item.red{
    background: #ffcbcb;	
}

#vueproducts .loan .item.green{
    background: #a4eaa4;	
}

#vueproducts .loan .item.orange{
    background: #ffe3cb;	
}

#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;	
}

#vueproducts .m > i{
	font-size:14px;
	cursor:pointer;
	vertical-align: top;
    padding: 0 5px;	
}

#vueproducts .m-in {
    display: none;
    position: absolute;
	z-index: 9;	
    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;
	}
/* print end*/

.editor_preview{
    /*background: url(../images/popup_background.png);
    background-position-x: 50%;
    background-repeat: no-repeat;
    border: 2px dashed #045A8A;
    border-left: none;
    */
    float: right;
    position: relative;
    overflow: auto;
    z-index: 1;
    min-height: calc(100vh - 85px);
    height: auto;
    width: 80%;
    max-width: calc(100% - 320px);
}

.editor_tabs{
    background-color: #eff2f4;
    z-index: 2;
    margin-left: 0;
    box-shadow: none;
    border-radius: 0px;
    float: left;
    box-shadow: inset -4px 0px 9px -3px #d6d6d6;
    min-width: 320px;
    /*width: 100%;*/
    width: 20%;
    height: auto;
    overflow: auto;
}

.editor_tabs .nav-tabs{
    /*position: fixed;*/
    font-size: 14px;
    top: 64px;
    border-bottom: 1px solid #bec6ca;
    width: 100%;
    left: 0;
    z-index: 1;
    text-align: left;
    background-color: #e0e6ea;
}

.editor_tabs .nav-tabs ul{
    border: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

.editor_tab a.active{
    color: #3b8cff !important;
}

.editor_tab a.active:before {
    background-color: #3b8cff;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.editor_tab{
    display: table-cell;
    height: 100%;
    padding: 16px 0;
    position: relative;
    text-align: center;
    transition: color ease .2s;
    -webkit-transition: color ease .2s;
    -moz-transition: color ease .2s;
    -ms-transition: color ease .2s;
    -o-transition: color ease .2s;
    cursor: pointer;
}

.editor_tab a, .editor_tab a:hover, .editor_tab a:visited, .editor_tab a:focus{
    text-decoration: none;
}

#vueproducts .editor_tabs .editor_tab_content{
    background-color: #eff2f4;
}

#vueproducts .editor_tabs .tab_wrapper .label_wrapper label{
    color: #354051;
    font-size: .875rem;
    font-weight: 700;
    margin: 16px 0 8px;
    display: inline-block;
    text-align: left;
}

.label_wrapper{
    text-align: left;
}

/*.element_wrapper{
    height: auto;
    margin-bottom: 16px;

    box-shadow: 0 2px 1px -2px #a0abbe;
    -webkit-box-shadow: 0 2px 1px -2px #a0abbe;
    -moz-box-shadow: 0 2px 1px -2px #a0abbe;
    -ms-box-shadow: 0 2px 1px -2px #a0abbe;
    -o-box-shadow: 0 2px 1px -2px #a0abbe;

    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-bottom: 1px solid #bec6ca;
    box-sizing: border-box;
    font-size: 1rem;
    /*height: 45px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;

    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.prototype-image-preview {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    width: auto;
}*/

.tab_wrapper{
    padding: 15px;
    padding-top: 0;
}

.drilldown-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.powrDrilldown.powrDrilldown-with-preview {
    height: auto;
    margin-bottom: 16px;
}

.has-shadow, .notification-toast, .product-updates, .toastify, .Select .Select-menu-outer {
    box-shadow: 0 2px 1px -2px #a0abbe;
    -webkit-box-shadow: 0 2px 1px -2px #a0abbe;
    -moz-box-shadow: 0 2px 1px -2px #a0abbe;
    -ms-box-shadow: 0 2px 1px -2px #a0abbe;
    -o-box-shadow: 0 2px 1px -2px #a0abbe;
}

.powrDrilldown {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-bottom: 1px solid #bec6ca;
    box-sizing: border-box;
    font-size: 1rem;
    height: 45px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
}

.powrDrilldown.powrDrilldown-with-preview .powrDrilldownToggle {
    align-items: stretch;
}

.powrDrilldown .powrDrilldownToggle {
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.powrDrilldown .powrDrilldownToggle .drilldown-chevron {
    border-left: 1px solid #e0e6ea;
    box-sizing: border-box;
    color: #55667d;
    font-size: 1rem;
    text-align: center;
    width: 30px;
}

.powrDrilldown.powrDrilldown-with-preview .powrDrilldownToggle .prototype-image-preview {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    width: auto;
}

.width100{
    display: block;
    width: 100%;
}

.pad-v-m {
    padding-top: 16px;
    padding-bottom: 16px;
}

.editor_add_button a{
    background-color: #3B8CFF;
    border-color: #3B8CFF;
    color: #FFFFFF;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    font-size: 1rem;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
}

#vueproducts .editor_tabs .table.u.active{
    max-height: inherit;
    overflow: hidden;
    overflow-y: auto;
    height: min-content;
}

.form_preview{
    display: block;
    min-width: 100%;
    background: #FFFFFF;/*
    max-width: 100%;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
}

.preview_parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    padding: 0px;
    background: #eaf2f7;
    overflow-x: hidden;
}

.preview_parent:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.preview_block {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    background: #FFF;
    width: 100%;
}
.additional_functions{
    position: absolute;
    /*z-index: 999999999;*/
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    top: 0;
    opacity:0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.additional_functions:hover{
    opacity:1;
}
.additional_functions a{
    padding: 3px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: space-around;
}
.additional_functions a:not(.btn):hover {
    box-shadow: inset 0px 0px 130px rgb(217 214 214 / 45%);
}
#vueproducts .popup input#range{
    width: calc(100% - 110px);
}
#vueproducts .popup input#range-text{
    width: 70px;
    margin: 0 15px 0 5px;
}

#vueproducts .Template .field{
    position: relative;
    border: none;
    text-align: right;
    padding: 0;
    margin: 10px 0 10px 4%;
    border-radius: 5px;
    width: 46%;
    float: left;
    height: fit-content;
    overflow: hidden;
}

#vueproducts .table.u.Template.active{
    padding: 5px 4% 5px 0;
}

#vueproducts .Template h3{
   width: 100%;
   float: left;
}
#vueproducts .editor_preview label, #vueproducts .Template .field .form_preview label{
    display: inline-block;
    padding: 0 5px;
}


.form_preview div div{
    display: inline-block;
    width: fit-content;
    height: 100%;
}
.preview_group{
    width: 100%;
    height: 100%;
    min-height: 6px;
    min-width: 1px;
    text-align: center;
    /*border: 1px solid #FFF;
    background: #dce3cd;*/
}

.preview_group .preview_group_second{
    /*background: #e3cdd4;*/
}

.preview_group .preview_group_elements{
    background: none;
}

.editor_preview p{
   /* margin: 0 auto;
    display: block;*/
    width: 100%;
    max-width: 100%;
   
    display: inline-block;
}

.navbar-inner{
    display: none;
}
.one-of-catalog{
    max-height: 300px;
    overflow: hidden;
}





.group-type-2 > div{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.group-type-3 > div{
    text-align: center;
}

.group-type-1, .group-type-2, .group-type-3{
    position: relative;
   /* min-width: 600px;
    min-height: 600px;*/
}
.group-type-1 > div{
    width: 100%;
    height: 100%;
}
.group-type-1 > div > div{
    width: fit-content;
    height: fit-content;

    position: absolute;
    cursor: pointer;
}

.bussiness_head {
    height: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

#pages-catalog{
    display: flex;
    flex-wrap: wrap;
    max-height: 67vh;
    overflow-y: auto;
}

#pages-catalog > div{
    width: 23%;
    margin: 1%;
}

.content-wrapper-inside .page-with-table-inside {
    padding-bottom: 10px !important;
    height: fit-content;
}

.childs-level-first{
    padding: 20px 10px 0 0;
    margin-left: -10px;
}
#vueproducts .childs-level-first .field {
    background: #c3d9e7;
}

.childs-level-first .childs-level-second{
    padding: 10px 10px 0 0;
}
#vueproducts .childs-level-first .childs-level-second .field {
    background: #77b5dc;
}

.buttons-wrapper{
    display: flex;
    justify-content: space-between;
}

.str-buttons{
    display: flex;
    width: 300px;
    justify-content: space-between;
}

.str-blue{
    padding: 5px 20px;
    background: #2A518C;
    letter-spacing: -0.553067px;
    color: #FFFFFF;
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;

    width: 100%;
    max-width: 50%;
    height: 38px;
}
.str-blue.active{
    background: #FFF;
    color: #2A518C;
    border: 2px solid #2A518C;
    border-right: none;
}

.str-white.active{
    color: #2A518C;
    border: 2px solid #2A518C;
    background: #FFF;
}

.active .trial-top{
    border: 17px solid transparent;
    border-left: 12px solid #2A518C;
    border-top: 0px solid #2A518C;
}
.active .trial-bottom{
    border: 16px solid transparent;
    border-bottom: 0px solid #2A518C;
    border-left: 12px solid #2A518C;
}

.str-white{
    color: #FFF;
    background: #2A518C;

    padding: 5px 20px;
    letter-spacing: -0.553067px;
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px; 
    width: 100%;
    max-width: 50%;
    height: 38px;

    position: relative;
    border: 2px solid #2A518C;
    border-left: none;
}

.trial-top{
    border: 17px solid transparent;
    border-left: 12px solid #FFF;
    border-top: 0px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
}
.trial-bottom{
    position: absolute;
    left: 0;
    top: 18px;
    border: 16px solid transparent;
    border-bottom: 0px solid #FFF;
    border-left: 12px solid #FFF;
}

.link {
    width: 35px;
    height: 30px;
    background: url(/business/images/link-icon.png) no-repeat;
    background-size: contain;
    margin: 0;
    margin-right: -6px;
    margin-top: -3px;
    display: block;
}
.eye{
    width: 35px;
    height: 30px;
    background: url(/business/images/eye.png) no-repeat;
    margin: 0 5px;
    margin-top: -5px;
    display: block;
}
.trash{
    background: url(/business/images/trash.png) no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-right: 7px;
}
.publ{
    cursor: pointer;
}
#vueproducts .table-responsive .actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

#pages-catalog .table-responsive{
    width: 100%;
}

.refresh-button {
    margin-left: auto;
}

.status-buttons {
    display: flex;
    width: fit-content;
    justify-content: space-between;
    /*border: 2px solid #BDBDBD;*/
    border-radius: 8px;
}
.status-white {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 7px 13px;
    white-space: nowrap;

    color: #FFFFFF;
    background: #045A8A;
    border-radius: 8px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
}
.status-white.active {
    height: 36px;
    margin-top: 2px;
    color: #000000;
    background: #FFF;
    border: 2px solid #BDBDBD;
    padding: 4px 13px;
    padding-left: 22px;
    z-index: 0;
}
.status-blue {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 13px;
    white-space: nowrap;
    /* identical to box height, or 150% */
    
    text-align: center;
    
    color: #FFFFFF;
    background: #045A8A;
    border-radius: 8px;
    margin-right: -7px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
}
.status-blue.active {
    color: #000000;
    background: #FFF;
    border: 2px solid #BDBDBD;
    height: 36px;
    margin-top: 2px;
    padding: 4px 13px;
    z-index: 0;
}

.leads-filters{
    display: flex;
}

#searchLeadDate::-webkit-inner-spin-button,
#searchLeadDate::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#vueproducts input[type="date"]#searchLeadDate{
    background: #FFFFFF;
    border: 2px solid #BDBDBD;
    border-radius: 8px;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    padding: 6px 15px;
    height: 36px;
    margin-top: 2px;
    margin-right: 10px;
}

.editor_tabs a.fancybox.gp{
    float: left;
    margin: -0.53px 1px 0 8px;
    display: inline-block;
}

.gr-wr{
    display: flex;
    flex-wrap: wrap;
    border-block: 1px solid #264966;
    padding: 0;
}

.gr-half{
    margin: 1%;
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}

#vueproducts .row-fluid  .gr-half label{
    width: calc(100% - 115px);
    padding-top: 8px;
}

.options-drag{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(239 242 244 / 50%);
    max-height: 78px;
    width: 66px;
    padding: 12px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: -14px;
    right: -48px;
    border-radius: 40px;
    z-index: 999999;
    display: none;
}

.preview_group.preview_group_elements:hover .options-drag{
    display: block;
}

.content-wrapper-inside .page-with-table-inside.hollow{
    background: transparent;
    padding: 0;
    box-shadow: none;
}

#vueproducts .content-wrapper-inside .page-with-table-inside.hollow .cont.row {
    margin: 0;
    padding: 0;
}

.content-account-inside.bussiness_content.main-popup-page{
    background: none;
    padding: 0;
}
.main_wrapper{
    width: 100%;
    margin-left: 12px;
    display: flex;
    flex-wrap: wrap;
}

.content-account-inside.bussiness_content.main-popup-page .table-responsive {
    width: 100%;
}
.content-account-inside.bussiness_content.main-popup-page .account-details-inside{
    flex-wrap: wrap;
    margin: 0 0 22px;
    padding: 10px;
}

.content-account-inside.bussiness_content.main-popup-page .tablets-title{
    margin: 10px 0 10px 0;
}

.link-wrapper{
    padding-top: 20px;
}

.link-wrapper a{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #045A8A;
}

body > .wrapper{
    padding:  0 2%;;
}

.yellow-half, .banner-half{
    padding: 13px;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
}

.yellow-half{
    background: #FDD33A;
    box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.05);
    border-radius: 5px;

    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    /* or 75% */

    text-align: center;

    color: #000000;
}
.banner-half{
    background: url(../images/banner.jpg) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
    padding: 22px 30px 14px 13px;
}

.yellow-half p{
    margin: 16px;
}

.two-wrapper-sb{
    display: table;
    width: 100%;
    margin: auto;
    border-spacing: 7px;
}

.bn-title{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    /* or 80% */

    text-align: right;
    letter-spacing: 0.03em;

    color: #FFFFFF;
}

.bn-text{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: right;

    color: #FFFFFF;
}

.bn-list{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: right;

    color: #FFFFFF;
    padding: 23px 0;
}

.bn-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bn-butt{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;

    background: #045A8A;
    border-radius: 5px;
    width: 106px;
    margin-right: 43px;
}

.sb-page .row-flex{
    padding: 7px;
}

.tablets-wrapper-sb{
    display: flex;
    justify-content: space-between;
    margin: 25px 0 15px 0;
}

.tablet-sb{
    max-width: 31%;
    width: 100%;

    background: #FFFFFF;
    border: 3px solid #0085FF;
    box-shadow: 4px 4px 9px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    padding: 6px 22px;
}
.tablet-sb.ctr-sb{
    border: 3px solid #045A8A;
}
.tablet-sb.last-sb{
    border: 3px solid #009CDE;
}

.text-sb{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */

    text-align: center;

    color: #000000;
    padding: 5px;
}

.list-sb{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #000000;
    padding: 15px;
    margin: auto;
    width: fit-content;
}

.text-title-sb{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 24px;
    /* or 89% */

    text-align: center;

    color: #0085FF;
    padding: 5px;
}

.tablet-sb.ctr-sb .text-title-sb{
    color: #045A8A;
}
.tablet-sb.last-sb .text-title-sb{
    color: #009CDE;
}

.price-sb{
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;

    text-align: center;
    padding: 10px;
    color: #0085FF;

}
.price-sb b{
    font-size: 20px;
}
.tablet-sb.ctr-sb .price-sb{
    color: #045A8A;
}
.tablet-sb.last-sb .price-sb{
    color: #009CDE;
}
.bl-sb{
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;

    display: flex;
    align-items: center;
    text-align: right;
    color: #000000;
}

.bottom-sb{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    /* or 218% */

    display: flex;
    align-items: center;
    text-align: right;

    color: #000000;
    justify-content: space-between;
}

.button-sb{
    background-color: #0084FF;
    border-radius: 5px;

    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: left;

    color: #FFFFFF;
    width: 95.07px;
    background-image: url(../images/bag.png);
    background-repeat: no-repeat;
    background-position: center right 7px;
    background-size: inherit;
    padding: 5px;
}
.tablet-sb.ctr-sb .button-sb{ 
    background-color: #045A8A;
}
.tablet-sb.last-sb .button-sb{
    background-color: #009CDE;
}
.bottom-sb p{
    margin: 0;
}
.final-text-sb{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */

    text-align: center;

    color: #333333;
}

#vueproducts .text-preview{
    border: none !important;
    background-color: transparent !important;
    padding: 0;
    height: 100%;
    font: 12px/18px Assistant-Regular,Arial,sans-serif;
    max-width: 1920px;
    display: inline-block;
    width: 100%;
    cursor: text;
}
.popup-basbox-overlay{
    display: none;
}
.editor-page-wrapper .preview_block .preview_group:hover{
    outline: 3px dashed #2463eb!important;
    outline-offset: -3px;
}

#vueproducts .editor-page-wrapper .popup.popup-basbox{
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 35/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
#vueproducts .editor-page-wrapper .popup.popup-basbox input{
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(47 47 52/var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(17 17 21/var(--tw-border-opacity));
}
#vueproducts .editor-page-wrapper .popup.popup-basbox input:hover, #vueproducts .editor-page-wrapper .popup.popup-basbox input:focus,
#vueproducts .editor-page-wrapper .popup.popup-basbox select:hover, #vueproducts .editor-page-wrapper .popup.popup-basbox select:focus{
    border: 1px solid #2463eb;
}
#vueproducts .editor-page-wrapper .popup.popup-basbox button{
    --tw-bg-opacity: 1;
    background: rgb(37 99 235/var(--tw-bg-opacity)) !important;
}
#vueproducts .editor-page-wrapper .popup.popup-basbox select{
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(47 47 52/var(--tw-bg-opacity));
}
#saveBanner{
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 35px;
    background: #0085FF;
    border-radius: 20px;
    margin-left: -20px;
    margin-right: 35px;
}
.mbr-wrp{
    float: right;
    display: flex;
    align-items: flex-end;
    gap: 10PX;
    margin-top: -25px;
}
.mbr-wrp a{
    cursor: pointer;
}
.mbr-wrp a img{
    max-height: 51px;
}


.elemebt-name-ppp{
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;

    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));

    font-size: 16px;
    display: flex;
    align-items: baseline;
    
}
.elemebt-name-ppp label{
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--tw-bg-opacity));
    
    width: fit-content !important;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    border-radius: 0.25rem;
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.preview_block div.hovered-options{
    display: flex;
    position: absolute;
    width: 50px;
    height: inherit;
    flex-wrap: wrap;
    bottom: 0;
    left: 10px;
    justify-content: center;
    align-items: stretch;


    /*background: #0085ff57;
    transform: translateX(-1000px);*/
}
.preview_block div.preview_group_first > div > div >div.hovered-options{
    height: -webkit-fill-available;
    left: 60px;
}
.preview_block div.preview_group_first.group-type-2 > div > div >div.hovered-options{
    width: 100%;
    left: 0;
    bottom: -25px;
    height: 25px;
    z-index: 999999;
}
.preview_block div.preview_group_first.group-type-2 > div > div >div.hovered-options i,
.preview_block div.preview_group_first.group-type-2 > div > div >div.hovered-options a{
    height: 25px;
    min-width: 25%;
    width: auto;
}
.preview_block .preview_group/*:hover*/ div.hovered-options{
    transform: translateX(0);
    transition-duration: 100ms;
}

.preview_block div.hovered-options a, .preview_block div.hovered-options i{
    /*background-color: #045A8A;
    border-radius: 40px;
    height: 31px;
    width: calc(50% - 10px);
    margin: 5px 5px 5px 0;*/

    background-color: #0085ff54;
    width: 100%;
    min-height: 25%;
    border: 1px solid #FFF;
}
.preview_block div.hovered-options-span-ed i{
    background-color: #045A8A;
    border-radius: 40px;
    height: 31px;
    width: calc(50% - 10px);
    margin: 5px 5px 5px 0;
}
.preview_block div.hovered-options a:hover, .preview_block div.hovered-options i:hover, .preview_block div.hovered-options-span-ed i:hover{
    background-color: #045A8A;
}

.preview_block div.hovered-options a.edit-hovered-form{
    background-image: url(/business/images/pencil-wh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 19px;
}
.preview_block div.hovered-options i.delete-hovered-block{
    background-image: url(/business/images/del.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 19px;
}
.preview_block div.hovered-options i.fa-top{
    background-image: url(/business/images/up.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 19px;
    cursor: pointer;
}
.preview_block div.hovered-options i.fa-down{
    background-image: url(/business/images/down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 19px;
    cursor: pointer;
}

.preview_group_first.group-type-2 > div > div{
    position: relative;
    margin-bottom: 25px !important;
}

/*.preview_block div.hovered-options-span-ed i{
    background-color: #045A8A;
    border-radius: 40px;
    height: 31px;
    width: 31px;
    margin: 5px 5px 5px 0;
}*/

.preview_block div.hovered-options-span-ed{
    position: relative;
    width: 82px;
    height: fit-content;
    flex-wrap: wrap;
    z-index: 999;
    justify-content: center;
    margin: -41px auto 0 -85px;
    display: none;
}
.preview_block .show-span-ed div.hovered-options-span-ed{
    display: flex;
}
.preview_block div.hovered-options-span-ed i.fa-save-ed{
    background-image: url(/business/images/save.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 19px;
    cursor: pointer;
}
.preview_block div.hovered-options-span-ed i.fa-return{
    background-image: url(/business/images/return.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
    cursor: pointer;
}

.editor-page-wrapper #getImageFromHere > div > div.preview_group_first.group-type-2 .preview_group_second div.show-span-ed, 
.editor-page-wrapper #getImageFromHere > div > div.preview_group_first.group-type-2 > div > div > div.show-span-ed, 
.editor-page-wrapper #getImageFromHere > div > div.preview_group_first.group-type-3 .preview_group_second div.show-span-ed, 
.editor-page-wrapper #getImageFromHere > div > div.preview_group_first.group-type-3 > div > div > div.show-span-ed {
    max-width: calc(100% - 160px);
    margin: auto;
}

.contfull{
    margin-top: 55px;
}

.content h2{
    margin: 12px 0;
}

.editor_preview, .preview_parent{
    font: 12px/18px Assistant-Regular,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold !important;
}