body{
	overflow-x: hidden;
	background: #white;
}

.col-left{
	background: #e7e7e8;
	height: 625px;
}

.logo {
    width: 70%;
    top: 27%;
    position: absolute;
    left: 17%;
}

.btn-login{
	background:#2A60C3;
	color:white;
	padding:5px 20px;
	border:none;
	float:right;
	border-radius:0 !important;
}
.btn-login:hover{
	  background: white;
	  color:#2A60C3 !important;
	  border:1px solid #2A60C3;
}
.txt-login{
	  background: #fafbfc;
	  font-size:0.9em;
	  line-height:1.5em;
	  border-radius:0 !important;
}
.txt-login:focus{
	  background: white;
}
.col-right{
	    margin: 75px 0px;
      padding: 0 100px;
}

.col-right input{
	border:1px solid #d1d2d4;
	border-radius: 5px;
	width:100%;
  padding:10px;
	margin-bottom: 20px;
}

.col-right h4{
	margin: 30px 0;
}

.col-right p{
	margin: 0;
}

.section-1 a{
	text-decoration:none;
	color:black;
}

.section-1 a:hover{
	color:black;
}

.menu li{
	list-style: none;
	display: inline-flex;
	margin:0;
	padding:20px 60px;
}

.menu{
	margin: 0;
}

.menu-search{
	margin:0;
}

.menu-search li{	
	list-style: none;
	display: inline-flex;
	margin-top:7px;
	position: relative;
	left: 10px;
	padding:20px 10px;
}

.tive{
	border-top: 5px solid white;
}

.section-order{
	background:#e52328;
	color:white;
}

.menu a{
	text-decoration: none;
	color:white;
}

.menu a:hover{
	text-decoration: none;
	color:white;
}

.bg-order{
	background:#e2e3e4;
}

.bg-order h5{
	color:#404041;
	padding:10px 60px;
}

.paid{
	border-bottom: 1px solid #E0E0E0;
	padding:0 40px;
}
.paid:hover{
  cursor:pointer;
  background-color:#F7F7F9;
}
.paid .div-inline{

	padding:5px 5px;
}

.paid button{
	background:#85c771;
	border:none;
	border-radius: 10px;
	padding:10px;
	width:120px;
	color:white;
	font-size: 13px;
}

.paid-date{
}

.paid-date p{
	margin:0;
	height: 20px;
}

.paid-date .small{
	font-size: 0.9em;
	color:#939598;
}
.paid-date .smallred{
	font-size: 0.9em;
	color:white;
	background-color:#d9534f;
	padding:2px;
	border-radius:3px;
}
.paid-date .smallblue{
	font-size: 0.9em;
	color:white;
	background-color:#428bca;
	padding:2px;
	border-radius:3px;
}
.paid-date .smallgreen{
	font-size: 0.9em;
	color:white;
	background-color:#5cb85c;
	padding:2px;
	border-radius:3px;
}

.paid .price{
    float:right;
}

.headrow{
	border-bottom: 1px solid #E0E0E0;
	padding:0 40px;
}
.btn-unpaid{
	background:#f0748d!important;
	border:none;
	border-radius: 10px;
	
	color:white;
}

.paidbot{
	border:none!important;
}

.btn-progress{
	background:#69c1e5!important;
	border:none;
	border-radius: 10px;
	color:white;
}

.btn-pending{
	background:#fcb040!important;
	border:none;
	border-radius: 10px;
	padding:5px 40px;
	color:white;
}

.rounded-plus{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #e52328;
    border: none;
    color: white;
    font-size: 45px;
    position: fixed;
    bottom:25px;
       right: 25px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);
box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);

}

.rounded-plus p{
	position: relative;
    bottom: 10px;
}

.ad {
    padding:15px;
    margin: 0px;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 35px;
    position: fixed;
    bottom: 0px;
    z-index: -1;
    background-color: #e2e3e4;
}

.bg-ad{
	position: relative;
	background:#e2e3e4;
}

#top-search input{
	position: absolute;
}

/*::placeholder{
	color:#e52328;
}*/

.grey-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}
//***********************************************************************************************/
.addc-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0%;
  width: 98%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.addc-modal-content {
  display:none;
    position:fixed;
    background-color: #e52328;
    top: 0px;
    left:0%;
    padding-top: 10px;
    border: 1px solid #e52328;
    width: 100%;
    height:100%;
    z-index: 100;
    border-radius: 0px 0px 0px 0px;

}

.addc-content {
    z-index: 101;
    background-color: #fff;
    margin: auto;
    padding: 20px 20px 20px 20px;
    border: none;
    width: 100%;
    border-radius: 20px 0px 0px 0px;
    position: absolute;
    margin-top: 40px;
    height:100%;
    top:0;
    overflow-y:auto;
}

