/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html {
    box-sizing: border-box;
}

*,*:before,*:after {
    box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}

summary {
    display: list-item;
}

audio,canvas,progress,video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

figure {
    margin: 1em 40px;
}

img {
    border-style: none;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,input,select,textarea,optgroup {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox],[type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* End extract */
html,body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html {
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.hadi-serif {
    font-family: serif;
}

.hadi-sans-serif {
    font-family: sans-serif;
}

.hadi-cursive {
    font-family: cursive;
}

.hadi-monospace {
    font-family: monospace;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

.hadi-wide {
    letter-spacing: 4px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.hadi-image {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

.hadi-table,.hadi-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.hadi-table-all {
    border: 1px solid #ccc;
}

.hadi-bordered tr,.hadi-table-all tr {
    border-bottom: 1px solid #ddd;
}

.hadi-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.hadi-table-all tr:nth-child(odd) {
    background-color: #fff;
}

.hadi-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.hadi-hoverable tbody tr:hover,.hadi-ul.hadi-hoverable li:hover {
    background-color: #ccc;
}

.hadi-centered tr th,.hadi-centered tr td {
    text-align: center;
}

.hadi-table td,.hadi-table th,.hadi-table-all td,.hadi-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.hadi-table th:first-child,.hadi-table td:first-child,.hadi-table-all th:first-child,.hadi-table-all td:first-child {
    padding-left: 16px;
}

.hadi-btn,.hadi-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.hadi-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.hadi-btn,.hadi-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hadi-disabled,.hadi-btn:disabled,.hadi-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.hadi-disabled *,:disabled * {
    pointer-events: none;
}

.hadi-btn.hadi-disabled:hover,.hadi-btn:disabled:hover {
    box-shadow: none;
}

.hadi-badge,.hadi-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.hadi-badge {
    border-radius: 50%;
}

.hadi-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hadi-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.hadi-ul li:last-child {
    border-bottom: none;
}

.hadi-tooltip,.hadi-display-container {
    position: relative;
}

.hadi-tooltip .hadi-text {
    display: none;
}

.hadi-tooltip:hover .hadi-text {
    display: inline-block;
}

.hadi-ripple:active {
    opacity: 0.5;
}

.hadi-ripple {
    transition: opacity 0s;
}

.hadi-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.hadi-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

.hadi-dropdown-click,.hadi-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hadi-dropdown-hover:hover .hadi-dropdown-content {
    display: block;
}

.hadi-dropdown-hover:first-child,.hadi-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}

.hadi-dropdown-hover:hover > .hadi-button:first-child,.hadi-dropdown-click:hover > .hadi-button:first-child {
    background-color: #ccc;
    color: #000;
}

.hadi-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.hadi-check,.hadi-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.hadi-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}

.hadi-bar-block .hadi-dropdown-hover,.hadi-bar-block .hadi-dropdown-click {
    width: 100%;
}

.hadi-bar-block .hadi-dropdown-hover .hadi-dropdown-content,.hadi-bar-block .hadi-dropdown-click .hadi-dropdown-content {
    min-width: 100%;
}

.hadi-bar-block .hadi-dropdown-hover .hadi-button,.hadi-bar-block .hadi-dropdown-click .hadi-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}

.hadi-main,#main {
    transition: margin-left .4s;
}

.hadi-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.hadi-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.hadi-bar {
    width: 100%;
    overflow: hidden;
}

.hadi-center .hadi-bar {
    display: inline-block;
    width: auto;
}

.hadi-bar .hadi-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.hadi-bar .hadi-dropdown-hover,.hadi-bar .hadi-dropdown-click {
    position: static;
    float: left;
}

.hadi-bar .hadi-button {
    white-space: normal;
}

.hadi-bar-block .hadi-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.hadi-bar-block.hadi-center .hadi-bar-item {
    text-align: center;
}

.hadi-block {
    display: block;
    width: 100%;
}

.hadi-responsive {
    display: block;
    overflow-x: auto;
}

.hadi-container:after,.hadi-container:before,.hadi-panel:after,.hadi-panel:before,.hadi-row:after,.hadi-row:before,.hadi-row-padding:after,.hadi-row-padding:before,
.hadi-cell-row:before,.hadi-cell-row:after,.hadi-clear:after,.hadi-clear:before,.hadi-bar:before,.hadi-bar:after {
    content: "";
    display: table;
    clear: both;
}

.hadi-col,.hadi-half,.hadi-third,.hadi-twothird,.hadi-threequarter,.hadi-quarter {
    float: left;
    width: 100%;
}

.hadi-col.s1 {
    width: 8.33333%;
}

.hadi-col.s2 {
    width: 16.66666%;
}

.hadi-col.s3 {
    width: 24.99999%;
}

.hadi-col.s4 {
    width: 33.33333%;
}

.hadi-col.s5 {
    width: 41.66666%;
}

.hadi-col.s6 {
    width: 49.99999%;
}

.hadi-col.s7 {
    width: 58.33333%;
}

.hadi-col.s8 {
    width: 66.66666%;
}

.hadi-col.s9 {
    width: 74.99999%;
}

.hadi-col.s10 {
    width: 83.33333%;
}

.hadi-col.s11 {
    width: 91.66666%;
}

.hadi-col.s12 {
    width: 99.99999%;
}

@media (min-width:601px) {
    .hadi-col.m1 {
        width: 8.33333%;
    }

    .hadi-col.m2 {
        width: 16.66666%;
    }

    .hadi-col.m3,.hadi-quarter {
        width: 24.99999%;
    }

    .hadi-col.m4,.hadi-third {
        width: 33.33333%;
    }

    .hadi-col.m5 {
        width: 41.66666%;
    }

    .hadi-col.m6,.hadi-half {
        width: 49.99999%;
    }

    .hadi-col.m7 {
        width: 58.33333%;
    }

    .hadi-col.m8,.hadi-twothird {
        width: 66.66666%;
    }

    .hadi-col.m9,.hadi-threequarter {
        width: 74.99999%;
    }

    .hadi-col.m10 {
        width: 83.33333%;
    }

    .hadi-col.m11 {
        width: 91.66666%;
    }

    .hadi-col.m12 {
        width: 99.99999%;
    };
}

@media (min-width:993px) {
    .hadi-col.l1 {
        width: 8.33333%;
    }

    .hadi-col.l2 {
        width: 16.66666%;
    }

    .hadi-col.l3 {
        width: 24.99999%;
    }

    .hadi-col.l4 {
        width: 33.33333%;
    }

    .hadi-col.l5 {
        width: 41.66666%;
    }

    .hadi-col.l6 {
        width: 49.99999%;
    }

    .hadi-col.l7 {
        width: 58.33333%;
    }

    .hadi-col.l8 {
        width: 66.66666%;
    }

    .hadi-col.l9 {
        width: 74.99999%;
    }

    .hadi-col.l10 {
        width: 83.33333%;
    }

    .hadi-col.l11 {
        width: 91.66666%;
    }

    .hadi-col.l12 {
        width: 99.99999%;
    };
}

.hadi-rest {
    overflow: hidden;
}

.hadi-stretch {
    margin-left: -16px;
    margin-right: -16px;
}

.hadi-content,.hadi-auto {
    margin-left: auto;
    margin-right: auto;
}

.hadi-content {
    max-width: 980px;
}

.hadi-auto {
    max-width: 1140px;
}

.hadi-cell-row {
    display: table;
    width: 100%;
}

.hadi-cell {
    display: table-cell;
}

.hadi-cell-top {
    vertical-align: top;
}

.hadi-cell-middle {
    vertical-align: middle;
}

.hadi-cell-bottom {
    vertical-align: bottom;
}

.hadi-hide {
    display: none!important;
}

.hadi-show-block,.hadi-show {
    display: block!important;
}

.hadi-show-inline-block {
    display: inline-block!important;
}

@media (max-width:1205px) {
    .hadi-auto {
        max-width: 95%;
    };
}

@media (max-width:600px) {
    .hadi-modal-content {
        margin: 0 10px;
        width: auto!important;
    }

    .hadi-modal {
        padding-top: 30px;
    }

    .hadi-dropdown-hover.hadi-mobile .hadi-dropdown-content,.hadi-dropdown-click.hadi-mobile .hadi-dropdown-content {
        position: relative;
    }

    .hadi-hide-small {
        display: none!important;
    }

    .hadi-mobile {
        display: block;
        width: 100%!important;
    }

    .hadi-bar-item.hadi-mobile,.hadi-dropdown-hover.hadi-mobile,.hadi-dropdown-click.hadi-mobile {
        text-align: center;
    }

    .hadi-dropdown-hover.hadi-mobile,.hadi-dropdown-hover.hadi-mobile .hadi-btn,.hadi-dropdown-hover.hadi-mobile .hadi-button,.hadi-dropdown-click.hadi-mobile,.hadi-dropdown-click.hadi-mobile .hadi-btn,.hadi-dropdown-click.hadi-mobile .hadi-button {
        width: 100%;
    };
}

@media (max-width:768px) {
    .hadi-modal-content {
        width: 500px;
    }

    .hadi-modal {
        padding-top: 50px;
    };
}

@media (min-width:993px) {
    .hadi-modal-content {
        width: 900px;
    }

    .hadi-hide-large {
        display: none!important;
    }

    .hadi-sidebar.hadi-collapse {
        display: block!important;
    };
}

@media (max-width:992px) and (min-width:601px) {
    .hadi-hide-medium {
        display: none!important;
    };
}

@media (max-width:992px) {
    .hadi-sidebar.hadi-collapse {
        display: none;
    }

    .hadi-main {
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .hadi-auto {
        max-width: 100%;
    };
}

.hadi-top,.hadi-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.hadi-top {
    top: 0;
}

.hadi-bottom {
    bottom: 0;
}

.hadi-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.hadi-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.hadi-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.hadi-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hadi-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hadi-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.hadi-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.hadi-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.hadi-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}

.hadi-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
}

.hadi-display-container:hover .hadi-display-hover {
    display: block;
}

.hadi-display-container:hover span.hadi-display-hover {
    display: inline-block;
}

.hadi-display-hover {
    display: none;
}

.hadi-display-position {
    position: absolute;
}

.hadi-circle {
    border-radius: 50%;
}

.hadi-round-small {
    border-radius: 2px;
}

.hadi-round,.hadi-round-medium {
    border-radius: 4px;
}

.hadi-round-large {
    border-radius: 8px;
}

.hadi-round-xlarge {
    border-radius: 16px;
}

.hadi-round-xxlarge {
    border-radius: 32px;
}

.hadi-row-padding,.hadi-row-padding>.hadi-half,.hadi-row-padding>.hadi-third,.hadi-row-padding>.hadi-twothird,.hadi-row-padding>.hadi-threequarter,.hadi-row-padding>.hadi-quarter,.hadi-row-padding>.hadi-col {
    padding: 0 8px;
}

.hadi-container,.hadi-panel {
    padding: 0.01em 16px;
}

.hadi-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.hadi-code,.hadi-codespan {
    font-family: Consolas,"courier new";
    font-size: 16px;
}

.hadi-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word;
}

