.accordian-main{
    padding:0px;
}
.accordion dl,
.accordion-list {
/*    border: 1px solid #ddd;*/
    margin-bottom:0px;
}

.accordion dd,
.accordion__panel {
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

/*.accordion p {
  padding: 0em 0em 0.5em 0em;
}*/
/* DO NOT APPLY ANYTHING EVER TO p,div span USE CLASSES*/

.accordion {
  position: relative;
/*  background-color: #fff;*/
}
/*T20558*/
/*.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}*/
/*T20558*/
.accordionTitle,
.accordion__Heading {
  background-color: #099DF6;
  /*text-align: center; */
  text-indent: 3px;
  font-weight: 600;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #ddd;
  font-size:22px;
}

/*.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.9em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}*/

.accordionTitle:hover,
.accordionTitle:focus,
.accordion__Heading:hover{
  background-color: #4aa851;
  color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #4aa851;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: auto;
  max-height: 900px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 900px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: 900px;
}

.animateIn {
  -webkit-animation: accordionIn 0.65s normal ease-in-out both 1;
  animation: accordionIn 0.65s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.75s alternate ease-in-out both 1;
  animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
  }
}
/*label styles */

.label-style {
  float: left;
  margin-right: 15px;
  padding-top: 5px;
  padding-left: 100px;
}
/* form headings */

.headings {
  /*text-align: center;*/
  font-weight: bold;
}
/* button styles */

.button-container {
  text-align: center;
  margin-bottom: 5px;
}
/* position of the hint */

.hint {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  margin-top: 0.3em;
}
/* background style for 'i' */

.hint-icon {
  background: #099DF6;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-family: 'Libre Baskerville';
  height: 20px;
  line-height: 1.3em;
  text-align: center;
  width: 20px;
}
/* hint icon hover style */

.hint-icon:hover {
  background: #1f8ac9;
}
/* Displays the hint. important! Do not remove. */

.hint:hover .hint-description,
.hint:focus .hint-description {
  display: inline-block;
}
/* position of the hint  */

.hint-description {
  display: none;
  background: #3b3b3b;
  border: 1px solid #099DF6;
  border-radius: 3px;
  font-size: 0.8em;
  color: #ffffff;
  font-weight: bold;
  /*padding: 1em; */
  
  position: absolute;
  left: 30px;
  top: -15px;
  width: 180px;
  height: auto;
}
/* styling for the arrow */

.hint-description:before,
.hint-description:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 15px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #099DF6;
}
/* overlay styling */

.hint-description:after {
  left: -10px;
  border-right-color: #3b3b3b;
}

.error-message .form-control-ex{
    border: solid 2px #ff0000 !important;
}

