html,
body {
  margin:0;
  padding:0;
  background-color: #f1f1f1 !important;
  overflow-x: hidden;
}

#wrapper{
  min-height:100%;
   position:relative;
   background-color: #f1f1f1;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/** COLORS **/
/**
  7e99ae
  E8870C
  124c7e
  f1f1f1
**/

/**
/**
----------------------------------INDEX---------------------------------
**/

.page-btn {
 /*   background-color: #ddd;*/
  color: white;
  font-size: 1.3em;
  display: inline-block;
  padding-left:  16px;
  padding-right:  16px;
  border-radius: 50%;
  cursor: pointer;

}

.main_header{
  z-index: 11;
  position: fixed;
  background-color: #124c7e;
  top: 0;
  height: 84px;//em;
  min-width: 100%;
  font-family: 'Lato', sans-serif;
}

.header-logo-left{
  float: left;
  margin-left: 1em;
  width: 8em;
}

.header-under-breadcrumbs{
  z-index: 11;
  position:fixed;
  top: 84px;
  height: 38px;
  padding-top: 8px;
  //padding-bottom: 0.005em;
  width: 100%;
  background-color: #7e99ae !important;
  color: white;
}

.header-under-breadcrumbs p{
  margin-left: 1.5em;
  color: white !important;
}

.header-under-breadcrumbs p a{
  color: white !important;
}


.header-vertical-right{
  float: right !important;
  margin-right: 1em !important;

}

.header-vertical-right-element{
  margin-right: 1em;
  color: white;
  font-size: 1.2em;
}

.login-reset-password-element{
  color: white;
  margin-top: 2em;
  font-size: 0.8em;
}

td a:link{ color:black !important; } 
td a:visited{ color:black !important;} 
td a:hover{ color:black !important; } 
td a:active{ color:black}

a:link{
  color: white;
  text-decoration: none;
}

a:hover{
  color: white !important;
  text-decoration: none !important;
}

a:visited{
  color: white !important;
  text-decoration: none !important;
}

.header-vertical-right-input{
  color: #808080 !important;
  height: 2em !important;
  width: 12em !important;
  font-size: 1.2em;
  padding-left: 0.5em;
}

.sites-content-wrapper{
  font-family: 'Lato', sans-serif;
  margin-top: 4em;
  text-align: center;
}

.site-information-field{
  margin-top: 150px;
  margin-bottom: 30px;
}

#sites-enabled{
  table-layout:fixed;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius:5px;
}

.site-information-header-element{
  text-align: center;
  border-bottom: 4px solid #E8870C;
  font-weight: normal;
  font-size: 1.1em;
}

.site-information-header{
  color: #f1f1f1;
  background-color: #124c7e;
  height: 4em;
  width: 100%;
  cursor: pointer;

}

.first-element-list{
  color: #f1f1f1;
  background-color: #124c7e;
}

.site-information-content{
  height: 3.5em;
  background-color: white;
  border-bottom: 2px solid #7e99ae;

}

.alarm-filter-wrapper{
  font-family: 'Lato', sans-serif;
  margin-top: 0em;
  padding-right:2em;
  text-align: left;
}

.alarm-header{

/*  border-bottom: 2px solid #E8870C;*/
  font-weight: normal;
  font-size: 1.1em;
}

.alarm-filter-content{
  height: 3em;
  background-color: white;
}

#alarm-filter{
  background: white;
  table-layout:fixed;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius:5px;
}
.alarm-filter-field{
/*  margin-top: 10px;*/
  margin:0 auto;
  background:white;
  width:100%;
  padding-top:1em;
  padding-bottom:1em;
}




.alarm-content-wrapper{
  font-family: 'Lato', sans-serif;
  margin-top: 0em;
  text-align: center;
  padding-right:2em;
}

.alarm-information-field{
/*  padding-right: 2em;*/
/*  margin-top: 10px;*/
  margin-bottom: 30px;
}

#alarm-table{
  table-layout:fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius:5px;
}

#alarm-img-div{
  background-color: white;
  width: 100%;
}

#alarm-enabled{
  table-layout:fixed;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius:5px;
}

.alarm-information-header-element{
  text-align: center;
  border-bottom: 4px solid #E8870C;
  font-weight: normal;
  font-size: 1.1em;
}

.alarm-last-column{
  max-width:20px;
}
.alarm-information-header{
  color: #f1f1f1;
  background-color: #124c7e;
  height: 3.5em;
  width: 100%;
}

.alarm-information-footer-element{
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
}



