/* CUSTOM CSS BY SHANAKA*/
.col-full-width{
  width: 100%;
  position: relative;
  float: left;
}
.col-one-half{
  width: 49.5%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-quater{
  width: 24.25%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-three{
  width: 32.66%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-four{
  width: 24.25%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-five{
  width: 19.2%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-six{
  width: 15.83%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-seven{
  width: 14.6%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-eight{
  width: 12.2%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-one-ten{
  width: 9.1%;
  position: relative;
  float: left;
  margin-top: 10px; 
}
.col-layout{
  margin-right: 1%;
}
.col-last{
  margin-right: 0;
}
.col-no-top-margin{
  margin-top: 0;
}
.col-inner{
  padding: 8px;
}
.row_n{
  width: 100%;
  position: relative;
  float: left;
}
.content_frame_flex{
  float: left;
  margin: 1.25% 0;
}
.common-input{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px 0px 6px 3px;
  border: 1px solid #DDDDDD;
}
  .common-input:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 5px 0px 6px 3px;
    border: 1px solid rgba(81, 203, 238, 1);
  }
.no_padding{
  padding:0;
}
.alert_red_message{
  background: #ff5b5b none repeat scroll 0 0;
  text-align: center;
  border-radius: 5px;
  color: #fff !important;
  float: left;
  font-size: 0.98em;
  padding: 4px 0;
  position: relative;
  width: 100%;
}
.green-message{
  background: #0C9750; 
}

.act_btn:hover,
.act_btn_list:hover{
  background-color: #A2C5D3;
  color: #000;
}
.disabled_btn i,
.act_btn i,
.disabled_btn_list i,
.act_btn_list i{
  padding: 0 5px 0 0;
}
.lightgreen-btn{
  background-color: #3BC829;
}
.yellow-btn{
  background-color: #EC971F;
}
.blue-btn{
  background-color: #286090;
}
.red-btn{
  background-color: #C9302C;
}
.colu-4{
  font-size: 0.9em;
  width: 295px;
  margin: 0 20px 0 0;
  float: left;
  padding: 8px 0;
}

.colu-last{
  margin-right:0; 
}
.office-raw{
  padding:10px 0;
  font-size: 0.8em;

}
  .office-raw h5{
    font-size: 1.1em;
    margin: 0 0 10px 0;
  }
.level-1{
  margin: 0 0 0 25px;
} 
.level-2{
  margin: 0 0 0 50px;
}  
.level-3{
  margin: 0 0 0 75px;
}
.level-4{
  margin: 0 0 0 100px;
}
.level-5{
  margin: 0 0 0 125px;
}
.level-6{
  margin: 0 0 0 150px;
}

/* 
  Proposal Status tool tip
*/
.status_balloon{
  padding: 0 0 0 20px;
}
.propo_status{
  font-weight: 700;  
  text-align: center;  
  -moz-user-select: none;
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  height: 24px;
  margin: 0 5px 0 0;
  width: 24px;
  cursor: pointer;
}

.propo_status_0{
  background-color: #DA3B01;
}

.propo_status_1{
  background-color: #008a00;
}
  .propo_status:hover{
  background-color: #FFC40D;    
    color: #000;
  }
.propo_status_box{
  color: #FFF;
  text-align: left;
  font-size: 0.8em;
  background: #565656 none repeat scroll 0 0;
  border: 2px solid #000;
  border-radius: 5px;
  /*height: 80px;*/
  padding: 5px;
  position: relative;
  margin: -51px 36px 0 0;  
  width: 260px;
  float: right;
  z-index: 2;
}
  .propo_status_box a{
    color: #fff;
  }
  .propo_status_box a:hover{
    color: #fff;
    text-decoration: underline;
  }
.propo_status_box i{
  color: #000;
  position: absolute;
  right: -10px;
  top: 25px;
}
.propo_status_box .status_readmore{
  background: #ffc40d none repeat scroll 0 0;
  border-radius: 4px;
  color: #000;
  float: right;
  font-size: 0.85em;
  margin: 10px 0 0 0;
  padding: 3px;
}
/* 
  Proposal Status tool tip
*/

/* 
  Proposal Customer request heighlight
*/
.propo-cus-req{
  background: #e1e3e2 none repeat scroll 0 0;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 12px 10px;
}
  .propo-cus-req h3{
    margin: 0 0 8px 0;
  }
  .propo-cus-req .highl1{
    color: #FFF;
    font-weight: bold;
    float: left;
    background-color: #DA3B01;
    padding: 5px 10px;
  } 
  .propo-cus-req .highl2{
    font-weight: bold;
    padding: 5px 10px;
  } 
/* 
  Proposal Customer request heighlight
*/

/* 
  Proposal Status More area
*/
.stat-more-box{
  font-size: 0.9em;
  padding: 3px 7px;
  float: left;
  width: 98.5%;
  margin: 0 0 20px 0;
}
  .stat-more-box:hover{
    border:1px solid #ccc;
    background-color: #f5f5f5;
  }
  .stat-more-box h3{
    margin: 5px 0 15px 0;
  }

.propo-open-box{
  background: #f7f8f8 none repeat scroll 0 0;
  box-shadow: 0 4px 27px 11px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
  .propo-open-box-inner{
    /*width: 230px;
    margin: 0 auto;*/
  }
  .propo-open-box-inner i{
    background: #10C469;
    color: rgb(255, 255, 255);
    float: left;
    padding: 20px 23px;
  }
  .propo-open-box-inner .values{
    float: left;
    margin: 0 0 0 10px;
    padding: 3px 0;
    position: relative;
  }
  .propo-open-box-inner .opened-value{
    color: #000;
    font-size: 2.5em;
    line-height: 35px;
    padding: 0;
  }
  .propo-open-box-inner .opened-title{
    color: #505458;
    float: left;
    font-size: 0.9em;
    font-weight: lighter;
    padding: 3px 0 0 0;
  }
  .stat-more-box p{
    font-weight: bold;
    padding: 6px 0;
  }
  .stat-more-box .opened-val{
   background: #0072c6 none repeat scroll 0 0;
  border: 2px solid #da3b01;
  border-radius: 100%;
  color: #fff;
  display: block;
  float: left;
  font-size: 1.35em;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 0;
  text-align: center;
  width: 30px;
  }
.options-box{
  background: #F7F8F8;
}
.options-box-inner{
  font-size: 0.77em;
  background: #D2D6DE none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
  color: #505a6e;
  line-height: 12px;
  padding: 1px;
  text-align: center;
  width: 98%;
  position: relative;
  float: left;
}
  .options-box-inner .opened-val{
    background-color: #FFF;
    height: 16px;
    padding: 7px 0 5px;
    position: absolute;
    right: 7px;
    top: 5px;
    border:2px solid #D2D6DE;
    color:  #000;
  }
  .purchased-box{
    background-color: #4DA6FF;
    color: #FFF;
    box-shadow: 0 2px 6px 1px rgba(0,0,0,0.57);
  }
  .purchased-box .opened-val{
      border:2px solid #4DA6FF;
      color: #000;
    }
  .most-opended .options-box-inner{
    background-color: #10C469;
    color: #FFF;
  } 
    .most-opended .opened-val{
      border:2px solid #10C469;
      color: #000;
    }
      
 .option-value{
  background: #fff none repeat scroll 0 0;
  color: #000;
  float: left;
  padding: 6px 7px;
  position: relative;
  width: 92%;
 } 
  .option-value .title{
    display: block;
    float: left;
    padding: 10px 5px;
    position: relative;
  }
.sort-but-col{
  background: #F7F8F8;
  padding: 0 0 10px 0;
}
.groupby-inner{
  padding: 10px;
  text-align: center;
}
.sortby-inner{
  padding: 10px;
  text-align: center;
}
.all-box .proposal-wise-box-inner .option-history{
  max-height: 700px;
}

.sorting-types .sort-link{
  color: #465160;
  float: left;
  font-size: 1.2em;
  margin: 0 20px 0 0;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}
.sorting-types .selected{
  background-color: #DAE5EC;
}
.sorting-types .sort-link:hover{
   background-color: #E7E7E7;
}
  .sorting-types .link1{
    border-bottom: 3px solid #4DA6FF;
  }
  .sorting-types .link2{
    border-bottom: 3px solid #66CC6F;
  }
  .sorting-types .link3{
    border-bottom: 3px solid #F7941D;
  }

.search-box{
  background: #F7F8F8;
  margin:18px 0 0 0;
}  
.search-box-inner{
  float: left;
  width: 100%;
  margin:0 0 15px 0;
}
  .search-box .cuswidth3,
  .search-box .cuswidth1,
  .search-box .cuswidth3 input,
  .search-box .cuswidth1 input{
    width: 130px;
  }
  .search-box .cuswidth2{
    width: 1px;
  }
  .search-box .cuswidth4,
  .search-box .cuswidth4 input{
    margin-left: 10px;
    margin-right: 40px;
    width: 68px;
  }
  .search-box .cuswidth5,
  .search-box .cuswidth5 input{
    margin-right: 33px;
    width: 300px;
  }
  .search-box .cuswidth6,
  .search-box .cuswidth6 select{

    width: 180px;
  }
  .search-box .cuswidth6 select{
    padding: 5px;
  }
  
 .search-box-inner .submit-btn{
  background: #FFC40D;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 0;
  width: 100%;
 }
/* ****************** */
.result-sec-title{
  font-size: 0.95em;
}
.result-row-titles{
  background: #e0eaf1 none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.result-row-titles .col-one-ten{
  color: #111;
  font-size: 0.75em;
  margin: 0 3px;
  width: 9%;
}
.result-row-titles .col-one-eight{
  color: #111;
  font-size: 0.75em;
  margin: 0 3px;
  width: 17%;
}
.proposal-wise-box{
  background: #F7F8F8;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32)
} 
.option-wise-box{
  background: #F7F8F8;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32)
} 
.sorting-types{
  border-bottom: 1px solid #D9E0E6;
}
.all-box{
  background: #F7F8F8;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.32);
  border-top: 5px solid #4EBDC4;
} 
  .all-box .result-row-titles{
    background:#FFF;
  }
  .all-box .result-row-titles .cuswidth1{
    width: 40px;
  }
  .all-box .result-row-titles .cuswidth2{
    width: 95px;
  }
  .all-box .result-row-titles .cuswidth3{
    width: 80px;
  }
  .all-box .result-row-titles .cuswidth4{
    width: 103px;
  }
  .all-box .result-row-titles .cuswidth5{
    width: 187px;
  }
  .all-box .result-row-titles .cuswidth6{
    width: 94px;
  }
  .all-box .result-row-titles .cuswidth7{
    width: 104px;
  }
  .all-box .result-row-titles .cuswidth8{
    width: 104px;
  }
  .all-box .result-row-titles .cuswidth9{
    width: 70px;
  }
  .all-box .proposal-history-list .cuswidth1{
    width: 40px;
  }
  .all-box .proposal-history-list .cuswidth2{
    width: 109px;
  }
  .all-box .proposal-history-list .cuswidth3{
    width: 64px;
  }
  .all-box .proposal-history-list .cuswidth4{
    width: 128px;
  }
  .all-box .proposal-history-list .cuswidth5{
    width: 180px;
  }
  .all-box .proposal-history-list .cuswidth6{
    width: 129px;
  }
  .all-box .proposal-history-list .cuswidth8{
    width: 103px;
  }

.toprow .col-one-five .open-value{
  font-size: 1.2em;
  padding: 2px 0;
}
  .toprow .col-one-five .open-value span{
    background: #b271b3 none repeat scroll 0 0;
    color: #fff;
    padding: 0 3px;
  }

.toprow .col-one-four .open-value{
  padding: 2px 0;
}
  .toprow .col-one-four .open-value span{
    background: #b271b3 none repeat scroll 0 0;
    color: #fff;
    padding: 0 3px;
  }

.proposal-wise-box h4.title{
  margin: 0 0 10px 0;
  border: 1px solid;
  border-radius: 3px;
}

.proposal-wise-box-inner{
  float: left;
  position: relative;
  width: 100%;
}
  .proposal-wise-box .cus-width1{
    width: 50px;
  }
  .proposal-wise-box .cus-width2{
    width: 191px;
  }
  .proposal-wise-box .cus-width3{
    width: 121px;
  }
  .proposal-wise-box .cus-width4{
    width: 131px;
  }
  .proposal-wise-box .cus-width5{
    width: 127px;
  }
  .proposal-wise-box .cus-width6{
    width: 137px;
  }
  .proposal-wise-box .cus-width7{
    width: 131px;
  }
.proposal-history-list{
  max-height: 250px;
  overflow: auto;
}
  .proposal-history-list .row{
    background-color: #FFFCE6;
    border: 1px solid #e4e6e8;
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 99.8%;
  }
  .proposal-history-list .row:hover{
    background-color: #D2D7D3;
  }
.toprow{
  border: 1px solid #c7cfd9;
  color: #465160;
  float: left;
  width: 100%;
  margin:0 0 15px 0;
}  
  .toprow .col-one-five{ 
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0 0;
    box-shadow: 0 3px 15px -3px #777;
  } 
  .toprow .col-one-four{ 
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0 0;
    box-shadow: 0 3px 8px -3px #777;
  }   
  .toprow .col-1{
    border-top: 5px solid #4da6ff;
  }
  .toprow .col-2{
    border-top: 5px solid #66CC6F;
  }
  .toprow .col-3{
    border-top: 5px solid #F7941D;
  }
  .toprow .col-4{
    border-top: 5px solid #4EBDC4;
  }
  .toprow .col-5{
    border-top: 5px solid #B271B3;
  }
  .toprow .col-one-five p{
    color: #7B818C;
    font-size: 0.79em;
  }
  .toprow .col-one-four p{
    color: #7B818C;
    font-size: 0.86em;
  }

.no-margin-col{
  padding: 5px 0;
  margin: 0;
}
.data{
  color: #33333F;
}

.option-history .col-one-ten{
  width: 9.88%;
}
.row p{
  font-size: 0.78em;
}

/* Alert box styles */
.status-alert-box{
  border: 1px solid #cccccc;
  float: left;
  margin: 0 0 15px;
  position: relative;
  width: 100%;
  border-right: 3px solid #ff4242;
}
.status-alert-box .icon{
  background-color: #ff4242;
  color: #fff;
  float: left;
  padding: 6px 20px 6px;
}
.status-alert-box p{
  color: #ff4242;
  float: left;
  font-size: 1em;
  padding: 17px 0 0 15px;
  position: relative;
}
/* CUSTOMER REQUIREMENTS SECTION 03-10-2016 */
.cus_req_box{
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #E9EDF0;
  padding: 6px 15px;
}
  .cus_req_box p{
    color: #797979;
    line-height: 22px;
    font-size: 0.78em;
  }
  .cus_req_box p strong{
    color: #63737C;
  }
.section-title{
  font-size: 0.85em;
  color: #000;
  margin: 0px 0 7px;
  float: left;

}
.cus_req_box .col-one-four,
.cus_req_box .col-one-half{
  margin-top: 0;
  margin-bottom: 6px;
}

/* NEW CSS FOR PROPOSAL VIEW 04-10-2016 */

.cover_image_box{
  position: relative;
}
#view_option_container{
  position: relative;
}
.cover_image_box #full_cover_txt{
  color: #39FF14;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  font-size: 0.8em;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
  .cover_image_box #full_cover_txt:hover{
    background: rgba(0, 0, 0, 0.85);
  }
.total_price_bar{
  height: 30px;
}
  .total_price_bar td{
    /*font-size: 1.2em;*/
  }
.monthly-payment{
  background: #0073C6;
  height: 30px;
  /* #008a00 */
} 
.shipping{
  background: none !important;
  height: 30px;
} 
.proposal_option_pricing_table{
  border-collapse: collapse;
  float: left;
  position: relative;
  margin-top: 10px;
}

.proposal_option_pricing_table .pay_tr_underline{
  background: none;
  border-bottom: 1px solid #CCCCCC;
}
.preview_info_new{
  color: #FFF;
}
.dark_bg{
  background: #242833;
}
.option_view_title{
  padding: 0 0 0 6px;
}
.font_color_a{
  color: #000;
}

/* NEW CSS FOR PRPOSAL OPTIONS OPTIONS SELECTED */
.calc_info_tbl input{
  width: 100%;
  text-align: left;
}
.price_info_box .left-box .calc_info_title{
  padding: 10px 0;
}
.price_info_box .right-box .finalize_order-btn td{
  padding: 0 0 10px 0;
}
  .price_info_box .right-box .calc_info_title{
    width: 115px;
  }
  .price_info_box .right-box .act_btn_cus{
    padding: 7px 9px;
    text-align: center;
    width: 93px;
  }
.hover_btn:hover{
  background: #0866C6;
}  
.circ{
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}

.notification-info {
    background-color: #3ea2ff;
}
.notification-info .notification-icon {
    background-color: #067cea;
}

.notification-hidden {
    animation-delay: 0s, 250ms;
    animation-direction: normal, normal;
    animation-duration: 250ms, 250ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, 1;
    animation-name: notification-hide, notification-shrink;
    animation-play-state: running, running;
    animation-timing-function: cubic-bezier(0.33859, -0.42, 1, -0.22), cubic-bezier(0.5, 0, 0, 1);
}
.notification-show {
    animation: 180ms cubic-bezier(0.175, 0.885, 0.32, 1.27499) 0s normal none 1 running notification-show;
}
.notification {
    border-radius: 4px;
    color: #fff;
    font: 14px Helvetica,sans-serif;
    margin-bottom: 2px;
    max-height: 800px;
    overflow: hidden;
    position: relative;
}
.notification-icon {
    color: rgba(255, 255, 255, 0.74);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    padding: 10px 0 0 0;
}
.notification-message {
    font-size: 1em;
    padding: 10px 1px 10px 25px;
}
.send_printable_invoice_msg,
.send_finalized_invoice_msg{
  width: 185px;
  right: 13px;
}
  .send_printable_invoice_msg{
    margin: 46px 0 0 0;
    background: none;
  }
  .send_printable_invoice_msg .notification-info{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dda20d;
    font-weight: bold;
  }
  .send_printable_invoice_msg .notification-info .notification-message{
    padding-left: 8px;
  }

.already_msg{
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  top: 0;
  color: #fff;
  height: 30px;
  padding: 0 7px;
  position: absolute;
  width: 97%;
}
  .already_msg .fa-check{
    float: left;
    padding: 7px 10px 0 0;
  }
  .already_msg .fa-times-circle{
    float: right;
    padding: 7px 0 0;
    cursor: pointer;
  }
  .already_msg p{
    float: left;
    font-size: 0.8em;
    padding: 5px 0 0;
  }

.send_btns{
  left: 131px;
  position: absolute;
  top: 46px;
} 
.add_tpl_btn,
.save_tbl_btn{
  padding: 5px 0;
}
.add_tpl_btn{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #FF6103;
  border-radius: 3px;
  color: #000;
}
  .add_tpl_btn:hover{
    background: #FF6103;
    transition : background 0.8s; 
    color: #FFF;
  }
.save_tbl_btn{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #29c000;
  border-radius: 3px;
  color: #000;
}
  .save_tbl_btn:hover{
    background: #29c000;
    transition : background 0.8s; 
    color: #FFF;
  }
/* NEW UI FOR PROPOSAL OPTION TEMPLATE TABS 2016-11-21 #cc3456  #1db344*/
.template_tab_bar{
  overflow: visible;
  position: relative;
  float: left;
  bottom: -1px;
}
  .template_tab_bar .template_tab_box{
    height: auto;
    position: relative;
    float: left;
    margin-right: 8px;
    z-index: 0;
  }
  /*.template_tab_bar .template_tab_box_nowshowing{
    z-index: 1;
  }*/
.template_blocks .option_template_content{
  border-color: #cc3456 #cc3456 #cc3456 #cc3456;
  border-style: solid;
  border-width: 1px;
  position: relative;
  float: left;
  margin-top: 0;
}

.template_tab_bar .template_item{
  color: #000;
  background: #FFF;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
  width: auto;
  float: left;
  border-style: solid;
  padding: 8px 8px 9px;
  z-index: 0;
  margin:27px 0 0;
}
  .template_tab_bar .template_item:hover{
    color: #FFF;
    background-color: rgba(255, 00, 00, 0.7);
    transition: background-color 0.2s;
  }
.template_tab_bar .template_nowshowing{
  color: #FFF;
  background-color: rgba(255, 00, 00, 0.7);
  border-color: #cc3456;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    z-index: 2;
}
  .template_tab_bar .template_nowshowing:hover{
    background-color: rgba(255, 00, 00, 0.6);
    transition: background-color 0.2s;
  }
.template_tab_bar .template_nowshowing:before,
.template_tab_bar .template_nowshowing:after {
  position: absolute;
  bottom: 0px;
  width: 8px;
  height: 8px;
  content: " ";
}
.template_tab_bar .template_nowshowing:before{
  border-bottom-right-radius: 8px;
  border-color: #fff #cc3456 #cc3456 #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-shadow: 4px 0.1px 0 #FC4949;
  left: -8px; 
}
.template_tab_bar .template_nowshowing:after {
  border-bottom-left-radius: 8px;
  border-color: #fff #fff #cc3456 #cc3456;
  border-style: solid;
  border-width: 0 0 1px 1px;
  box-shadow: -3px 0.1px #FC4949;
  right: -8px;
  z-index: 5;
}
  .template_tab_bar .template_nowshowing:hover:before{
    box-shadow: 4px 0.1px 0 #FB6262;
  }
  .template_tab_bar .template_nowshowing:hover:after {
    box-shadow: -3px 0.1px #FB6262;
  }
  
.template_tab_box < .template_nowshowing{
  z-index: 2;
}

.template_tab_bar .template_tab_box:first-child .template_nowshowing:before{
 display: none;
}
.template_tab_bar .template_display_disabled{
  background-color: rgb(196, 196, 194);
  color: #4F4F4F;
  border-color: #4F4F4F;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  z-index: 2;
} 
  .template_tab_bar .template_display_disabled:hover{
    background-color: #B2B0B0;
  }
  .template_tab_bar .template_display_disabled:before{
    box-shadow: 5px 0.4px 0 rgb(196, 196, 194);
    border-color: #fff #4F4F4F #4F4F4F #fff;
  }
  .template_tab_bar .template_display_disabled:after{
    border-color: #fff #fff #4F4F4F #4F4F4F;
    box-shadow: -4px 0.4px rgb(196, 196, 194);
  }
  .template_tab_bar .template_display_disabled:hover:before{
    box-shadow: 5px 0.4px 0 rgb(184, 184, 184);
  }
  .template_tab_bar .template_display_disabled:hover:after{
    box-shadow: -4px 0.4px rgb(184, 184, 184);
  }

.template_blocks .disabled_temp{
  border-color:#4F4F4F #4F4F4F #4F4F4F;
}
.template_blocks .enabled_temp{
  border-color:#cc3456 #cc3456 #cc3456;
}
.opt_nav_tab_bar{
  float: left;
  position: relative;
}
/*.opt_nav_tab_upper_gap{  02-16
  margin-top: 0;
}*/
.option_tab_box{
  /*height: 40px;*/
  margin-top: 12px;
}
.template_saved{
  border-bottom: none;
}
.template_saved i{
  background: #fff none repeat scroll 0 0;
  border: 1.5px solid #fe0a0a;
  border-radius: 10px;
  color: #fe0a0a;
  font-size: 1.1em;
  padding: 2px;
  position: absolute;
  right: -7px;
  top: 12px;
}
.option_tab_box .template_saved{
  border-bottom: 3px solid #cc4567;
}
  .option_tab_box .template_saved i{
    display: none;
  } 

#notification-boxes{
  position: relative;
  width: 100%;
}
/* NEW CSS FOR NEW MENU ITEM WITH SUB MENUS 2016-10-26 */

.menu a {
    transition:all linear 0.15s;
    color:#fff;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    display:inline-block;
    position:relative;
    font-size:14px;
}
 .menu > ul > li:hover{
  background:#0072c6;
  /*background: rgba(255,255,255,0.2);*/
  /*transition: background 0.8s;*/
 }
.menu > ul > li > a {
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    width:170%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#0072c6;
}
  .sub-menu-1{
    right: -2px;
    left: auto;
  }
.sub-menu li {
    display:block;
    font-size:14px;
    position: relative;
}
 
.sub-menu li a {
    padding:6px 15px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    /*background:#3e3436;*/
    background: #0e2d4d;
}

.menu .sub-menu li:hover .sub-menu2{
    z-index:1;
    opacity:1;
}
  .sub-menu .right-arrow{
    float: right;
  } 
  .sub-menu .left-arrow{
    left: 4px;
    position: absolute;
    top: 10px;
  }   
.sub-menu2 {
    width:140%;
    padding:5px 0px;
    position:absolute;
    top:0;
    left:180px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#0072c6;
}

.menu .sub-menu li:hover .sub-menu3{
    z-index:1;
    opacity:1;
}
.sub-menu3 {
    width:120%;
    padding:5px 0px;
    position:absolute;
    top:0;
    left:180px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#0072c6;
}
  .sub-menu3-1{
    left: -255px;
  }
  .sub-menu3-2{
    left: -254px;
    top: 0;
  }
#nav_unit{
  position: relative;
}
.top-menu{
  position: absolute;
  right: 0;
  top: -48px;
}
.Loggedusername{
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: #00a651 solid 1px ;
}
/* NEW CSS FOR INVENTORY 2016-10-31 */
.form-input{
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: none;
  color: #565656;
  height: 38px;
  max-width: 100%;
  padding: 0 12px;
  transition: all 300ms linear 0s;
}
  .form-input:focus{
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: none;
    color: #333333;
    outline: 0 none !important;
  }
.form-text-area{
  font-size: 0.8em;
  background-color: #f5f5f5;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  box-shadow: none;
  color: #565656;
  max-width: 100%;
  padding: 12px;
  transition: all 300ms linear 0s;
  width: 590px !important;
  height: 65px;

}

.form-text-area-qnotes{
font-size: 0.8em;
background-color: #f5f5f5;
border: 1px solid #1e1e1e;
border-radius: 4px;
box-shadow: none;
color: #565656;
max-width: 94%;
padding: 12px;
transition: all 300ms linear 0s;
}

  .form-text-area:focus, .form-text-area-qnotes:focus
  {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: none;
    color: #333333;
    outline: 0 none !important;
  }



#add_cat p{
  color: #262626;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 0;
}
  #add_cat textarea,
  #add_cat input{
    width: 48px;
    border: 1px solid #555;
  }
.submit-btn{
  -moz-user-select: none;
  border: 1px solid #46b8da;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 100px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #10c469 ;
  color: #fff;
}
  .submit-btn:hover{
    background: #008a00;
  }
  #add_cat .submit-btn{
    width: 100px;
  }
.view_cat_table{
  border-collapse:collapse;
}
.view_cat_table td{
  padding: 8px;
  color: #262626;
  font-size: 0.8em;
  border-bottom: 2px solid #E3E3E3;
  vertical-align: top;
}
  .view_cat_table .thead td{
    font-weight: bold;
    padding: 8px;
  }

.view_cat_table .act_btn_list{
  font-size: 1em;
  text-align: center;
  float: none;
  margin: 0 auto;
  margin: 5px 0;
}
.viewbtn{
  background: #10c469;
  width: 75%
}
  .viewbtn:hover{
    background: #0eac5c;
    color: #FFF;
  }
.editbtn{
  background: #286090;
}
  .editbtn:hover{
    background: #2E74AD;
   color: #FFF;
  }

.removediv .removebtn{
  background: #ff5b5b;
  margin: 0 auto;
}
  .removebtn:hover{
   background: #ff4242;
   color: #FFF;
  }
.disablebtn{
  background: #ec971f;
  margin-top: 0 !important;
}
  .disablebtn:hover{
    background: #f9c851;
  }
.view_cat_table .statusbtn{
  background: #35b8e0;
  float: left;
  margin: 0 auto;
  width: 91.3%;
}
  .view_cat_table .statusbtn a{
    color: #FFF;
  }
  .view_cat_table .statusbtn:hover{
    color: #FFF;
  }
.btns{
  width: 50%;
  float: left;
}
.removediv{
  float: left;
  position: relative;
  width: 100%;
  margin: 5px 0 0;
}
/* STARTED NEW UI FOR INVENTORY WHOLE SYSTEM 2016-12-16 */ 
#produtcs_area{
  float: left;
  position: relative;
  width: 100%;
}

