/* @import url("../font-awesome/css/font-awesome.min.css"); */

@font-face {
    font-family: NotoSansBold;
    src: url(NotoSansBold.ttf);
}

@font-face {
    font-family: NotoSansCJKscRegular;
    src: url(NotoSansCJKscRegular.ttf);
}

/* @font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?xux7f5') format('truetype'), url('fonts/icomoon.woff?xux7f5') format('woff'), url('fonts/icomoon.svg?xux7f5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
} */

.dashboard-bg-image{
  background-image: url(../../images/background-LandscapeLeft.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 990px){
  #dashboard .main-content-wrapper {
    position: fixed;
    margin: 0 0 0 0px;
  }
}

.fa fa-home{
  height: 20px !important;
}

.fa fa-folder{
  height: 20px;
}

.fa fa-users{
  height: 20px;
}

.fa fa-line-chart{
  height: 20px;
}

.fa fa-bar-chart{
  height: 20px;
}

.fa fa-file-text{
  height: 20px;
}
.fixed-left-menu{
	background:  #003946 !important;
	height:	100%;
	width:100px !important;
}
.fixed-left-menu .menu-wrapper a.active {
  background: #EAAB00 !important;
  color: #003946 !important;
  margin: 0 !important;
}

.fixed-left-menu .menu-wrapper a{
  padding: 24px 5px !important;
  margin: 0 2px !important;
  border-bottom: 1px solid #4A7295 !important;
  color: #ffffff !important;
}

.fixed-left-menu .menu-wrapper a i{
  color: #ffffff !important;
}

.menu-wrapper a.active i {
  color: #003946 !important;
}

/*search bar CSS start*/


#search-wrapper .search-top-bg .search-btn-bg a {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 11px !important;
  width: auto !important;
  background: #EAAB00 !important;
  font-family: NotoSansCJKscRegular !important;
  color: #333333 !important;
  text-shadow: none !important;
}

.search-top-bg
{
	background: #E6ECED !important;
}

#search-wrapper .advance-search-field .ui-input-text input {
  color: #003946 !important;
  font-size: 13px !important;
  background-color: #E6ECED !important;
}

.search-top-bg .ui-input-search {
  height: 42px !important;
  background-color: #E6ECED !important;
  border-color: #424242 !important;
  color: #333 !important;
  text-shadow: 0 0px 0 #f3f3f3 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  font-size: 19px !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-bottom: 2px solid #bfbfbf !important;
}

#search-wrapper .table-section .ui-select {
  height: 33px !important;
  -webkit-border-radius: 0px !important;
  border: none !important;
  background: #E6ECED !important;
  border-bottom: 2px solid #bfbfbf !important;
}

#search-wrapper .table-section .ui-select .ui-btn span {
  padding-top: 3px !important;
  color: #4A7295 !important;
  text-transform: none !important;
}

.ui-select .ui-btn-icon-right {
  font-family: NotoSansCJKscRegular !important;        /*DropDown Font*/
 
}

/*search bar CSS end*/
.row-details-focus {
  border-bottom: 2px solid #eaab00 !important;
}

/*search bar after advanced Search button CSS Start*/

#search-wrapper .advance-search-field .ui-input-text {
  width: 100% !important;
  float: left !important;
  display: inline-block !important;
  margin-right: 0 !important;
  background: #E6ECED !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  height: 33px !important;
  border-bottom: 2px solid #bfbfbf !important;
}

/*search bar after advanced Search button CSS End*/

/*Search icon CSS Start*/

.search-top-bg .ui-input-search::before {
  /*content: '\e930';*/
  font-family: 'icomoon' !important;
  font-size: 25px !important;
  font-weight: bold !important;
  color: #4A7295 !important;
  position: absolute !important;
  right: 0px !important;
  top: 10px !important;
  cursor: pointer !important;
}

/*Search icon css end*/

.search-top-bg ::-moz-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}
.search-top-bg ::-webkit-input-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}
.search-top-bg :-ms-input-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}

#search-wrapper .advance-search-field ::-moz-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}

#search-wrapper .advance-search-field ::-webkit-input-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}

#search-wrapper .advance-search-field :-ms-input-placeholder {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
}

.close-advance-search-field{
  background: #EAAB00 !important;
  text-shadow: none !important;
}

/*landing page CSS Start */

