﻿/* Main.master */
html, body, form {
  padding: 0;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  /*background-color: White;*/
  color: Black;
  /*overflow:hidden;*/
}

html {
  min-height: 100%;
}

body.pages {
  min-width: 1020px;
}


#page {
  width: 100%;
  height: auto;
  text-align: justify;
}

#body {
  padding-top: 95px;
}

#header {
  position: fixed;
  z-index: 15;
  width: 100%;
  background-color: white;
}

/* HeaderAndFooter.master */
#account {
  float: right;
  height: 60px;
  line-height: 30px;
  width: 380px;
  background-color: transparent;
  color: Black;
  z-index: 1500;
}

  #account input[type=image] {
    position: absolute;
    top: 8px;
  }

  #account .menuArrow {
    /*margin-top: 15px;*/
  }

  #account .accountInfo {
    display: inline;
  }

.modulMenu {
  list-style: none;
  /* float: right; */
  position: absolute;
  right: 0;
  top: 27px;
}

  .modulMenu li {
    display: inline-block;
    text-transform: uppercase;
  }

    .modulMenu li a {
      padding: 5px;
    }

#account .accountInfo > div {
  float: right;
  width: auto;
  margin-right: 20px;
}

  #account .accountInfo > div a {
    display: block;
    color: Black;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
  }

    #account .accountInfo > div a:hover {
      /*background-color: lime;*/
    }

  #account .accountInfo > div.userInfo a {
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 15px;
  }

#account .dropDownMenu {
  top: 35px;
}

  #account .dropDownMenu#userMenu {
    right: 20px;
  }



#footer {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 57px;
  width: 130px;
  background-color: white;
  /*background-image: url("Images/Performa-LOGO-footer.png");*/
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 11px;
  z-index: -1;
}

  #footer span {
    margin-top: 40px;
    display: block;
  }

/* HorizontalMenu.master */
#horizontalMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-color: Black;
  color: White;
  z-index: 1000;
  display: none;
}

/* VerticalMenu.master */
#verticalMenu {
  width: 300px;
  float: left;
}

#verticalContent {
  margin-left: 300px;
}


/* Popup.master

#headerPopup
{
  background-color: #F0F0F0; /*Yellow*/ /*background-image: url(Images/helpdesklogo_small.gif);    background-repeat: no-repeat;    background-position: right;
  border-bottom: 1px #DBDBDB solid; 
  min-height:40px;
}
*/

#title {
  border-bottom: 1px #DBDBDB solid;
  padding: 0px 0px 0px 19px;
}

#contentIFrame {
  /*width: 580px;*/
  overflow: hidden;
}

#contentPopup {
  padding: 0px 0px 35px 0px;
}

  #contentPopup > div {
    margin: 0px 19px;
  }

  #contentPopup > .div_report {
    margin: 0px 0px;
  }

#ctl00_ctl00_cpContent_cpContent_rvReport_ctl09, #ctl00_ctl00_cpContent_cpContent_rvReport_ctl10 {
  overflow: visible !important;
}

#buttonEdit {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background-color: #F0F0F0;
  border-top: solid 1px #DBDBDB;
  z-index: 10;
}


#bottom_buttons {
  position: fixed;
  width: 700px;
  height: 32px;
  bottom: 0;
  left: 50%; /* alternative horizontal center follows of this block */
  bottom: 0;
  margin-left: -350px;
  text-align: center; /* content horizontal center, DOESN'T WORK now */
  /*background-color: yellow; /* debug */
  z-index: 99;
}

  #bottom_buttons p {
    width: 158px;
    height: 32px;
    background-color: #FFFCFA;
    /*border: 1px solid #cccccc;*/
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
    box-shadow: inset 0px 0px 1px 1px rgba(235, 119, 37, 0.5);
    float: none;
    margin: 0 1px;
    cursor: pointer;
    color: #575757;
    font-weight: bold;
    display: inline-block;
  }

    #bottom_buttons p.active {
      color: #DD4B40 !important;
    }

    #bottom_buttons p label {
      line-height: 32px;
      /*padding-left: 25px;*/
      background-repeat: no-repeat;
      height: 32px;
      cursor: pointer;
      background-position: 35px 6px;
      display: block;
    }

#filterHeader {
  height: 60px;
  margin-bottom: 5px;
}

.headerMenu {
  height: 60px;
  overflow: hidden;
}

  .headerMenu .menuArrow {
    display: none;
    -moz-transition: transform 200ms;
    -webkit-transition: transform 200ms;
    transition: transform 200ms;
    outline:none;
  }

