@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 100;
    src: url(../font/AvenirNext-UltraLight.woff) format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    src: url(../font/Avenir-Light.woff) format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-weight: 400;
    src: url(../font/Avenir-Book.woff) format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    src: url(../font/Avenir-Black.woff) format('woff');
}

@font-face {
    font-family: 'Alphabet';
    font-style: normal;
    font-weight: 400;
    src: url(../font/ALPHABET.ttf) format('ttf');
    src: url(../font/ALPHABET.woff) format('woff');
}

/* mostly here to preload image (js uses it a lot) */
.spinner {
    background: url("/UI/img/throbberSmall.gif") no-repeat;
    height: 18px;
    width: 18px;
}

input,
button,
select,
textarea,
.navbar-search,
body {
    font-family: "Avenir", "Helvetica Neue", "Helvitca", "Arial", "sans-serif";
}

select {
    margin-bottom: 0;
}

input[type="checkbox"] {
    margin: 0;
}

output {
    font-weight: bold;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

#wrapper {
    position: relative;
}

#wrapper {
    width: 100%;
    padding-top: 0px;
}

.inline-block {
    display: inline-block;
}

.cloud_sync {
    width: 35%;
    overflow: visible;
    display: inline-block;
}

#agentAddProgressBar.bar {
    color: #000000;
}

.download-button {
    width: 85px;
}

.navbar ul {
    text-transform: uppercase;

}

.dropdown-menu li {
    text-transform: none;

}

.dattoLogoContainer {
    height: 21px;
    width: 60px;
    margin-top: -6px;
    padding: 0px;
}

.dattoLogoWhite {
    margin-left: -3px;
    padding-top: 5px;
    height: 22px;
    width: 70px;
    max-width: none;
}