.alarm-information-content{
  height: 2.5em;
  background-color: white;
  border-bottom: 2px solid #7e99ae;

}

.file-link a:link{
  color: black;
}


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

.cables-button-addon{
  background-color: #f1f1f1 !important;
}

.row-item-element{
  text-align: center;
  padding-left: 2em;
  padding-top: 1em;
  color: white !important;
  display: inline-block;
    height: 4em;
    background-color:#7e99ae;
    border-bottom: 2px solid #7e99ae;
    border-left: 2px solid #7e99ae;
    border-right: 2px solid #7e99ae;
    /*width:700%;*/
}

.icon-size-large{
  font-size: 1.2em !important;

}

.row-item-content{
  font-size: 1em;
}

.row-item-content a:link{ color:white !important; } 
.row-item-content a:visited{ color:white !important; } 
.row-item-content a:hover{ color:white !important; } 
.row-item-content a:active{ color:white}

.icon-margin-left{
  margin-left: 1.5em;
}

.light-margin-left{
  margin-left: 0.2em;
}

/**
----------------------------------XSEEPT---------------------------------
**/

.multiple-dams
{
  margin-top: -0.5em;
  overflow-x: hidden;
/*border-bottom: 2px solid #E8870C;*/

}

#selected-dam{
  max-height: 500px;
}

#selected-dam::-webkit-scrollbar{
  width: 8px;
  /*background-color: #F5F5F5;*/
}
#selected-dam::-webkit-scrollbar-thumb{
  background-color: #4d4d4d;
  border-radius: 8px;
}
#selected-dam::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 8px;
}

.dam-dropdown-item{
  width: 100%;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  margin-left: 0em !important;
  list-style: none;
  background-color: #7e99ae;
  color: #f1f1f1;
    cursor: pointer;
  background-color:;
  border-top: 1px solid #f1f1f1;
}


.margin-left{
  margin-left: 3em;
}

.dam-dropdown-item:hover{
  background-color: #B0C2D1;
}

.default-tab{
  float: left;
  margin-top: 200px;
  margin-left: 280px;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}

  .default-tab img{
    width: 50%;
  }

.graph-field{
  overflow:hidden;
  margin-right: 2em;
  /*width: 90%;*/
    background-color: white !important;
}

.graph-field2{
  margin-top: 2em;
  margin-bottom: 4em;
  overflow: hidden;
  margin-right: 2em;
  /*width: 90%;*/
    background-color: white !important;
}

#data-selectors{
  width: 100%;
  margin-top: 1em;
  margin-left: 2em;
}

.y-selector{
  margin-bottom: 1em;
}

.x-selector{
  margin-bottom: 1em;
}

.item-selector{
  padding: 0.5em;
  border: 1px solid #124c7e;
  margin-top: 1em;
  width: 100%;
}

.tags{
  padding: 0.5em;
  border: 1px solid #124c7e;
  margin-top: 1em;
  width: 75%;
}



.tags-sec{
    padding: 0.5em;
    border: 1px solid #124c7e;
    margin-top: 1em;
    width: 75%;
}

.tags-date{
    padding: 0.5em;
    border: 1px solid #124c7e;
    margin-top: 1em;
    width: 75%;
}

.axis-datesel{
  padding: 0.2em;
  border: 1px solid #124c7e;
  display: inline;
}

.axis-secsel{
    padding: 0.2em;
    border: 1px solid #124c7e;
    display: inline;
}

.axis-scale{
    padding: 0.2em;
    border: 1px solid #124c7e;
}

.zone-element{
  padding: 0.2em;
  padding-left: 0.5em;
}

.delete-button{
  width: 1em;
  float: right;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.x-selector-stage{
  border: 1px solid #124c7e;
  height: 10em;
  width: 75%;
  overflow-y: scroll;
  background-color: #f1f1f1;

}

.x-selector-stage-list{
  padding: 0;
  margin: 0;
  list-style: none;
}

.addons-right{
  float: left;
  display: inline;
  width:30%;
  height: 100%;
  background-color: white;
}

/*.addons-right-top{
  position: absolute;
  left:850px;
  top:215px;
  width: 444px;
  height: 500px;
}*/

.addons-bottom{
  margin-top: 2em;
  background-color: #124c7e;
  height: 4em;
  width: 100%;
  display: block;
  float: left;
}

#legend{
  padding: 1em;
  border: 1px solid #124c7e;
  margin-left: 2em;
  margin-top: 1em;
  width: 75%;
}

#legend2{
    padding: 1em;
    border: 1px solid #124c7e;
    margin-left: 2em;
    margin-top: 1em;
    width: 75%;
}