.addc-content input{
  width:100%;
  border-right: none;
  border-left: none;
  border-top: none;
  margin:10px 0;
}

.addc-modal-content .red-p{
/*writing-mode: vertical-rl;
    transform: rotate(180deg);*/
    /* text-align: right; */
    color: white;
    /*margin: -7px;
    height: 460px;*/
}

/*******************************************************************************************/

.addi-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 103; /* Sit on top */
  left: 0;
  top: 1%;
  width: 98%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.addi-modal-content {
  display: none; /* Hidden by default */
    position:fixed;
    background-color: #0d47a1;
    top: 0;
    left:10%;
    border: 1px solid #f16c25;
    border: none;
    width: 90%;
    height:100%;
    z-index: 3000;
}

.addi-content-left {
    position: absolute;
    top:0;left:0;
    border: none;
    width: 50px;
    height:100%;
    overflow-y:none;
}

.addi-content {
    position: absolute;
    top:0;
    left:50px;
    background-color: #fff;
    border: none;
    width: 100%;
    height:100%;
    padding-top:20px;
    padding-right:70px;
    padding-bottom:20px;
    padding-left:20px;
    overflow-y:scroll;
}

.addi-content input{
  width:100%;
  border-right: none;
  border-left: none;
  border-top: none;
  margin:10px 0;
}

.addi-modal-content .red-p{
/*writing-mode: vertical-rl;
    transform: rotate(180deg);*/
    /* text-align: right; */
    color: white;
    /*margin: -7px;
    height: 460px;*/
}
.addi-button{
    position:absolute;
    width:80%;
    left:20px;
    padding: 10px 0px 10px 0px;
    bottom:10px;
    font-size:1.0em;
    z-index:1;
}
.addi-button p{
  font-size:0.8em;
  margin:0;
  padding:0;
}

.addi-item{
    border-right:1px solid grey;
    left:0;
    width:70%;
    position:absolute;
    height:100%;
    top:0;
    left:0%;
    overflow-y:auto;
    overflow-x:hidden;
    padding:20px;
    background-color:white;
}
.addi-top-right{
    position:absolute;
    padding:5px 5px 5px 25px;
    width:25%;
    left:70%;
    height:95%;
    overflow-y:auto;
    overflow-x:none;
}
.addi-right{
    position:absolute;
    left:70%;
    width:25%;
    height:95%;
    padding:20px 20px 20px 20px;
    overflow-y:auto;
    overflow-x:none;
}
/*******************************************************************************************/

/* Modal Content */
.addf-modal-content {
  display: none; /* Hidden by default */
    position:fixed;
    background-color: #428bca;
    top: 3%;
    left:0%;
    padding-top: 10px;
    border: 1px solid #e52328;
    border: none;
    width: 100%;
    height:97%;
    z-index: 507;
    border-radius: 20px 0px 0px 0px;
}

.addf-content {
    z-index: 509;
    background-color: #fff;
    margin: auto;
    padding: 20px 20px 200px 20px;
    border: none;
    width: 100%;
    border-radius: 20px 0px 0px 0px;
    position: absolute;
    margin-top: 40px;
    height:97%;
    top:0;
    overflow-y:auto;
}

.addf-content input{
  width:100%;
  border-right: none;
  border-left: none;
  border-top: none;
}

.addf-modal-content .red-p{
/*writing-mode: vertical-rl;
    transform: rotate(180deg);*/
    /* text-align: right; */
    color: white;
    /*margin: -7px;
    height: 460px;*/
}
.addf-buttonl{
    position:fixed;
    width:45%;
    left:2%;
    padding: 10px 0px 10px 0px;
    bottom:10px;
    font-size:1.0em;
    z-index:601;
}
.addf-buttonl p{
  font-size:0.8em;
  margin:0;
  padding:0;
}
.addf-buttonr{
    position:fixed;
    width:45%;
    left:52%;
    padding: 10px 0px 10px 0px;
    bottom:10px;
    font-size:1.0em;
    z-index:601;
}
.addf-buttonr p{
  font-size:0.8em;
  margin:0;
  padding:0;
}
/*******************************************************************************************/
.order-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.edit-order-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.fa-minus{
    background: transparent;
    color: #e52328;
    width: 25px;
    font-size: 13px;
    height: 25px;
    border-radius: 60px;
    padding: 4px 4.5px;
    border: 2px solid #e52328;
}
.fa-plus{
    background: transparent;
    color: #e52328;
    width: 25px;
    font-size: 13px;
    height: 25px;
    border-radius: 60px;
    padding: 4px 4.5px;
    border: 2px solid #e52328;
}


