/*.modal-dialog {
    width: 360px;
}*/

 .modal-dialog-2 {
      width: 100%;
      max-width: 90%;
      padding: 0;
      margin:0;
    }

.modal-content-2 {
  background-color: white;
}
.modal-header-2 {
    padding: 15px;
    border-bottom: 0px;
    text-align: center;
}
.modal-title-2 {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 15px !important;
    color: white !important;
    /*background-color: #9dc936;*/
    padding-bottom: 5px !important;
    padding: 5px;
    font-weight: bold;
  /*  width: 305px;*/
    width: 100%;
}
ul, ol {
    margin: 0px 0 10px 27px;
}
.modal-footer-2 {
    padding: 0px;
    text-align: right;
    border-top: 0px;
}
.inline {
  display: -webkit-box;
}
.btn-info {
    color: #537226;
    background-color: white;
}
.btn-info:hover {
    color: #fff;
    background-color: #537226;
    border-color: #537226;
}
.btn {
    box-shadow: none;
}
.close-2 {
    color: #537226;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #537226 !important;
    border-color: #537226 !important;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #9dc936;
    background-image: #5A55A3;
    color: #ffffff;
    border-color: #9dc936;
}
/*div.bhoechie-tab-menu div.list-group>a.active:after {
    border-left: 10px solid #9dc936;
}*/
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #537226;
    border-color: #537226;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.nav-link:focus, .nav-link:hover {
    background: #9fc641;
    text-decoration: none;
}