#produtcs_area table tr td{ 
  border: 1px solid #9c9aa0;
  padding: 5px 3px 3px 3px;
  vertical-align: middle;
}
#products{
  position: relative;
  float: left;
  margin: 12px 0 0 0;
  text-align: center;
}
  #products .thead td{
    padding: 10px 0;
  }
  #products tr:hover{
    background: #F4F8FB;
    transition: background 0.2s;
  }
.search-area{
  float: right;
  width: 258px;
}
  .search-area input{
    width: 200px;
  }
.product_img{
 border: 1px solid #ddd;
height: 40px;
padding: 4px;
position: relative;
width: 40px;
}
#products .actions_area{
  padding: 0 5px 0 0;
}
#products .actions{
  border:1px solid #bfbfbf;
  border-radius: 3px;
  position: relative;
}
  #products .actions .edit{
    padding: 5px 8px 4px 8px;
    color: #363a41;
    background: #e6e6e6;
  }
    #products .actions .edit:hover{
      color: #FFF;
      background: #0072C6;
      transition: background 0.5s;
    } 
  
  #products .actions .dropdown-toggle{
    padding: 0 0 0 3px;
    cursor: pointer;
  }
  .all_actions .dropdown-menu,
  #products .dropdown-menu{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 12px;
    right: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 2;
  }
    .all_actions .dropdown-menu li,
    #products .dropdown-menu li{
      font-size: 1em;
      padding: 7px 10px;
    }
    .all_actions .dropdown-menu li a,
    #products .dropdown-menu li a{
      color: #363a41;
    }
    .all_actions .dropdown-menu li a.delete,
    #products .dropdown-menu li a.delete{
      color: #ff0000;
    }
    .all_actions .dropdown-menu li:hover,
    #products .dropdown-menu li:hover{
      background: #0072C6;
      transition: background 0.5s;
      cursor: pointer;
    }
    .all_actions .dropdown-menu li:hover a,
    #products .dropdown-menu li:hover a{
      color: #FFF;
    }