.username {
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knob {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pointer {
    cursor: pointer;
}

a, .link {
    color: #006dcc;
}

a.unstyled, a.unstyled:hover {
    text-decoration: none;
    color: black;
}

.cloud_nav-left {
    padding-right: 4px;
    border-right: 1px solid #e6e6e6;
}

.hero-master {
    opacity: 1;
    background-color: rgba(251, 251, 251, 0.68);
}

.hero-rule {
    background-color: #9e9e9e;
    color: #9e9e9e;
    border-top: 1px solid #9e9e9e;
}

.hero-slim {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cloud_container {
    background-color: #eef6f9;
    background-color: rgba(255, 255, 255, .90);
    padding: 20px;
    /* negative indent the amount of the padding to maintain the grid system */
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, .25);

    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

}

.cloud_help {
    background-color: #074a78;
    background-image: -moz-linear-gradient(top, #346c92, #063c60);
    background-image: -ms-linear-gradient(top, #346c92, #063c60);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#346c92), to(#063c60));
    background-image: -webkit-linear-gradient(top, #346c92, #063c60);
    background-image: -o-linear-gradient(top, #346c92, #063c60);
    background-image: linear-gradient(top, #346c92, #063c60);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#346c92', endColorstr='#063c60', GradientType=0);
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    padding-left: 5px;
    padding-right: 5px;
}

.cloud_firstRow td {
    border-top-style: none;
}

.nav > li > a:hover {
    background-color: rgba(0, 0, 0, .10);
    border-radius: 4px;
}

.nav-list > .active > a {
    border-radius: 4px;
    background-color: #006dcc;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: rgba(0, 0, 0, .04);
}

.table-striped tbody tr.error:nth-child(odd) td, .table-striped tbody tr.error:nth-child(odd) th {
    background-color: rgb(255, 240, 240);
}

.cloud_pageHeader {
    background-color: #d9e1e4;
    background-color: rgba(0, 0, 0, .07);
    padding: 20px;
    margin: -20px -20px 20px;
}

.cloud_pageHeader h1 {
    margin: 0;
}

/* In cloud_pageHeader:
 * (header's span* class can be adjusted based on the number of actions to
 * prevent going to a second line on desktops)
 * <div class="page-header cloud_pageHeader row-fluid">
 *     <h1 class="span6">...</h1>
 *     <div class="page-actions pull-right"> <!-- no span* on this div -->
 *         <div class="action ...">action 1</div>
 *         <button class="action btn">action 2</button
 *         ...
 *     </div>
 * </div>
 *
 * Can also be placed outside of the header:
 * <div class="page-header cloud_pageHeader row-fluid">
 * </div>
 * <div class="page-actions pull-right"></div>
 * ... rest of page content ...
 */
.page-actions {
    margin-top: -10px;
    margin-bottom: 10px;
}

.cloud_pageHeader .page-actions {
    margin-bottom: 0;
}

.page-actions button {
    margin-left: 0; /*remove this after all pages ported to new structure*/
}

.page-actions .action {
    margin-top: 10px;
    margin-left: 10px;
}

.cloud_pageDivider {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, .07);
    border-top: 1px solid rgba(0, 0, 0, .10);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

/*This junk makes tables sortable! */
table .header {
    cursor: pointer;
}

table .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden;
}

table .headerSortUp, table .headerSortDown {
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
    visibility: visible;
}

table .headerSortDown:after, table .headerSortDown:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

table .headerSortUp:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

table .blue {
    color: #049cdb;
    border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
    background-color: #ade6fe;
}

.td-link-button {
    color: #006dcc;
    border: none;
    background: transparent;
    vertical-align: top;
    text-align: left;
    text-transform: none;
    padding: 0;
}

.pagination {
    height: 30px;
    margin: 18px 0;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 27px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.cloud_hidden {
    display: none;
}

.cloud_statusIcon img {
    width: 20px;
    margin-top: -3px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.device_statusIcon {
    margin-top: -3px;
    width: 16px;
    height: 16px;
}

.cloud_smallScreenshot {
    width: 80px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;

}

.hero-unit h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
}

.table td:not(.notMiddle) {
    vertical-align: middle;
}

.table th.text-center,
.table td.text-center {
    text-align: center;
}

.table th.text-right,
.table td.text-right {
    text-align: right;
}

.table .nowrap {
    white-space: nowrap;
}

.cloud_error {
    background-color: #f79494;
    padding: 7px 20px 10px;

}

#loginBox {
    background-color: rgba(255, 255, 255, 0.95);
    width: 400px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
}

#loginBox h1 {
    margin-bottom: 16px;
}

#loginBox img {
    width: 400px;
}

.mutedLight {
    color: rgba(0, 0, 0, .15);
}

hr:not(.notCustom) {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .01);
}

.cloud_alert {
    margin-top: -16px;
    background-color: rgba(255, 0, 0, .19);
    padding-top: 6px;
    padding-bottom: 6px;
}

.well {
    background-color: rgba(0, 0, 0, .05);

}

.datto-well {
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.05);
    border-style: solid;
}

.ultralight {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.heavy {
    font-weight: 600;
}

.small {
    font-size: 24px;
}

.nudge-left {
    padding-left: 20px;
}

.nudge-right {
    padding-right: 20px;
}

.border-right {
    border-right: 1px solid #eeeeee;
}

/*Making nav lists a little nicer*/
.datto-list {
    padding-right: 30px;
}

.datto-list .active > a {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.datto-list > li > a:hover {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.datto-agent-status p {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 3px;
    line-height: 14px;
}

.cleanFirstRow tr:first-of-type th,
.cleanFirstRow tr:first-of-type td,
th.isCleanFirstRow, td.isCleanFirstRow {
    border: none;
}

.right-icons i {
    text-align: right;
    float: right;
}

.helpText, .helpText-alt {
    font-style: italic;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.helpText-alt {
    margin-top: 0;
}

.plain-link {
    color: black;
    text-decoration: none;

}

.iconSpace {
    margin-left: 7px;
}

.btn-link:focus {
    outline: thin dotted #333;
}

/* Here comes the buttons */
.btn:not(.notCustom):not(.btn-link) {
    background-image: none;
    box-shadow: none;
    -mox-box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid rgba(0, 0, 0, .20);
    font-weight: 600;
}

.btn-mini {
    font-weight: 600;
}

.btn-group > .btn + .btn {
    margin-left: -2px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*
    add .tooltip-paragraph to the element you hover over to see the tooltip;
    when you call $element.tooltip({html: true}), it will append
    <div class="tooltip"><div class="tooltip-inner"> (the actual tooltip)
    immediately after your <div class="tooltip-paragrah"> element
    thus, the tooltip text will be affected by the css rules below
*/
.tooltip-paragraph + .tooltip .tooltip-inner {
    text-align: left;
    font-size: 13px;
    max-width: 300px;
    white-space: normal;
}

button.link {
    border: none;
    background: transparent;
    text-transform: none;
    padding: 0;
}
button.link:hover {
    text-decoration: underline;
}

.navbar-inverse {
    font-weight: 600;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: rgba(255, 255, 255, .75);
}

.navbar-inverse .navbar-inner {
    background-color: rgba(0, 0, 0, .60);
    background-image: none;
    border-color: rgba(255, 255, 255, .07);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: rgba(0, 0, 0, .25);
    background-image: none;
}

.navbar-inverse .divider-vertical {
    border-right-color: rgba(0, 0, 0, .20);
    border-left-color: rgba(0, 0, 0, .30);
}

/*Fixes for the backup page*/

.backupTable table {
    width: 90%;
    border: none;
}

.backupTable th,
.backupTable td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.backupTable tr:first-of-type > td {
    border: none;
}

#feature {
    overflow: hidden;
}

#syncRateTable {
    width: 90%;
    border: none;
}

#syncRateTable th,
#syncRateTable td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

#syncRateTable tr:first-of-type > td {
    border: none;
}

.optionHeader {
    font-size: 20px;
    padding-bottom: 2px;
    color: #000;
    cursor: pointer;
    margin-top: 1em;
}

.optionHeader > i {
    font-size: .75em;
}

.optionsListHeader {
    cursor: default;
    font-size: 1.5em;
    margin-bottom: .25em;
    margin-top: 1.5em;
}

.optionsList .optionsListHeader:first-child {
    margin-top: 0;
}

.tab-pane > h2,
.first-header {
    margin-top: 0;
}

/* .optionContainer is deprecated (replaced by .optionContainer-alt)
   note, using the markup style below is rare.
<div class="row-fluid optionContainer-alt">
    <div class="span*">
        <div class="optionBox"></div>
        <div class="optionBox"></div>
    </div>
    ...
</div>
*/

.optionContainer-alt {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    margin-top: 20px;
}

.optionBox {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    margin-top: 20px;
    padding-bottom: 20px;
}

.optionBox-alt {
    border-bottom: 0;
}

.optionBox:last-child {
    border-bottom: 0;
}

.optionBox form {
    margin-bottom: 0;
}

.tab-content .optionBox {
    padding-left: 15px;
    padding-right: 15px;
}

.optionBox:first-child {
    margin-top: 4px;
}

.hourTable td {
    height: 26px;
    width: 24px;
    padding: 2px;
    text-align: center;
}

.hourTable a {
    color: #1f374c;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.relativeNav {
    position: relative;
}

.fixedNav {
    position: fixed;
    top: 50px;
}

#sideInfo ul {
    margin: 0;
}

#sideInfo h2 {
    font-size: 1em;
    line-height: 1;
    margin: 1em 0em .5em 0em;
}

#sideInfo h4, #sideInfo h5 {
    margin: 0;
    font-weight: normal;
}

.label {
    font-weight: bold !important;
    font-size: 11.844px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sideInfo .right {
    float: right;
    font-size: 14px;
}

#sideInfo ul, #sideInfo li {
    list-style: none;
}

#sideInfo .statusIcon {
    float: left;
    border: 0;
}