#graphdiv{
  background-color: white;
  max-width: 70%;
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
  display: inline;
}

#graphdiv-inner{
  background-color: white;
  /*max-width: 70%;*/
  /*margin-top: 1em;*/
  /*margin-bottom: 1em;*/
  /*float: left;*/
  /*display: inline;*/
}

#graphdiv2{
  background-color: white;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 70%;
  float: left;
  display: inline;
}

#demoimg{
  display: none;
}

#body-one{
  /*float: left;*/  
  margin-left: 300px;/*//22em;
  //height: 100vh;
  //width: 100%;*/
  margin-top: 150px;
  overflow: auto;
}

#panel-side{
  position: fixed;
  float: left;
  left: 0;
  top: 122px;
  bottom: 0;
  //height:100%;////vh;
  width: 280px;//20em;
  background: #124c7e;
  color: #f1f1f1;
}

  #panel-side a:link,
  #panel-side a:visited,
  #panel-side a:hover,
  #panel-side a:active {
      font-family: 'Lato', sans-serif;
      color: #f1f1f1;
      text-decoration: none;
      font-size: 0.7em;
  }

#xseept-logo-top{
  height: 4em;
  padding-top: 1em;
    margin-left: 1em;
}

#side-menu{
  margin-top: 0em;
  list-style: none;
}

  #side-menu ul a li{
      line-height: 0em;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: -3em;
    height: 2em;
    list-style: none;
    border-top: 1px solid #f1f1f1;
  }

  #side-menu ul{
    padding-left:0;
  }

.menu-item{
  padding-left: -3em;
  line-height: 0em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: -3em;
  height: 2em;
  list-style: none;
  border-top: 1px solid #4275A0;
}

  .menu-item:hover{
    background-color: #E8870C;
    color: #f1f1f1;
        cursor: pointer;
  }

.margin-left{
  margin-left: 2em;
}

#data-presentation-dropdown{
  display: none;
  margin-top: 2em;
  width: 100%;
  padding-left: -20em;
}

.selected-menu-item{
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  margin-left: -3em;
  list-style: none;
  margin-bottom: -2em;
  border-top: 1px solid #B0C2D1;
  background-color: #E8870C;
  color: #f1f1f1;
    cursor: pointer;
}

.menu-item-drop{
  padding-left: -3em;
  line-height: 0em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: -3em;
  height: 2em;
  list-style: none;
  background-color: #124c7e;
  border-bottom: 1px solid #B0C2D1;
}

  .menu-item-drop:hover{
    background-color: #B0C2D1;
    color: #f1f1f1;
        cursor: pointer;
  }

.selected-menu-item-drop{
  padding-left: -3em;
  line-height: 0em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: -3em;
  height: 2em;
  list-style: none;
  background-color: #7e99ae;
    cursor: pointer;
}

.selected-menu-item-drop:hover{
  background-color: #B0C2D1;
  color: #f1f1f1;
      cursor: pointer;
}

#xseept-logo-menu{
  margin: 0 auto;
  height: 1.5em;
  margin-top: 1em;
}

#menu-logo{
  display: none;
  position: fixed;
  left: 0;
  height:100vh;
  width: 5em;
  background: #124c7e;
  color: #f1f1f1;
}

#menu-logo-selected{
  font-size: 0.8em;
  text-align: center;
  background: #4275A0;
  min-width: 100%;
  margin-top: 1em;
  height: 4em;
  left: 0;
  color: #f1f1f1;
}

#selected-desc{
  font-size: 0.8em;
  padding-top: 1.2em;
}

.selector{
  display: block;
  margin-top: 1em;
}

#merge{
  margin-top: 0.3em;
  margin-right: 0.3em;
  float: right;
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  border-radius: 0;

}

#alarm-filter-apply {
/*  background-color: #E8870C;
  color: #f1f1f1;
  border-radius: 0;*/
  float: right;
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  border-radius: 0;
/*  margin-right: 0.3em;*/
/*  margin-right: 0.3em;*/
}

.alarm-btn{
  padding: 0px !important;
  height: 2em;
  width: 5em !important;
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  border-radius: 0 !important;

}

#csv{
  margin-top: 0.3em;
  float: right;
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  border-radius: 0;
  margin-right: 0.3em;
}

#plot{
  border: 0;
  margin-top: 0.3em;
  float: left;
  padding: 0;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  width: 4em;
}

/**
----------------------------------GRAPH---------------------------------
**/
.dygraph-label.dygraph-title{
  font-weight: normal;
}


