h1, .h1 {font-size: 1.4rem; font-weight: 700;}
h2, .h2 {font-size: 1.4rem; font-weight: 700;}
h3, .h3 {font-size: 1.2rem; font-weight: 700;}
h4, .h4 {font-size: 1.2rem;}
h5, .h5 {font-size: 1.1rem;}
h6, .h6 {font-weight: 700;}
.b {font-weight: 700;}
.lower, .low {text-transform: lowercase;}
.upper, .up {text-transform: uppercase;}

/*LIST*/
.ol {list-style: auto;}
.ul {list-style: inherit;}
.disc {list-style: disc;}
.circle {list-style: circle;}
.square {list-style: square;}
.none {list-style: none;}
.decimal {list-style: decimal;}
.zero {list-style: decimal-leading-zero;}
.roman {list-style: upper-roman;}
.lower {list-style: lower-roman;}
/*end LIST*/

/*  TABLE  */
.table-responsive {
    overflow-x: auto;
}
.table {
    width: 100%;
}
.table thead {
    text-align: center;
}
.table th, .table td {
    padding: 5px;
}
.border, .border td, .border th {
    border: solid 1px #777;
}
.striped thead {
    background: #ccc;
}
.striped tbody>tr:nth-of-type(even) {
    background: #eee;
}
/* END TABLE */

/**/
.w50 {
    width: 50px;
    border: 1px solid;
}
.w100 {
    width: 100px;
    border: 1px solid;
}

/**/
.float_l {

    float: left;

}
.float_r {

    float: right;

}
.clear {

    clear: both;
    width: 100%;

}
.mt-10 {
	margin-top: 10px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.ml-50 {
	margin-left: 50px !important;
}

/*btn*/
.btn {
    display: block;
}
.btn.center {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.btn.def {
    padding: 10px;
    background: #3949a0;
    color: #fcfcfc;
    font-weight: 700;
    margin-top: -4.5rem;
    text-align: center;
}

/*color*/
.ff {color:#ffffff;}
.fc {color:#fcfcfc;}
.cf {color:#cfcfcf;}
.cc {color:#cccccc;}

/*font*/
.large {font-size: large;}
.small {font-size: 80%;}

.text-center {
    text-align: center;
}
.fluid {
    max-width: 100%;
}