/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none; /*inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
  box-shadow: none;/* inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(224, 224, 224)));
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: rgb(219, 219, 219);
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
}
.btn-default:hover,
.btn-default:focus {
  background-color: rgb(224, 224, 224);
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: rgb(224, 224, 224);
  border-color: rgb(219, 219, 219);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgb(224, 224, 224);
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(38, 90, 136) 100%);
  background-image: -o-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(38, 90, 136) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 122, 183)), to( rgb(38, 90, 136)));
  background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0%, rgb(38, 90, 136) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: rgb(36, 85, 128);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: rgb(38, 90, 136);
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: rgb(38, 90, 136);
  border-color: rgb(36, 85, 128);
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgb(38, 90, 136);
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, rgb(92, 184, 92) 0%, rgb(65, 150, 65) 100%);
  background-image: -o-linear-gradient(top, rgb(92, 184, 92) 0%, rgb(65, 150, 65) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 184, 92)), to(rgb(65, 150, 65)));
  background-image: linear-gradient(to bottom, rgb(92, 184, 92) 0%, rgb(65, 150, 65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: rgb(62, 143, 62);
}
.btn-success:hover,
.btn-success:focus {
  background-color: rgb(65, 150, 65);
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: rgb(65, 150, 65);
  border-color: rgb(62, 143, 62);
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: rgb(65, 150, 65);
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.btn.btn-success.btn-buy-green{
  font-weight: bold;
  color:rgb(255,255,255) !important;
  text-shadow: 0 0 1px black;
  background: rgb(90, 155, 149);
  
  
}
.btn.btn-success.btn-buy-green:hover{
  font-weight: bold;
  color:rgb(255,255,255) !important;
  background: rgb(70, 135, 129);
 
}
.btn.btn-info.btn-buy-blue{
  font-weight: bold;
  color:rgb(255,255,255) !important;
  text-shadow: 0 0 1px black;
  background: rgb(90, 134, 210);
}
.btn.btn-info.btn-buy-blue:hover{
  font-weight: bold;
  color:rgb(255,255,255) !important;
  background: rgb(70, 114, 190);

}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  
  background: linear-gradient(to bottom, rgb(130,130,130) 0%, rgb(229,239,243) 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  /*background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
 /* background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);*/
  background: transparent;
  color: #f37713;
  box-shadow: none;
  text-shadow: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #555;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(245, 245, 245) 100%);
  background-image: -o-linear-gradient(top, rgb(232, 232, 232) 0%, rgb(245, 245, 245) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 232, 232)), to(rgb(245, 245, 245)));
  background-image: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(245, 245, 245) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: rgb(220, 220, 220);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.well-description {
  width: 98%;
  margin: 10px 1% 20px 1%;
  padding: 5px 1%;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.well-white {
  background: rgb(255,255,255);
  border-color: rgb(170,170,170);
}
.well-red {
  color: rgb(0,0,0);
  background: rgba(255,254,254,0.5);
  border-color: rgb(150,0,0);
}
.well-green {
  color:rgb(0,0,0);
  background: rgba(254,255,254,0.5);
  border-color: rgb(0,150,0);
}
.well-blue {
  color:rgb(0,0,100);
  background: rgb(254,254,255);
  border-color: rgb(0,0,150);
}
.wd-auto{
  width: auto !important;
}
.well-sitemap {
  margin-top: 0;
  background: rgb(253,253,253);
  border-color: rgb(210,210,210);
  border-radius: 0 0 5px 5px;
}
.well-white-medium {
  background: rgb(255,255,255);
  border-color: rgb(230,240,240);
}
.well-red {
  background: rgb(255,252,252);
  border-color: rgb(180,140,140);
}
.well-green {
  background: rgb(249,255,249);
  border-color: rgb(140,180,140);
}
.well-blue {
  background: rgb(240,250,255);
  border-color: rgb(140,140,180);
}
.well-yellow {
  background: rgb(255,255,245);
  border-color: rgb(180,180,100);
}
.well-yellow-light {
  background: rgba(255,255,245,0.5);
  border-color: rgba(180,180,100,0.5);
}
.well-grey {
  background: rgb(248,248,248);
  border-color: rgb(153,153,153);
}

.well-black{
  color: rgb(255,255,255) !important;
  background: rgb(0,0,0);
  border-color: rgb(0,0,0);
}
.transparent{
  border: 0 !important;
  background: transparent !important;
}
.well > h1, .well > h2, .well > h3, .well > h4, .well > h5, .well > h6 {
   margin: 10px 0 5px 0;
   padding: 0;
   display: inline-block;
   width: 100%;
   text-align: center;
}
.well-description h3{
  text-align: left;
  color: rgb(0,80,120);
}
.well strong,
.brand-description strong,
.category-description strong {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
}
.well em,
.category-description em {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
}
.well strong em,
.well em strong,
.category-description strong em,
.category-description  em strong{
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
}
.well ul.li-first {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.well ul.li-first.mark-yes-26-red {
  list-style-image: url('../images/mark-yes-26-red.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-red {
  list-style-image: url('../images/mark-yes-20-red.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-26-green {
  list-style-image: url('../images/mark-yes-26-green.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-green {
  list-style-image: url('../images/mark-yes-20-green.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-26-blue {
  list-style-image: url('../images/mark-yes-26-blue.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-blue {
  list-style-image: url('../images/mark-yes-20-blue.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-26-yellow {
  list-style-image: url('../images/mark-yes-26-yellow.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-yellow {
  list-style-image: url('../images/mark-yes-20-yellow.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-26-magenta {
  list-style-image: url('../images/mark-yes-26-magenta.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-magenta {
  list-style-image: url('../images/mark-yes-20-magenta.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-26-grey {
  list-style-image: url('../images/mark-yes-26-grey.png');
  list-style-type: circle;
}
.well ul.li-first.mark-yes-20-grey {
  list-style-image: url('../images/mark-yes-20-grey.png');
  list-style-type: circle;
}
.well ul.li-first > li{
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.1em;
  color: rgb(50,50,50);
  text-shadow:
    -1px -1px 0px rgba(240, 240, 240, 0.5),
    1px -1px 0px rgba(240, 240, 240, 0.5),
    1px 1px 0px rgba(240, 240, 240, 0.5),
    -1px 1px 0px rgba(240, 240, 240, 0.5),
    0px 0px 1px rgba(0, 0, 0, 0.7);
}
.well ul.li-first > li h2,
.well ul.li-first > li h3,
.well ul.li-first > li h4,
.well ul.li-first > li h5,
.well ul.li-first > li h6{
  text-shadow: none;
}
.well ul.li-first > li p{
  margin-top: 5px;
  margin-bottom: 5px;
}
.well ul.li-first > li a{
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.well ul.li-second, .well ol.li-second{
  display: inline-block;
  padding: 5px 30px 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
.well ul.li-second.mark-10-green {
  list-style-image: url('../images/mark-10-green.png');
  list-style-type: circle;
}
.well ul.li-second.mark-10-red {
  list-style-image: url('../images/mark-10-red.png');
  list-style-type: circle;
}
.well ul.li-second.mark-10-blue {
  list-style-image: url('../images/mark-10-blue.png');
  list-style-type: circle;
}
.well ul.li-second.mark-10-yellow {
  list-style-image: url('../images/mark-10-yellow.png');
  list-style-type: circle;
}
.well ul.li-second.mark-10-magenta {
  list-style-image: url('../images/mark-10-magenta.png');
  list-style-type: circle;
}
.well ul.li-second.mark-10-grey {
  list-style-image: url('../images/mark-10-grey.png');
  list-style-type: circle;
}
.well ul.li-second li, .well ol.li-second li {
  padding: 0;
  margin: 5px 0;
  height: auto;
  font-size: 1.1em;
  color: rgb(50,50,50);
  text-shadow:
    -1px -1px 0px rgba(240, 240, 240, 0.5),
    1px -1px 0px rgba(240, 240, 240, 0.5),
    1px 1px 0px rgba(240, 240, 240, 0.5),
    -1px 1px 0px rgba(240, 240, 240, 0.5),
    0px 0px 1px rgba(0, 0, 0, 0.7);
}
.well ul.li-second li p, .well ol.li-second li p {
  display: inline;
  padding: 0;
  margin: 0;
  color: rgb(50,50,50);
  vertical-align: baseline;
  line-height: normal;
}

.well-black,
.well-black h1,
.well-black h2,
.well-black h3,
.well-black h4,
.well-black h5,
.well-black h6,
.well-black p,
.well-black a,
.well-black span,
.well-black label,
.well-black strong{
  color: inherit;
  text-shadow: none;
  font-weight: inherit;
}
.well-black strong{
  color: rgb(210,255,255) !important;
  text-shadow: none;
  font-weight: 600;
}
/*  ---------------- TEXT COLOROR START -----------  */
.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-primary {
  color: rgb(0, 123, 255) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98, 204) !important;
}

.text-secondary {
  color: rgb(108, 117, 125) !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84, 91, 98) !important;
}

.text-success {
  color: rgb(40, 167, 69) !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30, 126, 52) !important;
}

.text-info {
  color: rgb(23, 162, 184) !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17, 122, 139) !important;
}

.text-warning {
  color: rgb(255, 193, 7) !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158, 0) !important;
}

.text-danger {
  color: rgb(220, 53, 69) !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189, 33, 48) !important;
}

.text-light {
  color: rgb(228, 229, 230) !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(198, 204, 209) !important;
}

.text-dark {
  color: rgb(52, 58, 64) !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29, 33, 36) !important;
}

.text-body {
  color: rgb(0,0,0) !important;
}

.text-muted {
  color: rgb(108, 117, 125) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-red-light{
  color: rgb(255,115,95) !important;
}
.text-red-medium{
  color: rgb(240,110,70) !important;
}
.text-red{
  color: rgb(235,80,50) !important;
}
.text-red-dark{
  color: rgb(200,50,30) !important;
}
.text-green-light{
  color: rgb(70,180,165) !important;
}
.text-green-medium{
  color: rgb(50,160,130) !important;
}
.text-green{
  color: rgb(6,156,108) !important;
}
.text-green-dark{
  color: rgb(2,132,102) !important;
}

.text-blue-light{
  color: rgb(25,155,210) !important;
}
.text-blue-medium{
  color: rgb(12,142,180) !important;
}
.text-blue{
  color: rgb(5,84,184) !important;
}
.text-blue-dark{
  color: rgb(2,54,134) !important;
}

.text-yellow-light{
  color: rgb(235,160,0) !important;
}
.text-yellow-medium{
  color: rgb(200,125,0) !important;
}
.text-yellow{
  color: rgb(255,255,0) !important;
}
.text-yellow-dark{
  color: rgb(120,45,0) !important;
}

.text-violet-light{
  color: rgb(238,60,238) !important;
}
.text-violet-medium{
  color: rgb(148,0,211) !important;
}
.text-violet{
  color: rgb(148,0,211) !important;
}
.text-violet-dark{
  color: rgb(128,0,128) !important;
}

.text-gray-light{
  color: rgb(140,140,140) !important;
}
.text-gray-medium{
  color: rgb(100,100,100) !important;
}
.text-gray{
  color: rgb(70,70,70) !important;
}
.text-gray-dark{
  color: rgb(50,50,50) !important;
}
.text-silver{
  color: rgb(192,192,192) !important;
}
.text-black{
  color: rgb(0,0,0) !important;
}

.text-gold{
  color: gold !important;
}
.text-magenta{
  color: magenta !important;
}
.text-maroon{
  color: maroon !important;
}
.text-navy{
  color: navy !important;
}
.text-indigo{
  color: indigo !important;
}
.text-inform{
  font-size: 0.85em !important;
}

/*  ---------------- TEXT COLOROR END -----------  */

/*  ----------------BACKGROUND COLOROR START-----------  */
.bg-primary {
  background-color: rgb(0, 123, 255) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98, 204) !important;
}

.bg-secondary {
  background-color: rgb(108, 117, 125) !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84, 91, 98) !important;
}

.bg-success {
  background-color: rgb(40, 167, 69) !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30, 126, 52) !important;
}

.bg-info {
  background-color: rgb(23, 162, 184) !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17, 122, 139) !important;
}

.bg-warning {
  background-color: rgb(255, 193, 7) !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158, 0) !important;
}

.bg-danger {
  background-color: rgb(220, 53, 69) !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189, 33, 48) !important;
}

.bg-light {
  background-color: rgb(248, 249, 250) !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218, 224, 229) !important;
}

.bg-dark {
  background-color: rgb(52, 58, 64) !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29, 33, 36) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-red{
  background-color: rgb(230,0,0) !important;
}
.bg-red-medium{
  background-color: rgb(255,80,80) !important;
}
.bg-red-light{
  background-color: rgb(255,248,248) !important;
}
.bg-green{
  background-color: rgb(0,160,0) !important;
}
.bg-green-medium{
  background-color: rgb(0,200,0) !important;
}
.bg-green-light{
  background-color: rgb(245,255,245) !important;
}
.bg-blue{
  background-color: rgb(0,0,200) !important;
}
.bg-blue-medium{
  background-color: rgb(80,80,255) !important;
}
.bg-blue-light{
  background-color: rgb(240,250,255) !important;
}
.bg-yellow{
  background-color: rgb(215,165,0) !important;
}
.bg-yellow-medium{
  background-color: rgb(245,195,0) !important;
}
.bg-yellow-light{
  background-color: rgb(255,255,245) !important;
}
.bg-violet{
  background-color: rgb(140,0,140) !important;
}
.bg-violet-medium{
  background-color: rgb(180,60,180) !important;
}
.bg-violet-light{
  background-color: rgb(255,245,255) !important;
}

.bg-grey{
  background-color: rgb(90,90,90) !important;
}
.bg-grey-medium{
  background-color: rgb(140,140,140) !important;
}
.bg-grey-light{
  background-color: rgb(248,248,248) !important;
}

.bg-black{
  background-color: rgb(0,0,0) !important;
}
.bg-orange-head{
  background-color: rgb(190,190,180);
  border: 2px solid rgb(190,190,180);
}
.bg-orange-block {
  background-color: rgb(255,255,255);
  border: 2px solid rgb(190,190,180);
}
.bg-orange-block p{
  color: rgb(50,50,20);
}
.bg-red-head {
  background-color: rgb(200,180,180);
  border:2px solid rgb(200,180,180);
}
.bg-red-block {
  background-color: rgb(255,255,255);
  border:2px solid rgb(200,180,180);
}
.bg-red-block p{
  color: rgb(80,20,20);
}
.bg-green-head {
  background-color: rgb(180,200,180);
  border:2px solid rgb(180,200,180);
}
.bg-green-block {
  background-color: rgb(255,255,255);
  border:2px solid rgb(180,200,180);
}
.bg-green-block p{
  color: rgb(20,80,20);
}
.bg-blue-head {
  background-color: rgb(180,180,200);
  border:2px solid rgb(180,180,200);
}
.bg-blue-block {
  background-color: rgb(255,255,255);
  border:2px solid rgb(180,180,200);
}
.bg-blue-block p{
  color: rgb(20,20,80);
}
.bg-grey-head {
  background-color: rgb(190,190,190);
  border:2px solid rgb(190,190,190);
}
.bg-grey-block {
  background-color: rgb(255,255,255);
  border:2px solid rgb(190,190,190);
}
.bg-grey-block p{
  color: rgb(40,40,40);
}
.bg-inverse,
.bg-inverse h1,
.bg-inverse h2,
.bg-inverse h3,
.bg-inverse h4,
.bg-inverse h5,
.bg-inverse h6,
.bg-inverse p,
.bg-inverse a,
.bg-inverse span,
.bg-inverce strong
{
  color: inherit;
  text-shadow: none;
  font-weight: inherit;
}
.bg-inverce strong *
{
  color: rgb(210,255,255) !important;
  text-shadow: none;
  font-weight: inherit;
}
/* ========================== BACKGROUND COLOROR END ==================================== */

/* ========================== ALERT START =============================================== */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-lg {
  width: 100%;
  margin: 15px auto !important;
  padding: 15px 2.5%;
}
.alert-md {
  margin: 10px auto !important;
  padding: 10px 2%;
}
.alert-sm {
  margin: 5px auto !important;
  padding: 5px 2%;
}
.alert-heading {
  color: inherit;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6,
.alert p {
  margin: 0;
  padding: 0;
  color: inherit;
}
.alert a{
  text-decoration: none;
}
.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 64, 133);
  background-color: rgb(204, 229, 255);
  border-color: rgb(184, 218, 255);
}
.alert-primary hr {
  border-top-color: rgb(149, 195, 245);
}
.alert-primary .alert-link {
  color: rgb(0, 39, 82);
}

