.warning{
  background:#fcf8e3; border:1px solid #faebcc; color:#8a6d3b; padding:0px; width:auto; border-radius:10px; margin:0px 0px;font-size: 13px;
}
.info{
  background:#d9edf7; border:1px solid #bce8f1; color:#31708f; padding:10px; width:auto; border-radius:10px;
}
.error{
  background:#f2dede; border:1px solid #ebccd1; color:#a94442; padding:00px; width:auto; border-radius:10px; margin:0px 0px;
}
.success{
  background:#dff0d8; border:1px solid #d6e9c6; color:#3c763d; padding:10px; width:auto; border-radius:10px;
}
.error_box2{width:350px;clear:both;background:url(../images/error1.png) no-repeat left #fce9e9; border:1px #eac7c7 solid;background-position:5px 8px;padding:8px 30px;margin:0 0 0px 0px;}

.warning_box2{width:350px;clear:both;background:url(../images/warning1.png) no-repeat left #fcfae9; border:1px #e9e6c7 solid;background-position:5px 8px;padding:8px 30px;margin:0 0 0px 0px;}
/*.warning_box2{width:350px;clear:both;background:url(../images/warning1.png) no-repeat left #fcfae9; border:1px #e9e6c7 solid;background-position:5px 8px;padding:8px 30px;margin:0 0 10px 85px;}*/
.modal-header
 {
     padding:9px 15px;
     border-bottom:1px solid #eee;
     /*background-color: #0480be;*/
 }
 .modal-header .close{margin-top:2px}
 .modal-header h3{margin:0;line-height:30px}

 .bg-gradient-primary {
  background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff)) !important;
  background: linear-gradient(to right, #da8cff, #9a55ff) !important; }

.bg-gradient-secondary {
  background: -webkit-gradient(linear, left top, right top, from(#e7ebf0), to(#868e96)) !important;
  background: linear-gradient(to right, #e7ebf0, #868e96) !important; }

.bg-gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
  background: linear-gradient(to right, #84d9d2, #07cdae) !important; }

.bg-gradient-info {
  background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important; }

.bg-gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#f6e384), to(#ffd500)) !important;
  background: linear-gradient(to right, #f6e384, #ffd500) !important; }

.bg-gradient-danger {
  background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
  background: linear-gradient(to right, #ffbf96, #fe7096) !important; }

.bg-gradient-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e9)) !important;
  background: linear-gradient(to bottom, #f4f4f4, #e4e4e9) !important; }

.bg-gradient-dark {
  background: linear-gradient(89deg, #5e7188, #3e4b5b) !important; }
  /* Cards */
  .userId{display: none;}
  .affi_id{display: none;}
  .emil_id{display: none;}