.main-content-wrapper-left {
  position: relative !important;
  width: 30% !important;
  float: left !important;
  height: 100% !important;
  overflow-y: auto !important;
  background: #E6ECED !important;
}

#dashboard .main-content-wrapper{
	/* background-image: url("/systemcommon/images/dashboard-background-br.jpg") !important; */
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.main-content-wrapper{
	background-color: #E6ECED !important;
	/* left : 100px !important; */
}

.table-section .ui-table tr:nth-child(2n+1) {
  background: #f2f5f6 !important;                      
  border-bottom: 1px solid #e9ecef !important; 
}

.table-section .ui-table tr:nth-child(2n) {
  background: #FFFFFF !important;
  border-bottom: 1px solid #e9ecef !important; 
}

.table-section .ui-table tr td:nth-child(1)  {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular !important;
  font-size: 13px !important;
}

.table-section .ui-table tr td:nth-child(2)  {
  color: #4A7295 !important;
  font-family: NotoSansCJKscRegular  !important;
  font-size: 13px !important;
}

.table-section .ui-table tr td:last-child  {
  color: #4A7295 !important;
}


#search-wrapper .advance-search-field{
	background: transparent !important;
}

#search-wrapper .advance-search-field {
    background: transparent !important;
}

.table-section .ui-table th {
  background: #ffffff !important;
  color: #4A7296 !important;
  font-weight: 400 !important;
  padding: 8px 8px !important;
  text-shadow: none !important;
  text-transform: uppercase !important; 
  font-family: NotoSansCJKscRegular !important;
  font-size: 12px !important;
  /* background: transparent !important; */
}

.table-section {
  margin: 0 0 30px 0 !important;
  width: 100%;
  color: #424242 !important;
  font-family: NotoSansCJKscRegular !important;
  font-size: 13px !important;
}

.button-add-section {
  background: #e6eced !important;
}

.leads-add ui-link{
  color: #003946 !important;
}

.search-top-bg .leads-add {
  float: right;
  margin: 10px 10px 0 10px;
  font-size: 19px;
  color: #4A7295 !important;
  font-weight: 400;
  display: inline-flex;
  line-height: 18px;
}

.ui-header .header-action-bg .header-action a {
color: #4A7295;
margin-top: 5px;
}

.action-status-show{
  background: #EAAB00;
}

.action-status-show .sllrm-color {
  background: #EAAB00;
}

.action-status-show .fna-color {
  background: #EAAB00;
}

.action-status-show .status-color {
  background: #EAAB00;
}

.action-status-show a{
  color: #ffffff !important;
  font-family: NotoSansCJKscRegular !important;
}

#search-wrapper .advance-search-field th {
    background: #e6eced !important;
}



#div_searchResultBody a {
	color: #4A7295;
}

.setting-details, .profile-details, .quicklink-details, .add-illustration-details {
  background: #4A7295;
}

.setting-details ul li a, .profile-details ul li a, .quicklink-details ul li a, .add-illustration-details ul li a {
  color: #003946 !important;
}

.logo-img1 {
  width: 97px !important;
  float: left;
  margin-left: -0.9% !important;
}

#search-wrapper .advance-search-field th input{
	background-color: #e6eced;
    border-top: none;
}

.header-fixed {                               
  background-color: #EAAB00 !important;        
  border-color: #fff !important;
}

.section-tab {
  margin: 0 !important;
  padding: 12px 0 !important;
  width: 100% !important;
  height: 54px !important;
  position: fixed !important;
  top: 64px !important;
  left: 0 !important;
  background: #EDB41A !important;
  color:#757575 !important;
}

