/* ===============================================================
   CUSTOMIZED BOOTSTRAP FOR SEDNOVE EXTENSO 5 - Lmata
   =============================================================== */

/*VERY BASIC*/

/*article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}*/

/*GENERAL FOR VARIOUS SECTIONS*/

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img{
  display: block;
  max-width: 100%;
  height: auto;
}*/

/*BASIC BUTTONS (INCLUDED CUSTOMIZED)*/

/*.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  color: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: solid 1px transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  white-space: nowrap;
  padding: 8px 12px 8px 25px;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
/*.btn_sm {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: solid 1px #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  white-space: nowrap;
  padding: 8px 10px 8px 25px;
  position: relative;
  font-size: 12px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/*
.btn_sm:hover,
.btn_sm:focus{
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #5fcaf8;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn-primary{
  width: 255px;
  padding: 9px 0 10px 28px;
  color: #4aadca;
  margin: 45px auto 0 auto;
  border-color: #4aadca;
  display: block;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #56cef1;
  border-color: #56cef1;
  background-color: #f6fdff;
}
.btn-primary:before{
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  background: url("../images/default/sprite.png") no-repeat -61px -38px;
}
.btn-primary:hover:before,
.btn-primary:focus:before
{
  background: url("../images/default/sprite.png") no-repeat -94px -38px;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus{
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
*/
/*Special buttons*/

/*BTN SEND*/
/*.btn_send {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
}
.btn_send:hover,
.btn_send:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.btn_send:before{
  content: "\f058";
  position: absolute;
  top: 8px;
  left: 7px;
}*/

/*BTN RESET*/
/*.btn_reset {
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn_reset:hover,
.btn_reset:focus{
  color: #999999;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn_reset:before{
  content: "\f053";
  position: absolute;
  top: 8px;
  left: 7px;
}
*/
/*BTN ADD*/
/*.btn_add {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
}
.btn_add:hover,
.btn_add:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.btn_add:before{
  content: "\f093";
  position: absolute;
  top: 8px;
  left: 7px;
}*/

/*BTN N DOSSIER*/
/*.btn_ndossier {
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn_ndossier:hover,
.btn_ndossier:focus{
  color: #666666;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn_ndossier:before{
  content: "\f07b";
  position: absolute;
  top: 8px;
  left: 7px;
}*/

/*BTN C FICHER*/
/*.btn_cficher {
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn_cficher:hover,
.btn_cficher:focus{
  color: #666666;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn_cficher:before{
  content: "\f15c";
  position: absolute;
  top: 8px;
  left: 7px;
}*/

/*BTN SEARCH*/
/*.btn_search {
  width: 44px;
  height: 33px;
  padding: 0;
  vertical-align: top;
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn_search:hover,
.btn_search:focus{
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #5fcaf8;
}
.btn_search:before{
  content: "\f002";
  position: absolute;
  font-size: 21px;
  left: 11px;
  top: 4px;
}*/
/*btn_search1*/
/*.btn_search1 {
  width: 44px;
  height: 33px;
  padding: 0;
  vertical-align: top;
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
}
.btn_search1:hover,
.btn_search1:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.btn_search1:before{
  content: "\f002";
  position: absolute;
  font-size: 21px;
  left: 11px;
  top: 4px;
}*/

/*ICON BUTTONS*/
/*.ico_btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/*BTN LIST*/
/*.list_btn{
  width: 31px;
  height: 21px;
}
.list_btn:before{
  content: "\f0ca";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
}
.list_btn:hover:before,
.list_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN THUMB*/
/*.thumb_btn{
  width: 30px;
  height: 21px;
}
.thumb_btn:before{
  content: "\f00a";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_btn:hover:before,
.thumb_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN close*/
/*.close_btn{
  width: 25px;
  height: 21px;
}
.close_btn:before{
  content: "\f00d";
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: 0;
}
.close_btn:hover:before,
.close_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN CLOSE FOR MODAL IN INDEX CONTENT*/
/*.sn_popup.ui-dialog .ui-dialog-titlebar-close:before{
  content: "\f00d";
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}*/

/*BTN DELETE FOR RECHERCHE SUBMENU*/
/*.menu_filters .m2_a_remove:before{
  content: "\f00d";
  position: absolute;
  font-size: 18px;
  left: 8997px;
  top: 7px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*BTN CLOSE FOR ALERTS*/
/*.alert .close{
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
  font-weight: 800;
  cursor: pointer;
  border: 0 none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/*BTN EDIT*/
