* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: auto;
	font-family: "Ubuntu"!important;
}

/*Others*/
.m-left-20 {
	margin-left: 20px;
	margin-bottom: 5px;
}

#codes-ex {
	float: left;
	background: #f4f4f4;
	height: auto;
	width: 98%;
	margin: 1%;
	padding-bottom: 10px;
}
#codes-ex #see-ex {
	padding: 10px;
	margin: 10px;	
}
#codes-ex #usage-ex {
	float: left;
	width: 98%;
}

#line {
	float: left;
	width: 98%;
	height: 1px;
	background: #333;
	margin: 10px;
}

#line-table {
	float: left;
	width: 100%;
	height: 3px;
	background: #F00;
	margin-bottom: 15px;
}

/*BUTTONS*/
.btn-on {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;	
}

.btn-text-white {
	color: #fff!important;
}
.btn-text-black {
	color: #000!important;
}

.btn-radius {
	border-radius: 6px;
}

.btn-indigo {
	background: #4B0082;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-indigo:hover {
	background: #9400D3;
}

.btn-dark-gray {
	background: #2F4F4F;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-dark-gray:hover {
	background: #008080;
}

.btn-red {
	background: #FF0000;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-red:hover {
	background: #800000;
}

.btn-m-blue {
	background: #0000CD;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-m-blue:hover {
	background: #0000FF;
}

.btn-green {
	background: #008000;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-green:hover {
	background: #006400;
}

.btn-white {
	background: #FFFFFF;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-white:hover {
	background: #F0F8FF;
}

.btn-dark-orange {
	background: #FF8C00;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-dark-orange:hover {
	background: #FF4500;
}

.btn-yellow {
	background: #FFFF00;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-yellow:hover {
	background: #FFD700;
}

.btn-magenta {
	background: #FF00FF;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-magenta:hover {
	background: #8B008B;
}

.btn-cyan {
	background: #00FFFF;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-cyan:hover {
	background: #008B8B;
}

.btn-black {
	background: #000000;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-black:hover {
	background: #333333;
}

.btn-lawn-green {
	background: #7CFC00;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-lawn-green:hover {
	background: #6B8E23;
}

.btn-dark-red {
	background: #8B0000;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-dark-red:hover {
	background: #DC143C;
}

.btn-pale-goldenrod {
	background: #EEE8AA;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-pale-goldenrod:hover {
	background: #FFE4B5;
}

.btn-grey31 {
	background: #4F4F4F;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-grey31:hover {
	background: #000000;
}

.btn-midnight-blue {
	background: #191970;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-midnight-blue:hover {
	background: #483D8B;
}

.btn-dodger-blue {
	background: #1E90FF;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-dodger-blue:hover {
	background: #4169E1;
}

.btn-silver {
	background: #C0C0C0;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-silver:hover {
	background: #808080;
}

.btn-slate-gray {
	background: #708090;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-slate-gray:hover {
	background: #4682B4;
}

.btn-dark-goldenrod {
	background: #B8860B;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-dark-goldenrod:hover {
	background: #DAA520;
}

.btn-sea-green {
	background: #2E8B57;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-sea-green:hover {
	background: #3CB371;
}

.btn-chocolate {
	background: #D2691E;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-chocolate:hover {
	background: #A0522D;
}

.btn-purple {
	background: #A020F0;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-purple:hover {
	background: #9932CC;
}

.btn-crimson {
	background: #DC143C;
	width: auto;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	margin-left: 8px;
	margin-bottom: 15px!important;
	float: left;
	border: none;
	cursor: pointer;
}
.btn-crimson:hover {
	background: #B22222;
} 

/*TABLES*/
table {
  border-collapse: collapse;
}

.table-text-white {
	color: #fff!important;
}

.table-on {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}
.table-on th,
.table-on td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table-on thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-on tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-on .table-on {
  background-color: #fff;
}

.table-on-bordered {
  border: 1px solid #dee2e6;
}

.table-on-bordered th,
.table-on-bordered td {
  border: 1px solid #dee2e6;
}

.table-on-bordered thead th,
.table-on-bordered thead td {
  border-bottom-width: 2px;
}

/*table white*/
.table-on .table-white {
	background: #fff!important;
}
.table-white thead tr {
    background: #fff!important;
    color: #000;
}
.table-white tbody tr:nth-of-type(even) {
    background: #fff!important;
    color: #000;
}

.table-white tbody tr:nth-of-type(odd) {
    background: #fff!important;
    color: #000;
}