.hadi-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

.hadi-card,.hadi-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.hadi-card-4,.hadi-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.hadi-spin {
    animation: hadi-spin 2s infinite linear;
}

@keyframes hadi-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    };
}

.hadi-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    };
}

.hadi-animate-opacity {
    animation: opac 0.8s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    };
}

.hadi-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    };
}

.hadi-animate-left {
    position: relative;
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    };
}

.hadi-animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    };
}

.hadi-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    };
}

.hadi-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    };
}

.hadi-animate-input {
    transition: width 0.4s ease-in-out;
}

.hadi-animate-input:focus {
    width: 100%!important;
}

.hadi-opacity,.hadi-hover-opacity:hover {
    opacity: 0.60;
}

.hadi-opacity-off,.hadi-hover-opacity-off:hover {
    opacity: 1;
}

.hadi-opacity-max {
    opacity: 0.25;
}

.hadi-opacity-min {
    opacity: 0.75;
}

.hadi-greyscale-max,.hadi-grayscale-max,.hadi-hover-greyscale:hover,.hadi-hover-grayscale:hover {
    filter: grayscale(100%);
}

.hadi-greyscale,.hadi-grayscale {
    filter: grayscale(75%);
}

.hadi-greyscale-min,.hadi-grayscale-min {
    filter: grayscale(50%);
}