#edit_area label{
  font-size: 0.9em;
}
#edit_area .left{
  text-align: right;
  padding: 2px 10px 0 0;
}
#edit_area .common-input{
  width: 350px;
}
#edit_area textarea{
  width: 100%;
}
.all_action_toggle{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 7px;
  position: relative;
  float: left;
}
  .all_action_toggle:hover{
    color: #FFF;
    background: #0072C6;
    transition: background 0.5s;
  }
.all_actions .dropdown-menu{
  left: 0;
  position: absolute;
  top: -200px;
  width: 130px;
}

.pagination_area ul{
  border: 1px solid #dddddd;
  padding: 4px 0;
  border-radius: 3px;
}
.pagination_area ul li{
  position: relative;
  float: left;
  list-style-type: none;
}
  .pagination_area ul li a{
    color: #000;
   padding: 4px 7px;
   border-right: 1px solid #dddddd;

}
  .pagination_area ul li:hover a{
    background:#D1D1D1;
    transition: background 0.5s;
  }
  
  .pagination_area ul li:last-child a{
     border-right: 0;

  }
  .pagination_area ul li.active a{
    color: #fff;
    background:#0072C6;

  }
  .pagination_area ul li.disabled a{
    cursor: not-allowed;
    color: #BABABA;
  }
