.scroll {
  -webkit-user-select: text;
  user-select: text;
}

.selectable {
  cursor:text !important;
  background:inherit !important;
  font-size:inherit;
  width:100%;
  font-family: inherit;
  white-space: pre-line;

}

#map {
  width: 100%;
  height: 100%;

  background-color: grey;
}


.available-scroller {
  height: 70px;
  vertical-align: middle;

}

.centerDiv {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  overflow-y: auto;
  overflow-x: hidden;


}

.home
{
  background-image: url('../images/logo.png') ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  margin: 10px;

}
.errorVal
{
  color: red;
}



.modal {

  top:40px !important;
  bottom: 80px !important;
  left: 40px !important;
  right: 40px !important;
  z-index: 10;
  overflow: hidden;
  width: auto;

  background-color: #fff;
}

@media (max-width:  800px)
{
  .modal{
    top:10px !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10;
    overflow-y: auto;
    width: auto;

  background-color: #fff;
  }
}

.localCab
{
  margin-top: 10px;
  margin-left: 3px!important;
  margin-right: 20px!important;
  overflow-y: hidden!important;
 width: 100%!important;
  border: 1px solid #002a5c;
  padding: 1px;
  padding-top: 0px;
}
.bottom-border
{
  border-bottom: 1px solid #002a5c;
  padding-bottom: 0!important;
}

@media (max-device-width: 800px)
  {
.modal{
    top:10px !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  overflow-y: auto;

  }
  .localCab
  {
    margin-top: 10px;
    margin-left: 3px!important;
    margin-right: 5px!important;
    overflow-y: hidden!important;

    border: 1px solid #002a5c;
    padding: 1px;
    padding-top: 0px;
  }

}
/*
.modal{
  top:40px !important;
  bottom: 80px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  overflow-y: auto;
}
*/
.tabs
{
  top: 0px !important;
  height: 45px;
}

.bar-subheaderbig {
  top: 40px !important;
  height: 240px!important;
  position: absolute;
  right: 0;
  left: 0;
  top:0px;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;

  border-width: 0;
  border-style: solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  background-color: white;
  background-size: 0; }


.has-subheaderbig {
  top: 300px; }

.borderRight
{
  border-right: 1px solid darkgray;
  padding-right: 4px;
  margin-right: 2px;
  white-space: normal;
  overflow: hidden!important;
}

.novText
{
  background-color:#11c1f3!important;
}

.alterRow
{
  background-color:lightgrey;
}

.item-select select
{
  border:1px solid #bababa;
  width: 100%;

}

.item-input-wrapper2
{
  padding-right: 1px;
  padding-left: 1px;
  max-width: 70px!important;
  background: #eee;
}

.item-input-wrapper2 input {
  padding-left: 4px;
  padding-right: 1px;
  height: 29px;
  max-width: 70px!important;
  background: transparent;

  line-height: 18px; }


.align-right
{
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: end;
  align-items: end;
}

.dirty
{
  border:3px ridge  orangered;
  
}



.transparent
{
  background-color: transparent;
}

.loading-container .loading {
  background: transparent!important;

}

.button-round
{
 list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
/*  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;*/
 /* border: none;*/
 
 border : 1px solid #918d8d!important;
  border-radius: 10px!important; /*o 20%*/
  
  aspect-ratio: 1 / 1;
  font-size: smaller;
}


.floating-list
{
  position: absolute;
  top:35px;
  bottom: 0px;
left:0px;
  z-index: 9999;
  backface-visibility: hidden;
  overflow: scroll!important;
  padding: 0px!important;
}


.floating-list .button
{
  min-width: 50%;
  height: 70px;
  margin: 1px;
  overflow: visible;
  white-space: normal;
  line-height: 80%;
  backface-visibility: hidden;
  display: block;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}


.floating-list .row .button .icon,
.floating-list .row .button.icon:before
{
  font-size: 30px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 0px;
  vertical-align: top;
}

.submenu
{
  margin-left: 15px;
 border-width: 0px;
  border-style: solid;
  padding: 2px;
  padding-right: 35px;
  display: block;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
   cursor: pointer;
}
/*
.submenu+.icon
{
  margin-right: 20px!important;
  padding-right: 10px;
}*/

