/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2016, 10:38:51 PM
    Author     : BlueWindLab
*/

.bpm-admin-poll-result{
    
}

.bpm-admin-poll-result li:first-child{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding: 0 0 12px;
    text-align: center;
}


.bpm-admin-poll-result li{
    border-bottom: 1px solid #eee;
    line-height: 24px;
    margin-bottom: 0;
    padding: 6px;
}

.bpm-admin-poll-result li:nth-child(2n){
    background: #fafafa;
}


/*helper*/

h2.bwl_cmb_meta_title{
    padding-left:0px !important;
    border-bottom: 1px solid #EEE;
    
}

h3.bwl_cmb_meta_sub_title{
    
}

input.bwl_cmb_small_input{
    width: 120px;
}

.grp_bar,
.grp_chart{
    display:none;
}

.dn{
    display: none;
}

.db{
    display: block;
}

.grp_max_vote,
.grp_vd{
    display: none;
}



p.bwl_cmb_row label{
    width: 170px !important;
    display: inline-block;
    font-weight: bold;
    
}

p.bwl_cmb_db label{
    display: block !important;
    width: 100% !important;
    font-weight: bold;
}

p.bwl_cmb_row input[type=text]{
    width: 70%;
    display: inline-block;
}

p.bwl_cmb_row input[type=text].img-path{
    width: 55%;
    display: inline-block;
}

.bwl_cmb_repeat_row span.label{
    width: 80px !important;
    display: inline-block;
    font-weight: bold;
}


.bwl_cmb_repeat_row input[type=text], .bwl_cmb_repeat_row textarea {
    padding: 3px 5px;
    width: 70%;
    /*vertical-align: top;*/

}

.bwl_cmb_repeat_row select {
    
    width: 70% !important;

}
.bwl_cmb_repeat_row input[type=text]:focus, .bwl_cmb_repeat_row textarea:focus {border: solid 1px #c2c2c2;}
.bwl_cmb_repeat_row select {
    width: 270px;
    
}
.bwl_cmb_repeat_row {
    clear: both;
    padding: 8px 15px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #F8F8F8;
}

.bwl_cmb_repeat_row {
    margin: 0 0 5px;
    list-style: none;
    cursor: move;
    background: #FAFAFA;
    border: 1px solid #eee;
}
.bwl_cmb_repeat_row .clear {height: 5px;}
.bwl-cmb-sort-highlight {
    background-color: #f9f9f9;
    border: 1px dashed #eb644a;
    height: 60px;
}
.delete_row {
    background-color: #bb3415;
    border: 1px solid #c93d1e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
    color: #fff;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 4px 8px 4px;
    text-align: left;
    text-shadow: 0 0 0 transparent,1px 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: border-color,0.3s;
    -moz-transition: border-color,0.3s;
    -o-transition: border-color,0.3s;
    transition: border-color,0.3s;
    opacity: 1;
    position: relative;
    display: inline-block;
}
.delete_row:hover {
    color: #FFF;
    opacity: .85;
    }
.bwl_cmb_repeat_field_container .delete_row {
    position: absolute;
    bottom: 13px;
    right: 2px;
}

.bwl_cmb_row_deleted{
    background: #eb644a;
}

/*-- Grid Layout. --*/

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



/* grid */
.bwl_cmb_grid_row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
  margin-bottom: 10px;
}
.bwl_cmb_grid_row:last-child {
  margin-bottom: 0;
}

.bwl_cmb_grid_row label{
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
}

.bwl_cmb_grid_row select{
    min-width: 120px;
}

.bwl_cmb_grid_row .bgcolor_display {
    /*margin-top: 12px;*/
     text-align: center; display: block;height: 24px; 
     width: 70px;
     border: 1px solid #EEE;
}

.bwl_cmb_grid_row .bgcolor {
    
    margin-top: 12px;
    font-size: 12px;
    text-transform: lowercase;
    width: 70px;
}
[class*="bwl-cmb-col-"] {
  padding: 10px;
  width: 100%;
}

@media all and ( min-width: 600px ) {
  
  /* set col widths */
  .bwl-cmb-col-2-3 {
    width: 64%;
  }
  .bwl-cmb-col-1-2 {
    width: 48%;
  }
  .bwl-cmb-col-1-3 {
    width: 33%;
  }
  .bwl-cmb-col-1-4 {
    width: 23.55%;
  }
  .bwl-cmb-col-1-8 {
    width: 11%;
  }
  
   .bwl-cmb-col-1-1 {
    width: 100%;
  }
  
}