/*common*/
body{
	font-family: 'PT Sans', sans-serif;
	color:#343434;
	margin-bottom: 80px;
	font-size:16px;
	background:#efefef;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #343434;
	text-align:center;
	color:#555555;
	padding-top:15px;
}
a{
	color:#0aabef;
}
a:focus{
	color:inherit;
}
a:hover{
	color:inherit;
}
.color-normal{
	color:#000;
}
.color-black{
	color:#000;
}
.color-gray{
	color:#414141;
}
.color-white{
	color:#ffffff;
}
.color-orange{
	color:#ff6600;
}
.color-blue{
	color:#0aabef;
}
.color-red{
	color:#ff0000;
}

a.person{
	color:#343434;
	display:inline-block;
	padding:2px 0 2px 30px;
	background:url(../site_img/person.png) no-repeat top left;
}
.bg-white{
	background:#fff;
	border-bottom:1px solid #dbdbdb;
}
.popup{
	position:absolute;
	width: 150px;
	text-align:left;
	background:#fff;
	border:1px solid #dbdbdb;
	right:55px;
	top:50px;
	padding:5px 10px;
}
h1{
	font-size:46px;
	text-transform:uppercase;
	text-align:Center;
	font-weight:bold;
}
.content{
	background:#fff;
	padding:10px 30px;
}
.table > tbody > tr.active > td{
	background:#0aabef;
	color:#fff;
}
a.color-green,.color-green{
	color:#8dc63f;
}
span.underline{
	text-decoration:underline;
}
.btn-red{
	font-size:18px;
	text-transform:uppercase;
	background:#ff0000;
	color:#fff;
	font-weight:bold;
	padding:7px 30px;
}
.btn-blue{
	font-size:18px;
	text-transform:uppercase;
	background:#0aabef;
	color:#fff;
	font-weight:bold;
	padding:7px 30px;
}
.btn-orange{
	font-size:18px;
	text-transform:uppercase;
	background:#f7941d;
	color:#fff;
	font-weight:bold;
	padding:7px 30px;
}
.btn-blue.small{
	font-size:12px;
	padding:3px 7px;
}
.order-info label{
	display:inline-block;
	width:150px;
}
.form-horizontal .control-label {
    text-align: left;
}
.content.pt30{
	padding-top:30px;
}
.w1{
	width:150px;
}
.search{
	position:relative;
	padding:20px 0;
}
.search input[type=text]{
	width:100%;
	border:1px solid #dbdbdb;
	height:36px;
	line-height:36px;
	padding:0 30px 0 10px;
	border-radius:3px;
}
.search a{
	position: absolute;
    right: 1px;
    top: 20px;
    width: 40px;
    height: 36px;
    text-align: center;
    display: block;
    padding-top: 4px;
}
.search input[type=image]{
	position: absolute;
    right: 11px;
    top: 30px;
    width: 16px;
    height: 16px;
}
input.count,input[type=text].change_delivery{
	width:45px;
	border:1px solid #dbdbdb;
	height:28px;
	line-height:28px;
	text-align:Center;
	border-radius:3px;
}
input.comment{
	min-width:120px;
	max-width:220px;
	border:1px solid #dbdbdb;
	height:28px;
	line-height:28px;
	border-radius:3px;
}
.pt140{
	padding-top:100px;
}
.icon{
	display:flex;
	padding:40px 10px;
	border-radius:5px;
	text-align:center;
	margin-bottom:20px;
	font-size:18px;
	height:120px;
	color:#333333;
	align-items: center;
    justify-content: center;
	position:relative;
	box-shadow: 0px 2px 2.94px 0.06px rgba(0, 0, 0, 0.2); 
	background:#fff;
	font-weight:bold;
}
/*.ico1{
	color:#0aabef;
	border:1px solid #0aabef;
}
.ico2{
	color:#f7941d;
	border:1px solid #f7941d;
}
.ico3{
	color:#8dc63f;
	border:1px solid #8dc63f;
}
.ico4{
	color:#3fc6b1;
	border:1px solid #3fc6b1;
}
.ico7{
	color:#9e95e3;
	border:1px solid #9e95e3;
}*/
.icon:before{
	content:'';
	position:absolute;
	width:58px;
	height:58px;
	top:-29px;
	left:50%;
	margin-left:-29px;
	display:block;
}
.icon.ico1:before{
	background:url(../site_img/i1-new.png) no-repeat top left;
}
.icon.ico2:before{
	background:url(../site_img/i2-new.png) no-repeat top left;
}
.icon.ico3:before{
	background:url(../site_img/i3-new.png) no-repeat top left;
}
.icon.ico4:before{
	background:url(../site_img/i4-new.png) no-repeat top left;
}
.icon.ico5:before{
	background:url(../site_img/i5-new.png) no-repeat top left;
}
.icon.ico6:before{
	background:url(../site_img/i6-new.png) no-repeat top left;
}
.icon.ico7:before{
	background:url(../site_img/i7-new.png) no-repeat top left;
}
.icon.ico8:before{
	background:url(../site_img/i8-new.png) no-repeat top left;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.ui-datepicker-title{
	color:#000;
}
#ui-datepicker-div{
	font-size:14px;
	font-weight:normal;
}
.toggle-field{
	background:url(../site_img/edit.png) no-repeat top right;
	padding-right:25px;
	cursor:pointer;
}
.manager_comment{
	width:100%;
	padding:10px;
	border: 1px solid #dbdbdb;
    height: 100px;
    border-radius: 3px;
}