.menuArrow.flip {
  transform: rotate(-180deg);
}



#WorkplaceMenu {
  width: calc(100% - 380px);
  background-color: white;
  display: inline-block;
}

  #WorkplaceMenu ul {
    padding: 5px 0px 0px 0px;
    /*width: 100%;*/
    list-style: none;
  }

    #WorkplaceMenu ul li {
      display: inline;
      float: left;
      padding: 6px 15px 7px 20px;
    }

      #WorkplaceMenu ul li a {
        text-transform: uppercase;
        font-size: 10pt;
        color: #000000;
      }

        #WorkplaceMenu ul li:hover, .modulMenu li:hover {
          background-color: #aed5f5;
        }

      #WorkplaceMenu ul li.liadmin {
        float: right;
      }

      #WorkplaceMenu ul li.current, #WorkplaceMenu ul li.current a {
        color: #ffffff;
        background-color: #1061a3;
      }

.favoriteWorkplace {
  display: none;
  position: absolute;
  margin-left: -15px;
  margin-top: 2px;
}

#WorkplaceMenu ul li.current .favoriteWorkplace {
  border: 1px solid white;
  border-radius: 50%;
}


#div_topmenu {
  width: 100%;
  background-color: white;
}

  #div_topmenu span.chbx label {
    color: white;
  }

  #div_topmenu .help_item {
    position: absolute;
    right: 10px;
  }

  #div_topmenu .legend_item {
    position: absolute;
    right: 50px;
    line-height: 40px !important;
  }

  #div_topmenu .news_item {
    position: absolute;
    right: 110px;
    line-height: 40px !important;
  }

    #div_topmenu .news_item a {
      line-height: 40px !important;
    }

  #div_topmenu .legend_item a {
    line-height: 40px !important;
  }

  #div_topmenu .menutop_default {
    float: none !important;
  }



  #div_topmenu ul {
    list-style: none;
    height: 50px;
    padding-top: 10px;
    width: 100%;
    background-color: #1061a3;
    overflow: hidden;
    float: none !important;
    clear: both;
    color: #ffffff;
  }

  #div_topmenu .multilinemenu ul {
    height: auto;
    min-height: 50px;
  }


  #div_topmenu ul li {
    display: block;
    float: left;
    /*padding: 5px 10px;
  line-height: 30px;*/
    vertical-align: middle;
  }

  #div_topmenu .menutop_default li {
    float: right !important;
    border-right: 1px solid White;
    /*height: 16px;*/
    margin: 12px 0px;
    /*padding: 0px 10px;*/
  }

  #div_topmenu input, #div_topmenu img {
    margin: 5px 10px;
  }

  #div_topmenu li > span:not(.select2) {
    margin: 5px 10px;
    line-height: 40px
  }

  #div_topmenu .menutop_default li:first-child {
    border-right: 0px;
  }

  #div_topmenu a {
    color: #ffffff;
    display: block;
    line-height: 22px;
    padding: 0px 10px;
    margin: 0px 1px;
  }

  #div_topmenu .no_padding a {
    padding: 0px 0px;
  }

#div_topmenu .topmenu_href {
  color: #ffffff;
  display: block;
  line-height: 40px;
  padding: 0px 10px;
  margin: 0px 1px;
}

  #div_topmenu a.selected {
    color: #000000;
    background-color: #ffffff;
  }

.filtred {
  color: #800000 !important;
  margin-left: 10px;
}

.divSaldo {
  margin-left: 5px;
}


.divExport h2 {
  color: black;
  font-size: x-large;
}

.divExport table {
  width: 95%;
  margin-left: 10px;
  border-collapse: collapse;
  line-height: 20px;
  margin-top: 30px;
}

  .divExport table .ExportPreviewHeader {
    border: 4px solid black;
    color: black;
    font-weight: bold;
    font-size: larger;
  }

  .divExport table th {
    border: 4px solid black;
    color: black;
  }

.ExportPreviewEmptyRow {
  height: 20px;
  border-top: 4px solid black;
}

.divExport table .ExportPreviewSubItem td {
  border: 1px solid black;
  padding: 5px;
}

.topMenuLinks {
  line-height: 40px !important;
  white-space: nowrap;
}

.div_help_content {
  right: 0px !important;
}

#fullscreenLoader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1100;
  background: url(images/loader.gif) no-repeat center white;
  opacity: 0.5;
  display: none;
}
.popupContent h2 {
  color: #1061a3;
  text-decoration: underline;
  padding: 10px 0;
  margin: 0;
}
