/*!
------------------------------------
TABLE OF CONTENT
------------------------------------
01. GENERAL
02. TABLE
03. FORMS
04. BUTTONS
05. DROPDOWN
06. INPUT GROUP
07. NAV
08. NAVBAR
09. BREADCRUMBS
10. PAGINATION & PAGER
11. BADGE LABEL
12. JUMBOTRON
13. ALERTS
14. PROGRESS BAR
15. MEDIA
16. LIST GROUP
17. PANELS
18. EMBED
19. WELL
20. MODAL
21. TOOLTIP
22. POPOVER
23. CAROUSEL
------------------------------------
*/

/*
-------------------------------
01. GENERAL
-------------------------------
*/
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-color: #f2f2f2;
}
label {
  font-weight: bold;
  font-weight: 500;
}
code {
  color: #ef5350;
  background-color: #fafafa;
}
.page-header {
  margin: 0;
  padding: 10px 0 20px;
  margin-bottom: 30px;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6{
  margin: 0;
  padding: 0;
}
.pre-scrollable {
  overflow-y: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: #e1e8ed;
}



/*
-------------------------------
02. TABLE
-------------------------------
*/
.table {
  width: 100% !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top-color: #e1e8ed;
}
.table > thead > tr > th {
  border-bottom-color: #e1e8ed;
  border-bottom-width: 0;
  font-weight: 500;
}
.table > tbody + tbody {
  border-top-color: #e1e8ed;
}
.table-bordered {
  border-color:  #e1e8ed;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color:  #e1e8ed;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ebf6eb;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #c8e6c9;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e1f5fe;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b1e4fb;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fdf0d4;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fbdea3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fcdddc;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f8afad;
}
.table.table-block-color > thead > tr > td.success,
.table.table-block-color > tbody > tr > td.success,
.table.table-block-color > tfoot > tr > td.success,
.table.table-block-color > thead > tr > th.success,
.table.table-block-color > tbody > tr > th.success,
.table.table-block-color > tfoot > tr > th.success,
.table.table-block-color > thead > tr.success > td,
.table.table-block-color > tbody > tr.success > td,
.table.table-block-color > tfoot > tr.success > td,
.table.table-block-color > thead > tr.success > th,
.table.table-block-color > tbody > tr.success > th,
.table.table-block-color > tfoot > tr.success > th {
  background-color: #81c784;
  color: #fff;
}
.table-hover.table-block-color > tbody > tr > td.success:hover,
.table-hover.table-block-color > tbody > tr > th.success:hover,
.table-hover.table-block-color > tbody > tr.success:hover > td,
.table-hover.table-block-color > tbody > tr:hover > .success,
.table-hover.table-block-color > tbody > tr.success:hover > th {
  background-color: #65ba68;
}
.table.table-block-color > thead > tr > td.info,
.table.table-block-color > tbody > tr > td.info,
.table.table-block-color > tfoot > tr > td.info,
.table.table-block-color > thead > tr > th.info,
.table.table-block-color > tbody > tr > th.info,
.table.table-block-color > tfoot > tr > th.info,
.table.table-block-color > thead > tr.info > td,
.table.table-block-color > tbody > tr.info > td,
.table.table-block-color > tfoot > tr.info > td,
.table.table-block-color > thead > tr.info > th,
.table.table-block-color > tbody > tr.info > th,
.table.table-block-color > tfoot > tr.info > th {
  background-color: #4fc3f7;
  color: #fff;
}
.table-hover.table-block-color > tbody > tr > td.info:hover,
.table-hover.table-block-color > tbody > tr > th.info:hover,
.table-hover.table-block-color > tbody > tr.info:hover > td,
.table-hover.table-block-color > tbody > tr:hover > .info,
.table-hover.table-block-color > tbody > tr.info:hover > th {
  background-color: #28b6f5;
}
.table.table-block-color > thead > tr > td.warning,
.table.table-block-color > tbody > tr > td.warning,
.table.table-block-color > tfoot > tr > td.warning,
.table.table-block-color > thead > tr > th.warning,
.table.table-block-color > tbody > tr > th.warning,
.table.table-block-color > tfoot > tr > th.warning,
.table.table-block-color > thead > tr.warning > td,
.table.table-block-color > tbody > tr.warning > td,
.table.table-block-color > tfoot > tr.warning > td,
.table.table-block-color > thead > tr.warning > th,
.table.table-block-color > tbody > tr.warning > th,
.table.table-block-color > tfoot > tr.warning > th {
  background-color: #f6bb42;
  color: #fff;
}
.table-hover.table-block-color > tbody > tr > td.warning:hover,
.table-hover.table-block-color > tbody > tr > th.warning:hover,
.table-hover.table-block-color > tbody > tr.warning:hover > td,
.table-hover.table-block-color > tbody > tr:hover > .warning,
.table-hover.table-block-color > tbody > tr.warning:hover > th {
  background-color: #f4ad1b;
}
.table.table-block-color > thead > tr > td.danger,
.table.table-block-color > tbody > tr > td.danger,
.table.table-block-color > tfoot > tr > td.danger,
.table.table-block-color > thead > tr > th.danger,
.table.table-block-color > tbody > tr > th.danger,
.table.table-block-color > tfoot > tr > th.danger,
.table.table-block-color > thead > tr.danger > td,
.table.table-block-color > tbody > tr.danger > td,
.table.table-block-color > tfoot > tr.danger > td,
.table.table-block-color > thead > tr.danger > th,
.table.table-block-color > tbody > tr.danger > th,
.table.table-block-color > tfoot > tr.danger > th {
  background-color: #ef5350;
  color: #fff;
}
.table-hover.table-block-color > tbody > tr > td.danger:hover,
.table-hover.table-block-color > tbody > tr > th.danger:hover,
.table-hover.table-block-color > tbody > tr.danger:hover > td,
.table-hover.table-block-color > tbody > tr:hover > .danger,
.table-hover.table-block-color > tbody > tr.danger:hover > th {
  background-color: #ec2e2b;
}




/*
-------------------------------
03. FORMS
-------------------------------
*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fafafa;
  opacity: 1;
}
.help-block {
  font-size: 12px;
  color: #999999;
}
.form-control{
  height: 40px;
  border-radius: 3px;
  border-color: #e2e2e2;
  border-width: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: border-color ease-in-out 0.3s;
  -o-transition: border-color ease-in-out 0.3s ;
  transition: border-color ease-in-out 0.3s ;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select select{
  display: inline-block;
  width: 100%;
  line-height: 20px;
  height: 36px;
  background: #fff;
  border: 0 !important;
  -webkit-transition: border-color ease-in-out 0.3s;
  -o-transition: border-color ease-in-out 0.3s ;
  transition: border-color ease-in-out 0.3s ;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  background-image: none;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}
.form-select{
  position: relative;
  border-radius: 3px;
  border: solid 2px #e2e2e2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form-select:after{
  position: absolute;
    top: 8px;
    right: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3636363636;
		font-weight: bold;
    content: "\f0d7";
		font-family: "Font Awesome 5 Free";
}
.form-select:hover,
.form-select:focus{
    border-color: #aaaaaa;
    outline: none;
    box-shadow: none;
}
.form-control:focus {
  border-color: #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-feedback .form-control-feedback {
  color: #bcbcbc;
}
.has-feedback.feedback-left .form-control-feedback {
  left: 0;
  right: auto;
}
.has-feedback.feedback-left .form-control {
  padding-left: 40px;
  padding-right: 12px;
}
.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 4;
}
.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.close {
  text-shadow: none;
  filter: alpha(opacity=10);
  opacity: .10;
}
select[multiple].form-control option {
  padding: 9px 15px;
  border-radius: 3px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.control-label {
  width: 100%;
}
.control-label a{
  color: #333;
  opacity: .5;
}
.control-label a:hover{
  color: #333;
  opacity: 1;
}
.control-label span{
  font-size: 12px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #81c784;
}
.has-success .form-control {
  border-color: #81c784;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #5eb762;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #81c784;
  background-color: #dff0d8;
  border-color: #81c784;
}
.has-success .form-control-feedback {
  color: #81c784;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f6bb42;
}
.has-warning .form-control {
  border-color: #f6bb42;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #e69e0b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f6bb42;
  background-color: #fcf8e3;
  border-color: #f6bb42;
}
.has-warning .form-control-feedback {
  color: #f6bb42;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ef5350;
}
.has-error .form-control {
  border-color: #ef5350;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #eb2521;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #ef5350;
  background-color: #f2dede;
  border-color: #ef5350;
}
.has-error .form-control-feedback {
  color: #ef5350;
}
label + .radio,
label + .checkbox {
  margin-top: 5px;
}
.radio label,
.checkbox label {
  padding-left: 22px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 6px;
  margin-left: -22px;
}
.radio.right-input label,
.checkbox.right-input label {
  padding-right: 22px;
  padding-left: 0;
}
.radio.right-input input[type="radio"],
.checkbox.right-input input[type="checkbox"] {
  margin-left: 0;
  right: 0;
  top: 0;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #999999;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 15px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 4px;
}




/*
-------------------------------
04. BUTTONS
-------------------------------
*/
.btn {
  padding: 9px 22px;
  border-radius: 3px;
  height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btn-wide {
  padding-right: 20px;
  padding-left: 20px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  outline: 0 !important;
  outline: none !important;
}
.btn:focus,
.btn.focus {
  outline: 0;
  outline: none;
}
.btn-inline {
  color: inherit;
  background-color: transparent;
  border: 0;
  height: auto;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}
.btn-default {
  color: #555;
  background-color: #fff;
  border-color: #e1e8ed;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
  color: #333;
  background-color: #fafafa;
  border-color: #e1e8ed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #f1f1f1;
  border-color: #e1e8ed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #e1e8ed;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #C1002A;
  border-color: #C1002A;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: #fff;
  background-color: #C1002A;
  border-color: #C1002A;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #C1002A;
  border-color: #C1002A;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.btn-primary .badge {
  color: #4a89dc;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #81c784;
  border-color: #81c784;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #fff;
  background-color: #65ba68;
  border-color: #65ba68;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #5eb762;
  border-color: #5eb762;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #81c784;
  border-color: #81c784;
}
.btn-success .badge {
  color: #81c784;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #4fc3f7;
  border-color: #4fc3f7;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  color: #fff;
  background-color: #28b6f5;
  border-color: #28b6f5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #1eb2f5;
  border-color: #1eb2f5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #4fc3f7;
  border-color: #4fc3f7;
}
.btn-info .badge {
  color: #4fc3f7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  color: #fff;
  background-color: #f4ad1b;
  border-color: #f4ad1b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #f4a911;
  border-color: #f4a911;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.btn-warning .badge {
  color: #f6bb42;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ec2e2b;
  border-color: #ec2e2b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #eb2521;
  border-color: #eb2521;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger .badge {
  color: #ef5350;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #4a89dc;
  border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
  height: 46px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 32px;
}
.btn-xs,
.btn-group-xs > .btn {
  min-width: 40px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 3px;
  height: 34px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}




/*
-------------------------------
05. DROPDOWN
-------------------------------
*/
.dropdown, .dropup {
    display: inline-block;
}
.dropdown-menu {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08);
  border-radius: 0;
  border-color: #e1e8ed;
}
.dropdown-menu .divider {
  background-color: #e1e8ed;
}
.dropdown-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #999;
}
.dropdown-header .label,
.dropdown-header .badge {
  letter-spacing: normal;
  text-transform: none !important;
}
.dropdown-menu > li > a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #fafafa;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #4a89dc;
}