.order-modal-content-red {
background-color: #e52328;
    margin: auto;
    top: -20px;
    position: relative;
    display: block;
    padding: 20px;
    border: none;
    width: 93%;
    z-index: 100;
    border-radius: 10px;
}
/*.addc-modal-content {
    bottom: 21px;
    left: 15px;
    height: 128%;
    background-color: #e52328;
    margin: auto;
    display: block;
    padding: 20px;
    position: relative;
    border: none;
    width: 95%;
    z-index: 100;
    border-radius: 10px;
}*/
.order-modal-content-orange {
    background-color: #f16c25;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    border: none;
    height: 510px;
    width: 96%;
    z-index: 99;
    border-radius: 10px;
}

.order-data{
  width: 70%!important;
}

.order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -17px;
    position: absolute;
    height: 400px;
    left: 223px;
    /* bottom: -42px; */
}

.orange-p-edit {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 360px;
    left: 267px;
    /* bottom: -48px; */
}

.order-content {
    height: 510px;
    z-index: 101;
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 20px;
    border: none;
    width: 102%;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: -69px;
}

.gambar-order{
  margin-top:10px;
}
.gambar-order-edit {
    overflow-y: scroll;
    height: 270px;
    position: relative;
    top: 35px;
}

.btn-save-edit{
	position: relative;
	top: 35px;
}

.gambar-order p{
	font-size: 0.9em;
	text-align: center;
}
.gambar-col:hover{
    cursor:pointer;
}
.gambar-order-edit p{
	font-size: 11px;
	text-align: center;
}


.p-kategori{
	    position: relative;
    margin-top: 27px;
    font-size: 12px;
}

.p-4line{
position: relative;
    margin-top: 57px;
    font-size: 12px;
    right: 26px;
}

.nav-tabs a{
	font-size: 1em;
	color:black;
}

.search{
    padding-left: 35px;
    position: absolute;
    /* border: none; */
    width: 90%;
    border-radius: 5px;
    margin:20px 0;
}

.icon-top {
   /* margin-left: 140px;*/
    display: inline-flex;
    position: absolute;
    right: 20px;
}

.icon-top-edit{
	display: inline-flex;
}

.tive-icon{
	background:#d1d2d4!important;
	padding:7px;
	border-radius: 10px;
}

.fa-th-large{
	
	background:#f3f3f4;
	padding:7px;
	border-radius: 10px;
}

.fa-align-justify{
	background:#f3f3f4;
	padding:7px;
	border-radius: 10px;
}

.order-modal-content-red .red-p{
writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    height: 460px;
}

/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #000;
  /*background-image: linear-gradient(to top, grey, white);*/
    opacity:0.5;
}
.modal {
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
  /*background-image: linear-gradient(to top, grey, white);*/
   /* opacity:0.5;*/
}

/* Modal Content */


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px;
    border: 1px solid lightgrey;
    width: 50%!important;
    box-shadow: 4px 4px 2px -2px gray;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal p{
	color:#939598!important;
	margin:10px 10px;
}

.inline-input-filter{
	display: inline-flex;
}

.input-filter-row{
	display: block;
}

.modal button{
	display: block;
	background:#e52328;
	border:none;
	border-radius: 5px;
	padding:10px;
	width:120px;
	color:white;
	font-size: 13px;
	width:100%;
	margin:30px 0;
}

.modal input{
	width: 100%;
	margin:10px 0;
}

.contain-filter{
	padding:20px;
}
/***************************************************************************************/
.btn-save-pill-center{
    position:fixed;
    bottom:10px;
    width: 200px;
    left: 50%;
    margin-left: -100px !important;
}
.btn-save-pill-right{
    position:fixed;
    bottom:10px;
    right: 20px;
}
.btn-save-pill-left{
    position:fixed;
    bottom:10px;
    left: 20px;
}

.btn-round-left{
    position:fixed;
    bottom:50px;
    left: 20px;
    border-radius: 50px;
}
.btn-round-insta{
    border-radius: 50px;
}
.btn-round-right{
    position:fixed;
    bottom:50px;
    right: 20px;
    padding:5px 20px;
    color:white;
}
.btn-round-right:hover{
	  background: white;
	  color:#2A60C3 !important;
	  border:1px solid #2A60C3;
}
.btn-abs-round-right{
    right:20px;
    padding:5px 20px;
    color:white;
}
/***************************************************************************************/
.btn-save-addc{
	display: block;
    border:none;	border-radius: 5px;
	padding:10px;
	width:120px;
	color:white;
	font-size: 13px;
	width:100%;
	margin:30px 0;
}

.btn-save-order{
	display: block;
	background:#e52328;
	border:none;
	border-radius: 5px;
	padding:10px;
	width:120px;
	color:white;
	font-size: 13px;
	width:100%;
	margin:30px 0;
}

.left-desc p{
	margin:5px 0;
	font-size: 12px;
}

.left-desc-edit p{
    padding: 3px 10px;
    margin:0;
    /* margin: 5px 15px; */
    font-size: 12px;
    /* margin-right: 10px; */
}

