/*
.tile {
  display: block;
  cursor: pointer;
  -webkit-perspective: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.2s;
  float: left;
  min-width: 75px;
  min-height: 75px;
  text-align: center;
  opacity: 0.75;
  background-color: #2e8bcc;
  z-index: 1;
  border: 4px #ffffff solid;
  color: #ffffff;
}
.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6 {
  color: #ffffff;
  -webkit-user-select: none;
}
.tile h2 {
  margin-top: -20px;
  margin-left: 0px;
}
.tile h3,
.tile h4 {
  margin-top: -15px;
}
.tile h1.tile-text,
.tile h2.tile-text,
.tile h3.tile-text,
.tile h4.tile-text {
  margin-top: 20px;
}
.tile h1 {
  font-size: 36px;
}
.tile h2 {
  font-size: 30px;
}
.tile h3 {
  font-size: 24px;
}
.tile h4 {
  font-size: 18px;
}
.tile a:hover {
  text-decoration: none;
}
.tile img {
  border: 0;
}
.tile:hover {
  opacity: 1;
}
.tile .tile-label {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 14px;
  color: #ffffff;
}
.tile .tile-content .tile-icon-large {
  margin-left: 0px;
  vertical-align: middle !important;
  text-align: center;
}
.tile .tile-content {
  padding-top: 20px;
  line-height: normal;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tile.tile-blue {
  background-color: #2e8bcc;
}
.tile.tile-green {
  background-color: #339933;
}
.tile.tile-red {
  background-color: #e51400;
}
.tile.tile-yellow {
  background-color: #ffc40d;
}
.tile.tile-orange {
  background-color: #f39c12;
}
.tile.tile-pink {
  background-color: #e671b8;
}
.tile.tile-purple {
  background-color: #7b4f9d;
}
.tile.tile-lime {
  background-color: #8cbf26;
}
.tile.tile-magenta {
  background-color: #ff0097;
}
.tile.tile-teal {
  background-color: #00aba9;
}
.tile.tile-turquoise {
  background-color: #1abc9c;
}
.tile.tile-green-sea {
  background-color: #16a085;
}
.tile.tile-emerald {
  background-color: #2ecc71;
}
.tile.tile-nephritis {
  background-color: #27ae60;
}
.tile.tile-peter-river {
  background-color: #3498db;
}
.tile.tile-belize-hole {
  background-color: #2980b9;
}
.tile.tile-amethyst {
  background-color: #9b59b6;
}
.tile.tile-wisteria {
  background-color: #8e44ad;
}
.tile.tile-wet-asphalt {
  background-color: #34495e;
}
.tile.tile-midnight-blue {
  background-color: #2c3e50;
}
.tile.tile-sun-flower {
  background-color: #f1c40f;
}
.tile.tile-carrot {
  background-color: #e67e22;
}
.tile.tile-pumpkin {
  background-color: #d35400;
}
.tile.tile-alizarin {
  background-color: #e74c3c;
}
.tile.tile-pomegranate {
  background-color: #c0392b;
}
.tile.tile-clouds {
  background-color: #ecf0f1;
  color: #34495e;
}
.tile.tile-clouds h1,
.tile.tile-clouds h2,
.tile.tile-clouds h3,
.tile.tile-clouds h4,
.tile.tile-clouds h5,
.tile.tile-clouds h6 {
  color: #34495e;
}
.tile.tile-clouds .tile-label {
  color: #34495e;
}
.tile.tile-silver {
  background-color: #bdc3c7;
}
.tile.tile-concrete {
  background-color: #95a5a6;
}
.tile.tile-asbestos {
  background-color: #7f8c8d;
}
.tile.tile-info {
  background-color: #3498db;
}
.tile.tile-danger {
  background-color: #e74c3c;
}
.tile.tile-warning {
  background-color: #f1c40f;
}
.tile.tile-success {
  background-color: #2ecc71;
}
.tile.tile-small {
  height: 70px;
  width: 70px;
}
.tile.tile-medium {
  height: 130px;
  width: 130px;
}
.tile.tile-wide,
.tile.tile-double {
  height: 150px;
  width: 310px;
}
.tile.tile-large {
  height: 310px;
  width: 310px;
}
*/


.bg-color-orange {
  background-color: #fa9e0f !important;
}

.bg-color-purple {
  background-color: #874db4 !important;
}

.bg-color-greenDark {
  background-color: #008641 !important;
}

.bg-color-blue {
  background-color: #2e8bcc !important;
}

.bg-color-red {
  background-color: #e62614 !important;
}

.bg-color-green {
  background-color: #33b233 !important;
}

.bg-color-blueDark {
  background-color: #20608e !important;
}