/* NEW UI FOR FLOATING BUTTONS IN PROPOSAL OPTIONS 09-11-2016 */

#follow-scroll{
  position: relative;
  float: left;
  z-index: 5;
  right: -5px;
}
.wrap_action1{
  position: relative;
  float: left;
}
.box { 
  font-size: 0.8em;
  position: relative;
  left: 113px;
  background: #0e2d4d; 
  border: 1px solid #ccc; 
  padding: 5px; 
  margin-bottom: 10px; 
  cursor: pointer;
  z-index: 5;
  text-align: right;
  color: #fff;
}
  .hover_active,
  .box:hover{
    background: rgba(255, 31, 31, 0.7);
    color: #fff;
    transition: background 0.2s;
  }
.ac_pupup{
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 4 !important;
}
.inner_popup{
  background: #fff;
  margin: 60px auto;
  position: relative;
  width: 945px;
  border-color: #dddddd;
  border-radius: 2px;
  left: 112px;
  padding: 15px;   
  overflow-y: auto; 
  height: 80%;
  
}
.inner_popup table{
  position: relative;
  float: left;
}
.inner_popup table tr td,
.inner_popup table tr,
.inner_popup table{
  border:1px solid #9C9AA0;
  padding: 4px 8px 3px 3px;
}
.complete_target_info_tbl{
  float: left;
  margin: 0 0 15px;
  position: relative;
  border-radius: 3px;
}
  .ac_pupup .common-input{
    padding: 5px 2px;
    border-radius: 3px;
  }
  .view_cat_table .common-input{
    width: 100%;
  }
  .ac_pupup .target_info_tbl_color{
    padding: 3px 8px;
    margin-right: 20px;
  }
  .ac_pupup .target_tbl_title_input{
    margin-right: 20px;
    width: 150px;
  }
  .ac_pupup .target_tbl_nits_input{
    width: 120px;
    margin-right: 20px;
  }
  .ac_pupup .target_tbl_notes_input{
    width: 320px;
  }
  .ac_pupup .tbl_top_edit_area #target_info_tbl_notes{
    width: 270px;
  }
  .ac_pupup .tbl_top_edit_area #target_info_tbl_color{
    margin-right: 15px;
  }
  .ac_pupup .submit-btn{
    float: right;
    margin: 0;
    padding: 3px 8px;
  }
  .ac_pupup .remove-dtl-btn{
    background: rgba(255,31,31, 0.7) none repeat scroll 0 0;
    border:none;
    padding: 4px 5px;
  }
    .ac_pupup .remove-dtl-btn:hover{
      background: #ff0000;
      transition: background 0.5s;
    }
    .ac_pupup .edit-dtl-btn{
      background: #F9C851;
      border:none;
      margin-right: 8px;
      padding: 4px 5px;
    }
    .ac_pupup .edit-dtl-btn:hover{
      background: #FDAE36;
      transition: background 0.5s;
    }
