.float-right {
    float: right;
}

.info-alert-url {
    font-weight: bold;
    color: #ffffff;
}


/**File Uploader Styling**/

#trigger-upload {
    color: white;
    background-color: #00ABC7;
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}

#fine-uploader-manual-trigger .buttons {
    width: 36%;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}

.icon-container {
    cursor: pointer;
    display: inline-block;
    height: 54px;
    width: 54px;
    background-color: transparent;
}

.icon-container .icon {
    position: relative;
    top: -18px;
    left: -18px;
}

.app-list-container {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    min-height: 100px;
    border: 1px solid #d5d8de;
}

.app-list-container a {
    cursor: pointer;
    color: red;
}


/** additional wizard styling **/

.wizard-ux {
    border-top: 1px solid #d5d8de !important;
}


/** show/hide container Styling **/

.alerts-container {
    display: none;
}

.show-alerts-container {
    display: block;
}

hr.style16 {
    border-top: 1px dashed #000000 !important;
}

hr.style16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -12px;
    left: 40px;
    padding: 0 3px;
    background: #000000;
    color: #000000;
    font-size: 18px;
}


/*Extra modal styling*/

.modal-title {
    font-weight: bold;
    color: #ffffff;
}

.organization-loader-div {
    margin: 0 auto;
    width: 400px;
}

.remove-whitespace {
    margin-top: -25px;
}

/* Styling for forms */
.no-border-radius {
    border-radius: 0px;
}

.table-entry-width{
    width:30%;
}

.custom-margin-right {
    margin-right: 200px;
}

.report-margin {
    margin-right:230px;
    margin-top:20px;
}

.report-button-margin {
    margin-top:0.7em;
}

/* Hide all v-cloak elements */
[v-cloak] {
    display: none;
}

.migrations-icon-font{
    font-size: 50.11px;
}

.migrations-modal-width .modal-content,
.migrations-modal-width .modal-dialog{
    width: 300px;
    max-width: none;
}

.button-style {
    width: 120px;
}

.migrate {
    padding: 2px 0 !important;
}

.m-header-4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.dash-button-link{
    display: inline-block;
    color: #515864;
    text-align: center;
    border: 2px solid #5866c3;
    width: 250px;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px; 
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.dash-button-link:hover{
    background-color: #5866c3;
    color: #ffffff;
  }
  .dash-button p{
    font-size: 10px;
  }