.accordion .form-control-ex {
    background-color: white;
    color: #000 !important;
    border: solid 2px #ecf0f5;
    height: 45px;
    font-size: 1em !important; 
    padding: 3px 0 3px 12px;
    width: 100% !important;
    margin: 0;
    line-height: 20px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion .form-control-ex:focus {
    border-color: #4aa851 !important;
    outline: 0;
    border-radius: 5px !important;
}
.accordion textarea.form-control-ex{
    min-height: 80px;
}

.select .ui-combobox-input{
    border: solid 2px #ecf0f5 !important;
}

.Form-radio-group{
    padding: 0px;
}
.Form-radio-group label {
   overflow: hidden;
   padding:8px 20px !important;
   text-align: center;
} 
.Form-radio-group input {
    /* This is on purpose for accessibility. Using display: hidden is evil.
    This makes things keyboard friendly right out tha box! */
   height: 0px;
   width: 0px;
   position: absolute;
   
} 
.Form-radio-group .btn-new.active-btn  {
   color: #fff;
   background-color: #cc558b;
   border: 2px solid #cc558b ;
}
.Form-radio-group .btn-new.radio-new{
/*    width: 90px;
    margin-right: 5px;
    font-weight: 600 !important;*/
    max-width: 120px;
    margin-right: 5px;
    font-weight: 600 !important;
    width: 100%;
}

.Form-radio-group.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.Form-radio-group .btn-new{
/*    color: #000;
    background-color: #fff;
    border: 1px solid #d8d8d8;*/
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #ecf0f5;
    box-shadow: 0 3px 0 0 #efefef;
    color: #000;
    content: "";
    display: inline-block;
    font-weight: 500;
    line-height: 25px!important;
    text-align: center!important;
    top: -2px;
    vertical-align: middle;
}


/*Uday Add CSS*/

.help a{
    border: 2px solid #4aa851;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -40px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #4aa851;
    margin-top: 8px;
    top: 0;
    background: #fff;
}

.help a:hover{
    border: 2px solid #4aa851;
    background: #4aa851;
    color: #fff;
}

.form-sample1{
    padding: 15px 10px;
}

.form-sample1.accordion .form-group.row-centered label {
    padding-right: 0;
    font-weight: 500;
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: right;
    vertical-align: middle;
    margin-top: 2px;
    padding-right:  0
}
.form-sample1.accordion .form-group.row-centered .label-text{
    margin-top: 10px;
    color: #767b82;
}

.box-panel-shadow .box-header.header2{
    background: #4aa851;
    color: #fff;
    font-size: 20px;
    border-top: 1px solid #e4e4e4;
}

.box-panel-shadow .accordian-main .box-header{
    /* background: #4aa851; */ /* commented on 04/10/2019 T:18436 */
    border-radius: 8px 8px 0 0;
 }

.box-panel-shadow .accordian-main .box-header h4 a{
    font-size:17px;
    font-weight: 600;
    color: #ffffff;
}

.error-message {
    overflow: hidden;
    min-height: 2.8em;
    background-color: #f9d764;
    padding: 0 0px 20px 10px;
    margin: 0px;
    border-top: 10px solid #ecf0f5;
    /*margin-bottom: 15px;*/
}

.error .row-container {
    background-color: #f9d764;
    border-bottom: 0!important;
    width: auto;
}

.error .form-control-ex{
    border: 2px solid #ee393d;
}

.row-centered .checkbox label::before{
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left:  0;
      margin-left: 0px;
/*      border: 1px solid #ddd;*/
      border: 1px solid #2e9afd;
      border-radius: 100%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.row-centered .checkbox label::after{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0 !important;
    top: 0;
    margin-left: 0px;
    padding-left: 1px;
    padding-top: 2px;
    font-size: 12px;
}
.row-centered .checkbox label{
    padding-left: 26px;
}
.row-centered .checkbox{
    margin: 0;
    padding: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #4aa851;
    border-color: #4aa851;
}
.row-centered .checkbox label::before{
        border: 1px solid #4aa851;
}
.row-centered select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
/*  box-shadow: none;
  border: 0 !important;*/
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
.row-centered select::-ms-expand {
  display: none;
}
/* Custom Select */
.row-centered .select {
  position: relative;
/*  display: flex;
  width: 20em;*/
/*  height: 3em;
  line-height: 3;*/
/*  background: #2c3e50;*/
  overflow: hidden;
  /*border-radius: .25em;*/
}
.row-centered select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.row-centered .select::after {
  content: '\f106';
  position: absolute;
  top: 8px;
  right: 0;
  padding: 0 .8em;
/*  background: #34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  font-family: fontAwesome;
  font-size: 20px;
  font-weight: 600;
  transform: rotateZ(180deg);
  cursor: pointer;
}
/* Transition */
.row-centered .select:hover{
   -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  
  color: #4aa851;
}



label.click-find-btn{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    font-size: 1.05em;
    font-weight: 600 !important;
    background: #cc558b;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.NewForm-content .col-centered .ui-combobox{
    width: 100%;
}
/**
* T17711
*/
/*.NewForm-content a.combobutton.ui-combobox-toggle,*/
/*.apDialogX .ui-combobox2 a.combobutton.ui-combobox-toggle,*/
/*.apDialogXW .ui-combobox2 a.combobutton.ui-combobox-toggle*/
/*{*/
/*    top: 6px!important;*/
/*    !*T17954 --- 26/08/2019*!*/
/*    !*right: 20px;*!*/

/*    right: 20px;*/
/*    !*display: none;*!*/
/*    width: auto;*/
/*    margin: 10px 5px 0 0;*/
/*    !*T-18476*!*/
/*    display: none;*/
/*    !*T-18476*!*/

/*}*/
.sub-button-new{
/*     margin-right: 20px;
     width: auto;
     float: right;
     display: inline-flex;*/
    margin-right: 20px;
    width: 100%;
    display: inline;
}
.sub-button-new a.back.next{
    float: left;
    width: auto;
}

.sub-button-new a.next,
.sub-button-new button.next,
.sub-button-new button.save{
    float: right;
    width: auto;
}

.sub-button-new .button,
#timepicker-n .ui-datepicker-buttonpane .ui-datepicker-current,
#timepicker-n .ui-datepicker-buttonpane .ui-datepicker-close{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid white;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    width: 100%;
    min-height: 40px;
    font-size: 15px;
    line-height: 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #cc558b;
    color: #fff;
    font-weight: 600;
}
.ui-widget-content{
    font-size: 15px;
    color: #000;
}
.sub-button-new .button:hover{
    background: #4aa851;
    color: #fff;
    font-weight: 600;
}

.date-row .select,
.date-row .dateField{
    float: left;
    margin-right: .35em;
    max-width: 10em;
    width: auto;
    min-width: 7em;
    margin-bottom: 4px;
}
.date-row .date-icon{
    background-color: white;
    color: #ccc !important;
    border: solid 2px #ecf0f5;
    border-radius: 5px;
    float: left;
    padding: 5px 8px 1px;
}

.date-row .date-icon .svg-icon,
.fieldIcon .svg-icon{
    fill:#4aa851;
}

.date-row .date-icon:hover,
.fieldIcon:hover {
    border: solid 2px #4aa851;
    background: #4aa851;
}

.date-row .date-icon:hover .svg-icon,
.fieldIcon:hover .svg-icon{
    background: #4aa851;
    fill:#fff;
}

.accordion .row-centered p{
    margin: 0;
    padding: 0;
}

.tile-data{
   background: #186dea;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    position: relative;
    margin-bottom: 20px;
}
.ChainPreviewtiles .tile-data:after,
.ChainPreviewtiles1 .tile-data:after{
    width: 100px;
    height: 50px;
    transform: skew(20deg);
    background: #555;
}

.NewFormHeader .tile-data h3{
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    background: transparent !important;
}
.error-icon{
    background: #faab00;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    /*T21817*/
/*    margin-left: -10px;*/
    margin-left: -6px;
    margin-right: 10px;
    color: #fff;
    font-size: 34px;
}
.error-text{
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    padding: 10px !important;
    color:#000;
}

.Form-radio-group.horizlist .radio-new{
   width: 150px;
    display: block;
    margin-bottom: 10px;
}

.box-panel-body.accordian-main.panel.panel-default{
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 2px;
}
.border-radius0{
    border-radius: 0 !important; 
}

.font-grey h4.panel-title a{
    color: #868585 !important;
}

.main-footer.GlobalBackGroundFooter.login-footer{
/*    position: fixed;*/
    bottom: 0;
    width: 100%;
}


/*T:16244*/
.ChainPreviewtiles,
.ChainPreviewtiles1,
.ConvictionsPreviewtiles{
    width:100%;
    margin:0px auto 20px;
    display: flex;
    align-items: baseline;
    justify-content:center;
    flex-wrap: wrap;
    gap: 10px;

}



.tile-data,
.app-ref-data,
.conviction-data,
.note-data{
    border-radius: 16px;
    position: relative;
    background-color: #1c8ac5;
    color: #fff;
    padding: 5px 10px 15px;
    width: 30.3%;
    margin: 5px 5px;
 }
.tile-data h3,
.app-ref-data h3,
.conviction-data h3,
.note-data h3{
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
    position: relative;
}
.tile-data p,
.app-ref-data p,
.conviction-data p,
.note-data p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    z-index: 10;
    position: relative;
    line-height: 20px;
    display: flex;
}

.tile-data p .lt,
.conviction-data p .lt,
.note-data p .lt{
    float: left;
/*    width: 38%;*/
    margin-right: 2%;
    
}
.tile-data p .rt,
.conviction-data p .rt,
.note-data p .rt{
    float: left;
/*    width: 60%;*/
    text-align: left
}

.ChainPreviewtiles1 .app-ref-data p .lt,
.ChainPreviewtiles1 .note-data p .lt{
    float: left;
/*    width: 55%;*/
    margin-right: 2%;
    
}
.ChainPreviewtiles1 .app-ref-data p .rt
{
    float: left;
    width: 43%;
    text-align: left
}

.tile-data:before,
.app-ref-data:before,
.conviction-data:before,
.note-data:before{
    content: '';
    border-radius: 50%;
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 30px;
    bottom: -55px;
    transition: all 300ms ease-out;
}
.tile-data:before,
.app-ref-data:before,
.conviction-data:before,
.note-data:before{
    z-index: 1;
    pointer-events: none;
}
  .tile-data:before,
  .app-ref-data:before,
  .conviction-data:before,
  .note-data:before{
    background-color: #047ec0;
    width: 90%;
    height: 100%;
    position: absolute;
    border-bottom-right-radius: 100% !important;
    top: 0px;
    border-radius: 15px;
    border-top-right-radius: 0;
  }


.box-panel-body-accordion{
    padding: 0px;
}

.print-button-new .button{
/*    width: 120px;*/
    display: block;
    margin: 20px auto;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px;
    min-height: 40px;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    background-color: #4aa851;
    color: #fff;
}

.top-tile-icons{
   position: absolute;
    color: #000;
    z-index: 13;
    right: -3px;
    top: 20%;
    background: #07547d;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.top-tile-icons a
{
    font-size: 15px;
    color: #fff;
    border-radius: 14px;
    width: 25px;
    height: 30px;
    margin-left: 5px;
    padding: 6px 6px;
    text-align: center;
    display: block;
}



.box-panel-shadow .accordian-main.font-grey .box-header{
    background: #ecf0f5;
    color: #000;
/*    border-top: 2px solid #dcdcdca3 !important;*/
}

/*T16406 19-06-2019*/
.top-tile-icons::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 3px solid #020f17;
    border-right: 3px solid transparent;
    position: absolute;
    right: 0;
    bottom: -3px;
    
}

.app-ref-data,
.app-ref-data:before,
.note-data,
.note-data:before{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.conviction-data,
.conviction-data:before{
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/*T:16244*/
.box-panel-body-accordion .row-centered{
    border-bottom: 1px solid #ecf0f5;
    margin: 15px;
    padding-bottom: 20px;
}

/*T16545 -------------- 21-06-2019*/

.time-new{
    text-align: left;
    width: 120px;
    float: left;
    margin-right: 1%;
}
.time-icon label,
.date-icon label{
background: transparent;
    margin: 0;
    width: auto;
    padding: 0px 0px 1px;
}
#timepicker-n .ui-timepicker-div{
    padding: 10px 0px 0;
}


#timepicker-n  .ui-timepicker-div.time-box .ui-widget-header,
#timepicker-n  .ui-timepicker-div.time-box .ui_tpicker_time_label,
#timepicker-n  .ui-timepicker-div.time-box .ui_tpicker_time,
#timepicker-n  .ui-timepicker-div .ui-widget-header,
#timepicker-n  .ui-timepicker-div .ui_tpicker_time_label,
#timepicker-n  .ui-timepicker-div .ui_tpicker_time{
    display: none;
}

/*.ui-datepicker-close{
    display: none !important;
}*/


/*#timepicker-n .ui-datepicker .ui-datepicker-buttonpane{
    margin: 0;
    float: right;
}*/
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
    /* float: right; */
    position: absolute;
    top: -40px;
    right: 110px;
    z-index: 20;
}
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current,
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close{
    padding: 0px 20px;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: right;
    margin: -10px 10px 10px 10px;
    width: auto;
}
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current:hover,
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current:focus,
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:hover,
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:focus,
#timepicker-n .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current.ui-state-hover
{
    background: #4aa851 !important;
}

