@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 15px;
}
#cssmenu {
  width: 200px;
}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #000931;
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #000931;
  background: linear-gradient(#5588AA 0%, #5588AA 100%);
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #2262a5;
  background: linear-gradient(#b3bcc5 0%, #b3bcc5 100%);
  color: #000931;
  text-shadow: 0 1px 1px #000931;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 13px;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}

#metamenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-color: #fff;
  z-index: 99999;
  border: 1px solid #c9c9c9;
}

#syst {
    position: absolute;
    left: 110px;
    right: 135px;
    top:0;
    font-size: 12px;
}

.mm {
    text-decoration: none;
    float: left;
    color: #000931 !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 15px;
}

.mml {
    float: left;
    color: #3f3f3f !important;
    text-decoration: none;
    border: 1px dotted #9fcdff;
    width: 130px;
}

.mml a{
    display: block;
    text-align: center;
    color:#3f3f3f;
    padding: 4px 10px 5px 10px;
    line-height: 12px;
    font-size: 10px;
    text-decoration: none;
 }


.mml a:hover{
    background-color: #9fcdff;
    color: #3f3f3f !important;
}

/* menu vertical */


.mm2 {
    text-decoration: none;
    color: #000931 !important;
    list-style-type: none;
    margin-left: -100px;
    padding: 0;
    overflow: hidden;
    width: 150px;
    margin-top:35px;
    box-shadow: 1px 1px 8px 2px rgba(10,10,10,50);
    display:none;
    background-color: whitesmoke;
}

.mml2 {
    color: #3f3f3f !important;
    text-decoration: none;
    border: 1px dotted #9fcdff;
    width: 150px;
}

.mml2 a{
    display: block;
    color: #3f3f3f;
    text-align: left;
    padding: 5px;
    line-height: 12px;
    font-size: 10px;
    text-decoration: none;
}


.mml2 a:hover{
    background-color: #9fcdff;
    color: #3f3f3f !important;
}



.fa-times-circle {
    line-height: 18px;
    margin-top: 5px;
    color: #000931 !important;
    font-size: 14px !important;
    float: left;
    margin-left: 5px;
}

.fa-home {
    line-height: 18px;
    margin-top: 5px;
    color: #000931 !important;
    font-size: 14px !important;
    float: left;
    margin-left: 5px;
}


.fa-cog {
    line-height: 18px;
    margin-top: 5px;
    color: #3e3e3e !important;
    font-size: 14px !important;
}

.fa-times-circle:hover{
    color: #C00 !important;
    text-decoration: none;
}

.fa-home:hover{
    color: #080 !important;
    text-decoration: none;
}

.fa-cog:hover {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    text-decoration: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}


.suser {
    color: #000931 !important;
    line-height: 16px !important;
	font-size: 12px !important;
}

#header {
  border: rgb(221, 221, 221) solid 1px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  height: 54px;
  padding-top: 6px;
  text-align: center;
}

#systname {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  text-transform: uppercase;
  color: #000931;
  position: static;
}

.logol {
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-align: center;
  width: 124px;
  height: 112px;
}

#center {
    position: absolute;
    left: 112px;
    right: 124px;
}

.logor {
  color: rgb(0, 108, 181);
    margin-top: 5px;
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  padding-right: 5px;
  text-align: center;
  text-shadow: rgb(0, 9, 49) 1px 1px 1px;
  text-transform: uppercase;
  width: 124px;
}

#content {
    margin: 0;
    padding: 0;

}
.menuimg {
    width: 120px;
    margin: 10px;
    border-radius:10px
}

.menuimg:hover {
    box-shadow: maroon -1px -1px 8px;
    transition-duration: 0.3s;
}

.menutxt {
    width: 140px;
    height: 95px;
    margin: 10px;
    border: 1px solid #9fcdff;
    padding: 10px;
    border-radius:10px;
    color: #3f3f3f;
    font-weight: bold;
    vertical-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.menutxt span {
    display: block;
    vertical-align: center;
}

.menutxt span>a {
    text-decoration: none;
    color: #3f3f3f;
    font-family: Roboto, sans-serif;
}



.menutxt:hover {
    box-shadow: #9fcdff 1px 1px 10px,  #9fcdff -1px -1px 10px;
    transition-duration: 0.6s;
}

#login {
    background-color: #B9DEFB22;
    border: #c9c9c9 1px solid;
    border-radius: 10px;
    width: 600px;
    margin-top: 3px;
}

#login span {
    display: block;
    margin: 10px 0 10px 0;
}

#login input[type=text], #login input[type=password]{
    margin: 10px 0 10px 0;
    width: 90%;
    background-color: #e5e5e5;
    color: #000931;
    padding: 8px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
}

#login input[type=submit]{
    margin: 10px 0 10px 0;
    width: 110px;
    background-color: #e5e5e5;
    color: #000931;
    padding: 8px;
    border: 0.5px solid #c9c9c9;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

#login input[type=submit]:hover{
    margin: 10px 0 10px 0;
    width: 110px;
    background-color: #551111;
    color: #fff;
    padding: 8px;
    border: 0.5px solid #c9c9c9;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.24), 0 10px 15px 0 rgba(0,0,0,0.19);
    transition-duration: 0.6s;

}

input[type=submit], input[type=button] {
    padding: 4px;
    border: 0.5px solid #AAA;
    border-radius: 4px;
}

input[type=submit]:hover, input[type=button]:hover  {
    cursor: pointer;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.24), 0 10px 15px 0 rgba(0, 0, 0, 0.19);
    transition-duration: 0.6s;
}

h6>a {
    color:#5588AA;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 0;
    margin-top: 3px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 25px;
}

.footerfix {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}


.footerflow {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}


.input_label, .input_label_s {
    width: 100px;
    margin-left:15px;
    height: 30px;
}

.input_label{
    float:left;
}

.form_input {
    width: 160px;
    margin-left: 10px;
    float:left;
}

.form_input > input {
    width: 190px;
    border-radius: 5px;
    padding: 2px;
    height: 28px;
    border: 1px solid #D4D4D4;
}

.form_input_s {
    margin-left:15px;
    width: 320px
}

.form_input_s > input {
    width: 300px;
}

.gridbtn {
    cursor: pointer;
}

.gridbtn:hover {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3, OffY=3,Color='#444')";
    filter: url('../img/shadow.svg');
    -webkit-filter: drop-shadow(3px 3px 7px rgba(0,0,0,0.5));
    filter: drop-shadow(3px 3px 7px rgba(0,0,0,0.5));
}

.acushadow {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3, OffY=3,Color='#444')";
    filter: url('../img/shadow.svg');
    -webkit-filter: drop-shadow(3px 3px 7px rgba(0,0,0,0.5));
    filter: drop-shadow(3px 3px 7px rgba(0,0,0,0.5));
}


.flot-x-axis .flot-tick-label {
    white-space: nowrap;
    transform: translate(-25px, 0) rotate(-60deg);
    text-indent: -100%;
    transform-origin: top right;
    text-align: right !important;

}