.add_table_block{
  background: #e7edee none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 13px 6px;
  position: relative;
  float: left;
  width: 99%;
}
.tbl_top_area_wrapper{
  position: relative;
  float: left;
  width: 100%;
}   
.tbl_top_area{
  background: #e7edee none repeat scroll 0 0;
  float: left;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  width: 98%;
}
.tbl_notes_area{
  float: left;
  font-size: 0.8em;
  color: #797979;
  margin: 4px 0 0 25px;
  position: relative;
}
.tbl_top_edit_area .target_tbl_title_input{
  width: 162px;
}
.tbl_top_edit_area .target_tbl_nits_input{
  width: 127px;
}
.tbl_top_edit_area .target_tbl_notes_input{
  width: 270px;
}
.tbl_top_edit_area .target_tbl_col_sel{
  padding: 3px 2px;
  margin-right: 20px;
}
  .tbl_top_edit_area .save-dtl-btn{
    margin-right: 8px;
  }

.save_row{
  font-size: 1.2em;
  background: #10c469 none repeat scroll 0 0;
  float: left;
  padding: 8px;
  position: relative;
  right: 0px;
  cursor: pointer;
}
  .save_loading_img{
    position: relative;
    float: left;
    width: 28px;
  }

.delete_row {
  background: rgba(255,31,31, 0.7) none repeat scroll 0 0;
  padding: 5px 7px;
  position: absolute;
  right: 3px;
  cursor: pointer;
 /*opacity: 0;*/
}
  
  .delete_row i{
    font-size: 1.5em;
    color: #000;
  }
  .delete_row i:hover{
    color: #F62121;
  }