#timepicker-n .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
/*    margin-left: -.6em;*/
    margin-left: -1.1em !important;
    background: #4aa851 !important;
    border: 1px solid #4aa851 !important;
}
#timepicker-n .ui-slider-horizontal {
    height: 15px;
}

#timepicker-n .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.5em;
    cursor: default;
    margin-left: 0;
}
#datepicker-n{
    position: relative;
}


#timepicker-n{
    position: relative;
}
#timepicker-n #ui-datepicker-div {
    border: none !important;
}

#timepicker-n #ui-datepicker-div .ui-timepicker-div dl dd {
    margin: 0 0px 10px 44%;
}

#timepicker-n #ui-datepicker-div .ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
    text-align: right;
    width: 42%;
    font-weight: normal;
    color: #767b82;
}

#timepicker-n #ui-datepicker-div  .ui-timepicker-div dl {
    text-align: left;
    margin-bottom: 20px;
}


#timepicker-n #ui-datepicker-div{
    margin-top: 5px;
    border-color: #4aa851 !important;
    position: inherit !important;
    top: 5px !important;
    left: 0 !important;
/*    overflow: hidden;*/
    width: 100%;
}

#datepicker-n #ui-datepicker-div{
    margin-top: 5px;
    border-color: #4aa851 !important;
    position: inherit !important;
    top: 5px !important;
    left: 0 !important;
    overflow: hidden;
    width: 100%;
}


