/*
 *		Copyright (c) 2011 GroupLogic Incorporated. All rights reserved.
 *
 *	This source code may be used only by organizations licensed to use activEcho, in conjunction with normal activEcho usage.
 *	No portion of it may be redistributed or modified without the written permission of GroupLogic, Inc. See the GroupLogic Software License Agreement for more information.
 */

body {
    background-size: 100% 115px;
    background-repeat: repeat-x;
    min-width: 480px;
}

@media (max-width: 767px){

    .row-fluid .main {
        margin:inherit;
    }

    .acr-logo svg {
        max-width: 180px;
    }
}

#sidebar {
    float: left;
}

#content {
    float: left;
}


@media (min-width: 1450px) {
    #sidebar {
        width: 14%;
    }

    #content {
        width: 86%;
    }
}

@media (min-width: 1200px) and (max-width: 1449px) {
    #sidebar {
        width: 18%;
    }

    #content {
        width: 82%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #sidebar {
        width: 21%;
    }

    #content {
        width: 79%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #sidebar {
        width: 30%;
    }

    #content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    #sidebar {
        width: 100%;
    }

    #content {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 980px) {

    .container-fluid.user-mode > .row-fluid > .offset1:first-child {
        margin-left: 2%;
    }

    .container-fluid.user-mode > .row-fluid > .offset1 {
        margin-left: 9.6%
    }

    .container-fluid.user-mode >.row-fluid > .span10:first-child {
        width: 96%;
    }

    .container-fluid.user-mode > .row-fluid > .span2:first-child {
        width: 19.2%;
    }

    .container-fluid.user-mode > .row-fluid > .span8 {
        width: 74.03756906077348%;
    }

    .container-fluid.user-mode > .row-fluid > .span4 {
        width: 35.63756906077348%;
    }

    .container-fluid.user-mode > .row-fluid > .span3 {
        width: 28.799999999999997%
    }
}


@media (min-width: 979px) and (max-width: 1199px) {

    .hidden-narrow {
        display: none;
        overflow: hidden;
    }

}

@media (min-width: 1200px) and (max-width: 1439px) {

    .hidden-normal {
        display: none;
        overflow: hidden;
    }

}

@media (max-width: 1050px) {   /* inline filters if not enough space for two columns */
    #filters div.span5 {
        float:none;
    }

    .acr-main-header {
        float:none;
    }
}

@media (min-width: 767px) and (max-width: 980px) {
    #account_actions span.text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 120px;
        display: inline-block;
        line-height: 15px;
    }
}

@media (min-width: 768px) {

    .user-mode .progress {
        max-width: 180px;
    }

    .user-mode .acr-logo {
       text-align: left;
    }
}

@media (min-width: 1200px) {
    .user-mode .progress {
        max-width: 250px;
    }
}


@media (min-width: 1200px) {
    .acr-logo svg {
        max-width: 180px;
    }

}

@media (min-width: 768px) {
    .user-actions {
        padding: 6px 10px 2px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: #000 2px 2px 10px;
    }
}
.user-quota {
    margin-top: 3px;
}

/*#sidebar {*/
    /*min-width: 224px;*/
/*}*/

.nav-tabs.acr-nav-tabs > li > a {
    border: none;
}
.nav-tabs.acr-nav-tabs > li:first-child > a {
    border-radius: 0;
}
.nav-tabs.acr-nav-tabs > li:last-child > a {
    border-radius: 0;
}
.nav-tabs.acr-nav-tabs > li > a:hover {
    border:none;
}

.nav-tabs.acr-nav-tabs > li {
    margin: 0;
}
.nav-tabs.acr-nav-tabs > li:first-child {
    border-top:none;
    border-radius: 0;
}
.nav-tabs.acr-nav-tabs > li:last-child {
 }

.nav-tabs.acr-nav-tabs > li.active {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
}
.nav-tabs.acr-nav-tabs > li.active > a {
    background: transparent;
}

