@charset "utf-8";

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  margin: 0px;
  padding: 0px;
  background-color: #eee;
  font-family: "open_sansregular", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #90d7ea;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #000;
  text-decoration: none;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #000000;
}
ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}

.container{
  width: 100%;
  max-width: 1700px;
}

.moba-container{
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 10px;
}

.moba-main{
  display: block;
  clear: both;
  margin-top: 160px;
}
.moba-logo-big{
  display: block;
  text-align: center;
  margin: 50px 0 25px 0;
}


.login-bx-main{
  width: 1160px;
  display: block;
  margin: 0 auto 155px auto;
  height: 422px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.ylw-box{
  width: 370px;
  height: 422px;
  display:block;
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}
.img-element{
    display:table-cell;
    width: 370px;
    height: 422px;
    vertical-align:middle;
    text-align:center;
    margin-bottom:15px;
}
.img-inner-element{
    display:inline-block;
}


.ylw-left{
  float: left;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.ylw-right{
  float: right;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}


.login-box{
  width: 420px;
  float: left;
  text-align: center;
}
.login-box h1{
  font-family: 'open_sansbold';
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  margin: 60px 0 05px 0;
}
.login-form-box{
  width: 292px;
  display: block;
  margin: 0 auto;
}
.login-form-box input{
  margin-bottom: 15px;
  height: 42px;
  font-family: 'open_sansregular';
  font-size: 16px;
  background-color: #f8f8fa;
}
.login-form-box button{
  width: 100%;
  height: 42px;
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 2px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.fgPass{
  display: block;
  clear: both;
  margin: 40px 0 15px 0;
}
.fgPass a{
  display: inline-block;
  color:#feba13;
}
.fgPass a:hover{
  color: #000;
  text-decoration: underline;
}

.copyright-bx{
  display: block;
  clear:both;
  margin-top: 30px;
  background-color: #1e1e1c;
  color: #fff;
  height: 60px;
  padding: 16px;
}

header{
  display: block;
  clear: both;
  background-color: #fff;
}

.moba-header-lg{
  display: inline-block;
  margin: 0px;
}
.moba-header-lg img{
  width: 165px;
  margin:10px 0;
}
.header-right{
  width: auto;
  float: right;
  margin-top: 15px;
}
.header-right a{
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  margin-left: 15px;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
a.moba-admin{
  border: solid 1px #eda904;
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}
a.moba-admin:hover{
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #feb914 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #feb914 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #feb914 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb914', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}

a.logout{
  border: solid 1px #3c3c3c;
  background: #717375; /* Old browsers */
  background: -moz-linear-gradient(top,  #717375 0%, #3c3c3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #717375 0%,#3c3c3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #717375 0%,#3c3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717375', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
}
a.logout:hover{
  background: #717375; /* Old browsers */
  background: -moz-linear-gradient(top,  #3c3c3c 0%, #3c3c3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3c3c3c 0%,#3c3c3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3c3c3c 0%,#3c3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
}
header nav{
  display: block;
  clear: both;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}
ul.main-nav{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.main-nav li{
  display: inline-block;
  color: #000;
}
ul.main-nav li a{
  display: block;
  color: #000;
  line-break: 30px;
  padding: 10px 28px;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
}
ul.main-nav li a:hover, ul.main-nav li a.current{
  color: #fff;
  background: #717375; /* Old browsers */
  background: -moz-linear-gradient(top,  #717375 0%, #3c3c3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #717375 0%,#3c3c3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #717375 0%,#3c3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717375', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
}
.wht-container-box{
  min-height: 800px;
  display: block;
  clear: both;
  margin: 15px 0;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
  overflow: auto;
}
.data-head{
  display: block;
  clear: both;
  border-bottom: solid 1px #d7d7d7;
  min-height: 51px;
}
.data-head-left{
  width:auto;
  min-width: 49%;
  float: left;
  padding: 8px 0 0 24px;
}
.data-head-left label{
  font-weight: normal;
  color: #666;
  margin-left: 5px;
}
.data-head-left input.seconds{
  width: 55px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 15px;
  background-color: #f8f8fa;
}
.data-head-right{
  width: auto;
  float: right;
}
.data-head-right ul{
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #f6f6f6;
}
.data-head-right ul li{
  width: auto;
  float: left;
  padding-top: 10px;
  display: inline-block;
/*  min-width: 225px; */
  border-left: solid 1px #d7d7d7;
  min-height: 50px;
}
.data-head-right ul li div{
  display: block;
  clear: both;
  padding: 0 20px;
  margin: 5px 0;
  line-height: normal;
  font-size: 14px;
}
.data-head-right ul li div label{
  font-weight: normal;
  font-family: 'open_sansbold';
  margin: 0 10px 0 0;
}


.treemenu-main{
  display: block;
  margin: 40px;
  text-align: center;
}

.tree-nav {
    display: inline-block;
    margin: 0;
    padding: 20px 0 0 0;
}
.tree-nav > li{
  float: left;
}

.tree-nav > li {
    display: inline-block;
    list-style: none;
    padding: 0 12px;
    position: relative;
}
.tree-nav > li:after{
   width: 50%;
   height: 1px;
   background-color: #000;
   position: absolute;
   right: 0px;
   top: -20px;
   content: "";
}
.tree-nav > li:before{
   width: 50%;
   height: 1px;
   background-color: #000;
   position: absolute;
   left: 0px;
   top: -20px;
   content: "";
}
.tree-nav > li:first-child:before,
.tree-nav > li:last-child:after{
   background-color: transparent;
}

.tree-nav > li > a{
  position: relative;
}
.tree-nav > li > a:before{
   width: 1px;
   height: 17px;
   background-color: #000;
   position: absolute;
   left: 50%;
   top: -20px;
   content: "";
}

.tree-nav .button-dropdown {
    position: relative;
}

.tree-nav li a {
    display: block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
}
.tree-nav li > a {
  width: 128px;
  color: #000;
  padding: 5px;
  text-align: center;
  line-height: normal;
}

.tree-nav li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.tree-nav li a:hover, .tree-nav li a.dropdown-toggle.active {
    background-color: #289dcc;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.tree-nav li a:hover span, .tree-nav li a.dropdown-toggle.active span {
    color: #fff;
}

.tree-nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0px 0 0 18px;
    margin: 22px 0px 0px 75px;
    text-align: left;

    background-color: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.tree-nav li .dropdown-menu:before{
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: -20px;
  content: "";
  background-color: #000;
}
.tree-nav li .dropdown-menu > li{
  margin-bottom: 21px;
  position: relative;
}
.tree-nav li .dropdown-menu > li:last-child{
  margin-bottom: 0px;
}
.tree-nav li .dropdown-menu > li:before{
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -18px;
  top: 20px;
  content: "";
}
.tree-nav li .dropdown-menu > li > a{
  padding: 10px 5px;
}

.tree-nav li .dropdown-menu.active {
    display: block;
}

.tree-nav li .dropdown-menu a {
    min-width: 125px;
    font-size: 13px;
}

.treemenu-main a{
  display: inline-block;
  border: solid 1px #eda904;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}
.treemenu-main a strong{
    font-family: 'open_sansbold';
    font-weight: normal;
}
.treemenu-mainbranch{
  display: block;
  clear: both;
  text-align: center;
  position: relative;
  padding-bottom: 19px;
  position: relative;
}
.treemenu-mainbranch:after{
  width: 1px;
  height: 19px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  content: "";
  background-color: #000;
}
.treemenu-mainbranch a{
  width: 160px;
  /* font-weight: bold; */
  color: #000;
  padding: 5px 10px;
}


.route-name-title{
  font-family: 'open_sansbold';
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  color:#feb914;
}
.route-no{
  font-size: 14px;
}
.route-tags-main{
  display: block;
  clear: both;
  margin: 50px 30px 10px 30px;
  overflow: visible;
}
.route-tags-row{
  display: block;
  clear: both;
}

.route-tag{
  width: 140px;
  height: 32px;
  font-size: 13px;
  display: inline-block;
  margin: 0 6px 10px 0;
  border: solid 1px #007f00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.route-tag span{
  display: inline-block;
  padding: 6px 0px 0px 5px;
}
.route-tag i{
  width: 30px;
  height: 30px;
  float: right;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.route-tag.green span{
  color: #000;
}

.route-tag.green i{
  background: #009900; /* Old browsers */
  background: -moz-linear-gradient(top,  #009900 0%, #007f00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #009900 0%,#007f00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #009900 0%,#007f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#007f00',GradientType=0 ); /* IE6-9 */
}

.route-tag.red{
  border-color: #c20000 !important;
}

.route-tag.red span{
  color: #ff0000;
}

.route-tag.red i{
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff0000 0%, #c20000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ff0000 0%,#c20000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ff0000 0%,#c20000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c20000',GradientType=0 ); /* IE6-9 */
}
.view-btn,
.export-btn{
  width: 100%;
  display: block;
  line-height: 34px;
  padding: 0 10px;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #eda904;
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}

.report-title{
  margin: 15px 30px;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-size: 18px;
  color:#feb914;
}
.table-data-main{
  display: block;
  margin: 30px;
}
.table-data-head{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.table-data-head h3{
  display: inline-block;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  color:#000;
  margin: 0 15px 0 0;
}

.TFtable{
  width:100%;
  border-collapse:collapse;
  font-size: 13px;
}
  .TFtable thead tr th{
    background: #747474;
    color: #fff;
    padding:0 10px;
    border:#dadae5 1px solid;
}
.TFtable td{
    padding:10px; border:#dadae5 1px solid;
}
.TFtable tr{
background: #b8d1f3;
}
.TFtable tr:nth-child(odd){
    background: #fff;
}
.TFtable tr:nth-child(even){
background: #f5f5f5;
}


.export-btn{
  display: inline-block;
  width: auto;
  float: right;
  border: solid 1px #007f00;
  background: #009900; /* Old browsers */
  background: -moz-linear-gradient(top,  #009900 0%, #007f00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #009900 0%,#007f00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #009900 0%,#007f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#007f00',GradientType=0 ); /* IE6-9 */
}
.excel-file-icon{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../images/excel-file-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.right-btns{
  display: block;
  margin: 7px 30px 0 0;
}
.right-btns button{
  float: right;
  display: inline-block;
  margin-left: 10px;
  line-height: 34px;
  padding: 0 10px;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.right-btns button i{
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.yellow-btn{
  border: solid 1px #eda904;
  background: #ffcb05; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb05 0%, #feb914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffcb05 0%,#feb914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffcb05 0%,#feb914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb05', endColorstr='#feb914',GradientType=0 ); /* IE6-9 */
}
.black-btn{
  border: solid 1px #3c3c3c;
  background: #717375; /* Old browsers */
  background: -moz-linear-gradient(top,  #717375 0%, #3c3c3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #717375 0%,#3c3c3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #717375 0%,#3c3c3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717375', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
}
.edit-btn, .delete-btn{
  font-weight: bold;
  font-family: 'open_sanssemibold';
  border: solid 1px #ccc;
  display: inline-block;
  padding:2px 10px;
  margin: 0 5px;
  background-color:#fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.edit-btn{
  border: solid 1px #007f00;
  color: #007f00;
}
.delete-btn{
  border: solid 1px #c20000;
  color: #c20000;
}
.pagination-main{
  display: block;
  clear: both;
}

.text-center{
  text-align: center;
  display: block;
}
.pagination{
  vertical-align: middle;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  background-color: #feb914;
  border-color: #feb914;
  font-family: 'open_sanssemibold';
}
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, .pagination > li > span:hover{
  color: #000;
}
.record-show{
  display: inline-block;
  margin: 0 20px;
  line-height: 34px;
  color: #666;
}
.record-show select{
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #666l
}
.add-bin-form{
  display: block;
  clear: both;
  margin: 15px;
}
.add-bin-form input,
.add-bin-form select{
  height: 42px;
  line-height: 42px;
}
.add-bin-form select[multiple], select[size] {
    height: auto;
}
.add-bin-form .row{
  margin-top: 15px;
  margin-bottom: 15px;
}
.add-bin-form .row label{
  display: block;
  margin: 15px 0 10px 0;
  font-family: 'open_sansbold';
  font-weight: normal;
}

.bins-search{
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.bins-search input[type="text"]{
  width: 300px;
  display: inline-block;
}
.bins-search input[type="button"],
.bins-search input[type="submit"]{
  display: inline-block;
  height: 34px;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.btns-block{
  display: block;
  margin: 10px 0;
  padding-top: 20px;
  border-top: solid 1px rgba(0,0,0,0.1);
}
.btns-block button{
  float: left;
  display: inline-block;
  margin-right: 10px;
  line-height: 45px;
  padding: 0 30px;
  color: #fff;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}




.livetrack-search{
  display: block;
  clear: both;
  margin-bottom: 15px;
}
.livetrack-search input[type="text"]{
  width: 100%;
  display: inline-block;
}
.livetrack-search input[type="button"],
.livetrack-search input[type="submit"]{
  display: inline-block;
  height: 34px;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.livetrack-selecter{
  display: block;
  clear: both;
  background-color: #747474;
  color: #ccc;
  margin-bottom: 1px;
}

.livetrack-selecter a{
  display: inline-block;
  margin: 0 10px;
  color:#fff;
  line-height: 34px;
  font-size: 13px;
}
.livetrack-data-main{
  display: block;
  margin: 10px;
}

div.accordions{
    background-color: #ffcb05;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 1px;
}
div.accordions.active, div.accordions:hover {
    background-color: #feb914;
}
div.accordions:before {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
div.accordions.active:before {
    content: "\2212";
}
div.accordions > input{
  margin-right: 5px;
  outline: none;
}
div.accordions-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordions-main{
  display: block;
  border: solid 1px #ccc;
  max-height: 740px;
  overflow: auto;
}
.accordions-main label{
  font-weight: normal;
  display: block;
  cursor: pointer;
}

.accordions-panel > ul{
  display: block;
  margin: 0px 10px;
  padding: 0px;
  list-style: none;
}

.toggle-bins{
  display: block;
  /* padding: 24px 0 0 24px; */
  /* clear: both; */
  /* margin-bottom: 15px; */
}
.toggle-bins label{
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
}
.toggle-bins h3{
  display: inline-block;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color:#000;
  margin: 0 15px 0 0;
}
.toggle-inpt{
  display: inline-block;
}
.map-main{
  display: block;
  border: solid 1px #ccc;
  min-height: 740px;
  margin-bottom: 30px;
  position: relative;
/*  background-image: url(../images/map.jpg); */
  background-position: center;
  background-size: auto;
}
.vehicle-icon{
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  vertical-align: middle;
}
.truck-v{
  background-image: url(../images/truck-icon.png);
}

.livetrack-router{
  display: inline-block;
  position: absolute;
  left: 100px;
  top: 100px;
  padding-bottom: 26px;

}
.livetrack-node{
  font-size: 12px;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  padding: 3px 6px;
  position: relative;
  background-color: rgba(255,255,255,0.9);
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.livetrack-node:after, .livetrack-node:before {
	top: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.livetrack-node:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
.livetrack-node:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 7px;
	margin-left: -7px;
}
.livetrack-router > .vehicle-icon{
  position: absolute;
  bottom: 0px;
  right: 0px;
}


@media screen and (min-width: 1024px) {
  .livetrack-acrn-outer{
    position: relative;
    padding-left: 260px !important;
  }
  .livetrack-acrn{
    width: 260px !important;
    position: absolute;
    left: 0px;
  }
  .livetracker-map{
    width: 100%;
  }
}

/*	start styles for the ContextMenu	*/
.context_menu{
    background-color:white;
    border:1px solid gray;
}
.context_menu_item{
    padding:3px 6px;
}
.context_menu_item:hover{
    background-color:#CCCCCC;
}
.context_menu_separator{
    background-color:gray;
    height:1px;
    margin:0;
    padding:0;
}

tr.redClass{
    background-color: #e87853 !important;
}

.loading_message {
    margin: 15px 30px 0px 30px;
}

.rptHeader {
    background: #b8d1f3 none repeat scroll 0 0 !important;
    text-align: center;
    font-weight: bolder;
}

.rptFooter {
    background: #e2e2e2 none repeat scroll 0 0 !important;
    text-align: center;
    font-weight: bolder;
}