* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#vueproducts{
    z-index:9999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    overflow: auto;
    
}
#vueproducts.boss-content{
    overflow: hidden;
    padding: 15px;
}
.loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background: #75758342;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.loading .loader{
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    /* margin: -75px 0 0 -75px; */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001; 
}

.loading .loader:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loading .loader:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;    
}

.line-through{
    text-decoration: line-through;
}

.popup input.mini {
    max-width: 47.5% !important;
    display: inline-block !important;
    float: right;
}

.popup .separator {
    width: 5%;
    display: inline-block;
    text-align: center;
    float: right;
    padding: 7px 0 0;
}

.popup .row input[type="checkbox"] {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    float: right;
    padding: 0 !important;
    margin: 3px 0 0 !important;
}

.popup .row a {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 0 0 11px;
    font-size: 16px;
}

.payments .payment {
    background: url(../images/payment-1.png) center 16px no-repeat;
    margin-left: 4%;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 3%);
    border-radius: 16px;
    height: 100px;
    float: right;
    position: relative;
    overflow: hidden;
}

.payments .payment.active{
    border: 2px solid #ff0000;
}

.payments .payment .t {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.payments .payment .remove {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/remove.jpg) no-repeat;
}

.payments .payment .problem {
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    color: #fff;
    background: red;
    font-weight: bold;
    font-size: 10px;
    padding: 0 5px;
}

.items table{
    width:100%;
}

.dashTasks,.calendarDash{
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0px 4px 10px #eaf2f7;
    font-size: 14px;
    line-height: 24px;
    padding: 1% 2%;  
}

.block{
    background: #FFFFFF;
    border: 1px solid #E8EFF2;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    font-size: 14px;
    line-height: 24px;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 1% 2%;
    width: 23% !important;
}

.block span{
    font-size: 14px;
    display: inline-block;
    direction: ltr;
}

.block span.green{
    color:green;
}

.block span.red{
    color:red;
}

.block span.p{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.row.last .block{
    margin-bottom: 0%;    
}

.dashtickets .block{
    width: 18% !important;  
}

.dashtickets .graphs .block{
    width: 31.5% !important;  
}

.dashtickets .graph {
    height: 400px;
}

#dash .row.flex{
    margin:0 0 2%;
}

#dash .row.last{
    margin:0;
}

#vueproducts #dash .table table td,#vueproducts #dash .table table th{
    height: 57.6px;
    white-space: nowrap;
}

#vueproducts .table #all-items,#vueproducts .table .item-checkbox{
    margin:0px;
    height:20px;
    width:20px;
    border: 1px solid #6B758E;
    border-radius: 5px;
}


.block.col-xs-4{
    width: 32%;
}

.block.last{
    margin-left: 0;
}

.block .title{
    color: #294254;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;  
    text-align: right; 
    margin: 0 0 5%;
}

.block .value{
    font-size: 12px;
    white-space: nowrap;
    line-height: 25px;
    color: #294254;
    font-weight: bold;
    margin: 15px 0;
    text-align: right;
}

.block .value .fa.fa-caret-up{
    color: green;
    font-size: 15px;
}

.block .value .fa.fa-caret-down{
    color: red;
    font-size: 15px;
}

.block .calendar{
    direction: ltr;
}

#vueproducts .search input[type="text"]{
    background: #FFFFFF;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    height: 50px;
    padding:16px 30px;
    width:380px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    border:none;
    color: #6B758E;
}

#vueproducts .search input[type="text"]:hover{

    box-shadow: 0 1px 6px rgb(32 33 36 / 28%) !important;


}

#vueproducts .search{
    max-width: 380px;
    position: relative;
}

#vueproducts .search .fa-search{
  font-weight: 700;
}

#vueproducts .search .btn {
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    color:#6B758E;
    background:transparent;
    outline: none;
    right: 30px;
    top:18px;
}

.search-results{
    text-align: right;
}

.search-results .row{
    margin:0 0 10px;
}

.auto-search{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    z-index: 9;
    background: #FFFFFF;
    margin: -10px 0 0;
    border-radius: 0 0 30px 30px;
    border-color: rgba(223,225,229,0);
    box-shadow: 0 4px 6px rgb(32 33 36 / 28%) !important;
    width: calc(100% - 30px);
    text-align: right;
    padding: 8px 10px 0;
    border-top: 1px solid #dfe1e5;
}

.auto-search ul{
    margin:0;
}

.auto-search li{
    list-style: none;
}

.chat_send{
	width:100%;
    padding-right: 10%;
}

#vueproducts .newticket .chat_send .ch{
    background: #fff;
    padding: 2% !important;
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: right;
    border: 1px solid #ededed;
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
    border-radius: 5px;
    margin:0;
}

#vueproducts .newticket .chat_send .ch:before{
    position: absolute;
    top: 32px;
    right: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: "";
}

.chat_send input{
    float: right;
    width: calc(100% - 50px) !important;
    max-width: 100%;
    padding: 10px !important;
    height: 40px !important;
    border-radius: 0 !important;
}

.chat_send input::placeholder{
	color:gray;
	font-style:italic;
}

.chat_send button{
    float: left;
    background: #4E85FF;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 0 15px;
    transition: 0.3s;
}

#vueproducts .chat_send a.env {
    float: left;
    background: #4E85FF;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 0 15px;
    transition: 0.3s;
}

.chat_body {
    width: 100%;
    padding: 15px;
    min-height: 400px;
    margin: 20px 0;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10%;
}

#vueproducts .newticket .chat_body{
    min-height: initial;
    max-height: initial; 
    overflow-y: initial; 
}

.chat{
    padding: 0 0 30px;
}

.chat_send button.note{
    background: #43dc94;
}

.chat_send button:hover{
    background: rgb(41,66,84);
	background-size: 22px;
}

.inside-log{
    padding: 15px !important; 
}

