body,
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0 !important;
}

a,
a:hover,
button {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

li {
    list-style-type: none;
}

table {
    position: relative;
    width: 100%;
}

tr {
    position: relative;
}

td {
    padding: 5px 10px;
    position: relative;
}

label {
    margin: 0;
}

form [class*="col"] {
    margin-bottom: 15px;
}

input {
    padding: 3px 10px;
    border-radius: 5px;
}

input::placeholder {
    font-style: italic;
}

label sup {
    color: #ff0000;
    font-size: 20px;
    top: 0px;
}

.clr {
    float: none;
    clear: both;
}

.toggle-off {
    border-radius: 5px;
    border: 1px solid silver;
}

.toggle-on.btn,
.toggle-off.btn {
    cursor: pointer;
}

.toggle-handle {
    cursor: pointer;
    background: #ffffff;
}

.function {
    min-width: 70px;
}

.function a {
    padding: 0;
}

img {
    max-width: 100%;
}

fieldset {
    border: 1px solid Green !important;
    padding: 10px 10px 30px 10px !important;
    margin: inherit !important;
}

legend {
    display: inline-block !important;
    width: auto !important;
    padding: 0 10px !important;
    color: #00abc0;
    font-size: 18px;
}

.tab-content>.active {
    opacity: 1;
}

ul.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    text-align: center;
    width: auto !important;
    border-bottom: 0px !important;
}

[data-notify=container] {
    width: auto !important;
    padding-right: 50px !important;
    z-index: 9999 !important;
}

[data-notify=dismiss] {
    top: 0 !important;
    right: 5px !important;
}

.btn-submit {
    cursor: pointer;
}

.viewmore a {
    transition: 0.3s;
    color: #000000;
}

.viewmore a:hover {
    color: #fab207;
}