@media (max-width: 992px) {
	.btn,.btn-group {
		width:100%;
	}
    
    .center{
        text-align: center;
    }
    
    .wfull{
        text-align: left;
        width: 100%;
    }
    
    .bfull{
        text-align: center;
        width: 100%;
    }
    
}

@font-face{
	font-family: CJOETRIAL;
	src: url(../imports/fonts/CJOETRIAL.ttf) format("truetype");
}


body{
 font-family: "bankgothicregular";
 src: url(imports/fonts/BankGothic-Regular.ttf);
}

.Bedit{
	background-color: #FFA500;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.Bremove{
	background-color: #FF0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#remove{
	background-color: #FF0000; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

#buttonR{
  width: 100%;
}
#buttonL{
	width: 100%; 
}

#mainknop{
	width: 100%;
	border: 1px;
  border-radius: 3px;
	background-color: #ff0000;
	color: #ffffff;
}

.hoverB:hover{
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.shake:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: rotatez(5deg);
  }
  
  20%, 80% {
    transform: rotatez(-5deg);
  }

  30%, 50%, 70% {
    transform: rotatez(5deg);
  }

  40%, 60% {
    transform: rotatez(-5deg);
  }
}

.hTitle{
  color: #000;
  text-decoration: none;
}

.hTitle:hover{
  color: #000;
  text-decoration: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.outlined{
  border-style: solid;
  border-width: 1px;
}

.Hdiv {
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #444;
  height: 100%;
  width: 1px;
}

.headerDivider1 {
border-left:1px solid #38546d;height:100%;position:absolute;
}

.middle{
  position:absolute;
    top: 40%;
    left: 45%;
}

/*Table related stuffs*/
.table {
  width: 100%;
  margin: 1em 0px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  border-radius: 0.3rem;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
}

.table.segment {
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(34,36,38,0.12),0 2px 10px 0 rgba(34,36,38,0.08);
}

.table:first-child {
	margin-top: 0;
}

.thead {
  background: none;
  padding: 12px 10px !important;
}

.thead a {
	color: #555555;
}

.tcat {
  background: #333;
  color: #fff;
	font-size: 12px;
}

.tcat a:link {
    color: #fff;
}

.tcat a:visited {
    color: #fff;
}

.tcat .smalltext .smalltext {
	/*position: absolute;
	margin-top: 1px;*/
	margin-left: 2px;
}

.table tr td {
  border-top: 1px solid rgba(34,36,38,0.1); 
  border-left: 1px solid rgba(34,36,38,0.1);
}

.table tr td:first-child {
    border-left: medium none;
}

.table tr:first-child td {
	border-top: medium none;
}

.table td {
  padding: 0.7em;
  text-align: inherit;
  /*vertical-align: middle;*/
}

.forum.table td {
	padding: 0.40em 0.7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

td, th {
  padding: 0px;
}

.expander {
	cursor: pointer;
}

.smalltext {
  font-size: 12px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

.userimage {
  margin: 5px;
  padding: 8px;
  border: 1px solid #CCC;
}

.tiny.image {
		min-height: 80px;
    width: 80px;
    height: auto;
}

.rounded.image {
	border-radius: .3em;
}

fieldset {
    padding: 12px;
    border: 1px solid #DDD;
    margin: 0px;
}

select {
    padding: 3px;
    border: 1px solid #CCC;
    outline: 0px none;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 13px;
    background: #FFF none repeat scroll 0% 0%;
}

fieldset, select {
	border-radius: 6px;
}

fieldset.trow {
	border-color: #bbb;
}

.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}

.about .brand {
    font-size: 3em;
}

.about.table tr td {
    border-left: medium none;
}

.card {
	bacground: #fff;
}

.card .meta {
	color: rgba(0,0,0,0.4);
}

.green.card {
    box-shadow: 0 0 0 1px #D4D4D5,0 2px 0 0 #21BA45,0 1px 3px 0 #D4D4D5;
}
