button.disabled {
    cursor: not-allowed;
}

.login-form{
	margin-top: 100px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.form-title{
	margin-bottom: 25px;
}

.btn-full{
	width: 100%;
}

.action-link{
	display: block;
}

.img-container{
	float: left;
	margin-right: 5px;
	width: 90px;
}

label.error{
	color: #e74c3c;
	font-weight: 100;
}

.form-control.error{
	border-color: #e74c3c;
}

.data-section{
	background: #3c8dbc;
	padding: 5px;
	color: #fff;
}

.required-field{
	color: #e74c3c;
}

.box-header{
	background: #f2f2f2;
}

header .box-title {
    font-weight: bold;
}

.separate-section{
	margin: 50px 15px 15px 15px;
	border: 1px solid #888;
	position: relative;
}

.separate-section-header{
	position: absolute;
	display: inline-block;
	padding: 10px;
	background: #fff;
	color: #333;
	top: -25px;
	left: 30px;
}

.separate-section-content{
	margin: 30px 10px 10px 10px;
}

.list-features{
	width: 100%;
	margin-top: 10px;
}

.loading-msg,#loading,.hide-row{
	display: none;
}

.delete-img{
	position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
    background: #ccc;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 20px;
}

.delete-img:hover{
	cursor: pointer;
}

td > span.Active,
td > span.Completed,
td > span.Shipped,
td > span.Canceled{
	color: #fff;
	text-align: center;
	padding: 5px;
}

td > span.Completed{
	background: #2ecc71;
}

td > span.Active{
	background: #3498db;
}

td > span.Shipped{
	background: #36FF33;
}

td > span.Canceled{
	background: #FF3F33;
}

#loading-gif{
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

#loading-gif img{
	position: relative;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
}

.img-wrap{
	float:left;
	margin-right:5px;
	width:64px;
}

.img-wrap img{
	width:100%;
}

.action-icon{
	color: #aaa;
}

.action-icon:hover{
	cursor: pointer;
	color: #888;
}

.action-icon.fa-gavel.checked{
	color: #f00;
}

.action-icon.fa-flag.checked{
	color: #00f;
}

.action-icon.fa-eye.checked{
	color: #0f0;
}

#char_p {
	color: #fc0f0f;
}

.popover {
	padding: 10px;
	min-width: 40%;
}

.popover-old_msg{
	color: blueviolet;
}

.msg {
	color:firebrick;
}

.popover-textarea{
	width: 100%;
}
.popover-old_msg:nth-child(1){
	display: block;
	padding: 5px 0;
}

.popover-old_msg .fa-trash {
	float: right;
}

.popover-old_msg .fa-pencil {
	float: right;
	margin-right: 10px;
}
.popover-content {
	padding: 10px 0;
}

.note-item{
	display: block;
	padding: 10px 0;
}


#item-spec-container {padding: 0px 0px 100px 0px;}
#registration-step {margin: 0;
	padding: 0;}

#registration-step li {
	list-style: none;
	float: left;
	padding: 5px 10px;
	border-top: #EEE 1px solid;
	border-left: #EEE 1px solid;
	border-right: #EEE 1px solid;
}

#registration-step li.highlight {
	background-color: #EEE;
}
#registration-form{
	clear: both;
	border: 1px #EEE solid;
	padding: 20px;
}

.panel-msg {
	background-color: #fff;
	margin-left: 32px;
	min-height: 17px;
	padding: 10px;
}
.successPanel {
	background-color: #448600;
	background-position: -172px 4px;
	border: 3px #448600 solid;
}

.panel-msg {
	background-color: #fff;
	margin-left: 32px;
	min-height: 17px;
	padding: 10px;
}

.add-new{
	margin-left: 10px;
}

.store-title {
	display: inline-block;
	margin-left: 35%;
	font-size: 25px;
}

.select-exist ul { list-style: none; height: 200px; overflow: auto}
.select-exist ul li { display: inline; }
.select-exist ul li img { border: 2px solid white; cursor: pointer;width: 80px; }
.select-exist ul li img:hover { border: 2px solid black; }
.select-exist ul li img.hover { border: 2px solid black; }

.dashbord-block {
	display: inline-flex;
}

.thumb-img{
	width: 30px;
}

.search-box{
	margin-bottom: 60px;
	margin-top: 20px;
}

#time_block ul {
	list-style-type: none;
}

#time_block {
	list-style-type: none;
}

.modal-lg {
	width: 900px !important;
}


.table-editable {
	position: relative;
}
.table-editable .glyphicon {
	font-size: 20px;
}

.table-remove {
	color: #700;
	cursor: pointer;
}
.table-remove:hover {
	color: #f00;
}

.table-up, .table-down {
	color: #007;
	cursor: pointer;
}
.table-up:hover, .table-down:hover {
	color: #00f;
}

.table-add {
	color: #070;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 0;
}
.table-add:hover {
	color: #0b0;
}


div.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}

.sequence {
	color: blue;
	font-size: 20px;
}


.msg_container_base{
	background: #e5e5e5;
	margin: 0;
	padding: 0 10px 10px;
	max-height:300px;
	overflow-x:hidden;
}
.top-bar {
	background: #666;
	color: white;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.msg_receive{
	padding-left:0;
	margin-left:0;
}
.msg_sent{
	padding-bottom:20px !important;
	margin-right:0;
}
.messages {
	background: white;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width:100%;
}
.messages > p {
	font-size: 13px;
	margin: 0 0 0.2rem 0;
}
.messages > time {
	font-size: 11px;
	color: #ccc;
}
.msg_container {
	padding: 10px;
	overflow: hidden;
	display: flex;
}
img {
	display: block;
	width: 100%;
}
.how-it-box img{
	width: auto;
	margin: 0 auto;
}
.avatar {
	position: relative;
}
.base_receive > .avatar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
	justify-content: flex-end;
	align-items: flex-end;
}
.base_sent > .avatar:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid white;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.msg_sent > time{
	float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.btn-group.dropup{
	position:fixed;
	left:0px;
	bottom:0;
}

.checked {
	color: green;
}

.img-chat {
	height: 70px;
}

.field-info{
	margin-left: 5px;
}

.img-logo {
	margin: auto;
}

.dropzone.hzScroll {
	height: 194px;
	overflow: auto;
	white-space: nowrap;
}

.twentytwenty-container {
	max-height:350px; ;
}

.rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
	position: static;
}

.rating label:nth-child(1) {
	z-index: 5;
}

.rating label:nth-child(2) {
	z-index: 4;
}

.rating label:nth-child(3) {
	z-index: 3;
}

.rating label:nth-child(4) {
	z-index: 2;
}

.rating label:nth-child(5) {
	z-index: 1;
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating label .icon {
	float: left;
	color: transparent;
}

.rating label:last-child .icon {
	color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
	color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #09f;
}

.main-footer {
	margin-left:0px;
	background: #ffffff !important;
	color: #000000;
}

.main-footer a {
	color: #000000;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.outline {
	border-color: aqua;
}

.navbar  {
	background-color: #101111 !important;
}

.pointer {
	cursor: pointer;
}

.link-disabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.navbar-custom-menu li.active span {
	font-weight: bold;
}

.quote-accept-box{
	padding: 20px 30px;
	background: rgb(243, 156, 18);
	z-index: 999999;
	font-size: 16px;
	font-weight: 600;
}
.nav-pills > li {
	float: none
}

.note-send {
	float: right;
}

.modal.modal-center.fade.in {
	display: flex !important;
	align-items: center !important;
}