.section-tab ul li a.active span {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
  text-align: center !important; 
  float: left !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -ms-border-radius: 50%;
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.section-tab ul li a {
  margin: 0;
  padding: 0;
  width: auto;
  color: #424242 !important;
  font-size: 15px !important;
}

.section-tab ul li a.active {
  color: #757575 !important;
}

.section-tab ul li a:hover {
 color: #424242 !important;     
}

/*tabs CSS Start*/
.section-tab ul li a span {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
  text-align: center !important;
  float: left !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #003946 !important;
}

/*section-tab arrow CSS start*/
.section-tab ul li i {
  color: #000000 !important;
}

/*settings and user icon CSS Start*/
.ui-header .header-action-bg .header-action a {
color: #ffffff !important;
margin-top: 5px !important;
}

/*panel start*/

.collapse-panel .ui-collapsible-heading a.ui-btn {
  background: #E6ECED !important;
  border: none !important;
  color: #4A7295 !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  line-height: 24px !important;
  margin-bottom: 2px !important;
  padding-left: 15px !important;
}


.footer-bg a {
  color: #ffffff !important;
  border-right: 1px solid #e5e5e5;
	border-radius: 0px;

}

.footer-bg {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 54px !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #003946 !important;
  text-align: center !important;
  background-color:#003946 !important;
}

.footer-bg a:hover {
  color: #fe693d !important;
}



.button-default {
background: #eaab00 !important;
color: #003946 !important;
}

/*Product selection page css changes Start */

.product-selection-wrapper .ui-radio .ui-btn-icon-left {
  color: #424242 !important;
}

.product-selection-wrapper .ui-radio .ui-btn.ui-radio-on::before,
.product-selection-wrapper .ui-radio .ui-btn-icon-left .ui-radio-on::before {
  font-family: 'icomoon' !important;
  content: "\e90e" !important;
  color: #424242 !important;
}

.product-selection-wrapper .ui-radio .ui-btn.ui-radio-on::before,
.product-selection-wrapper .ui-radio .ui-btn-icon-left::before {
  color: #424242 !important;
}

.product-selection-wrapper .product-page-col1 h4,
.product-selection-wrapper .product-page-col2 h4,
.product-selection-wrapper .product-page-col3 h4,
.product-selection-wrapper .product-page-col-1 h4,
.product-selection-wrapper .product-page-col-2 h4,
.product-selection-wrapper .product-page-col-3 h4,
.product-selection-wrapper .product-page-col-4 h4 {
  color: #424242 !important;
}

.product-selection-wrapper .product-page-col1,
.product-selection-wrapper .product-page-col-1 {

  background: #ffffff !important;
  border-right: solid 2px #E6ECED !important;
}

.product-selection-wrapper .product-page-col1 .ui-radio-on,
.product-selection-wrapper .product-page-col-1 .ui-radio-on {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.product-selection-wrapper .product-page-col1 .ui-radio-off:hover,
.product-selection-wrapper .product-page-col-1 .ui-radio-off:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.product-selection-wrapper .product-page-col2,
.product-selection-wrapper .product-page-col-2 {
  background: #ffffff !important;
  border-right: solid 2px #e6eced !important;
}
}

.product-selection-wrapper .product-page-col2 .ui-radio-on,
.product-selection-wrapper .product-page-col-2 .ui-radio-on {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.product-selection-wrapper .product-page-col2 .ui-radio-off:hover,
.product-selection-wrapper .product-page-col-2 .ui-radio-off:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.product-selection-wrapper .product-page-col3,
.product-selection-wrapper .product-page-col-3 {
  background: #ffffff !important;
}

.product-selection-wrapper .product-page-col3 .ui-radio-on,
.product-selection-wrapper .product-page-col-3 .ui-radio-on {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.product-selection-wrapper .product-page-col3 .ui-radio-off:hover,
.product-selection-wrapper .product-page-col-3 .ui-radio-off:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.product-selection-wrapper .product-page-col-4 {
  background: #fbfbfb !important;
}

.product-selection-wrapper .product-page-col-4 .ui-radio-on {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.product-selection-wrapper .product-page-col-4 .ui-radio-off:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
/*Product selection page css changes End */

.search-bar {
	color:#003946 !important;	
}

.ui-overlay-a{
	background-color:#003946 !important;
	background: linear-gradient(0deg, #003946 0%, #003946 100%) !important; 
}

.ui-input-text input{
	text-align:left !important;	
}

.inputnum
{
	font-size: 16px !important;
}

/*login page CSS start*/

.login-formarea input {
  font-family: NotoSansCJKscRegular;
  color: #424242;
  font-weight: 400;
  padding 5px 10px;
  min-hight:46px;
  font-size:21px;
  border: none !important;
}

/*.login-formarea input {
  font-family: NotoSansBold;
  color: #424242;
  font-weight: 700;
}*/

.login-logo-display {
    top: 40%;
}

.ui-page-theme-b .ui-btn, html .ui-bar-b .ui-btn, html .ui-body-b .ui-btn, html body .ui-group-theme-b .ui-btn, html head + body .ui-btn.ui-btn-b, .ui-page-theme-b .ui-btn:visited, html .ui-bar-b .ui-btn:visited, html .ui-body-b .ui-btn:visited, html body .ui-group-theme-b .ui-btn:visited, html head + body .ui-btn.ui-btn-b:visited {
  background-color: #003946 !important;
  border-color: #1f1f1f !important;
  color: #fff !important;
  text-shadow: 0 1px 0 #111 !important;
  font-family: NotoSansCJKscRegular !important;
}

.ui-page-theme-b .ui-btn:hover, html .ui-bar-b .ui-btn:hover, html .ui-body-b .ui-btn:hover, html body .ui-group-theme-b .ui-btn:hover, html head + body .ui-btn.ui-btn-b:hover {
  background-color: #003946 !important;
  border-color: #1f1f1f !important;
  color: #fff !important;
  text-shadow: 0 1px 0 #111 !important;
}

/*login page CSS end*/

.disabledAnch{
   pointer-events: none;
   cursor: default;
   background-color: #8c8e91;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
     background-color: #fff; 
}

.ui-mobile label, div.ui-controlgroup-label {
	font-size: 13px !important;
	padding-right: 3px !important;
}

.row-details .input-controll {
	font-size: 15px !important;
}

section-tab ul li a p {
	font-family: NotoSansCJKscRegular !important;
}

body, input, select, textarea, button, .ui-btn {
	font-family: NotoSansCJKscRegular !important;
}

.signin {
  display: block;
  background: #003946 !important;
  text-align: center !important;
  background-color:#003946 !important;
  border-color: #1f1f1f !important;
  color: #fff !important;
  text-shadow: 0 1px 0 #111 !important;
  line-height: 1.3;
  height: 30;
  text-decoration: none !important;
}

.ui-input-text input,.ui-input-search input,textarea.ui-input-text {
  padding-left: 0px !important;
}

/*Login Page CSS Start*/

.body-login{
	background-image: url("/systemcommon/images/SystemInfo.jpg") !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	background-color: #ffffff;	
}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
	/*width: 100%;*/
}
 .login-logo-display {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100% !important;
    height:100% !important;
    text-align:center;
    margin: 0 auto !important;
}

.login-formarea {
	text-align:center;
    max-width:400px;
     margin:0 auto;
    padding:10px 15px;
    width:35% !important;
    margin-top: 15%;
}

#LoginUser_userId,#LoginUser_password{
	font-size: 16px !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	font-family: NotoSansCJKscRegular !important;
}

#submitLogin{
	width: 100% !important;
    background: #003946 !important;
    color: #fff !important;
    min-height: 2.2em !important;
    font-family: NotoSansCJKscRegular !important;
    font-size: 16px !important;
}

#LoginUser_languageCd{
	font-size: 16px !important;
    width: 100% !important;
    min-height: 2.2em !important;
}

#summaryPopUp .ui-table, #AcceptPopUp .ui-table, .ui-simpledialog-container .ui-table {
  margin: 0;
}
#summaryPopUp .summary-btn-bg, #AcceptPopUp .summary-btn-bg, .ui-simpledialog-container .summary-btn-bg {
  position: fixed;
  bottom: 80px;
}
.ui-simpledialog-container{
  top: 90px !important;
}
#summaryPopUp .summaryResult{
  overflow: auto;
  width: 100%;
  position: absolute;
}