.chat_body .mes {
    border: 1px solid #bbdcfe;
    background-image: linear-gradient(#e5f2fd,#e5f2fd);
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
    font-size: 14px;
}

.chat_body .mes.type2{
    border: 1px solid #c7efdc;
    background-image: linear-gradient(#c7efdc,#bde5d2);
}

.chat_body .mes.type2 .date{
    border-bottom: 1px solid #43dc94;
}

.chat_body .mes.inner{
    border: 1px solid #fdf7c2;
    background-image: linear-gradient(#fdf7c2,#e5debd);
}

.chat_body .mes.inner .date{
    border-bottom: 1px solid #fdf7c2;
}

.chat_body .mes .msg {
    margin: 30px 0;
}

.chat_body .mes .date {
    font-size: 12px;
    margin: 12px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #bbdcfe;
    line-height: 13px;
    font-weight: normal;
    text-align: right;
}

.image-preview-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 125px;
    min-width: 125px;
    padding: 0;
    height: auto;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    position: relative;
}

.image-preview-area input[type="file"]{
    position: absolute; left: 0px; top: 0px;
    width:100%;
    height:100% !important;
    opacity:0;
}

.image-preview-area .fa-close{
    position: absolute; left: 0px; top: 0px;
    z-index: 3;
}

#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;   
}

.col-xs-2-half{
    float:right;
    width:20%;
    padding: 0 15px;
}

#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 .row-fluid.mmm input[type="checkbox"]{
    width: auto;
    min-width: auto;
    height: auto;
    margin: 11px 0;    
}

#vueproducts,body.com_vueproducts{
    background: #F5F6FA;	
}

#vueproducts .acum{
	text-align:left;
}

#vueproducts .menu {
    padding: 30px 32px ;
	max-width: 93px;
	float: right;
	margin: 0;
	font-size: 25px;
	background: #FFFFFF;
    color:#4B4D5F;
	position: fixed;
	height: 100%;
    left: 0;	
    -webkit-transition-property: top, bottom, width;
    transition-property: top, bottom, width;
    -webkit-transition-duration: .2s, .2s, .35s;
    transition-duration: .2s, .2s, .35s;
    -webkit-transition-timing-function: linear, linear, ease;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch; 
    z-index: 989; 
    /*overflow: hidden;	*/
}

#vueproducts .menu ul li a i{
color:#4B4D5F;

}



/* DAHSBOARD STYLES STARTS */





#vueproducts .dash-wrap .row .col, #vueproducts .dash-wrap .row .card{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding:10px;
}

#vueproducts .dash-wrap .row .cards{
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap:20px;
}

#vueproducts .dash-wrap .row .card{
    text-align: center;
    vertical-align: middle;
    padding:30px 20px;
}

#vueproducts .dash-wrap .row .card .title{
    font-family: "Inter";
    font-weight: 700;
    font-size:16px;
    margin-bottom: 30px;
}

#vueproducts .dash-wrap .row .card span{
    font-family: "Inter";
    font-weight: 700;
    font-size:22px;
}



#vueproducts .dash-wrap .chart{
    width:100%;
    min-height:280px ;
}



#vueproducts .dash-wrap{
    max-width: calc(100% - 306px);
    margin:0 auto;
    
}

#vueproducts .dash-wrap h3{
text-align: left;
margin-bottom: 20px;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;

color: #4B4D5F;
}

#vueproducts .dash-wrap .row{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap:20px;

}

#vueproducts .dash-wrap .row .col,#vueproducts .dash-wrap .row .cards{
    overflow-x: auto;
}


@media screen and (max-width:768px){
    #vueproducts .dash-wrap .row{
       grid-template-columns: 1fr;
    }
}




/*daterangepicker*/





/*ends*/
.orderArrows {
    display: inline-block;
    text-align: center;
}

.orderArrows ul {
    list-style: none;
}

.orderArrows ul li {
    display: inline-block;
    vertical-align: top;
}

div.status, span.status {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 15px;
    width: fit-content;
}

#vueproducts .menu:hover{
	/*width: 240px; */
}

#vueproducts .menu:hover ul {
   /* width: 257px;*/
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#vueproducts .menu ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items:center;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

#vueproducts .menu li {
    list-style: none;
    margin-bottom: 40px;
    position: relative;
}

#vueproducts #formMain h1{
    margin:20px 0;
}

#vueproducts #formMain .row{
    margin:0 0 10px;
}

#vueproducts #formMain .row input{
    margin:0 0 10px;
    width:100%;
    border:1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    font:16px Arial;
}

#vueproducts #formMain .row textarea{
    margin:0 0 10px;
    width:100%;
    border:1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    font:16px Arial;
}

#vueproducts #formMain .row button.btn{

}

#vueproducts #formMain .row ::placeholder{
    color:#000;
}

#vueproducts .row .col-xs-4 .field {
    height: 36px;
}
#vueproducts .field {
    background: #E8EFF2;
    border: none;
    text-align: left;
    padding: 4px 10px;
    margin: 0 0 15px;
    border-radius: 5px;
    height: 35px;
    font-size: 16px;
}

#vueproducts .field img{
    position: relative;
    top: 4px;
}

#vueproducts .field .fa-close{
    float:right;
    margin:5px 0 0;
    cursor:pointer;
}

#vueproducts .field .fa-arrows{
    float:right;
    margin:5px 5px 0 0;
    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:15%;
    padding: 0;
}

#vueproducts .mx-datepicker {
    max-width: 100%;
    width: 100%;
    
}

#vueproducts .mx-icon-calendar,#vueproducts .mx-icon-clear{
    top: 38% !important;
}

#vueproducts .mx-datepicker .mx-input-wrapper input[type="text"]{
    padding-right: 40px;
}

.mx-datepicker-popup {
    z-index: 99999999 !important;
}

#vueproducts .inside-debts .name.col-xs-10 .mx-datepicker,#vueproducts .inside-orders .name.col-xs-10 .mx-datepicker,#vueproducts #reports .name.col-xs-10 .mx-datepicker{
    width:initial;   
}

#vueproducts #reports .name.col-xs-10 .mx-datepicker{
    margin:0 10px 0 0;
}

#vueproducts .inside-debts .name.col-xs-10,#vueproducts .inside-orders .name.col-xs-10,#vueproducts #reports .name.col-xs-10{
    text-align: right;
}