#sideInfo a:hover {
    text-decoration: none;
}

#sideInfo li {
    padding: 2px 0 .5em 3px;
    border-bottom: 1px solid #eee;
    margin-bottom: .5em;
}

#sideInfo li:hover {
    /*background-color: #a7d5f5;*/
    cursor: default;
}

#sideInfo .cleanList {
    margin: 0;
}

.smallList img {
    width: 15px;
    height: 15px;
    padding-right: 5px;
}

.cleanList .statusIcon {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 3px;
    padding-right: 3px;
    border-style: none;
}

.radio {
    display: inline-block;
    margin-right: 1em;
    cursor: pointer;
}

.datto-agent h3 {
    margin-left: 12px;
    margin-bottom: 0;
}

.datto-agent .no-margin-left {
    margin-left: 0;
}

.datto-agent .nav,
.datto-agent .table {
    margin-bottom: 0;
}

#agentBlock > .datto-agent:not(:first-child) {
    border-top: 1px solid rgba(128, 128, 128, .2);
    margin-top: 24px;
    padding-top: 24px;
}

#agentBlock > .datto-agent:last-child {
    border-bottom: 1px solid rgba(128, 128, 128, .2);
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.datto-agent table td:first-child {
    width: 10em;
}

.datto-agent table td:first-child:after {
    content: ": ";
}

