body {
   font-size: 12px;
   font-weight: bold;
}

.form-control {
   height: 25px;
   font-size: 12px;
   line-height: 25px;
}

input[type="text"] {
   height: 25px;
   font-size: 12px;
   line-height: 25px;
}

select {
   height: 25px;
   font-size: 12px;
   line-height: 25px;
}


/*modal fullscreen */

.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
  min-width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
  
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}



fieldset.groupbox-border {
    font-size: 1.0em !important;
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 1.2em 1.2em 1.2em 1.2em !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.groupbox-border {
    font-size: 1.0em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0px 10px 0px 10px;
    border-bottom:none;
    
}





.acmenu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.acmenu li{
  float: left;
  position: relative;
  width: 120px;
}
 
.acmenu ul li ul{
  display: none;
}
.acmenu ul li:hover ul{
  display: block;
}

.acmenu ul li ul li div{
  display: none;
}
.acmenu ul li ul li:hover div{
  display: block;
  position: absolute;
  width: 150px;
  left:100px;
  top:0px;
}
.acmenu ul li ul li:hover div li{
  width: 150px;
}
.acmenu ul li a{
  text-decoration: none;
  //background: #333;
  display: block;
  //color: white;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  //border-bottom: 2px solid red;
  //border-left: 1px solid #595959;
  padding: 5px;
}
 
.acmenu ul li ul li a{
  //background: #595959;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #333;
  font-size: .8em;
}
 
.acmenu li a:hover{
  background: rgb(248,140,0);
  transition: .5s;
}
 
.acmenu ul li ul li a:hover{
  padding-left: 15px;
  
}

.acmenu a{
  font-size: 11px;
}