.hadi-sepia {
    filter: sepia(75%);
}

.hadi-sepia-max,.hadi-hover-sepia:hover {
    filter: sepia(100%);
}

.hadi-sepia-min {
    filter: sepia(50%);
}

.hadi-tiny {
    font-size: 10px!important;
}

.hadi-small {
    font-size: 12px!important;
}

.hadi-medium {
    font-size: 15px!important;
}

.hadi-large {
    font-size: 18px!important;
}

.hadi-xlarge {
    font-size: 24px!important;
}

.hadi-xxlarge {
    font-size: 36px!important;
}

.hadi-xxxlarge {
    font-size: 48px!important;
}

.hadi-jumbo {
    font-size: 64px!important;
}

.hadi-left-align {
    text-align: left!important;
}

.hadi-right-align {
    text-align: right!important;
}

.hadi-justify {
    text-align: justify!important;
}

.hadi-center {
    text-align: center!important;
}

.hadi-border-0 {
    border: 0!important;
}

.hadi-border {
    border: 1px solid #ccc!important;
}

.hadi-border-top {
    border-top: 1px solid #ccc!important;
}

.hadi-border-bottom {
    border-bottom: 1px solid #ccc!important;
}

.hadi-border-left {
    border-left: 1px solid #ccc!important;
}