.box-panel-body-accordion .row-centered .ui-corner-all.ui-state-hover {
    padding: 0 !important;
}
#timepicker-n #ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-current,
#timepicker-n #ui-datepicker-div .ui-datepicker-buttonpane .ui-datepicker-close{
    padding: 0 20px !important;
    margin-right: 0;
    opacity: 1 !important;
}


/*T16658*/

.NewFormHeader{
    padding: 0;
    /*T18308*/
    margin: 15px 0%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /*T18308*/
    justify-content: space-between;
}

/*This is all horrible, we should remove this file and move all the css into formgen instead!*/
.NewFormHeader a:not(.paginate_button,.helpanch) {
    text-align: center;
    border-radius: 8px;
    position: relative;
}
.NewFormHeader a:not(.paginate_button,.combobutton,.helpanch) {
    width: 24%;
    margin: 0;
}
.NewFormHeader a.combobutton {
    right: 5px;

}

.NewFormHeader a.form-icon{
    text-align: center;
}
.NewFormHeader a.form-icon .icon{
    text-align: center;
    padding: 30px 0;
    background: #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}
.NewFormHeader a.form-icon p{
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #333333;
/*    T32709 --- 10-05-2021*/
/*    position: absolute;*/
    background: #fff;
    width: 100%;
    bottom: 0;
}

.orange-color.icon{
    background: #fa9d0a !important;
}
.green-color{
    background: #6bb60b !important;
}
.red-color{
    background: #e9112b !important;
}
.volite-color{
    background: #9618f7 !important;
}
.blue-color{
    background: #2b82ee !important;
}
.blue-color{
    background: #2b82ee !important;
}
.pink-color{
    background: #e4168b !important;
}
.light-green-color{
    background: #7cb533 !important;
}
.light-blue-color{
    background: #2ec9d7 !important;
}
.dark-blue-color{
    background: #163de4 !important;
}
.ShortcutLinks_list a {
    background: #0182c4;
    border-radius: 8px;
    color: #fff;
    float: left;
    margin-right: 0;
    height: 75px;
    padding: 22px 0 0;
    font-size: 13px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    text-align: left;
     position: relative;
}
.ShortcutLinks_list a .top{
    width: 60px;
    height: 50px;
    background: #0000003b;
    padding: 6px 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 8px;
}
.ShortcutLinks_list a p{
    padding: 0px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    
}
.ShortcutLinks .box-header{
    background:#4aa851 !important;
}

.ShortcutLinks .box-header h4{
    color: #fff;
    font-size: 17px;
}

#NewForm .tooltip.top .tooltip-inner {
    background-color: #cc4885;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

/*T16880 ----------- 05-07-2019*/


.NewForm-banner{
    margin-bottom: 10px;
}
.NewFormHeader h3{
    margin: 0px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
   
    text-align: left;
}

.NewFormHeader p{
    padding: 0;
    margin: 0 0 20px 0;
}

.newFormTitle{
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    background-size: contain;
}


.newFormTitle-bg,
.NewFormHeader h3{
    background: url(../../images/NewDesign/title_bg.png) repeat-y;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-size: contain;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.panel-title.newFormTitle-bg{
    border-radius: 0;
}
.panel-title.newFormTitle-bg.lastTitleBg{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.Form-radio-verticle{
    text-align: left;
}

.Form-radio-group.Form-radio-verticle .btn-new.radio-new {
    max-width: 250px;
    margin-right: 5px;
    font-weight: 600 !important;
    /* width: auto; */
    float: left;
    margin-bottom: 10px;
    display: block;
}

.newFormTitle-bg a{
    color: #fff;
}

ul.NewFormList{
       padding: 20px 0;
    margin: 0 20px 0 40px;
}

ul.NewFormList li{
    margin-bottom: 15px;
}

#TimeNew{
    margin-left: 5px;
}

.lastTitleBg.noborder{
   border-radius: 0 !important;
}

.popover.popoveredit{
/*    max-width: 300px;*/
    border-radius: 10px;
    z-index: 1;
}
.popover.popoveredit .box-panel-shadow{
    margin-top: 0;
}
.popover.popoveredit.bottom .arrow:after{
    bottom: -10px;
    left: 1px;
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* border-bottom-color: #93cbfe; */
    border-bottom-color: #4aa851;
}

.popover.popoveredit.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #4aa851 !important;
}

.popover.popoveredit .box-panel-shadow .box-header{
    background: #4aa851;
}

.popover.popoveredit .box-panel-shadow .box-header h4{
    color: #fff;
}
.popover.popoveredit .box-panel-shadow .box-header h4 a{
    font-size: 14px !important;
}


/*T16963 ----------- 11-07-2019*/
.accordian-main .box-header h4{
    font-size: 17px;
    color: #fff;
}
.row.print-button-new {
    text-align: center;
}

.row.print-button-new .button{
    display: inline-block !important;
    margin: 0px 0px 20px 10px;
}



.nextpanel h5{
    font-size: 17px;
    color: #333;
    padding: 13px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #f3f3f3;
}

.box-panel-body-accordion .nextpanel .row-centered .ui-corner-all.ui-state-hover{
    padding: 0 10px !important
}


.row-centered .select.skyline-multiselect .ui-multiselect{
    background-color: white;
    color: #000 !important;
    border: solid 2px #ecf0f5;
    height: 45px !important;
    font-size: 1em !important;
    padding: 0;
    width: 100% !important;
    margin: 0;
    line-height: 20px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-centered .select.skyline-multiselect .ui-multiselect:focus{
    border-color: #4aa851 !important;
    outline: 0;
}
/*.NewForm-content .ui-state-default .ui-icon{*/
/*    !*T-18476*!*/
/*    display: none;*/
/*    !*T-18476*!*/
/*}*/

.ui-multiselect-menu .ui-widget-header{
    background: #4aa851; /*Removed  !important for ticket no 23995*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border:1px solid #4aa851; /*Removed  !important for ticket no 23995*/
}
.ui-multiselect-menu .ui-widget-header input{
        border: 1px solid #4aa851;
}

.row-centered .select.skyline-multiselect a.add-new-link,
.select a.add-new-link{
    position: absolute;
    right: 35px;
    top: 5px;
    color: #4aa851 !important; 
    padding: 5px 8px;
}

.row-centered .select.skyline-multiselect a.add-new-link:hover,
.select a.add-new-link:hover{
    background: #4aa851 !important;
    color: #fff !important;
}
.row-centered .select.skyline-multiselect:after{
    content: "\f07d";
    font-size: 13px;
    line-height: 27px;
    margin: 0 8px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
    font-weight: normal !important;
}
.ui-multiselect-header ul li {
    float: left;
    padding: 0 0px 7px 0 !important;
}
.ui-multiselect-checkboxes.ui-helper-reset .ui-corner-all{
    margin: 3px 5px 5px;

}
.ui-dialog.NewFormDialog{
    max-width:  650px !important;
    width: 100% !important;
    border-radius: 8px !important;
}
.ui-dialog.NewFormDialog .ui-dialog-titlebar{
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.addNewDialog .row{
    margin: 10px 0;
}
.fieldIcon{
    background-color: white;
    color: #ccc !important;
    border: solid 2px #ecf0f5;
    border-radius: 5px;
    float: right;
    padding: 5px 8px 1px;
    
}

.fieldIcon a{
    border: 2px solid #4aa851;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    color: #4aa851;
    background: #fff;
    float: left;
}

.fieldIcon a:hover{
    border: 2px solid #4aa851;
    background: #4aa851;
    color: #fff;
}

/*T17049 adding for responsive */

/*T17062*/
.help.help-pills{
    position: absolute;
    right: 35%;
    top: 0;
}

.iconwithfield{
    width: 85%;
    float: left;
    margin-right: 1%;
}

.NewForm-content{
    /*width: 1000px;*/
    margin: 0 auto 20px;
}
.fg-form .NewForm-content
{
/*    T17954 --------- 26-08-2019*/
/*    width: 100%;*/
    
}

.ShowText-box{
    padding:0 20px 15px;
}
.ShowText-box h5{
    color: #4aa851;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.ShowText-box a.ShowText-close{
    background: #4aa851;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

a.ShowText{
    background: #4aa851;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    /*T19531 <24/10/2019>*/
    cursor: pointer;
}

#CopytoClipboard{
    color: #4aa851;
    font-size: 14px;
    
}
.fieldIcon.FontAwsomeIcon{
    font-size: 22px;
    color: #4aa851;
    padding: 5px 10px;
}

.fieldIcon.FontAwsomeIcon:hover{
    color: #FFF;
}

/*T17711*/
.NewForm-content .sub-field-label {
    width: auto !important;
    text-align: right;
    margin-left: 23px;
}


.NewForm-content .accordion.accordion-tab .mselectaltdiv{
    
    background: #fff;
}

.skyline-combobox .ui-combobox2
{
    width: 100%;
}

.apModal .ui-combobox2 .ui-combobox-input
{
    width: 100%;
}

.mselectaltdiv .sub-field-label{
    width: 20%;
}


.accordion.accordion-tab table.dataTable.nowrap td
{
    white-space: normal;
}

.NewForm-content .btn-primary.radio-new.radiosforbuttons-ExistingClient:hover
{
    background-color: #ababab;
}

.NewForm-content .btn-primary.radio-new.radiosforbuttons-ExistingClient.active[value='Yes']
{
    background-color: #4aa851;
    border-bottom: 2px solid #4aa851;
    border-color: #4aa851;
}

/**T17728*/
.box-panel-body-accordion .button-holder,
.box-panel-body-accordion .fg-element.et-button
{
    border-bottom: 0px none !important;
/*    T21999 ---------- 30-01-2020*/
    /*padding: 0 10px;*/
}

.NewForm-content .accordion.accordion-tab-box .radiosforbuttons-maindiv-ExistingClient{
	padding-top: 4px;
}


/*T17974 alignment issue fixing */
.apDialogX .NewForm-content,
.apDialogXW .NewForm-content {
    /*width: 960px;*/
    margin: 0 auto 20px;
}

.apDialogX .NewForm-content form[id^="FGDataForm-"],
.apDialogXW .NewForm-content form[id^="FGDataForm-"] {
    width: auto !important;
    padding: 20px 0;
}
/*T20307 --- 20-11-2019*/
.accordion.accordion-tab {
        margin: auto;
        width: 100%;
        margin-top: 10px;
    }



@media (max-width:1930px){
    .NewForm-content{
/*        T20307 --- 20-11-2019*/
/*        width: 95%; ----T22203 ----------------- 07-02-2020*/
        margin: 0 auto;
    }
    .accordion.accordion-tab {
        width: 100%;
    }
    .accordion-tab-box .tg_main_table_div{
        padding: 15px !important;
    }
}


@media (max-width:1440px){
    .tile-data,
    .app-ref-data{
        width: 50%;
        margin-right: 2%;
    }
    .iconwithfield{
        width: 75%;
    }       
    .NewForm-content{
/*        T20307 --- 20-11-2019*/
        width: 95%;
        margin: 0 auto;
    }
    
   .fieldIcon.FontAwsomeIcon {
        font-size: 14px;
        padding: 12px 4px;
    }
    
}
@media (max-width:1280px){
    .NewFormHeader a {
        width: 47%;
        margin: 10px 5px;
    }
}

@media (max-width:1136px){
    .NewForm-content{
/*        T17954 --- 26-08-2019*/
        width: 95%;
        margin: 0 auto;
    }
}


@media (max-width:1024px){
    /*T17974 adding for responsive */
    .apDialogX  .NewForm-content,
    .apDialogXW  .NewForm-content {
        width: 90%;
        margin: 0 auto 20px;;
    }
    
    /*T17049 adding for responsive */
    .NewForm-content{
/*        T17954 --- 26-08-2019*/
        width: 95%;
        margin: 0 auto;
    }
    .form-group.row-centered {
        text-align: left;
    }
    .tile-data,
    .app-ref-data{
        width: 45%;
        margin: 5px 5px 5px 15px;
    }
    .box-panel-body-accordion .row-centered{
        margin: 15px 0;
    }
    .col-centered{
        /*    T22203 ------------ 10-02-2020*/
/*        display: block;
        text-align: left;
        width: 80%;*/
    }
    .NewFormHeader a {
        width: 47%;
        margin: 10px 5px;
    }
    #timepicker-n #ui-datepicker-div{
        overflow: hidden;
}
    #timepicker-n .ui-datepicker .ui-datepicker-buttonpane {
        margin: 0;
        float: right;
        position: inherit;
        top: 0;
        right: 0;
        z-index: 20;
    }
    #timepicker-n #ui-datepicker-div .ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
    text-align: right;
    width: auto;
    font-weight: normal;
    color: #767b82;
    }
    #timepicker-n #ui-datepicker-div .ui-timepicker-div dl dd {
        margin: 0 0px 10px 14%;
    }
}

