/*body {
  height: 100vh;
}*/

html, body {
  height: 100%;
}



/* COMMON */
select {
  width: 90%;
}

.gd-standard-select{
   margin: 0px 30px 0px 10px; 
   width: 350px;
}

.gd-standard-input{
  width: 50px;
}

.gd-short-select{
   margin: 0 0 0 0; 
   width: 80px;
}

.normal-label{
  font-weight: normal;    
}

.bold-label{
  font-weight: bold;    
}

.normal-span{
  font-weight: normal;    
}

.bold-span{
  font-weight: bold;    
}

.bottom-controls-div{
  width: 100%;  
}

.save-gd-button{
  float:right;
}

.centering-div{
  width: 100%;
  text-align: center;
}

.font-20{
  font-size: 20px;
}

.font-16{
  font-size: 16px;
}

.font-14{
  font-size: 14px;
}

.font-12{
  font-size: 12px;
}

.font-11{
  font-size: 11px;
}

.font-10{
  font-size: 10px;
}

.font-8{
  font-size: 8px;
}

.font-125-pct{
  font-size: 125%;  
}

.font-90-pct{
  font-size: 90%;    
}

.font-80-pct{
  font-size: 80%;    
}

.full-width-div{
  width: 100%;
}

.full-width-div-important{
  width: 100% !important;
}

.full-height-div{
  height: 100%;
}

.display-none-div{
  display: none;
}

.display-none{
  display: none !important;
}

#copy-icon-img{
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: 1px solid #ccc; 
  border-radius: 4px;
}

#copy-icon-img:hover{
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.no-margins{
  margin: 0 !important; 
}

.top-margin-5{
  margin-top: 5px;
}

.top-margin-10{
  margin-top: 10px;
}

.top-margin-15{
  margin-top: 15px;
}

.top-margin-20{
  margin-top: 20px;
}

.top-margin-30{
  margin-top: 30px;
}

.bottom-margin-5{
  margin-bottom: 5px;
}

.bottom-margin-10{
  margin-bottom: 10px;
}

.bottom-margin-15{
  margin-bottom: 15px;
}

.bottom-margin-20{
  margin-bottom: 20px;
}

.bottom-margin-25{
  margin-bottom: 25px;
}

.bottom-margin-50{
  margin-bottom: 50px;
}

.left-margin-5{
  margin-left: 5px;
}

.left-margin-10{
  margin-left: 10px;
}

.left-margin-15{
  margin-left: 15px;
}

.left-margin-20{
  margin-left: 20px;
}

.right-margin-5{
  margin-right: 5px;
}

.right-margin-10{
  margin-right: 10px;
}

.right-margin-20{
  margin-right: 20px;
}

.bottom-left-span{
  position: absolute;
  left:    0;
  bottom:   0;
}

.font-italics{
  font-style: italic;
}

.font-normal{
  font-weight: normal;
  font-style: normal;
}

.color-red{
  color: red;
}

.color-gray{
  color: gray;
}

.color-dimgray{
  color: dimgray;
}

.color-blue{
  color: blue;
}

.color-cl-blue{
  color: #385e9f;
}

.color-yellow{
  color: yellow;
}

.all-padding-1-pct{
  padding: 1%;
}

.all-padding-2-pct{
  padding: 2%;
}

.all-padding-10{
  padding: 10px;
}

.text-align-center{
  text-align: center;
}