/*.inner_popup table tr:hover .delete_row{
  display: block;
  opacity: 1;
  transition: opacity 1s;
}*/
.inner_popup .top-h{
  float: left;
  margin: 0 20px 0 0;
}
  /*.inner_popup .top-h1{
    margin-top: 10px;
  }*/
  .inner_popup .top-h .red{
    color: #ff5b5b;
  }
  .inner_popup .top-h .green{
    color: #10c469;
  }
  .inner_popup .top-h .blue{
    color: #0000ff;
  }
  .inner_popup .top-h .purered{
    color: #ff0000;
  }
#addrow_sec{
  background: #10c469;
  float: left;
  padding: 0 0 2px;
  position: relative;
  text-align: center;
  width: 100%;
  cursor: pointer;
  right: -3px;
}
  #addrow_sec a{
    color: #000;
    font-size: 1.5em;
  }
#addrow_sec:hover{
  background: #008a00;
  transition: background 0.8s;
}

/* HOVER POPUP INNER ALERT MESSAGE POPUPS */
#action_table_dark_window{
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 85%;
  margin: -54px 0 0 0;
  position: fixed;
  width: 975px;
  z-index: 5;
}
  #action_table_dark_window .waiting_anim {
    position: relative;
  }
#action_table_popup_box_options{
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 4px #fff;
  margin: 200px 25% 0;
  width: 500px;
  position: relative;
  float: left;
}
  #action_table_popup_box_options .close_btn{
    cursor: pointer;
    float: right;
    margin: 5px 5px 0 0;
    position: relative;
  }
.action_table_ctrl_btn,
.action_table_popup_box_inner{
  position: relative;
}
.action_table_ctrl_btn{
  margin: 30px 0 10px;
}
.action_table_popup_box_inner{
  padding: 8px;
  width: 98%;
  text-align: center;
}   
.action_table_alert_title{
  color: #505458;
  text-align: center;
  margin: 10px 0;
}
.action_table_alert_question{
  color: #98a6ad;
  text-align: center;
}
#action_table_popup_box_options .submit-btn{
  padding: 6px 15px;
  font-size: 1em;
  float: none;
}
#action_table_popup_box_options .action_table_continue{
  background: #0eac5c none repeat scroll 0 0;
  border: 1px solid #0eac5c;
}
#action_table_popup_box_options .action_table_continue:hover{
  background: #17D170;
  transition: background 0.5s;
}
#action_table_popup_box_options .action_table_alert_cancel{
  background: rgba(255, 31, 31, 0.7) none repeat scroll 0 0;
  padding: 7px 15px;
}
#action_table_popup_box_options .action_table_alert_cancel:hover{
  background: rgb(255, 31, 31) none repeat scroll 0 0;
  transition: background 0.5s;
}
#action_popup6 span{
  font-size: 0.75em;
}
#action_popup6 label{
  float: left;
  font-size: 0.9em;
  padding: 5px 8px 0 0;
}
.dimension_area{
  width: 45%;
}
  .dimension_area span{
    float: left;
    padding: 7px 0 0 0;
  }

/* NEW TAB UI FOR PROPOSAL VIEW MAIN TABS */
.opnavtab_c2_act{
  font-size: 0.65em;
}
.nav_tab_box_proview1{
  height: auto;
  margin:15px auto 0;
  position: relative;
  float: left;
  border-bottom: 1px solid #aca4a4;
}
.option_nav_tab{
    margin-right: 3px;
    border-radius: 6px 6px 0 0;
    margin-bottom: -3px;
    width: auto;
    position: relative;
    border-style: solid;
    border-width: 0;
    padding: 0 0 4px;
}

.option_nav_tab_active:before,
.option_nav_tab_active:after {
  position: absolute;
  bottom: 0px;
  width: 10px;
  height: 10px;
  content: " ";
}

.option_nav_tab_active:before{
  border-bottom-right-radius: 12px;
  border-color: #fff #aca4a4 #aca4a4 #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-shadow: 3px 3px 0 #fff;
  left: -12px;
}
.option_nav_tab_active:after {
  border-bottom-left-radius: 12px;
  border-color: #fff #fff #aca4a4 #aca4a4;
  border-style: solid;
  border-width: 0 0 1px 1px;
  box-shadow: -3px 4px #fff;
  right: -12px;
}
#selected_options li.option_nav_tab_active:hover:before{
 box-shadow: 3px 3px 0 #fff;
}
#selected_options li.option_nav_tab_active:hover:after{
 box-shadow: -4px 2px #fff;
}
#selected_options li.option_nav_tab_active:first-child:before{
 display: none;
}
.opnavtab_cont_frame{
  height: auto;
  width: auto; 
}
  .option_nav_tab:hover{
    background: #aca4a4;
    transition: background 0.6s;
  }
    .option_nav_tab:hover::before{
      box-shadow: 3px 3px 0 #aca4a4;
    }
    .option_nav_tab:hover::after{
      box-shadow: -4px 2px #aca4a4;
    }
.option_nav_tab_act{
  background: #009ee5;
  height: auto;
}  
.option_nav_tab_active{
  background: #e1e1e1;
  border: 1px solid #aca4a4;
  border-bottom: 0;
  z-index: 2;
  padding: 0 0 5px;
}
  .option_nav_tab_active:hover{
    background: #FFF;
    cursor: default;
    padding: 0 0 5px;
  }
.opnavtab_c1_txt_act {
    border: 1px solid;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
}
  .option_nav_tab_active .opnavtab_c1_txt_act{
    border: 1px solid;
    color: #000;
    padding: 2px;
  }
  .option_nav_tab:hover .opnavtab_c1_txt_act {
    color: #39FF14;
  }
  .option_nav_tab_active:hover .opnavtab_c1_txt_act {
    color: #000;
  }
.opnavtab_c2_txt_act {
   border: 1px solid;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 2px;
}
  .option_nav_tab_active .opnavtab_c2_txt_act{
    border: 1px solid;
    color: #000;
    padding: 2px;
  }
  .option_nav_tab:hover .opnavtab_c2_txt_act {
    color: #39FF14;
  }
  .option_nav_tab_active:hover .opnavtab_c2_txt_act {
    color: #000;
  }
.opnavtab_title_act {
  color: #00f6ff;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 7px;
}
  .option_nav_tab:hover .opnavtab_title_act {
    color: #39FF14;
  }
  .option_nav_tab_active .opnavtab_title_act {
    color: #e61123;
  }
  .option_nav_tab_active:hover .opnavtab_title_act {
    color: #e61123;
  }