.progress-notification{
  z-index: 300;
}

#search-wrapper .advance-search-field .advance-search-btn1 {
  width: 120px;
  float: left;
}

.action-status-show .col-table-22{
	border-right: 1px solid #ffffff;
}

/****Profile Icon Start *****/

.profile i.icon-profile {
    font-size: 27px;
    color: #003946 !important;
}


.icon-settting:before {
    content: "\e931";
    font-size: 27px;
    color: #003946 !important;
}
.icon-error-message:before{
	    content: "\e93e";
	        font-size: 15px;
    color: #ff0000 !important;
	    
}

.icon-menu-bar:before {
    content: "\e944";
    font-size: 27px;
    color: #003946 !important;
}

.logo-img {

width: 120px;
float: left;
margin-left: -5px;
margin-top: -4px;
}


.copyright-area .jqm-footer.ui-footer {
/* font-family: NotoSansCJKscRegular !important; */
color: #ffffff !important;
font-weight: 400 !important;
font-size:13px !important;
}

.copyright-area .jqm-footer p:first-child{
float: left !important;
margin: 1em 1em 0.75em !important;
}
.copyright-area .jqm-footer p{
float: right !important;
margin: 1em 1em 0.75em !important;
font-weight: 400 !important;
}



.section-tab ul li a.active p{
	    border-bottom: 4px solid #ffffff;
    color: #000000 !important;
	
}