.subsubmenu
{
  margin-left: 30px;
  border-width: 0px;
  border-style: solid;
  padding: 2px;
  display: block;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;

  height: 100%;
  cursor: pointer;
  border-radius: 4px;
}
/*
.subsubmenu+.icon
{
  margin-right: 10px!important;
  padding-right: 20px;
}*/
.subsubsubmenu
{
  margin-left: 45px;
  border-width: 0px;
  border-style: solid;
  padding: 10px;
  display: block;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 90%;
  height: 100%;
 font-size:small;
  border-radius: 4px;
}
.item+.subsubmenu
{
  padding: 0px;
  height: 80%;
}

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%; }


.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%; }


  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 7%;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    padding-left: 0;
    padding-right: 0;
    max-width: 7%; }

    .col-13 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 13%;
      -ms-flex: 0 0 13%;
      flex: 0 0 13%;
      padding-left: 0;
      padding-right: 0;
      max-width: 13%; }

.col-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }



@media (max-width: 567px)  {
  .responsive-sm .col-15, .responsive-sm .col-100 {
    webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 5px;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
  .row
  {
    padding: 2px;
  }
  .checkbox
  {
      font-size: 10px;
  }
  .item-checkbox {
    padding-left: 40px; 
    font-size: 10px;

  }
}

.onlyBig
{

}
.onlySmall
{
   display: none;
  
}

@media (max-width: 800px) {
  button,
  input,
  select,
  textarea {
    font-size: 80%;
  }
  .onlyBig
  {
      display: none;
      border-color: transparent;
  }
  .text-right
  {
    text-align: inherit;
  }
  .onlySmall
  {
      display:inherit;
  }
  .menuUser
  {
    height: 380px!important;
  }
  .row
  {
    padding: 3px;
    font-size: xx-small;
  }

  option
  {
    font-size: xx-small;
  }
  .responsive-md .col-15, .responsive-md .col-100 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 5px;
    margin-left: 0;
    max-width: 100%;
    
    width: 100%; }
   
    .responsive-md .col::before
    {
     
        color: #0a9dc7;
        content: attr(data-content);
       
     
    }
  
    .borderRight
    {
      border-right: 0px none darkgray;
    }
  .col
  {
    font-size: xx-small;
    text-wrap: avoid;
    word-wrap: break-word;
   /* text-align: left;*/
  }
  .item-input
  {
    display: block;
    background-color: transparent;
  }

  .item-input .input-label
  {
    font-size: xx-small;
    display: inline-block;
    padding: 4px 0 0 0px;
    vertical-align: middle;
  }
  .item-input select {
  width: 100%; }
  .item-select select {
    width: 100%!important; }

    .col-5 {
      -webkit-flex: 0 0 10%;
      -moz-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; }

}
/*
.item-select {
  position: relative; }
  .item-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 48px 0 16px;
    max-width: 65%;
    border: none;
    background: #fff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
    direction: rtl; }*/

select
{
    display: block;
    padding-top: 2px;
    padding-left: 0;
    height: 34px;
    color: #111;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px; 
    background-color: #fff;
}




input[type="number"]
{
  text-align: right;
}

.page-break	{ display: none; }
.myPrintHeader
{
  display: none;

}
table
{
  width:100%;
}
.myTableHeader
{
  visibility: visible;;
}
@media print {

/*  div.portrait, div.landscape {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  div .portrait
  {
    size: 25cm 35.7cm ;
    margin: 5mm 5mm 5mm 5mm;
  }
  div.landscape {
    size: 35.7cm 25cm ;
    margin: 5mm 5mm 5mm 5mm;
  }*/


  @page{
    margin: 10mm 5mm 10mm 5mm;
  }

  .myPrintHeader
  {
    display:block;
    visibility:visible;

  }

  thead
  {
    display: table-header-group;
    visibility:visible;
  }
  thead *
  {
    visibility:visible;
  }
  tr, th
  {
    page-break-inside: avoid;
  }


  .myPrintHeader *
  {
    visibility:visible;
  }

  .myTableHeader
  {
    visibility:hidden;
    display:none;
  }
  @page landscape
  {
    size: A4 landscape;
  }

  @page portrait
  {
    size: A4 portrait;
  }


  body * {
    visibility:hidden;
  }
  body, html {
    height: 100%;
    width:99%;
    overflow: visible!important;
  }

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



  .pane,
  .view {
    position: static;
    top: 30px;

    height: auto;
    overflow: visible!important;

  }

  .view-container {
    position: static;

    overflow: visible!important;
  }

  .scroll-content {
    position: static;

    overflow: visible!important;

  }



  .page-break
  {
    display: block;
    page-break-after:always;
    border-bottom: 1px solid #002a5c;
  }

  #printSection, #printSection * {
    visibility:visible;
  }

  #printSection {
    overflow-y: visible !important;
    position: absolute;

    right: 0px;
    left: 0px;
    margin-top: 0px;
    width:99%;
    overflow: visible !important;
    float:none !important;
    left: 0px;
    top: 0px;
    display:block !important;
    height: 100% !important;
    font-size: x-small;
  }

  .positive-bg,
  .balanced-bg
  {
    border: 1px solid black;
  }

 input
 {
   max-width: none;
 }

  .button
  {
    visibility:hidden;
    display: none;
  }
  .textInput
  {
    width:auto;
    max-width: none;
    float: right;
  }
  .item-body {
    overflow: auto;
    padding: 1px;
    text-overflow: inherit;
    
    white-space: normal; }
  .modal{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height:500px;

    width: auto !important;
    height: auto !important;
    overflow:visible!important;
  }
  body > .modal {
    display: block;
  }

  .borderRight
  {
    border-right: 1px solid darkgray;
    padding-right: 1px;
    margin-right: 1px;
    white-space: normal;
    overflow-x: hidden;
  }

  .light
  {
     color:black;
  }
  .row
  {
    page-break-inside: avoid;
    padding: 0;

  }
  .row > .col {
    padding: 0; }

  .print-no-wrap
  {
    white-space: nowrap;
  }

}
.pac-container {
  z-index: 100000;
  pointer-events: auto;
}
.helpModal {

  opacity: 0.9;
  width: 100%;
  height:100%;
  left:0px!important;
  right:0px!important;
}

