/*
 * probble! default theme 1.0
 * 
 */

@font-face {
    font-family: 'OpenSans-Regular';
    src: local('Open Sans'), url('../../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../../fonts/fontawesome/webfonts/fa-regular-400.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
}

html,body {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #f1f1f1;
    font-family: "Open Sans",sans-serif;
    padding: 0;
    color: black;
}

/******************************************************
 ****************** color settings ********************
 *******************************************************/


/* link colors */

a, a:link, a:visited, a:hover {
    color: #000000;
}

.btn {
    box-shadow: none;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

/* navbar */

nav.navbar .nav-item a:not(.dropdown-item),
nav.navbar .nav-item a:link,
nav.navbar .nav-item {
    color: #000;
}

nav.navbar,
nav.navbar .dropdown-menu,
#footer {
    background: #f8f8f8;
    color: white;
}

#catContent .nav-item:not(.dropdown.show) a:link.hover,
.dropdown-menu a:link.dropdown-item:hover {
    background: #999;
    color: white;
}


nav.navbar .btn#gosearch {
	color: #000;
	background: #fff;
	border: 1px solid black;
	margin-left: 5px;
}

nav:not(.categories-nav),
header {
    border-bottom:1px solid #dedede;
}

nav.navbar img#logo {
    height: 30px;
    vertical-align: middle;
    margin-top: -10px;
}

nav.navbar {
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #222222;*/
}

.navbar-light .navbar-toggler {
    border: 1px solid black;
}

nav.navbar .navbar-brand {
    color: black;
    font-size: 30px;
    line-height: 30px;
    padding: 5px 20px 5px 0;
    font-family: "Montserrat Light","Arial",sans-serif;
}

nav.navbar .navbar-brand .cafe {
    font-family: "Damion",sans-serif;
}

nav.navbar > div,
nav.navbar > nav {
    margin: 0;
}

nav.navbar .form-inline {
    margin: 0;
    background: none;
}

nav.navbar .nav-item a:not(.dropdown-item),
nav.navbar .nav-item a:link,
nav.navbar .nav-item {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

nav.navbar .dropdown-menu {
    left: 0;
    border-radius: 0;
    font-size: 16px;
    margin-top: -5px;
    padding: 20px 0;
}

nav.navbar .dropdown-menu a.dropdown-item {
    padding: 0 20px;
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    color: #000;
}

nav.navbar .form-control,
nav.navbar .btn {
    height: 35px;
    line-height: 0;
}

nav.navbar .form-control {
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0;
    transition: none;
}

nav.navbar .search-bar.col-sm-12,
nav.navbar .searchbar.col-md-12,
nav.navbar .left-side.col-sm-12,
nav.navbar .left-side.col-md-12 {
    margin: 20px 0 10px 0;
}

nav.navbar .btn {
    padding: 0 8px;
}

#nav2 {
	padding-bottom: 10px;
}

/* nav kategorien */

.collapse.show {
    display: block;
    left: 0;
    width: 100%;
}

nav.navbar.categories-nav {
    background: none !important;
}

.navbar-expand-lg .navbar-nav{
    flex-direction: unset;
    display: block;
}

#catContent {
    margin-top: 20px;
}

#catContent .nav-item,
#catContent .nav-item a.nav-link {
    line-height: initial;
    height: auto;
}

#catContent .nav-item {
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: bold;
    border-top: 1px solid rgb(184, 184, 186);
    background: #f8f8f8;
    margin-bottom: 5px;
}

#catContent .nav-item:last-child {
    border-bottom: 1px solid rgb(184, 184, 186);
}

h3.title {
    padding-left: 5px;
}

#catContent .dropdown-item {
    padding: 0 10px;
}

#catContent .dropdown-item.show {
    background: #000;
    color: #fff;
    padding: 2px 8px;
    height: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: none;
    border: 0;
    width: auto;
    margin-left: 10px;
    font-size: 0.9em;
    padding: 5px 0;
}