#top_button {
    bottom: 70px;
    left: 20px;
    position: fixed;
}
#bottom_button {
    bottom: 10px;
    left: 20px;
    position: fixed;
}
#masters-list{
	width:900px;
	padding:0 15px;
}
#history{
	width:1000px;
}
#move-to-stock{
	width:400px;
}
.message-container{
	padding:40px 10px;
	width:300px;
	font-size:18px;
}

.chats-block{
	display:block;
	position:fixed;
	bottom:0;
	width:280px;
	right:10px;
	z-index:99;
}
.chats-title{
	background:#0aabef;
	color:#fff;
	height:40px;
	line-height:40px;
	cursor:pointer;
	font-weight:bold;
	padding:0 0 0 20px;
}
.chats-desc{
	overflow:auto;
	background:#fff;
	border:1px solid #0aabef;
	height:120px;
	font-size:13px;
}
.chats-desc .chat-one{
	border-bottom:1px solid #0aabef;
	padding:5px 10px;
	position:relative;
	cursor:pointer;	
}
.chats-desc .chat-one .title{	
	padding:0 40px 0 0;
}
.chats-desc .chat-one .messages-count,.chats-count{
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	right:5px;
	top:5px;
	color:#fff;
	background:#f7941d;
}
.chats-desc .chat-one:nth-child(2n){
	background:#eee;
}
.chat-one-block{
	padding:5px;
	background:#fff;
	transition:background 1s ease-in;
}
.chat-one .message .text{
	text-overflow: ellipsis;
	overflow: hidden; 
	display:block;
	white-space: nowrap;
}
.chat-container{
	overflow:auto;	
	border:1px solid #0aabef;
	height:100px;
	font-size:12px;	
}
.chat-submit textarea{
	width:100%;
	height:60px;
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;	
}
.btn-chat{
	color:#fff;
	background:#f7941d;
}
.chat-message-one{
	padding:5px;
	border-bottom:1px solid #ccc;
}
.chat-message-one.noread{
	background:#cee9f5;
}
.chat-one p.date{
	font-style:italic;
	margin-bottom:0;
}