.alert-secondary {
  color: rgb(56, 61, 65);
  background-color: rgb(226, 227, 229);
  border-color: rgb(214, 216, 219);
}
.alert-secondary hr {
  border-top-color: rgb(190, 193, 197);
}
.alert-secondary .alert-link {
  color: rgb(32, 35, 38);
}

.alert-success {
  color: rgb(21, 87, 36);
  background-color: rgb(212, 237, 218);
  border-color: rgb(195, 230, 203);
}
.alert-success hr {
  border-top-color: rgb(157, 203, 167);
}
.alert-success .alert-link {
  color: rgb(11, 46, 19);
}

.alert-info {
  color: rgb(12, 84, 96);
  background-color: rgb(209, 236, 241);
  border-color: rgb(190, 229, 235);
}
.alert-info hr {
  border-top-color: rgb(141, 191, 199);
}
.alert-info .alert-link {
  color: rgb(6, 44, 51);
}

.alert-warning {
  color: rgb(133, 100, 4);
  background-color: rgb(255, 243, 205);
  border-color: rgb(255, 238, 186);
}
.alert-warning hr {
  border-top-color: rgb(225, 202, 131);
}
.alert-warning .alert-link {
  color: rgb(83, 63, 3);
}

.alert-danger {
  color: rgb(114, 28, 36);
  background-color: rgb(248, 215, 218);
  border-color: rgb(245, 198, 203);
}
.alert-danger hr {
  border-top-color: rgb(211, 146, 153);
}
.alert-danger .alert-link {
  color: rgb(73, 18, 23);
}