#catContent nav.navbar .dropdown-menu {
    width: 100%;
}

#catContent .nav-item a.nav-link {
    height: auto;
    padding: 5px;
}

#catContent .dropdown-toggle::after {
    margin-left: 10px;
}

#catContent .nav-item.active a:link,
#catContent .nav-item.active,
#catContent .nav-item a.nav-link.category.active {
    background: #000000;
    color: white;
}

/* end nav cat */

.navbar .right-side {
    background: #ffffff;
    border-bottom: 1px solid rgba(219,219,219,1);
}

.number-box,
.button-left {
	margin-top: 10px;
}

.statement-number {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.button-left {
	width: 70px;
	height: 70px;
	margin-right: 10px;
    background: none;
}

.button-left:hover {
    border: 1px solid #dedede;
}

.button-left.active {
	border: 4px solid black;
}	

.number-box {
	display: inline-block;
	height: 3rem;
	vertical-align: middle;
	margin-left: 0;
	font-size: 2rem;
	padding: 0 10px;
	font-weight: bold;
    width: auto;
}

/***************************
/******* box colors ********
/***************************/

.box {
    border: 1px solid rgb(184, 184, 186);
   /* background: #dedede;
   /* box-shadow: 0 -1px 16px -8px rgba(0,0,0,0.25);*/
    margin-bottom: 20px;
    padding: 20px;
    color: black;
    /*border: 1px solid #999;*/
}

.headline {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #888;
}


#main-form .rating-text {
    margin: 20px 0;
    padding: 20px;
    font-weight: bold;
}

table.time-table {
    width: 100%;
    margin-top:10px;
    background: #eee;
}

table.time-table tr.active.s5 td,
table.time-table td:first-child {
    background: #555555;
    color: white;
}

table.time-table td {
    border: 1px solid #000000;
    padding: 2px 10px;
    font-size: 0.8rem;
}

table.time-table tr td.active {
    background: #c5f58a;
    font-weight: bold;
    color: black;
}
table.time-table tr.active td {
    background: #c5f58a;
    font-weight: bold;
    color: white;
}

table.time-table tr.active.s2 td {
    background: #0a5a00
}

table.time-table tr.active.s3 td {
    background: #088c00;
}
table.time-table tr.active.s4 td {
    background: #1ec000;
}


table.time-table tr.active td:nth-child(2) {
    font-weight: bold;
}

.title {
    border-bottom: 1px solid #888;
}

#textfield .title.big-title {
    font-size: 1.4em !important;
}

/* footer colors */

#footer {
    border-top: 1px solid #dedede;
    z-index: 1;
    clear: both;
    width: 100%;
    min-height: 200px;
    font-weight: 300;
    color: #000;
	position: absolute;
	bottom: 0;
	margin-bottom: -300px;
}

#footer a{
    color: #000;
}

/*********/

a:link, a:visited {
    text-decoration: none;
}

.container {
	margin-left: 0;
}

.container1 {
	position: absolute;
	min-height: calc(100% + 300px);
	width: 100%;
}

.container2 {
	position: relative;
    padding: 0;
    min-height: 100%;
    height: auto;
}

.container2 .row {
    margin-right: 0;
    margin-left: 0;
}

.container2 .main-row {
    min-height: 100%;
}

main#container{
    position: relative;
	width: 100%;
    left: 0;
    height: auto;
}

.left-side{
    z-index: 19;
}

/* Ajax elements */

.success-message,
.error-message {
    margin: 20px 0;
    border-radius: 0;
    position: fixed;
    top: 200px;
    z-index: 99999;
    left: 50%;
    margin-left: -240px;
    width: 400px;
    padding: 80px;
    box-sizing: content-box;
    box-shadow: 0 -1px 16px -8px rgba(0,0,0,0.75);
}

.error-message {
    color: #e9262a;
    border: 4px solid #e9262a;
    background: #ffb8ad;
}