#vueproducts .options-field .row .col-xs-5{
    width:60%;  
    padding-right: 0;  
}

#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 a{
    background: #fff;
    border-radius:40px;
    color: #0092FA;
}

#vueproducts .menu li.active a i{
    color: #0092FA;
}

#vueproducts .menu a {
    text-decoration: none;
    display: inline-block;
}

#vueproducts .menu li:not(.active) a:hover {
    opacity: 0.7;
}

#vueproducts .menu i {
    width: 30px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;

    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;    
}

#vueproducts .menu li:not(.active) a:hover i{
    opacity: 0.7;
}

/* #vueproducts .menu a span {
    opacity: 0;
}

#vueproducts .menu:hover a span {
    opacity: 1;
    transition: .4s ease opacity;   
} */

#vueproducts .menu a span {
    display: block;
    position: absolute;
    background: #284255;
    color: #fff;
    margin: -26px 0 0;
    right: 93px;
    padding: 6px 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;    
}

#vueproducts .menu li a:hover span{

    visibility: visible;
    opacity: 1; 
}

#vueproducts .menu a span:after{
    content: "";
    border: solid #284255;
    background: #284255;
    border-width: 0 5px 5px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: -4px;
    margin: 4px 0 0;    
}

#vueproducts .rest-content {
    float: left;
    padding: 0;
    width:100%;
}

#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 {

    height: 100%;

    max-width: calc(100% - 206px);
    margin:0 auto;
    margin-bottom:30px;
    
}


#vueproducts .table .white{
    background: #FFFFFF;
}

#vueproducts header {
    display: flex;
    justify-content: space-between;
    background:none !important;
    max-width: calc(100% - 306px);
    margin:0 auto;
    padding:25px 0px;
    align-items:center;

}

#vueproducts header h1  {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4B4D5F;
    max-width: 142px;

}

#vueproducts header h1 span  {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4B4D5F;
    margin-top: 10px;
}

#vueproducts #menu {
    display: none;
}

/*panel styles*/

#vueproducts .panel {
    max-width: calc(100% - 306px);
    margin:0 auto;
    background:none;
    margin-bottom:30px;
    border: none;
    border-radius: 0px;
    box-shadow:none;

}

#vueproducts .panel .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding:0px;
}

#vueproducts .panel .wrapper .text h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    display: flex;
    align-items:center;
    justify-content: flex-end;
    color: #4B4D5F;
    margin-bottom: 20px;
}

#vueproducts .panel .wrapper .text h3 img{
    margin-right:10px;
}
#vueproducts .panel .wrapper .text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #6B758E;
    margin-bottom: 0px;
}


#vueproducts .panel .buttons {
    display: flex;
    margin-bottom: 0px;
}

#vueproducts .panel .buttons li a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    width:125px;
    background: #37C38F;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;    
    padding:11px 30px;
    text-align: center;
    margin-right: 30px;
    display: block;
}
#vueproducts .panel .buttons li .export {
    width:200px;
}
#vueproducts .panel .buttons li .clear-selected{
    text-decoration: underline;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;

    color: #4B4D5F;
    background:none;
    border:none;
    border-radius: 0px;
    width:fit-content;
    box-shadow:none;
    padding:0px;
    padding-top:11px ;
}
#vueproducts .panel .buttons .remove{
    background: #D05757;
}
#vueproducts .panel .buttons li a:hover{
    opacity:0.7;
}



/*panel */






#vueproducts .panel .view{
    display: inline-block;
    position: relative;
    top: 3px; 
}

#vueproducts .panel .view ul{
    margin: 0;
}

#vueproducts .panel .view ul li{
    display: inline-block;
    margin: 0 5px;
    font-size: 18px; 
}

#vueproducts .panel .view ul li a{
    color: #294254;   
}

#vueproducts .panel .view ul li a.active{
    color: #3071a9;   
}

#vueproducts .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 2%;
}

#vueproducts label {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

#vueproducts .sort select {
    width: auto;
    margin: 0 10px 0 0;
}

/* #vueproducts .popup input,#vueproducts input[type="color"],#vueproducts input[type="month"],#vueproducts input[type="time"], #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 {;
    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 #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;	
    text-decoration: none;
}




#vueproducts .content .panel .btn:active, #vueproducts .panel .btn:active, #vueproducts #new:active, #vueproducts #export:active, #vueproducts #check:active {
    background: #e7e7e7;
}

#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;
    height:30px;
    border: 1px solid transparent;
    background: transparent;
	box-shadow: initial;
    padding-right: 25px;
}

#vueproducts .search .btn {
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    font-size: 16px;
    color:#6B758E;
    background:transparent;
    outline: none;
}

#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 .cont.row{
    margin: 120px 0 0;
    width:100%;
}

#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 .inside-content a:not(.btn) {
    color: #294254;
    transition: width 1s;
}

#vueproducts .pagination {
    display: block; 
    padding-left: 0; 
    margin: 0px 0; 
    border-radius: 0px;
    max-width: max-content;
    margin:0 auto;
    padding:30px;
}

#vueproducts .pagination ul{
display: flex;

}

#vueproducts .user-icon-wrap{
    position:relative;
}

#vueproducts .user-icon-wrap a:hover{
    opacity:0.7;
    cursor:pointer;
}

#vueproducts header .logout-wrap{
    position:absolute;
    /* bottom:-20px; */
    /* right:0; */
    top:0;
    left:-250px;
}
#vueproducts header .logout-btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #4B4D5F;
    background:#fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;    
    padding:11px 30px;
    text-align: center;
    border:none;
    width:220px;
}
#vueproducts header .logout-btn:hover{
    opacity:0.7;
}
#vueproducts .pagination ul li{
     
    margin-right: 10px;
}
#vueproducts .pagination ul li a.active{
    background: #0092FA;
    font-weight: 500;
    color: #fff;
}
#vueproducts .pagination ul li a.active:hover{
    opacity: 1;
    color:#fff;
}
#vueproducts .pagination ul li a:hover{
    opacity: 0.7;
    
}
#vueproducts .pagination ul li a{
    background: none;
    border-radius:50%;
    width:25px;
    height: 25px;
    padding:4px 9px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #4B4D5F;
}