.left-desc .col-md-4{
	padding-right: 0!important;
}

.fa-edit {
    text-align: right;
    margin-left: 22px;
    /* position: relative; */
    /* left: 10px; */
}

.price-1{
    position: relative;
    /* margin-top: 12px; */
    top: 21px;
}

.price-2{
	    position: relative;
    top: 44px;
}

.ul-desc-block{
	margin:0;
	width: 100%;
	padding:0;
}

.tive-desc{
	background:#f1f1f1;
}

.ul-desc-block li{
	list-style: none;
	color:#404041;
	width:100%;
	padding:5px 10px;
}

.edit-modal {
    background: #f7941d;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-left: 25px;
    border: none;
    padding-bottom: 0;
    /* height: 510px; */
    width: 70%;
    z-index: 98;
    border-radius: 10px;
}

.yellow-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 398px;
    left: 219px;
    /* bottom: -48px; */
}


.right-icon {
    position: relative;
    /* float: right; */
    left: 115px;
}
/******************************************************************/
.search-customer{
  border:1px solid #d1d2d4!important;
  border-radius: 5px;
  padding:5px 40px;
}

.search-cust{
    left: 27px;
    position: absolute;
    top: 20px;
    color: red;
}

.search-red{
      top: 21px;
    z-index: 1;
    padding: 6px;
    left: 6px;
    color:#e52328;
    position: relative;
}
/******************************************************************/
.search-order{
  border:1px solid #d1d2d4!important;
  border-radius: 5px;
  padding:5px 40px;
}

.search-ordericon{
    left: 27px;
    position: absolute;
    top: 20px;
    color: #9b9da0;
}
/******************************************************************/

.nav-item{
  text-align:center;
}

.nav-linkd{
  text-align:center;
  color:white!important;
}

.fa-bars{
  color:white!important;
}
/*.navbar-toggler{
  border-color: white!important;
}*/

@media(max-width:1920px){
  .menu li {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 20px 110px;
}
/*.addc-content {
    z-index: 101;
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 20px;
    border: none;
    width: 73%;
    border-radius: 10px;
    position: absolute;
    top: 100px;
    right: 189px;
}*/
.order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -17px;
    position: absolute;
    height: 305px;
    left: 317px;
    /* bottom: -42px; */
}
.order-modal-content-red {
    background-color: #e52328;
    margin: auto;
    top: -20px;
    position: relative;
    display: block;
    padding: 20px;
    border: none;
    width: 97%;
    z-index: 100;
    border-radius: 10px;
}
.orange-p-edit {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 263px;
    left: 363px;
    /* bottom: -48px; */
}
.yellow-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 303px;
    left: 315px;
    /* bottom: -48px; */
}
}

@media(max-width: 1440px){
  .order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -17px;
    position: absolute;
    height: 376px;
    left: 248px;
    /* bottom: -42px; */
  }
  .orange-p-edit {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 335px;
    left: 293px;
    /* bottom: -48px; */
  }
  .yellow-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -18px;
    position: absolute;
    height: 375px;
    left: 243px;
    /* bottom: -48px; */
  }
  .menu li {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 20px 70px;
  }
}

@media(max-width:1366px){
  .order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    margin: -17px;
    position: absolute;
    height: 389px;
    left: 235px;
  }
  .orange-p-edit {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    margin: -18px;
    position: absolute;
    height: 345px;
    left: 280px;
  }
  .yellow-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    margin: -18px;
    position: absolute;
    height: 385px;
    left: 233px;
  }
}

@media(max-width:1024px){
  .menu li{
    padding:20px 40px;
  }
  .order-modal-content-orange .orange-p{
    margin:-58px;
    height:  480px;
  }
  .yellow-p{
    height:435px;
    left:179px;
  }
  .orange-p-edit{
    height:403px;
    left:220px;
  }
}

@media(max-width: 768px){
  .gambar-order-edit {
    overflow-y: scroll;
    height: 200px;
    position: relative;
    top: 35px;
  }
  .icon-top {
    margin-left: 40px;
    display: inline-flex;
  }
  .order-modal-content-red .red-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    height: 460px;
  }
  .yellow-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    position: absolute;
    height: 557px;
    left: 35px;
    /* bottom: -48px; */
  }
  .orange-p-edit {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    position: absolute;
    height: 520px;
    left: 78px;
    /* bottom: -48px; */
  }
  .edit-modal {
    background: #f7941d;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-left: 25px;
    border: none;
    padding-bottom: 0;
    /* height: 510px; */
    width: 95%;
    z-index: 98;
    border-radius: 10px;
   }
  .order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    position: absolute;
    height: 565px;
    left: 35px;
    /* bottom: -42px; */
   }
  .order-modal-content-orange {
    background-color: #f16c25;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    border: none;
    height: 510px;
    width: 95%!important;
    z-index: 99;
    border-radius: 10px;
  }
  .order-modal-content-red {
    background-color: #e52328;
    margin: auto;
    top: -20px;
    position: relative;
    display: block;
    padding: 20px;
    border: none;
    width: 93%;
    z-index: 100;
    border-radius: 10px;
  }
  .order-content {
    height: 510px;
    z-index: 101;
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 20px;
    border: none;
    width: 102%;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: -60px;
  }
  
  .menu li {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 20px 20px;
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 95%!important;
  }
}

