.today{
    background-color:#A1D8DC !important;
}
.market{
     background-color:#DAD1FF !important;
}
.change{
      background-color:#EDC6E9 !important;
}
.margin-top-7-ve {
    margin-top:-7px;
}
.margin-bottom{
    margin-bottom:10px;
}
.background-color-white{
    background-color:white !important;
}
.color-black{
    color:black!important;
}
.border-top-dash{
     border-top:dashed 1px gray !important;
}
.gurenteeDetail{
  
   background-color:#eeeeee;
       
}
.button-size-fix{
    height:33px !important;
    width: 126px !important;
    padding-left:2px !important;
    padding-right:2px !important;
}
.gurentee-Border{
    border:solid 2px black;
}
.no-Padding-Bottom{
    padding-bottom:0px !important;
}
.margin-right30{
    margin-right:30px;
}
.margin-left30{
    margin-left:30px;
}
.margin-left-10{
    margin-left:10px;
}
.chartHeight{
    height:250px;
    
}
.myCell-border{
    /*border-color:gray !important;*/
}
.myCell-background-color{
    background-color:#23ae89 !important;
    color:white !important;
}
.myCell-condition-background-color{
    background-color:#23ae89 !important;
    color:white !important;
}
.myCell-tasting-background-color{
     background-color:#23ae89!important;
      color:white !important;
}
.myCell-tasting-background{
     /*background-color:#f6f6f6 !important;*/
     
}
.border-black-bold{
    
    border:solid 3px #dddddd !important;
}
.myCell-background{
     /*background-color:#f6f6f6 !important;*/
     
}
.myCell-condition-background{
     /*background-color:#f6f6f6 !important;*/
     
}
.padding-50{
    padding:50px 50px 50px 50px !important;
}
.border-gray{
     border:1px solid #cbd5dd;
     padding:5px 5px 5px 5px;
}

.border-black{
    margin-left:12px;
    padding-top:10px;
    padding-bottom:10px;
     max-width:95%;
    border:1px solid #cbd5dd;
}
/*.padding-left-30{
    padding-left:30px;
}*/
.height-100{
 height:100px !important
}
.height-170{
    height:170px !important
}
.topPlaceHolder::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
}
.topPlaceHolder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
}
.topPlaceHolder::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.5em;
}
.topPlaceHolder:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
}
.border-bottom{
    border-bottom:solid 4px #f6f6f6;
}
.margin-right-10{
    margin-right:15px;
}
.padding-5px{
    padding:5px 5px 5px 5px !important;
}
.width-10pr{
    min-width:50px !important;
    
   
}
  .selectedFilter {
        margin: 02px;
        padding: 3px;
        background-color: #303030;
        color: white;
        cursor: pointer;
    }

    .defaultFilter {
        margin: 02px;
        padding: 3px;
        background-color: white;
        color: #303030;
        cursor: pointer;
    }
.direction-left{
     direction: rtl;
}
.display-none{
    display:none;
}
.direction-right{
     direction:ltr;
}
.width-150{
    min-width:150px !important;
}
.width-50{
    max-width:50px !important;
}
.width-250{
    min-width:250px !important;
}
.width-300{
    min-width:300px !important;
}
.width-400{
    min-width:300px !important;
}

