@import url("../../../public/assets/css/loader.css"); /* import css-loader */

/* weebotLite chat popup */
#weebotLiteChat {
	position:fixed;
	z-index:9999;
	bottom:10px;
	right:10px;
	width:380px;
	max-height:400px;
	height:90px;
	overflow:hidden;
}
/* minify width for small screens */
@media (max-width:350px) {
	#weebotLiteChat {
		width:300px;
	}
}
/* weebotLite chat (hide) */
#weebotLiteChat .hidden {
	display:none;
}
/* weebotLite chat new question */
#weebotLiteChat .question {
	margin-top:2px;
	border-radius:3px;
	padding:10px;
	font-size:13px;
	background:#fffde5;
	position:relative;
}
/* weebotLite chat new question page url */
#weebotLiteChat .question .url {
	opacity:0.7;
	font-size:75%;
}
/* weebotLite chat new question close-button */
#weebotLiteChat .question .close {
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

/* backend user-page (support-user de/activation) */
span#weebotLiteInfo {
	margin-top:10px;
	margin-left:10px;
	display:inline-bock;
	background:#fffccc;
	padding:5px 10px;
}
.users-php span#weebotLiteInfo {
	padding:7px 10px;
}

/* icon for admin bar menu */
#wp-admin-bar-weebotLite .ab-icon:before {
    content: "\f125";
    top: 3px;
}

/* hide elements */
.toplevel_page_weebotLite h1.wp-heading-inline,
#weebotLiteChat h2,
#weebotLiteChat th,
#weebotLiteChat .question-row,
#weebotLiteChat .existing-row,
.weebotLite-form.existing-form .type-row,
.weebotLite-form.existing-form .page-row,
.weebotLite-form.existing-form .answers-row,
.weebotLite-form.existing-form .page-row,
.toplevel_page_weebotLite #dashboard_quick_press h2.nav-tab-wrapper,
#toplevel_page_weebotLite .wp-submenu .wp-first-item {
	display:none;
}

/* css reset for some elements */
#weebotLiteChat label {
	font-weight:normal;
}
#weebotLiteChat fieldset,
#weebotLiteChat p,
#weebotLiteChat tr,
#weebotLiteChat td,
#weebotLiteChat table {
	border:0;
	margin:0;
	font-size:13px;
	padding:0;
}
#weebotLiteChat label {
	margin:0 0 5px;
	padding:0;
}
.weebotLite_page_weebotLite-questions .files {
	margin:0;
}

/* buttons */
#weebotLiteChat .existing-answer.button,
#weebotLiteChat .answer.button,
#weebotLiteChat .button-primary {
	display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 5px 0 0 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}

/* primary button */
#weebotLiteChat .button-primary {
	background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
	font-weight:normal;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

/* existing answer button (margin) */
#weebotLiteChat .existing-answer {
	margin-top:5px;
}

/* chat form */
#weebotLiteChat form {
	margin-top:10px;
}

/* chat form elements */
#weebotLiteChat input[type="text"],
#weebotLiteChat textarea,
#weebotLiteChat select {
	padding:5px 10px;
	border:0;
	width:100%;
	box-sizing:border-box;
	height:auto;
}
.select2 {
	max-width:300px;
}
.weebotLite-form td .button,
.weebotLite-form td input {
	vertical-align:middle;
}

/* chat info messages */
#weebotLiteChat span {
	display:block;
	margin-top:5px;
	opacity:0.7;
}

/* weebotLite dashboard */
.weebotLite_page_weebotLite-user #activity-widget #the-comment-list .dashboard-comment-wrap,
.toplevel_page_weebotLite #activity-widget #the-comment-list .dashboard-comment-wrap {
	padding-left:0;
}
.toplevel_page_weebotLite.js .postbox .hndle {
	cursor:auto;
}
.toplevel_page_weebotLite .user-count a:before {
    content: "\f110" !important;
}
.toplevel_page_weebotLite .activity-block {
	padding-bottom:0;
}
.weebotLite_page_weebotLite-user #activity-widget #the-comment-list {
	margin:0;
}
.weebotLite_page_weebotLite-questions #the-list .page.url {
	font-size:11px;
}
.weebotLite_page_weebotLite-answers.wp-core-ui .notice.is-dismissible,
.weebotLite_page_weebotLite-answers .clearfix {
	clear:both;
}
@media only screen and (min-width: 800px) {
	.toplevel_page_weebotLite #wpbody-content #dashboard-widgets .postbox-container {
		width:50% !important;
	}
}

/* lookup existing answers */
#weebotLite-lookup-answers-results.visible {
	margin-top:10px;
}
#weebotLite-lookup-answers-list li.answer {
	border-bottom: 1px solid #DDD;
    padding: 15px;
	line-height:30px;
	margin:0;
	clear:both;
}
#weebotLite-lookup-answers-list li.answer:hover {
	background:#FFF;
}
#weebotLite-lookup-answers-list input {
	border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
}
#weebotLite-lookup-answers-list  .type {
	display:inline-block;
	width:100px;
	opacity:0.8;
}
#weebotLite-lookup-answers-list  li .button {
	float:right;
}
#weebotLite-lookup-answers-list .sort {
	font-size:11px;
	background:#999;
	color:#FFF;
	padding:4px;
	cursor:pointer;
	border-radius:4px;
}
#side-sortables .weebotLite-get-premium {
	padding:0 15px 15px;
}
.weebotLite-get-premium ul {
	list-style:inherit;
	padding-left:20px;
}
.weebotLite-premium-button {
	margin-top: 3px !important;
    margin-bottom: 25px !important;
}