body {
  background-color: rgb(240,240,240);
}

button:active,
button:hover,
button:focus,
.card-button,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
select:focus,
input:focus,
label:focus,
.btn:active,
.btn.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
checkbox
{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: inset 0px 0px 2px !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: none;
}

/*--------------Login-------------*/

.log {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 500px;
  text-align: center;
  background: #fff;
  box-shadow: inset 0px 0px 4px;
  border-radius: 8px;
}

.logimg {
  width: 50%;
  margin-bottom: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px #000;
}

.custom-input-log {
  box-shadow: inset 0px 0px 3px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 70%;
  margin: auto;
  background: #f5f5f5;
}

.custom-input::placeholder{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.btn-log{
  font-family: 'Rubik', sans-serif;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  background: #fdc625;
  color: #000;
}

.btn-log:hover{
  background: #fbab60;
  color: #000;
}

.loguser{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  border: 2px solid #fff;
  color:#fff;
  background-color: #C40400;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 3px;
}

.loginuser {
  margin-top: 100px;
}


/*--------------Header------------------*/

.navbar-default {background-color: #FDC625;
  box-shadow: 0 5px 5px -6px grey;
  margin-bottom: 5px;
  height: 60px;
  line-height: 10px;
  border-bottom: 3px solid #fff;
}

.loggeduser {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.user-logout {
  margin-top: 22px;
  margin-right: 20px;
}

.logaut{
  background-color: #C40400;
}

.btn-top {
  width: 150px;
  text-transform: uppercase;
  background: rgb(35, 71, 139);
  color: #fff;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  margin-left: 25px;
}

.btn-top:hover{
  background-color: #003366;
  color: #fff;
}

.btn-logout{
  background-color: #C40400;
  width: 120px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.btn-logout:hover{
  background-color: #a40000;
  color: #ccc;
}

.logo{
  width: 100px;
}

/*-----Sub-Header---------*/

.menu-container {
    width: 100%;
    background: red;
}



































.com-button {     
  background-color: rgb(0, 166, 0);
  color: rgb(225,225,225);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  border-radius: 4px;
  padding: 6px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  width: 140px;
}

.com-button:hover{
  background-color: rgb(110, 153, 202);
  color: rgb(0,0,0);
}

.del-button {
  background-color: rgb(207, 96, 36);
  color: rgb(0,0,0);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  padding: 6px;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  width: 140px;
}

.del-button:hover{
  background-color: rgb(196, 40, 28);
  color: rgb(255,255,255);
}

.pdf-button {
  background-color: rgb(232, 171, 45);
  color: rgb(0,0,0);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  padding: 6px;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  width: 140px;
}

.pdf-button:hover{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
}

.setcolor-button {
  background-color: #007cb9;
  color: rgb(225,225,225);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  padding: 6px;
  margin-left: 10px;
  margin-top: 4px;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  width: 140px;
  float: left;
}

.setcolor-button:hover{
  background-color: rgb(0, 32, 96);
  color: rgb(255,255,255);
}

.edit-button {
  background-color: #0092ca;
  color: rgb(245,245,245);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  padding: 6px;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  width: 140px;
}

.edit-button:hover{
  background-color: rgb(0, 32, 96);
  color: rgb(255,255,255);
}

.searchbar {
  margin-top: 15px;
  margin-bottom: 15px;
  	background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;

  padding: 8px;
}

.searchInput {
  background-color: #f2f7fd;
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
  margin-left: 8px;
  margin-top: -1px;
}

.searchInput::placeholder {
  font-family: 'Rubik', sans-serif;
}

.form{
  position: relative;
}

.form .fa-search{
  position: absolute;
  top:12px;
  left: 20px;
  color: #9ca3af;
}

.form span{
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.left-pan{
  padding-left: 7px;
}

.left-pan i{
 padding-left: 10px;
}

.form-input{
  text-indent: 33px;
  border-radius: 6px;
}

.search-bar-row {
  margin: auto;
}

.term {float: right}

.customcolor {
    text-align: center;
}

.color-column {
    display: inline-block;
}

.color-cont{
    padding: 5px;
    width: 64%;
    float: left;
    border-radius: 5px;
}

.btn-primary {
    width: 120px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background: rgb(255,255,255);
    color: rgb(0,0,0);
    border: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.btn-primary:hover {
    background: rgb(203, 132, 66);
    color: rgb(0,0,0);
}

.btn-primary:checked {
    background: rgb(203, 132, 66);
    color: rgb(0,0,0);
}

.pastdate {
    text-align: center;
}

.btn-custom-term {
    width: 150px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgb(196, 40, 28);
    color: rgb(225,225,225);
    border: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.btn-custom-term:hover {
    background-color: rgb(151, 0, 0);   
    color: rgb(225,225,225);
}

#flexCheckDefaultRosu input:checked:hover + label {
    background-color:#c11;
    color:#fff;
}

/*----------Tabel comenzi------------*/

.tabel-comenzi {
  box-shadow: 0px 0px 2px;
  border-collapse: collapse;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
    font-weight: 600;
  border-top: none;
  background: rgb(255,255,255);
}

.table>:not(:first-child){
  border-top: 1px solid #000;
}

.tabel-comenzi > thead>tr>th {
  background: rgb(70, 103, 164);
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  color: rgb(255,255,255);
  padding: 3px !important;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
  text-align: center;
}

.tabel-comenzi>tbody>tr{
  border-bottom: 1px solid #dddddd;
}

.tabel-comenzi>tbody>tr>td{
  padding: 3px;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

.tabel-comenzi tbody tr.highlight td { 
  background-color: rgb(35, 71, 139); 
  color: #fff;
}

tbody:before {
  content: "";
  display: block;
  margin-top: 3px;
  color: transparent;
}

/*
.viewComBtn{
  background-color: rgb(232, 171, 45);
  color: rgb(0,0,0);
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px #000;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 10px !important;
  width: 90px !important;
  justify-content: center;
  align-items: center;
}

.viewComBtn:hover{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
}
*/
.viewProdBtn{
  background-color: rgb(232, 171, 45);
  color: rgb(0,0,0);
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px #000;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  font-size: 10px !important;
  width: 90px !important;
  justify-content: center;
  align-items: center;
}

.viewProdBtn:hover{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
}

/*----------Modal comenzi noi-------------*/

.addord{
  width: 100%;
  margin: 15px auto;
}

.modal-header{
  background-color: #FDC625;
  height: 25px;
}

.modal-body {
  background-color: rgb(240,240,240);
}

.modal-title {
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
}

.modal-content{
  border-radius: 10px;
  background-color: rgb(255,255,255);
}

.clientdiv{
  margin-top: 170px;
}

.clientdiv-2{
  margin-top: 90px;
}

.clientdiv-inner{
  margin: auto;
  background: rgb(255,255,255);
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  text-align: left;
}

.ordercol{
    
  	background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
  margin: 0px 5px;
  width: 32%;
  padding: 10px;
  position: relative;
}

.cominput{
  margin: 2px 0px;
  font-family: 'Rubik', sans-serif;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  background: rgb(255,255,255);
}

.inputcl{
  margin-top: 10px;
}

.product-table{
  margin-top: 35px;
}

.tabel-produse td{
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
}

.tabel-produse tr {
  background: rgb(255, 253, 231);
  color: rgb(0,0,0);
}

.table-prod > th {
  background: rgb(70, 103, 164);
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
  font-size: 10px;
  color: rgb(255,255,255);
  padding: 3px !important;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
  text-align: center;
}

.edit-order{
  padding: 15px;
  margin: 20px auto;
  text-align: center;
  width: 400px;
  border-radius: 5px;
  background: rgb(193, 223, 240);
  box-shadow: 0px 0px 3px #000;
}

.submitorder{
  margin: auto;
  background: rgb(0, 166, 0);
  color: rgb(255,255,255);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
}

.submitorder:hover{
  background: rgb(31, 128, 29);
  color: rgb(255,255,255);
}

.setfact{
  background: rgb(243, 207, 155);
  border: 2px solid rgb(255,255,255);
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  color: #000;
  width: 150px;
  box-shadow: 0px 0px 3px rgb(0,0,0);
  margin: 10px 0px 5px 0px;
}

.setfact:hover{
  background: rgb(245, 205, 48);
} 

.fact{
  margin-bottom: 10px;
  background: #f5f5f5;
}

.fact::placeholder{
  font-family: 'Rubik', sans-serif;
}

.success{
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  margin-left: 1px;
  width: 125px;
  background: rgb(0, 166, 0);
  color: rgb(245,245,245);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.success:hover{
  background: rgb(31, 128, 29);
  color: rgb(245,245,245);
}

.warning{
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  margin-left: 1px;
  width: 125px;
  background: rgb(245, 205, 48);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.warning:hover{
  background: rgb(226, 155, 64);
  color: rgb(0,0,0);
}

.danger{
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  margin-left: 1px;
  width: 125px;
  background: rgb(255, 89, 89);
  color: rgb(255,255,255);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
}

.danger:hover{
  background: rgb(196, 40, 28);
  color: rgb(245,245,245);
}

.radiolabel{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: rgb(0,0,0);
  margin-bottom: 5px;
}

.wrapper{
  display: inline-flex;
  background: #fff;
  padding: 12px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  background-color: rgb(225,255,255);
}

.wrapper .option{
  background-color: rgb(245,245,245);
  padding: 10px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}

.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}

.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

#radiocl:checked:checked ~ .option-1,
#clnou:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}

#radiocl:checked:checked ~ .option-1 .dot,
#clnou:checked:checked ~ .option-2 .dot{
  background: #fff;
}

#radiocl:checked:checked ~ .option-1 .dot::before,
#clnou:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}

.wrapper .option span{
  font-size: 14px;
  color: #808080;
}
#radiocl:checked:checked ~ .option-1 span,
#clnou:checked:checked ~ .option-2 span{
  color: #fff;
}


input[type="radio"]{
  display: none;
}

/*------Modal editare comanda----------*/

.edcl{
  padding: 10px;
    background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;

}

.editcol{
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(115, 147, 179);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
}

.editfact {
  width: 170px;
  margin-bottom: 5px;
  background-color: rgb(243, 207, 155);
  color: rgb(0,0,0);
}

.editfact:hover{
  background: rgb(245, 205, 48);
  color: rgb(0,0,0);
}

.edit-buttons{
  background: rgb(255,255,255);
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 3px rgb(0,0,0);
  height: 100%;
}

.edit-order-button{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  width: 50%;
}

.edit-order-button:hover{
  background-color: rgb(255, 176, 0);
  color: rgb(0,0,0);
}

.pdf-edit{
  background-color: rgb(123, 182, 232);
  color: rgb(0,0,0);
  box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 4px rgb(0 0 0 / 11%), 0 4px 8px rgb(0 0 0 / 11%);
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  width: 50%;
  margin-right: 10px;
}

.pdf-edit:hover{
  background-color: rgb(123, 182, 232);
  color: rgb(0,0,0);
}

.update-button {
  margin-top: 10px;
  margin-left: 3px;
}

.order-body {
  text-align: center;
  margin-top: 15px;
}

.finalz {
  margin-top: 50px;
}

.finord{
  width: 100%;
  background-color: rgb(128, 187, 219);
  color: rgb(0,0,0);
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px #000;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

.finord:hover{
  background-color: rgb(123, 182, 232);
  color: rgb(0,0,0);
}

.margleft {
  width: 30%;
  margin-left: 25px;
  margin-top: 10px;
}

.ed {
  margin: 15px 0px;
}

.left {
padding: 10px 10px;
margin-right: 2px;
height: 500px;
    background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
}

.right {
  padding-top: 50px;
  height: 500px;
    background:#D0D0D0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#dbdbdb));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
}

.successalertedit {
  width: 90%;
  left: 0;
  position: absolute;
  box-shadow: 0px 0px 3px;
  color: rgb(61,114,61);
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(222,240,216);
}

.radiobuttons {
  width: 100%;
  text-align: center;
  background-color: rgb(237,242,247);
  margin-top: 5px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 2px;
  padding: 0;
}


.form_radio_btn{
  display: inline-block;
  width: 48%;
  padding: 7px;
  font-size: 14px;
}

.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	cursor: pointer;
	user-select: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
 

.form_radio_btn input[type=radio]:checked + label {
  background-color: rgb(128, 187, 219);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  border-radius: 4px;
  padding: 7px;
}
 

.form_radio_btn label:hover {
	color: #666;
}