@media (max-width:  736px){
  .paid .div-inline {
    padding: 5px 5px;
    max-width: 38%;
  }
  .paid {
        border-bottom: 1px solid #babcbe;
        padding: 0 0px;
  }
  .menu li{
      padding:20px 17px;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }


}
@media (max-width: 425px){
   
  .jarak-edit{
    margin-top: 60px;
  }
  .nav-tabs {
    margin-top: 50px;
  }
  .edit-modal {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 30px; */
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0px;
    border: none;
    padding-bottom: 0;
    /* height: 510px; */
    width: 95%;
    z-index: 98;
    border-radius: 10px;
  }
  .order-modal-content-orange {
    display: none;
    background-color: transparent;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    padding: 20px;
    border: none;
    height: 510px;
    width: 94%!important;
    z-index: 99;
    border-radius: 10px;
  }
  .order-modal-content-orange .orange-p {
    display: none;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* text-align: right; */
    color: white;
    margin: -7px;
    position: absolute;
    /* height: 460px; */
    left: 35px;
    bottom: 388px;
  }
  .order-content {
    height: 770px;
    z-index: 101;
    background-color: #fff;
    margin: auto;
    display: block;
    padding: 20px;
    border: none;
    width: 120%;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    right: -32px;
  }
  .fa-arrow-left {
    color: black!important;
    z-index: 102;
    position: relative;
    left: -41px;
    /* margin: 5px; */
    bottom: 15px;
  }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%!important;
  }
  #filter {
    left: 235px;
  }

  .menu{
    display: none;
  }

  .menu-search li{  
    list-style: none;
    display: inline-flex;
    margin-top:0px;
    position: relative;
    left: 10px;
    padding:20px 10px;
  }
  .orange-p-edit {
    display: none;
	    writing-mode: vertical-rl;
	    transform: rotate(180deg);
	    color: white;
	    margin: -7px;
	    position: absolute;
	    left: 78px;
	    bottom: 388px;
  }
  .order-modal-content-orange .orange-p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    margin: -7px;
    position: absolute;
    left: 35px;
    bottom: 388px;
  }
  .paid .div-inline {
    padding: 5px 5px;
    max-width: 31%;
  }
  .paid button {
    background: #85c771;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 85px;
    color: white;
    font-size: 13px;
  }
}

@media (max-width: 414px){
  .paid .div-inline {
    padding: 5px 5px;
    max-width: 31%;
  }
  .paid button {
    background: #85c771;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 85px;
    color: white;
    font-size: 13px;
  }
}
/********************************************************************************************************/
.bg-blue-primary{
  background-color: #0d47a1;
}
.bg-blue-light{
  background-color: #5472d3;
}
.bg-blue-dark{
  background-color: #002171;
}
.bg-instanav{
  background-color: white !important;
}
.bg-instaorange{
  background-color: #0d47a1;
}
.bg-instagreen{
  background-color: #F3931F;
}
.bg-instablue{
  background-color: #2B008D;
}
.bg-instablue:hover{
  font-style:italic !important;
  color:white !important;
}
.tableheader{
    color: #666666;
    font-size:0.8em;
}
.bg-instasearch{
    background-color:#1565C0;
    border:none;
    border-radius:0;
    color:white;
}
.bg-instasearch::placeholder { color: white; font-size: 0.8em; }
.bg-instasearch:focus{
    background-color:#1E88E5;
    border:none;
    border-radius:0;
    color:white;
    outline: none;border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.result_row{
    padding:5px;
    border-bottom:1px solid #E8EAF6;
}
.result_row:hover{
    cursor:pointer;
}
.result_row .result_row_inner_title{
    font-size:1em;
}
.result_row .result_row_inner_subtitle{
    font-size:0.8em;
    color:#696969;
}
/***************************************************************************************/

.addo-review-receipt{
    position:absolute;
    background-color:white;
    width:45%;
	height:100%;
    padding:20px;
    top:0px;
    left:2%;
    overflow-x:none;
	overflow-y:auto;
	font-family:calibri;
	font-size:0.8em;
}
/***************************************************************************************/
/* ADD ORDER */
.addo-left{
  position:fixed;
    top-padding:70px;
    width:35%;
    left:0%;
    background-color:white;
    padding:20px;
    height:90%;
	line-height: 0.9em;
	overflow-y:scroll;
	padding-bottom:200px;
}
.addo-top-left{
    width:100%;
    padding:10px;
    background-color:#fff;
    z-index:2;
	font-family:calibri;
	font-size:0.9em;
	line-height: 1em;
}
.addo-item{
    width:100%;
    padding:10px;
    left:0%;
	font-family:calibri;
	font-size:0.9em;
	line-height: 1em;
}
.addo-top-right{
    position:absolute;
    padding:20px;
    width:58%;
    left:42%;
    height:20%;
    overflow-y:none;
    overflow-x:none;
    top:50px;
}
.addo-right{
    position:absolute;
    left:42%;
    width:58%;
    height:75%;
    padding:20px;
    top:20%;
    overflow-y:auto;
    overflow-x:none;
}
.addo-button{
    position:fixed;
    width:33%;
    left:1%;
    padding: 10px 0px 10px 0px;
    bottom:10px;
    font-size:1.0em;
    z-index:1;
}
.addo-button p{
  font-size:0.8em;
  margin:0;
  padding:0;
}
/****************************************************************************************/
.addp-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0%;
  width: 98%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.3); /* Black w/ opacity */
}

