@font-face {
    font-family: Maven Pro;
    src: url('/assets/fonts/MavenPro-Regular.woff');
}

body {
    color: #555;
    font-size: 12px !important;
    /* font-size: 2vh; */
    /* font-family: 'Maven Pro', Helvetica, Arial; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial;
    font-weight: 400;
}

.card .body {
    font-size: inherit !important;
    color: #555;
    padding: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.required::after {
    color: red;
    content: "*";
    margin-left: 5px;
    font-size: 15px;
    line-height: 1;
}

.fileUploadIns {
    color: red;
    font-size: 10px;
}

#currentMonth #ndp-month-select,
#currentMonth #ndp-year-select {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1px 0;
    height: 26px;
}

table.dataTable thead tr {
    background-color: #337ab7;
    color: #fff;
}

table.dataTable>tbody>tr:nth-of-type(odd) {
    /* background-color: #337ab75c; */
    background-color: #f9f9f9;
}

table.dataTable tbody td {
    padding: 5px 10px;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
    font-size: 1.6vh !important;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
    font-size: 1.6vh !important;
}

table.dataTable {
    font-size: 1.6vh !important;
}

.pagination>li>a {
    border: none;
    font-weight: normal;
    color: #555;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: auto;
    height: auto !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.ajax-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #666;
    overflow: hidden;
    text-align: center;
    opacity: 0.8;
    color: #fff;
}

.ajax-loader-wrapper .loader {
    margin-top: 35vh;
}

.img-card-preview {
    background: #fff;
    min-height: 0px !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

fieldset {
    min-width: 0;
    padding: 10px 10px 0px;
    margin: 10px 0px;
    border: 1px solid silver;
    border-radius: 4px;
}

fieldset legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: silver;
    border: 0;
}

.btn-circle-sm {
    border: none !important;
    outline: none !important;
    overflow: hidden;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

button.btn-circle-sm i.fa {
    font-size: 14px !important;
    position: relative;
    top: 1px !important;
    left: -2px !important;
}

a.btn-circle-sm i.fa {
    font-size: 14px !important;
    position: relative;
    top: 1px !important;
    left: -4px !important;
}

.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 99999999 !important;
}

.profile-card .profile-header {
    background-color: #ad1455;
    padding: 42px 0;
}

.profile-card .profile-body .image-area {
    text-align: center;
    margin-top: -64px;
}

.profile-card .profile-body .image-area img {
    border: 2px solid #ad1455;
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.profile-card .profile-body .content-area {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.profile-card .profile-body .content-area p {
    margin-bottom: 0;
}

.profile-card .profile-body .content-area p:last-child {
    font-weight: 600;
    color: #ad1455;
    margin-top: 5px;
}

.profile-card .profile-footer {
    padding: 15px;
}

.profile-card .profile-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-card .profile-footer ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.profile-card .profile-footer ul li:last-child {
    border-bottom: none;
    margin-bottom: 15px;
}

.profile-card .profile-footer ul li span:first-child {
    font-weight: bold;
}

.profile-card .profile-footer ul li span:last-child {
    float: right;
}

.profile-card .profile-body .image-area img {
    border: 2px solid #ad1455;
    padding: 2px;
    margin: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .menu .list .fa {
    font-size: 18px;
    margin-top: 8px;
}

.info-box-3 {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 110px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.btn:not(.btn-link):not(.btn-circle) span {
    position: relative;
    top: 0px;
    margin-left: 3px;
    font-size: 15px;
}

.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 14px;
    position: relative;
    top: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.modal .modal-header {
    border: none;
    padding: 15px 10px 15px 15px;
}

.modal .modal-content .modal-body {
    color: #777;
    padding: 15px 20px 0px 20px;
}

.modal-footer {
    padding: 15px 20px 15px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 2;
}

.navbar-nav .dropdown-menu {
    margin-top: 14px !important;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 0px !important;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: none;
}

.share-buttons {
    font-size: 3vw;
    background-color: white;
    padding: 10px 10px;
    margin: 10px 10px;
    border-radius: 20px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
    transition: width 2s, height 2s, transform 2s;
}

/* .carousel-caption {
    background-color: #3460AF;
    border-radius: 0px;
    position: relative;
    right: 0%;
    left: 0%;
    margin-top: 40px;
    padding-bottom: 50px;
    padding-top: 10px !important;
    margin-bottom: -25px;
} */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

#carousel-promotion-generic {
    border-radius: 10px;
    border: 2px solid #ccc;
}

.share-buttons:hover {
    transform: rotate(360deg);
}

[type="radio"]:not(:checked)+label {
    padding-left: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
}

[type="radio"]:checked+label {
    padding-left: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
    color: green;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    max-height: 540px;
}