/*
-------------------------------
06. INPUT GROUP
-------------------------------
*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}




/*
-------------------------------
07. NAV
-------------------------------
*/
.nav-tabs {
  border-bottom-color: #e1e8ed;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e1e8ed;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-color: #e1e8ed;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom-color: #e1e8ed;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li{
  border-top: transparent;
  border-bottom: solid 1px #e1e8ed;
  padding-bottom: 2px;
}
.nav-pills > li:last-child{
  border-bottom: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #C1002A;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border-color: #e1e8ed;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom-color: #e1e8ed;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}




/*
-------------------------------
08. NAVBAR
-------------------------------
*/
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #4a89dc;
  }
}




/*
-------------------------------
09. BREADCRUMBS
-------------------------------
*/
.breadcrumb {
  background: #fafafa;
  font-size: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 0;
}
.breadcrumb a {
  color: #555;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #333;
}
.breadcrumb > li.active {
  color: #999;
}




/*
-------------------------------
10. PAGINATION & PAGER
-------------------------------
*/
.pagination > li > a,
.pagination > li > span {
  color: #555555;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #f4f4f4;
  outline: none !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #C1002A;
  border-color: #C1002A;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}




/*
-------------------------------
11. BADGE LABEL
-------------------------------
*/
.label,
.badge {
  width: auto;
  min-width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  padding: 0 5px;
  font-size: 11px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.label {
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.label.label-block {
  display: block;
}
.label.label-block.text-left {
  text-align: left !important;
}
.label.label-block.text-center {
  text-align: center !important;
}
.label.label-block.text-right {
  text-align: right !important;
}
.label.label-primary,
.badge.badge-primary {
  background: #4a89dc;
}
.label.label-success,
.badge.badge-success {
  background: #81c784;
}
.label.label-info,
.badge.badge-info {
  background: #4fc3f7;
}
.label.label-warning,
.badge.badge-warning {
  background: #f6bb42;
}
.label.label-danger,
.badge.badge-danger {
  background: #ef5350;
}




/*
-------------------------------
12. JUMBOTRON
-------------------------------
*/
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}




/*
-------------------------------
13. ALERTS
-------------------------------
*/
.alert {
  border-radius: 0;
  padding: 20px;
  position: relative;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #000;
}
.alert-success hr,
.alert-info hr,
.alert-warning hr,
.alert-danger hr {
  border-top-color: rgba(0,0,0,0.1);
}
.alert-link {
  text-decoration: underline;
}
.alert-success .alert-link {
  color: #81c784;
}
.alert-info .alert-link {
  color: #4fc3f7;
}
.alert-warning .alert-link {
  color: #f6bb42;
}
.alert-danger .alert-link {
  color: #ef5350;
}
.alert-success {
  border-color: #81c784;
  color: #81c784;
  background: #f2f9f2;
}
.alert-info {
  border-color: #4fc3f7;
  color: #4fc3f7;
  background: #ebf8fe;
}
.alert-warning {
  border-color: #f6bb42;
  color: #f6bb42;
  background: #fdf3de;
}
.alert-danger {
  border-color: #ef5350;
  color: #ef5350;
  background: #fde6e6;
}




/*
-------------------------------
14. PROGRESS BAR
-------------------------------
*/
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress.light-gray {
  background-color: #f4f4f4;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4a89dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #81c784;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #4fc3f7;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f6bb42;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ef5350;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}




/*
-------------------------------
15. MEDIA
-------------------------------
*/
.media {
  margin-top: 20px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 15px;
}
.media-left,
.media > .pull-left {
  padding-right: 15px;
}
.media-body {
  position: relative;
}
.media-heading {
  margin-bottom: 10px;
  font-weight: normal;
}




/*
-------------------------------
16. LIST GROUP
-------------------------------
*/
.list-group-item {
  border-color: #e1e8ed;
}
.list-group-item > .label,
.list-group-item > .badge {
  float: right;
}
.list-group-item > .label + .label,
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-square .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-square .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.list-group-item-success {
  color: #50b154;
  background-color: #ebf6eb;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #50b154;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #50b154;
  background-color: #d6edd7;
}
.list-group-item-success.active,
.list-group-item-success.active:hover,
.list-group-item-success.active:focus {
  color: #fff;
  background-color: #50b154 !important;
  border-color: #50b154 !important;
}
.list-group-item-info {
  color: #0bacf4;
  background-color: #e1f5fe;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #0bacf4;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #0bacf4;
  background-color: #c4ebfc;
}
.list-group-item-info.active,
.list-group-item-info.active:hover,
.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0bacf4 !important;
  border-color: #0bacf4 !important;
}
.list-group-item-warning {
  color: #d2910a;
  background-color: #fef7e8;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #d2910a;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #d2910a;
  background-color: #fce5b7;
}
.list-group-item-warning.active,
.list-group-item-warning.active:hover,
.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d2910a !important;
  border-color: #d2910a !important;
}
.list-group-item-danger {
  color: #e31915;
  background-color: #feefef;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e31915;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e31915;
  background-color: #f9c1c0;
}
.list-group-item-danger.active,
.list-group-item-danger.active:hover,
.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e31915 !important;
  border-color: #e31915 !important;
}