/**
----------------------------------ADMIN---------------------------------
**/

#xseept-logo-bottom{
  bottom: 0;
  left: 0;
  width: 20em;
  position: absolute;
}

#xseept-logo-small-bottom{
  bottom: 1em;
  height: 3em;
  margin-left: 1.4em;
  position: absolute;
}

.interpolation-element{
  display: block;
  float: left;
  height: 3em;
  width: 120%;
  margin-left: -3em;
}

.interpolation-adder{
  float: left;
  margin-left: 2.5em;
  margin-bottom: 0.5em;
}

.nrinput{
  margin-top: 0.5em;
  margin-left: 1em;
}

.apply-btn{
  margin-left: 1em;
}

.delete-btn-interpol{
  width: 1.5em;
  margin-left: 1em;
  margin-top: 0.2em;
}

.interpolation-element input[type="checkbox"] {
    margin-left: 1em;
}

.interpolation-element input[type="number"] {
    width: 5em;
    margin-left: 1em;
}

.from-to{
  width:3em
}
.alarm-select{

   border: 1px solid #111;
   background: #f1f1f1;
   border-radius: 0px;
   width: 10em;
   padding: 0em 0.5em 0em 0.5em;
   font-size: 12px;
   line-height: 1.5em;
   height: 2.5em;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(/static/img/arrow-down.png) 96% / 15% no-repeat #eee;  
}

.alarm-filter-timestamp, .alarm-filter-sec{
    /*padding: 0.5em;*/
/*    border: 1px solid #124c7e;
    margin-top: 1em;*/
    width: 13em;
}
#sfsfd{
    /*padding: 0.5em;*/
    border: 1px solid #124c7e;
    margin-top: 1em;
    width: 20em;
}


.set-select{
   border: 1px solid #111;
   background: #f1f1f1;
   border-radius: 0px;
   width: 15em;
   margin-top: 0.8em;
   margin-left: 0.8em;
   padding: 0.5em 0.5em 0.5em 0.5em;
   font-size: 12px;
   line-height: 1.5em;
   height: 3em;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(/static/img/arrow-down.png) 96% / 15% no-repeat #eee;
}

.addons-bottom-extended{
  background-color: #124c7e;
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 0.3em;

}

#csv-extended{
  margin-top: 11.8em;
  float: right;  
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  border-radius: 0;
  margin-right: 0.3em;

}

#merge-extended{
  margin-top: 11.8em;
  margin-right: 0.3em;
  float: right;
  display: inline;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  border-radius: 0;
}

.interpolation-control{
  float: left;
  display: inline;
  margin-left: 0.3em;
  margin-top: 0.3em;
  width: 40%;
  background-color: #f1f1f1;
  height: 15em;
  overflow-y: scroll;
  overflow-x: hidden;
}

.interpolation-control ul{
  list-style: none;
}

.interpolation-control-list{
  margin-top:3.5em;
}

.calibration-control{
  float: left;
  display: inline;
  margin-left: 0.3em;
  margin-top: 0.3em;
  background-color: #f1f1f1;
  height: 15em;
  width: 20%;
  text-align: center;
}

.calibration-element{
  margin-top: 1em;
}

.apply-all{
  float: left;
  margin-top: 0.5em;
}

.status-row{
  display: block;
}

.add-button{
  height: 2em;
  float: left;
  margin-top: 0.5em;
  margin-left: -2em;
  display: block;
}

.zone-table{
  margin-bottom: 1em;
  margin-left: 1em;
  width: 100%;
}

#save1{
  margin-top: 1.5em;
  margin-bottom: 4em;
  float: right;
  margin-right: 19%;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  width: 80%;
  border-radius: 0;
}

#save2{
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 1em;
  /*float: right;*/
  /*margin-right: 19%;*/
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  width: 80%;
  border-radius: 0;
}
#reset{
  align-self: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
  display:block;
  margin-left: auto;
  margin-right: auto;
  background-color: #E8870C;
  color: #f1f1f1;
  height: 3.4em;
  width: 90%;
  border-radius: 0;
}

.inline-text{
  padding: 6px 0px;
  margin-left: 1em;
  font-weight: bold;
  float: left;
  display: inline;
}

#export-dropdown{
  display: none;
  margin-top: 2em;
  width: 100%;
  padding-left: -20em;
}

#settings-dropdown{
  display: none;
  margin-top: 2em;
  width: 100%;
  padding-left: -20em;
}

.settings-field{
  width: 80%;
  max-width: 50em;
  margin-left: 1em;
  padding-bottom: 1em;
}