.text-align-right{
  text-align: right;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.top-padding-10{
  padding-top: 10px;
}

.top-padding-15{
  padding-top: 15px;
}

.top-padding-20{
  padding-top: 20px;
}

.top-padding-30{
  padding-top: 30px;
}

.left-padding-10{
  padding-left: 10px;
}

.right-padding-5{
  padding-right: 5px;
}

.right-padding-10{
  padding-right: 10px;
}

.right-padding-20{
  padding-right: 20px;
}

.bottom-padding-2{
  padding-bottom: 2px;
}

.bottom-padding-5{
  padding-bottom: 5px;
}

.bottom-padding-10{
  padding-bottom: 10px;
}

.bottom-padding-20{
  padding-bottom: 20px;
}

.vertical-align-middle{
  vertical-align: middle;   
}

.vertical-align-top{
  vertical-align: top;   
}

.full-height{
  height: 100%;
}

.inline-block{
  display: inline-block;
}

.display-flex{
  display: flex;
}

.hover-pointer-underline:hover{
  text-decoration: underline; 
  cursor: pointer; 
}

.hover-pul-event-pred:hover .hover-pul-recv-div{
  text-decoration: underline; 
  cursor: pointer; 
}

.hover-pointer:hover{
  cursor: default; 
}

.text-underline{
  text-decoration: underline; 
}

.width-80{
  width: 80px;
}

.width-60-pct{
  width: 60%;
}

.width-80-pct{
  width: 80%;  
}

.white-space-normal{
  white-space: normal; 
}

.background-transparent{
  background: transparent;
}





/* COMMON - MODAL */
.standard-modal-container{
  overflow: auto;
  height: 89%;
}

.standard-modal-bottom-div{
  height: 10%;
  position:   relative;
}

.exit-ep-button{
  height: 30px;
  width: 80px;
  margin: 0 0 0 5px;
  padding: 0 5px 0 5px;
  position: absolute;
  right:    0;
  bottom:   0;
}

#item-ok-button{
  right:    90px;
}

#item-details-left{
  float: left;
  width: 69%;
  height: 100%;
}

#item-details-right{
  float: right;  
  width: 30%;
  height: 100%;
}

#item-details-bottom{
  float: right;  
  height: 10%;
  width: 100%;
  position:   relative;
}

#item-details-container{
  height: 77%;
  width: 100%;
  padding: 2% 0 0 0;  
  border-top: 1px black groove;
}

.item-img{
  vertical-align: top;   
}

.item-name-span{
  font-size: 14px;
}

.item-desc-span{
  font-size: 14px;  
}

.adjust-width-container{
   width: 98%;
}

.wrap-and-break-words{
  /*combination of the two below is necessary for working on IE/Edge*/
  /*third one is necessary for Chrome*/
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}





/* COMMON - GRID */

.ms-grid-col-1{
  -ms-grid-column: 1;
}

.ms-grid-col-2{
  -ms-grid-column: 2;
}

.ms-grid-col-3{
  -ms-grid-column: 3;
}

.ms-grid-row-1{
  -ms-grid-row: 1;  
}

.ms-grid-row-2{
  -ms-grid-row: 2;  
}

.ms-grid-row-3{
  -ms-grid-row: 3;  
}

.ms-grid-row-4{
  -ms-grid-row: 4;  
}

.ms-grid-row-5{
  -ms-grid-row: 5;  
}

.grid-2-col-60-pct{

  width: 60%;

  display: grid;
  grid-template-columns: 1fr 1fr; 

  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr; 
}

.grid-2-col-80-pct{

  width: 80%;

  display: grid;
  grid-template-columns: 1fr 1fr; 

  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr; 
}

.grid-2-col-100-pct{

  width: 100%;

  display: grid;
  grid-template-columns: 1fr 1fr; 

  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr; 
}

.grid-3-col-100-pct{

  width: 100%;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 

  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr; 
}



/* COMMON - FOOTER RELATED */

.wrapper {
  min-height: 100%;
  margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.sticky-footer, .sticky-push {
/*  border: 1px solid #ff00ff;*/
  height: 40px; /* '.push' must be the same height as 'footer' */
}

.sticky-footer {
  display: flex;
  justify-content: center;
}

.sticky-footer-content{
  display: flex;
  justify-content: space-between;
  width: 250px;
}

.footer-link:hover{
  cursor: pointer;
}











/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader-3.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
}