.success-message {
    color: #148a2a;
    border: 4px solid #a6ca8a;
    background: #e9ffd9;
}

#main-form label{
    display: block;
    margin: 10px 0 3px 0;
}

#main-form .label-box {
    background: #f8f8f8;
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

#main-form .label-box label {
    font-size: 1rem;
    line-height: 1.2rem;
}

form label {
    font-size: 0.8rem;
    line-height: 0.8rem;
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
}

#new_cat,
#newname,
#new_group {
    margin-top: 8px;
}

#collection_range {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 40px;
    background-image: url('../../../../../images/calendar.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}


span.local-time {
    font-size: 0.8rem;
    font-weight: 600;
}

/* end Ajax */


.title {
    margin-bottom: 15px;
}


.box .title {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

/* Login */

.box.loggedin-box {
    margin-top: 20px;
    font-size: 1.2rem;
}

/* end login */

.link a {
    word-break: break-all;
}

.source {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dotted #000000;
}

/* Rating */


.star-0,.star-1,.star-2,.star-3,.star-4,.star-5,.star-6,.star-7,.star-8,.star-9,.star-10 {
    color: black !important;
    font-weight: bold !important;
}

.star-0 {
    background: rgba(250, 52, 0, 1) !important;
}
.star-1 {
    background: rgba(238, 87, 48, 1) !important;
}
.star-2 {
    background: rgba(242, 114, 70, 1) !important;
}
.star-3 {
    background: rgba(250, 149, 30, 1) !important;
}
.star-4 {
    background: rgba(244, 179, 11, 1) !important;
}
.star-5 {
    background: rgba(213, 218, 12, 1) !important;
}
.star-6 {
    background: rgba(196, 237, 3, 1) !important;
}
.star-7 {
    background: rgba(151, 245, 14, 1) !important;
}
.star-8 {
    background: rgba(128, 218, 38, 1) !important;
}
.star-9 {
    background: rgba(106, 203, 9, 1) !important;
}
.star-10 {
    background: rgba(115, 153, 77, 1) !important;
}

/* Rating results */

table.rating-table {
    font-size: 0.85rem;
    width: 100%;
    margin-bottom: 30px;
}

table.rating-table th,
table.rating-table td {
    border: 0;
    padding: 2px 8px;
}

table.rating-table td:first-child {
    width: 80%;
}

.rating_box {
    margin-top:20px;
}

.rating-text {
    padding: 20px;
    border: 1px solid #000;
    font-size: 1.5rem;
    background: #555555;
    margin-bottom: 20px;
    font-style: italic;
    color: white;
}

.rating-result-text {
    margin: 20px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #333;
}

#rating {
    clear: both;
    font-size:0.923rem;
    font-weight:500;
}

.rating-result {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #000;
}

.rating-result .row > .col-12 {
    padding: 0;
}

.statement-box,
.rating-result .statement {
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;
}

/* evaluation */
.statement-box {
    background: #111111;
}

div.rating-div {
    margin-bottom: 20px;
    padding: 10px;
    margin-top: -15px;
}

.radio_text {
    display: inline-block;
    margin-left: 8px;
}

.result-col {
    padding: 2px;
    border-bottom: 1px dotted black;
}

.result-table .result-col {
    border-bottom: 0;
}

.result-table .row:first-child .col-8,
.result-table .row:first-child .col-2,
.result-table .row:first-child .col-6 {
    background: #888;
    color: white;
    padding: 2px 10px;
}

.result-table .row .col-8,
.result-table .row .col-2,
.result-table .row .col-6 {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
}

.result-table .row:not(:first-child) .col-8,
.result-table .row:not(:first-child) .col-2,
.result-table .row:not(:first-child) .col-6 {
    background: #f3f3f3;
    padding: 5px 10px;
}

.result-table .row:last-child .col-8,
.result-table .row:last-child .col-2,
.result-table .row:last-child .col-6 {
    border-bottom: 1px solid #333;
}

.result-table .row:first-child .col-2,
.result-table .row:not(:first-child) .col-2,
.result-table .row .col-6:nth-child(2) {
    border-left: 0;
}

/*
#main-form .radio_button label {
    margin: -0.8em 0 0 0;
}

div.radio_button {
    float: left;
    margin-right: 10px;
    margin-top: -6px;
}

div.radio_text {
    float: left;
    margin-left: 8px;
    width: 80%;
}

input[type="radio"]:not(old){
    width     : 16px;
    height	: 16px;
    margin    : 0;
    padding   : 0;
    font-size : 1.5em;
    opacity   : 0;
}

input[type="radio"]:not(old) + label {
    width: 16px;
}

input[type="radio"]:not(old) + label > span{
    display          : inline-block;
    width            : 16px;
    height           : 16px;
    margin           : 5px;
    border           : 1px solid rgb(192,192,192);
    border-radius    : 2px;
    background       : rgb(224,224,224);
    background-image : -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align   : bottom;
}

input[type="radio"]:not(old):checked + label > span > span{
    display          : block;
    width            : 12px;
    height           : 12px;
    margin           : 1px;
    border           : 1px solid rgb(115,153,77);
    border-radius    : 8px;
    background       : rgb(153,204,102);
    background-image : -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image : -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image : -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
    background-image : linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
*/
.prev,.next {
    font-size: 2rem;
    cursor: pointer;
    display: inline-block;
}

.next {
    float: right;
}

/*end evaluation/rating */



/* Region */

#region {
	font-size: 0.8rem;
    padding: 0 20px;
}