.datto-agent table td {
    border-top: 0;
}

.datto-agent .nav-pills.nav-stacked > li > a {
    margin-top: 0;
    margin-bottom: 0;
}

/* kill margins on inputs */
input[type='text'] {
    margin: 0;
}

#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.19);
    background-image: none;
    display: none;
}

.noBullets {
    list-style: none;
}

.breakoutRight {
    position: absolute;
    background-color: #cdcdcd;
    padding: 2em;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fafafa, #f4f4f4);
    background-image: -ms-linear-gradient(top, #fafafa, #f4f4f4);
    background-image: -o-linear-gradient(top, #fafafa, #f4f4f4);
    box-shadow: 0px 0px 3px rgb(156, 156, 156);
}

#license_prompt {
    background-color: #fff;
    display: none;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgb(160, 160, 160);
    z-index: 1000;
    position: fixed;
    width: 500px;
    height: 17em;
    top: 50%;
    left: 50%;
    margin-top: -8em;
    margin-left: -175px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(rgb(218, 218, 218)));
    background-image: -webkit-linear-gradient(top, #fafafa, rgb(218, 218, 218));
    background-image: -moz-linear-gradient(top, #fafafa, rgb(218, 218, 218));
    background-image: -ms-linear-gradient(top, #fafafa, rgb(218, 218, 218));
    background-image: -o-linear-gradient(top, #fafafa, rgb(218, 218, 218));
    box-shadow: 0px 0px 3px rgb(156, 156, 156);
}

#license_prompt #prompt_title {
    position: relative;
    background-color: #20384C;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgb(160, 160, 160);
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: .5em;
    border-radius: 6px;
}

#prompt_buttons {
    margin-top: .5em;
    text-align: center;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.oldUIIcon {
    display: none;
}

.overflowLeft {
    white-space: nowrap;
    direction: rtl;
}

/* prevents roundtrip modal from blocking menu when it's hidden */
.modal.fade {
    display: none;
}

.ssFailed, .status-failed, .user-admin, .malware-detected {
    color: #f00;
}

.status-notice {
    color: #FAA732;
}

/*#full-screen-background-image{
    display: none;
}

body{
    background-color: #000;
}*/

h3 {
    margin-top: 0px;
}

/* begin MftDump comparator*/

#MftCompareConfirmation {
    background-color: #fff;
    display: none;

    /*opacity:0.8;*/
    border-radius: 9px;

    /*text-align: left;*/
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #333;
    z-index: 1000;
    position: fixed;
    width: 450px;
    height: 16em;
    top: 50%;
    left: 50%;
    margin-top: -8em;
    margin-left: -175px;

    overflow: hidden;
}

#MftCompareConfirmation #mftHeader {
    position: relative;
    background-color: #20384C;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
}

#MftCompareConfirmation #mftContent {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
}

#MftCompareConfirmation #mftFooter {
    position: relative;
    box-sizing: border-box;
    height: 1.5em;
    width: 100%;
    text-align: center;
    bottom: 1em;
    margin-top: 3em;
}

#MftCompareConfirmation #mftFooter button {
    width: 6em;
    margin-left: 2em;
    margin-right: 2em;
}

li.hDrive:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

li.folderItem:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

#fTrees > div {
    margin: 1%;
    float: left;
    display: block;
    width: 48%;
}

div.volWrapper {
    overflow-x: auto;
    margin-bottom: 20px;
}

div.controls ul {
    margin-left: 0px;
}

/* end MftDump comparator*/

#vmSettingsTable {
}

#vmSettingsTable td {
    text-align: left;
}

#vmSettingsTable td.right {
    text-align: right;
}

#vmSettingsTable td.vmSlider {
    padding-left: 20px;
    min-width: 200px;
}