.nav-tabs.acr-nav-tabs > li > a > i {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.acr-nav-sub {
    margin-bottom: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
}
.nav-tabs.acr-nav-sub > li > a:first-child, .nav-tabs.acr-nav-sub > li > a:last-child {
    border-radius: 0;
}
.nav-tabs.acr-nav-sub > li {
    margin-bottom: 0;
    position: relative;
}
.nav-tabs.acr-nav-sub > li > a {
    color: #777777;
    border: none;
    padding-left: 22px;
}

.row-fluid .acr-inner-content {
    background: rgb(255, 255, 250);
    padding: 10px 10px 10px;
    margin:0;
    min-height: 900px;
    border-radius: 5px;
}

#ldap_settings .field_with_errors {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.nowrap-force {
    white-space: nowrap !important;
}

.valign-top {
    vertical-align: top;
}

.indented1 {
	margin-left: 20px;
}

.autowidth {
	width: auto;
}

/* This is used with 'checkbox inline' Twitter Bootstrap styles to continue a checkbox label after an HTML input element */
.checkbox-inline-text {
	padding-left: 10px !important;
}

/* This aligns inline text on a form */
.form-inline-text {
	padding-top: 0px !important;
	margin-bottom: 5px !important;
	vertical-align: middle !important;
}

.force-newline {
    min-width: 400px;
}

.force-newline-ldap {
    min-width: 560px;
}

/* The minimum width of the 'Message' field in the event log */
.log-column-min-width1 {
	min-width: 200px;
}

/* The width of the filter drop-downs on the event log page */
.log-filter-dropdown {
	width: 220px;
}

.smaller-select {
    width: 200px;
}

.underlined {
    text-decoration: underline;
}

.hover-underlined:hover {
	cursor:pointer;
	text-decoration: underline
}

.center-icon {
	text-align: center !important;
}
.breakword {
    word-break: break-all;
}

.container-fluid {
    padding:0;
}

.settings_list {
    margin-top: 12px;
}

.row-fluid > .acr-content {
    margin:0;
}

.row-fluid .acr-main-header {
    margin: 4px 0;
    height: 31px;
}
.row-fluid .acr-main-header .nav {
    margin:0;
}
.row-fluid .acr-main-header .navbar {
    margin: 0;
}

.acr-main-header .navbar .divider-vertical {
    height: 31px;
}

.acr-main-header .dropdown-menu li a:hover {
    background: #333;
}

.user-mode .progress {
    background-image: -moz-linear-gradient(top,rgb(189, 186, 186),rgb(226, 222, 222));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(189, 186, 186)),to(rgb(226, 222, 222)));
    background-image: -webkit-linear-gradient(top,rgb(189, 186, 186),rgb(226, 222, 222));
    background-image: -o-linear-gradient(top,rgb(189, 186, 186),rgb(226, 222, 222));
    background-image: linear-gradient(to bottom,rgb(189, 186, 186),rgb(226, 222, 222));
}

.acr-logo {
    text-align: center;
    margin: 10px 0;

}

.acr-logo svg {
    width: 90%;
    max-width: 330px;
}

.acr-arrow-wrapper {
    display:block; border: none;padding: 0; top: 50%; left:auto; right: -1px;
}

.acr-menu-tab-main {
    position:relative;
}

a.colored, a.detail_action {
	/* accent color: blue denoting a link */
	color: #2F81D9;
}

/*
 * quota
 */

.user-mode .progress {
    filter: none; /* If you use a filter for IE gradients, you don't get rounded corners on IE9! */
}

.user-mode .quota-progress-bar {
    padding-top: 5px;
}

.user-mode .quota-progress-bar > a {
    color: #ddd;
    text-shadow: #333 1px 1px 3px;
    text-decoration: none;
}