@media (max-width:768px){
    .error-icon{
        text-align: center;
    }
    .form-group.row-centered {
        text-align: left;
    }
    .tile-data,
    .app-ref-data{
        width: 50%;
    }
    .box-panel-body-accordion .row-centered{
        margin: 15px 0;
    }
    .col-centered{
        display: block;
        text-align: left;
        /*width: 80%; ------ T22219---05-02-2020*/
        width: 90%;
    }
    #timepicker-n #ui-datepicker-div{
        overflow: hidden;
    }
    #timepicker-n .ui-datepicker .ui-datepicker-buttonpane {
        margin: 0;
        float: right;
        position: inherit;
        top: 0;
        right: 0;
        z-index: 20;
    }
    div#button-holder-29434 {
        margin-top: 50px;
    }

}
@media (max-width:667px){
    .NewFormHeader a{
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }
    .NewFormHeader a.form-icon .icon img{
        float: left;
        width: 60px;
    }
    .NewFormHeader a.form-icon .icon p {
       float: left;
        background: transparent;
        position: inherit;
        width: auto;
        padding: 20px 10px;
        font-size: 17px;
        color: #ffffff;
        font-weight: 600;
    }
    .NewFormHeader a.form-icon .icon {
        text-align: center;
        padding: 10px 0;
        float: left;
        width: 100%;
        border-radius: 8px;
    }
    .accordion-tab-box .a-text-holder,
    .accordion-tab-box .tg_main_table_div{
        padding: 0px 15px !important;
    }
   
}

