/*
.DnnModule-Authentication .dnnFormItem>span.dnnFormLabel {
    width: 107px !important;
}

.DnnModule-Authentication .dnnFormItem input {
    width: calc(100% - 150px) !important;
}

.DnnModule-Authentication .dnnFormItem .dnnLabel {
    width: 110px !important;
}
*/

.DnnModule-Authentication .dnnLabel {
    text-align: left;
}


.actionMenu .dnn_menu_label{display:none!important;}

/*Fixing OpenContent Styles*/
.collapse.in {
    display: block !important;
}
.alpaca-array-actionbar-action.btn i{
  	position:relative;
  	left:auto;
  	top:auto;
  	margin:0;
}


#dnn_ctr_SendPassword_divUsername{display:none}


.level-3 .m_item, .level-2 .m_item
{border-bottom: 1px dotted #888;}


.table-responsive {
    padding-bottom: 26px;
}


/*FORMS*/
.alpaca-layout-binding-holder{
	padding-bottom: 24px;
}
.alpaca-control-label{
    padding-bottom: 8px;
    font-weight: bold;
}

.alpaca-control[type="file"]{
    display: block;
}

.help-block{
    margin-top: 6px;
    opacity: 0.8;
}
.DnnModule-OpenForm .alpaca-container-item .table-responsive.alpaca-container table.table .form-group .col-sm-9{
   width: 100%;
}

.DnnModule-OpenForm .alpaca-horizontal .form-group.alpaca-field .col-sm-9 {
  padding-right: 0;
}

.DnnModule-OpenForm .alpaca-horizontal .form-group.alpaca-field .col-sm-9 {
  padding-right: 0;
}
.alpaca-field.form-group select.form-control{
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}


.alpaca-layout-binding-holder .help-block{
    display: inline;
}

#subColumn ul li.selected a{
    background: #64a70b;
    color:white;
}