footer {
    color:white;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

/* DataTables */

/*
 * Table
 */
table.dataTable {
    margin: 0 auto;
    width: 100%;
}

table.dataTable thead th {
    padding: 3px 0px 3px 10px;
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead th.center div {
   text-align: center;
}

table.dataTable tfoot th {
    padding: 3px 10px;
}

table.dataTable td {
    padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}


table.dataTable tfoot th {
    padding: 0px;

}

table.dataTable td {
    white-space: nowrap;
    vertical-align: middle;
}

table.dataTable tbody td.wrap {
    white-space: normal;
}

table.dataTable tbody td * {
    white-space: normal;
}

table.dataTable tbody td.nowrap .btn-group, table.dataTable tbody td.nowrap .btn-group *{
    white-space: nowrap;
}

table.dataTable tbody td .jstree *,  table.dataTable tbody td .btn-group *{
    white-space: nowrap;
}

table.dataTable tbody td div.nowrap * {
    white-space: nowrap;
}

table.dataTable tbody tr.muted img {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

table.dataTable.nodes .btn-group .btn {
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

table.dataTable.nodes .btn a {
    white-space: nowrap;
}

table.dataTable.nodes .dropdown-menu * {
    white-space: nowrap;
}

table.dataTable.nodes tr:hover .btn-group .btn {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

table.dataTable.nodes .btn-group.open .btn {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

table.dataTable.nodes th {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

table.dataTable.nodes th:first-child {
    border-left:none;
}
table.dataTable.nodes th:last-child {
    border-right:none;
}

div.dataTable_disabled > div.contents, div.dataTable_disabled > div.footer {
    opacity: 0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}

.table-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
    padding-top: 10px;
    position: relative;
    display: block;
    *zoom: 1;
    padding-bottom: 25px;
}
.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_wrapper .contents {
    min-height: 300px;
}

#provisioned_admin_groups_table_wrapper .contents,
#file_servers_licensing_table_wrapper .contents {
	min-height: 100px;
}

.dataTables_wrapper label {
    vertical-align: bottom;
    white-space: nowrap;
}


/*
 * Page length menu
 */
.dataTables_length {
    margin-top: 2px;
}


/*
 * Filter
 */
.dataTables_filter {
    float: right;
    text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
    color: #666;
    text-align: right;
}


/*
 * Pagination
 */
.dataTables_wrapper .paginate-wrapper {
    text-align: center;
    white-space: nowrap;
}

.dataTables_wrapper .well {
    margin-top: 10px;
}

/*
 * Processing indicator
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #666;
    text-align: center;
    font-size: 14px;
    background-color: white;
    color: #666;
    z-index: 10;
}

.dataTables_processing img {
    vertical-align: middle;
}


/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

table.dataTable th:active {
    outline: none;
}

table.dataTable td form {
    margin: auto 0;
}

table.nodes td img {
  cursor: pointer;
}

/*
 * Scrolling
 */
.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

table.groups tfoot td {
    border-top: double #ccc;
}

#owner td {
    border-bottom: double #ccc;
}

table.dataTable {
    /*table-layout: fixed;*/
    width: 100%;
}

dl.more-info dt {
    display: block;
    width: 160px;
    text-align: right;
    line-height: 20px;
}

dl.more-info dd {
   margin: -20px 0 0 180px;
}

/* Style copied from bootstrap as the required markup is differernt */
.autocomplete_loading {background-image: url('/images/loading5.gif'); background-repeat: no-repeat; background-position: right; }
.autocomplete-suggestions { overflow: auto; }
.autocomplete-suggestion {
    overflow: hidden;
    display: block;
    padding: 5px 10px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
}
.autocomplete-selected {
    color: white;
    text-decoration: none;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top, #08C, #0077B3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#0077B3));
    background-image: -webkit-linear-gradient(top, #08C, #0077B3);
    background-image: -o-linear-gradient(top, #08C, #0077B3);
    background-image: linear-gradient(to bottom, #08C, #0077B3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

input.autocomplete_input_field {
   background: url('/images/asc.gif') right center no-repeat;
}

/*
 * cursors
 *
 */

.cursor_can_copy {
   cursor: text !important;
}


/*
 * I18n
 */

.translation_missing {
	color: red;
	background-color: #E0E0E0;
}

/*
 * tooltip
 */

.tooltip-inner {
    font-size: 12px;
    text-align: justify;
    word-wrap: break-word;
}

/*
 * forms
 */

input[data-placement="right"] + div.tooltip > .tooltip-inner:before,
select[data-placement="right"] + div.tooltip > .tooltip-inner:before {
    content: url('/img/icon-info.png');
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.form-horizontal .form-actions {
    padding-left: 18px;
}

/*
 * buttons
 */

.debug-buttons {
    width: 108px !important;
}

/*
 * login
 */

html#login-page, html#login-page body {
    height: 100%;
}

#login-container {
    width: 600px;
    height: 100%;
    min-height: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px;
}

#login-footer {
    width: 600px;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

#loginbox #session_email, #loginbox #session_password,
#forgot_password_box #email,
.set_password #user_password, .set_password #user_password_confirmation,
.change_password #user_password, .change_password #user_password_confirmation {
    width: 240px;
}

#loginbox .form-actions,
#forgot_password_box .form-actions,
.set_password .form-actions,
.change_password .form-actions {
    padding: 20px 0;
}

#loginbox .alert {
    padding: 10px;
}

#loginbox .close {
    display: none;
}

#loginbox form, #loginbox .form-actions {
    margin-bottom: 0px;
}

#loginbox .form-actions {
    padding-bottom: 6px;
}

#login-body {
    width: 320px;
    position: relative;
    left: 50%;
    margin-left: -160px;
}

#forgot_password_wrap {
    text-align: right;
    line-height: 15px;
}

