/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Responsive.less
 *
 */
/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Colors.less
 *
 */
.fg-color-blue {
  color: #2d89ef !important;
}
.fg-color-blueLight {
  color: #eff4ff !important;
}
.fg-color-blueDark {
  color: #2b5797 !important;
}
.fg-color-green {
  color: #00a300 !important;
}
.fg-color-greenLight {
  color: #99b433 !important;
}
.fg-color-greenDark {
  color: #1e7145 !important;
}
.fg-color-red {
  color: #b91d47 !important;
}
.fg-color-yellow {
  color: #ffc40d !important;
}
.fg-color-orange {
  color: #e3a21a !important;
}
.fg-color-orangeDark {
  color: #da532c !important;
}
.fg-color-pink {
  color: #9f00a7 !important;
}
.fg-color-pinkDark {
  color: #7e3878 !important;
}
.fg-color-purple {
  color: #603cba !important;
}
.fg-color-darken_old {
  color: #1d1d1d !important;
}
.fg-color-darken {
  color: #696969 !important;
}
.fg-color-lighten {
  color: #d5e7ec !important;
}
.fg-color-white {
  color: #ffffff !important;
}
.fg-color-grayDark {
  color: #525252 !important;
}
.fg-color-magenta {
  color: #ff0097 !important;
}
.fg-color-teal {
  color: #00aba9 !important;
}
.fg-color-redLight {
  color: #ee1111 !important;
}
.bg-color-blue {
  background-color: #2d89ef !important;
}
.bg-color-n-blue {
    position: relative; /* Required for positioning the pseudo-element */
}

    .bg-color-n-blue::after {
        content: attr(data-notification); /* Use the data attribute for content */
        position: absolute;
        top: 5px; /* Adjust based on your design */
        left: 5px; /* Adjust based on your design */
        min-width: 20px; /* Minimum width to accommodate content */
        height: 20px; /* Fixed height */
        background-color: #2d89ef;
        color: white; /* Text color for the notification number */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px; /* Adjust font size based on your design */
        padding: 0 5px; /* Add padding for larger numbers */
        box-sizing: border-box;
        z-index: 1002; /* Ensure the dot appears above other elements */
    }
.bg-color-blueLight {
  background-color: #eff4ff !important;
}
.bg-color-blueDark {
  background-color: #2b5797 !important;
}
.bg-color-green {
  background-color: #00a300 !important;
}
.bg-color-greenLight {
  background-color: #99b433 !important;
}
.bg-color-greenDark {
  background-color: #1e7145 !important;
}
.bg-color-red {
  background-color: #b91d47 !important;
}
.bg-color-yellow {
  background-color: #ffc40d !important;
}
.bg-color-orange {
  background-color: #e3a21a !important;
}
.bg-color-n-orange {
    position: relative; /* Required for positioning the pseudo-element */
}
.bg-color-n-orange::after {
    content: attr(data-notification); /* Use the data attribute for content */
    position: absolute;
    top: 5px; /* Adjust based on your design */
    left: 5px; /* Adjust based on your design */
    min-width: 20px; /* Minimum width to accommodate content */
    height: 20px; /* Fixed height */
    background-color: #e3a21a;
    color: white; /* Text color for the notification number */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust font size based on your design */
    padding: 0 5px; /* Add padding for larger numbers */
    box-sizing: border-box;
    z-index: 1002; /* Ensure the dot appears above other elements */
}
.bg-color-lightGray {
    background-color: #ccc6c6 !important;
}

.bg-color-n-lightGray {
    position: relative; /* Required for positioning the pseudo-element */
}
.bg-color-n-lightGray::after {
    content: attr(data-notification); /* Use the data attribute for content */
    position: absolute;
    top: 5px; /* Adjust based on your design */
    left: 5px; /* Adjust based on your design */
    min-width: 20px; /* Minimum width to accommodate content */
    height: 20px; /* Fixed height */
    background-color: #ccc6c6;
    color: white; /* Text color for the notification number */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust font size based on your design */
    padding: 0 5px; /* Add padding for larger numbers */
    box-sizing: border-box;
    z-index: 1002; /* Ensure the dot appears above other elements */
}
.bg-color-n-gray {
    position: relative; /* Required for positioning the pseudo-element */
}

    .bg-color-n-gray::after {
        content: attr(data-notification); /* Use the data attribute for content */
        position: absolute;
        top: 5px; /* Adjust based on your design */
        left: 5px; /* Adjust based on your design */
        min-width: 20px; /* Minimum width to accommodate content */
        height: 20px; /* Fixed height */
        background-color: #ccc6c6;
        color: white; /* Text color for the notification number */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px; /* Adjust font size based on your design */
        padding: 0 5px; /* Add padding for larger numbers */
        box-sizing: border-box;
        z-index: 1002; /* Ensure the dot appears above other elements */
    }