.settings-field h3{
  color: #f1f1f1;
  background-color: #124c7e;
  width: 80%;
  margin-left: 0.6em;
  padding: 1em;
}

.first-settings-item{
  margin-top: -0.5em;
}

.settings-field-item{
  width: 80%;
  background-color: white;
  padding: 1em;
  margin-top: -1em;
  margin-left: 1em;
  padding-bottom: 2em;
}

.setting{
  display: block;
  height: 2.5em;
  margin-top: 1em;
  align-items:center;
}

.settings-modifier{
  margin-right: 1em;
  float: right;
  display: inline;
}

.settings-nr-input{
  width: 6em;

}
.settings-text-input{
  width: 20em;

}


/**
----------------------------------LOGIN---------------------------------
**/

.xseept-logo-top{
  width: 8em;
  height: auto;
}

#panel-login{
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #f1f1f1;
  background-color: #124c7e;
  width: 50%;
  min-width: 30em;
  padding: 2em 8em 6em 8em;
  margin-top: 10em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: -1px 3px 24px -5px rgba(140,140,140,0.9);
  -moz-box-shadow: -1px 3px 24px -5px rgba(140,140,140,0.9);
  box-shadow: -1px 3px 24px -5px rgba(140,140,140,0.9);
  border-radius: 10px;
}

.login-password-reset{
  margin-top: 1.5em;
}

.login-wrapper{
  margin-top: 2em;
}

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

.login-btn{
  margin-top: 2em;
  background-color: #E8870C;
}

.login-field-error ul{
  padding-left: 0;
  text-decoration: none;
  list-style: none;
  color: red;
}

input[type="text"], textarea, input[type="password"], input[type="email"] {

  color : #124c7e; 

}
/**
---------------------------------ADDONS-----------------------------------
**/


.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #124c7e; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/**
-----------------------------CHOOSE ZONE----------------------------------
**/
.dropdown {
  position: absolute;
}

a {
  color: #3B3131;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: white;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

.dropdown dt a {
  background-color: #124c7e;
  display: block;
  padding: 1em 0em 0em 1em;
  line-height: 2em;
  height: 4em;
  overflow: hidden;
  border: 0;
  width: 100%;
  margin: 0 auto;
}

.ui-autocomplete{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em 0.5em 0;
}

.dropdown dd ul {
  background-color: #7e99ae;
  border: 0;
  color: white;
  display: none;
  left: 0px;
  padding: 0.5em 0 0 1em;
  position: absolute;
  width: 100%;
  list-style: none;
  height: 10em;
  overflow: auto;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 0.5em;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #f1f1f1;
}

/**
-----------------------------DAM SELECTOR------------------------------
**/

.dam-selector-item{
  background-color: #124c7e;
  overflow: hidden;
  min-width: 100%;
  padding-left: -3em;
  margin-left: -3em;
  list-style: none;
  border-top: 1px solid #4275A0;
  height: 2em;
  padding-bottom: 2em;
  padding-top: 2em;
  border-bottom: 4px solid #E8870C;

}

.dam-selector-item:hover{
  background-color: #E8870C;
}

.dam-selector-item:hover .set-dam{
  background-color: #E8870C;
}


.dam-selector {
  margin-top: -2em;
}

a {
  color: #f1f1f1;
}

.dam-selector dd,
.dam-selector dt {
  height: 3em;
}

.dam-selector dd {
}

.dam-selector a,
.dam-selector a:visited {
  margin-top: 1.3em;
  color: #f1f1f1;
  text-decoration: none;
  margin-left: 2em;
  font-size: 1em !important;
  font-weight: normal;
}

.dam-selector dt a {
  background-color: #124c7e;
  display: block;
  overflow: hidden;
  border: 0;
  width: 20em;

}

.dam-selector dt a span{
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em 0.5em 0;
}

.dam-selector dd ul {
  background-color: #7e99ae;
  border: 0;
  color: #f1f1f1;
  display: none;
  left: 0px;
  padding: 0.5em 0.5em 0.5em 1em;
  position: absolute;
  width: 20em;
  list-style: none;
  max-height: 15em;
  margin-top: -0.5em;
  overflow: auto;
}

.dam-selector span.value {
  display: none;
}

.dam-selector dd ul li{
  margin-left: 2em;
}

.dam-selector dd ul li a {
  padding: 0.5em;
  display: block;
}

.dam-selector dd ul li a:hover {
  background-color: #f1f1f1;
}

/** -----------------------------------MOBILE-----------------------------------------**/
@media (max-width : 1200px) {

}
@media (max-width : 1024px) {

}