.notClicked
{
  pointer-events: none;

}

@media (max-width: 767px) {
  body,
  .ionic-body {
    font-size: 12px;
  <!-- - 14 -->
  }

  .bar .title {
    font-size: 13px;
  <!-- - 14 -->
  }

  .bar .button, .bar button {
    font-size: 11px;
    line-height: 30px;
  }

  .bar .button.button-icon:before,
  .bar .button .icon:before, .bar .button.icon:before, .bar .button.icon-left:before, .bar .button.icon-right:before, .bar button.button-icon:before,
  .bar button .icon:before, .bar button.icon:before, .bar button.icon-left:before, .bar button.icon-right:before {
    font-size: 18px;
    line-height: 30px;
  }

  .bar .button.button-icon, .bar button.button-icon {
    font-size: 15px;
  }

  .bar .button.button-icon .icon:before, .bar .button.button-icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before, .bar button.button-icon .icon:before, .bar button.button-icon:before, .bar button.button-icon.icon-left:before, .bar button.button-icon.icon-right:before {
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
  }

  .bar .button.button-clear, .bar button.button-clear {
    font-size: 15px;
  }

  .bar .button.button-clear .icon:before, .bar .button.button-clear.icon:before, .bar .button.button-clear.icon-left:before, .bar .button.button-clear.icon-right:before, .bar button.button-clear .icon:before, .bar button.button-clear.icon:before, .bar button.button-clear.icon-left:before, .bar button.button-clear.icon-right:before {
    font-size: 30px;
    line-height: 30px;
  }

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

  .item {
    font-size: 14px;
  }

  label,
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }

  .item-input .button .icon {
    font-size: 14px;
  }
 
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .item-select select{
    font-size: 14px;
    line-height: 14px;
  }
  .button
  {
    font-size: 14px;
    line-height: 40px;
  }
  .button-small
  {
    font-size: 10px;
    line-height: 24px;
    line-height: 24px;
  }
  }

div[ng-click]:hover {
  cursor: pointer; }
.row[ng-click]:hover {
  cursor: pointer; }


.textInput
{

  width: 90%!important;
  padding: 5px;
  max-width:180px;
  float: right;
}

.orange-bg
{
  background-color: #F96539;
}


.flex-content {
  margin: 0px auto;
  width: 100%;
  height: 100%;
  display: flex; /* Magic begins */
  flex-direction: column;
  justify-content: center; /* Center in main axis */
  align-items: center; /* Center in cross axis */
}
.photo-fullscreen {
  max-width: 100%;
  max-height: 100%
}




.myTooltip {
position: relative;
  top:25px;
  left:10%;
  margin-top: -20px;
  background-color: #efef8f;
  border-radius: 5px;
  border: solid 1px black;
  color: #111;

  padding: 5px;

  width: 70%;
  z-index: 9999;
}

.radio-right .item-content {
  /* give some room to the right for the checkmark icon */
  padding-left: 64px; }

