.ball {
  
  animation: bounce 2s infinite alternate;
  -webkit-animation: bounce 2s infinite alternate;
}
textarea{
  resize: none;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
.noti-wrap {
    display: none;
    position: relative;
    left: 97%;
    width: 50px;
    height: 50px;
    background-color: #3F51B5;
    border-radius: 30px;
}
.noti{
    width: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin-top: 20px;
    margin-left: 2px;
}
.badge-accent {
    background-color: #E91E63;
    color: #ffffff !important;
    position: absolute;
    font-size: 10px !important;
    padding: 4px !important;
    margin: 10px 0 0 -5px;
    min-width: 18px;
    height: 18px;
    top: -20px;
}
.icon-white{
  color: #ffffff !important;
}
.cheksize{
   -ms-transform: scale(2.4); /* IE */
  -moz-transform: scale(2.4); /* FF */
  -webkit-transform: scale(2.4); /* Safari and Chrome */
  -o-transform: scale(2.4); /* Opera */
}
.unitedit{
  background-color: rgba(255, 247, 0, 0.48);
  padding: 5px;
  border: 1px #ddd solid;
  border-radius: 3px;
  display: block;
  width: 90%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.underline
{
  border-left:none; 
  border-right:none; 
  border-top:none;
  text-align:left;
}
.noborder 
{
  border:none;
  padding:0px;
  margin:0px;
}
.table-prnt>tbody>tr>td{
  padding: 3px;
}
.panel-transparent {
  background: none;
}
.panel-transparent .panel-body{
  background: transparent !important;
}
#goals tr:nth-child(4n),#goals tr:nth-child(4n+1){
  background-color: #e3e8ec;
}
.edit-able{
  background-clip: content-box;
  background-color: rgba(255, 247, 0, 0.48);
}
/*------------button spinner-----------*/
 .glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}