/* Modal Content */
.addp-modal-content {
  display:none;
    position:fixed;
    background-color: #e52328;
    top: 0px;
    left:0%;
    padding-top: 10px;
    border: 1px solid #e52328;
    width: 100%;
    height:100%;
    z-index: 100;
    border-radius: 0px 0px 0px 0px;

}

.addp-content {
    z-index: 101;
    background-color: #fff;
    margin: auto;
    padding: 20px 20px 20px 20px;
    border: none;
    width: 100%;
    border-radius: 20px 0px 0px 0px;
    position: absolute;
    margin-top: 40px;
    height:100%;
    top:0;
    overflow-y:auto;
}

.addp-content input[type=text]{
  width:100%;
  border:1px solid lightgrey;
  border-radius: 3px;
  height:2.0em;
}

.addp-modal-content .red-p{
/*writing-mode: vertical-rl;
    transform: rotate(180deg);*/
    /* text-align: right; */
    color: white;
    /*margin: -7px;
    height: 460px;*/
}
.addp-top-left{
    position:absolute;
    background-color:white;
    width:45%;
    padding:20px;
    top:0px;
    left:2%;
    overflow-x:none;
}
.addp-top-right{
    position:absolute;
    padding:20px;
    background-color:white;
    width:45%;
    left:52%;
    height:20%;
    overflow-y:none;
    overflow-x:none;
    top:0;
}
.addp-item{
    left:2%;
    width:45%;
    position:absolute;
    height:80%;
    top:15%;
    left:0;
    padding:20px;
    overflow-y:auto;
    overflow-x:none;
}
.addp-button{
    position:fixed;
    width:45%;
    left:2%;
    padding: 10px 0px 10px 0px;
    bottom:10px;
    font-size:1.0em;
    z-index:201;
}
.addp-button p{
  font-size:0.8em;
  margin:0;
  padding:0;
}
.addp-right{
    position:absolute;
    background-color:white;
    left:52%;
    width:45%;
    height:100%;
    padding:20px;
    top:0%;
    overflow-y:auto;
    overflow-x:none;
}
.addp-content div{
  vertical-align:middle;
}
/****************************************************************************************/

.btn-rounded-left{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #e52328;
    border: none;
    color: white;
    font-size: 45px;
    position: fixed;
    top:25px;
    right: 25px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);
    box-shadow: 2px 2px 5px 0px rgba(97,96,97,1);

}

.btn-rounded-left p{
  position: relative;
    bottom: 10px;
}
.total_span_bottom{
    font-size:1.5em;
    color:white;
}
.input-instanav{
  width:100%;
  background-color:#F7F7F9;
  padding:5px;
  border:1px solid #EDEDEF !important;
  color: #8F8E93;
}

.fa-insta{
  color:white;margin-left:20px;

}
.fa-insta:hover{
  cursor:pointer;
}
.preloaderdiv{
    position:absolute;
    z-index:6007;
    top:0%;
    left:0%;
    background-color: white;
    display:none;
    opacity:0.8;
    width: 100%;
    height:100%;
}
.preloaderimg{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:5005;
}
/**********************************************************************************************/

.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 10px 10px 10px 10px;
  height: 100px;
  width: 100px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4 !important;
  font-size: 12px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 0px 0px 1gba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 1px 1gba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.catalog_info{
  position:fixed;
  display:none;
  z-index:2000;
  width:95%;
  height:100%;
  padding:15px;
  top:0;
  left:3%;
  background-color:#e52328;
}
.catalog_content{
  position:absolute;
  width:98%;
  top:10%;
  height:85%;
  background-color:white;
  overflow-y:scroll;
  padding:15px;
  overflow-x: hidden;
}

