/*Side Bar*/
a.d-inline-block.common_logotext img {
    height: 36px;
}
.loginpage_logodiv {
    padding-bottom: 20px;
}

.margin-top-small{
    margin-top: 5px;
}

#loader{	
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 8888;
    cursor: pointer;
    text-align: center;	
}
.overlay{	
	  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1000;
    cursor: pointer;
    text-align: center;
}
.overlay-alert{	
	  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 9999;
    cursor: pointer;
    text-align: center;
}


.loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.alert-modal{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-35%, -35%);
  background: white;
  padding: 25px;
  border-radius: 8px;
  z-index: 9999;
}

.form-modal{
  position: absolute;
  top: 35%;
  left: 45%;
  transform: translate(-35%, -35%);
  background: white;
  padding: 25px;
  border-radius: 8px;
  z-index: 999;
}

.list-modal{
  position: absolute;
  top: 35%;
  left: 35%;
  transform: translate(-35%, -35%);
  background: white;
  padding: 25px;
  border-radius: 8px;
  min-width: 60%;
  z-index: 99;
}

.register-form{width:100%}
.register-form .nav-item:first-child .nav-link
{border-top-left-radius:.125rem}
.register-form .nav-item:last-child .nav-link
{border-top-right-radius:.125rem}
@media (min-width:576px)
{.register-form{width:30rem}}

.setting-form{width:100%}
.setting-form .nav-item:first-child .nav-link
{border-top-left-radius:.125rem}
.setting-form .nav-item:last-child .nav-link
{border-top-right-radius:.125rem}
@media (min-width:576px)
{.setting-form{width:30rem}}

.invoice-form{width:100%}
.invoice-form .nav-item:first-child .nav-link
{border-top-left-radius:.125rem}
.invoice-form .nav-item:last-child .nav-link
{border-top-right-radius:.125rem}
@media (min-width:576px)
{.invoice-form{width:70rem}}


.update-setting-form{width:100%}
.update-setting-form .nav-item:first-child .nav-link
{border-top-left-radius:.125rem}
.update-setting-form .nav-item:last-child .nav-link
{border-top-right-radius:.125rem}
@media (min-width:576px)
{.update-setting-form{width:60rem}}


.promo-form{width:100%}
.promo-form .nav-item:first-child .nav-link
{border-top-left-radius:.125rem}
.promo-form.nav-item:last-child .nav-link
{border-top-right-radius:.125rem}
@media (min-width:576px)
{.promo-form{width:15rem}}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 25px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: gray;
    cursor: inherit;
    display: block;
}

.img-center{
    text-align: center;
    margin: auto;
    
}
#img-upload{
  /* border: 2px solid gray; */
  margin-top: 10px;
}
.mouse-pointer{
  cursor: pointer;
}

.btn-alert-negative{
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  color: gray;
  font-size: 15px;
}

.btn-alert-positive{
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  color: #2196F3;
  font-size: 15px;
}
.algin-right{
  align-self: center;

  margin-left: auto;
  
  align-items: end;
}
.padding-0{
  padding-right:0;
  padding-left:0;
}
#google_translate_element {

  text-align: right;
  background-color: #324148;

}
.footer{
align-self: baseline;
width: 100%;
}
#navbar-footer {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.lowercase {
  text-transform: lowercase;
}
.uppercase{
  text-transform:uppercase;
}
.danger{
  color:red;
}
.required{
  color:red;
}
.optional{
  color:gray;
}

select[readonly]{
  background: #eee;
  cursor:no-drop;
}

select[readonly] option{
  display:none;
}

.alert-danger{
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  padding: 10px;
}
.header{
  font-size:35px;
  font-family:sans-serif;
}
.footer{
  padding: 10px;
  color: darkgray;
  font-size: 12px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.navbar-brand{
  padding: 5px;
}
.form{
  width:20em;
  text-align:center;
  margin:auto;
}
.form-control-feedback{
  top:10;
}
.required{
  color:red;
  padding-top:5px;
  padding-bottom:5px;
}
.alert-success{
  padding:10px;
}

.img-button {
  border-radius: 4px;
  margin-bottom: 11px;
}



/*  */

.quantity_add_minus{
  padding: 5px 10px;
  background: #eee;
  border-radius: 4px;
  text-align: center;
  margin: 5px;
  cursor: pointer;
}
.quantity_add_minus:hover{ background: #ccc;}


.invoice-form th,.invoice-form td
{ padding: 10px 5px;}