#wrapper {
  height: 100%;
  overflow: auto;
  box-sizing: none;
}
#navbar {
  overflow: visible;
  position: fixed;
  height: 63px;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 45px;
  z-index: 1;
}
#navbar ul {
  float: left;
}
#navbar ul li {
  float: left;
}
ul#leftMenu {
  display: inline-block;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  outline: 0;
}
ul#leftMenu li {
  position: relative;
  display: block;
  white-space: nowrap;
  float: left;
  position: relative;
  display: block;
  white-space: nowrap;
  float: left;
}
ul#leftMenu li a, ul#rightMenu li a {
  color: #dfdfdf;
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font: bold 12px Open Sans, Arial, sans-serif;
  padding: 21px 18px 23px;
}

ul#leftMenu ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}

ul#leftMenu ul li {
  float: none;
}

ul#leftMenu ul li a:hover {
 border-top: 2px solid #2DB2EA;
 color: #fff;
}

ul#leftMenu li:hover>ul {
  visibility: visible;
  opacity: 1;
}
ul#leftMenu li a span.ico {
  margin-right: 10px;
}
ul#leftMenu li a:hover>span.ico {
  color: #fff;
}

#logo{
  width:217px;
  height:73px;
  background: url("../../img/logo.gif") no-repeat;
  margin:-10px 0 0 -24px;
}

#logo span{
    font-weight:bold;
    margin:17px 4px 0 0;
    float:right;
}
.bread-container {
  width: 100%;
  float: left;
}
.bread-crumb {
  padding: 7px 0 7px 10px;
  list-style: none;
  overflow: hidden;
  font-size: 13px;
}
.bread-crumb li {
  float: left;
}

.bread-crumb li a {
  color: #fff;
  text-decoration: none;
  padding: 4px 5px 4px 18px;
  display: block;
  float: left;
}

.bread-crumb li:first-child a {
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bread-crumb li:last-child a {
  color: black;
  pointer-events: none;
  cursor: default;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul#rightMenu {
  display: inline-block;
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  outline: 0;
}

ul#rightMenu li {
  position: relative;
  display: block;
  white-space: nowrap;
  float: left;
}


ul#rightMenu li:hover>ul {
  visibility: visible;
  opacity: 1;
}

ul#rightMenu li a:hover>i {
  color: #fff;
}

ul#rightMenu li a span.ico {
  margin-right: 10px;
}

ul#rightMenu li a:hover>span.ico {
  color: #fff;
}

ul#rightMenu ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}

ul#rightMenu ul li {
  float: none;
}
#innerContent {
    box-shadow: 2px 2px 20px #999;
}

#footer {
  height: 45px;
  position: fixed;
  width: 100%;
  bottom: fixed;
  z-index: 999;
  bottom: 0px;
}

#footer > div {
  float: left;
}

#footer > div:first-child,
#footer > div:last-child {
  width: 33%;
}

#footer > div:nth-child(2) {
  width: 34%;
  text-align: center;
}

#footer > div:nth-child(2) img {
  height: 45px;
  padding: 14px 0;
}

#menu-icon{
  display: none;  
}

#user-icon{
  display: none;
}


@media screen and (min-width: 651px) and (max-width: 850px) {

  #navbar {
    position: fixed;
    height: 63px;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 45px;
    z-index: 1;
  }

  #menu-icon {
    position: absolute;
    right:9%;
    display: block;
    padding: 10px;
  }

  #user-icon {
    position: absolute;
    right:4%;
    display: block;
    padding: 10px;
  }

  ul#leftMenu{
    display: none;
  }

  ul#leftMenu li.topmenu, ul#rightMenu li.topmenu {
    width:100%;
  }

  ul#leftMenu ul{
    position: relative;
    width:100%;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  ul#rightMenu {
    width: 100%;
    display: none;
  }

  ul#rightMenu ul {
   position: relative;
   width:100%;
   visibility: visible;
   opacity: 1;
   display: none;
 }

 ul#rightMenu li.topmenu > a { 
  display: none;
}

ul.li-table{
  min-width: 1000px;
}