.alert-light {
  color: rgb(129, 129, 130);
  background-color: rgb(245, 245, 245);
  border-color: rgb(225, 225, 225);
}
.alert-light hr {
  border-top-color: rgb(205, 205, 205);
}
.alert-light .alert-link {
  color: rgb(104, 104, 104);
}

.alert-dark {
  color: rgb(27, 30, 33);
  background-color: rgb(214, 216, 217);
  border-color: rgb(198, 200, 202);
}
.alert-dark hr {
  border-top-color: rgb(165, 167, 170);
}
.alert-dark .alert-link {
  color: rgb(4, 5, 5);
}
.alert-white {
  background-color: rgb(255,255,255);
  border-color: rgb(170,170,170);
}
.alert-red {
  background-color: rgb(255,248,248);
  border-color: rgb(180,140,140);
}
.alert-red-light {
  background-color: rgba(255,248,248,0.5);
  border-color: rgba(180,140,140,0.5);
}
.alert-green {
  background-color: rgb(245,255,245);
  border-color: rgb(140,180,140);
}
.alert-green-light {
  background-color: rgba(245,255,245,0.5);
  border-color: rgba(140,180,140,0.5);
}
.alert-blue {
  background-color: rgb(240,250,255);
  border-color: rgb(140,140,180);
}
.alert-blue-light {
  background-color: rgba(240,250,255,0.5);
  border-color: rgba(140,140,180,0.5);
}
.alert-yellow {
  background-color: rgb(255,255,245);
  border-color: rgb(180,180,100);
}
.alert-yellow-light {
  background-color: rgba(255,255,245,0.5);
  border-color: rgba(180,180,100,0.5);
}
.alert-grey {
  background-color: rgb(248,248,248);
  border-color: rgb(153,153,153);
}
.alert-grey-light {
  background-color: rgba(248,248,248,0.5);
  border-color: rgba(153,153,153,0.5);
}

.color-white {
  color: rgb(255,255,255);
}
.color-red {
  color: rgb(150,0,0);
}
.color-green {
  color: rgb(0,80,0);
}
.color-blue {
  color: rgb(0,0,150);
}
.color-yellow {
  color: rgb(120,100,0);
}
.color-magenta {
  color: rgb(150,0,150);
}
.color-grey {
  color: rgb(100,100,100);
}
.color-black {
  color: rgb(50,50,50);
}