.hadi-border-right {
    border-right: 1px solid #ccc!important;
}

.hadi-topbar {
    border-top: 6px solid #ccc!important;
}

.hadi-bottombar {
    border-bottom: 6px solid #ccc!important;
}

.hadi-leftbar {
    border-left: 6px solid #ccc!important;
}

.hadi-rightbar {
    border-right: 6px solid #ccc!important;
}

.hadi-section,.hadi-code {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.hadi-margin {
    margin: 16px!important;
}

.hadi-margin-top {
    margin-top: 16px!important;
}

.hadi-margin-bottom {
    margin-bottom: 16px!important;
}

.hadi-margin-left {
    margin-left: 16px!important;
}

.hadi-margin-right {
    margin-right: 16px!important;
}

.hadi-padding-small {
    padding: 4px 8px!important;
}

.hadi-padding {
    padding: 8px 16px!important;
}

.hadi-padding-large {
    padding: 12px 24px!important;
}

.hadi-padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}

.hadi-padding-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}

.hadi-padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important;
}

.hadi-padding-48 {
    padding-top: 48px!important;
    padding-bottom: 48px!important;
}

.hadi-padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}

.hadi-padding-top-64 {
    padding-top: 64px!important;
}

.hadi-padding-top-48 {
    padding-top: 48px!important;
}

.hadi-padding-top-32 {
    padding-top: 32px!important;
}

.hadi-padding-top-24 {
    padding-top: 24px!important;
}

.hadi-left {
    float: left!important;
}

.hadi-right {
    float: right!important;
}

.hadi-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}

.hadi-transparent,.hadi-hover-none:hover {
    background-color: transparent!important;
}

.hadi-hover-none:hover {
    box-shadow: none!important;
}
/* Colors */
.hadi-amber,.hadi-hover-amber:hover {
    color: #000!important;
    background-color: #ffc107!important;
}

.hadi-aqua,.hadi-hover-aqua:hover {
    color: #000!important;
    background-color: #00ffff!important;
}

.hadi-blue,.hadi-hover-blue:hover {
    color: #fff!important;
    background-color: #2196F3!important;
}

.hadi-light-blue,.hadi-hover-light-blue:hover {
    color: #000!important;
    background-color: #87CEEB!important;
}

.hadi-brown,.hadi-hover-brown:hover {
    color: #fff!important;
    background-color: #795548!important;
}

.hadi-cyan,.hadi-hover-cyan:hover {
    color: #000!important;
    background-color: #00bcd4!important;
}

.hadi-blue-grey,.hadi-hover-blue-grey:hover,.hadi-blue-gray,.hadi-hover-blue-gray:hover {
    color: #fff!important;
    background-color: #607d8b!important;
}

.hadi-green,.hadi-hover-green:hover {
    color: #fff!important;
    background-color: #4CAF50!important;
}

.hadi-light-green,.hadi-hover-light-green:hover {
    color: #000!important;
    background-color: #8bc34a!important;
}

.hadi-indigo,.hadi-hover-indigo:hover {
    color: #fff!important;
    background-color: #3f51b5!important;
}

.hadi-khaki,.hadi-hover-khaki:hover {
    color: #000!important;
    background-color: #f0e68c!important;
}

.hadi-lime,.hadi-hover-lime:hover {
    color: #000!important;
    background-color: #cddc39!important;
}

.hadi-orange,.hadi-hover-orange:hover {
    color: #000!important;
    background-color: #ff9800!important;
}

.hadi-deep-orange,.hadi-hover-deep-orange:hover {
    color: #fff!important;
    background-color: #ff5722!important;
}

.hadi-pink,.hadi-hover-pink:hover {
    color: #fff!important;
    background-color: #e91e63!important;
}

