body {
	color: black;
	background-color: #ffffff;
	background-attachment: fixed;
	font-family: 'Montserrat', 'Trebuchet MS';
	font-size: 12px;
	padding: 0px;
	MARGIN: 0px;
}

html {
    overflow-y: scroll;
}

img {
	border:none;
	cursor: pointer;
}

input {
	color: black;
	background-color: #FFFFFF;
	border: solid 2px #3487C4;
	font-size:12px;
	font-family: 'Montserrat', 'Trebuchet MS';
}

input[type=button] {
	cursor: pointer;
}

input[type=select] {
	cursor: pointer;
	font-family: 'Montserrat', 'Trebuchet MS';
}

input[type=checkbox] {
	cursor: pointer;
}

select {
	color: black;
	background-color: #FFFFFF;
	border-color: #111111;
	border: solid 2px #3487C4;
	font-size:12px;
	font-family: 'Montserrat', 'Trebuchet MS';
}

textarea {
	color: black;
	background-color: #FFFFFF;
	border-color: #111111;
	border: solid 1px;
	font-size:16px;
}

table {
	font-size: 14px;
}

table.menu-list {
	font-size: 13px;
	width:164px;
}

td.top-title {
	background: #3487C4;
	color: white;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

td.top-title-adm {
	background: #61A44B;
	color: white;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

td.border {
	border: 1px black solid;
}

td.menu-list {
	cursor: pointer;
}

td.cat-item {
	font-size: 14px;
}

td.cat-item:hover {
	background: white;
}

td.main {
	vertical-align: top;
	padding: 10px;
}

div.top {
	height:40px;
	width: 1024px;
}

td.top-logo {
	width: 168px;
}

td.top-logo:hover {
	background: #41608a;
}

div.top-logo {
	height: 100%;
	width: 100%;
	font-size: 24px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

div.scrollable-y {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	overflow-y: scroll;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #D1D1D1;
}

a {
	color: #254f7d;
}

a:hover {
	cursor: pointer;
}

a.title {
	color: #ffffff;
}

span.edit {
	font-size: 12px;
	color: #254f7d;
	cursor: pointer;
}

table.list-content {
	background: white;
	border: solid 1px gray;
}

td.list-content-header {
	font-weight: bold;
	background: #ebedef;
	text-align: center;
	font-size: 13px;
}

th.list-content-header {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #ebedef;
}

td.list-content {
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

tr.list-content {
	height: 24px;
}

tr.list-content:hover {
	background: #ebedef;
}

td.edit-item {
    font-size: 14px;
	text-align:center;
	cursor: pointer;
}

td.work-border {
	border: 1px #C8C8C8 solid;
}

td.order-info {
	width: 50px;
	height: 28px;
	color: #AEAEAE;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}

table.menu {
	font-size: 14px;
}

img.icon {
    height: 24px;
    width: 24px;
}

img.tg-icon {
    height: 20px;
    width: 20px;
	vertical-align: middle;
}

.order-link {
	text-decoration: none;
}
.order-link:hover {
	text-decoration: underline;
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

div.popup {
	position: fixed;
	z-index: 90;
	bottom:20px;
	right: 20px;
	width:400px;
	background: #F3D9FF;
	opacity: 0.8;
	border-radius: 10px;
	padding:5px;
	border: 1px solid #214F0C;
}

div.dashed {
	border: 1px dashed #DCDCDC;
	background-color: #F7F7F7;
}

div.title {
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}


.qaction-continer {
	height:64px;
	vertical-align:middle;
	position: relative;
}
.qaction-count {
	bottom: 13;
	right: 7;
	position: absolute;
	background-color: #FF0000;
	color: #FFE647;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size:12px;
	z-index: 7;
	border-radius: 8px;
}


.dropzone {
    width: 600px;
    height:200px;
    border: 2px dashed #ccc;
    color: #ccc;
    text-align: center;
    line-height: 200px;
}

.dropzone.dragover {
    border-color: #000;
    color: #000;
}

b.s {
	color:red;
}
