/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.navbar-right {
margin-right: 0px!important;
}

.border-circle {
/* border-radius: 50%; */
border-radius: 5px 20px 5px;
}

.board .panel {
    padding: 25px 15px;
    /* border: none;
    background: #FAFAFA; */
    background: #fff;
}
.board .panel .icon .fa {
    font-size: 30px;
    color: #FFFFFF;
    padding: 19px;
}
.panel-primary {
    display: inline-block;
    margin-bottom: 30px;
	border-color: #ddd; /* new */
    width: 100%;
}
.board .number {
    float: left;
}
.board .icon {
    float: right;
}
.number h3 {
    font-size: 32px;
    color: #676767;
}
.number small {
    font-size: 14px;
    color: #AAB5BC;
    font-weight: 600;
    text-transform: uppercase;
    margin: 8px 5px;
    display: inline-block;
}

.margin-20-top {
    margin-top: 20px;
}

.margin-20-bottom {
    margin-bottom: 20px;
}

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

/* ----------------------------------------- */

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #F36A5A;
    border-radius: 10px;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-danger {
  background-color: #d9534f;
}

/*--------------------------------------------------
    [Radio Checkbox]
----------------------------------------------------*/
.fuelux  {
    border-bottom: 1px dotted #bbbbbb;
}
	
.radius-b-circle:before {
  border-radius: 50% !important;
}

.fuelux .radio-checkbox label,
.fuelux .radio-checkbox-inline label {
  color: #606060;
}

.fuelux .radio-checkbox input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio-checkbox input[type="radio"]:not(.sr-only) ~ label:before,
.fuelux .radio-checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before,
.fuelux .radio-checkbox-inline input[type="radio"]:not(.sr-only) ~ label:before {
  z-index: 1;
}

.fuelux .radio-checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-checkbox input[type="radio"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before,
.fuelux .radio-checkbox-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
  font-size: 8px;
  color: #fff;
  line-height: 1em;
  padding-top: 2px;
  padding-left: 1px;
  content: "\f00c";
}

.fuelux .radio-checkbox .radio-checkbox-label,
.fuelux .radio-checkbox-inline .radio-checkbox-label {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.fuelux .radio-checkbox-inline + .radio-checkbox-inline {
  margin-left: 15px;
}

.fuelux .radio-checkbox .radio-checkbox-label span {
  color: blue;
  font-size: 12px;
}

/*--------------------------------------------------
    [Radio Checkbox Button Styles]
----------------------------------------------------*/
/* General */
.fuelux .radio-checkbox-btn {
  position: relative;
  padding-left: 22px;
}

.fuelux .radio-checkbox-btn:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 2;
  display: inline-block;
  line-height: 1;
  text-align: left;
  speak: none;
  cursor: pointer;
  content: " ";
  padding: 2px;
}

.fuelux .radio-checkbox-btn:active:before, .fuelux .radio-checkbox-btn:focus:before {
  cursor: pointer;
}

.fuelux .radio-checkbox-btn.disabled, .fuelux .radio-checkbox-btn.disabled:before {
  cursor: not-allowed;
  opacity: .65;
}

/* Background Icon */
.fuelux .radio-checkbox-bg-icon:before {
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  font-family: FontAwesome;
  color: #fff;
  border: 1px solid #e4e8f3;
  padding: 2px;
}

.fuelux .radio-checkbox-bg-icon:active:before, .fuelux .radio-checkbox-bg-icon:focus:before {
  color: #fff;
}

.fuelux .radio-checkbox-bg-icon.checked:before {
  background: #00bcd4;
  border-color: #00bcd4;
  content: "\f00c";
}

/* Background Color */
.fuelux .radio-checkbox-bg-color:before {
  color: #fff;
  background: #e4e8f3;
}

.fuelux .radio-checkbox-bg-color.checked:before {
  background: #00bcd4;
  border-color: #00bcd4;
}

/* Border */
.fuelux .radio-checkbox-brd:before {
  border: 3px solid #e4e8f3;
}

.fuelux .radio-checkbox-brd.checked:before {
  border-color: #00bcd4;
}

/* Border with Dot */
.fuelux .radio-checkbox-brd-dot:before {
  border: 2px solid #e4e8f3;
}

.fuelux .radio-checkbox-brd-dot:after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 5px;
  height: 5px;
  z-index: 2;
  display: inline-block;
  speak: none;
  cursor: pointer;
  background: #e4e8f3;
  content: " ";
}

.fuelux .radio-checkbox-brd-dot.checked:before {
  border-color: #00bcd4;
}

.fuelux .radio-checkbox-brd-dot.checked:after {
  background: #00bcd4;
}

/*--------------------------------------------------
    [Size]
----------------------------------------------------*/
/* Small */
.fuelux .radio-checkbox-btn.radio-checkbox-sm:before {
  top: 0;
  font-size: 11px;
  width: 20px;
  height: 20px;
  padding: 3.5px;
}

.fuelux .radio-checkbox.radio-checkbox-sm .radio-checkbox-btn:before,
.fuelux .radio-checkbox-inline.radio-checkbox-sm .radio-checkbox-btn:before {
  top: 0;
  font-size: 11px;
  width: 20px;
  height: 20px;
  padding: 3.5px;
}