.hadi-purple,.hadi-hover-purple:hover {
    color: #fff!important;
    background-color: #9c27b0!important;
}

.hadi-deep-purple,.hadi-hover-deep-purple:hover {
    color: #fff!important;
    background-color: #673ab7!important;
}

.hadi-red,.hadi-hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important;
}

.hadi-sand,.hadi-hover-sand:hover {
    color: #000!important;
    background-color: #fdf5e6!important;
}

.hadi-teal,.hadi-hover-teal:hover {
    color: #fff!important;
    background-color: #009688!important;
}

.hadi-yellow,.hadi-hover-yellow:hover {
    color: #000!important;
    background-color: #ffeb3b!important;
}

.hadi-white,.hadi-hover-white:hover {
    color: #000!important;
    background-color: #fff!important;
}

.hadi-black,.hadi-hover-black:hover {
    color: #fff!important;
    background-color: #000!important;
}

.hadi-grey,.hadi-hover-grey:hover,.hadi-gray,.hadi-hover-gray:hover {
    color: #000!important;
    background-color: #9e9e9e!important;
}

.hadi-light-grey,.hadi-hover-light-grey:hover,.hadi-light-gray,.hadi-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important;
}

.hadi-dark-grey,.hadi-hover-dark-grey:hover,.hadi-dark-gray,.hadi-hover-dark-gray:hover {
    color: #fff!important;
    background-color: #616161!important;
}

.hadi-pale-red,.hadi-hover-pale-red:hover {
    color: #000!important;
    background-color: #ffdddd!important;
}

.hadi-pale-green,.hadi-hover-pale-green:hover {
    color: #000!important;
    background-color: #ddffdd!important;
}

.hadi-pale-yellow,.hadi-hover-pale-yellow:hover {
    color: #000!important;
    background-color: #ffffcc!important;
}

.hadi-pale-blue,.hadi-hover-pale-blue:hover {
    color: #000!important;
    background-color: #ddffff!important;
}

.hadi-text-amber,.hadi-hover-text-amber:hover {
    color: #ffc107!important;
}

.hadi-text-aqua,.hadi-hover-text-aqua:hover {
    color: #00ffff!important;
}

.hadi-text-blue,.hadi-hover-text-blue:hover {
    color: #2196F3!important;
}

.hadi-text-light-blue,.hadi-hover-text-light-blue:hover {
    color: #87CEEB!important;
}

.hadi-text-brown,.hadi-hover-text-brown:hover {
    color: #795548!important;
}

.hadi-text-cyan,.hadi-hover-text-cyan:hover {
    color: #00bcd4!important;
}

.hadi-text-blue-grey,.hadi-hover-text-blue-grey:hover,.hadi-text-blue-gray,.hadi-hover-text-blue-gray:hover {
    color: #607d8b!important;
}

.hadi-text-green,.hadi-hover-text-green:hover {
    color: #4CAF50!important;
}

.hadi-text-light-green,.hadi-hover-text-light-green:hover {
    color: #8bc34a!important;
}

.hadi-text-indigo,.hadi-hover-text-indigo:hover {
    color: #3f51b5!important;
}

.hadi-text-khaki,.hadi-hover-text-khaki:hover {
    color: #b4aa50!important;
}

.hadi-text-lime,.hadi-hover-text-lime:hover {
    color: #cddc39!important;
}

.hadi-text-orange,.hadi-hover-text-orange:hover {
    color: #ff9800!important;
}

.hadi-text-deep-orange,.hadi-hover-text-deep-orange:hover {
    color: #ff5722!important;
}

.hadi-text-pink,.hadi-hover-text-pink:hover {
    color: #e91e63!important;
}

.hadi-text-purple,.hadi-hover-text-purple:hover {
    color: #9c27b0!important;
}

.hadi-text-deep-purple,.hadi-hover-text-deep-purple:hover {
    color: #673ab7!important;
}

.hadi-text-red,.hadi-hover-text-red:hover {
    color: #f44336!important;
}

.hadi-text-sand,.hadi-hover-text-sand:hover {
    color: #fdf5e6!important;
}

.hadi-text-teal,.hadi-hover-text-teal:hover {
    color: #009688!important;
}

.hadi-text-yellow,.hadi-hover-text-yellow:hover {
    color: #d2be0e!important;
}

.hadi-text-white,.hadi-hover-text-white:hover {
    color: #fff!important;
}