.ajaxboxmd{
    display:none;
    position:absolute;
    top:0;
    left:0;
    max-height:500px;
    width:80%;
    background-color:white;
    overflow-y:auto;
    overflow-x:hidden;
    /*box-shadow: 3px 3px 3px 3px grey;*/
    border-bottom:2px solid #5472D3;
    border-left:2px solid #5472D3;
    border-right:2px solid #5472D3;
    border-radius:0px 0px 10px 10px;
}
.addo-item-right{
  position:fixed;
  height:100%;
  top:0;
  background-color:#33b5e5;
  box-shadow: -1px -1px 5px 2px grey;
  z-index:3000;
  width:65%;
  left:35%;
  display:none;
}
.addo-item-right-content{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:50px;
  background-color:white;
  padding-right:60px;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
}
.addo-item-right-content-left{
  position:absolute;
  height:100%;
  width:50px;
  top:0;
  left:0px;
}
.addo-item-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.3); /* Black w/ opacity */
}
/**************************************************************************************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/
.wrapper {
    display: flex;
    align-items: stretch;
    z-index:5000;
}

#sidebar {
  position:fixed;
  top:0;
  left:0;
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
  z-index:5000;
  display:none;
  background-color:#FFF;
  color:black;
}

#sidebar .sidebar-header {
    height:60px;
    background: #0d47a1;
}

#sidebar ul.components {
    padding: 5px 0;
}

#sidebar ul.components a{
    text-decoration: none; 
}

#sidebar ul p {
    color: #fff;
    padding: 5px;
}

#sidebar ul li a {
    padding: 5px 5px 5px 15px;
    font-size: 1em;
    display: block;
    color:black;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #0d47a1;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #0d47a1;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar.list-border{
  border:1px solid grey;
  background-color:grey;
}
#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}
#dismiss a{

    color:#fff !important;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

.md-form-insta{
  margin-bottom:0 !important;
  background-color: white;
}
.modal-catalog{

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,77,77); /* Fallback color */
  background-color: rgba(255,77,77,0.3); /* Black w/ opacity */
  z-index:1999;
}
.hint_span{
  font-size:0.6em;
}
/******************************************************************************/
.nav>li>a.active,
.nav>li>a:hover,
.nav>li>a:focus {
   background-color: #0D47A1 !important;
   color:white !important;
}
/******************************************************************************/
.title_div {
	font-size:1.2em;
	color:#2371ba;
	font-weight:bold;
}
/******************************************************************************/
#jo_subtotal{
	color:blue;
	font-weight:bold;
}
#jo_total{
	color:green;
	font-weight:bold;
}
/******************************************************************************/
.collapse_50{
	height:350px;
	overflow-y:auto;
}
/******************************************************************************/
.mycard{
	background-color: white;
	border:none;
	box-shadow:none;
}
.my_textinput{
	color:black !important;
	padding:5px;
	text-align:right;
}
.md-form-insta label{
	color:grey !important;
}
.md-form-insta .active{
	color:grey !important;
}
.mynavbar{
	background-color: white;
	color:black;
	border-bottom:1px solid lightgray;
	height:50px;
}
.button-collapse .fa{
	color:black !important;
}
.mycardheader{
	background-color: white;
	border:none;
	box-shadow:none;
}
.btn-circle.btn-sm { 
	width: 50px; 
	height: 50px; 
	padding: 3px 0px; 
	border-radius: 25px; 
	font-size: 8px; 
	text-align: center; 
} 
.btn-circle.btn-md { 
	width: 50px; 
	height: 50px; 
	border-radius: 25px; 
	font-size: 8px; 
	text-align: center; 
} 
.btn-circle.btn-xl { 
	width: 70px; 
	height: 70px; 
	padding: 10px 16px; 
	border-radius: 35px; 
	font-size: 24px; 
	text-align: center; 
} 
.leftEnclosure{
	border-radius: 5px; 
	padding:20px;
	width:100%;
	background-color:white;
  border-color:lightgrey;
}
.itemrow_rounded{
	border-radius: 15px; 
	background-color: white;
}
.md-form-small-gap{
  margin:7px !important;
}
/*******************************************************/
.minir-modal-content {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3000; /* Sit on top */
  right: 0;
  top: 0;
  width: 35%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:white;
}
.minir-item-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}
.minir-body{
  padding:55px 20px 50px 20px;
  position:absolute;
  top:0;
  width:95%;
  height:100%;
  background-color:white;
}
.minir-bottom{
  position:fixed;
  right: 0;
  bottom:0;
  z-index: 3001; /* Sit on top */
  width: 35%; /* Full width */
  height:50px;
  border-top:1px solid #5472d3;
  padding-top:5px;
  background-color:white;
}
.minir-top{
  position:fixed;
  top: 0;
  bottom:0;
  z-index: 3001; /* Sit on top */
  width: 35%; /* Full width */
  height:50px;
  padding:5px;
  background-color:white;
  padding:20px;
}
.minir-top{
  color: #0d47a1;
}
/******************************************************/
.card-header{
	background-color:#0d47a1 !important;
	color:white !important;
}
.card-header h5 .btn{
	color:white !important;
}
.hoverpointer:hover{
	cursor:pointer;
	font-size:1.2em;
} 
/******************************************************/
.btn-cancel{
	border:1px solid grey;
	color:grey;
	background-color:white;
}
/******************************************************/