@media (max-width:480px){
    .tile-data,
    .app-ref-data,
    .conviction-data,
    .note-data{
        width: 100%;
    }
    .Form-radio-group .btn-new.radio-new{
        float: left;
        max-width: 100%;
    }
    .Form-radio-group.Form-radio-verticle .btn-new.radio-new {
        max-width: 100%;
        margin-right: 5px;
        font-weight: 600 !important;
        float: left;
        margin-bottom: 10px;
    }
    .iconwithfield{
        width: 75%;
    }      
    #timepicker-n #ui-datepicker-div .ui-timepicker-div dl dd {
        margin: 0 0px 10px 35%;
    }
    .fieldIcon.FontAwsomeIcon {
        padding: 12px 10px;
    }
    .col-centered{
        width: 100%;
    }
    .sec-toggle-holder {
        right: 20px !important;
    }
            
}
@media (max-width:320px){
    .fieldIcon.FontAwsomeIcon {
        padding: 12px 6px;
    }
}

.tpicker {
        font-weight: bold;
        text-align: center;
        margin: -15px 0 0 0;
        width: 150px;
        display: flex;
    }

    /* [HR + MIN + AM/PM] */
    .tpicker-h, .tpicker-m, .tpicker-ap {
/*     {* display: inline-block;
      width: 30%;*}
{*      width: 120px;*}*/
    }
    .tpicker input[type=text] {
        box-sizing: border-box;
        width: 80%;
        padding: 5px 0px;
        margin: 5px 0;
        background: #fff;
        color: #888;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid #ecf0f5;
    }
    .tpicker-up, .tpicker-down {
      text-align: center;
      color: #4aa851;
      cursor: pointer;
    }
    
    .tpicker-up:before{
        content: "\f077";
        font-family: FontAwesome;
    }
    
    .tpicker-down:before{
        content: "\f078";
        font-family: FontAwesome;
    }
    

    /* [CANCEL + OK BUTTON] */
    .tpicker-btn {
      margin-top: 10px;
    }
    .tpicker-btn input[type=button] {
      width: 50%;
      padding: 10px 0;
      border: 0;
      background: #a83a0b;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      display: none;
    }
    
    .tpicker-ap input[type=text]{
        background: #cc558b;
        color: #fff;
    }
    
    /* T18317 ---- 0+-09-2019*/
    
    .table-data.newRadio .radio{
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .table-data.newRadio [type="radio"]:checked + label:before,
    .table-data.newRadio [type="radio"]:not(:checked) + label:before,
    .table-data.newRadio .radio label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
    
    .table-data.newRadio [type="radio"]:checked + label:after,
    .table-data.newRadio [type="radio"]:not(:checked) + label:after,
    .table-data.newRadio .radio label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #4aa851;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.table-data.newRadio .radio label {
   min-height: 20px;
    padding-left: 34px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    line-height: 26px;
}