/*------------end button spinner-----------*/
 .p_i{
    margin: 0 0 10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
 }
 .fillable{
  min-width: 100px;
  background-color: rgba(255, 247, 0, 0.48);
  display: inline-block;
 }
 .test-wrapper{
    background-color:#fff;
    padding:15px;
 }
 .test-wrapper:nth-child(2n){
    background-color:#f3f8f8;
 }
 .read-only{
  border: 1px solid #CCCCCC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 8px !important;
  padding-top: 6px;
  padding-bottom: 6px;
 }
 /*tab wizard---------------------------------*/
 .tab-bg {
  margin-top: 10px;
  padding: 20px; 
  border-radius: 4px;
  background-color: #eee;
}
.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
}
.nav-pills.nav-wizard-p > li {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
}
.nav-pills.nav-wizard-p > li a {
  border-radius: 5px 0 0 5px;
  background-color: #eee;
}
.nav-pills.nav-wizard-p > li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard-p > li:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard-p > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard-p > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard-p > li.active .nav-arrow {
  border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard-p > li.active .nav-wedge {
  border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard-p > li.active a {
  background-color: #428bca;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
}
.nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #428bca;
}
/*-------------------------------------tab wizard*/
.tool_tip {
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: none;
  left: -25px;
  margin-bottom: 15px;
  opacity: .95;
  padding: 15px;
  padding-bottom: 8px;
  pointer-events: none;
  position: absolute;
  width: 200%;
  border-radius: 10px;
  font-size: .9em;
  z-index: 1000;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tool_tip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.tool_tip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

table.print-friendly tr td, table.print-friendly tr th {
        page-break-inside: avoid;
    }
#cls-dialog{
  width:300px;
  height: 300px;
  background-color: #C9DBD9;
  border:1px solid #AABAB8;
  border-radius: 4px;
  position: absolute;
  z-index: 30;
  display: none;
  webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.grayedOut{
  background-color:rgba(193,205,193,.8);
}
.warningLight{
  background-color:rgba( 255, 204, 0,.8);
}
.panel-group .panel+.panel {
   /*margin-top: 0px; */
}
.spinner-helper{
  display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.chosen-container-single .chosen-single {
    height: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.chosen-container-multi,.chosen-choices{
  min-height: 33px;
  border-color:#ccc  !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

 .fa-green{
  color: #6CFA5C !important;
  font-size: 1.5em;
  cursor: pointer;
 }
 .fa-green:hover{
  color: #4da10b !important; 
 }
 .fa-red{
  color: #FA2F3D !important;
  font-size: 1.5em;
  cursor: pointer;
 }
 .fa-red:hover{
  color: #f00616 !important; 
 }
 .fa-blue{
  color: #8969B3 !important;
  font-size: 1.5em;
  cursor: pointer;
 }
 .fa-blue:hover{
  color: #6f4e9b !important; 
 }
 .fa-yellow{
  color: #FFDD00 !important;
  font-size: 1.5em;
  cursor: pointer;
 }
 .fa-yellow:hover{
  color: #ffb300 !important; 
 }
 .fa-name,.ta-name{
  position: relative;
  left: 18px;
  top: -10px;
  z-index: 5;
  cursor: pointer;
 }
 .pdc-std-name{
    height: 3em;
    -ms-transform: rotate(-60deg); /* IE 9 */
    -webkit-transform: rotate(-60deg); /* Chrome, Safari, Opera */
    transform: rotate(-60deg);
    line-height: 1em;
    /*float: left;*/
    position: relative;
    top: 13px;
    left: -5px;
    /*font-size: 1em;*/
 }
.nameheader{
  background: url('../images/namebgm.jpg');
  background-size: cover;
  padding-left: 33px;
  padding-right: 20px;
  width: 60px;
  /*height: 100px;*/
  max-width: 60px;
  max-height: 100px;
}
#nameheader-start{
  background: url('../images/namebg.jpg');
  background-size: cover;
  padding-left: 33px;
  padding-right: 20px;
  width: 60px;
}
#nameheader-end{
  background: url('../images/namebge.jpg');
  background-size: cover;
  padding-left: 30px;
  padding-right: 28px;
  width: 60px;
}
.active-row{
  background-color: #67d80f;
}
.toplinks {
  text-decoration: none;
  color: #000066;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  font-size: 1.2em;
}
.toplinks:hover{
  text-decoration: none;
}
.editable{
  background-color: #FFFF66;
}
.ph-button {
  
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;    
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;  
    font-family: "Gotham Rounded A","Gotham Rounded B",Helvetica,Arial,sans-serif;
    font-weight: 700; 
    padding: 4px 6px;
    font-size: 12px;
  
}
.btn-2l{
  line-height: 1.2em !important;
}
.ph-btn-blue {

    /*border-color: #326E99;
    background-color: #3F8ABF;*/
    border-color: #2c944b;
    background-color: #38bb5f;
    color:#00207b;
}

.ph-btn-blue:hover, .ph-btn-blue:focus, .ph-btn-blue:active {
    /*background-color: #397CAC;*/
    /*border-color: #326E99;   */
    background-color: #32a755;
    border-color: #2c944b;
}
.ph-btn-green {

    border-color: #3AC162;
  background-color: #5FCF80;
  color:#00207b;
}
.ph-btn-green:hover, .ph-btn-green:focus, .ph-btn-green:active {
    background-color: #4BC970;
    border-color: #3AC162;    
}
span.icon {
    background: url('../images/btn-logo.png') no-repeat;
    float: left;
    background-size: cover;
    width: 35px;
    height: 24px;
    padding-bottom: 5px;
    margin-right: 4px;
    margin-left: 2px;
}
.ph-btn-top {

    border-color: #00207b;
  background-color: #002794;
  line-height: 27px;
  width: 150px;
}
/*///////////end of Amy's billing///////////*/
.hasDatepicker{
  position: relative;
  z-index: 10;
}
.disable{
  background-color: rgba(240,240,240,0.5);
  position: absolute;
  z-index: 10;
  top:0;
  left:-5px;
  height: 155px;
  display: none;
}
.off{
  background-color: rgba(240,240,240,0.5);
  position: absolute;
  z-index: 10;
  top:0;
  left:-5px;
  width: 101%;
  height: 40px;
  /*display: none;*/
}
#rate-body .table th, #rate-body .table td { 
     border-top: none !important; 
 }
.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}
.ecc-addon{
  background-color: #b3d1ea;

  border: 1px solid #9fc5e4;
}
.ecc-addon .fa {
  /*color:white;*/
  color:#4c4c4c;
}
.plus-wrapper{
  display: inline-block;
  position: relative;
}
.customer-check{
  padding-top:8px;
  padding-bottom: 10px;
  
}
.customer-check label{
  font-weight: 700;
}
.plus{
  /*padding-top:15px;*/
  font-size: 1.2em;
  position: absolute;
  top:-12px;
  left:0;
  
}
.spinner{
  background: url('img/loading.gif');
  width:200px;
  height:204px;
  /*background-size: cover;*/
  position: absolute;
  z-index: 5;
  left: 40%;
  top:50%;
  /*display: none;*/
}
.spinner-wrapper{
  position: relative;
  z-index:15;
  width:100%;
  height: 104%;
  background-color:rgba(168,168,168,.3);
  display:none;
}
.spinner-claim{
  background: url('img/loading.gif');
  width:100px;
  height:102px;
  background-size: cover;
  position: absolute;
  z-index: 5;
  left: 40%;
  top:50%;
  /*display: none;*/
}
.spinner-wrapper-claim{
  position: absolute;
  z-index:15;
  left:-15px;
  width:100%;
  height: 400px;
  background-color:rgba(168,168,168,.3);
  display:none;
}
.badge-counter{
  background-color: #F3A22F;
}
.fa{
  color:#9d9d9d;
}

div.editDialog {
  z-index: 5;
  position: absolute;
  visibility: hidden;
  border: 1px solid Gray;
  background: #d3e1e4;
}
.editDialog td {
  padding: 2px;
}
.ui-datepicker-trigger{
  margin-left: 3px;
}
.ui-widget-header {
  border: 1px solid #6666ff;

  background: #7f7fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #9999ff;
  background: #b2b2ff;
}
.ui-state-hover, .ui-state-default, .ui-widget-content{
  border: 1px solid #b2b2ff;

  color: #b2b2ff;
}
.sidebar ul li a.active {
  background-color: #182859;
  color:white;
}
/*-----------cds class-----------*/
#student-list {
 list-style-type: none;
  margin: 0;
  padding: 0;
  width: 90%;
}
#student-list li {
 margin: 3px 3px 3px 0;
 padding: 1px;
 float: left;
 width: 200px;
 height: 180px; 
 font-size: 4em; 
 text-align: center;
}
.st-block{
  border: 1px solid #b2b2ff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 3px 3px 3px 0;
  float: left;
  width: 200px;
  height: 180px;
  display: inline;
}
.st-block-header{
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.9em;
  border-bottom: 1px solid #b2b2ff;
} 
.st-block-body-wrapper{
  position: relative;
}
.st-block-body{
  width: 100%;
  height: 140px;
  padding:8px;
  
}
.body-level2{
  position:absolute;
  top:0;
  z-index:2;
  display: none;
}
/*----end cds class------------*/
.cssmenu {
  position: relative;
  /*top:-5%;*/
  height: 44px;
  background: #243c84;
  width: auto;
  /*max-width: 1270px;*/
}

.cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.cssmenu > ul {
  position: relative;
  display: block;
  background: #243c84;
  width: 100%;
  z-index: 500;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu.align-right > ul > li {
  float: right;
}
.cssmenu.align-center ul {
  text-align: center;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.cssmenu > ul > #menu-button {
  display: none;
}
.cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
.cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #7a8189;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
.cssmenu > ul > li:hover > a {
  color: #ffffff;
}
.cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
.cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #243c84;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #243c84;
  top: -12px;
  right: 100%;
  z-index: -2;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
.cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
.cssmenu ul ul li {
  position: relative;
}
.cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
.cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
.cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
.cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
.cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 0.9em;
  color: #243c84;
  font-weight: bold;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.cssmenu.align-right ul ul li a {
  text-align: right;
}
.cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #2f4eac;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last > a {
  border-bottom: 0;
}
.cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
.cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
.cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
.cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .cssmenu {
    width: auto;
  }
  .cssmenu.align-center ul {
    text-align: left;
  }
  .cssmenu.align-right > ul > li {
    float: none;
  }
  .cssmenu ul {
    width: auto;
  }
  .cssmenu .submenuArrow,
  .cssmenu #indicatorContainer {
    display: none;
  }
  .cssmenu > ul {
    height: auto;
    display: block;
  }
  .cssmenu > ul > li {
    float: none;
  }
  .cssmenu li,
  .cssmenu > ul > li {
    display: none;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul,
  .cssmenu ul > li:hover > ul,
  .cssmenu ul ul > li:hover > ul,
  .cssmenu.align-right ul ul,
  .cssmenu.align-right ul ul ul,
  .cssmenu.align-right ul > li:hover > ul,
  .cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  .cssmenu ul .has-sub::after {
    display: none;
  }
  .cssmenu ul li a {
    padding: 12px 20px;
  }
  .cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  .cssmenu.align-right ul ul li a {
    text-align: left;
  }
  .cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  .cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  .cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  .cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  .cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  .cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  .cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  .cssmenu ul.open li,
  .cssmenu > ul.open > li {
    display: block;
  }
  .cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  .cssmenu ul ul::after {
    display: none;
  }
  .cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  .cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  .cssmenu ul.open #menu-button::after,
  .cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

/*********svctype css********/
input:focus, input:focus-visible, button:focus{
  outline: none;
}
.svctype-container {
  max-width: 1300px;
  margin: 0 auto;
}
.svctype-container .unitedit{
  width: 100%;
}
/*******dmsmodalcss********/
.clear{
  clear: both;
}
.dmsModal .modal-lg{
  width: 1250px;
}
.dmsresult-container{
  width: 1200px;
  margin: 0 auto;
  height: 1510px;
  position: relative;
}
.logodiv{
  text-align: center;
}
.addinfo{
  width: 200px;
  float: right;
  position: absolute;
  right: 0;
  z-index: 6;
  top: 0;
}
.dmsmaincontent{
  position: relative;
}
.dmsimgcont{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
.checkbox-referral{
  position: absolute;
  width: 100%;
  top:336px;
  left:0;
  z-index: 3;
}
input[type=checkbox].otcheckbox{
  position: absolute;
  left: 536.8px;
  top: 5px;
  z-index: 3;
}
input[type=checkbox].ptcheckbox{
  position: absolute;
  left: 607.8px;
  top: 5px;
  z-index: 3;
}
input[type=checkbox].stcheckbox{
  position: absolute;
  left: 675.8px;
  top: 5px;
  z-index: 3;
}
input[type=checkbox].treatcheckbox{
  position: absolute;
  left: 855.8px;
  top: 5px;
  z-index: 3;
}
.dtcheckbox{
  width: auto;
  position: absolute;
  left: 748.8px;
  top: 5px;
  z-index: 3;
}
.ptinfo{
  width: 830px;
  position: absolute;
  top: 96px;
  left: 146px;
  z-index: 100;
}
.ptlastseen{
  position: absolute;
  top: 138px;
  left: 165px;
  z-index: 100;
  width: 810px;
}
.prescribed{
  position: absolute;
  top: 182px;
  left: 204px;
  z-index: 100;
  width: 800px;
}
.input-therapy1{
  position: absolute;
  width: 800px;
  left: 132px;
  top: 330px;
  z-index: 3;
}
.input-therapy2{
  position: absolute;
  width: 800px;
  left: 132px;
  top: 357px;
  z-index: 3;
}
.inputcheck {
  position: absolute;
  left: 136px;
  top: 390px;
  width: 800px;
}
.other-info{
  position: absolute;
  top: 438px;
  left: 150px;
  z-index: 100;
  width: 920px;
}
.other-info2{
  position: absolute;
  top: 465px;
  left: 52px;
  z-index: 100;
  width: 800px;
}
.pcp-name{
  position: absolute;
  top: 697px;
  left: 128px;
  z-index: 100;
  width: 490px;
  font-size: 1.2em;
  background-color: transparent;
}
.provd-npi{
  position: absolute;
  top: 694px;
  left: 662px;
  z-index: 100;
  width: 150px;
  font-size: 1.2em;
  background-color: transparent;
}
.provd-taxonomy{
  position: absolute;
  top: 695px;
  left: 850px;
  z-index: 100;
  width: 150px;
  font-size: 1.2em;
  background-color: transparent;
}
.attending-pcpname{
  position: absolute;
  top: 764px;
  left: 128px;
  z-index: 100;
  width: 400px;
  font-size: 1.2em;
  background-color: transparent;
}
.provd-npi2{
  position: absolute;
  top: 762px;
  left: 660px;
  z-index: 100;
  width: 150px;
  font-size: 1.2em;
  background-color: transparent;
}
.provd-taxonomy2{
  position: absolute;
  top: 762px;
  left: 850px;
  z-index: 100;
  width: 150px;
  font-size: 1.2em;
  background-color: transparent;
}
.pcp-signature{
  position: absolute;
  top: 946px;
  left: 128px;
  z-index: 100;
  width: 400px;
  font-size: 1.2em;
  background-color: transparent;
}
.dms-date{
  position: absolute;
  top: 946px;
  left: 662px;
  z-index: 100;
  width: 300px;
  font-size: 1.2em;
  background-color: transparent;
}
.dms-provdname{
  position: absolute;
  top: 1014px;
  left: 386px;
  z-index: 100;
  width: 550px;
  font-size: 18px;
}

/**********end dms modal********/
.stModalbody{
  max-height: calc(100vh - 245px);
  overflow: auto;
}
.nav-wizard-p.nav-pills li{
  position: relative;
}
.nav-wizard-p.nav-pills li.disabled:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  cursor: not-allowed;
}
/*******stmodalcss***********/
.stermgoal .stgoalDes{
  width: 350px;
}
.timeserv-row label {
  width: 100%;
}
/********evaluation attachment**********/
.up-filehead.up-filehead p {
  font-size: 13px;
  color: #a7a7a7;
}
.file-upbox {
  position: relative;
}
.file-upbox input[type="file"]{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 4;
}
.file-updesign {
  border: 1px dashed #ccc;
  background: #fff;
  height: auto;
  border-radius: 3px;
  position: relative;
  z-index: 3;
}
.upload-icon{
  text-align: center;
  padding: 20px 0;
}
.icon-up{
  background: url(../images/upload_file.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size:100% ;
}
.icon-up.pdf{
  background: url(../images/pdf_file.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size:100% ;
}
.upload-btn {
  text-align: center;
  padding: 0 0 30px;
}
.file-cont {
  text-align: center;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 5px;
}
.file-cont a {
  display: inline-block;
  vertical-align: middle;
}
.file-cont .fa {
  font-size: 50px;
  color: #d10000;
  padding: 0 0 5px;
}
.file-cont p{
  margin: 0;
  font-size: 15px;
}
.file-cont a:hover{
  text-decoration: none;
}
.pdfview{
  margin: 40px 0 0;
}
.selected-file{
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.up-filehead {
  position: relative;
}
.up-filehead .alert {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 420px);
}
.prognote-response{
  position: relative;
}
.prognote-response .ef-date{
  display: block;
  text-align: right;
  font-size: 12px;
  color: rgb(152, 152, 152);
}