.ibtn{

}
.ibtn:hover{
	cursor:pointer;
}
.card-clickable:hover{
	cursor:pointer;
}
/******************************************************/
.card-squeeze{
   margin-top:5px;
   border-radius:0 !important
}
.card-squeeze .card-header{
   padding:3px 5px;
   border-radius:0 !important;
   font-size:0.9em !important;
}
.card-squeeze .card-body{
   padding:5px;
}

.card-squeeze .card-text{
   margin-bottom:0px;
   font-size:0.9em !important;
}
/******************************************************/
.radio-tile-group {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: left;
}
.radio-tile-group .bef-input-container{
	 justify-content: center;
	 margin: 10px;
	 text-align:center;
	 width: 4rem;
}
 .radio-tile-group .bef-input-container .input-container {
	 position: relative;
	 height: 4rem;
	 width: 4rem;
}
 .radio-tile-group .bef-input-container .input-container .radio-button {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 margin: 0;
	 cursor: pointer;
}
 .radio-tile-group .bef-input-container .input-container .radio-tile {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
	 border: 2px solid #f5f5f5;
	 background-color: #f5f5f5;
	 border-radius: 5px;
	 padding: 1rem;
	 transition: transform 300ms ease;
}
 .radio-tile-group .bef-input-container .input-container .icon svg {
	 fill: #079ad9;
	 width: 2rem;
	 height: 2rem;
}
 .radio-tile-group .bef-input-container .input-container .radio-tile-label {
	 text-align: center;
	 font-size: 0.2rem;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 color: #000;
	 display: inline;
    	 float: none;
}
.radio-tile-group .bef-input-container .radio-tile-label {
	 text-align: center;
	 font-size: 0.8rem;
	 font-weight: 400;
	 color: #000;
	 display: inline;
    	 float: none;
    	 line-height:0;
}
 .radio-tile-group .bef-input-container .input-container .radio-button:checked + .radio-tile {
	 background-color: #02bfbc;
	 border: 2px solid #02bfbc;
	 color: white;
	 transform: scale(1.1, 1.1);
}
 .radio-tile-group .bef-input-container .input-container .radio-button:checked + .radio-tile .icon svg {
	 fill: white;
	 background-color: #02bfbc;
}
 .radio-tile-group .bef-input-container .input-container .radio-button:checked + .radio-tile .radio-tile-label {
	 color: white;
	 background-color: #02bfbc;
}
 
/******************************************************/
.checkbox-tile-group {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: left;
}
.checkbox-tile-group .bef-input-container{
	 justify-content: center;
	 margin: 10px;
	 text-align:center;
	 width: 4rem;
}
 .checkbox-tile-group .bef-input-container .input-container {
	 position: relative;
	 height: 4rem;
	 width: 4rem;
	 z-index:1;
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-button {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 margin: 0;
	 cursor: pointer;
	 z-index:2;
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-tile {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
	 border: 2px solid #f5f5f5;
	 background-color: #f5f5f5;
	 border-radius: 5px;
	 padding: 1rem;
	 transition: transform 300ms ease;
}
 .checkbox-tile-group .bef-input-container .input-container .icon svg {
	 fill: #079ad9;
	 width: 2rem;
	 height: 2rem;
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-tile-label {
	 text-align: center;
	 font-size: 0.2rem;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 color: #000;
	 display: inline;
    	 float: none;
}
.checkbox-tile-group .bef-input-container .checkbox-tile-label {
	 text-align: center;
	 font-size: 0.8rem;
	 font-weight: 400;
	 color: #000;
	 display: inline;
    	 float: none;
    	 line-height:0;
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-button:checked + .checkbox-tile {
	 background-color: #02bfbc;
	 border: 2px solid #02bfbc;
	 color: white;
	 transform: scale(1.1, 1.1);
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-button:checked + .checkbox-tile .icon svg {
	 fill: white;
	 background-color: #02bfbc;
}
 .checkbox-tile-group .bef-input-container .input-container .checkbox-button:checked + .checkbox-tile .checkbox-tile-label {
	 color: white;
	 background-color: #02bfbc;
}

/*****************************************************************/
.form-label-small{
	color:#686778;
	font-size:0.9em
}

.form-label{
	font-weight:500;
}