.AddressTile a.form-icon-sm{
    width: 130px;
    margin: 0px 15px;
    height: 93.39px;
}

.AddressTile a.form-icon-sm .Header{
    text-align: center;
    padding: 8px 2px;
    border-bottom: 1px solid #fff;
    font-size: 10px;
}
.AddressTile a.form-icon-sm .Body{
    /*text-align: center;*/
        padding: 8px 10px;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
}

.AddressTile a.form-icon-sm .Footer{
    text-align: center;
    padding: 5px 2px;
    border-top: 1px solid #fff;
    font-size: 10px;
}

.tile-data .PeriodString{
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 10px;
    z-index: 1;
}

/*T19114 -------- 11-10-2019*/
@media (max-width: 767px) {
    .newFormTitle-bg, .NewFormHeader h3{
        font-size: 15px;
    }
}

/*T:19453*/
.accordion-expander-holder .help a{
    margin-right: 18px;
}
.form-help-holder .help a{
    margin-right: 12px;
}
/*T:19453*/


/*T19781-----------01-11-2019*/
.box-panel-body-accordion  .dataTables_wrapper a{
    width: auto;
    border-radius: 3px;
}

.box-panel-body-accordion  .dataTables_wrapper .dataTables_length{
    margin-right: 0;
    margin-top: 0px;
    float: right !important;
    width: 100%;   
    text-align: right;
}

.accordion.accordion-tab-box .radio-data .radio label{
    text-align: left !important;
}