.radio-right .radio-icon {
  /* checkmark icon will be hidden by default */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  padding: 5px;
  /*height: 100%;*/
  font-size: 32px;
  font-weight: normal;

}

.radio-right input {
  /* hide any radio button inputs elements (the ugly circles) */
  position: absolute;
  right: -9999px; }

.chatWin
{
  position: absolute;
  bottom: 45px;
  right: 5px;
  z-index: 99999;
  width:500px;
  height: 300px;
  max-width: 90%;
  max-height: 90%;

  background: white;
  border-width: 2px;
  border-style: solid;
  font-size: small;
}

.contador
{ 
 
  max-width:80px; 
  float: right
}

.contador::-webkit-inner-spin-button, 
.contador::-webkit-outer-spin-button
{
  -webkit-appearance: none; 
  margin: 0; 
}

.input-label-max
{ 
  width: 60%;
  max-width: 100%!important;
}

.countpeople
{
  position: absolute;
 /* bottom:50px;
  right: 10px;*/
  width:130px;
  height: 130px;
  border: 2px solid #002a5c;
 
  text-align: center;
  font-size: 46px;
  color:#002a5c;
  background-color: white;
  z-index: 9999999;
}



.placaAdmiral
{
  background-color: #6ee22a!important;
}

.placaTecnausa
{
  background-color: #AEF7E1;
}


.group{
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #444;
}

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

.alert-group{
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: rgb(192, 152, 83);
  border-color: rgb(251, 238, 213);
  border-color: rgb(220, 200, 150);
}