#screenshotOverlay {
    background-color: rgba(0, 0, 0, 0.74);
    height: inherit;
    width: inherit;
    position: absolute;
    padding: 4cm 2px 1cm 2px;
    margin: -2px;
    display: none;
    vertical-align: middle;
    box-shadow: 0px 8px 10px -6px #000, 0px 0px 109px #000000 inset;
}

#screenshotOverlay > h5 {
    text-align: center;
    font-size: 20px;
    width: 100%;
    top: 30%;
    position: absolute;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #FFFFFF;
    text-shadow: 2px 3px 4px #000000;
}

.wellSuccess {
    font-weight: normal;
    color: #00A300;
    text-shadow: 0px 1px 0px #00A300;
}

.wellError {
    font-weight: normal;
    color: #FF0000;
    text-shadow: 0px 1px 0px #BE0000;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted black;
}

#bandwidthChart {
    width: 450px;
    height: 200px;
}

#newShareForm {
    margin-left: 6em;
}

.overflow-x {
    overflow-x: auto;
}

.recoveryRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.recoveryRow:not(:last-of-type) {
    border-bottom: 1px solid #d9dee1;
}

.iconAction {
    margin-left: .25em;
}

#fileError > .modal-header {
    color: #F00;
}

#bannerContainer {
    position: relative;
    -ms-text-align-last: left;
    text-align-last: left;
}

.banner {
    padding: 8px 31px 8px 9px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align-all: justify;
    -webkit-border-radius: 4px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.50);
}


.list {
    margin-left: 4%;
}

.banner-default {
    background-color: #CDD4D7;
    color: #333333;
}

.banner-primary {
    background-color: #486CB7;
    color: #FFFFFF;
}

.banner-info {
    background-color: #2F96B4;
    color: #FFFFFF;
}

.banner-success {
    background-color: #58C990;
    color: #333333;
}

.banner-warning {
    background-color: #F6D93C;
    color: #000301;
}

.banner-danger {
    background-color: #F3523E;
    color: #FFFFFF;
}

.banner-inverse {
    background-color: #000301;
    color: #FFFFFF;
}

.banner-light {
    background-color: #FFFFFF;
    color: #222222;
}

.fa-size {
    font-size: 18px;
    vertical-align: sub;
}

.banClose {
    margin-top: 3px;
    margin-bottom: auto;
    margin-left: 20px;
    font-size: medium;
}

.bannerText {
    margin-top: 3px;
    margin-bottom: auto;
    font-weight: normal;
    font-size: 15px;
}

.banWarn-Resolve {
    color: black;
    font-size: 14px;
    text-decoration: underline;
    margin-top: auto;
}

.banError-Resolve {
    color: white;
    font-size: 14px;
    text-decoration: underline;
    margin-top: auto;
}

.changelog {
    color: #333333;
    text-decoration: underline;
}

div.agent-unseal-overlay {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAT0lEQVQYV2PMZmD4zwAE3CACDXxF4jOCFBJSBFLPWAY1EdkwZJNg4hgKsSkC2YiiEJciFKvxKYIrJKQIrBAWPMiewRYKGApxBRWKQnzhCQAXGRdmfpnFEQAAAABJRU5ErkJggg==) repeat;
    color: white;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 3px 7px 4px rgba(0, 0, 0, 0.4) inset;
}

div.agent-unseal-overlay h2 {
    font-size: 48pt;
    padding-top: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
}

div.agent-unseal-overlay p, div.agent-unseal-overlay h3 {
    font-size: large;
    padding: 0 100px;
    line-height: 160%;
    color: white;
}

div.agent-unseal-overlay h3 {
    font-size: xx-large;
}

div.agent-unseal-overlay p.decrypt-btn-wrapper {
    padding-bottom: 30px;
}

div.agent-removing-overlay {
    text-align: center;
    text-shadow: 0 1px 2px #666;
    border-radius: 7px;
    border: 1px solid #666;
    background-color: #fff7d2;
    padding: 2em;
    margin: 1em;
}

div.agent-removing-overlay p {
    font-size: large;
}

/* UI_backup.php - "Agent Rate of Change" box */

div.agentROC {
    max-height: 520px;
    clip: rect(0, auto, auto, 0);
    overflow: auto;
}

div.agentJobStatus h3 {
    cursor: pointer;
}

.noMargin {
    margin: 0;
}

.navItemNoLink {
    padding-left: 12px;
    padding-top: 8px;
}