/*.edit_btn{
  width: 15px;
  height: 15px;
}
.edit_btn:before{
  content: "\f040";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.edit_btn:hover:before,
.edit_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN EDIT*/
/*.aprobbation_btn{
  width: 15px;
  height: 15px;
}
.aprobbation_btn:before{
  content: "\f058";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.aprobbation_btn:hover:before,
.aprobbation_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN DELETE*/
/*.delete_btn{
  width: 15px;
  height: 15px;
}
.delete_btn:before{
  content: "\f014";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.delete_btn:hover:before,
.delete_btn:focus:before{
  color: #5fcaf8;
}*/

/*BTN CHOOSE*/
/*.btn_choose {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 12px 12px 12px 37px;
}
.btn_choose:hover,
.btn_choose:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.btn_choose:before{
  content: "\f093";
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 7px;
}*/

/*BTN CHANGE*/
/*.btn_change {
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
  padding: 8px 12px 8px 31px;
}
.btn_change:hover,
.btn_change:focus{
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #5fcaf8;
}
.btn_change:before{
  content: "\f093";
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 19px;
}*/

/*BTN CUT*/
/*.btn_cut {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 8px 12px 8px 29px;
}
.btn_cut:hover,
.btn_cut:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.btn_cut:before{
  content: "\f125";
  position: absolute;
  font-size: 19px;
  top: 5px;
  left: 6px;
}*/

/*BTN DATE FILTER*/
/*.ui-datepicker-trigger.btn-default {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 8px 12px 8px 29px;
}
.ui-datepicker-trigger.btn-default:hover,
.ui-datepicker-trigger.btn-default:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.ui-datepicker-trigger.btn-default:before{
  content: "\f073";
  position: absolute;
  font-size: 19px;
  top: 6px;
  left: 11px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*BUTTONS FOR TOP TABLE*/
/*.btn_sm:before{
  position: absolute;
  top: 8px;
  left: 7px;
}*/
/*
.btn_top1:before{
  content: "\f021";
}
.btn_top2:before{
  content: "\f00c";
}
.btn_top3:before{
  content: "\f00c";
}
.btn_top4:before{
  content: "\f00c";
}
.btn_top5:before{
  content: "\f00c";
}
.btn_top6:before{
  content: "\f02f";
}
.btn_top7:before{
  content: "\f00c";
}
.btn_top8:before{
  content: "\f00c";
}
.btn_top9:before{
  content: "\f00c";
}*/

/*-------------------------------------------
   TABLES
-------------------------------------------*/
/*table {
  border-collapse: collapse;
  border-spacing: 0;
}*/
/*thead {
  display: table-header-group;
}*/
/*tr, img {
  page-break-inside: avoid;
}*/
/*.table td, .table th {
  background-color: #ffffff;
}*/
/*.table {
  border-collapse: collapse !important;
}*/
/*
.table-bordered th, .table-bordered td {
  border: 1px solid #ddd !important;
}
table {
  background-color: transparent;
  max-width: 100%;
}
th {
  text-align: left;
}*/
/*.table {
  margin-bottom: 20px;
  width: 100%;
}*/
/*.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: 1px solid #dddddd;
  line-height: 100%;
  padding: 2px 6px;
  vertical-align: middle;
  font-size: 13px;
  color: #767676;
}*/
/*
.table > thead > tr > th {
  border-bottom: 2px solid #dddddd;
  vertical-align: middle;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}*/
/*.table-bordered {
  border: 1px solid #dddddd;
}*/
/*.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: 1px solid #dddddd;
}*/
/*
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
  padding: 11px 6px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  display: table-column;
  float: none;
  position: static;
}
table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
*/
/*-------------------------------------------
   PAGINATOR
-------------------------------------------*/

/*.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.article-container .pagination {
  margin: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666666;
  background-color: #eff2f7;
  border: 1px solid #ffffff;
  margin-left: -1px;
  min-width: 36px;
  text-align: center;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #2b84c0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2b84c0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}*/

/*-------------------------------------------
   INPUT GROUP
-------------------------------------------*/

/*.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    margin-bottom: 0;
    width: 100%;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
}
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 {
    height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
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 {
    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 {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon.input-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}
.input-group-addon.input-lg {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 16px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group-addon:first-child {
    border-right: 0 none;
}
.input-group-addon:last-child {
    border-left: 0 none;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn:first-child > .btn {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn {
    margin-left: -1px;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2;
}*/

/*-------------------------------------------
   ALERTS
-------------------------------------------*/
/*.alert {
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px 40px 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    clear: right;
    position: relative;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #def0d8;
    border-color: #def0d8;
    color: #3d773d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dedf;
    border-color: #f2dedf;
    color: #b74441;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}*/