.condition, .group{
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

.invalid .dropdown-toggle {
border-color: red;
}

.premio{
  background-color: #11c1f3;
  border: #AEF7E1 1px solid;
  height: 4vw;
  position:relative;
  font-size: small;
}

.diaPremio
{
    font-size: small;
    position:absolute;
    right:0;
    bottom:0;
    margin: 10;
    text-align:right;
}

.NPremio
{
    font-size: small;
    position:absolute;
    top:20px;
    left:30px;
    text-align:center;
    
}


.jugando{
  background-color: yellow;
}

.cropped {
  width: 60px; /* width of container */
  height: 30px; /* height of container */
  overflow: hidden;
  border: 1px solid black;
}
/* Arriba | Derecha | Abajo | Izquierda */
.A1 { margin: -25px 0px 0px -80px; }
.A2 { margin: -80px 0px 0px -80px; }
.A3 { margin: -125px 0px 0px -80px;}
.A4 {margin: -180px 0px 0px -80px;}
.A5 { margin: -225px 0px 0px -80px;}
.B1 { margin: -25px 0px 0px -150px; }
.B2 { margin: -80px 0px 0px -150px; }
.B3 { margin: -125px 0px 0px -150px;}
.B4 {margin: -180px 0px 0px -150px;}
.B5 { margin: -225px 0px 0px -150px;}
.C1 { margin: -25px 0px 0px -220px; }
.C2 { margin: -80px 0px 0px -220px; }
.C3 { margin: -125px 0px 0px -220px;}
.C4 {margin: -180px 0px 0px -220px;}
.C5 { margin: -225px 0px 0px -220px;}

.selectedRect {
width: 60px; /* width of container */
height: 40px; /* height of container */
overflow: hidden;
border: 2px solid red;
position:absolute;
top:60px;
left:20px;
background-color: transparent;
z-index: 99999;
}

.SA1 { margin: 25px 0px 0px 80px; }
.SA2 { margin: 80px 0px 0px 80px; }
.SA3 { margin: 125px 0px 0px 80px;}
.SA4 {margin: 180px 0px 0px 80px;}
.SA5 { margin: 225px 0px 0px 80px;}
.SB1 { margin: 25px 0px 0px 150px; }
.SB2 { margin: 80px 0px 0px 150px; }
.SB3 { margin: 125px 0px 0px 150px;}
.SB4 {margin: 180px 0px 0px 150px;}
.SB5 { margin: 225px 0px 0px 150px;}
.SC1 { margin: 25px 0px 0px 220px; }
.SC2 { margin: 80px 0px 0px 220px; }
.SC3 { margin: 125px 0px 0px 220px;}
.SC4 {margin: 180px 0px 0px 220px;}
.SC5 { margin: 225px 0px 0px 220px;}

.item.item-balanced[menu-item],.item.item-balanced[menu-close]
{
  font-size: 14px!important;
  border-color: #5c5c5c;
}


.item.item-balanced[menu-item]>.icon
{
  font-size: 16px;
  
}


.item.item-balanced[menu-item]:hover,.item.item-balanced[menu-close]:hover
{
  background-color: #303849!important;
 
}

.item.item-balanced[menu-item]:has(.submenu),.item.item-balanced[menu-close]:has(.submenu),.item.item-balanced[menu-close]:has(.subsubmenu)
{
  background-color: #072447!important;
}

.item.item-balanced[selected=true] {
  color: #0a9dc7!important;
  background-color: #303849!important;
  border-right-width: 0px;
  
 /* 
 color: #fac314!important;
 padding-bottom:0px;
  padding-top:0px;
  padding-right:0px;
	border-top: 15px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 15px solid transparent;*/

}


.menu-selected
{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-right:-20px;
  padding-right: -20px;
  visibility: hidden;
  
  font-size: 40px!important;
}

.item.item-balanced[selected=true]>.menu-selected,.subsubmenu>.menu-selected
{
  visibility: visible;
  color: #fff!important;
}

.calimaMenu
{
  font-size:12px;
  border-style: none;
 
}

.irotate
{
  animation-name: spin;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.item.item-balanced[menu-item]>.ion-ios-arrow-down
{
  font-size: x-small;
}

.item.item-balanced[opened=true]>.ion-ios-arrow-down
{

  animation-name: spin;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.item.item-balanced[opened=false]>.ion-ios-arrow-down
{
  animation-name: spinback;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes spin {
  
  to { transform: rotate(180deg); }
}

@keyframes spinback {
  from { transform: rotate(180deg); }
  to { transform: rotate(0deg); }
}

.menuUser
{
  top:42px;
  right:0px;
  font-size: 10px;
  position: absolute;
   width:180px;
   height: 180px;
   border: 2px solid #002a5c;
     text-align: center;
  
   color:#002a5c;
   background-color: white;
   z-index: 9999999;
}
.menuExtra
{
  top:42px;
  left:0px;
  font-size: 10px;
  position: absolute;
   width:45px;
   height: 430px;
   border: 0px none #002a5c;
     text-align: center;
     color: #fff; 
   
   background-color:  transparent;
  /* background-image: linear-gradient(#2b60a1, #002a5c)!important;*/
   z-index: 9999999;
}

.bar-balanced
{
  background-image: linear-gradient(#2b60a1, #002a5c)!important;
}

.bar-balancedfoot
{
  border-top-style:solid ;
  border-top-width:1px ;
  border-color: #001329;
  background-color: #002a5c;
  color: #fff; 
  background-image: linear-gradient( #002a5c,#2b60a1)!important;
  background-position:none!important;
  margin-left: -5px!important;
  margin-top: -5px!important;
  margin-bottom: -5px!important;
  margin-right: -5px!important;
  
  width:110%!important;
}

.button-transparent
{
  background-color: transparent!important;
  border-color: #918d8d!important;
  border-width: 1px;
  border-style: solid;
  color:white;
  margin: 1px;
}


.col .icon .icon-right:before {
  display: inline-block;
  padding: 0 0 1px 0;
  vertical-align: inherit;
  font-size: 24px;
  line-height: 41px;
  pointer-events: none; }

.col .icon-right:before {
  float: right;
  padding-right: 0;
  padding-left: .2em; }


.localname
{
  margin-top:5px!important;
}

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


.ng-dropdown-container {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #24292e;
  background-color: #eff3f6;
  background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
  padding: 0 0.5rem;
  border: 1px solid rgba(27, 31, 35, .2);
  border-radius: .25em;
  box-sizing: border-box;
}

.ng-dropdown-container:hover {
  background-color: #e6ebf1;
  background-image: linear-gradient(-180deg, #f0f3f6, #e6ebf1 90%);
  background-position: -.5em;
}


.ng-dropdown-text {
  width: 100%;
  cursor: default;
  height: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: 600;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}


.ng-dropdown-text::after {
  position: absolute;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: #000000;
  top: 0.8rem;
  right: 1rem;
  width: 0;
  height: 0;
  transition: rotate 0.3s ease;
}



.ng-dropdown-options {
  max-height: 250px;
  overflow: auto;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(27, 31, 35, .15);
  z-index: 99;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: calc(2rem);
  display: inline-block;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}

.ng-dropdown-item {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}

.ng-dropdown-search {
  padding: 0.4rem 1rem;
  width: 100%;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-sizing: border-box;

}

.ng-dropdown-item:hover {
  background: #f6f8fa;
}