.section-tab .tab-name {
    position: relative;
    color: #000000;
    font-family: NotoSansCJKscRegular !important;
        font-weight: 400;
}

.ui-header .header-action img[alt~="WarningError"] {
margin-top: 10px important;
    height: -webkit-fill-available;
    width: initial;
    max-width: 23px;
    max-height: 23px;
}

/*TABLE */

.table-section .ui-table td:first-child {
  text-align: left;
  padding-left: 0.5%;	
}

.labelHeader{
	text-transform : uppercase !important;
}

#summaryPopUp, #AcceptPopUp, .ui-simpledialog-container{
	background-color : #ffffff;
	color : #000000;
	border: 5px solid #ffffff!important;
}

input[entity=amountType] {
	text-align: right !important;
}

div#search-wrapper {
    padding-left: 60px;
}

[id$="productPlanOptionCd-button"]{
  border: 1px solid #c9c9c9 !important;
 
}

.errormsg {
    font-size: 28px !important;
    color: #ffffff !important;
    font-weigth:400;
}

.row-detailsLS {
  margin: 0 0 15px 0;
  padding: 0px 0 3px 0;
  width: 100%;
  float: left;
  min-height: 37px;
  border-bottom: 1px solid #a9a9a9;
  line-height: 26px;
}

.row-detailsLS .col-left {
  margin: 0;
  padding: 4px 0 0 0;
  width: 35%;
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  border-bottom: 0;
}

.row-detailsLS .col-right {
  margin: 0;
  padding: 0;
  width: 65%;
  float: left;
  border: 0;
  font-size: 15px;
  color: #282828;
}

.row-detailsLS .col-new {
  margin: 0;
  padding: 4px 0 0 0;
  width: 100%;
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  border-bottom: 0;
}

#productExtra a{
	width: 96.5% !important;
}

.footer-bg a:last-child {
    border-right: 0;
}



@media (max-width: 860px){
.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    font-weight: bold;
}
}
/* @media (min-width: 35em){
.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th, .ui-table-reflow.ui-responsive tbody th, .ui-table-reflow.ui-responsive tbody td, .ui-table-reflow.ui-responsive thead td, .ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0;
}
} */
@media (max-width: 860px){
.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    font-weight: bold;
}
}
@media (max-width: 860px){
.table-section .ui-table td {
    padding: 5px 15px;
}
}
@media (max-width: 860px){
.table-section .ui-table td {
    background: transparent;
}
}

@media (max-width: 860px){
.table-section .ui-table tr:nth-child(2n+1) {
    background: #ffffff;
    background: rgba(253, 235, 199, 0.6);
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, rgba(253, 235, 199, 0.8) 100%);
}
}

@media (max-width: 860px){
.table-section .ui-table th:first-child, .table-section .ui-table td:first-child {
    padding-left: 15px;
}
}

@media (max-width: 860px){
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
    min-width: 50%;
    font-weight: normal;
}
}
@media (max-width: 860px){
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
    display: inline-block !important;
}
  .action-toggle-bg b.ui-table-cell-label {
    display: none !important;
  }
  .action-toggle-bg .action-toggle-open {
    float: right;
    margin: -31px 20px 0 0 !important;
  }
  
  
}


@media (min-width: 860px){
.ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th, .ui-table-reflow.ui-responsive tbody th, .ui-table-reflow.ui-responsive tbody td, .ui-table-reflow.ui-responsive thead td, .ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0;
}
}

/*Search Related Changes*/

@media (max-width: 990px) {
  .search-top-bg {
    padding: 15px 10px;
  }
}
@media (max-width: 860px) {
  .search-top-bg {
    padding: 13px 0px;
    background-color: #eaeaea;
  }
}

@media (max-width: 860px) {
  .search-top-bg #search {
    padding: 5px 25px 5px 12px;
  }
}




