input[type="radio"], input[type="checkbox"]{
	width:auto !important;
	height:auto !important;
	float:left;
}

.haschild{
	
	clear:left;	
}

.disabled{
	background:#efefef !important;
}
.modal-open{
	overflow-y:auto !important;
	overflow-x:auto !important;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
	margin-right:0px;
}
body{
	min-height:auto;
}
#mainnav{
  margin-bottom:20px !important;
}
.error_message{
  color:red;
  clear: both;
	font-size:12px;
}
.form-group{
	margin-bottom:0px;
	min-height:80px;
}
.failedclass{    
	background-color: #ebcccc;
    border-color: #e6c1c7;
}
.mask{
	width:100%;
	height:100%;
	background:white;
	position: fixed;
	opacity:0.8;
    z-index: 9999;
    top:0;
}
.loading_image{
	position:fixed;
    top: 50%;
    left: 50%;
    z-index: 999999998789;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
}
.dashbaordtable th{
	text-align:left !important;
}
.no-padding{
	padding:0pc;
}
.clear-fix{
	clear:both;
}
.cron-select-wrap {
  display: inline-block;
}

.cron-select-wrap .cron-select {
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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, -webkit-box-shadow ease-in-out 0.15s;
       -o-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;
}

.cron-select-wrap select[multiple] {
  height: 140px;
}

.select-options {
  display: inline-block;
}
.haschildradio input{
	margin-right:5px;
	size:100px;
}
.classselect{
	height:20px;
}
input:invalid,select:invalid{
    box-shadow: none;
}
.k-tabstrip .k-tabstrip-items{
	display:none !important;
}
.capillary_footer{
	position:fixed;bottom:0;
	text-align:right;
	width:100%;
	background:#efefef;
}
select{
	    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.checkbox_item{
  min-height:74px;
}
.checkbox_item input{
margin: 32px 10px 0 0;
}
.checkbox_item label{
margin-top:28px;
}
.k-tabstrip-wrapper table th{
  text-align:center !important;
}
.col-centered{
    float: none !important;
    margin: 0 auto !important;
}
.form-horizontal .control-label{
  text-align:left;
}
.checkbox-inline{
  margin-right:10px;
}
.checkbox-inline + .checkbox-inline{
  margin-left:0px !important;
  margin-right:10px;
}
.error_message1{
    position: fixed;
    width: 100%;
    top: 2%;
    color: black;
    z-index: 9999;
    text-align: center;
}
#message_text{
  text-align:center;
  padding:5px 20px;
}
.secretelements{
  display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -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;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.action_select{
  width:85% !important;
  float:left;
}
.action_add{
  height:35px;
}
.user_reponse{
  width:40%;
  float:left;
}
.reponse_add{
  display:inline-block !important;
}
.icon_style{
 padding:3px;
 border-radius:
 width:20px;
 text-align:center;
 color:white;
 display: inline-block;
     margin:0px 0px 1px 0px;
}
.i-backward-2{
  color:green;
}
.i-forward-3{
  color:red;
}
.children {
  margin-left:10px;
}
.input_type,.button_type{
  float: left;
  padding:5px;
  margin-bottom:10px;
}
.input_type{
  width:44%;
}

.removeButton{
  margin-top:8px;
}
.action_heading{
  height: auto;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}
.action_item{
  background:white;
  float:left;
  padding:10px;
  
}
.action_item label{
  word-break: break-all;
  display:inline-block;
}
.actions_block{
  clear:both;
  float:left;
  width:100%;
}
.action_item span{
  font-weight:bold;
}
.action_item label{
  display:block;
  clear:both;
  margin:5px 0;
  width:100%;
  font-weight:normal;
}
.list-inline li{
  display:block;
  float:none;
}
.list-inline li input{
      height: auto;
    padding: 2px 3px;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    min-height: 36px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.responseHeaderElements:nth-child(odd) {
    width:85%;
}
.responseHeaderElements {
  margin-bottom:10px;
}
.response_header_button_type{
  width:20%;
  line-height:0px;
  margin-top: -8px;
}
.responseHeaderElements,.responseheadeadd{
  float:left;
  display: inline-block !important;
}
.responseheadeadd button{
  height:38px;
}
.templates_info{
  display:inline-block;
  background:#efefef;
  padding:5px 10px;
  margin:0 0 10px 20px;
}
.icons_info{
  display:inline-block;
}
.manual_skucode_entry{
  margin:10px 0;
  padding:0px;
}
.lvl-over {
        /* applied to a drop target when a draggable object is over it */
        border: 2px dashed black !important;
      }

      .lvl-target {
        /* 
        applied to all drop targets when a drag operation begins 
        removed when the drag operation ends
        used to indicate drop targets on a page 
        */
        background-color: #ddd;
        opacity: .5;
      }

      [draggable] {
        /* not applied by the directive, but useful to indicate a draggable element */
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: move;
        border:1px solid black;
      }
      /**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.token_list{
  float:left;
  margin:0;
  padding:0;
  width:100%;
  border:1px solid #d4d4d4;
  border-top:none;
  margin-bottom:20px;
}
.token_list li{
  list-style:none;
  padding:10px 0;
  margin-bottom:5px;
  cursor:pointer;
}
.token_list li:last-child{
  margin-bottom:0px;
}
.token_list li:hover{
  background:#efefef;
}
.no_padding{
  padding:0;
}