/* VUEPRODUCTS TABLE STYLES */


#vueproducts .table table, #vueproducts .popup table {
    width: 100%;
    border-spacing: 0;
    overflow-x: auto;
}

#vueproducts .table table {
        
    border-radius: 20px;
    border-collapse:separate;
}


#vueproducts .table table td{
    margin:0px 10px;
}


#vueproducts .table table td, #vueproducts .popup table td, #vueproducts .popup table th {
    border: none;
    padding: 28px 15px;
    margin: 0px 50px;
    text-align: center;
    font-size: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4B4D5F;
    max-width: fit-content;
    white-space: nowrap;
}

#vueproducts .table table .children-tr{
    display:none;
}




#vueproducts .table table {
    margin: 20px 0px;
    border: 1px solid #DBDBDB;
    border-left:2px solid #4364F7 ;
    border-right:none;
    border-radius: 10px;
    overflow: hidden; 
}



#vueproducts .table .parent-table{
    max-width:1140px;
    margin:0 auto;
}

#vueproducts .table table tr{
    background: var(--white, #FFF);
}

#vueproducts .table table tr table{
    margin:20px 0px 20px 47px; 
    max-width: 883px;
    border-right:1px solid #DBDBDB;
}


#vueproducts .table table .children-tr, #vueproducts .table table .children-tr td[colspan="10"]{
    background: none !important;
    border-right:none;
   
}


#vueproducts .table table .add-new td{
    border-bottom:none;
}
#vueproducts .table table .children-tr th:last-child,#vueproducts .table table .children-tr .last-child {
    border-right: none;
}

#vueproducts .table table td,#vueproducts .table table th {
    padding:0px;
    height:45px;
    overflow: hidden;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    vertical-align: middle;
    

}

#vueproducts .table table td:first-child,#vueproducts .table table th:first-child {
    border-left: none;
}


#vueproducts .table table .children-tr td[colspan="10"]{
    position:relative;
}
#vueproducts .table table .children-tr .id::before{
    content: "";
    background: #4364F7;
    width: 52px;
    height: 1px;
    position: absolute;
    left: -6px;
    z-index: 999;

}

#vueproducts .table table .add-new .name{
    text-align: left;
}

#vueproducts .table table .add-new .name input{
    margin-left:20px;
    border-radius: 5px;
    border: 1px solid  #DBDBDB;
    background: #FFF;
    height: 30px;
    width:200px;
    color:  #4B4D5F;
    font-family: "Inter";
    padding: 5px 10px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}
 /* table text fields styles */


#vueproducts .table .parent-table .text-td{
    text-align: left;
    color: #6B758E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:289px;
    
    
}




#vueproducts .table .parent-table .text-td .text-td-content{
    display: flex;
    height:30px;
    align-items:center;
    justify-content: space-between;
}


#vueproducts .table .parent-table .text-td .text{
    max-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#vueproducts .table .parent-table .text-td .text a{
    display: block;
    padding:5px 10px;
}

#vueproducts .table .parent-table .text-td .text a:hover{
    
    border: 1px solid  #DBDBDB;
    background: #f4f5f8;
    border-radius: 5px;
}

#vueproducts .table .parent-table .text-td .text input{
    border-radius: 5px;
    border: 1px solid  #DBDBDB;
    background: #FFF;
    width:200px;
    height: 30px;
    padding:5px 10px;
    outline:none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6B758E;
}
#vueproducts .table .parent-table tr td .open-sub-btn img{
    margin:0 auto;
    width:11px;
    height: 7px;
} 

#vueproducts .table .parent-table tr td .open-sub-btn:hover{
    border:1px solid #bababa;
    border-radius:4px;
    background-color:#f4f5f8;
}

#vueproducts .table .parent-table tr td .open-sub-btn{
    padding:0px;
    background:transparent;
    border:none;
    width:23px;
    height: 23px;
    cursor:pointer;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

#vueproducts .table .parent-table tr .text-td .text{
    display: inline-block;
    margin-left:10px;
}


/* table owner styles */

#vueproducts .table .parent-table .owner-select ,#vueproducts .table .parent-table .status-select {
    width:100%;
    height:100%;
    
}

#vueproducts .table .parent-table .status-select ,#vueproducts .table .parent-table  .status-select-list li{
    display: flex;
    justify-content: center;
    align-items:center;
    color:  #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition:.25s;
}


#vueproducts .table .parent-table  .status-select-list li{
    height:40px;
    margin-bottom: 10px;
}

#vueproducts .table .parent-table  .status-select-list{
    padding:20px 0px;
}

#vueproducts .table .parent-table .status-select:hover,#vueproducts .table .parent-table  .status-select-list li:hover {
    opacity:0.7;
    cursor:pointer;
}

#vueproducts .table .parent-table .owner-select-td{
    width:123px;
    overflow: hidden;
}

#vueproducts .table .parent-table .lead-select-td{
    width:289px;
    text-align: left;
}

#vueproducts .table .parent-table .owner-select-td .owner-select-btn{
    width:100%;
    height:100%;
    display: flex;
    align-items:center;
    justify-content: center;
    transition:.25s;
    position:relative;
    
}

#vueproducts .table .parent-table .owner-select-td .lead-select{
    width:100%;
    height:100%;
    display: flex;
    align-items:center;
    transition:.25s;
    position:relative;
}

#vueproducts .table .parent-table .owner-select-td .lead-search{
    margin-top: 20px;
}

#vueproducts .table .parent-table .owner-select-td .lead-elements{
    max-height: 140px;
    max-width: 326px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#vueproducts .table .parent-table .owner-select-td .lead-elements li p{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px;
}
#vueproducts .table .parent-table .owner-select-td .lead-select p{
    margin:0px 0px 0px 20px;
    width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#vueproducts .table .parent-table .owner-select-td .owner-select-btn:hover,#vueproducts .table .parent-table .owner-select-td .lead-select:hover{
    background-color:#f4f5f8;
    cursor: pointer;
}

#vueproducts .table .parent-table .owner-select-td .owner-select-btn img{
    width:25px;
    height:25px;
}

