/**
NICE ALERT
**/
#overlay_sub,
#overlay,
#overlay2 {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#overlay2{
  z-index: 109;
}
#overlay_sub{
  z-index: 90;
}
#alert .btn{
  margin: 20px auto 0;
  min-width: 100px;
  display: inline-block;
}
#alert .save,
#alert .cancel{
  margin-left: 10px;
  margin-right: 10px;
}
#alert .cancel{
  color:#000;
}
#alert{
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 30px;
  min-width: 450px;
  max-width: 450px;
  z-index: 1000001;
  position: fixed;
  display: none;
  text-align: center;
  color:#0A285B;
  z-index: 102;
}

#alertMessage.btn{
  margin: 20px auto 0;
  min-width: 100px;
  display: inline-block;
}
#alertMessage .save,
#alertMessage .cancel{
  margin-left: 10px;
  margin-right: 10px;
}
#alertMessage .cancel{
  color:#000;
}
#alertMessage{
  border: 5px solid #00587e;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 30px;
  min-width: 400px;
  max-width: 400px;
  z-index: 1000001;
  position: fixed;
  display: none;
  text-align: center;
  color:#0A285B;
  z-index: 110;
}



#alertStats .btn{
  margin: 20px auto 0;
  min-width: 100px;
  display: inline-block;
}
#alertStats .save,
#alertStats .cancel{
  margin-left: 10px;
  margin-right: 10px;
}
#alertStats .cancel{
  color:#000;
}
#alertStats {
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 30px;
  min-width: 700px;
  max-width: 900px;
  z-index: 1000001;
  position: fixed;
  display: none;
  text-align: center;
  color:#0A285B;
  max-height: calc(100% - 210px);
}
#confirm_box{
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 30px;
  min-width: 450px;
  max-width: 450px;
  z-index: 95;
  position: fixed;
  display: none;
  text-align: center;
  color:#0A285B;
}

#alertWide .btn{
  margin: 20px auto 0;
  min-width: 100px;
  display: inline-block;
}
#alertWide .save,
#alertWide .cancel{
  margin-left: 10px;
  margin-right: 10px;
}
#alertWide .cancel{
  color:#000;
}
#alertWide {
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  padding: 30px;
  min-width: 90%;
  max-width: 90%;
  z-index: 1000001;
  position: fixed;
  display: none;
  text-align: center;
  color:#0A285B;
  z-index: 101;
}
#alertWide .actions-td {
  width: 240px;
}
#alertWide .actions-td .btn {
  min-width: auto;
}

.widecontent {
  overflow: scroll;
  overflow-x: hidden;
  height: 500px;
}