.option_nav_tab_deactivated{
  background: #9e9e9e;
}
.option_nav_tab_deactivated:hover{
  background: #C7C4C4;
  transition: background 0.6s;
}
  .option_nav_tab_deactivated:hover .opnavtab_c2_txt_act,
  .option_nav_tab_deactivated:hover .opnavtab_c1_txt_act,
  .option_nav_tab_deactivated:hover .opnavtab_title_act,
  .option_nav_tab_deactivated .opnavtab_c2_txt_act,
  .option_nav_tab_deactivated .opnavtab_c1_txt_act,
  .option_nav_tab_deactivated .opnavtab_title_act{
    color: #4f4f4f;
  }
  .option_nav_tab_deactivated:before{
    box-shadow: 3px 3px 0 #9e9e9e;

  }
  .option_nav_tab_deactivated:after {
    box-shadow: -3px 4px #9e9e9e;
  }
  #selected_options li.option_nav_tab_deactivated:hover:before{
    box-shadow: 3px 3px 0 #C7C4C4;

  }
  #selected_options li.option_nav_tab_deactivated:hover:after{
    box-shadow: -3px 4px #C7C4C4;
  }
  
.content_frame_proview{
    border-left: 1px solid #aca4a4;
    border-right: 1px solid #aca4a4;
    border-bottom: 1px solid #aca4a4;
    float: left;
    margin-top: -2px;
    padding: 0 10px 10px;
    position: relative;
    width: 98%;
    margin-bottom: 10px;
    border-radius: 5px;
}
#option_main_header{
  float: left;
  margin: 20px 0;
  position: relative;
  width: 100%;
  display: none;
}

/* NEW TABS FOR PROPOSAL VIEW SUB OPTIONS TABS */
#sub_options_tabs{
  margin-top: 18px;
}
#sub_options_tabs .nav-tabs{
  background: none;
  float: left;
  position: relative;
  width: 100%;
}
#sub_options_tabs .nav-tabs > li{
  list-style-type: none;
  margin-bottom: 8px;
}
  .nav-tabs > li a{
    color: #000;
  }
#sub_options_tabs .nav-tabs > li > a {
  font-size: 0.85em;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 2px;
  padding: 10px 15px; 
}

#sub_options_tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #10C469 #10C469 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
  #sub_options_tabs .nav-tabs > li > a:hover{
    border-color: #10C469 #10C469 transparent;
    border-style: solid;
    border-width: 1px;
    background: #10C469;
    transition: background 0.2s;
  }
#sub_options_tabs .nav-tabs li a{
  background: none;
  position: relative;
}
#sub_options_tabs .nav-tabs li a.template_nowshowing{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #cff3e1 none repeat scroll 0 0;
  border-color: #10c469 #10c469;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  z-index: 2;
} 

#sub_options_tabs .nav-tabs > li a.template_nowshowing:before,
#sub_options_tabs .nav-tabs > li a.template_nowshowing:after {
  position: absolute;
  bottom: 0px;
  width: 8px;
  height: 8px;
  content: " ";
  border: 1px solid #10C469;
}
#sub_options_tabs .nav-tabs > li a.template_nowshowing:before {
  left: -9px;
  border-bottom-right-radius: 9px;
  border-width: 0 1px 1px 0;
  box-shadow: 4px 2px 0 #cff3e1;
}
#sub_options_tabs .nav-tabs > li a.template_nowshowing:after {
  right: -9px;
  border-bottom-left-radius: 9px;
  border-width: 0 0 1px 1px;
  box-shadow: -3px 2px 0 #cff3e1;
}
  #sub_options_tabs .nav-tabs > li:first-child a.template_nowshowing:before{
   display: none;
  }
#sub_options_tabs .nav-tabs li a.template_tab_deactivated{
  background: #b5b5b1 none repeat scroll 0 0;
  color: #4f4f4f;
  padding: 10px 10px 8px;
}
#sub_options_tabs .nav-tabs li a.template_nowshowing.template_tab_deactivated{
  color: #4f4f4f;
  background: #C4C4C2;
  border-color: #10c469;
  padding-bottom: 9px;
}
#sub_options_tabs .nav-tabs li a.template_tab_deactivated:hover{
  background: #B5B5B1;
  border-style:solid;
  border-color: #B5B5B1;
  border-width: 1px 1px 0;
}
  #sub_options_tabs .nav-tabs > li a.template_tab_deactivated:before {
    box-shadow: 4px 0.5px 0 #C4C4C2;
  }
  #sub_options_tabs .nav-tabs > li a.template_tab_deactivated:after {
    box-shadow: -4px 1px 0 #C4C4C2;
  }
/* CONTENT OF SUB OPTION TEMPLATES */
.tab_content{
  float: left;
  padding: 8px;
  position: relative;
  width: 98.5%;
}
.purchased_notification{
  /*background: #fff none repeat scroll 0 0;*/
  /*border: 2px solid #008a01;*/
  /*border-radius: 5px;*/
  color: #008a01;
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  margin: 2px 5px 0 0;
  padding: 4px 8px 4px 0;
  position: relative;
}
.bottom_purchased_notification{
  float: none;
  margin: 0;
}
.proposal_view_notes{
  box-shadow: 0 0 3px -1px #000;
  float: left;
  font-size: 0.75em;
  margin: 20px 0 0;
  padding: 5px;
  position: relative;
  width: 99%;
  border-top:3px solid #0072c6;
  border-radius: 4px;
}
  .proposal_view_notes h3{
    color: #0072c6;
    margin: 4px 0;
  }

/* NEW UI FOR QUICK NOTES 11-11-2016 */
.q_note_sec{
  /*margin:0 8px 0 0;*/
  position: relative;
}
  .q_note_sec .act_btn_list{
    background: #35B8E0;
  }
.popover {
  color: #494949;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.04em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.42857;
  overflow-wrap: normal;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 500px;
  right: 60px;
  z-index: 2;
  display: none;
}
.q_note_sec .arrow{
  float: right;
  margin: -10px -19px 0 0;
  position: relative;
}
.q_note_close{
  float: right;
  cursor: pointer;
}
.q_note_sec .submit-btn{
  float: right;
  margin: 10px 2px 0 0;
}
.popover-content textarea{
  width: 94%;
  resize:vertical;
}
.notes_list{
  float: left;
  height: 120px;
  margin: 12px 0 0;
  overflow: auto;
  position: relative;
  width: 100%;
}
  .notes_list li{
    border-bottom: 2px solid #e5e8eb;
    float: left;
    line-height: 25px;
    width: 100%;
    position: relative;
  }
.notes_list .delete_row {
  top: 0;
  padding-top:0; 
  padding-bottom:0; 
}
.notes_list li:hover .delete_row{
  opacity: 1;
  transition: opacity 1s;
} 
.edit_row {
  background: rgba(249, 200, 81, 0.9) none repeat scroll 0 0;
  padding: 0px 7px;
  position: absolute;
  right: 42px;
  cursor: pointer;
  opacity: 0;
  top: 0;
}
  
  .edit_row i{
    font-size: 1.5em;
    color: #000;
  }
  .edit_row i:hover{
    color: #F62121;
  }
.notes_list li:hover .edit_row{
  opacity: 1;
  transition: opacity 1s;
}

/* NEW UI FOR SECTION SERACH & SORTING */
.section_search{
  float: right;
  margin-right: 10px;
  position: relative;
  margin-top: -1px;
}
  .section_search input{
    padding: 3px 0 2px 3px;
  }
  .section_search input:focus{
    padding: 3px 0 2px 3px;
  }
  .section_search label{
    font-size: 0.85em;
  }