.fuelux .radio-checkbox.radio-checkbox-sm .radio-checkbox-brd-dot:before,
.fuelux .radio-checkbox-inline.radio-checkbox-sm .radio-checkbox-brd-dot:before {
  border-width: 3px;
}

.fuelux .radio-checkbox.radio-checkbox-sm .radio-checkbox-brd-dot:after,
.fuelux .radio-checkbox-inline.radio-checkbox-sm .radio-checkbox-brd-dot:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
}

.fuelux .radio-checkbox.radio-checkbox-sm label,
.fuelux .radio-checkbox-inline.radio-checkbox-sm label {
  height: 20px;
}

.fuelux .radio-checkbox.radio-checkbox-sm .radio-checkbox-label,
.fuelux .radio-checkbox-inline.radio-checkbox-sm .radio-checkbox-label {
  font-size: 15px;
}

.fuelux .radio-checkbox.radio-checkbox-sm label {
  padding-left: 29px;
}

.fuelux .radio-checkbox-inline.radio-checkbox-sm {
  padding-left: 29px;
}

/* Medium */
.fuelux .radio-checkbox-btn.radio-checkbox-md:before {
  top: 0;
  font-size: 14px;
  width: 25px;
  height: 25px;
  padding: 4.5px;
}

.fuelux .radio-checkbox.radio-checkbox-md .radio-checkbox-btn:before,
.fuelux .radio-checkbox-inline.radio-checkbox-md .radio-checkbox-btn:before {
  top: 0;
  font-size: 14px;
  width: 25px;
  height: 25px;
  padding: 4.5px;
}

.fuelux .radio-checkbox.radio-checkbox-md .radio-checkbox-brd-dot:before,
.fuelux .radio-checkbox-inline.radio-checkbox-md .radio-checkbox-brd-dot:before {
  border-width: 3px;
}

.fuelux .radio-checkbox.radio-checkbox-md .radio-checkbox-brd-dot:after,
.fuelux .radio-checkbox-inline.radio-checkbox-md .radio-checkbox-brd-dot:after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
}

.fuelux .radio-checkbox.radio-checkbox-md label,
.fuelux .radio-checkbox-inline.radio-checkbox-md label {
  height: 25px;
}

.fuelux .radio-checkbox.radio-checkbox-md .radio-checkbox-label,
.fuelux .radio-checkbox-inline.radio-checkbox-md .radio-checkbox-label {
  font-size: 16px;
}

.fuelux .radio-checkbox.radio-checkbox-md label {
  padding-left: 33px;
}

.fuelux .radio-checkbox-inline.radio-checkbox-md {
  padding-left: 33px;
}

/* ---------------------
   Order Page
-------------------- */
.order-img {
    padding-top: 60px;
}
.item-title {
    font-size: 18px;
}

/*--------------------------------------------------
    [Buttons Border]
----------------------------------------------------*/
/* Button Base Color */
.btn-base-brd {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #00bcd4;
  text-align: center;
  background: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #00bcd4;
  white-space: nowrap;
  vertical-align: middle;
  padding: 8px 18px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-base-brd:focus, .btn-base-brd:active:focus, .btn-base-brd.active:focus, .btn-base-brd.focus, .btn-base-brd:active.focus, .btn-base-brd.active.focus {
  outline: none;
}

.btn-base-brd:hover {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-base-brd:hover, .btn-base-brd:focus, .btn-base-brd.focus {
  color: #fff;
  background: #f94d5f;
  border-color: #f94d5f;
  text-decoration: none;
}

.btn-base-brd-red {
  color: #f94d5f !important;
  border-color: #f94d5f !important;
}

.btn-base-brd-red:focus, .btn-base-brd-red:active:focus, .btn-base-brd-red.active:focus, .btn-base-brd-red.focus, .btn-base-brd-red:active.focus, .btn-base-brd-red.active.focus {
  outline: none;
}

.btn-base-brd-red:hover, .btn-base-brd-red:focus, .btn-base-brd-red.focus {
  color: #fff !important;
  background: #f94d5f !important;
  border-color: #f94d5f !important;
}.

/*--------------------------------------------------
    [Affix Cart]
----------------------------------------------------*/
.items-cart .affix-top {
    /* Initial items */
}

.items-cart .affix {
  top:20px;
  position:fixed;
  -webkit-transition: all 2s ease-in;
  transition: all 1s ease-in;
}

@media (max-width: 991px) {
    .items-cart .affix {
        position: static;
    }
}

/* ---------------------
   Support vire
-------------------- */
.gray-bg-color {
    background-color: #fafafa!important;
}


/* ---------------------
   Custom
-------------------- */

.form-control {
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #F7F7F7;
  border: 2px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}

.intl-tel-input {
  width: 100% !important;
}

.alert {
  margin: 10px 15px;
}

.bg-red {
  background-color: #F36A5A !important;
}

.bg-green {
  background-color: #5cb85c !important;
}

.bg-blue {
  background-color: #39b3d7 !important;
}