#vueproducts .table .parent-table .owner-select-td .owner-select-btn .user-bubble{
    color: var(--white, #FFF);
    text-align: right;
    font-family: "Inter";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.11px;
    background:linear-gradient(90deg, #37C38F 0%, #05DA8B 100%);
    border-radius:100%;
    height: 25px;
    width:25px;
    display: flex;
    justify-content: center;
    align-items:center;
    transform: translateX(-40%);
}

#vueproducts .table .parent-table .owner-select-td .owner-select-btn .bubble-0{
    transform: translateX(0%);
}







/* modal styles */
#vueproducts .table .parent-table .parent-bg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:transparent;
    z-index:990;
    overflow: hidden;
}
#vueproducts .table .parent-table .modal-bg{
    z-index:999;
    width:183px;
    height:250px;
    background-color:#fff;
    border:1px solid #DBDBDB;
    border-radius:10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.20));
}


#vueproducts .table .parent-table .modal-bg .modal-inner{
    text-align: left;
    position:relative;
    padding:8px 16px;
}

#vueproducts .table .parent-table .modal-bg .modal-inner .active-users{
    display: flex;
    margin-bottom: 20px;
}

#vueproducts .table .parent-table .modal-bg .modal-inner .active-users li{
    display:flex ;
    flex-wrap: wrap;
    padding:5px 10px;
    background-color:#cce5ff;
    border:1px solid #d5d5d5;
    border-radius:15px;
    align-items:center;
    margin-right: 10px;
}

#vueproducts .table .parent-table .modal-bg .modal-inner .active-users li p{
    margin:0px;
    margin-right: 5px;
    color:  #4B4D5F;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
}

#vueproducts .table .parent-table .modal-bg .modal-inner input{
    width:100%;
    border-radius: 5px;
    border: 1px solid  #DBDBDB;
    background: #FFF;
    height: 30px;
    padding:5px 10px;
    outline:none;
    font-size: 16px;
    font-weight: 400;
    color: #4B4D5F;
    margin-bottom: 20px;

}

#vueproducts .table .parent-table .modal-bg .modal-inner p, #vueproducts .table .parent-table .modal-bg .modal-inner .rec-users{
    color:  #4B4D5F;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
}
#vueproducts .table .parent-table .modal-bg .modal-inner .rec-users li{
    height: 30px;
    padding:5px 10px;
    margin-bottom:5px;
}
 #vueproducts .table .parent-table .modal-bg .modal-inner .rec-users li:hover{
    border: 1px solid  #DBDBDB;
    background-color:#cce5ff;
    height: 30px;
    padding:5px 10px;
    border-radius: 5px;
    cursor:pointer;
 }

#vueproducts .table .parent-table .modal-bg .modal-close-btn{
    position:absolute;
    top:10px;
    right:15px;
    cursor:pointer;
}


input[type="date"]{
    border:none;
    color: #6B758E;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
::-webkit-calendar-picker-indicator{
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}






#vueproducts .table table th{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #4B4D5F;
    text-align: center;
    

}


/* BASIC TABLE STYLES */

#vueproducts .table .basic-table{
    border: 1px solid #DBDBDB;
    background:#fff;
}






















#vueproducts .table table th a {
    display: flex;
    align-items:center;
    
justify-content: center







}

#vueproducts .table table th a img{
    margin-left:5px;
}

#vueproducts .table table td .circle{
    border: 2px solid #898989;
    border-radius: 50px;
    width: 18px;
    height: 18px;
}

#vueproducts .table table td .new,#vueproducts .table table td .done,#vueproducts .table table td .canceled{
    border-radius: 20px;
    padding:6px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    max-width: fit-content;
    margin:0 auto;
}
#vueproducts .table table td .export{
    width:170px;
}
#vueproducts .table table td .new{
    background: #E4CD55;

}
#vueproducts .table table td .done{
background: #37C38F;
}
#vueproducts .table table td .canceled{
background: #D05757;
}

#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 .blue td {
    background: #EEF8FF;
}

#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:25%;
	text-align:right;
}

#vueproducts #products .table table .id,#vueproducts .table table .image{
	width:5%;
	position:relative;
}


#vueproducts #inv .pdf{
    position: absolute;
    top:-35px;
    left:0;
}

#vueproducts #inv .f{
    margin:0 0 50px;
}

#vueproducts #inv .topDetails {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    box-shadow: none;
}

#vueproducts #inv .table.u.active{
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding: 0 25px;
}

#vueproducts .table.u.inside-invoices .table-in{
    overflow: inherit;
}

#vueproducts .table.u.inside-invoices table{
    margin:15px 0 0;
}

#vueproducts .table.u.inside-invoices table th {
    border-bottom: none;
    background: #F8F9FA;
    padding: 20px;
}

#vueproducts .table.u.inside-invoices table .gray td{
    background: transparent;
}

#vueproducts .table.u.inside-invoices table td{
    background: transparent;
    border-bottom: 1px solid #E8EFF2;
    padding: 8px 20px;
}

.totalAmount{
    font-size: 25px;
    text-align: left;
    margin: 32px 0 0;
    padding: 0 15px;
}

.totalAmount.payed span{
    color:green;
}

.totalAmount.debt span{
    color:red;
}

#vueproducts .newticket .fixed2{
    background: #fff;
    padding: 5% !important;
    margin: 0 0 5%;
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: right;
    border: 1px solid #ededed;
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
    border-radius: 5px;
}

#vueproducts .newticket .desc{
    margin:0 0 15px;
}

#vueproducts .newticket .icon.hidden{
    position: absolute;
    display: block;
    visibility: visible;
    font-size: 25px;
    right: -12%;
    background: #000;
    color: #fff;
    padding: 2%;
    border-radius: 50px;
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
}

#vueproducts .newticket .chat_body .mes .icon.hidden{
    right: -10%;
}





#vueproducts .newticket .chat_body .mes{
    position: relative;
    background: #fff;
    padding: 2% !important;
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: right;
    border: 1px solid #ededed;
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
    border-radius: 5px;
    margin: 0 0 5%;
}

#vueproducts .newticket .chat_body .mes .date{
    border-bottom: none;
    padding: 0;
}