.sort_sec{
  position: relative;
  float: right;
}
  .sort_sec label{
    font-size: 0.8em;
    font-weight: bold;
  }
  .sort_sec .common-input{
    padding: 4px 0;
  }
  .sort_sec_wrap{
    background: #e7edee none repeat scroll 0 0;
    /*margin: 0 0 3px;*/
    /*padding: 8px;*/
    /*width: 98.4%;*/
  }
  .sort_sec_wrap .pagination_frame{
    padding: 3px 0 0 3px;
  }

/* NEW UI FOR INQUIRY FORM IN OFFICE SYSTEM - 2017-09-06 */
#inquiry_form .col-custom{
  width: 80%;
}
#inquiry_form .common-input{
  width: 240px;
}
#inquiry_form .edit_input_phone1{
  width: 35px;
}
#inquiry_form .edit_input_phone2{
  width: 45px;
}
#inquiry_form .quotes_ch2{
  line-height: 17px;
}
#inquiry_form .mm_sec{
  margin-right: 33px;
}

#inquiry_form .color_sec_2{
  margin-right: 41px;
}
#inquiry_form .right span{
  color: #3c3c3c;
  font-size: 0.9em;
}
#inquiry_form .sign_style_sec1{
  margin-right: 37px;
}

#inquiry_form .resetbtn{
  border:1px solid #f8c038;
}

.inquiry_form_h4_top{
  border-bottom: 2px solid #a69b9b;
  color: #505458;
  float: left;
  margin: 5px 0 10px;
  padding: 5px 0 5px 0;
  position: relative;
  width: 100%;
}

.inquiry_form_h4{
  border-bottom: 2px solid #a69b9b;
  color: #505458;
  float: left;
  margin: 5px 0 10px;
  padding: 25px 0 5px 0;
  position: relative;
  width: 100%;
}

#inquiry_form textarea{
  font-size: 0.75em;
  height: 115px;
  /*width: 495px !important;*/
  width: 495px;
}
#inquiry_form .state_input{
  width: 110px;
}
#inquiry_form .zip_input{
  width: 115px;
}
#inquiry_form .company_input{
  width: 495px;
}
#inquiry_form .left label{
  font-weight: bold;
}
#inquiry_form .copied_input{
  font-size: 12px;
}
#inquiry_form .padding-bottom{
  padding-bottom: 8px;
}
#inquiry_form .form_validate_error{ 
  color:#FF5B5B;
  font-size: 0.75em;
  font-weight: 600;
  position: relative;
  float: left;
  width: 100%;
}
#inquiry_form .submit-btn{
/*  float: left;*/
  margin-top: 30px;
  margin-right: 5px;
}

/*by dinuka */

.send_info .infobloq {

    font-size: 13px;
    border: 1px solid #dadada;
    padding: 5px;
    margin-top: 5px;
}

div#default_recipients p,#more_proposal_senders_box  p {
    word-wrap: break-word;
    margin: 2px 0px;
    color: #8a8a8a;
    padding: 2px 0px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 3px;
}

.send_info .infobloq p {
      word-wrap: break-word;
    margin: 2px 0px;
    color: #8a8a8a;
    padding: 2px 0px;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 3px;

}



span.sent_info_name {
    font-size: 13px;
    width: 100%;
    float: left;
}

span.sent_info_time {
    font-size: 12px;
    color: #607D8B;
}


.lead_color_1 {
    background-color: #E1E1E1;
}

.lead_color_2 {
    background-color: #F9EDBE;
}

.lead_color_3 {
    background-color: #ffdcd1;
}




h3.feature_info:hover {
    transition: 0.5s all ease-in-out;
    background: #e8e8e8;
}

h3.feature_info {
    padding: 5px;
    transition: 0.5s all ease-in-out;
}



.acc_arrow {
    float: right;
    margin-top: 5px;
}

.acc_arrow img {
    width: 15px;
    height: 15px;
    float: right;
    transition: 0.2s all ease-in-out;
}


.arrow_guide img {
  width: 100%;
}

.arrow_guide {
    width: 88px;
    position: absolute;
    top: -65px;
    left: 21%;
}

.option_nav_tab_active .arrow_guide {
    display: none;
    transition: 0.5s all ease-in-out;
}




@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.nav_tab_box_proview1 {
     margin: 68px auto 0;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


a.btn_regular {
    background: white;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    transition: 0.3s all ease-in-out;
}


a.btn_regular:hover {
    transition: 0.3s all ease-in-out;
    background: #0866c6;
    border: 1px solid #0866c6;
    color: #fff;
}


.edit_cus_pro_set2_div .fa-paper-plane_style {
    border-radius: 1px;
    margin-right: 10px;
}

.edit_cus_pro_set2_div .btn_regular {
      padding: 2px 2px;
      border: 1px solid #0080ff !important;
}

.edit_cus_pro_set2_div .btn_regular:hover {
    color: #ffffff !important;
    background: #0866c6 !important;
}

.tooltip {
    border-bottom: none !important;
}


.listitem_highlight {
    background-color: #444444;
    border-radius: 0 1px 15px 0;
    box-shadow: none;
    color: #fff;
}

.listitem_highlight:hover {
    background: #5f5e5e;
}

.faq_bloq {
    border: 1px solid #666;
    /* padding: 5px; */
    float: left;
    width: 100%;
    position: relative;
        margin: 20px 0px;
}

.faq_item {
    float: left;
    width: 13.66666%;
    background: #fff;
    padding: 5px;
    margin: 20px 13px 16px 7px;
    text-align: center;
    /* vertical-align: -webkit-baseline-middle; */
    min-height: 134px;
    height: 50px;
    display: flex;
    border: 1px solid #d3d3d3;
    justify-content: center;
    align-items: flex-end;
}

.faq_label {
    float: left;
    /* width: 20%; */
    position: absolute;
    top: -10px;
    background: #ffffff;
    padding: 0px 10px;
    left: 3px;
}

#valid_box {
      float: left;
}

#view_option_container {
    position: inherit;
}

.faq_item:hover {
    cursor: pointer;
    background-repeat: no-repeat;
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari */
    transform: scale(1.01); /* Standard syntax */
    cursor: pointer;
    border: 1px solid #1091cc;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 1px 1px 1px rgba(19, 128, 205, 0.35);
}


.faq_item {
    background-repeat: no-repeat;
    background-position: top center;
    transition: 0.3s all ease-in-out;
}


.faq_bloq .faq_item.img_faq1 { background-image: url(../images/faqs/fimg_1.jpg); }
.faq_bloq .faq_item.img_faq2 { background-image: url(../images/faqs/fimg_2.jpg); }
.faq_bloq .faq_item.img_faq3 { background-image: url(../images/faqs/fimg_3.jpg); }
.faq_bloq .faq_item.img_faq4 { background-image: url(../images/faqs/fimg_4.jpg); }
.faq_bloq .faq_item.img_faq5 { background-image: url(../images/faqs/fimg_5.jpg); }
.faq_bloq .faq_item.img_faq6 { background-image: url(../images/faqs/fimg_6.jpg); }


.faq_bloq a {
    color: #606060;
}

.faq_bloq .visited {
      border: 1px solid #42c0fa;
      -webkit-filter: sepia(1);
      filter: sepia(1);
      transition: 0.5s all ease-in-out;

}


/*by dinuka end*/