@media (max-width: 990px) {
  .search-top-bg .leads-add {
    padding: 10px;
  }
}
@media (max-width: 860px) {
  .search-top-bg .leads-add {
    padding: 11px 12px 9px;
    border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -ms-border-radius: 0 4px 4px 0 !important;
  }
  .search-top-bg .leads-add .button-text {
    display: none;
  }
}

@media (max-width: 860px) {
  .search-top-bg .leads-add i {
    float: inherit;
  }
}


/*****Search Wrapper Changes*/


@media (max-width: 990px) {
  #search-wrapper .search-top-bg .ui-field-contain {
    margin-right: 10px;
  }
}

@media (max-width: 860px) {
  #search-wrapper .search-top-bg .search-btn-bg a i {
    float: inherit;
  }
}

@media (max-width: 860px) {
  #search-wrapper .advance-search-field {
    background: #eaeaea;
    width: 100%;
    z-index: 99;
  }
}

@media (max-width: 860px) {
  #search-wrapper .advance-search-field th {
    display: block;
    padding: 0px 15px 12px 15px;
  }
}


@media (max-width: 860px) {
  #search-wrapper .advance-search-field .ui-input-text input {
    padding: 5px 12px;
  }
}


@media (max-width: 990px) {
  #search-wrapper .advance-search-field .advance-search-btn1 a {
    padding: 8px 6px 7px;
    font-size: 13px;
  }
}
@media (max-width: 860px) {
  #search-wrapper .advance-search-field .advance-search-btn1 a {
    padding: 8px 15px 7px;
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  #search-wrapper .ui-field-contain {
    width: 34%;
  }
}
@media (max-width: 990px) {
  #search-wrapper .ui-field-contain {
    width: 25%;
  }
}


  
  
/*  Tab Names 
 
 @media (max-width: 767px){
.basictop-navarea .mobile-baasic-nav {
    overflow-x: hidden;
    transform: none !important;
    -webkit-transform: none !important;
}
 }
.basictop-navarea ul {
    margin: 0;
    padding: 0;
    display: table-row;
    z-index: 99;
    -webkit-transform: translateZ(0px);
}
@media (max-width: 767px){
.mobile-baasic-nav {
    position: fixed;
    right: 0;
    top: 64px;
    bottom: 52px;
    background: #f3f3f3;
    width: 50px;
    z-index: 111 !important;
    overflow: auto;
    transition: linear;
    -webkit-transition: linear;
}
} */

/**Header */

@media (max-width: 767px){
.ui-header .ui-title {
    margin: 0px 20% !important;
    white-space: normal;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
}
}
@media (max-width: 767px){
.ui-header .ui-title {
    /* display: none !important; */
    font-size: 14px;
}
}
@media (max-width: 767px){
.ui-header .ui-title {
    padding: 18px 0 0;
}
}

/*Tab Section -Tab Name */
@media (max-width: 850px){
.section-tab ul li a p {
    font-size: 13px;
}
}

/*Back Button */
.icon-header-back:before {
  content: "\e95d";
  color: #3f85c3;
  font-size:30px;
}
.btn-back{
	top: 20px !important;
}

.ui-header .header-action-bg .header-action {
    margin: 0px 12px 0 0;
  }

 @media(max-width : 860px){
	div#riderlst0 .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
    display: -webkit-box !important;
}
 }
 
 /* @media(max-width : 860px){
	.ui-table-reflow thead td,
  .ui-table-reflow thead th {
    display: none !important;
  }
}  */

@media(max-width : 860px){
  #TotalModalPremium{
  	display: none !important;
  }
}

/* @media(min-width : 500px){
	.login-formarea{
		margin-top : 32%;
	}
}

@media(min-width : 501px ){
	.login-formarea{
		margin-top : 28%;
	}
}

 */
 
 #campaign a{
	width: 96.5% !important;
}
.errorMsgWidth{
	width: 100% !important;
}
.project-data-solverTypeCd {
  margin: 0;
  padding: 0 15px;
  width: 50%;
 /*  float: left; */
}

.frequencyNote{
	font-size: 8px;
	width: 25% !important;
}

.frequencyNoteDiv{
	margin-top: 0px;
}
.frequencyNoteTable{
	margin-bottom: 10px;
	width: 100% !important;
}

.frequencyNoteTableTd20{
	width: 20% !important;
}
.frequencyNoteTableTd4{
	width: 4% !important;
}