#vueproducts .newticket .chat_body .mes .msg{
    margin:0;
}

#vueproducts .newticket .chat_body .mes .oth{
    text-align: right;
}

#vueproducts .newticket .chat_body .mes .oth .user{
    display: inline-block;
    font-size: 12px;
    color: #a1a1a1;
}

#vueproducts .newticket .chat_body .mes .oth .date{
    display: inline-block;
    font-size: 12px;
    color: #a1a1a1;
}

#vueproducts .newticket  .chat_body .mes:before{
    position: absolute;
    top: 32px;
    right: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: "";
}

#vueproducts .newticket .chat_send a.env, #vueproducts .newticket .chat_send button{
    background:#264966;
}

#vueproducts .newticket .chat_send button{
    display: none;
}

#vueproducts .newticket .chat_body .mes .icon{
    background-color:#4ba7f5;
    color:#fff;
}

#vueproducts .newticket .chat_body .type2 .icon{
    background-color:green;
    color:#fff;
}

#vueproducts .newticket .chat_body .inner .icon{
    background-color:#efd400;
    color:#fff;
}

#vueproducts .newticket .desc{
    width: 100%;
    padding-right: 10%;
    text-align: right;
}

#vueproducts .newticket #chatBody{
    width:100%;
    float:left;
}

#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 .row label,#vueproducts .topDetails .popup label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #4B4D5F;
    margin-bottom:10px;
}

#vueproducts .popup input[type="checkbox"]{
    margin: 0;
}

#vueproducts .popup input, #vueproducts .popup select, #vueproducts #form-new .popup textarea {
    background: #FFFFFF;
    border: 1px solid #C0C4CC;
    border-radius: 10px;
    padding:16px 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4B4D5F;
}

#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;	
    border-radius: 5px;
}

#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 .read{
    font-weight: bold;
}

#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 20px;
    position: relative;
}

#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-radius: 4px;
    border: 1px solid #cfd7df;
    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 input[type="text"]{
    width:100%;
    padding: 0 10px;
    font-size: 14px;
    height: 30px;
}

#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 .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 .popup-basbox .btn{
    background: #37C38F;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #fff;
    transition: .1s linear;
    border:none;
}

#vueproducts .popup-basbox .btn:hover{
    opacity:0.7;
}
#vueproducts .popup-basbox {
    background: #FFFFFF;
/* shadow */

box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
border-radius: 20px;
direction:ltr;
text-align: left!important;
padding:30px;
}
#vueproducts .form .btn, #vueproducts .popup .btn{
    float: left;
    margin: 0;
}

#vueproducts .inside-content .alert {
    font-size: inherit;
    padding: 21px;
    text-align: right;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 9999999;
    width: calc(100% - 80px);
    height: auto;
    display: none;
}

.tabs{
    background: #f7f7f7;
}

.tabs ul{
    display:flex;
}

.tabs li{
    list-style:none;
}

.tabs li a{
    cursor: pointer;
    border-left: 1px solid #cfd7df;
    padding: 10px;
    display: block;
    margin: 0;
}

.tabs li a.active{
    background: #1382B9;
    color: #fff !important;  
    text-decoration: none;
}

.msgs{

}

.msgs:after{
    content:"";
    display:block;
    clear:both;
}

.msgs .msg{
    margin-left: 4%;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 3%);
    height: 140px;
    float: right;
    position: relative;
    overflow: hidden;    
}

.msgs .msg.b{
    max-width: 260px;  
}

.msgs .msg .icons{
    margin:10px 0 0;
    text-align: center;
}

.msgs .msg .icons a{
    font-size: 18px;
    padding: 0 5px;
}

.msgs .msg .remove {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/remove.jpg) no-repeat;
}

.msgs .msg .ms{
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 35px 0 0;
}

.msgs .msg .date{
    text-align: center;
    color: #fff;
    background-color: #1382B9;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flow-root;
    border-radius: 8px;
}

.msgs .msg .date i{

}

#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;
    border: 1px solid #ededed;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
    border-radius: 5px; 
}

#vueproducts .topDetails .images{
    background-repeat: no-repeat;
    float: right;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 70px;
    margin: 0 0 0 30px;
}

#vueproducts .topDetails .col-xs-4 {
    /*background: #f2f2f2;*/
    padding: 0;
}

#vueproducts .topDetails .col-xs-8 .col-xs-4 {
    padding: 0 15px;
}

#vueproducts .topDetails .gray {
    background: #f2f2f2;
}

#vueproducts .topDetails .col-xs-4.mid {
    margin: 0 1%;
}

#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: #fff;
    padding: 5px 0 0;
    margin: 0 0 30px;
    text-align: right;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

#vueproducts .tabsUser ul{
    margin: 0;	
}

#vueproducts .tabsUser li {
    display: inline-block;
    margin-bottom: 0;
    top: 3px;
    position: relative; 
}

#vueproducts .tabsUser .btn {
    float: none;
    background: none;
    color: rgb(112 117 122);
    box-shadow: none;
    border: none;
    border-bottom: none;
    padding: 6px 12px 12px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

#vueproducts .tabsUser .btn.active {
    color: rgb(41,66,84);
    border-bottom:3px solid #1382B9;
	font-weight:bold;
}

#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(20% - 10px);
    height: 180px;
    margin: 0 0 10px 10px;
    overflow: hidden;
	position:relative;
	display:inline-block;
	border-radius:4px;
	border:1px solid #183247;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);  
}

#vueproducts .gallery .img.big{
	width: calc(100% - 10px);
    height: 280px;
    margin: 0 0 10px 10px;
    overflow: hidden;
	position:relative;
	display:inline-block;
	border-radius:4px;
	border:1px solid #183247;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);  
}

#vueproducts .col-xs-4 .gallery .img{
    width: calc(70% - 10px);
}

#vueproducts .gallery .img:hover{
    border-color: #ccc;
}

#vueproducts .gallery .img .img-in i{
    font-size: 85px;
}

#vueproducts .gallery .img .img-in .back{
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px 0;
    margin: 0 0 10px;
}