#region img.flag {
    border:1px solid #272727;
    margin-top: -3px;
}

#region-table {
    font-size: 1rem;
}

#region .title {
    font-weight: 800;
	margin-bottom: 0;
	padding-bottom: 0;
}

#region .one-item {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}

form table.region {
    margin-bottom: 20px;
}

form table.region td {
    border: 1px solid #000000;
    padding: 5px 15px;
}

form table.region tr:first-child td {
    background: #fff;
}

/* edit box */

#edit-box {
    margin-bottom: 20px;
}

.edit-box a {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.8rem;
}

.edit-box a.last {
    margin-right: 20px;
}

.edit-box.main {
	display: inline-block;
	float: right;
    padding: 0;
}

.edit-box.main a {
	margin-left: 0;
}

.edit-box.main form {
    float: right;
    margin-bottom: 0;
}

.edit-icon {
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
    padding: 4px;
    background: white;
    border: 1px solid #dedede;
}

input.edit-icon {
    float: right;
}

.edit-box a:hover {
    text-decoration: none;
}

.tooltip {
    line-height: 16px;
    font-size: 0.9rem;
    font-weight: bold;
}

.button_margin {
	margin-right: 15px;
}

a img{
  border:0;
}

img {
	max-width: 100%;
}

/*  search */

a.filter-button {
    background: #222;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: bold;
}

#search_result_text{
    clear: both;
    font-size: 0.8rem;
}

#search-result-count {
    margin-top: 20px;
}

.search_result_box {
    position: relative;
    margin-top: 20px;
    float: left;
    padding-left: 0;
}

.inner_search_box {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    height: auto;
}

.inner_search_box a:nth-child(2) {
    display: block;
    text-align: center;
}

.inner_search_box a img {
    max-height: 100%;
    max-width: 100%;
}

.inner_search_box .status,
.inner_search_box .status-new,
.inner_search_box .status-end {
    font-weight: bold;
    padding: 5px 0;
}

.search-title {
    font-size: 1.2rem;
    line-height: 22px;
    display: block;
    clear: both;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    min-height: 80px;
}