.table-scroll{
  overflow-x: auto;
}

.form-container{
  width: 98%;
}

.add-plus{
  top: 1%;
}

#dash-container .box1{
  width: 100%;
}

#dash-container .box2{
  width: 100%;
}

#all-device-det-stat {
  overflow: auto;
}

.half-box{
  width: 100%;
}

#languagesettings_longtxtbox{
  width: 100%;
  margin-left: 0px;
}

.dev-req-container{
  width: 97%;
}

#login-container{
  width: 50%;
  left: 25%;
}

.dev-req-label{
  width: 50%;
}

.dev-req-form{
  width: 97%;
}

.float-center{
  left: 38%;
  width: 55%;
  top: 28%;
}
}


@media screen and (min-width: 451px) and (max-width: 650px) {
 #navbar {
  position: fixed;
  height: 63px;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 45px;
  z-index: 1;
}

#menu-icon {
  position: absolute;
  right:11%;
  display: block;
  padding: 10px;
}

#user-icon {
  position: absolute;
  right:5%;
  display: block;
  padding: 10px;
}

ul#leftMenu{
  display: none;
}

ul#leftMenu li.topmenu, ul#rightMenu li.topmenu {
  width:100%;
}

ul#leftMenu ul{
  position: relative;
  width:100%;
  visibility: visible;
  opacity: 1;
  display: none;
}

ul#rightMenu {
  width: 100%;
  display: none;
}

ul#rightMenu ul {
 position: relative;
 width:100%;
 visibility: visible;
 opacity: 1;
 display: none;

}

ul#rightMenu li.topmenu > a { 
  display: none;
}

ul.li-table{
  min-width: 1000px;
}

.table-scroll{
  overflow-x: auto;
}

.form-container{
  width: 98%;
}

.add-plus{
  top: 1%;
}

#dash-container .box1{
  width: 100%;
}

#dash-container .box2{
  width: 100%;
}

#all-device-det-stat {
  overflow: auto;
}

.half-box{
  width: 100%;
}

#languagesettings_longtxtbox{
  width: 100%;
  margin-left: 0px;
}

.dev-req-container{
  width: 97%;
}

#login-container{
  width: 60%;
  left: 20%;
}

.dev-req-label{
  width: 50%;
}

.dev-req-form{
  width: 97%;
}

.float-center{ 
  left: 32%;
  width: 62%;
  top: 28%;
}
}



@media screen and (min-width: 0px) and (max-width: 450px) {

  #navbar {
    position: fixed;
    height: 63px;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 45px;
    z-index: 1;
  }

  #menu-icon {
    position: absolute;
    right:15%;
    display: block;
    padding: 10px;
  }

  #user-icon {
    position: absolute;
    right:5%;
    display: block;
    padding: 10px;
  }

  ul#leftMenu{
    display: none;
  }

  ul#leftMenu li.topmenu, ul#rightMenu li.topmenu {
    width:100%;
  }

  ul#leftMenu ul{
    position: relative;
    width:100%;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  ul#rightMenu {
    width: 100%;
    display: none;
  }

  ul#rightMenu ul {
   position: relative;
   width:100%;
   visibility: visible;
   opacity: 1;
   display: none;

 }

 ul#rightMenu li.topmenu > a { 
  display: none;
}

ul.li-table {
  min-width: 1000px;
}

.table-scroll {
  overflow-x: auto;
}

.form-container {
  width: 98%;
}

.add-plus{
  top: 1%;
}

#dash-container .box1 {
  width: 100%;
}

#dash-container .box2 {
  width: 100%;
}

#all-device-det-stat {
  overflow: auto;
}

.half-box {
  width: 100%;
}

#languagesettings_longtxtbox{
  width: 100%;
  margin-left: 0px;
}

.dev-req-container{
  width: 97%;
}

#login-container{
  width: 80%;
  left: 10%;
}

.dev-req-label{
  width: 50%;
}

.dev-req-form{
  width: 97%;
}

.float-center{
  left: 22%;
  width: 85%;
  top: 28%;
}
}

