.hidden {
    display: none;
}

.center {
    text-align: center;
}

.m-center {
    margin-right: auto;
    margin-left: auto;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}

.w-400 {
    width: 400px;
}

.w-250 {
    width: 250px;
}
.w100 {
    width: 100px;
}
.w-100p {
    width: 100%;
}

.w-80p {
    width: 80%;
}

.w-60p {
    width: 60%;
}

.mw-250 {
    max-width: 250px;
}
.min-w-250 {
    min-width: 250px;
}
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mr45 {
    margin-right: 45px;
}

.p25 {
    padding: 25px;
}

.bg-gray {
    background-color: #f7f6f6;
    border-radius: 50px;
}

.bg-selectArea {
    background-color: #dfdfdf;
    border-radius: 10px;
}

.pointer {
    cursor: pointer;
}

.w-auto {
    width: auto;
}

.crop-object {
    background-color: yellow;
    opacity: 0.3;
    border: 1px solid gray;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.lightgray {
    color: #636363 !important;
}

.color-white {
    color: white !important;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.inline-b {
    display: inline-block;
}

.image-color {
    background-color: #7BB000;
}

.swal2-container {
    z-index: 2000 !important;
}
.btn-success {
    background-color: #7BB000;
	border-color: #73a302;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #8a8a8a;
	border-color: #fff;
}
.btn-success:hover {
    background-color: #7fb304;
	border-color: #73a302;
}

.head-logo {
    width: 250px;
}

.no-link {
    color: #3e3e3e;
}

.header {
    display: inline;
}

.header .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black;
    border-bottom: 3px solid green;
    border-radius: 0;
}

.helpitem {
    width: 50px;
}

.nav-tabs {
    border: none;
    background: none;
}

.nav-tabs li {
    color: #333;
    background: none;
    border: none;
    padding: 1px 0px 3px;
}

.nav-tabs li a {
    color: #333;
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    padding: 0px 1rem;
    border-right: 1px solid #333;
    background: rgba(122, 147, 153, 0.15);
    width: 10rem;
}

.nav-tabs li:last-child a {
    border: none;
}

.nav-tabs li a:not(.active) {
    padding-bottom: 3px;
}

.nav-tabs li a.active {
    background: none;
    border-bottom: 3px solid #7BB000;
}

body::-webkit-scrollbar {
    display: none;
}

.scroll-x {
    overflow-x: scroll;
}
.scroll-y {
    overflow-y: scroll;
}

.space-15 {
    height:15px;
}
.va-top {
    vertical-align: top;
}
.handle {
    cursor: pointer;
}