.scroll-Level1{
    overflow-x: scroll;
 

   /* unicode-bidi:bidi-override;
      direction: rtl;*/
}
.scroll-Level2{
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll; 
  
    /* unicode-bidi:bidi-override;
      direction: rtl;*/
       
     
}
.no-Padding{
    padding:0px 0px 0px 0px !important
}
.chartSTK{
    height:280px;
    
}
.width-130{
    min-width:130px;
}
.unRead{
   
    background-color:#E0EBE0 !important;
}
.unRead:nth-child(odd) > td,
.unRead:nth-child(odd) > th {
  background-color:#E0EBE0 !important;

}
/*/////////////////*/
.dropdown-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.42857;
  color: #767676;
  background-color: white;
  background-image: none;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dropdown-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dropdown-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.dropdown-control:-ms-input-placeholder {
  color: #999999;
}
.dropdown-control::-webkit-input-placeholder {
  color: #999999;
}
.dropdown-control[disabled], .dropdown-control[readonly], fieldset[disabled] .dropdown-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.dropdown-control {
  height: auto;
}
/*////////////////*/
.panel-heading{
     color: white; background-color: #23ae89; border-color: #1f9978;
}
.margin-top-8px{
    margin-top:-8px;
}
.margin-top-8{
    margin-top:8px;
}
.margin{
  margin:  2px;
}
.width-7pr{
    width:8%;
}
.padding{
   padding: 10px;
}
.padding-Top{
    padding-top:10px !important;
}
.padding-Top-30{
    padding-top:30px;
}
.padding-Top-20{
    padding-top:20px;
}
.padding-Bottom{
    padding-bottom:10px !important;
}
.padding-left{
    padding-left:10px;
}
.padding-right{
    padding-right:10px !important;
}
.margin-top{
    margin-top:10px;
}
.margin-top2p{
    margin-top:2px;
}
.align-Right{
    text-align:right
}
.align-Left{
    text-align:left;
}
.padding-Left{
    padding-left:5px;
}
.cursor{
    cursor:pointer;
}
.hide-border-left{
    border-left:none !important;
      background-color: white!important
}
.border-bottom{
    border-bottom:1px solid #dddddd !important;
}
.border-top{
    border-top:1px solid #dddddd !important;
}
.hide-border{
    border:none !important;
    background-color: white!important
}
.tooltip1{
  text-align: left;
  color: black;
  display: none;
  position: absolute;
  z-index:1000;
}
.tooltip1 .text{
  background-color: black;
  color:white;
  margin-top: -15px;
  padding:5px;
   z-index:1000;
}
.tooltip1 .arrow {margin-bottom: 8px;margin-top: -5px;}
.drp-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 1.42857;
  color: #767676;
  background-color: white;
  background-image: none;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}
.red-star {
    /*color: #767676;*/
    color:red;
  
}
           .no-border {
  padding: 15px;
}
.uppercase2 {
     text-transform: uppercase;
     
}
.dropDown2{
    right: 0 !important;
  left: auto !important;
}
.no-border:before, .no-border:after {
  content: " ";
  display: table;
}
.no-border:after {
  clear: both;
}
.panel > .no-border + .table,
.panel > .no-border + .table-responsive {
  border-top: 0px solid #dddddd;
}
.panel-group .panel-heading + .panel-collapse .no-border {
  border-top: 0px solid #e9e9e9;
}
.panel-group .panel-footer + .panel-collapse .no-border {
  border-bottom: 0px solid #e9e9e9;
}
.panel-default > .panel-heading + .panel-collapse .no-border {
  border-top-color: #e9e9e9;
}
.panel-default > .panel-footer + .panel-collapse .no-border {
  border-bottom-color: #e9e9e9;
}
.normalText{
     text-transform:capitalize
}
.margin-top-7{
    margin-top:-7px;
}
.width-100{
    width:100px;
}
.width-100-pr{
    width:100%;
}
  
@media (min-width: 400px) {
    .ui-dialog{
        min-width:400px !important;
    }
   
}
.uppercase_1 {
    text-transform: uppercase !important;
}
.align-center{
    text-align:center;
}
.hide-border-right{
    border-right: none !important;
}
.no-padding-right{
    padding-right:0px !important;
}
.no-padding-left{
    padding-left:0px !important;
}
.padding-left-5px{
    padding-left:5px !important;
}
.padding-right-5px{
    padding-right:5px !important;
}
.padding-top-5px{
    padding-top:5px !important;
}
.padding-bottom-5px{
    padding-bottom:5px !important;
}
.margin-top-16px{
    margin-top:16px !important;
}px !important;
}