.search-text {
    display: block;
    line-height: 20px;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.status.status-1 {
    background: #063900;
    color: white;
}
.status.status-2 {
    background: #0a5a00;
    color: white;
}
.status.status-3 {
    background: #088c00;
    color: white;
}
.status.status-4 {
    background: #1ec000;
    color: white;
}
.status.status-5 {
    background: #333;
    color: white;
}

.status {
    text-align: center;
    border: 1px solid black;
}

.search_result_box .deadline span.fromDate,
.search_result_box .deadline span.toDate {
    font-weight: bold;
}

/* datepicker */
.daterangepicker .drp-selected {
    padding: 8px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}

.daterangepicker .drp-selected,
.btn-primary {
    background: #08c;
    color: white;
}

.search_result_box .deadline span i {
    font-size: 0.9rem;
}

.inner_search_box,
#countdown-topic {
    background: #f8f8f8;
    border: 1px solid #555;
}

.countdown {
    border-top: 1px dotted black;
    padding-top: 5px;
    margin-top: 20px;
    text-align: center;
    min-height: 50px;
}

.countdown .time {
    display: block;
}

.countdown .hours,
.countdown .seconds,
.countdown .minutes {
    font-size: 20px;
}


/* end search */

.user-online {
    margin-top: 10px;
    padding: 10px;
    border: 0;
    font-size: 0.8rem;
    font-weight: bold;
}

#users-online {
    display: inline-block;
}

/* main */

#load-site,
#bg-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#bg-layer {
    opacity: 0.8;
    background: black;
}


#next-step {
    font-size: 3rem;
    margin-top: 25%;
    width: 100%;
    text-align: center;
    color: black;
    opacity: 1;
    background: white;
    z-index: 100;
    position: relative;
}

#next-step form {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

#next-step input[type="submit"].large-submit {
    font-size: 3rem;
    margin: 0 auto;
    padding: 0.5rem 3rem;
    color: white;
    border-radius: 1rem;
    margin-left: calc(50% - 6rem);
}

section#main-text {
    min-height: 100%;
    margin: 0;
}

#new_statement {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 9;
    font-size: 1.1rem;
}

.statement-count {
    background: none;
    border: 1px solid #888;
}

#textfield{
    z-index: 1;
    position: relative;
    font-size: 0.8rem;
}

.small-font {
	font-size: 0.85rem;
}

.italic {
	font-style: italic;
}

article{
    position: relative;
    height: auto;
    width: 100%;
}

article.description {
	clear: both;
	top: 0;
    font-weight: 100;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

/* topic title */

.bold {
  font-weight: 800;
}

.underline {
  text-decoration: underline;
}

.green {
    color: #088c00;
}

.font-large {
    font-size: 1.4rem;
}

/* end small fonts */

img{
  border:0;
}

.clear,
.clear10,
.clear35,
.clear30,
.clear50,
.clear60,
.clear100 {
  clear:both;
  display: block;
}

.clear10 {
  height: 10px;
  line-height: 10px;
}

.clear30 {
  height: 30px;
  line-height: 30px;
}

.clear35 {
    height: 37px;
    line-height: 37px;
}

.clear50 {
  height: 50px;
  line-height: 50px;
}

.clear60 {
  height: 60px;
  line-height: 60px;
}

.clear100 {
  height: 100px;
  line-height: 100px;
}

/* list elements */

ul {
  clear: both;
  padding:0;
}

.close-edit {
	display: block;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	cursor: pointer;
    background-image: url('../../../../../images/buttons/close3.png');
	background-size: contain;
	float: right;
}

.edit-box a:first-child {
	margin-left: 0;
}

.flag-box {
    margin-right: 10px;
}

.flag-box:first-child {
    margin-top: 10px;
}

img.c-flag {
    border: 1px solid black;
    margin-bottom: 10px;
    width: 30px;
}

/* form elements */

/* form */

#main-form {
    background: #dedede;
    padding: 40px 20px 20px 20px;
    border: 1px solid #000000;
    font-weight: 100;
    margin-top: 12px;
}

.box-5 {
    padding: 10px;
}