/*table black*/
.table-on .table-black {
	background: #000!important;
}
.table-black thead tr {
    background: #000!important;
    color: #fff;
}
.table-black tbody tr:nth-of-type(even) {
    background: #000!important;
    color: #fff;
}

.table-black tbody tr:nth-of-type(odd) {
    background: #000!important;
    color: #fff;
}

/*table gray*/
.table-on .table-gray {
	background: #EDEDED!important;
}
.table-gray thead tr {
    background: #EDEDED!important;
    color: #000;
}
.table-gray tbody tr:nth-of-type(even) {
    background: #EDEDED!important;
    color: #000;
}

.table-gray tbody tr:nth-of-type(odd) {
    background: #EDEDED!important;
    color: #000;
}

/*table white-gray*/
.table-white-gray thead tr {
    background: #FFF!important;
    color: #000;
}
.table-white-gray tbody tr:nth-of-type(even) {
    background: #FFF!important;
    color: #000;
}

.table-white-gray tbody tr:nth-of-type(odd) {
    background: #EDEDED!important;
    color: #000;
}

/*table white-black*/
.table-white-black thead tr {
    background: #FFF!important;
    color: #000;
}
.table-white-black tbody tr:nth-of-type(even) {
    background: #FFF!important;
    color: #000;
}

.table-white-black tbody tr:nth-of-type(odd) {
    background: #000000!important;
    color: #FFF;
}

/*table white-blue*/
.table-white-blue thead tr {
    background: #FFF!important;
    color: #000;
}
.table-white-blue tbody tr:nth-of-type(even) {
    background: #FFF!important;
    color: #000;
}

.table-white-blue tbody tr:nth-of-type(odd) {
    background: #000080!important;
    color: #FFF;
}

/*table black-blue*/
.table-black-blue thead tr {
    background: #FFF!important;
    color: #000;
}
.table-black-blue tbody tr:nth-of-type(even) {
    background: #000080!important;
    color: #FFF;
}

.table-black-blue tbody tr:nth-of-type(odd) {
    background: #000000!important;
    color: #FFF;
}

/*table black-green*/
.table-black-green thead tr {
    background: #FFF!important;
    color: #000;
}
.table-black-green tbody tr:nth-of-type(even) {
    background: #006400!important;
    color: #FFF;
}

.table-black-green tbody tr:nth-of-type(odd) {
    background: #000000!important;
    color: #FFF;
}

/*table gray-blue*/
.table-gray-blue thead tr {
    background: #FFF!important;
    color: #000;
}
.table-gray-blue tbody tr:nth-of-type(even) {
    background: #008B8B!important;
    color: #FFF;
}

.table-gray-blue tbody tr:nth-of-type(odd) {
    background: #333333!important;
    color: #FFF;
}

/*table gray-green*/
.table-gray-green thead tr {
    background: #FFF!important;
    color: #000;
}
.table-gray-green tbody tr:nth-of-type(even) {
    background: #2E8B57!important;
    color: #FFF;
}

.table-gray-green tbody tr:nth-of-type(odd) {
    background: #333333!important;
    color: #FFF;
}

/*NAVS*/
.nav-black {
	background: #000000;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-dark-red {
	background: #800000;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-white {
	background: #FFF;
	color: #000;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-gray {
	background: #333;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-green {
	background: #006400;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-indigo {
	background: #4B0082;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

.nav-dark-cyan {
	background: #008B8B;
	color: #FFF;
	width: 98%;
	height: auto;
	padding: 1%;
}

/*FORMS*/
.form-with-header-dark {
	float: left;
	width: 360px;
	max-width: 100%;
	height: auto;
	background: #2F4F4F;
	margin: 10px;
}

.form-on-header {
	float: left;
	width: 100%;
	height: auto;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.form-on-group {
	float: left;
	margin-left: 2%;
	max-width: 96%;
	height: auto;
	padding-bottom: 10px;
}

.form-on-label {
	float: left;	
	min-width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form-on-input {
	float: left;		
	width: 335px;
	max-width: 100%;
	height: 30px;
}

.form-on-textarea {
	float: left;		
	width: 335px;
	max-width: 100%;	
	min-width: 335px;
	height: 80px;
	min-height: 80px;
}

.form-with-header-dark-border {
	float: left;
	width: 360px;
	max-width: 100%;
	height: auto;
	background: #2F4F4F;
	margin: 10px;
	border-radius: 9px;
	border: 3px solid #008080;
}