body {
     font-family: Poppins !important; 
    font-size: 12px;
    letter-spacing: 0.1px;
}

.badge-danger {
    border-radius:  5px;
    padding: 6px 10px;
    background: #f44336;
    margin: 3px 1px;
}

.badge-success {
    border-radius:  5px;
    padding: 6px 10px;
    background: #8bc34a;
    margin: 3px 1px;
}

.badge-success2 {
    border-radius:  5px;
    padding: 6px 10px;
    background: #4a91c3;
    margin: 3px 1px;
}

.text-green {
    color:  #689f38;
}

.v-mobile, .v-mobile2 {
    display: none !important;
}

.btn-see-detail {
    margin-top: 35px;
}

.container.body .right_col, .main_container .top_nav {
    margin-left: 0px !important;
}

.new_logo {
    float: left; 
    border: 0px solid #f00; 
    padding: 10px; 
    font-size: 17px; 
    font-weight: bold;
}

.li-menu {
    position:relative; 
    display:block; 
    padding:20px 15px; 
    color:#fdd835; 
    font-weight:700;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.title-dashboard {
    margin: 5px 0 40px;
}

.devider {
    border-top: 1px solid #eee;
    margin: 10px 0;
}

h2 {
    letter-spacing: 0.8px !important;
}

.table_area {
    overflow: auto;
}

.user-info {
    margin-bottom: 0px;
}

.buttonNavigate {
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
}

.w-250 {
	width: 250px;
}

.w-300 {
	width: 300px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.img1 {
	padding: 3px;
	border: 1px solid #ddd;
}

h3 {
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 700;
}

.font-14 {
    font-size:  14px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.alert-msg {
	font-size: 12px;
	font-style: italic;
	color: #f00;
	margin-top: 3px;
}

.italic {
	font-style: italic;
}

.font-10 {
	font-size: 10px !important;
}

.font-11 {
	font-size: 11px !important;
}

.font-12 {
	font-size: 12px !important;
}

.font-14 {
	font-size: 14px !important;
}

.navbar-nav .open .dropdown-menu {
	background: #eee;
}

.disabled-color {
	background: #eee !important;
}

.border-photo-frame {
    border: 1px dashed #546e7a; 
    border-radius: 5px;
    padding-bottom: 10px;
}

.starClass {
    margin-top: -25px; 
    text-align: right; 
    padding-right: 3px;
}

.pr-8 {
    padding-right: 8px !important;
}

.hide_element {
    display: none;
}

.btn-radius {
    border-radius: 10px;
}

.title-dashboard-menu {
    font-style: 10px !important;
    font-weight: bold;
}

.red_link {
    color: #f34f4f;
}

.blue_link {
    color: #2F80ED;
}

.form-control-modified {
    border-radius: 0;
    box-shadow: none;
    width: 150px;
    border: solid 1px #ccc;
    font-size: .9em;
    padding: 6px 12px;
}

.btn-form-control-modified {
    margin-top:5px;
}

.pt-5 {
    padding-top: 5px;
}


@media screen and (max-width: 1100px) {
    .new_logo {
        width: 100%;
        text-align: center;
    }

    .title-dashboard {
        margin: 55px 0 40px;
    }
}

@media screen and (max-width: 870px) {
    .right-menu {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .v-desktop {
        display: none !important;
    }
    .li-menu {
        border: 0px solid #f00;
    }
    .v-mobile {
        display: block !important;
    }
    .v-mobile2 {
        display: contents !important;
    }
    .title-dashboard, .title-dashboard-menu {
        font-size: 16px;
        letter-spacing: 0.3px;
    }
	
	.title-top {
		margin-top: 60px !important;
	}
	
    .btn-see-detail {
        margin-top: 27px;
    }

    .w-300, .w-250 {
    	width: auto;
    }

	.buttonNavigate {
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
	}
}

@media screen and (max-width: 440px) {
    .v-desktop-sm {
        display: none;
    }
}
.form-group hr {
    margin: 0 auto;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #000;
    opacity: 0.5;
    /*background-color: rgba(255,255,255,0.7);*/
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#ddd;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.bg-info {
    background: #bbdefb;
    color: #546e7a;
}

.bg-success {
    background: #a5d6a7;
}

.table_child, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

.table_child {
  border-collapse: collapse;
  width: 100%;
}

.table_child th, td {
  padding: 5px;
}

.btn-primary {
    background: #fdd835;
    color: #000 !important;
    border-color: #fdd835;
}

.buttonAddArea {
    border: 0px solid #f00;
    background: #000;
    color: #fdd835;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.leftMin {
    cursor: pointer;
    display: none !important;
}

h2 {
    font-family: Poppins;
}

.table-modal th {
    background: #fff4c1;
}

.img-customer {
}

.font-title {
    font-size: 16px;
    font-weight: bold;
    font-family: candara;
    text-align: center;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    color: #eee;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mb-5px {
    margin-bottom: 5px;
}

.goldColor {
    color: #FDD835;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 1100px) {
    .additionalMarginTop {
        margin-top: 45px;
    }

    .leftMin {
        float: left !important;
        display: block !important;
    }

    .top_nav .navbar-right {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 98%;
        max-width:1200px;
    }
}

@media screen and (max-width: 580px) {
    .leftMin {
        display: none !important;
    }

    .title_h2 {
        font-size: 17px;
    }


    .img-customer {
        height: auto !important;
        width: 100%;
    }
}