#vueproducts .gallery .img img{
    max-height: 180px;	
}

#vueproducts iframe{
    width:100%;
    height:500px;
}

/* #vueproducts #category .gallery .img{
	height: 120px;
} */

#vueproducts #category .gallery .img img{
	max-height: 120px;
}

#vueproducts #category .gallery .img video{
	max-height: 200px;
}

/* #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.l{
    overflow-wrap: anywhere;
    padding: 0 20px;
    display: block;
    width: calc(100% - 40px);
}

#vueproducts .gallery .img i.fa-trash{
	position:absolute;
	left:5px;
	top:5px;
	z-index:4;
	cursor:pointer;
    font-size: 16px;
}

#vueproducts .gallery .img i.fa-expand-arrows{
	position:absolute;
	left:35px;
	top:5px;
	z-index:4;
	cursor:pointer;
    font-size: 16px;
}

#vueproducts .gallery .new{
	position:relative;
    margin: 0 0 15px;
}

#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 .tab-item div.col-xs-1{
    width: 8.5%;
    padding: 10px 0 0;
}

#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 .holiday-check{
    position: absolute;
    left: 0;
    margin: 8px 0 0;
	cursor:pointer;
    color:green;
}

#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 .block .m{
    text-align: left;	
	padding-bottom: 8px;	
    position: absolute;
    top: 15px;
    left: 10px;   
}

#vueproducts .m.col-xs-2{
    text-align: left;
}

#vueproducts table .m{
    margin: 0 auto;
    display: inline-block;
    float: none;
    padding: 0; 
    position: initial;
}

#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: 14px;
    background: #fff;
    width: 120px;
    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 ul li{
    margin:5px 0;
}

#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;
}

#vueproducts .blocks{
}

#vueproducts .blocks .block{
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 2.6%;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    /* display: table; */
    height: 200px;
    width: 23%;
    margin-left: 2.6%;    
}

#vueproducts .blocks .block .img{
    overflow: hidden;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    background-color: #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}

#vueproducts .blocks .block:nth-child(4n+4){
    margin-left: 0;      
}

#vueproducts .blocks .block .name{
    /* display: table-cell; */
    width: 100%;
    vertical-align: middle;
}

#vueproducts .blocks .block .name a{
    font-size: 18px;
}

#calendar-page .filters > *{
    display: inline-block!important;
    width: 160px!important;
    float: right;
}

#calendar-page .filters > * + *{
    margin-right: 20px;
}

#calendar-table-in{
    display: flex;
}

.calendar-table-sidebar-hour-block{
    background-color: white;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-left: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
}

.calendar-table-sidebar-hour-block.empty{
    border: 1px solid #dadce0;
}

#calendar-table-sidebar{
    flex-basis: 75px;
}

.calendar-table-sidebar-hour-block:last-child{
    border-bottom: 1px solid #dadce0;
}

.calendar-table-column-title{
    background-color: white;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
}

#calendar-table-content{
    display: flex;
    flex-grow: 1;
}

.calendar-table-column{
    flex-grow: 1;
    flex-basis: 0;
}

.calendar-table-column-cell{
    height: 35px;
    border-bottom: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
}

.calendar-table-month-day .calendar-table-column-cell{
    border:none;
}

.calendar-table-month-day .calendar-table-column-cell a{
    margin:0 0 10px;
}

.calendar-table-column-cell.record:hover .calendar-table-column-cell-inner{
    cursor: pointer;
    /*height: unset;*/
    position: relative;
    z-index: 2;
}

.calendar-table-column-cell{
    /*background-color:rgba(255, 255, 255, 0.25);*/
    position: relative;
}

.calendar-table-column-cell i{
    position: absolute;
    right:10px;
    top:10px;
    font-size: 20px;
}

.calendar-table-column-cell.active:hover .calendar-table-column-cell-inner{
    cursor: pointer;
    background-color: #eeeeee;
    color: #61f8a0;
}

.calendar-table-column-cell-inner{
    min-height: 100%;
    /*background-color: #fcf8e3;*/
    display: block;
    outline: none;
    text-decoration: none;
    color: inherit;
}

.calendar-table-column-cell-inner:hover{
    outline: none;
    text-decoration: none;
    color: inherit;
}

.calendar-table-column-cell.active .calendar-table-column-cell-inner{
    background: unset;
    background-color: white;
}

.calendar-table-column-cell.record .calendar-table-column-cell-inner{
    background: unset;
    position: relative;
    overflow: hidden;
    border-left: 3px solid rgba(0,0,0, 0.5);
    background-color: rgb(97, 198, 248);
    float: left;
    width: 100%;
}

.calendar-table-column-cell.record .calendar-table-column-cell-inner:hover{
    opacity:0.8;
}

.calendar-table-column-cell-inner-record{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

.calendar-table-column-cell-inner.length-1{
    height: 35px;
}

.calendar-table-column-cell-inner.length-2{
    height: 70px;
}

.calendar-table-column-cell-inner.length-3{
    height: 105px;
}

.calendar-table-column-cell-inner.length-4{
    height: 140px;
}

.calendar-table-column-cell-inner.length-5{
    height: 175px;
}

.calendar-table-column-cell-inner.length-6{
    height: 210px;
}

.calendar-table-column-cell-inner.length-7{
    height: 245px;
}

.calendar-table-column-cell-inner.length-8{
    height: 280px;
}

.calendar-table-column-cell-inner.length-9{
    height: 315px;
}

.calendar-table-column-cell-inner.length-10{
    height: 350px;
}

.calendar-providers-icon{
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    color: #6c757d;
    font-size: 12px;
}

.calendar-providers-icon:hover, .calendar-providers-icon.active{
    color: #fff;
    background-color: #3170FB;
    cursor: pointer;
}

.calendar-providers-icon .fa-user-circle{
    font-size: 30px;
}

.calendar-providers-icon span{
    font-size: 12px;
}

.calendar-providers-icon + .calendar-providers-icon{
    margin-left: 15px;
}

.calendar-providers-icon-title{
    display: block;
    margin-top: 10px;
}

#calendar-providers-icons{
    margin-bottom: 15px;
    text-align: left;
}