.hadi-text-black,.hadi-hover-text-black:hover {
    color: #000!important;
}

.hadi-text-grey,.hadi-hover-text-grey:hover,.hadi-text-gray,.hadi-hover-text-gray:hover {
    color: #757575!important;
}

.hadi-text-light-grey,.hadi-hover-text-light-grey:hover,.hadi-text-light-gray,.hadi-hover-text-light-gray:hover {
    color: #f1f1f1!important;
}

.hadi-text-dark-grey,.hadi-hover-text-dark-grey:hover,.hadi-text-dark-gray,.hadi-hover-text-dark-gray:hover {
    color: #3a3a3a!important;
}

.hadi-border-amber,.hadi-hover-border-amber:hover {
    border-color: #ffc107!important;
}

.hadi-border-aqua,.hadi-hover-border-aqua:hover {
    border-color: #00ffff!important;
}

.hadi-border-blue,.hadi-hover-border-blue:hover {
    border-color: #2196F3!important;
}

.hadi-border-light-blue,.hadi-hover-border-light-blue:hover {
    border-color: #87CEEB!important;
}

.hadi-border-brown,.hadi-hover-border-brown:hover {
    border-color: #795548!important;
}

.hadi-border-cyan,.hadi-hover-border-cyan:hover {
    border-color: #00bcd4!important;
}

.hadi-border-blue-grey,.hadi-hover-border-blue-grey:hover,.hadi-border-blue-gray,.hadi-hover-border-blue-gray:hover {
    border-color: #607d8b!important;
}

.hadi-border-green,.hadi-hover-border-green:hover {
    border-color: #4CAF50!important;
}

.hadi-border-light-green,.hadi-hover-border-light-green:hover {
    border-color: #8bc34a!important;
}

.hadi-border-indigo,.hadi-hover-border-indigo:hover {
    border-color: #3f51b5!important;
}

.hadi-border-khaki,.hadi-hover-border-khaki:hover {
    border-color: #f0e68c!important;
}

.hadi-border-lime,.hadi-hover-border-lime:hover {
    border-color: #cddc39!important;
}

.hadi-border-orange,.hadi-hover-border-orange:hover {
    border-color: #ff9800!important;
}

.hadi-border-deep-orange,.hadi-hover-border-deep-orange:hover {
    border-color: #ff5722!important;
}

.hadi-border-pink,.hadi-hover-border-pink:hover {
    border-color: #e91e63!important;
}

.hadi-border-purple,.hadi-hover-border-purple:hover {
    border-color: #9c27b0!important;
}

.hadi-border-deep-purple,.hadi-hover-border-deep-purple:hover {
    border-color: #673ab7!important;
}

.hadi-border-red,.hadi-hover-border-red:hover {
    border-color: #f44336!important;
}

.hadi-border-sand,.hadi-hover-border-sand:hover {
    border-color: #fdf5e6!important;
}

.hadi-border-teal,.hadi-hover-border-teal:hover {
    border-color: #009688!important;
}

.hadi-border-yellow,.hadi-hover-border-yellow:hover {
    border-color: #ffeb3b!important;
}

.hadi-border-white,.hadi-hover-border-white:hover {
    border-color: #fff!important;
}

.hadi-border-black,.hadi-hover-border-black:hover {
    border-color: #000!important;
}

.hadi-border-grey,.hadi-hover-border-grey:hover,.hadi-border-gray,.hadi-hover-border-gray:hover {
    border-color: #9e9e9e!important;
}

.hadi-border-light-grey,.hadi-hover-border-light-grey:hover,.hadi-border-light-gray,.hadi-hover-border-light-gray:hover {
    border-color: #f1f1f1!important;
}

.hadi-border-dark-grey,.hadi-hover-border-dark-grey:hover,.hadi-border-dark-gray,.hadi-hover-border-dark-gray:hover {
    border-color: #616161!important;
}

.hadi-border-pale-red,.hadi-hover-border-pale-red:hover {
    border-color: #ffe7e7!important;
}

.hadi-border-pale-green,.hadi-hover-border-pale-green:hover {
    border-color: #e7ffe7!important;
}

.hadi-border-pale-yellow,.hadi-hover-border-pale-yellow:hover {
    border-color: #ffffcc!important;
}

.hadi-border-pale-blue,.hadi-hover-border-pale-blue:hover {
    border-color: #e7ffff!important;
}