#forgot_password_wrap a {
    font-size: 13px;
}

/*
 * File purging & User expiration fixes
 */

.sub-controls {
    padding-left: 20px;
}

/*
 * Toggable tabs
 */
.toggle-tabs > li > a {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    background-color: #EEEEEE;
    color: #005580;
}

.toggle-tabs > li > a:hover, .toggle-tabs > li a:focus {
    color: #0088CC;
}

/*
 * Inline fix
 */

.input-prepend .field_with_errors, .input-append .field_with_errors {
    display: inline-block;
}

#purging_form .field_with_errors {
    display: inline;
}

input.input-align {
    /* This allows radio buttons to be aligned down with label text when there is an input tag in the row. */
    margin-top: 12px;
}


/* This edit gives five levels of specificity, thus making it override other styles */
/* This is to prevent the "now" button from looking like it is disabled. */
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
    font-weight: bold;
    opacity: 1;
    filter:Alpha(Opacity=100);
}

/*
 * Flash messages
 */
#flash-container {
    pointer-events:none;
    position:fixed;
    z-index: 9999;
    top: 12px;
    left: 50%;
    margin-left: -18%;
    width: 36%;
}

#flash-container .flash-message{
    margin-bottom: 10px;
    text-align: center;
}

#flash-container .alert {
    pointer-events:auto;
    display: inline-block;
    background: none;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    box-shadow: #000 1px 1px 3px;
    margin: 0px;
    padding-right: 10px;
    text-align: left;
}

#flash-container .alert .close {
    right: -13px;
    top: -11px;
    opacity: 0.3;
    width: 20px;
    margin-left: -15px;
}

#flash-container .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

#flash-container .alert-notice {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}

/*
 * License
 */

.license-details dt {
    width: 300px;
    text-align: left;
}

/**
 * Custom file upload
 */
.files-upload .row-fluid {
    margin-bottom: 10px;
}

.files-upload .files-input {
    overflow: hidden;
    position: relative;
}

.files-input input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.upload-files-modal .modal-body {
    border-width: 4px;
    border-style: dashed;
    border-color: transparent;
}

.upload-files-modal .progress {
    max-width: none;
}

.dataTables_wrapper {
    border: 4px dashed transparent;
    margin: -4px;
}

.dataTables_wrapper.drag-over {
    border-width: 4px;
    border-style: dashed;
    border-color: #CCCCCC !important;
    opacity: 0.5;
}

table.nodes tr.folder.drag-over {
    opacity: 1;
}

table.nodes tr.folder.drag-over {
    background-color: #F5F5F5;
    border-width: 4px;
    border-style: dashed;
    border-color: #CCCCCC !important;
}