.bg-color-orangeDark {
  background-color: #da532c !important;
}
.bg-color-pink {
  background-color: #9f00a7 !important;
}
.bg-color-pinkDark {
  background-color: #7e3878 !important;
}
.bg-color-purple {
  background-color: #603cba !important;
}
.bg-color-n-purple {
    position: relative; /* Required for positioning the pseudo-element */
}
.bg-color-n-purple::after {
    content: attr(data-notification); /* Use the data attribute for content */
    position: absolute;
    top: 5px; /* Adjust based on your design */
    left: 5px; /* Adjust based on your design */
    min-width: 20px; /* Minimum width to accommodate content */
    height: 20px; /* Fixed height */
    background-color: #603cba;
    color: white; /* Text color for the notification number */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust font size based on your design */
    padding: 0 5px; /* Add padding for larger numbers */
    box-sizing: border-box;
    z-index: 1002; /* Ensure the dot appears above other elements */
}

.bg-color-darken {
  background-color: #1d1d1d !important;
}
.bg-color-lighten {
  background-color: #d5e7ec !important;
}
.bg-color-white {
  background-color: #ffffff !important;
}
.bg-color-pink2 {
  background-color: #fed0fb !important;
}
.bg-color-greenLight2 {
  background-color: #ebf5e5 !important;
}
.bg-color-blueGreen {
  background-color: #009c9b !important;
}
.bg-color-lazur {
  background-color: #91D0D6 !important;
}
.bg-color-blueth {
    background-color: #646FFF !important;
}
.bg-color-grayDark {
  background-color: #525252 !important;
}
.bg-color-gray {
  background-color: #a19e9e !important;
}
.bg-color-magenta {
  background-color: #ff0097 !important;
}
.bg-color-julpink {
  background-color: #f37dc2 !important;
}
.bg-color-ruru {
  background-color: #9e74c4 !important;
}
.bg-color-teal {
  background-color: #00aba9 !important;
}
.bg-color-redLight {
    background-color: #ee1111 !important;
}
.bg-color-n-redLight {
    position: relative; /* Required for positioning the pseudo-element */
}
.bg-color-n-redLight::after {
    content: attr(data-notification); /* Use the data attribute for content */
    position: absolute;
    top: 5px; /* Adjust based on your design */
    left: 5px; /* Adjust based on your design */
    min-width: 20px; /* Minimum width to accommodate content */
    height: 20px; /* Fixed height */
    background-color: #ee1111;
    color: white; /* Text color for the notification number */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* Adjust font size based on your design */
    padding: 0 5px; /* Add padding for larger numbers */
    box-sizing: border-box;
    z-index: 1002; /* Ensure the dot appears above other elements */
    overflow:visible;
}
[class*=border-color] {
  border: 2px solid;
}
.border-color-blue {
  border-color: #2d89ef !important;
}
.border-color-blueLight {
  border-color: #eff4ff !important;
}
.border-color-blueDark {
  border-color: #2b5797 !important;
}
.border-color-green {
  border-color: #00a300 !important;
}
.border-color-greenLight {
  border-color: #99b433 !important;
}
.border-color-greenDark {
  border-color: #1e7145 !important;
}
.border-color-red {
  border-color: #b91d47 !important;
}
.border-color-yellow {
  border-color: #ffc40d !important;
}
.border-color-orange {
  border-color: #e3a21a !important;
}
.border-color-orangeDark {
  border-color: #da532c !important;
}
.border-color-pink {
  border-color: #9f00a7 !important;
}
.border-color-pinkDark {
  border-color: #7e3878 !important;
}
.border-color-purple {
  border-color: #603cba !important;
}
.border-color-darken {
  border-color: #1d1d1d !important;
}
.border-color-lighten {
  border-color: #d5e7ec !important;
}
.border-color-white {
  border-color: #ffffff !important;
}
.border-color-grayDark {
  border-color: #525252 !important;
}
.border-color-magenta {
  border-color: #ff0097 !important;
}
.border-color-julpink {
  border-color: #f37dc2 !important;
}
.border-color-ruru {
   border-color: #9e74c4 !important;
}
.border-color-teal {
  border-color: #00aba9 !important;
}
.border-color-redLight {
  border-color: #ee1111 !important;
}
*:hover[class=outline-color] {
  outline: 3px solid;
}
.outline-color-blue {
  outline-color: #2d89ef !important;
}
.outline-color-blueLight {
  outline-color: #eff4ff !important;
}
.outline-color-blueDark {
  outline-color: #2b5797 !important;
}
.outline-color-green {
  outline-color: #00a300 !important;
}
.outline-color-greenLight {
  outline-color: #99b433 !important;
}
.outline-color-greenDark {
  outline-color: #1e7145 !important;
}
.outline-color-red {
  outline-color: #b91d47 !important;
}
.outline-color-yellow {
  outline-color: #ffc40d !important;
}
.outline-color-orange {
  outline-color: #e3a21a !important;
}
.outline-color-orangeDark {
  outline-color: #da532c !important;
}
.outline-color-pink {
  outline-color: #9f00a7 !important;
}
.outline-color-pinkDark {
  outline-color: #7e3878 !important;
}
.outline-color-purple {
  outline-color: #603cba !important;
}
.outline-color-darken {
  outline-color: #1d1d1d !important;
}
.outline-color-lighten {
  outline-color: #d5e7ec !important;
}
.outline-color-white {
  outline-color: #ffffff !important;
}
.outline-color-grayDark {
  outline-color: #525252 !important;
}
.outline-color-magenta {
  outline-color: #ff0097 !important;
}
.outline-color-teal {
  outline-color: #00aba9 !important;
}
.outline-color-redLight {
  outline-color: #ee1111 !important;
}