.cellLeftPadded {
    padding-left: 30px;
    text-align: left;
}

.italicParagraph {
    font-style: italic;
}

.italicParagraphSmallText {
    font-style: italic;
    font-size: small;
}

#localOptionsTable select {
    width: 375px;
}

.agentIcon {
    min-width: 1.5em;
    max-width: 1.5em;
}

td.decrypt-btn {
    text-align: center;
}

.alert .collapse.in {
    margin-top: 10px;
}

.close-alt {
    float: none;
}

/*restore page*/
.recoveryRow > div {
    line-height: 30px;
}

.recoveryRow .btn {
    margin-left: 2em;
}

.recoveryColumn h4 {
    margin-bottom: 0;
    line-height: 1.75em;
}
.recoveryColumn h4 .icon {
    font-size: 1.75em;
    line-height: .75em;
    margin: 0 .25em 0 -1.5em;
    vertical-align: text-top;
}

.recoveryColumn:not(:first-child) > * {
    margin-left: 2em;
    float: none;
}

.recoveryColumn table td {
    padding-left: 0;
    padding-right: 0;
}

.recoveryColumn table {
    width: 90%;
    margin-left: 15px;
}

.recoveryColumn p {
    padding-top: .6em;
    line-height: 1.2em;
}

.recoveryColumn hr {
    margin: 10px 0 0 0;
}

.recoveryColumn hr:last-of-type {
    display: none;
}

.recoveryColumn .asset-group-header {
    cursor: pointer;
}

.recoveryColumn .asset-group-header span {
    display: inline-block;
    width: 0.25em;
    text-align: right;
    padding-right: 0.3em;
}

#chooseRecoveryPoint {
    padding: .8em .1em;
}
#chooseRecoveryPoint > *:first-child {
    padding-top: 0;
}
#startRecovery {
    margin-top: 10px;
}

/*file recovery page*/
.current-path {
    font-size: 20px;
    line-height: normal;
    margin: 0;
    word-break: break-all;
}

#file-search {
    margin-right: -14px;
}

/* file browser component (and search results) */
.files th.name {
    padding-left: 34px;
}

.files td.name i {
    margin-right: 8px;
}

.files th.actions {
    width: 25px;
}

.files .path {
    display: block;
    font-size: 90%;
    margin-left: 23px;
    word-break: break-all;
}

.files caption {
    font-size: 110%;
    margin-bottom: 10px;
    text-align: left;
}

#FileRestore_SearchButton {
    cursor: pointer;
}

#FileBrowse_DownloadAll i {
    padding-right: 5px;
}

.buttonThrobber {
    margin-left: 10px;
}

.strong {
    font-weight: bold;
}

.selection {
    position: absolute;
    border: 1px solid #89B;
    background: #BCE;
    background-color: #BEC;
    border-color: #8B9;

    background-color: #90dfff !important;
    z-index: 100 !important;
}

.center {
    text-align: center;
}

