select, input:not([type=button]):not([type=submit]), textarea {
	padding: 0.4rem 0.7rem;
	border-radius: 0.5rem;
	border:1px solid rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	font-size: 0.85rem;
	font-weight: 700;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


time.icon
{
	font-size: 0.75em; 
	display: block;
	position: relative;
	min-width: 5.25em;
	height: 5.25em;
	background-color: #fff;
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
}

time.icon *
{
	display: block;
	width: 100%;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: normal;
}

time.icon strong
{
	position: absolute;
	top: 0;
	padding: 0.4em 0;
	color: #fff;
	background-color: #0770D0;
	border-bottom: 1px dashed #04427B;
	box-shadow: 0 2px 0 #0770D0;
}

time.icon em
{
	position: absolute;
	bottom: 0.3em;
	color: #0770D0;
}

time.icon span
{
	font-size: 2.1em !important;
	letter-spacing: -0.05em;
	padding-top: 0.8em;
	color: #2f2f2f;
}


time.icon.small 
{
	font-size: 0.75em !important;
	min-width: 5.25em !important;
	height: 5.25em !important;
}

time.icon.small * 
{
	font-size: 0.75em !important;
}

time.icon.small span
{
	font-size: 2.1em !important;
}

@media (min-width: 992px)
{
	time.icon
	{
		font-size: 1em; 
		min-width: 7em;
		height: 7em;
	}
	
	time.icon *
	{
		font-size: 1em;
	}
	
	time.icon span
	{
		font-size: 2.8em !important;
	}
}



@keyframes left-action {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15px);
  }
}


.table-2column tr:nth-child(odd) td:nth-child(3n + 2) {
	min-width: 100px;
	width: 300px;
}

.table-1column td:nth-child(2) {
	min-width: 125px;
}

.table-1column.col-w td:nth-child(2) {
	width: 600px;
}

.table-2column tr:nth-child(odd) td:nth-child(3n + 2) input,
.table-1column td:nth-child(2) input {
	width: 100%; 
	padding: 0.8rem; 
	border-bottom-left-radius: 0; 
	border-top-left-radius: 0;
}

.table-2column tr:nth-child(odd) td:nth-child(3n + 2) select,
.table-1column td:nth-child(2) select {
	width: 100%; 
	padding: 0.8rem 0.5rem; 
	border-bottom-left-radius: 0; 
	border-top-left-radius: 0;
}

.table-2column tr:nth-child(odd) td:nth-child(3n + 1),
.table-1column tr:nth-child(odd) td:nth-child(1) {
	padding: 0px 12px;
	background-color: #A9D8EA; 
	border-bottom-left-radius: 10px; 
	border-top-left-radius: 10px;
}

.table-2column tr:nth-child(odd) td:nth-child(3n + 1) i,
.table-1column tr:nth-child(odd) td:nth-child(1) i {
	font-size: 1.5em;
	vertical-align: top;
}



.div-panel {
	text-align: center; 
	padding: 20px 50px; 
	padding-bottom: 50px; 
	background-color: #FFF; 
	border-radius: 10px; 
	margin: 50px auto; 
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

#login h2, #register h2, #complaint h2, #complaint-list h4 {
  margin: 0;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