.c-mode-invert {
    filter: invert(1) !important;
}
.c-mode-greyscale {
    filter: grayscale(1) !important;
}


/* Override conflicting styles */
/*#menu {
    border: none;
    padding: 0;
    float: none;
    text-align: left;
    margin: 0;
}

#menu.horizontal-menu {
    width: 100%;
}

#menu.vertical-menu {
    width: auto;
}*/

/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Responsive-1200.less
 *
 */
/* Large desktop */
@media only screen and (max-width: 1200px) 
{

  
}

@media only screen and (max-width: 1600px) {
    .metrouicss .place-flexRight {
        order: 1; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }

    .metrouicss .main-flexContent {
        order: 2; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }

    .metrouicss .flexRow {
        flex-wrap: wrap-reverse; /* Allow wrapping on small screens */
    }
}

@media only screen and (min-width: 980px) {
  .metrouicss .nav-bar .nav-bar-inner .pull-menu {
    display: none;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu {
    display: block !important;
  }
}
#map {
    height:400px;
    position: fixed;

}

/* Additional styles for smaller screens */
@media (max-width: 1600px) {
    #map {
        height: 400px; /* Adjust the height for smaller screens */
        position: relative; /* Change the positioning for smaller screens if needed */
    }
}
/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Responsive-979.less
 *
 */