.inline-checkbox {
    display: inline-block;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.inline-select::-ms-expand {
    display: none;/* get rid of Internet Explorer defaults styles */
}

.inline-select option {
    font-weight: bold;
}

.inline-select {
    /* get rid of default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* get rid of default bootstrap border */
    border-left: none;
    border-right: none;
    border-top: none;
    line-height: inherit;
    height: auto;
    color: inherit;

    /* add underline */
    border-radius: 0;
    border-bottom-color: #ccc;
    border-bottom-width: 2px;

    /* make it blend in with the surrounding paragraph */
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
    vertical-align: inherit;

    /* size and positioning */
    width: auto;
    padding: 0;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.wizard-head,
.wizard-body,
.wizard-foot {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnNext:focus,
.btnPrev:focus {
    outline: none;
    box-shadow: none;
}

.wizard-container.hide-bumpers > *:not(.wizard-body) {
    visibility: hidden;
}

.wizard-container.hide-bumpers > .wizard-foot .bead-container > .bead-line > .bead {
    transition: 0ms;
}

.wizard-container > .wizard-foot > .wizard-foot-perc {
    float: left;
}

.wizard-container > .wizard-foot > .wizard-foot-perc-25 {
    width: 25%;
}

.wizard-container > .wizard-foot > .wizard-foot-perc-50 {
    width: 50%;
}

.wizard-container > .wizard-foot > .wizard-foot-perc-75 {
    width: 75%;
}

.wizard-container > .wizard-foot > .wizard-foot-perc-100 {
    width: 100%;
}

.wizard-container > .wizard-foot > .wizard-foot-perc-33 {
    width: 33.333333333333336%;
}

/* Validation */
.validation-section input, .validation-section select {
    border-width: 1px 1px 3px;
}

.validation-section.error input, .validation-section.error select,
.validation-section.error input:focus, .validation-section.error select:focus {
    border-bottom-color: #f3523e !important;
}

.validation-section.success input, .validation-section.success select {
    border-bottom-color: #0AA557;
}

.validation-message {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 13px;
}

.validation-message-long {
    width: 600px;
}

.validation-message-notsmall {
    font-size: 16px;
}

.validation-message-noicon {
    margin: 0;
}

.validation-message .icon {
    margin-right: .3em;
}

.validation-section.validating .validation-message {
    color: #0080c6;
}

.validation-section.error .validation-message {
    color: #f3523e;
}

.validation-section.warning .validation-message {
    color: #fdb933;
}

.validation-section.success .validation-message {
    color: #0AA557;
}

@media (max-width: 1111px) {
    .nav.pull-right {
        float: none !important;
    }
}

@media (max-width: 979px) {
    #wrapper {
        padding-top: 0;
    }

    .navbar-fixed-top {
        margin-bottom: 0;
    }

    #protectButton {
        font-size: 11px;
        padding-left: 0;
        padding-right: 0;
    }

    h1 > .pull-left, h1 > .pull-right {
        float: none !important;
    }

    .download-button {
        width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #localStorageChart {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .cloud_pageHeader h1 {
        font-size: 1.6em;
        line-height: 1.5em;
    }

    .cloud_pageHeader h1 + .page-actions {
        margin-top: .8em;
    }

    .page-actions {
        margin-top: 0;
    }

    .cloud_pageHeader .page-actions {
        float: none;
    }

    .page-actions .action {
        float: none;
        display: block;
        margin-left: 0;
    }

    .page-actions + * {
        clear: both;
    }

    #cacheButton, #rtWizardStart {
        width: 100%;
    }

    #bandwidthChart {
        width: 100% !important;
        height: 100% !important;
    }

    .sharechoices button {
        display: block;
        width: 100% !important;
    }

    #newShareForm {
        margin: 0;
    }

    #newShareForm > input {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    select:not(.notFull),
    input[type="text"]:not(.notFull):not([class*="mobile"]),
    input[type="password"]:not(.notFull):not([class*="mobile"]) {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 5px;
    }

    .strengthBar {
        width: 100% !important;
    }

    select.inline-select:not(.notFull), .inline-select {
        margin-bottom: 0 !important;
        width: auto !important;
    }

    .btn:not(.btn-navbar):not(.notFull) {
        width: 100% !important;
        padding: 4px 12px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        line-height: 20px !important;
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .control-label {
        width: auto !important;
        float: none !important;
        text-align: left !important;
    }

    .controls {
        margin: 0 !important;
    }

    .helpText {
        padding: 0px 25px !important;
        margin: 0px 1em !important;
    }

    .optionBox {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .checkbox.inline {
        margin-left: 10px !important;
    }

    [class*="mobile"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobileBlock {
        display: block !important;
    }

    .mobile100 {
        width: 100% !important;
    }

    .mobile75 {
        width: 75% !important;
    }

    .mobile50 {
        width: 50% !important;
    }

    .mobile25 {
        width: 25% !important;
    }

    .overflow-x {
        overflow-x: scroll;
    }

    #optionsList {
        display: none;
    }

    .datto-agent h3 {
        margin-left: 0;
    }

    .datto-agent .nav {
        margin-left: -12px;
    }

    .agent-details > div + div {
        margin-top: 24px;
    }

    .recoveryList div:nth-child(1) {
        display: inline;
        margin-right: 12px;
        width: auto;
    }

    .recoveryList div:nth-child(2) {
        display: inline;
    }

    /*file recovery page*/
    #file-search.pull-right {
        display: block;
        float: none;
    }

    #file-search.pull-right .input-append {
        height: auto;
        margin-top: 20px;
        width: 100%;
    }

    #FileRestore_SearchKey {
        width: 83%;
    }
}