.bg-color-yellow {
  background-color: #ffc40d !important;
}

.bg-color-pink {
  background-color: #e671b8 !important;
}

.bg-color-darken {
  background-color: #1c1c1c !important;
}

.bg-color-gray {
  background-color: #555555 !important;
}

.bg-color-grayLight {
  background-color: #999999 !important;
}

.metro {
  position: relative;
  text-align: center;
}

.tile-column {
  position: relative;
  float: left;
  width: auto;
  height: auto;
}

.tile-column-span-1 {
  position: relative;
  float: left;
  width: auto;
  width: 162px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-2 {
  position: relative;
  float: left;
  width: auto;
  width: 324px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-3 {
  position: relative;
  float: left;
  width: auto;
  width: 480px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-4 {
  position: relative;
  float: left;
  width: auto;
  width: 640px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-5 {
  position: relative;
  float: left;
  width: auto;
  width: 640px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-6 {
  position: relative;
  float: left;
  width: auto;
  width: 800px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-7 {
  position: relative;
  float: left;
  width: auto;
  width: 960px;
  height: auto;
  margin-left: 0 !important;
}

.tile-column-span-8 {
  position: relative;
  float: left;
  width: auto;
  width: 1120px;
  height: auto;
  margin-left: 0 !important;
}

.metro .tile {
  position: relative;
  display: inline-block;
  //float: left;
  width: 125px;
  height: 125px;
  padding: 0;
  margin: 5px;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: #2C83EF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.metro .tile.selected {
  border: 3px solid #003484;
}

.metro .tile.selected:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  display: block;
  width: 0;
  height: 0;
  //border-top: 40px solid #003484;
  //border-left: 40px solid transparent;
  //content: "";
}

.metro .tile.selected:before {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1002;
  //font-family: 'icomoon';
  //color: #FFFFFF;
  //content: "\e379";
}

.metro .tile .app-label,
.metro .tile .label {
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 12px;
}

.metro .tile .app-count,
.metro .tile .count {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.metro .tile .image-wrapper span.icon {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
}

.metro .tile .textover-wrapper {
  position: absolute;
  bottom: 0;
  height: 48px;
  padding: 2px 20px;
  background-color: inherit;
}

.metro .tile .textover-wrapper.transparent {
  background-color: rgba(0, 0, 0, 0.7);
}

.metro .tile .text-header {
  max-height: 36px;
  overflow: hidden;
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

.metro .tile .text-header3 {
  max-height: 110px;
  overflow: hidden;
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

.metro .tile .column3-text {
  display: block;
  float: left;
  width: 200px;
}

.metro .tile .column3-label {
  display: block;
  float: left;
  width: 50px;
}

.metro .tile .column2-text {
  display: block;
  float: left;
  width: 160px;
}

.metro .tile .column2-label {
  display: block;
  float: left;
  width: 90px;
}

.metro .tile .text2 {
  max-height: 44px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}

.metro .tile .text3 {
  max-height: 56px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.metro .tile .text4 {
  max-height: 72px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.metro .tile .column {
  display: block;
  float: left;
  width: 130px;
}

.metro .tile .text5 {
  max-height: 92px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.metro .tile .text {
  height: 18px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.metro .tile:hover {
  outline: 3px #225a68 solid;
}

.metro .tile.app .image-wrapper {
  display: block;
  width: 150px;
  height: 80px;
  padding: 8px 0;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
}

.metro .tile.app .image-wrapper img {
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
}

.metro .tile.square.text {
  //width: 110px;
  //height: 110px;
  padding: 12px;
}

.metro .tile.square.text .text-big {
  overflow: hidden;
  font-size: 60px;
  line-height: 76px;
  text-align: center;
}

.metro .tile.square.text.tilesquareblock .text {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.metro .tile.square.image {
  width: 150px;
  height: 150px;
  padding: 0;
}

.metro .tile.square.image img {
  max-width: 150px;
  max-height: 150px;
}

.metro .tile.squarepeek {
  width: 150px;
  height: 312px;
}

.metro .tile.squarepeek img {
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
}

.metro .tile.squarepeek .text-inner {
  width: 110px;
  height: 110px;
  padding: 20px;
}

.metro .tile.wide.app {
  width: 310px;
  height: 150px;
}

.metro .tile.wide.app .image-wrapper {
  width: 310px;
}

.metro .tile.wide.text {
  width: 270px;
  height: 110px;
  padding: 20px;
}

.metro .tile.wide.text .column-text-big {
  display: block;
  float: left;
  width: 80px;
  margin-left: 10px;
}

.metro .tile.wide.text .column-text-big .text-big {
  overflow: hidden;
  font-size: 74px;
  line-height: 60px;
  text-align: right;
}

.metro .tile.wide.text .column-text {
  display: block;
  float: left;
  width: 180px;
}

.metro .tile.wide.imagetext {
  width: 270px;
  height: 110px;
  padding: 20px;
}

.metro .tile.wide.imagetext .image-wrapper {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.metro .tile.wide.imagetext .image-wrapper img {
  max-width: 80px;
  max-height: 80px;
}

.metro .tile.wide.imagetext .column-text {
  display: block;
  float: left;
  width: 180px;
}

.metro .tile.wide.image {
  width: 310px;
  height: 150px;
}

.metro .tile.wide.image img {
  max-width: 310px;
}

.metro .tile.wide.image .mini-tiles {
  display: inline-block;
  float: left;
  width: 152px;
  height: 150px;
}

.metro .tile.wide.image .mini-tiles img {
  display: inline-block;
  float: left;
  max-width: 75px;
  max-height: 75px;
  border-left: 1px solid #2A2A2A;
}

.metro .tile.wide.imagetext.wideimage {
  width: 310px;
  height: 150px;
  padding: 0;
}

.metro .tile.wide.image.collection img {
  float: left;
  max-width: 158px;
  max-height: 150px;
}

.metro .tile.widepeek {
  width: 310px;
  height: 300px;
}

.metro .tile.widepeek .tile {
  margin: 0;
}

.metro .tile.widepeek .tile:hover {
  outline: 0;
}

.metro .tile.square .textover-wrapper,
.metro .tile.squarepeek .textover-wrapper {
  width: 130px;
}

.metro .tile.wide .textover-wrapper,
.metro .tile.widepeek .textover-wrapper {
  width: 270px;
}

#panorama-scroll-prev,
#panorama-scroll-next {
  position: absolute;
  top: 96px;
  left: 4px;
  z-index: 1061;
  display: inline-block;
  width: 42px;
  width: 32px;
  height: 42px;
  height: 32px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  font-family: 'icomoon';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: none;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  outline: 0;
  background-clip: border-box;
  font-variant: normal;
}

#panorama-scroll-next {
  right: 4px;
  left: auto;
}

#panorama-scroll-prev:hover,
#panorama-scroll-next:hover {
  background-color: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.6);
}

#panorama-scroll-prev:before {
  font-size: 20px;
  line-height: 32px;
  vertical-align: top;
  content: "\e2a4";
}

#panorama-scroll-next:before {
  font-size: 20px;
  line-height: 32px;
  vertical-align: top;
  content: "\e2a0";
}

#panorama-scroll-prev-bkg,
#panorama-scroll-next-bkg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  width: 40px;
  height: 100%;
  background-color: transparent;
}

#panorama-scroll-next-bkg {
  right: 0;
  left: auto;
}

#panorama-scroll-prev-bkg:hover,
#panorama-scroll-next-bkg:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.metro-responsive-tiles .tile {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 150px;
  padding: 20px;
  margin: 5px;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: #2C83EF;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.metro-responsive-tiles .tile .image-wrapper {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}

.metro-responsive-tiles .tile .image-wrapper span.icon {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
}

.metro-responsive-tiles .tile .text-header {
  max-height: 36px;
  overflow: hidden;
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

.metro-responsive-tiles .tile .text-header2 {
  max-height: 80px;
  overflow: hidden;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}

.metro-responsive-tiles .tile .column-text {
  display: block;
  float: left;
  width: 180px;
  padding-left: 10px;
}

.metro-responsive-tiles .tile .column-text .text-header3 {
  max-height: 110px;
  overflow: hidden;
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

.metro-responsive-tiles .tile .tile-form {
  margin: 10px 0;
}

.pivot {
  position: relative;
}

.pivot > .pivot-headers {
  margin-bottom: 10px;
}

.pivot > .pivot-headers > a {
  margin: 0 10px 0 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  color: #555555;
  text-decoration: none;
  text-transform: lowercase;
}

.pivot > .pivot-headers > a:hover {
  color: #222222;
}

.pivot > .pivot-headers > a.active {
  font-weight: 400;
  color: #222222;
}

.pivot > .pivot-items {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pivot > .pivot-items > .pivot-item {
  position: relative;
  display: none;
  -webkit-transition: 0.4s ease-in-out left;
     -moz-transition: 0.4s ease-in-out left;
       -o-transition: 0.4s ease-in-out left;
          transition: 0.4s ease-in-out left;
}

.pivot > .pivot-items > .active,
.pivot > .pivot-items > .next,
.pivot > .pivot-items > .prev {
  display: block;
}

.pivot > .pivot-items > .active {
  left: 0;
}

.pivot > .pivot-items > .next,
.pivot > .pivot-items > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.pivot > .pivot-items > .next {
  left: 100%;
}

.pivot > .pivot-items > .prev {
  left: -100%;
}

.pivot > .pivot-items > .next.left,
.pivot > .pivot-items > .prev.right {
  left: 0;
}

.pivot > .pivot-items > .active.left {
  left: -100%;
}

.pivot > .pivot-items > .active.right {
  left: 100%;
}

.listview.grid-layout {
  padding: 2px;
  overflow-y: auto;
}

.listview.grid-layout .listview-item {
  margin-right: 24px;
}

.listview.list-layout {
  width: 330px;
  padding: 2px;
  overflow-y: auto;
}

.listview.list-layout.big {
  width: 430px;
}

.listview-item {
  position: relative;
  display: inline-block;
  width: 282px;
  min-height: 60px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 7px;
  overflow: hidden;
  *overflow: visible;
  color: #ffffff;
  text-shadow: none;
  vertical-align: top;
  border: solid 3px transparent;
  zoom: 1;
}

.listview-item:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: solid 3px #225a68;
}

.listview-item.selected {
  border: 3px solid #003484;
}

.listview-item.selected:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #003484;
  border-left: 40px solid transparent;
  content: "";
}

.listview-item.selected:before {
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1002;
  font-family: 'icomoon';
  color: #FFFFFF;
  content: "\e379";
}

.listview-item-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.listview-item-body p {
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
}

.listview-item-body p.two-lines {
  height: 40px;
  line-height: 20px;
}

.listview-item-body p.three-lines {
  height: 60px;
  line-height: 20px;
}

.listview-item-object {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.listview-item-object[class*="icon-"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.listview-item-heading {
  margin: 0 0 5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listview-item-subheading {
  margin: 0 0 5px;
  margin: 0;
  overflow: hidden;
  color: #eeeeee;
  text-overflow: ellipsis;
}

.listview-item.big {
  width: 380px;
}

.listview-item.big .listview-item-object {
  display: block;
  width: 112px;
  height: 112px;
  margin-right: 10px;
}

.listview-item.big .listview-item-object[class*="icon-"] {
  display: inline-block;
  width: 112px;
  height: 112px;
  font-size: 112px;
  line-height: 112px;
}

/*
Tile ListView
*/

.metro .tile-listviewitem-container {
  overflow: auto;
}

.metro .tile-listviewitem {
  position: relative;
  display: block;
  height: 113px;
  padding: 7px 0;
  margin: 0 0 13px 0;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

.metro .tile-listviewitem img {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 7px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.metro .tile-listviewitem .detail {
  display: inline-block;
  height: 113px;
  margin-right: 7px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.metro .tile-listviewitem .detail .title {
  font-size: 16px;
  font-weight: 400;
}

.metro .tile-listviewitem .detail .subtitle {
  font-size: 10px;
  font-weight: 400;
}

.metro .tile-listviewitem.selected {
  color: #FFF;
  background-color: #4617b4;
}

.metro .tile-listviewitem:hover {
  background-color: #b3b3b3;
}

.metro .tile-listviewitem.selected:hover {
  background-color: #4617b4;
}

article.tile-listviewitem-detail {
  margin-left: 72px;
}

article.tile-listviewitem-detail header img {
  display: inline-block;
  vertical-align: top;
}

article.tile-listviewitem-detail header .titles {
  display: inline-block;
  vertical-align: top;
}

article.tile-listviewitem-detail header .titles h1 {
  font-size: 24px;
  font-weight: 300;
}

article.tile-listviewitem-detail header .titles h2 {
  font-size: 14px;
  font-weight: 300;
}

article.tile-listviewitem-detail section {
  padding-top: 20px;
}


/* end metro CSS */




/* datatable */

.table.dataTable
{
  font-size : 12px;
}

/* datatables grouping */
.expanded-group {
    background: url("../images/table/minus.jpg") no-repeat scroll left center transparent;
}

.collapsed-group {
    background: url("../images/table/plus.jpg") no-repeat scroll left center transparent;
}

.input-xs {
    height: 22px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    }

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}                                                          


header.header .navbar .logo {
  float: left;
  width:45px;

  /* border-radius: 24x; */
  /*margin-top: -2px;*/
}

/* validation */
.vali-danger {
  background-color: #F9E6E4;
  color: #d14233;
}
.vali-success {
  background-color: #e7faef;
  border-color: #bdf0ca;
  color: #295;
}
.vali-info {
    background-color: #e7f2fa;
    border-color: #caeaf3;
    color: #55a5d9;
}

.vali-gray {
  background-color: #E6E6E6;
  color: #3e5771;
}

/* select box */
select::-ms-expand {
    width:12px;
    border:none;
    background:#fff;
}