.background-rating {
    background: rgb(250, 52, 0);
    background: linear-gradient(90deg, rgba(250, 52, 0, 1) 0%, rgba(238, 87, 48, 1) 10%, rgba(241, 134, 19, 1) 20%, rgba(250, 159, 0, 1) 30%, rgba(244, 179, 11, 1) 40%, rgba(213, 218, 12, 1) 50%, rgba(196, 237, 3, 1) 60%, rgba(151, 245, 14, 1) 70%, rgba(128, 218, 38, 1) 80%, rgba(106, 203, 9, 1) 90%, rgba(115, 153, 77, 1) 100%);
}

.background-resistance {
    background: rgb(250, 52, 0);
    background: linear-gradient(-90deg, rgba(250, 52, 0, 1) 0%, rgba(238, 87, 48, 1) 10%, rgba(241, 134, 19, 1) 20%, rgba(250, 159, 0, 1) 30%, rgba(244, 179, 11, 1) 40%, rgba(242, 236, 10, 1) 50%, rgba(196, 237, 3, 1) 60%, rgba(151, 245, 14, 1) 70%, rgba(128, 218, 38, 1) 80%, rgba(106, 203, 9, 1) 90%, rgba(115, 153, 77, 1) 100%);
}

.background-rating,
.background-resistance {
    height: 65px;
}

.slider-handle {
    background-image: linear-gradient(to top, #000, #888);
    background-repeat: repeat-x;
}

.slider-tick-label {
    font-weight: bold;
    font-size: 1rem;
}

#resistanceSliderValue,#ratingSliderValue {
    display: none;
}

/*slider style */
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-top: 0.95rem;
}

.w-10 {
    width: 9.09%;
    height: 8px;
    float: left;
    font-weight: bold;
    font-size: 0.95rem;
    margin-left: -2px;
}

/* form elements */

input[type="submit"] {
    float:left;
    font-size: 1.2rem;
    color:#ffffff;
    border: 1px solid #000;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 20px;
    cursor: pointer;
    background: rgb(17,17,17);
    background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 35%, rgba(51,51,51,1) 100%);
}

input[type="submit"]:hover {
    background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(51,51,51,1) 35%, rgba(119,119,119,1) 100%);
}

select {
  padding: 4px 5px 6px 5px;
  height: 35px;
  width: 100%;
  border: 1px solid #000;
}

select.cat_select {
    margin-top: 10px;
}

textarea {
    width: 100%;
    padding: 10px;
    min-height: 300px;
    overflow-y: scroll;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"] {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  margin-right: 8px;
  border-radius: 0;
  padding: 5px;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #dedede;
    box-shadow: 0 0 5px 0 rgba(222, 222, 222, 0.8);
}

textarea,
select,
input {
    background: #f8f8f8;
    border: 1px solid #333;
    color: #000;
    font-size: 1rem;
}

input[type="image"]{
    background: none;
}

input#keyword {
    background: white;
    width: calc(100% - 50px);
    position: relative;
}

form input#keyword:focus {
	box-shadow: 0 0 5px 0 rgba(222, 222, 222, 0.8);
    border: 2px solid #088c00;
    font-size: 1rem;
}

.option-div {
    margin: 8px 0;
    height: 5px;
    border-top: 1px solid #999;
    background: #ccc;
    border-bottom: 1px solid #999;
}

.margintop-20 {
    margin-top: 20px !important;
}

.paddingtop-20 {
    padding-top: 20px !important;
}

.paddingtop-40 {
    padding-top: 40px !important;
}

.hidden {
    display: none !important;
}

h1,h2,h3 {
    color: #222;
}

h1 {
    font-size: 2rem;
    clear: both;
    font-weight: 800;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    color: #088c00;
}

h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
}

h3 {
    clear: both;
    font-size: 1rem;
    font-weight: 800;
    border-bottom: 1px solid #888;
    padding: 0;
    margin-bottom: 30px;
}

