/* Needed */
.EpiphanyFormElementStyle {
    /*-webkit-transition: box-shadow ease-in-out .15s !important;*/
    transition: box-shadow ease-in-out .15s !important;
}

/* Needed */
.EpiphanyFormElementBottomBorder{
    border: 1px solid transparent !important;
    background-color: transparent !important;
    /*border: 1px solid transparent !important;
    border-bottom: 1px solid #ccc !important;*/
    border-radius: 0px !important;
    /*-webkit-box-shadow: none !important;*/
    box-shadow: none !important;
}

.list-control {
    font-size: 14px;
    color: #000000;
    /*text-align: left;*/
    line-height: 20px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.text-control {
  display: block;
  width: 100%;
  /* height: 26px; */
  padding: 3px 3px; 
  /*box-sizing: border-box;*/
  /* margin: 10px; */
  font-size: 14px;
  /*line-height: 1.42857143;*/
  color: #000000;
  background-color: #ffffff; 
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.text-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

.autocompletetable {
    margin: 0px;
    padding: 0px;
}

.watermark {
    display: block;
    width: 100%;
    /* height: 26px; */
    padding: 3px 3px;
    /*box-sizing: border-box;*/
    /* margin: 10px; */
    font-size: 14px;
    /*line-height: 1.42857143;*/
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #FA8072; 
}

.ui-datepicker { max-height: 600px !important; }
.ui-datepicker {  -ms-transform: translate(-15%,-15%) scale(0.7);
    -moz-transform: translate(-15%,-15%) scale(0.7);
    -webkit-transform: translate(-15%,-15%) scale(0.7);
    transform: translate(-15%,-15%) scale(0.7); }

/* Accordion */
.accordionHeader {
    /* border: 1px solid #2F4F4F; */
    color: white;
    /* background-color: #2E4d7B; */
    background-color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    /* border: 1px solid #2F4F4F; */
    color: white;
    /* background-color: #5078B3; */
    background-color: #666666;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    /* background-color: #D3DEEF; */
    background-color: #DDDDDD; 
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Support Cloud*/
.rainy-weather {
    margin: 3em auto;
    width: 350px;
    height: 400px;
    position: relative;
}

.cloud-main {
    width: 350px;
    height: 130px;
    background: #ccc;
    border-radius: 100em;
    position: absolute;
    z-index: 100;
    top: 50px;
    box-shadow: 0 3px 5px rgba(0,0,0, 0.3);
    background: linear-gradient(#F2F2F2 70%, #E5E5E5);
}

.cloud-center {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: #F2F2F2;
    position: absolute;
    border-radius: 100em;
    top: -30px;
    right: 50px;
}

.cloud-left {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: #F2F2F2;
    position: absolute;
    border-radius: 100em;
    top: 0;
    right: 160px;
}