.form-horizontal input[type=checkbox]{
	vertical-align:middle;
}
#edit-user form{
	width:800px;
	padding:0 30px;
}
.filter-objects-table-list input[type=text],.filter-up-table input[type=text]{
	border: 1px solid #cccccc;
	padding:0 10px;
	width:calc(100% - 125px);
	border-radius:4px 0 0 4px;
	height:41px;
}
.filter-objects-table-list .btn-blue,.filter-up-table .btn-blue{
	border-radius:0 4px 4px 0;
}
.show-add-object-form.btn-blue.active{
	color:#fff;
	background:#a9a9a9;
}
.objects-table-list a{
	color:#343434;
	text-decoration:underline;
}
.objects-table-list a:hover{
	text-decoration:none;
}
.add-object-form textarea.form-control{
	height:128px;
}
.help-popup-container{
	position: absolute;
    right:10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
    background: #fff;
    top: 75px;
    z-index: 2;
    width: 580px;
    font-size: 12px;
    max-height: calc(100vh - 80px);
    border-radius: 6px;
    overflow: auto;
}
.help-popup-container .header {
    text-align: center;
    border-radius: 5px 5px 0 0;
    background: #727272;
    height: 34px;
    line-height: 35px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.help-popup-container a.close-help{
	background:url(../site_img/x2.png) no-repeat top center;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:12px;
	z-index:2;
	height:12px;
}
.help-popup-container a.close-help:hover{
	background:url(../site_img/x2-a.png) no-repeat top center;
}
.help-popup-container a.search{
	background:url(../site_img/search2.png) no-repeat top center;
	display:inline-block;
	width:14px;
	padding:0;
	z-index:2;
	height:14px;
}
.help-popup-container a.search:hover{
	background:url(../site_img/search2-a.png) no-repeat top center;
}
.help-popup-container .search-form{
	width:300px;
	position:absolute;
	top:40px;
	left:10px;	
	background:#fff;
	z-index: 2;
}
.help-popup-container .search-form input[type=text]{
	border:1px solid #dbdbdb;
	width:100%;
	height:30px;
	line-height:30px;
	padding:0 40px 0 10px;
}
.help-popup-container .search-form  a.search{
	position:absolute;
	z-index:2;
	top:7px;
	right:20px;
}
.help-popup-container .text a{
	display:block;
	text-align:left;
	margin-bottom:10px;
	background:#fafafa url(../site_img/help-icon.png) no-repeat left 12px center;
	padding:10px 5px 10px 70px;
	line-height:1.2;
	color:#333333;
}
.help-popup-container .text a:hover{
	background:#0aabef url(../site_img/help-icon-a.png) no-repeat left 12px center;
	color:#fff;
	text-decoration:none;
}
.help-popup-container .line-one{
	margin-bottom:10px;
	padding:5px 10px;
	background:#fafafa;
}
.help-block-one{
	border-bottom:1px solid #eee;
}
.help-block-one.active span svg{
	transform: rotate(-45deg);
    z-index: 1;
}
.help-block-one svg{
	transition: all ease-in-out .3s;
}
.help-block-title{
	padding:15px 20px;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}
.help-block-title span{
	position: absolute;
    right: 8px;
    top: 25px;
	padding:4px;
	transform: translateY(-50%);
    width: 32px;
    height: 32px;
	
	border-radius:50%;
}
.help-block-title:hover span{
	background:#eee;
}
.help-block-text {
	overflow:hidden;
	display: none;
	padding:0 20px 0px 20px;
}
.help-block-text img{
	max-width:100%;
}

.title-stock{
	line-height:44px;
	color:#fff;
	background:#ccd1d6;
	text-transform:uppercase;
	padding:0 40px;
	position:relative;
	margin-bottom:15px;
}
.title-stock a{
	position:absolute;
	top: -2px;
    right: 3px;
}
.action-fields{
	height: 24px;
    padding: 0px 6px;
    font-size: 14px;
	width:40px;
	text-align:center;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.text2{
	padding:15px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size:14px;
}
.d-flex{
	display:flex;
	width:100%;
}
.text2 .btn-blue {
    font-size: 15px;
    text-transform: none;
    padding: 5px 14px;
}
.text2 .step1 > div:first-child{
	width:100%;
	margin-right:20px;
	color:#808080;
}
.text2 .step1{
	align-items:center;
}
.text2 .step2{
	align-items:center;
}
.text2 .step3{	
	text-align: left;
	color:#808080;
}
.text2 .step3 b{
	color:#000;
}
.custom-file-upload{
	display:inline-block;
	font-weight:normal;
	background:url(../site_img/file-upload.png) no-repeat center left;
	color:#0099ec;
	padding:2px 0 2px 25px;
	cursor:pointer;
	margin-top:5px;
}
.file-upload-block input[type=file]{
	display:none;
}
.send-question input[type=text],.send-question2 input[type=text]{
	line-height:32px;
	height:34px;
	padding:0 15px;
}
.send-question input[type=text],  .send-question textarea,.send-question2 input[type=text],  .send-question2 textarea{
	width:100%;
	border:1px solid #dddddd;
	outline:0;
	border-radius:4px;
}
.send-question textarea,.send-question2 textarea{
	padding:10px 15px;
	height:94px;
}
.question-block-one{
	border-bottom:1px solid #eee;
}
.question-block-one.active span svg{
	transform: rotate(-45deg);
    z-index: 1;
}
.question-block-one svg{
	transition: all ease-in-out .3s;
}
.question-block-title{
	cursor:pointer;
	padding:10px 0;
	position:relative;
}
.question-block-title span{
	position: absolute;
    right: 8px;
    top: 10px;
	padding:4px;
	transform: translateY(-50%);
    width: 32px;
    height: 32px;	
	border-radius:50%;
}
.question-block-title:hover span{
	background:#eee;
}
.question-block-text {
	overflow:hidden;
	display: none;
	padding:10px 0;
}
.question-block-text img{
	max-width:100%;
}
.q1-text{
	font-size:14px;
	padding:5px 5px 4px 5px;
	background:#f2f2f2;
	margin-bottom:5px;
}
.q1-text p.title{
	font-size:12px;
	color:#808080;
}
.q1-text p{
	margin-bottom:1px;
}
.table-hover > tbody > tr.bg-gray {
    background-color: #f5f5f5;
}
#aliases-choose{
	padding:10px;
	width:1000px;
}

@media (max-width: 768px) {
	.pt140{
		padding-top:30px;
	}
	.pb50{
		padding-bottom:30px;
	}
	.btn-orange,.btn-red,.btn-blue{
		font-size:14px;
	}
	h1{
		font-size:24px;
	}
	body{
		font-size:13px;
	}
	.order-info label{
		width:110px;
	}
	.fs18{
		font-size:14px !important;
	}
	.content{
		padding:5px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		padding: 3px;
	}
	.crm-table tr{
		cursor:pointer;
	}
}