*{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*
,*:before
,*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body{
  position: relative;
  width: 100%;
  /*max-width: 320px;*/
  padding: 34px 0;
  /*height: 100%;*/
  margin: 0;
  font-size: 13px; /*81.25%;*/ /*13px;*/
  font-weight: normal;
  line-height: 1.3; /*1.231em;*/ /*16px;*/
  color: rgb(51,51,51);
  background-color: rgb(249,249,249);
}
html.modal-open{
  overflow: hidden;
}
html.modal-open body{
  overflow: hidden;
}
.overlay{
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(0,0,0,.2);
}
html.modal-open .overlay{
  display: block;
}
.clear{
  display: block;
  clear: both;
  font-size: 1px;
  margin-top: -1px
}
.clearfix{
  *zoom:1;
}
.clearfix:before,
.clearfix:after{
  display:table;
  content:"";
  line-height:0;
}
.clearfix:after{
  clear:both;
}
a{
  color: rgb(27,98,176);
  text-decoration: none;
  cursor: pointer;
}
a:focus
,a:hover
,a:active
,a:visited{
  color: rgb(2,47,140);
}
a:focus{
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.round{
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.round-top{
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
.round-bottom{
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
.page{
  position: relative;
  /*
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  */
  /*padding: 34px 0;*/
  /*
  position: absolute;
  width: 100%;
  max-width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  */
}
.header, .footer{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 34px;
  /*max-width: 320px;*/
  left: 0;
  right: 0;
  background-color: rgb(27,98,176);
  zoom: 1;
}
.header{
  top: 0; /*-1px;*/
  /*padding-top: 1px;*/
  color: rgb(255,255,255);
  border-bottom: 1px solid rgb(2,47,140); /*rgb(1,28,82);*/
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
          box-shadow: 0 8px 10px -10px rgba(0,0,0,0.9);
}
.footer{
  bottom: 0; /*-1px;*/
  /*padding-bottom: 1px;*/
  border-top: 1px solid rgb(202,202,202);
  background-color: rgb(225,225,225);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
          box-shadow: 0 -10px 8px -10px rgba(0,0,0,0.2);
}
.header .title
,.footer .title{
  display: block;
  margin: 8px 34% 0px;
  padding: 0;
  line-height: normal;
  text-align: center;
  font-size: 1.23em; /*16px;*/
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0!important;
}
.navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  z-index: 10;
  list-style-type: none;
}
.navbar .item{
  float: left;
  margin: 0;
  padding: 0;
}
.navbar .item.user{
  padding: 9px 0;
}
.navbar .item.user .user-name{
  padding-right: 5px;
}
.navbar .item a{
  position: relative;
  display: block;
  margin: 0;
  padding: 9px 9px 8px 10px;
  font-size: 1em; /*13px;*/
  color: rgb(249,249,249);
  border-right: 1px solid rgb(2,47,140); /*rgb(16, 81, 151);*/
}
/*
.navbar .item.active a
,.navbar .item:hover a{
  background-color: rgb(2,47,140);
}
*/
.navbar .item a.active
,.navbar .item a:hover{
  background-color: rgb(2,47,140);
}

/*
.navbar .item.active a:before{
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  margin-left: -11px;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(2,47,140);
  border-left: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .item.active a:after{
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: inline-block;
  margin-left: -10px;
  border-right: 9px solid transparent;
  border-top: 9px solid rgb(2,47,140);
  border-left: 9px solid transparent;
  content: '';
}
*/
.navbar .icon-label{
  display: none;
}
.navbar.right{
  right: 0;
  left: auto;
}
.navbar.right .item{
  float: right;
}
.navbar.right .item a{
  border-right: none;
  border-left: 1px solid rgb(2,47,140); /*rgb(16,81,151);*/
}
.footer .navbar{
  top: -1px;
}
.footer .navbar .item a{
  display: block;
  color: rgb(51,51,51);
  border-right: 1px solid rgb(202,202,202); /*rgb(16, 81, 151);*/
}
.footer .navbar .item.active a
,.footer .navbar .item:hover a{
  background-color: rgb(202,202,202);
}

.content-outer{
  width: 100%;
  height: 100%;
  padding: 35px 0;
  overflow: hidden;
}
.content-fill{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.content{
  padding: 0;
  /*
  padding: 34px 0;
  */
}
.panel-group{
}
.panel{
  padding: 0 0 10px;
}
.panel-head{
  padding: 4px 5px;
  background-color: rgb(38,104,240);
}
.panel-title{
  display: inline-block;
  padding: 0 6px; /*0 3px;*/
  color: rgb(255,255,255);
  font-weight: bold;
}
.panel-title:focus
,.panel-title:hover
,.panel-title:active
,.panel-title:visited{
  color: rgb(255,255,255);
}
.panel-title i.fa{
  margin-left: 10px;
}
.panel-title i.fa:before {
  content: "\f077";
}
.panel-title.collapsed i.fa:before {
  content: "\f078";
}
.panel-title .icon-label{
  margin: 0;
}
.panel-collapse{
  display: block;
}
.panel-collapse.collapse{
  display: none;
}
.panel-body{
  /*padding: 5px 0;*/
  /*border-bottom: 1px solid rgb(38,104,240);*/
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
.tooltip {
  display: none;
  position: absolute;
  min-width: 50px;
  max-width: 400px;
  padding: 1px 7px;
  z-index: 1000;
  color: rgb(51, 51, 51);
  background: rgb(255, 255, 225);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.tooltip:before{
  position: absolute;
  bottom: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid rgb(255,252,208);
  border-left: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.tooltip:after{
  position: absolute;
  bottom: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(255,252,208);
  border-left: 6px solid transparent;
  content: '';
}

@media screen and (max-width:400px){
  @-ms-viewport{
    /*width:320px;*/
  }
}

@media screen and (min-width:768px){
  body{
    padding: 69px 0 34px;
  }
  .header{
    height: 69px;
  }
  .header .title{
    margin: 5px 20px 0px;
    font-size: 1.62em;
    text-align: left;
  }
  .navbar{
    width: 100%;
    top: 34px;
    height: 34px;
    padding: 0 5px;
    border-bottom: 4px solid rgb(2,47,140);
  }
  .navbar .item{
    margin-left: 5px;
  }
  .navbar .item.user{
    padding: 4px 0;
  }
  .navbar .item.user .user-name{
    border-right: 1px dotted rgb(255, 255, 255);
  }
  .navbar .item a{
    padding: 8px;
    border: none;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
  }
  .navbar .icon-label{
    display: inline-block;
  }
  .navbar.right{
    top: 5px;
    height: 27px;
    border-bottom: none;
  }
  .navbar.right .item a{
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .footer .navbar{
    top: 4px;
    border: none;
  }
  .footer .navbar .item a{
    top: 0;
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 3px;
          border-radius: 3px;
  }
  .content{
    padding: 10px;
  }
  .tasklist-filter .panel-head{
    display: none;
  }
  .tasklist-filter .panel-collapse.collapse{
    display: block;
  }
}