/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 768px) and (max-width: 979px) 
{
    .metrouicss .nav-bar .nav-bar-inner .user 
    {
        float:left !important;
    }
    .metrouicss .nav-bar .nav-bar-inner .logon 
    {
        float:left !important;
    }
    .metrouicss .place-flexRight {
        order: 1; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }

    .metrouicss .main-flexContent {
        order: 2; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }

    .metrouicss .flexRow {
        flex-wrap: wrap-reverse; /* Allow wrapping on small screens */
    }
    
  .metrouicss .span1 {
    width: 42px;
  }
  .metrouicss .span2 {
    width: 104px;
  }
  .metrouicss .span1m {
  width: 60px;
  }
  .metrouicss .span2m {
  width: 104px;
  }
  .metrouicss .span3 {
    width: 166px;
  }
  .metrouicss .span4 {
    width: 228px;
  }
  .metrouicss .span5 {
    width: 290px;
  }
  .metrouicss .span6 {
    width: 352px;
    margin-right:40px;
  }
  .metrouicss .span7 {
    width: 414px;
  }
  .metrouicss .span8 {
    width: 476px;
  }
  .metrouicss .span9 {
    width: 538px;
  }
  .metrouicss .span10 {
    width: 600px;
  }
  .metrouicss .span11 {
    width: 662px;
  }
  .metrouicss .span12 {
    width: 724px;
  }
  .metrouicss .span13 {
    width: 786px;
  }
  .metrouicss .span14 {
    width: 848px;
  }
  .metrouicss .span15 {
    width: 910px;
  }
  .metrouicss .span16 {
    width: 972px;
  }
  
  .metrouicss .offset1 {
    margin-left: 62px;
  }
  .metrouicss .offset2 {
    margin-left: 124px;
  }
  .metrouicss .offset3 {
    margin-left: 186px;
  }
  .metrouicss .offset4 {
    margin-left: 248px;
  }
  .metrouicss .offset5 {
    margin-left: 310px;
  }
  .metrouicss .offset6 {
    margin-left: 372px;
  }
  .metrouicss .offset7 {
    margin-left: 434px;
  }
  .metrouicss .offset8 {
    margin-left: 496px;
  }
  .metrouicss .offset9 {
    margin-left: 558px;
  }
  .metrouicss .offset10 {
    margin-left: 620px;
  }
  .metrouicss .offset11 {
    margin-left: 682px;
  }
  .metrouicss .offset12 {
    margin-left: 744px;
  }
  .metrouicss .offset13 {
    margin-left: 808px;
  }
  .metrouicss .offset14 {
    margin-left: 870px;
  }
  .metrouicss .offset15 {
    margin-left: 932px;
  }
  .metrouicss .offset16 {
    margin-left: 994px;
  }
  .metrouicss .nav-bar .nav-bar-inner .pull-menu {
    display: inline-block;
  }
  .metrouicss .nav-bar .nav-bar-inner > .divider {
    float: none ;
  }
  .metrouicss .nav-bar .nav-bar-inner .element {
    float: none;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu {
    display: block;
    float: none;
    margin: 5px;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li a {
    display: block;
    float: none;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] {
    margin-right: 20px !important;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] > a {
    cursor: pointer;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] > a:before {
    position: absolute;
    content: "\203A";
    display: block;
    font-size: 1.4em;
    left: 100%;
    margin-left: -10px;
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}
/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Responsive-767.less
 *
 */
/* Landscape phone to portrait tablet */
/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Routines.less
 *
 */
.place-left {
  float: left !important;
  margin-right: 10px;
}
.place-right {
  float: right !important;
  margin-left: 10px;
}
.scroll-y,
.scroll-vertical {
  overflow-y: scroll;
}
.scroll-x,
.scroll-horizontal {
  overflow-x: scroll;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.no-overflow {
  overflow: hidden;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-border {
  border: 0;
}
.no-border-all {
  border: 0;
}
.no-border-all * {
  border: 0;
}
.as-block {
  display: block;
  float: none !important;
}
.as-inline-block {
  display: inline-block;
}
.nlm {
  margin-left: 0 !important;
}
.nrm {
  margin-right: 0 !important;
}
.clearfix {
/**zoom: 1;*/
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.padding80 {
  padding: 80px;
}
.selected {
    outline: 4px solid #2d89ef;
}

.selectedGreen {
    outline: 4px solid #99b433;
}
.selectedGreen:after {
  width: 0;
  height: 0;
  border-top: 40px solid #99b433;
  border-left: 40px solid transparent;
  position: absolute;
  display: block;
  right: 0;
  content: ".";
  top: 0;
  z-index: 1001;
}
.selected:after {
  width: 0;
  height: 0;
  border-top: 40px solid #2d89ef;
  border-left: 40px solid transparent;
  position: absolute;
  display: block;
  right: 0;
  content: ".";
  top: 0;
  z-index: 1001;
}
.selected:before {
  position: absolute;
  content: "\e08a";
  color: #fff;
  right: 4px;
  font-family: iconFont;
  z-index: 1002;
}
.selectedGreen:before {
  position: absolute;
  content: "\e08a";
  color: #fff;
  right: 4px;
  font-family: iconFont;
  z-index: 1002;
}
.border {
  border: 1px #ccc solid;
}

.gridTable
{
    min-width: 100% !important;
}
@media only screen and (max-width: 767px) 
{
    .metrouicss .place-flexRight {
        order: 1; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }

    .metrouicss .main-flexContent {
        order: 2; /* Reverse order on larger screens */
        flex: 1; /* Half width */
    }
    .metrouicss .flexRow {
        flex-wrap: wrap-reverse; /* Allow wrapping on small screens */
    }

    .nav-bar .menu {
        display: block; /* Ensures the menu is always in the DOM */
        max-height: 0; /* Collapsed state */
        overflow: hidden; /* Prevents content from spilling out */
        transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth animation */
        opacity: 0; /* Hidden by default */
    }

    .nav-bar .menu.open {
        max-height: 500px;
        opacity: 1; /* Show the menu when it is open */
    }

    .menu-toggle {
        display: block; /* Show the toggle button */
        background: #333; /* Optional: Style toggle button */
        color: #fff;
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }

    .metrouicss button, .metrouicss .button {
        font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 9pt;
        font-smooth: always;
        line-height: 11pt;
        font-size: 14px;
        padding: 4px 12px;
        line-height: 10px;
        vertical-align: middle !important;
        min-width: 50px;
        min-height: 22px;
        height: 22px;
        background-color: #ccc;
        border: 1px transparent solid;
        color: #353535;
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        padding: 4px 5px;
        position: relative;
        outline: none;
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .gridTable
    {
        min-width: 100% !important;
    }
    .selectedGreen:after {
      border-top: 25px solid #99b433 !important;
      border-left: 25px solid transparent !important;
    }
    .selected:after {
      border-top: 25px solid #2d89ef !important;
      border-left: 25px solid transparent !important;
    }
    .selected:before {
      right: 0px !important;
    }
    .selectedGreen:before {
      right: 0px !important;
    }
    
      .metrouicss .nav-bar .nav-bar-inner .user 
    {
        float:left !important;
    }
    .metrouicss .nav-bar .nav-bar-inner .logon 
    {
        float:left !important;
        margin-top:5px;
    }
    
    .flex > #flex3 { order: 4; }
    .flex > #flex4 { order: 3; }
    /* CCS4
    th:column(td.nonImportant)
    {
        display:none !important;
    }
*/
    span.nonImportant{
        display:none !important;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    }
    div.nonImportant{
        display:none !important;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    }
    td.nonImportant{
        display:none !important;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    }
    th.nonImportant{
        display:none !important;     
    } 
    
    .month-calendar{
        float:left;
        margin-top:0px !important;
        margin-left:5px !important;
    }
    .metrouicss .page .page-header .page-header-content
    {
        height:auto;
    }
    h2.settle{
    margin-left:55px !important;
    }
    .settleMargin{
    margin-left:0px !important;
    }
    .overTable 
    {
            left: 0px !important;
            position: relative;
            margin:2px;
    }
     .overTable2 
    {
            left: 0px !important;
            margin:2px;
    }
    .SettlementTable 
    {
        border-width:5px;
        width:900px;
        vertical-align:middle;
        margin-left:11px !important;
    }
    .icon-arrow-left
    {
        margin-right:0px !important;
    }
    .calendarSpan{
    display: none !important;
  }
  select
  {
      font-size: 80% !important; 
  }
  .metrouicss .small-button {
    width: 140px !important;
    padding: 5px 5px 5px 1px !important;
  }
  .workerNameCell
  {
      white-space:normal !important;
      width: 100px !important;
      font-size:70% !important;
  }
  .metrouicss .page.secondary .page-header .page-header-content {
    min-height: 50px;
  }
  .metrouicss div.buttonText {
    font-size:70% !important;
    line-height:9pt;
  }
  .metrouicss div.buttonText3 {
    font-size:70% !important;
    line-height:15pt;
  }
  .metrouicss div.buttonText4 {
    font-size:55% !important;
    line-height:9pt;
  }

  .metrouicss [class*="span"],
  .metrouicss .hero-unit {
    float: none;
    display: block;
    margin-left: 0;
  }
  .metrouicss [class*="offset"],
  .metrouicss .hero-unit {
    margin-left: 0;
  }
  .overcircle
  {
      font-size: 9pt !important;
  }
  .metrouicss table thead tr th {
    font-size: 9pt !important;
  }
  .metrouicss table tbody tr td {
    font-size: 10pt !important;
  }
  .metrouicss h1 {
    font-size: 30pt;
  }
  .metrouicss h2 {
    font-size: 16pt;
  }
  .metrouicss .nav-bar .nav-bar-inner .pull-menu {
    display: inline-block;
  }
  .metrouicss .nav-bar .nav-bar-inner > .divider {
    float: none !important;
  }
  .metrouicss .nav-bar .nav-bar-inner .element {
    float: none;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu {
    display: none;
    float: none;
    margin: 1px 1px 10px 1px;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li a {
    display: block;
    float: none;
    font-size:8pt;
  }
  .metrouicss .nav-bar .nav-bar-inner > ul.menu > li .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] {
    margin-right: 20px !important;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] > a {
    cursor: pointer;
  }
  .metrouicss .nav-bar .nav-bar-inner [data-role=dropdown] > a:before {
    position: absolute;
    content: "\203A";
    display: block;
    font-size: 1.4em;
    left: 100%;
    margin-left: -10px;
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .metrouicss .page-control {
    position: relative;
  }
  .metrouicss .page-control .menu-pull {
    background-image: url("data:image/png;base64,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");
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
  }
  .metrouicss .page-control .menu-pull-bar {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #CCC;
    border-bottom: 0px;
    background-color: rgba(217, 217, 217, 0.16);
    padding: 10px 0px 10px 20px;
    color: #2D89EF;
  }
  .metrouicss .page-control ul {
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    padding: 0px 20px 10px 20px;
    border: 1px solid #CCC;
    border-bottom: 0px;
    border-top: 0px;
    display: none;
  }
  .metrouicss .page-control ul li {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;
    line-height: 32px;
    position: relative;
    height: auto;
  }
  .metrouicss .page-control ul li:first-child {
    margin-left: 0px;
  }
  .metrouicss .page-control ul li.active {
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
  }
  .metrouicss .page-control ul li.active a {
    color: #1e1e1e;
  }
  .metrouicss .page-control ul li a {
    width: 100%;
    text-align: left;
  }
  .metrouicss .page-control ul li a:hover {
    background: #464646;
    color: #fff;
  }
  .metrouicss .page-control .frames {
    margin-top: 0px;
  }
  .metrouicss .tile {
    width: 90px;
    height: 77px;
    margin: 0 7px 7px 0;
  }

  .metrouicss .tile.double {
    width: 250px;
  }
  .metrouicss .tile.triple {
    width: 380px;
  }
  .metrouicss .tile.quadro {
    width: 510px;
  }
  .metrouicss .tile.double-vertical {
    height: 250px;
  }
  .metrouicss .tile.triple-vertical {
    height: 380px;
  }
  .metrouicss .tile.quadro-vertical {
    height: 510px;
  }
  .metrouicss .tile .tile-content {
    padding: 3px 10px;
  }
  .metrouicss .tile .tile-content > img {
    width: 44px;
    height: 44px;
  }
  .metrouicss .tile.icon > .tile-content > img {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
  }
  .metrouicss .tile.icon > .tile-content > i {
    margin-left: -24px;
    font-size: 48px;
  }
  .metrouicss .tile .brand > .badge,
  .metrouicss .tile .tile-status > .badge {
    width: 26px;
    height: 28px;
    right: 0;
    font-size: 9pt;
  }
  .metrouicss .tile .brand,
  .metrouicss .tile .tile-status {
      bottom: 1px;
      min-height: 8px;
      line-height: 1pt;
  }
  .metrouicss .tile .brand > .name,
  .metrouicss .tile .tile-status > .name {
    margin-left: 2px;
    font-size: 7pt;
    border-radius: 2px;
    line-height: 7.5pt;
  }
  .metrouicss .tile .brand > .icon,
  .metrouicss .tile .tile-status > .icon {
    width: 24px;
    height: 24px;
    margin: 5px 10px;
  }
  .metrouicss .tile .brand > img ~ .text,
  .metrouicss .tile .tile-status > img ~ .text {
    left: 40px;
    right: 40px;
    font-size: 8pt;
  }
  .metrouicss .page.secondary .page-region .page-region-content {
    padding-left: 5px !important;
  }
  .metrouicss .span1 {
    width: 32px;
  }
  .metrouicss .span2 {
    width: 102px;
  }
  .metrouicss .span1m {
  width: 40px;
  }
  .metrouicss .span2m {
  width: 60px;
}
  .metrouicss .span3 {
    width: 156px;
  }
  .metrouicss .span4 {
    width: 218px;
  }
  .metrouicss .span5 {
    width: 280px;
  }
  .metrouicss .span6 {
    width: 342px;
  }
  .metrouicss .span7 {
    width: 404px;
  }
  .metrouicss .span8 {
    width: 466px;
  }
  .metrouicss .span9 {
    width: 528px;
  }
  .metrouicss .span10 {
    width: 590px;
  }
  .metrouicss .span11 {
    width: 652px;
  }
  .metrouicss .span12 {
    width: 670px;
  }
  .metrouicss .span13 {
    width: 670px;
  }
  .metrouicss .span14 {
    width: 670px;
  }
  .metrouicss .span15 {
    width: 670px;
  }
  .metrouicss .span16 {
    width: 670px;
    background:white;
  }
  .metrouicss .offset1 {
    margin-left: 52px;
  }
  .metrouicss .offset2 {
    margin-left: 114px;
  }
  .metrouicss .offset3 {
    margin-left: 176px;
  }
  .metrouicss .offset4 {
    margin-left: 238px;
  }
  .metrouicss .offset5 {
    margin-left: 300px;
  }
  .metrouicss .offset6 {
    margin-left: 362px;
  }
  .metrouicss .offset7 {
    margin-left: 424px;
  }
  .metrouicss .offset8 {
    margin-left: 486px;
  }
  .metrouicss .offset9 {
    margin-left: 548px;
  }
  .metrouicss .offset10 {
    margin-left: 610px;
  }
  .metrouicss .offset11 {
    margin-left: 672px;
  }
  .metrouicss .offset12 {
    margin-left: 734px;
  }
  .metrouicss .offset13 {
    margin-left: 798px;
  }
  .metrouicss .offset14 {
    margin-left: 860px;
  }
  .metrouicss .offset15 {
    margin-left: 922px;
  }
  .metrouicss .offset16 {
    margin-left: 984px;
  }
}
.metrouicss div.buttonText4 {
    font-size:70%;
    line-height: 9.5pt;
    height:100%;
  }
  
/*
 * Metro UI CSS
 * (c) 2012-2013 by Sergey Pimenov
 * Licensed under the MIT License and Commercial
 *
 * Responsive-480.less
 *
 */
/* Landscape phones and down */
@media only screen and (max-width: 480px), (max-height:400px) AND (max-width:767px)
{
    td.notVeryImportant{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    }
    th.notVeryImportant{
        display:none !important;     
    }
    

    .metrouicss .nav-bar .nav-bar-inner .user 
    {
        float:left !important;
    }
    .settleMargin{
    margin-left:0px !important;
    }

    span.notVeryImportant{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;       
    }
    .topnav #menu {
      display: none;
    }
    
  .metrouicss .page.secondary .page-back {
    width: 24px;
    height: 24px;
    left: 0px !important;
  }
  .metrouicss .small-button {
    padding: 5px 5px 5px 10px !important;
  }
  .td-btn
   {
       width: 50px !important;
   }
  .gridTable {
    margin: 3px;
    padding: 8px;
    min-width: 350px !important;
  }
   .metrouicss div.buttonText2 {
    font-size:80% !important;
  }
  .metrouicss div.buttonText3 {
    visibility: hidden;
  }
  .metrouicss div.buttonText4 {
    font-size:45% !important;
    line-height:7pt;
  }
  .metrouicss div.nowhensmall 
  {
      display:none;
  }
  .metrouicss .tile.nav-button {
    width: 90px !important;
    height: 20px !important;
    padding: 2px 2px 2px 2px !important;
    margin: 0px 0px 0px 2px !important;
    line-height: 10pt !important;
  }
  .metrouicss .tile {
    width: 60px !important;
    height: 60px;
    margin: 0 5px 5px 0;
  
  }
  .metrouicss .small-button {
    width: 40px !important;
    height: 50px;
    margin: 0 5px 5px 0;
  }

  .metrouicss .tile .brand
  {
      visibility: hidden;
        width: 60px;
        height: 30px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
  }
  .metrouicss .tile:hover .brand {
    visibility: visible;
    position: absolute;
    z-index: 1;
   }
   .metrouicss .tile:hover .name {
    margin-left: 2px;
    position: absolute;
    bottom: 5px;
    left: 1px;
    font-size: 7pt;
    line-height: 7pt;
    margin-bottom: 1px;
   }
  .metrouicss .page.secondary .page-header .page-header-content {
    min-height: 20px;
  }
  .metrouicss .page.secondary .page-header .page-header-content h1 {
    left: 40px;
  }
  form
  {
      margin: 5px;
  }
  .metrouicss .page.secondary .page-region .page-region-content {
    padding-left: 0 ;
  }
  .metrouicss .page.fixed-header .page-header {
    position: relative !important;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login {
    float: right;
    margin: 35px 44px 0 0;
    cursor: pointer;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login .avatar {
    float: right;
    border: 1px #ccc solid;
    width: 40px;
    height: 40px;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login .avatar img {
    width: 100%;
    height: 100%;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login .name {
    float: left;
    margin: 0px 10px;
    text-align: right;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login .name .first-name {
    font-family: "Segoe UI Light", "Open Sans", sans-serif, sans;
    font-size: 14pt;
    display: block;
    margin: 0;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content .user-login .name .last-name {
    font-family: "Open Sans", sans-serif, sans;
    font-size: 8pt;
    display: block;
    margin: 0;
  }
  .metrouicss .page.fixed-header .page-header .page-header-content h1 {
    left: 0;
  }
  .metrouicss .page.fixed-header .page-region {
    padding-top: 20px;
  }
  .metrouicss .horizontal-menu {
    height: auto;
  }
  .metrouicss .horizontal-menu > ul {
    width: 100%;
    display: block;
    height: auto;
  }
  .metrouicss .horizontal-menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    border-bottom: 1px #1e1e1e solid;
  }
  .metrouicss .horizontal-menu > ul > li:last-child {
    border-bottom: 1px transparent solid;
  }
  .metrouicss .horizontal-menu > ul > li a {
    width: 100%;
    float: none;
  }
  .metrouicss .horizontal-menu > ul li ul {
    position: relative;
    width: 100%;
    border: 0;
    left: 10px;
  }
  .metrouicss table thead tr th {
    font-size: 8pt;
  }
  .metrouicss table tbody tr td {
    font-size: 9pt;
    padding: 2px 5px;
  }
  .metrouicss h1 {
    font-size: 26pt;
    line-height: 18px;
  }
  .metrouicss h2 {
    font-size: 16pt;
    line-height: 16px;
  }
  .metrouicss h3 {
    font-size: 13pt;
    line-height: 16px;
  }
  .metrouicss h3 {
    font-size: 13pt;
    line-height: 14px;
  }
  .metrouicss .tile-group {
    max-width: 400px;
    float: none;
  }
  .metrouicss .page.with-sidebar .page-region {
    margin-left: 0;
    clear: both;
  }
  .metrouicss .span1m {
  width: 35px;
  }
  .metrouicss .span2m {
  width: 50px;
  }
  .metrouicss .span8 {
    width: 430px;
    background:white;
  }
  .metrouicss .span9 {
    width: 450px;
    background:white;
  }
  .metrouicss .span10 {
    width: 450px;
    background:white;
  }
  .metrouicss .span11 {
    width: 450px;
    background:white;
  }
  .metrouicss .span12 {
    width: 450px;
    background:white;
  }
  .metrouicss .span13 {
    width: 510px;
    background:white;
  }
  .metrouicss .span14 {
    width: 520px;
    background:white;
  }
  .metrouicss .span15 {
    width: 530px;
    background:white;
  }
  .metrouicss .span16 {
    width: 540px;
    background:white;
  }
}