#calendar-date-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

#calendar-date-calendar{
    border: 0;
    background: none;
    font-size: 18px !important;
    color: #212529 !important;
    cursor: pointer;
    margin:0;
}

#calendar-date-calendar::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

#calendar-date-buttons{
    display: inline-block;
}

#calendar-date-group-buttons{
    display: inline-flex;
}

.calendar-date-button{
    display: inline-block;
    padding: 3px 10px 5px;
    font-size: 12px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #212529;
}

.calendar-date-group-button + .calendar-date-group-button{
    border-left: unset;
}

.calendar-date-button:hover{
    background-color: #e6e6e6;
    cursor: pointer;
}

.calendar-date-group-button{
    border-radius: unset;
    margin: 0;
}

.calendar-date-group-button.active{
    background-color: #e6e6e6;
}

.calendar-date-group-button:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calendar-date-group-button:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#calendar-date-button-today{
    margin-left: 15px;
}

#message-doesnt-work{
    font-size: 16px;
    line-height: 200px;
    text-align: center;
}

#message-no-appointments{
    font-size: 16px;
    line-height: 200px;
    text-align: center;
}

#calendar-type-select{
    appearance: none;
}

#calendar-type-select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    content: "";
}

#calendar-page{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 15px;
    direction: ltr;
}

.calendar-table-column-cell-inner-record p{
    margin-bottom: 5px;
}

.multiselect__tags {
    white-space: nowrap;
    overflow: hidden; 
}

.multiselect__single {
    font-size: 12px!important;
}

.multiselect__input, .multiselect__single, .multiselect__option{
    font-size: 12px !important;
}

.multiselect__select {
    height: 34px!important;
}

.multiselect__tags {
    min-height: 22px!important;
    padding: 4px 40px 0 8px!important;
}

.multiselect{
    color: #495057 !important;
}

.admin-button{
    font-weight: 400;
    text-align: center;
    padding: 5px 10px ;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #212529;
    cursor: pointer;
    background-color: #fff;
}

.admin-button:hover{
    color: #212529;
    background-color: #ececec;
    border-color: #b1bbc4;
}

.green-button{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.green-button:hover{
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.red-button{
    color: #fff;
    background-color: #c82333;
    border-color: #c82333;
}

.red-button:hover{
    color: #fff;
    background-color: #bd2130;
    border-color: #bd2130;
}

.cell-popup-title{
    color: #212529;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadce0;
}

.cell-form-group-title{
    font-size: 15px;
    line-height: 20px;
}

.cell-form-group-field-date{
    display: flex;
    align-items: center;
}

.cell-form-group-field-date-inner + .cell-form-group-field-date-inner{
    margin-left: 20px;
}

.disable-link{
    pointer-events: none;
}

.calendar-table-list-record{
    border-left: 3px solid rgba(0,0,0, 0.5);
    margin: 10px 0;
}

.calendar-table-list-record-block{
    border-bottom: 1px solid #dadce0;
    padding: 0 14px;
}

.calendar-table-list-header{
    padding: 8px 14px;
    font-size: 16px;
    border-bottom: 1px solid #dadce0;
}

.calendar-table-list-record-inner{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    display: block;
    outline: none;
    text-decoration: none;
    color: inherit;
}

.calendar-table-list-record-inner:hover{
    background-color:rgba(255, 255, 255, 0.25);
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: inherit;
}

#calendar-table-list{
    border-top: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-left: 1px solid #dadce0;
}

#calendar-table-month-body{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #dadce0;
}

.calendar-table-month-day{
    flex: 1 0 14.28%;
    max-width: 14.28%;
    min-height: 80px;
    border-bottom: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    background-color: #fcf8e3;
}

.calendar-table-month-day.active{
    background-color: #fff;
}

.calendar-table-month-day.active.fancybox:hover{
    background-color: #eeeeee;
    cursor: pointer;
}

.calendar-table-month-day-head{
    text-align: right;
    padding: 4px;
    font-size: 16px;
}

#calendar-table-month-header{
    border-left: 1px solid #dadce0;
    display: flex;
}

.calendar-table-header-title{
    flex: 1 0 14.28%;
    min-height: 80px;
    padding: 4px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-top: 1px solid #dadce0;
}

.calendar-table-month-record{
    border-left: 3px solid rgba(0,0,0, 0.5);
    margin: 10px 0;
}

.calendar-table-month-record-inner{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 10px;
    display: block;
    outline: none;
    text-decoration: none;
    color: inherit;
}

.calendar-table-month-record-inner:hover{
    background-color:rgba(255, 255, 255, 0.25);
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: inherit;
}

.calendar-table-month-day-body{
    padding-right: 5px;
}

#appointments-page{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 15px;
}

#services-page{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 15px;
}

#providers-page{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 15px;
}

#customers-page{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 15px;
}

#admin-table-header{
    display: flex;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}


.popup .topBar{
    background: #e8f6fe;
    text-align: left;
    width: calc(100% + 50px);
    margin: -25px -25px 25px 0;
    padding: 15px 0;

}

.popup .topBar a{
    display: inline-block;
    float: none;
    font-size: 16px;
    margin:0 0 0 15px;
}

.popup .row{
    width: -webkit-calc(100% - 1px) !important;
    width: -moz-calc(100% - 1px) !important;
    width: calc(100% - 1px) !important;
    padding: 8px 16px !important;
    box-shadow: #dddddd 0 0 0 1px inset !important;
    border-radius: 8px !important;
    display: inline-block !important;
    margin: 0 0 10px !important;  
}

#vueproducts .popup .row input[type="text"],#vueproducts .popup .row select,#vueproducts .popup .row input[type="number"],#vueproducts .popup .row input[type="date"],#vueproducts.popup .row input[type="email"],#vueproducts .popup .row textarea{
    padding:0;
    border:none;
    margin:0;
}

.popup button{
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    background: linear-gradient(to right, #304568 0%, #476dad 50%, #172337 100%);
    text-align: center;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0 0;
}

.popup button:hover{
    background: linear-gradient(to right, #1b273b 0%, #476dad 50%, #0a0e15 100%);   
}


/* 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*/