.tooltip {
    z-index: 999999;
}

#device_info dd {
    min-height: 20px;
}

form.new_user_or_group .checkbox input[type="checkbox"] {
    float: none;
}



/*
 * Ldap search widget
 */
.ldap-search {
    padding: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    /*background-color: #f9f9f9;*/
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.ldap-search tbody > tr:nth-child(even) > td {
    background-color: white;
}

.table-hover tbody tr:hover > td {
    background-color: #f5f5f5 !important;
}

.ldap-search .dataTables_wrapper {
    padding-bottom: 0px;
}

.ldap-search .input-prepend, .ldap-search .input-append {
    margin-bottom: 0px;
}

.ldap-search-results.drop-down {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    /*top: 100%;*/
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 99999;
    margin-top: 0px;
    margin-left: 0px !important;

    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #5897fb;
}

.ldap-search-results .loading {
    top: 2px;
    text-align: center;
}

.ldap-search-results.drop-down .dataTables_wrapper {
    padding: 0;
}

.ldap-search-results.drop-down .search-results {
    top: 2px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ldap-search-results.block {
    /*margin-top: 10px;*/
}

.ldap-groups-table {
    width: 100%;
    margin-top: 10px;
}

.ldap-groups-table td:last-child {
    width: 1%;
    white-space: nowrap;
}


/*
 * New icons small version
 *
 */

.icon-small:before {
    font-size: 0.8em;
}

/*
 * Modal window
 *
 */
#notifications .modal-body {
    max-height: 600px;
}

@media (min-width: 768px){

    .modal-wide {
        width: 60%;
        margin-left: -30%;
        min-width: 600px;
    }

    .modal-widest {
        width: 80%;
        margin-left: -40%;
    }
}

.modal-higher .modal-body {
    max-height: none;
}

.add_provisioned_admin {
	width: 680px;
}

/*
 * Quota settings
 */
.new-ldap-quota-input {
    margin-bottom: 0;
}
.quota_settings {
    margin-bottom: 10px;
}

.field_with_errors {
    display: inline;
}

.modal {
    position: relative;
}

@media (max-width: 767px) {
    .modal {
        right: 0;
        margin-right: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .modal {
        right: 0;
        top: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .modal.fade.in {
        top: 10px;
    }
}

.modal-body {
    position: relative;
    display:block;
    overflow: hidden;
    max-height: none;
}

.modal-scrollable{
    position: fixed;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    z-index: 1100;
    overflow: auto;
}

.server_list, .folder_list {
    width: 100%;
}

.server_policies:first-child {
    margin-left: 0px;
}

.dataTables_wrapper .contents, .dataTables_wrapper .contents-fluid {
    overflow-x: auto;
}

.form-with-no-margin form.filter_form {
    margin-bottom: 0px;
}

.row-fluid .well.offset {
    margin-left: 20px;
}

.inline-block {
    display: inline-block;
}

#user_and_group_profiles .well {
    max-width: 580px;
}

.fill {
    width: 100%;
    display: block;
}

.select-auto {
    width: auto;
}
table.table-details td, table.table-details th {
    background-color: transparent !important;
    border: none !important;
    padding: 3px 5px;
}

.table-details th {
    text-align: right;
    font-weight: bold;
}

#policy_groups_table .dataTables_empty {
   display: none;
}

/*
 * Quota bar
 */

@media screen and (max-width:766px) {

    .quota-progress-bar {
        bottom: -15px;
        position: absolute;
        width: 215px;
    }

    .user-actions {
        position: relative;
    }

}

#policy_header {
    font-size: 12pt !important;
}

div.modal div#active-users {
    margin-bottom: 50px;
}

/*
 * Form with long labels
 */
form.long-labels .control-label {
    width: 240px;
}

form.long-labels .controls {
    margin-left: 260px;
}

.progress_indicator span {
    background-image: url('/images/ajax-loader.gif'); background-repeat: no-repeat; background-position: left;
    font-size: 16px;
    padding: 4px 0px 4px 26px;
}


.user_form .control-group {
	margin-bottom: 0px;
}