/*
-------------------------------
17. PANELS
-------------------------------
*/
.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.panel-body {
  padding: 20px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  font-weight: 500;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 20px;
  background-color: #fafafa;
  border-top: 1px solid #e1e8ed;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}
.panel-default {
  border-color: #e1e8ed;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fafafa;
  border-color: #e1e8ed;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e1e8ed;
}
.panel-default > .panel-heading .badge {
  color: #fafafa;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e1e8ed;
}
.panel-primary {
  border-color: #4a89dc;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4a89dc;
  border-color: #4a89dc;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4a89dc;
}
.panel-primary > .panel-heading .badge {
  color: #4a89dc;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4a89dc;
}
.panel-success {
  border-color: #81c784;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #81c784;
  border-color: #81c784;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #81c784;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #81c784;
}
.panel-info {
  border-color: #4fc3f7;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #4fc3f7;
  border-color: #4fc3f7;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4fc3f7;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4fc3f7;
}
.panel-warning {
  border-color: #f6bb42;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f6bb42;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f6bb42;
}
.panel-danger {
  border-color: #ef5350;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ef5350;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ef5350;
}
.panel .table {
  margin-bottom: 0;
}
.panel .table caption{
  padding-right: 15px;
  padding-left: 15px;
}
.panel .table-bordered  {
  border: none;
}
.panel .table-bordered > thead > tr > th:first-child,
.panel .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel .table-bordered > tbody > tr > th:first-child,
.panel .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel .table-bordered > tfoot > tr > th:first-child,
.panel .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel .table-bordered > thead > tr > td:first-child,
.panel .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel .table-bordered > tbody > tr > td:first-child,
.panel .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel .table-bordered > tfoot > tr > td:first-child,
.panel .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel .table-bordered > thead > tr > th:last-child,
.panel .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel .table-bordered > tbody > tr > th:last-child,
.panel .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel .table-bordered > tfoot > tr > th:last-child,
.panel .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel .table-bordered > thead > tr > td:last-child,
.panel .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel .table-bordered > tbody > tr > td:last-child,
.panel .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel .table-bordered > tfoot > tr > td:last-child,
.panel .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel .table-bordered > thead > tr:first-child > td,
.panel .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel .table-bordered > tbody > tr:first-child > td,
.panel .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel .table-bordered > thead > tr:first-child > th,
.panel .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel .table-bordered > tbody > tr:first-child > th,
.panel .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel .table-bordered > tbody > tr:last-child > td,
.panel .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel .table-bordered > tfoot > tr:last-child > td,
.panel .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel .table-bordered > tbody > tr:last-child > th,
.panel .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel .table-bordered > tfoot > tr:last-child > th,
.panel .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel .table-responsive {
  margin-bottom: 0;
  border: 0;
}




/*
-------------------------------
18. EMBED
-------------------------------
*/




/*
-------------------------------
19. WELL
-------------------------------
*/




/*
-------------------------------
20. MODAL
-------------------------------
*/
.modal-header,
.modal-footer {
  border-color:  rgba(0, 0, 0, .08);
  position: relative;
}
.modal-content {
  border-color: #e1e8ed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.modal-dialog.modal-demo,
.modal-lg.modal-demo,
.modal-sm.modal-demo {
  width: 100% !important;
}
.modal-color:not(.borderless) .modal-header {
  margin: -1px -1px 0 -1px;
  z-index: 2;
}




/*
-------------------------------
21. TOOLTIP
-------------------------------
*/
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .90;
}

.tooltip-inner {
  border-radius: 2px;
}
.tooltip.top {
  margin-top: 3px;
  transition: margin-top .15s ease-in-out, opacity 0.15s ease-in-out;
}
.tooltip.top.in {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: -3px;
  transition: margin-left .15s ease-in-out, opacity 0.15s ease-in-out;
}
.tooltip.right.in {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: -3px;
  transition: margin-top .15s ease-in-out, opacity 0.15s ease-in-out;
}
.tooltip.bottom.in {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: 3px;
  transition: margin-left .15s ease-in-out, opacity 0.15s ease-in-out;
}
.tooltip.left.in {
  margin-left: -3px;
}




/*
-------------------------------
22. POPOVER
-------------------------------
*/




/*
-------------------------------
23. CAROUSEL
-------------------------------
*/