@media print {
    #full-screen-background-image,
    #wrapper > .navbar,
    .header-fix,
    .btn {
        display: none;
    }

    #wrapper {
        padding-top: 0;
    }

    .cloud_container,
    .container {
        padding: 0;
        width: 100%;
    }

    .cloud_pageHeader {
        margin: 0 0 15px 0;
        padding: 0;
    }
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.page_header h3 {
    color: white;
}

.siris-3-show {
    display: none;
}

.pale-yellow-bg {
  background-color: #fcf8e3;
}

/* Fix for inline styles on UI_emailStrings.php email subjects inputs */

@media (min-width: 979px) {
  .email-subjects-input {
    width: 500px;
  }
}

/* Toggle buttons show .first content until .on is added. That triggers a sliding animation to show .second instead. */
.toggle-button {
    position: relative;
    overflow: hidden;
}

.toggle-button > .first {
    display: inline-block;
    -webkit-transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
    transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
}

.toggle-button > .second {
    bottom: 0;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -300%);
    transform: translate(-50%, -300%);
    -webkit-transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
    transition: transform 0.25s cubic-bezier(0, 0.5, 0.5, 1);
    left: 50%;
}

.toggle-button.on > .first {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.toggle-button.on > .second {
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
}

/* hack to fix font-awesome's choppy animation (particularly when browser zoom level is below 100%) */
.icon-spin {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.infobox {
    float: right;
    width: 120px;
    border-left: 4px solid #58C990;
    padding: 5px 0 5px 13px;
    line-height: 1.1;
}

.infobox-warning {
    float: right;
    width: 120px;
    border-left: 4px solid #FFC82C;
    padding: 5px 0 5px 13px;
    line-height: 1.1;
}

.infobox-error {
    border-color: red;
    color: #002a3a;
}

.infobox-inline {
    float: none;
    width: auto;
    vertical-align: middle;
    padding: 3px 0px 3px 6px;
}

.indentedParagraph {
    text-indent: 25px;
}

.missingVolume-protect {
    border: 4px solid #FFC82C;
    border-radius: 5px;
    background-color: #FFC82C;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 2px;
    display: inline-block;
}

.missingVolume-settings {
    border: 4px solid #FFC82C;
    border-radius: 5px;
    background-color: #FFC82C;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -8px;
    display: inline-block;
}

.missingVolume-settingsLink:hover {
    text-decoration: none;
}

.activity-button {
    position: relative;
}

.activity-button > div {
    display: none;
}

.activity-button.working > span {
    visibility: hidden;
}

.activity-button.working > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.activity-button.working:disabled {
    opacity: 1;
}
/* changes to provide agent file system upload */
.system-file-upload {
    margin-bottom: 20px;
    margin-top: 20px;
}

.system-file-upload-button {
    display:none;
}

.system-file-upload span {
    padding-right: 15px;
    display: inline;
    font-size: 20px;
}

.system-file-upload a.disabled {
    pointer-events: none;
    color: gray;
}

.system-file-upload div {
    padding-left: 37px;
    padding-bottom: 10px;
}

.system-file-upload a {
    font-size: 16px;
}

.validation-table-container {
    display: block;
}

.validation-table {
    border-collapse: collapse;
    display: none;
    width: 100%;
    border-color: gray;
    font-size: 18px;
}

.validation-table th {
    padding: 10px;
    color: #81949B;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #D9DFE1;
}

.validation-table tr {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-rignt: 5px;
    border-bottom: 1px solid #D9DFE1;
    font-size: 16px;
}

.validation-table td {
    padding: 10px;
}

.validation-refresh {
    color: #3a87ad;
}

.validation-ok {
    color: #468847;
}

.validation-error {
    color: #b94a48;
}

.inline {
    display: inline;
}

.logout-button {
    clear: both;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: block;
    font-family: Din;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 32px;
    text-align: left;
    background: none;
    border: none;
    text-decoration: none;
    width: 100%;
}

.logout-button:hover{
    background-color: #199ed9 !important;
    background-image: none;
    color: white;
}

label.disabled {
    color: grey;
}

dl.dl-compact {
    margin-top: 2px;
    margin-bottom: 2px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}
