/* ==========================================================================
   EBF Onboarder for Google custom styles all rights reserved
   ========================================================================== */

/* Reset */

/* Miso Regular */
@font-face {
    font-family: 'Miso';
    src: url('fonts/miso-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/miso-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/miso-webfont.woff') format('woff'), /* Modern Browsers */
    url('fonts/miso-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/miso-webfont.svg#miso') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* Miso Bold */
@font-face {
    font-family: 'Miso';
    src: url('fonts/miso-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/miso-bold-webfont.woff') format('woff'), /* Modern Browsers */
    url('fonts/miso-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/miso-bold-webfont.svg#miso-bold') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

/* Miso Light */
@font-face {
    font-family: 'Miso';
    src: url('fonts/miso-light-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/miso-light-webfont.woff') format('woff'), /* Modern Browsers */
    url('fonts/miso-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/miso-light-webfont.svg#miso-light') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body, html {
    overflow: auto;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #2b3e51;
    background: #f1f3f7;
}

.sorter-false {
    cursor: default !important;
}

*:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #bdbdbd !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd !important;
}

input:-ms-input-placeholder {
    color: #bdbdbd !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input:-webkit-autofill:not(#newCategory) {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

.form-control:focus {
    border-color: #2494c5;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.comments:focus {
    border-color: #2494c5;
}

/* --------------------------------

Nem Email-Family Feature

-------------------------------- */

.btn-secondary:focus {
    background: transparent;
}

.device-actions-buttons button {
    font-size: 14px;
    color: #2b3e51;
    background: transparent;
    border-color: #cfd9db;
    border-radius: 2px;
}

.device-actions-buttons button:hover {
    border-color: #187bab;
    background: transparent;
}

.device-actions-buttons button img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-fullscreen .modal-content {
    height: auto;
    padding: 0;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
}

.modal-fullscreen .email-option-buttons, .modal-fullscreen .wizard-option-buttons {
    margin-top: 45px;
    margin-bottom: 45px;
}

.modal-fullscreen .email-option-buttons button, .modal-fullscreen .wizard-option-buttons button {
    font-size: 14px;
    color: #2b3e51;
    border-radius: 2px;
    border-color: #cfd9db;
}

.modal-fullscreen .email-option-buttons button:hover, .modal-fullscreen .wizard-option-buttons button:hover {
    border-color: #187bab;
    background: transparent;
}

.modal-fullscreen .email-option-buttons button.email-active-button, .modal-fullscreen .wizard-option-buttons button.wizard-active-button {
    border-left: 2px solid #187bab;
    background: #f1f3f7;
}

/* --------------------------------

Navigation

-------------------------------- */

.sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 5;
    top: 0;
    width: 100%;
}

.row-relative {
    position: relative;
}

.navbar-light {
    background: #ffffff;
    border-bottom: 1px solid #e6eaee;
    font-size: 12px;
    color: #9fa9ba;
}

.navbar-shadow {
    box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.1);
    -moz-box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.1);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.1);
    border-bottom: 0;
}

.navbar-lightgray {
    background: #f1f3f7;
}

.navbar-light ul {
    font-size: 13px;
    float: right;
    font-weight: 400;
    margin-top: 10px;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 30px;
}

.navbar-nav .nav-link {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #2b3e51;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #187bab;
    cursor: pointer;
}

.nav-item img {
    vertical-align: middle;
    padding-bottom: 3px;
    padding-right: 2px;
}

.migrator-logo {
    float: left;
}

.migrator-logo img {
    width: 120px;
    height: auto;
}

.pdf-icon {
    background: url(../img/pdf.svg) center left no-repeat;
    white-space: nowrap;
}

.pdf-icon::after {
    content: "Documentation";
    margin-left: 20px;
}


.pdf-icon:hover {
    background: url(../img/pdf-blue.svg) center left no-repeat;
    white-space: nowrap;
}


.play-icon {
    background: url(../img/play.svg) center left no-repeat;
    white-space: nowrap;
}

.play-icon::after {
    content: "Video Demonstration";
    margin-left: 20px;
}


.play-icon:hover {
    background: url(../img/play-blue.svg) center left no-repeat;
    white-space: nowrap;
}


.settings-icon {
    background: url(../img/general-settings.svg) center left no-repeat;
    white-space: nowrap;
}

.settings-icon::after {
    content: "Settings";
    margin-left: 20px;
}

.settings-icon:hover {
    background: url(../img/general-settings-filled.svg) center left no-repeat;
    white-space: nowrap;
}

.user-icon {
    background: url(../img/circle-user.svg) center left no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    position: relative;
    display: inline-block;
    height: 16px;
    vertical-align: top;
}

.user-icon::after {
    content: "User Settings";
    margin-left: 20px;
}

.user-icon:hover {
    background: url(../img/circle-user-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.help-icon {
    background: url(../img/help.svg) center left no-repeat;
    white-space: nowrap;
}

.help-icon::after {
    content: "Help";
    margin-left: 20px;
}

.help-icon:hover {
    background: url(../img/help-blue.svg) center left no-repeat;
    white-space: nowrap;
}

.dropdown-menu {
    float: none;
    border-radius: 2px;
    margin: 8px 0 0;
    font-size: 13px;
    border: 1px solid #E6EAF8;
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4);
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

.second-navigation div {
    display: inline-block;
}

.second-navigation img {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 5px;
}

.second-navigation h5 {
    padding: 3px 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #333c48;
}

.second-navigation h5 span {
    font-size: 14px;
    padding-left: 5px;
}

.second-navigation .navbar-separator {
    color: #9fa9ba;
}

.navbar-settings {
    background: #ffffff;
    border-bottom: 1px solid #e6eaee;
    font-size: 13px;
    text-transform: uppercase;
    color: #2b3e51;
    text-align: center;
}

.navbar-settings ul {
    padding: 15px 0px;
}

.navbar-settings ul li {
    display: inline-block;
    margin: 0 25px;
}

.navbar-settings ul li:hover {
    cursor: pointer;
}

.sorting p {
    position: absolute;
    left: -190px;
    top: 20px;
    font-style: italic;
    width: 200px;
    text-align: right;
}

input.search-bar {
    border: none;
    outline: none;
    width: 25px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    color: #0d2840;
    padding: 20px 30px 20px 30px;
    transition: all .3s cubic-bezier(0, 0, .5, 1.5);
    border: 1px solid #e6eaee;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.2); */
    background: rgb(255, 255, 255) url("../img/search.svg") no-repeat center center;
}

input.search-bar:focus, input.search-bar.has-text {
    width: 100%;
    background-position: calc(100% - 35px) center;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*Changes the color of the placeholder*/
::-webkit-input-placeholder {
    color: #0d2840;
    opacity: .5;
}

:-moz-placeholder {
    color: #0d2840;
    opacity: .5;
}

::-moz-placeholder {
    color: #0d2840;
    opacity: .5;
}

:-ms-input-placeholder {
    color: #0d2840;
    opacity: .5;
}

/* --------------------------------

Projects container

-------------------------------- */

.select-style {
    margin-top: 9px;
    border: 1px solid #e6eaee;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
.migrator-select:has(select[disabled]) {
    filter: grayscale(100%);
}
.select-caption {
    margin-top: -14px;
    position: relative;
    float: right;
}
.select-caption p {
    position: relative;
    width: 100% !important;
    top: 8px;
    left: 0px;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 1px solid transparent;
}
.width-40{
    width: 40%;
}
.width-60{
    width: 60%;
}
.select-style.width-40 .select2-selection{
    background-color: transparent!important;
}
.select-style.width-60 .select2-selection{
    background-color: transparent!important;
}
.select-style select {
    padding: 10px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
}

.select-style.customer-responsible-select, .select-style.customer-currency-select {
    margin-top: 0px;
}

.select-style select.customer-responsible-field, .select-style select.customer-currency-field {
    width: 290px;
}

.select-style select:focus {
    outline: none;
}

.container-header-fix {
    padding-top: 22px;
}

.welcome-message {
    text-align: center;
    line-height: 20px;
    margin-top: 3%;
    font-size: 18px;
}

.welcome-message h1 {
    font-size: 26px;
    line-height: 38px;
}

.welcome-message h4{
    line-height: 20px;
    font-size: 18px;
}

.welcome-message span {
    color: #2494c5;
    cursor: pointer;
}

.project-container {
    margin-top: 25px;
    text-align: left;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #e6eaee;
    /* box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4); */
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.project-container:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.border-blue {
    border-top: 2px solid #2494c5;
}

.project-container-header {
    position: relative;
    display: table;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f3f7', GradientType=0);
    width: 100%;
}

.project-container-header h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-weight: 400;
    word-break: break-word;
}

.project-container hr {
    margin: 0;
}

.project-container section {
    margin: 20px 0 0 0;
}

.project-cell-input {
    padding: 5px 0;
}

.project-cell-input h2 {
    font-size: 14px;
    font-weight: 400;
}

.project-cell-input img {
    margin-bottom: 2px;
    vertical-align: middle;
    padding-right: 5px;
    height: 13px;
}

.project-cell-input p {
    font-size: 14px;
    color: #7f8fa4;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    width: 320px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.project-cell-input p span {
    color: #2b3e51;
    font-weight: 600;
}

.project-links p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.project-links a {
    display: inline-block;
    color: #0d2840;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

.project-links a:hover,
.project-links a:focus {
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.project-links {
    padding: 20px 0 25px 0;
}

.project-links-hover a {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
}

.project-links-hover a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.project-links-hover a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.project-links-hover a:hover span,
.project-links-hover a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

input.search-bar-user {
    outline: none;
    width: 25px;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #0d2840;
    padding: 20px 30px 20px 30px;
    transition: all .3s cubic-bezier(0, 0, .5, 1.5);
    border: 1px solid #e6eaee;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.2); */
    background: rgb(255, 255, 255) url("../img/search.svg") no-repeat center center;
    position: absolute;
    top: -44px;
}
@media only screen and (max-width: 1199.99px) {
    input.search-bar-user {
        top: -40px;
    }
}
@media only screen and (max-width: 989.99px) {
    input.search-bar-user {
        top: -38px;
        margin-top: 6px;
        height: 46px;
    }
}
@media only screen and (max-width: 769.99px) {
    input.search-bar-user {
        display: none;
    }
}

input.search-bar-user:focus, input.search-bar-user.has-text {
    width: 100%;
    background-position: calc(100% - 35px) center;
}

.search-bar-user.has-text {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

/* --------------------------------

Contact Us

-------------------------------- */

.contact-text {
    line-height: 24px;
    /*border-left:  1px solid #e6eaee;*/
}

.contact-text img {
    margin-bottom: -5px;
    margin-left: 5px;
}

.contact-text span {
    font-weight: bold;
}

.contact-text hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* --------------------------------

New Project Wizard

-------------------------------- */

.migrator-logo-fix {
    padding-bottom: 6px;
}

.cancel-button {
    margin-top: 5px;
}

.cancel-button a {
    border: 1px solid #2494c5;
    color: #2494c5;
    float: right;
    border-radius: 2px;
    padding: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 13px;
}

.cancel-button a:hover {
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.cancel-button img {
    vertical-align: middle;
    padding-bottom: 2px;
}

.buy-more-button {
    margin-left: 10px;
}

.buy-more-button a {
    border: 1px solid #2494c5;
    border-radius: 2px;
    padding: 5px 10px;
    color: #2494c5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.buy-more-button a:hover {
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.wizard-container {
    margin-bottom: 5%;
}

.wizard-container-margin {
    margin-bottom: 5%;
}

.wizard-container-settings, .wizard-container-order {
    margin-top: 5%;
}

.wizard-container h1 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.wizard-container h2 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.wizard-container hr {
    margin: 0;
}

.shield-icon, .shedule-icon {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
}

.shield-icon h5, .shedule-icon h5 {
    font-size: 21px;
}

.shield-icon hr, .shedule-icon hr {
    width: 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.shield-icon img {
    opacity: 0.2;
    margin-bottom: 10px;
}

.ebf-icon img {
    opacity: 1;
    width: 100px;
    height: 100px;
}

.admin-checkboxes div {
    display: inline-block;
}

.admin-checkboxes div:last-child {
    float: right;
}

.source-target-breadcrumbs {
    margin-top: 20px;
}

.source-target-breadcrumbs p {
    font-size: 15px;
    font-weight: 600;
}

.source-target-breadcrumbs span {
    font-weight: 400;
}

.migration-form h3 {
    font-size: 13px;
    color: #1a92ea;
}

.migration-form .form-control {
    border-radius: 2px;
    margin-bottom: 15px;
}

.form-comments {
    border-radius: 2px;
    margin-bottom: 15px;
}

.form-email-subject, .form-push, .form-sms {
    margin: 0 auto;
    width: 90%;
    padding-left: 0;
    font-size: 14px;
    padding-left: 15px;
    border: 1px solid #cfd9db;
    border-radius: 2px;
    height: 45px !important;
    color: #2b3e51 !important;
}

.form-fullwidth {
    width: 100%;
}

.form-pn {
    margin: 0 auto;
    width: 90%;
    padding-left: 0;
    font-size: 14px;
    padding-left: 15px;
    border: 1px solid #cfd9db;
    border-radius: 2px;
    height: 45px !important;
    color: #2b3e51 !important;
    height: 70px !important;
}

.email-footer-help p {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    font-style: italic;
    text-decoration: underline;
}

.email-footer-help p:hover {
    cursor: pointer;
}

#MigrationFormResend, #MigrationFormPn, #MigrationFormRemind {
    margin-top: 21px !important;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

#MigrationFormResend .form-email-subject, #MigrationFormPn .form-pn {
    margin-top: 2px !important;
}

.migration-form select {
    background: transparent;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    height: 45px !important;
}

.migration-form select::-moz-focus-inner {
    border: 0;
}

.migration-select select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/arrow-down.svg") no-repeat center center;
    pointer-events: none;
}

.migration-checkbox {
    font-weight: bold;
    white-space: nowrap;
}

.migration-checkbox p {
    color: #7f8fa4;
    font-weight: normal;
    margin-left: 35px;
    font-size: 12px;
}

.migration-form .icon input, .migration-form .icon select {
    padding-left: 45px !important;
    border-radius: 2px;
}

.migration-checkbox label {
    padding-left: -5px;
}

.migration-form .icon input, migration-form .icon select {
    padding-left: 45px !important;
    border-radius: 2px;
}

.migration-form .user {
    background: url("../img/user.svg") no-repeat 16px center;
}

.migration-form .mail {
    background: url("../img/mail.svg") no-repeat 16px center;
}

.migration-form .phone-select {
    background: url("../img/phone.svg") no-repeat 16px center;
}

.migration-form .mobile-select {
    background: url("../img/mobile.svg") no-repeat 16px center;
}

.migration-form .company {
    background: url("../img/company.svg") no-repeat 16px center;
}

.migration-form .address, .migration-form .zip {
    background: url("../img/address.svg") no-repeat 16px center;
}

.migration-form .city {
    background: url("../img/city.svg") no-repeat 16px center;
}

.migration-form .state {
    background: url("../img/state.svg") no-repeat 16px center;
}

.migration-form .password {
    background: url("../img/lock.svg") no-repeat 16px center;
}

.migration-form .customer-devices {
    background: url("../img/devices.svg") no-repeat 16px center;
}

.migration-form .country-select {
    background: url("../img/country.svg") no-repeat 16px center;
}

.migration-form input[disabled], .migration-form select[disabled], .migration-form .select2-container--disabled .select2-selection {
    color: #818a91 !important;
    background-color: #f1f3f7 !important;
}

.migration-form label {
    font-weight: 600;
    padding-bottom: 6px;
}

.migration-radiobutton label{
    font-weight: normal;
}

.migration-form input {
    font-size: 13px;
    height: 45px;
    color: #2b3e51 !important;
}

.migration-form input[type=checkbox] {
    height: 13px;
}

.migrator-select {
    position: relative;
    margin-bottom: 15px;
}

.migrator-select:not(.noSelect)::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/arrow-down.svg") no-repeat center center;
    pointer-events: none;
}

.mmam {
    margin-bottom: 15px;
}

.mmam-outlook {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    text-align: center;
    padding: 15px;
}

.mmam-onedrive {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    text-align: center;
    padding: 15px;
}

.mamTable .col-md-6 {
    margin-bottom: 15px;
}

.mamTable .col-md-6 img {
    height: 75px;
    width: auto;
}

.mamTable .col-md-6 label {
    margin-left: 5px;
}

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

.file-upload input[type=file] {
    height: 35px;
}

.file-upload-button {
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 340px;
}

.file-upload-button-blue {
    position: absolute;
    right: 4px;
    top: 4px;
    line-height: 34px;
    height: 37px;
    width: 100px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    background: #e8eaec;
}

.save-button-container {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer-down {
    bottom: -65px;
}

.save-button-spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

.devices-form-margin {
    margin-bottom: 50px;
}

.devices-form-float {
    float: right;
}

.devices-row-fix {
    margin-left: -15px;
    margin-right: -15px;
}

/* --------------------------------

Modal Style

-------------------------------- */

.modal-header {
    padding: 25px 15px 25px 15px;
    border-bottom: none;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f3f7', GradientType=0);
}

.modal-header p {
    line-height: 18px;
}

.modal-content {
    border-radius: 2px;
    border: none;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.modal-content p.allow-cleanup {
    margin: 0 40px 0 80px;
    text-align: left;
    font-weight: 300;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.modal-title img {
    vertical-align: middle;
    padding-right: 5px;
    padding-bottom: 2px;
}

.modal-body {
    line-height: 21px;
}

.modal-body h1 {
    font-weight: 600;
    padding: 10px 0;
}

.email-modal label {
    font-weight: 600;
    margin-left: 44px;
    margin-bottom: 6px;
    margin-top: 25px;
}

.wiz-modal label:not(.wizCbLabel) {
    font-weight: 600;
    margin-left: 44px;
    margin-bottom: 6px;
    margin-top: 0px;
}

.wiz-options label.less-margin {
    margin-left: 10px;
}

.wiz-modal input[type=text] {
    width: 108px;
    margin-left: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/* --------------------------------

Progress Bar

-------------------------------- */


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    background-color: #e6eaee;
    border-radius: 1px;
}

.progress-text {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.progress-bar {
    color: #fff;
    background-color: #2494c5;
    white-space: nowrap;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}


/* --------------------------------

Project Detail

-------------------------------- */

.migration-name {
    margin-top: 5%;
}

.migration-name h1 {
    font-size: 32px;
    font-weight: 300;
    text-overflow: ellipsis;
}

.details-navigation div {
    text-align: center;
    padding: 10px 0;
}

.details-navigation h2 {
    color: #2b3e51;
    font-size: 36px;
    font-weight: 300;
}

.details-navigation p {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}

.details-navigation-border {
    border-right: 1px solid #e6eaee;
}

.details-container-source {
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 3px;
    margin: 5% 0;
    padding: 0;
    background: #ffffff;
}

.details-container-source h3 {
    font-size: 21px;
    font-weight: 400;
    padding: 25px;
}

.details-container-source p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
}

.details-container-source p span {
    color: #2b3e51;
    text-transform: none;
    font-weight: initial;
    font-size: 15px;
    line-height: 18px;
}

.details-container-header {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f3f7', GradientType=0);
}

.details-container-content {
    padding: 15px 25px;
    min-height: 124px;
}

.platform-icon {
    padding-right: 5px;
}


.birds-image {
    text-align: center;
    margin-top: 120px;
}

.birds-image img {
    width: 200px;
}

.details-table {
    padding: 0;
    background: #ffffff;
    border: 1px solid #e6eaee;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 50px;
}

.table {
    margin-bottom: 0;
}

.table th {
    padding: 25px;
}

.table td {
    padding: 15px 25px;
}

.table-devices-wrapper {
    height: 500px;
    overflow-y: scroll;
}

.table-devices-admins {
    overflow-y: auto;
}

.table-devices-admins td {
    width: 20%;
}

.admins-outline-button {
    border: 1px solid #2494c5;
    color: #2494c5;
    border-radius: 2px;
    padding: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
    font-size: 13px;
}

.admins-outline-button:hover {
    background-color: #2494c5;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.admins-outline-button[disabled], .admins-outline-button[disabled]:hover {
    color: #bebebe;
    cursor: default !important;
    background-color: #ffffff;
    border: 1px solid #bebebe;
}

.table-devices td, .table-devices th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.table-devices th:hover {
    cursor: pointer;
}

.table .first {
    width: 10px;
}


.details-table .caption {
    display: table;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 247, 1) 96%, rgba(241, 243, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f3f7', GradientType=0);
}

.details-table .caption div {
    display: table-cell;
    vertical-align: middle;
}

.details-table .caption h1 {
    text-align: right;
    padding-right: 25px;
}

.details-table .caption h3 {
    font-size: 21px;
    color: #354052;
    padding: 30px 10px 30px 25px
}

.details-table .caption h3 span {
    font-size: 14px;
    padding-left: 5px;
}

.details-table .caption ul {
    float: right;
    margin-right: 15px;
}

.details-table .caption ul li {
    margin: 0 -1px;
}

.details-table img {
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 1px;
}

.details-table img:hover {
    cursor: pointer;
}

.caption-admins img {
    width: 25px;
    opacity: 0.5;
    margin-right: 5px;
}

.caption-queue img {
    width: 25px;
    opacity: 0.4;
    margin-right: 5px;
}

.table thead th {
    color: inherit;
    font-weight: bold;
    border-bottom: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
    padding: 10px 22px;
    font-size: 12px;
}

.table thead th input[type=checkbox] {
    margin-left: 3px;
}

table tr:nth-child(even) {
    background: #f8f9fb;
}

.table td, .table th {
    vertical-align: middle;
}

.thead-inverse th {
    background: #ffffff;
    color: #7f8fa4;
}

.table-legend {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #eceeef;
}

.table-legend .admins-outline-button {
    margin: 10px 0;
    width: 90px;
}

.legend-modal legend {
    background: #f1f3f7;
    padding: 10px;
    font-weight: bold;
}

.legend-modal fieldset {
    border: 1px solid #e6eaee;
    margin: 20px 0;
}

ul.legend {
    border-top: 1px solid #eceeef;
    padding: 15px 0;
    height: 100px;
}

ul.legend li {
    padding: 8px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
}

ul.legend li span {
    background-color: #eaeaea;
    width: 16px;
    height: 16px;
    position: relative;
    float: left;
    border-radius: 4px;
    margin-right: 2px;
    margin-top: 2px;
}

ul.legend li.open span {
    background-color: #eaeaea !important;
    border: 1px solid #e0e0e0 !important;
}

ul.legend li.success span {
    background-color: #51c500 !important;
    border: 1px solid #e0e0e0 !important;
}

ul.legend li.failed span {
    background-color: #f10303 !important;
    border: 1px solid #e0e0e0 !important;
}

ul.legend li.queued span {
    background-color: #d2cfae !important;
    border: 1px solid #e0e0e0 !important;
}

ul.legend li.mailed span {
    background-color: #fff202 !important;
    border: 1px solid #e0e0e0 !important;
}

ul.legend li.informed span {
    background-color: #fff202 !important;
    border: 1px solid #e0e0e0 !important;
    text-transform: lowercase;
    line-height: 16px;
}

ul.legend li.pending span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/clock.svg);
    background-repeat: no-repeat;
}

ul.legend li.inactive span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-gray-bold.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}

ul.legend li.active span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}

ul.legend li.confirmed span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-blue-bold-v2.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}
ul.legend li.cached span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-blue-bold.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}
ul.legend li.noncachedred span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-red-bold.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}
ul.legend li.noncachedgreen span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: 0px -4px;
    width: 18px;
}

ul.legend li.retired span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/retire-device.svg);
    background-repeat: no-repeat;
    background-position: 2px -2px;
    width: 18px;
    height: 18px;
}

ul.legend li.linkSeen span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/eye.svg);
    background-repeat: no-repeat;
    background-position: 0px -3px;
    width: 23px;
    height: 20px;
    background-size: 20px;
    opacity: 0.7;
}

ul.legend li.linkFailed span {
    border-radius: 0;
    background-color: #ffffff !important;
    background-image: url(../img/eye-exclamation.svg);
    background-repeat: no-repeat;
    background-position: 0px -3px;
    width: 23px;
    height: 20px;
    background-size: 20px;
    opacity: 0.7;
}

ul#linkSeen {
    height: 70px;
}

/* --------------------------------

Checkboxes tooltip

-------------------------------- */


table input[type=checkbox] {
    opacity: 1;
}

.tooltip {
    font-size: 11px;
}

.statusInfo + .tooltip > .tooltip-inner {
    border: 1px solid #a0a0a0;
    padding: 15px;
    font-size: 20px;
}

.tooltip hr {
    padding: 0;
    margin: 4px 0px 4px 0px;
    border-color: #666666;
}

.tooltip td {
    margin-right: 4px
}

.migActionTooltip {
    max-width: 400px !important;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #666666;
    text-align: left;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* --------------------------------

Buttons

-------------------------------- */

.send-email-button {
    background: #eaf2f4;
    padding: 0 10px;
    height: 32px;
    line-height: 28px;
    font-weight: 600;
    font-size: 12px;
    color: #2494c5;
    border-radius: 25px;
    text-align: center;
}

.send-email-button:hover {
    cursor: pointer;
}

.new-project-button {
    float: right;
    text-align: center;
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 0;
    width: 155px;
    margin-left: 8px;
}

.new-project-button:hover {
    background: #187bab;
    cursor: pointer;
}

.new-project-button img {
    padding-bottom: 2px;
    vertical-align: middle;
    height: 15px;
}

.nooutline-button {
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    text-transform: uppercase;
    float: right;
}

.nooutline-button:hover {
    cursor: pointer;
}

.nooutline-button-border {
    border-right: 1px solid lightgray;
}

.blue-button-fullwidth {
    border-radius: 2px;
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    display: inline-block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 13px;
    vertical-align: top;
}

.blue-button-fullwidth:hover {
    background: #2494c5;
    cursor: pointer;
}

.blue-button-shadow {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

a[disabled] .blue-button-fullwidth, a[disabled] .blue-button-fullwidth:hover, a[disabled] .blue-button-fullwidth:focus {
    background: #a8a8a8 !important;
}

.blue-button-fullwidth img {
    vertical-align: middle;
    padding-bottom: 1px;
    padding-left: 5px;
}

.blue-button-small {
    border-radius: 2px;
    background: #2494c5;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    vertical-align: top;
}

.blue-button-small:hover {
    background: #2494c5;
    cursor: pointer;
}

.red-button-small {
    border-radius: 2px;
    background: #187bab;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    vertical-align: top;
}

.red-button-small:hover {
    background: #2494c5;
    cursor: pointer;
}

.outline-button-small {
    border-radius: 2px;
    color: #2b3e51;
    background: transparent;
    border: 1px solid #f1f3f7;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    vertical-align: top;
}

.outline-button-small:hover {
    background: #f1f3f7;
    cursor: pointer;
    border: 1px solid #f1f3f7;
    color: #2b3e51;
}

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

.button-spacer-order {
    margin-top: 25px;
}

/* --------------------------------

Footer

-------------------------------- */

.sticky-footer-wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

.footer, .footer-push {
    height: 60px;
}

.footer {
    width: 100%;
    border-top: 1px solid #e6eaee;
    text-align: center;
    background: #ffffff;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.footer ul li a {
    color: #333c48;
}

.footer ul li a:hover {
    color: #2494c5;
    text-decoration: none;
}

/* --------------------------------

Support

-------------------------------- */

.support-ticket-button {
    position: fixed;
    z-index: 100;
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    right: 0;
    top: calc(50% - 50px);
    width: 35px;
    height: 100px;
    line-height: 75px;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.support-ticket-button p {
    transform: rotate(90deg);
}

.support-ticket-button:hover {
    background: #187bab;
}

.support-ticket-link {
    color: #ffffff;
}

.support-ticket-link:hover {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.support-dropdown-container {
    margin-left: 29px;
    margin-right: 29px;
}

.support-dropdown {
    height: 45px !important;
    border-radius: 2px;
}

/* --------------------------------

Loader

-------------------------------- */

.migrator-loader {
    display: inline-block;
    font-size: 4rem;
    /* Change this to resize the loader */
    -webkit-animation: 2s rotate infinite linear;
    animation: 2s rotate infinite linear;
    width: 1em;
    height: 1em;
}

.migrator-loader circle {
    fill: transparent;
    stroke: #187bab;
    stroke-width: 0.02em;
    stroke-linecap: round;
    stroke-dasharray: 2.3525em 0.4705em;
    -webkit-animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
    animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes strokeDashArray {
    from {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    10% {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 0.001em 2.825em;
        stroke-dashoffset: -2.826em;
    }
    60% {
        stroke-dasharray: 0.001em 2.825em;
    }
    to {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: -2.826em;
    }
}

@keyframes strokeDashArray {
    from {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    10% {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 0.001em 2.825em;
        stroke-dashoffset: -2.826em;
    }
    60% {
        stroke-dasharray: 0.001em 2.825em;
    }
    to {
        stroke-dasharray: 2.3525em 0.4705em;
        stroke-dashoffset: -2.826em;
    }
}

/* --------------------------------

Multi steps indicator

-------------------------------- */

.migrator-multi-steps {
    width: 90%;
    max-width: 768px;
    padding: 0.5em 1em;
    margin: 2em auto;
    margin-bottom: 50px;
    border-radius: .25em;
}

.migrator-multi-steps::after {
    content: "";
    display: table;
    clear: both;
}

.migrator-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.migrator-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.migrator-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.migrator-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2b3e51;
}

.migrator-multi-steps li.current > * {
    /* selected step */
    color: #2494c5;
}

.migrator-multi-steps a:hover {
    /* steps already visited */
    color: #2494c5;
}

/* --------------------------------

Fake loader

-------------------------------- */

.db-loader-background {
    z-index: 0 !important;
}

.fake-loader-wrap, .db-loader-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.72);
    position: fixed;
    overflow: hidden;
    z-index: 1000001 !important;
}

.fake-loader .inner-fake-loader, .db-loader .inner-db-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-perspective: 100px;
    perspective: 100px;
}

body:not(.white):not(.settingsPage) {
    background-image: url(../img/admin-bg-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
}

body:not(.white):not(.settingsPage) .content-wrap {
    background-image: url(../img/admin-bg-bottom.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    padding-bottom: 0.1px;
    min-height: calc(100vh - 60px);
}

.instance-container section {
    height: 200px;
}

div.trumbowyg-fullscreen {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 0vh;
    height: 90vh;
}

.file-plist {
    font-family: Courier;
    font-size: 12px;
    padding: 15px;
    border-radius: 2px;
    text-align: left;
    max-height: 300px;
    overflow: auto;
    background-color: #eef0f5;
}

tr.employeeOwned_true td.uid {
    background-image: url(../img/user.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

table.table-devices xtd.uid {
    max-width: 200PX;
    word-wrap: break-word;
}

xtr.platformI td.device {
    background-image: url(../img/phone-apple.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px;
}

xtr.platformM td.device {
    background-image: url(../img/computer-apple.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px;
}


xtr.platformE td.device {
    background-image: url(../img/computer-windows.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px;
}

xtr.platformA td.device {
    background-image: url(../img/phone-android.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 24px;
}

tr.xenTypeMDM td.device {
    background-image: url(../img/shield_gray.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

tr.xenTypeMAM td.device {
    background-image: url(../img/app.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.customer-devices-field {
    background-color: transparent !important;
    border: none;
    width: 80px;
}

.customer-responsible-field, .customer-currency-field, .customer-price-field {
    border: none;
}

.customer-price-field {
    text-align: right;
    width: 50px;
    padding: 0;
    margin-right: 0;
}

.instance-container section {
    height: 200px;
}

.instance-devices-field {
    background-color: transparent !important;
    border: none;
    width: 180px;
}

a[disabled] {
    color: #e0e0e0;
}

.admRole {
    color: #187bab;
    font-weight: 700;
}

.admCurrent {
    font-weight: 700;
    color: #2494c5;
}

.display-none {
    display: none !important;
}

#userDetails {
    padding-left: 19px;
    background-color: #f1f3f7;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -8px;
    border-bottom: 1px solid #2494c5;
    color: #2494c5;
}

textarea#aliases {
    height: 150px;
}

.addSourceTypeInfoBox:not(.addSourceTypeInfoSOP) {
    display: none;
}

.addSourceTypeInfoSOP strong {
    color: #2494c5;
    font-weight: 700;
    white-space: nowrap;
}

.hostnames, .comments {
    width: 100%;
    height: 140px;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 10px;
}
.comments {
    height: 100px;
}

.commentsAutoLicenseActive {
    height: 180px;
}

.statusACTIVEX td:last-child {
    background-image: url(../img/checkmark-gray-bold.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}

.statusACTIVE td:last-child {
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}

.statusNONCOMPLIANT td:last-child {
    background-image: url(../img/checkmark-red-bold.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}

.statusCONFIRMED td:last-child {
    background-image: url(../img/checkmark-blue-bold-v2.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}
.statusCACHED.complianttrue td:last-child {
    background-image: url(../img/checkmark-blue-bold.svg)!important;
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}
.statusCACHED.compliantfalse td:last-child {
    background-image: url(../img/checkmark-red-bold.svg)!important;
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 20px;
}

.statusRETIRED td:last-child {
    background-image: url(../img/retire-device.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 14px;
}

.statusRETIREPENDING td:last-child {
    background-image: url(../img/retire-device.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 14px;
}

.statusPENDING td:last-child {
    background-image: url(../img/clock.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 12px;
}

.statusCheckPending td:last-child {
    background-image: url(../img/pending-gray.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 16px;
}

.migrator-logo a, .migrator-logo a:hover, .migrator-logo a:focus {
    text-decoration: none;
    float: left;
    white-space: nowrap;
}

span.logoText {
    font-size: 30px;
    padding: 0;
    margin: 0 0 0 4px;
    position: relative;
    top: 0;
    color: #444444;
}

.scriptDialog {
    width: 800px;
    max-width: 800px
}

input[readonly] {
    cursor: text;
}

div.mailcount {
    position: absolute;
    z-index: 9;
    margin: 0;
    font-size: 12px;
    width: 12px;
}

.entry-content, .auto-content {
    line-height: 20px;
    padding-left: 8.3%;
    padding-right: 108px;
}

.entry-content p, .auto-content p {
    margin-bottom: 20px;
}

.entry-content b, .entry-content strong, .auto-content b, .auto-content strong {
    font-weight: 600;
    line-height: 30px;
    font-size: 120%;
}
@media only screen and (max-width: 1200px) {
    .border-right-conditional{
        border-right: none!important;
    }
    #ad-grid {
        grid-template-columns: repeat(1, 1fr)!Important;
        padding-left: unset !important;
    }
    .addbox {
        float: none;
        margin: auto !important;
        margin-top: 16px !important;
    }
}

@media only screen and (max-width: 600px) {
    #ad-grid {
        display: none!important;
    }
    .welcome-message {
        margin-top: 20%;
    }
}

@media only screen and (max-width: 600px) and (orientation:portrait) {
    #ad-show {
        display: none!important;
    }
    #ad-rotate{
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0;
    }
}
@media only screen and (orientation: landscape) {
    #ad-rotate {
        display: none!important;
    }
}
@media only screen and (min-width: 601px) {
    #ad-rotate {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
    .entry-content, .auto-content {
        padding-left: calc(15px + 8.333333%);
        padding-right: calc(15px + 8.333333%);
    }

    .migrator-multi-steps {
        /* reset style */
        background-color: transparent;
        padding: 0;
        text-align: center;
    }

    .migrator-multi-steps li {
        position: relative;
        float: none;
        margin: 0.4em 40px 0.4em 0;
    }

    .migrator-multi-steps li:last-of-type {
        margin-right: 0;
    }

    .migrator-multi-steps li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        content: '';
        height: 2px;
        background: #edeff0;
        /* reset style */
        margin: 0;
    }

    .migrator-multi-steps li.visited::after {
        background-color: #2494c5;
    }

    .migrator-multi-steps li > *, .migrator-multi-steps li.current > * {
        position: relative;
        color: #2b3e51;
    }

    .migrator-multi-steps.custom-separator li::after {
        /* reset style */
        height: 4px;
        background: #edeff0;
    }

    .migrator-multi-steps.text-center li::after {
        width: 100%;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) translateX(-1px);
        -moz-transform: translateY(-50%) translateX(-1px);
        -ms-transform: translateY(-50%) translateX(-1px);
        -o-transform: translateY(-50%) translateX(-1px);
        transform: translateY(-50%) translateX(-1px);
    }

    .migrator-multi-steps.text-center li > * {
        z-index: 1;
        padding: .6em 1em;
        border-radius: .25em;
        background-color: #edeff0;
    }

    .migrator-multi-steps.text-center a:hover {
        background-color: #2b3e51;
    }

    .migrator-multi-steps.text-center li.current > *, .migrator-multi-steps.text-center li.visited > * {
        color: #ffffff;
        background-color: #2494c5;
    }

    .migrator-multi-steps.text-center.custom-icons li.visited a::before {
        /* change the custom icon for the visited item - check icon */
        background-position: 0 -60px;
    }

    .migrator-multi-steps.text-top li, .migrator-multi-steps.text-bottom li {
        width: 75px;
        text-align: center;
    }

    .migrator-multi-steps.text-top li::after, .migrator-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        position: absolute;
        left: 50%;
        /* 40px is the <li> right margin value */
        width: calc(100% + 40px);
    }

    .migrator-multi-steps.text-top li > *::before, .migrator-multi-steps.text-bottom li > *::before {
        /* this is the spot indicator */
        content: '';
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #edeff0;
    }

    .migrator-multi-steps.text-top li.visited > *::before,
    .migrator-multi-steps.text-top li.current > *::before, .migrator-multi-steps.text-bottom li.visited > *::before,
    .migrator-multi-steps.text-bottom li.current > *::before {
        background-color: #2494c5;
    }

    .migrator-multi-steps.text-top a:hover, .no-touch .migrator-multi-steps.text-bottom a:hover {
        color: #2494c5;
        text-decoration: none;
    }

    .migrator-multi-steps.text-top a:hover::before, .no-touch .migrator-multi-steps.text-bottom a:hover::before {
        box-shadow: 0 0 0 3px rgba(64, 140, 203, 0.3);
    }

    .migrator-multi-steps.text-top li::after {
        /* this is the line connecting 2 adjacent items */
        bottom: 4px;
    }

    .migrator-multi-steps.text-top li > * {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .migrator-multi-steps.text-top li > *::before {
        /* this is the spot indicator */
        bottom: 0;
    }

    .migrator-multi-steps.text-bottom li::after {
        /* this is the line connecting 2 adjacent items */
        top: 3px;
    }

    .migrator-multi-steps.text-bottom li > * {
        padding-top: 20px;
    }

    .migrator-multi-steps.text-bottom li > *::before {
        /* this is the spot indicator */
        top: 0;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .notifications-spark {
        right: 50px!important;
    }
    .errors-spark {
        right: 50px!important;
    }
    .download-dashboard, .show-statistics, .show-schedules, .show-licenses, .show-mailwatch, .message-dashboard {
        display: none !important;
    }

    .entry-content, .auto-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-mobile-fix {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar {
        padding: .5rem 1rem;
    }

    .second-navigation h5 {
        line-height: 32px;
        padding: 5px 0;
        font-size: 16px;
    }

    .second-navigation h5 span {
        padding: 0;
        font-weight: 400;
    }

    .mobile-migration-buttons {
        width: 100%;
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .new-project-button {
        float: none;
        width: 140px;
        margin: 0;
    }

    .project-links {
        text-align: center;
    }

    .project-links div {
        display: inline-block;
    }

    .wizard-container-settings, .wizard-container-order {
        margin-top: 35px;
    }

    .migration-name h1 {
        font-size: 21px;
        font-weight: 300;
        line-height: 28px;
    }

    .details-navigation-header div {
        display: inline-block;
    }

    .details-navigation-border {
        border: none;
    }

    .details-navigation div {
        padding: 5px 0;
        margin: 0 15px;
    }

    .details-navigation h2 {
        font-size: 28px;
    }

    .details-navigation p {
        font-size: 12px;
    }

    .details-container-source h3 {
        padding: 20px 25px;
        font-size: 18px;
    }

    .details-table .caption h3 {
        font-size: 18px;
        padding: 20px 10px 20px 25px;
    }

    .administrator-mobile {
        width: 100%;
    }

    .administrator-mobile h5 {
        text-align: center;
    }

    .admins-outline-button {
        margin: 5px 0;
    }

    .admin-checkboxes div:last-child {
        float: none;
    }

    .migrator-logo {
        float: left;
    }

    .birds-image {
        margin: 0;
    }

    .cancel-button {
        padding-top: 5px;
        margin-top: 0;
    }

    .instruction-mobile-fix h5 {
        font-size: 14px;
        line-height: 10px;
    }

    .migrator-multi-steps {
        margin-top: 5px;
        margin-bottom: 25px;
        width: 100%;
    }

    .second-navigation img {
        width: 25px;
    }

    .migrator-multi-steps li > * {
        font-size: 15px;
    }

    .details-table {
        margin-top: 0;
    }

    .source-target-breadcrumbs {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .source-target-breadcrumbs p {
        line-height: 18px;
    }

    .devices-row-fix {
        margin-left: 0;
        margin-right: 0;
    }

    .devices-form-margin {
        margin-bottom: 0;
    }

    .devices-form-float {
        float: none;
    }

    .devices-table-fix {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-settings, .navbar-settings ul {
        padding: 6px;
    }

    .navbar-settings ul li {
        margin-top: 8px;
        width: 100%;
        margin-bottom: 8px;
        margin-left: 0;
        margin-right: 0;
    }

    .select-style select {
        padding: 15px 10px;
    }

    .container-header-fix {
        padding-top: 10px;
    }

    .sorting p {
        display: none;
    }

    .modal-content p.allow-cleanup {
        margin: 0 20px 0 20px;
    }


    .non-birds {
        margin-top: 0px !important;
        height: 28px;
        position: relative !important;
        float: left;
        z-index: 999;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .notifications-spark {
        right: 50px!important;
    }
    .errors-spark {
        right: 50px!important;
    }
    .download-dashboard, .show-statistics, .show-schedules, .show-licenses, .show-mailwatch, .message-dashboard {
        display: none !important;
    }

    .entry-content, .auto-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar {
        padding: .5rem 1rem;
    }

    .mobile-migration-buttons {
        width: 100%;
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .new-project-button {
        float: none;
        margin: 0;
    }

    .project-links {
        text-align: center;
    }

    .project-links div {
        display: inline-block;
    }

    .migration-name h1 {
        font-size: 21px;
        font-weight: 300;
        line-height: 26px;
    }

    .details-navigation-header div {
        display: inline-block;
    }

    .details-navigation-border {
        border: none;
    }

    .details-navigation div {
        padding: 5px 0;
        margin: 0 15px;
    }

    .wizard-container-settings, .wizard-container-order {
        margin-top: 35px;
    }

    .details-navigation h2 {
        font-size: 28px;
    }

    .details-navigation p {
        font-size: 12px;
    }

    .migrator-multi-steps {
        margin-top: 5px;
        margin-bottom: 25px;
        width: 100%;
    }

    .cancel-button {
        padding-top: 5px;
        margin-top: 0;
    }

    .birds-image {
        margin: 0;
    }

    .migrator-multi-steps li > * {
        font-size: 15px;
    }

    .instruction-mobile-fix h5 {
        font-size: 14px;
        line-height: 10px;
    }

    .details-container-source h3 {
        padding: 20px 25px;
        font-size: 18px;
    }

    .details-table .caption h3 {
        font-size: 18px;
        padding: 20px 10px 20px 25px;
    }

    .administrator-mobile {
        width: 100%;
    }

    .administrator-mobile h5 {
        text-align: center;
    }

    .admins-outline-button {
        margin: 5px 0;
    }

    .source-target-breadcrumbs {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .source-target-breadcrumbs p {
        line-height: 18px;
    }

    .devices-row-fix {
        margin-left: 0;
        margin-right: 0;
    }

    .devices-form-margin {
        margin-bottom: 0;
    }

    .devices-form-float {
        float: none;
    }

    .devices-table-fix {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-settings, .navbar-settings ul {
        padding: 6px;
    }

    .navbar-settings ul li {
        margin-top: 8px;
        width: 100%;
        margin-bottom: 8px;
        margin-left: 0;
        margin-right: 0;
    }

    .select-style select {
        padding: 15px 10px;
    }

    .sorting p {
        display: none;
    }

    .non-birds {
        margin-top: 0px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .notifications-spark {
        right: 50px!important;
    }
    .errors-spark {
        right: 50px!important;
    }
    .download-dashboard, .show-statistics, .show-schedules, .show-licenses, .show-mailwatch, .message-dashboard {
        display: none !important;
    }

    .entry-content, .auto-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mobile-migration-buttons {
        width: 100%;
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .email-modal-dialog, .wiz-modal-dialog {
        max-width: 95%;
    }

    .new-project-button {
        float: none;
        margin: 0;
    }

    .birds-image img {
        width: 140px;
    }

    .admins-outline-button {
        margin: 5px 0;
    }

    .administrator-mobile {
        width: 100%;
    }

    .administrator-mobile h5 {
        text-align: center;
    }

    .migration-name h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .non-birds {
        margin-top: 140px !important;
    }

}

.warnMailSize::before {
    content: "xx";
    background-image: url(../img/warning.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: transparent;
    background-size: 12px;
}

.noAdmin .border-blue {
    border-top: 2px solid #8d8d8d;
}

.noAdmin .progress-bar {
    border-top: 2px solid #c9c9c9;
}

.noAdmin img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.9;
}

.noAdmin .adminInfo {
    opacity: 0.4;
}

.customer-item select.editCustomer, .customer-item input.editCustomer, .licCount {
    width: 210px !important;
    left: 98px;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 210px;
    top: -2px;
    float: right;
    position: absolute;
    line-height: inherit;
    color: #2b3e51;
}

.customer-item select.editCustomer {
    height: auto !important;
}

.customer-item select.editCustomer option {
    margin: 0;
    padding: 0;
}

.project-container-header input.editCustomer, .project-container-header input.editInstance {
    color: #2494c5 !important;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    border: none;
    height: 85px;
}

#adminList input.editAdmin {
    width: 100%;
    border: navajowhite;
    background-color: transparent;
    color: #2b3e51;
}

#buyLicenses .new-project-button {
    border: none;
    height: 21px;
    width: 21px;
    border-radius: 10px;
    padding: 0;
    margin-top: 8px;
}

#buyLicenses .new-project-button img {
    padding: 0;
    height: 15px;
    margin-top: -14px;
    margin-left: 0px;
}

.nameWithIcon {
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
}

.order input[disabled], .order textarea[disabled] {
    color: #a0a0a0 !important;
}

button.Button-animationWrapper-child--primary {
    border-radius: 0 !important;
}

.pricetable table {
    background-color: white;
}

.pricetable .raCur {
    text-align: right !important;
}

.pricetable #sumRow td, #totRow td {
    border-top: 1px solid #2b3e51;
}

.pricetable #totRow span {
    border-bottom: 2px double #2b3e51;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
}

.pricetable #sumRow span {
    border-bottom: 1px solid #2b3e51;
}

.select-style[disabled] {
    background-image: none;
}

label.optional {
    color: #9fa9ba;
}

label.normal {
    font-weight: normal;
}

.arrows-container {
    margin-top: 55%;
}

.arrows {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    width: 30px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
}

.arrows path {
    stroke: #2b3e51;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.non-birds {
    display: none;
    left: calc(50% - 42px);
    width: 84px;
    position: absolute;
    margin-top: 146px;
}

.non-birds-show {
    display: inline-block;
}

.payment-cards {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 80px;
    border-radius: 4px;
    padding: 20px;
    cursor: pointer;
    display: table;
    width: 100%;
}

.payment-cards.active {
    box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4);
}

.card-img {
    background: url(../img/credit-card.svg) center left no-repeat;
    width: 45px;
}

.payment-cards.active .card-img {
    background: url(../img/credit-card-white.svg) center left no-repeat;
    width: 45px;
}

.offer-img {
    background: url(../img/offer.svg) center left no-repeat;
    width: 40px;
    padding-right: 40px;
}

.payment-cards.active .offer-img {
    background: url(../img/offer-white.svg) center left no-repeat;
    width: 40px;
}

.payment-cards span {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 25px;
}

.payment-cards div {
    display: table-cell;
    vertical-align: middle;
}

.payment-cards p {
    padding-left: 15px;
    font-size: 13px;
    line-height: 15px;
}

.payment-cards.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#187bab+0,8a1328+100 */
    background: #187bab; /* Old browsers */
    background: -moz-linear-gradient(top, #187bab 0%, #2494c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #187bab 0%, #2494c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #187bab 0%, #2494c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#187bab', endColorstr='#2494c5', GradientType=0); /* IE6-9 */
    border: 1px solid transparent;
    color: #ffffff;
}

.white-headline-right {
    text-align: right;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
}

.navbar-red {
    background-color: #EF5350;
    background-color: #187bab;
}

.wizard-container-setup {
    margin-top: 10px;
}

.instance-container {
    height: 430px;
}

.instance-container hr {
    margin-top: 58px;
}

#infoText {
    width: 100%;
    height: 140px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    resize: none;
}

#translateMail {
    height: 140px;
    margin-bottom: 10px;
    line-height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    resize: none;
    font-family: monospace;
    font-size: 12px;
    color: #ffffff;
    background-color: #000000 !important;
}

#bodyPn {
    resize: none;
}

#curlCommand {
    width: 100% !important;
    height: 300px;
    color: #ffffff;
    background-color: #000000;
    font-family: monospace, courier new;
    font-size: 14px;
}

.csvExample {
    width: 100% !important;
    height: 80px;
    color: #ffffff;
    background-color: #000000;
    font-family: monospace, courier new;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 2px;
    word-break: break-all;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a8a8a8;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a8a8a8;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a8a8a8;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a8a8a8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a8a8a8;
}

.dropdown-menu .dropdown-item[disabled] {
    background-image: url(../img/lock.svg);
    background-repeat: no-repeat;
    background-position: 2px center;
    cursor: not-allowed;
}

.download-dashboard, .show-statistics, .show-schedules, .show-licenses, .show-mailwatch, .message-dashboard {
    top: 6px;
    position: relative;
    float: right;
    margin-right: 6px;
    color: #333c48;
    opacity: 0.7;
}

.project-container ul {
    list-style: none;
    margin-top: 10px;
    height: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.project-container ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.project-container ul li a {
    color: #333c48 !important;
}

.project-container ul li a.active {
    color: #2494c5 !important;
}

.customer-item .project-container section {
    height: 268px;
}

.profileFieldMargin input {
    margin-top: 1px;
}

input.cb-with-label {
    width: 26px !important;
    vertical-align: middle;
    margin: 20px 0px 0px 0px !important;
}

label.cb-label {
    width: calc(100% - 30px) !important;
    margin: 20px 0px 0px 0px !important;
    padding: 0 !important;
    vertical-align: middle;
}

#profileModal input.no-label, .migrator-select.no-label {
    margin-bottom: 4px;
}

.migrator-select.no-label {
    height: 45px;
}

.migrator-select.no-label select, .migrator-select.no-label input {
    height: 45px !important;
}

#editProfileLink:not(.showLinktrue) {
    display: none;
}

#fetchAll {
    width: 16px;
    float: left;
}

label[for=fetchAll] {
    font-weight: normal;
}

.oneTouch h2 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

.importantNote {
    background: #ecf7fb;
    padding: 15px;
}

.importantNote p {
    line-height: 18px;
    font-weight: normal;
}

.importantNote span {
    color: #9c3e3c;
    font-weight: 600;
}

.oneTouch a::before {
    content: 'i';
    background-image: url(../img/info.svg);
    color: transparent;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 20px;
    height: 16px;
    top: 2px;
}

.oneTouch a {
    line-height: 20px;
}

.mamTable td {
    text-align: center;
    background-color: transparent;
}

.mamTable td label {
    text-indent: 10px;
}

.terms-content ul {
    list-style: circle;
}


.terms-content ul li {
    margin: 0 0 0 20px;
    padding: 0;
}

.terms-content h1 {
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 4px;
}

.terms-content b {
    font-size: inherit;
}

#updateAvailable, #foundOccurence {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    color: #666666;
    z-index: 10000000;
    position: sticky;
    bottom: 4px;
    left: 4px;
    border-radius: 4px;
    padding: 4px;
    -webkit-box-shadow: 4px 6px 31px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 6px 31px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 6px 31px -4px rgba(0, 0, 0, 0.5);
}

#updateAvailable h1, #foundOccurence h1 {
    font-weight: bold;
    font-size: 20px;
}

#updateAvailable .close, #foundOccurence .close {
    background-image: url(../img/cancel.svg);
    width: 26px;
    height: 26px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    opacity: 1;
}

#updateAvailable p, #foundOccurence p {
    overflow-x: auto;
    overflow-y: scroll;
    height: calc(100% - 20px);
}

.migration-checkbox label {
    display: inline-block;
    width: calc(100% - 18px);
    white-space: normal;
    vertical-align: middle;
}

#fromPrev {
    position: absolute;
    right: -10px;
    width: 20px;
    height: 20px;
}

.advice-modal input {
    margin-bottom: 20px;
}

#MigrationFormTransform div {
    padding-top: 10px;
}

#showLogs .new-project-button, #showProperties .new-project-button, #showAdds .new-project-button , #showNews .new-project-button {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
}

#wipeModal .g-recaptcha {
    text-align: center;
    position: relative;
    margin-left: 0;
}

#wipeModal .kaptcha {
    position: relative;
    width: 300px;
    margin-left: 68px;
}

#proList {
    width: 100%;
    vertical-align: top;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 27px;
}

#proList td {
    vertical-align: top;
    text-align: left;
}

#proList td:first-child {
    padding-right: 4px;
}

#proList td:last-child {
    text-align: right;
}

#users tr:nth-child(odd).notifiedUser:not(.finishedUser) td:last-child {
    background-color: hsla(0, 0%, 100%, 0.7);
    background-blend-mode: overlay;
}

#users tr:nth-child(even).notifiedUser:not(.finishedUser) td:last-child, #sourceLegend li span {
    background-color: hsla(0, 0%, 99%, 0.7) !important;
    background-blend-mode: overlay;
}

#collapseLegend fieldset legend img {
    height: 20px;
}

#collapseLegend fieldset {
    margin-top: 4px;
    margin-bottom: 16px;
}

#collapseLegend fieldset ul {
    border: 1px solid #eceeef;
}

#collapseLegend fieldset legend {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    background-color: #fafafa;
    padding: 2px;
}

ul.legend li.separator {
    border-left: 1px solid #666666;
    padding-left: 18px;
}

@media (max-width: 1200px) {
    .ad-box{
        width: 100%!important;
    }
}

@media (max-width: 1299px) {
    ul.legend {
        height: 136px;
    }
}

@media (min-width: 1300px) {
    ul.legend {
        height: 100px;
    }
}

fieldset#sourceLegend legend img, fieldset#targetLegend legend img {
    background-image: url(../img/devices-dark.svg);
    background-position: 0px 2px;
    background-repeat: no-repeat;
}

fieldset.typeVSP legend img {
    background-image: url(../img/devices.svg) !important;
}

fieldset.typeVSP legend {
    background-repeat: no-repeat !important;
    background-color: #ee2726 !important;
    color: #efefef !important;
}

fieldset.typeMIC legend img {
    background-image: url(../img/devices.svg) !important;
}

fieldset.typeMIC legend {
    background-repeat: no-repeat !important;
    background-color: #1a568e !important;
    color: #efefef !important;
}

fieldset.typeMIN legend img {
    background-image: url(../img/devices.svg) !important;
}

fieldset.typeMIN legend {
    background-repeat: no-repeat !important;
    background-color: #0072c5 !important;
    color: #efefef !important;
}

fieldset.typeBES12 legend img {
    background-image: url(../img/devices.svg);
}

fieldset.typeBES12 legend {
    background-repeat: no-repeat;
    background-color: #344d57;
    color: #efefef;
}

#mailModalFullscreen .trumbowyg-preview-button svg {
    background-image: url(../img/email.svg) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
}

#mailModalFullscreen .trumbowyg-template-button svg{
    background-image: url(../img/documents.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 1px 9px;
}

#mailModalFullscreen .trumbowyg-templatesingle-button svg{
    background-image: url(../img/document.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 1px 9px;
    opacity: 0.7;
}

#wizModalFullscreen .trumbowyg-preview-button svg {
    background-image: url(../img/phone-black.svg) !important;
    background-repeat: no-repeat;
    background-position: 0px 9px;
}

.search-bar.searching {
    background-image: url(../img/searching.gif) !important;
}

.highlight {
    background-color: #ffff1e!important;
    color: #bf0000!important;
}

.mobileChk {
    width: 17px;
    height: 18px;
    float: right;
    position: absolute;
    border: 1px solid #2b3e51;
    background-image: url(../img/mobile-dark.svg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    border-radius: 2px;
    font-size: 10px;
    text-indent: -2px;
    font-weight: 700;
    color: #ad2e2e;
    cursor: pointer;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    background-color: #fff !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding: 7px !important;
    height: 45px !important;
}

#statisticsModal .select2-selection {
    height: 200px !important;
    overflow: auto;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-dropdown {
    background-color: #fff !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.profile-edit .country-select ~ .select2 .select2-selection {
    background: url(../img/country.svg) no-repeat 16px center;
    text-indent: 30px;
}

.profile-edit .state ~ .select2 .select2-selection {
    background: url("../img/state.svg") no-repeat 16px center;
    text-indent: 30px;
}

a.pen {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

a.pen img {
    width: 18px;
    opacity: 0.2;
}

a.pen:hover img {
    opacity: 1;
}

.editSystem {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

#nameModal input, #systemModal input {
    width: 100%;
    height: 40px;
    padding: 6px;
}

.field-icon {
    position: absolute;
    right: 26px;
    top: 26px;
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.field-icon.show {
    background-image: url(../img/show.svg);
}

.field-icon.hide {
    background-image: url(../img/hide.svg);
}

table.mobileconfig {
    width: 100%;
}

table.mobileconfig input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    margin: 2px;
}

table.mobileconfig h2 {
    font-weight: 700;
}

input#actionAsnLabelSelect {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px !important;
    text-indent: 10px;
}

input#actionAsnLabelSelect::after {
    content: '';
}

.leftmost {
    padding-left: 0px !important;
}

.serial-form {
    border: 1px solid black !important;
    padding: 8px;
    background-color: #fff;
    border-radius: 3px;
}

section.reminder-actions, section.wizard-actions {
    border-bottom: 1px solid #cfd9db;
    margin-top: 30px;
    margin-bottom: 15px;
}

section.reminder-actions h2, section.wizard-actions h2 {
    margin-top: -8px;
    padding: 0;
    position: absolute;
    background-color: #ffffff;
    margin-left: 12px;
}

.emailOptions {
    padding-left: 40px;
    width: auto;
    margin: 0;
    height: 36px;
    float: left;
}

.trumbowyg-editor.show-options, .trumbowyg-textarea.show-options {
    /*min-height: 264px;*/
}

.emailOptions label {
    margin-left: 4px;
    margin-top: 0;
}

#daysReminderMail {
    width: 50px;
}

.datenschutz h1, .privacy h1 {
    font-size: 120%;
}

.datenschutz h3, .privacy h3 {
    font-weight: 700;
}

.inst-deploy {
    float: right;
    border: 1px solid #666666;
    font-size: 10px;
    border-radius: 3px;
    line-height: 12px;
    height: 16px;
    background-color: #6c9a35;
    color: #ffffff;
}

#exportModal table {
    align-self: center;
    width: 100%;
}

#exportModal img {
    vertical-align: middle;
}

#exportModal a {
    color: #2b3e51 !important;
    cursor: pointer !important;
}

#exportModal table.exportChoice td {
    color: #8c8c8c;
}

#exportModal table.exportChoice td a {
    float: none;
}

#slappFrame {
    width: 100%;
    height: 450px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

#pingFrame {
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

#deployModal .modal-dialog {
    width: 820px;
    max-width: 820px;
}

#deployModal .modal-content {
    width: 820px;
}

.content-switcher {
    float: right;
    padding: 3px 40px 0px 0px;
    margin-bottom: 0;
}

.emailOptions.disabledOptionstrue, .reminder-actions.disabledOptionstrue, .modal-fullscreen .email-option-buttons button[disabled] {
    color: #a2a2a2 !important;
}

.emailOptions input[disabled] {
    color: #a2a2a2 !important;
}

.tablesorter-header {
    white-space: nowrap;
}

.statusFetched {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.statusFetching {
    background-image: url(../img/searching.gif);
    background-repeat: no-repeat;
    background-position: 7px -3px;
}

.wizardOptions.disabledOptionstrue, .wizard-actions.disabledOptionstrue, .modal-fullscreen .wizard-option-buttons button[disabled] {
    color: #a2a2a2 !important;
}

.wizardOptions input[disabled] {
    color: #a2a2a2 !important;
}

#phoneBackDrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

#phoneScreen.ip6 {
    background-image: url(../img/iPhoneHand_6.png);
    width: 520px;
    height: 710px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: auto;
    background-repeat: no-repeat;
}

#phoneScreen.ip12{
    background-image: url(../img/iPhoneHand_12.png);
    width: 690px;
    height: 695px;
    position: absolute;
    right: -168px;
    bottom: 0px;
    background-size: 723px 743px;
    background-repeat: no-repeat;
}
#phoneScreen.ip15{
    background-image: url(../img/iPhoneHand_15.png);
    width: 667px;
    height: 745px;
    position: absolute;
    right: -86px;
    bottom: 0;
    background-size: 667px 800px;
    background-repeat: no-repeat;
}

#phoneScreen.ip6 #phoneContent {
    width: 306px;
    height: 546px;
    background-color: #fff;
    position: absolute;
    right: 109px;
    bottom: 79px;
    border-radius: 4px;
}
#phoneScreen.ip12 #phoneContent{
    width: 285px;
    height: 491px;
    background-color: #ffffff;
    position: absolute;
    right: 302px;
    bottom: 105px;
    border-radius: 4px;
}
#phoneScreen.ip15 #phoneContent{
    width: 315px;
    height: 543px;
    background-color: #ffffff;
    position: absolute;
    right: 227px;
    bottom: 137px;
    border-radius: 4px;
}
#phoneScreen.ip6 #phoneUrl {
    display: none;
}
#phoneScreen.ip12 #phoneUrl{
    width: 164px;
    height: 15px;
    position: absolute;
    top: 73px;
    left: 189px;
    z-index: 10000;
    font-family: "San Francisco","Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e3e3e3;
    font-weight: 400;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#phoneScreen.ip15 #phoneUrl{
    width: 164px;
    height: 15px;
    position: absolute;
    top: 625.5px;
    left: 224px;
    z-index: 10000;
    font-family: "San Francisco","Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-weight: 400;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#phoneScreen.ip6 #phoneTime {
    display: none;
}
#phoneScreen.ip12 #phoneTime{
    width: 35px;
    height: 14px;
    position: absolute;
    top: 35px;
    left: 116px;
    z-index: 9999;
    font-family: sans-serif;
    background-color: #f7f7f7;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
}
#phoneScreen.ip15 #phoneTime{
    width: 38px;
    height: 20px;
    position: absolute;
    top: 31px;
    left: 148px;
    z-index: 9999;
    font-family: sans-serif;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
}

input.spectrum.with-add-on {
    padding-left: 30px !important;
    width: 110px;
    border-radius: 0px 3px 3px 0px !important;
    border: 1px solid #808080 !important;
    height: 24px !important;
}

.sp-container {
    z-index: 999999999 !important;
    border-radius: 3px 0px 0px 3px !important;
}

.sp-original-input-container {
    margin: 0px !important;
    position: relative !important;
    float: left !important;
    width: 140px !important;
}

.sp-colorize-container {
    width: 24px !important;
    float: left !important;
    position: relative !important;
    border-radius: 3px 0px 0px 3px !important;
    border: 1px inset rgb(118, 118, 118) !important;
}

.sp-colorize {
    width: 22px !important;
    height: 22px !important;
}

.firstWizLabel {
    margin-top: 25px !important;
}

.wiz-modal-dialog .trumbowyg-code10-dropdown-button, .wiz-modal-dialog .trumbowyg-code8-dropdown-button, .wiz-modal-dialog .trumbowyg-code5-dropdown-button {
    border-top: 1px solid #e0e0e0 !important;
}

.email-modal-dialog .trumbowyg-template4-dropdown-button,.email-modal-dialog .trumbowyg-code14-dropdown-button, .email-modal-dialog .trumbowyg-code5-dropdown-button, .email-modal-dialog .trumbowyg-code8-dropdown-button, .email-modal-dialog .trumbowyg-code2-dropdown-button {
    border-top: 1px solid #e0e0e0 !important;
}

#countConfirmed, #percentConfirmed {
    min-width: 18px;
    height: 18px;
    background-color: #ffffff;
    position: absolute;
    float: left;
    top: 0px;
    left: 30px;
    border-radius: 18px;
    color: #4061cc;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #4061cc;
    opacity: 0.7;
}

.twoSendBtns a {
    float: left;
    margin: 2px;
    min-width: 161px;
}

.migrator-select.preparing::before {
    content: '';
    background-image: url(../img/preparing.gif);
    background-size: 100px;
    background-color: transparent;
    background-position: 109px -28px;
    position: absolute;
    width: 190px;
    height: 34px;
    z-index: 999;
    background-repeat: no-repeat;
    opacity: 0.3;
}

img.targetGroup {
    opacity: 0.35;
}

.project-item img.targetGroup {
    float: right;
}

#statisticsDiv {
    height: 368px;
}

#statisticsDiv table table {
    margin-top: 20px;
}

#statisticsDiv table table {
    border-left: 1px solid black;
    border-top: 1px solid black;
    width: 100%;
    float: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#statisticsDiv table table th, #statisticsDiv table table td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
}

#statisticsDiv table table th, #statisticsDiv table table td:first-child {
    background-color: lightgrey;
    font-weight: 700;
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.statUsers, .statUsersDeleted {
    border: 1px solid black;
    height: 20px;
    width: 572px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #efefef, #bfbfbf);
}

.statUsersDeleted {
    opacity: 0.5;
}

.statNotified {
    border-right: 1px solid black;
    height: 18px;
    background: linear-gradient(to bottom, #fff56c, #ebdc01);
    float: left;
    position: absolute;
    border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.statDone {
    border-right: 1px solid black;
    height: 18px;
    background: linear-gradient(to bottom, #7cdc7c, #2dbf03);
    float: left;
    position: absolute;
    border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.statCheckin {
    border-right: 1px solid black;
    height: 18px;
    background: linear-gradient(to bottom, #9cb0ec, #4062cb);
    float: left;
    position: absolute;
    border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.statColProjects {
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.statColUsers {
    width: 20px;
    background: linear-gradient(to bottom, #efefef, #bfbfbf);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.statColNotified {
    width: 20px;
    background: linear-gradient(to bottom, #fff56c, #ebdc01);
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.statColDone {
    width: 20px;
    background: linear-gradient(to bottom, #7cdc7c, #2dbf03);
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}

.statColCheckin {
    width: 20px;
    background: linear-gradient(to bottom, #9cb0ec, #4062cb);
}

.statReminder td {
    font-weight: 400 !important;
}

.details-table ul hr {
    margin-top: 18px;
    margin-bottom: 4px;
}

div.stat-meta {
    position: absolute;
    top: 80px;
    right: 20px;
    font-weight: 600;
    color: #b03f3c;
}

a[disabled] {
    cursor: not-allowed !important;
}

#winEnrollmentModal #winEnrollment{
    width: 400px;
}

#unpMailModal .modal-title img{
    width: 16px;
}

.unpMailTable{
    width: 100%;
}
.unpMailTable th{
    text-align: left;
    padding: 4px;
}
.unpMailTable td{
    text-align: left;
    padding: 4px;
    word-break: break-word;
}

#unpMailModal .modal-body h2 {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding-top: 24px;
    padding-left: 3px;
}

#unpMailModal .modal-body{
    max-height: 600px;
    overflow: scroll;
}

#unpMailsArea.processing{
    background-color: #eaeaea;
    color: #888888;
}

#unpMailsArea a{
    cursor: pointer;
}

.show-schedules {
    float: right;
}

.show-licenses {
    float: right;
}

.show-mailwatch {
    float: right;
}

.shedule-icon img {
    opacity: 0.2;
    margin-bottom: 10px;
    width: 80px;
}

.message-dashboard {
    float: right;
}

.message-dashboard img {
    margin-bottom: 10px;
    padding-right: 2px;
}

.toolsflat-button {
    display: inline-block;
    font-weight: 600;
    padding: 4px 4px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    text-transform: uppercase;
    float: right;
    border: 1px solid #666666;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-top: -8px;
}

.toolsflat-button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 1px 1px #cccccc;
}

li.toolsflat-button img {
    width: 20px;
}

.show-schedules img {
    width: 26px!important;
    padding-right: 8px;
}

.show-licenses img {
    width: 30px !important;
    padding-right: 8px;
}
.show-licenses li:has(a img) {
    padding: 2px;
}

.show-mailwatch img {
    width: 25px !important;
    padding-left: 1px;
    padding-top: 2px;
}
.show-mailwatch li:has(a img) {
    padding: 2px;
}

.select2-container--disabled .select2-selection__rendered {
    color: #999999!important;
}

.table-schedules .schedEdit{
    float: right;
    position: absolute;
    right: 16px;
}
.table-schedules .schedEdit img, .table-schedules .schedDelete img{
    width: 16px;
}

.table-schedules .schedDelete{
    float: right;
    position: absolute;
    right: 0px;
}

.scheduleActive1 .execution{
    background-image: url(../img/checkmark-gray-bold.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.scheduleDone1 .execution{
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.scheduleInfoActive1 .executionInfo{
    background-image: url(../img/checkmark-gray-bold.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.scheduleInfoDone1 .executionInfo{
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.scheduleDone1 .schedDelete, .scheduleInfoDone1 .schedDelete{
    display: none;
}
#schedListDone .schedEdit{
    display: none;
}
.projectDeleted .schedDelete, .projectDeleted .schedEdit{
    display: none;
}
.projectDeleted td:first-child {
    background-image: url(../img/delete.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6px 20px;
}
.download-dashboard:hover, .show-statistics:hover, .show-schedules:hover, .show-licenses:hover, .show-mailwatch:hover, .message-dashboard:hover {
    opacity: 1;
}

.labelLighter {
    font-weight: 400;
}

.toggleLabel {
    cursor: pointer;
}
.toggleLabel::before {
    content: '';
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: inherit;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: 0.2rem 49%;
    transition: .25s transform ease;
    width: 16px;
    display: inline-block;
}
.toggleShown::before {
    transform: rotate(90deg);
}

.project-item .projectScheduleActive a, .project-item .projectScheduleInfoActive a {
    background-image: url(../img/schedules.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.project-item .projectScheduleActive .checkInvitation, #projectDetails .projectScheduleActive .checkInvitation{
    position: relative;
    background-image: url(../img/checkmark-gray-bold.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: right;;
}
.project-item .projectScheduleInfoActive .checkInformation, #projectDetails .projectScheduleInfoActive .checkInformation{
    position: relative;
    background-image: url(../img/checkmark-gray-bold.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: right;
}
.project-item .schedulesContainer, #projectDetails .schedulesContainer{
    position: absolute;
    width: 80px;
    height: 20px;
    top: -3px;
    right: 16px;
}
.project-item .scheduledProject, #projectDetails .scheduledProject{
    float: right;
    width: 60px;
    height: 20px;
    position: relative;
    background-position: 0 0;
    background-size: 20px;
    opacity: 0.25;
    margin-left: 4px;
}
.project-item .scheduledProject.projectScheduleDone, #projectDetails .scheduledProject.projectScheduleDone{
    cursor: default!important;
}
.project-item .projectScheduleActive, #projectDetails .projectScheduleActive, .project-item .projectScheduleInfoActive, #projectDetails .projectScheduleInfoActive{
    opacity: 0.7;
}
.project-item .projectScheduleDone, #projectDetails .projectScheduleDone{
    opacity: 1;
}
.project-item .projectScheduleDone a, #projectDetails .projectScheduleDone a{
    width: 0;
    height: 0;
}
.project-item .scheduledInvitation, #projectDetails .scheduledInvitation {
    background-image: url(../img/schedules-invitation.svg);
}
.project-item .scheduledInformation, #projectDetails .scheduledInformation{
    background-image: url(../img/schedules-info.svg);
}
.project-item .scheduledProject a, #projectDetails .scheduledProject a{
    width: 20px;
    height: 20px;
    display: inline;
    cursor: pointer;
    float: right;
    position: relative;
}
.project-item .projectScheduleDone.projectScheduleInfoDone a, #projectDetails .projectScheduleDone.projectScheduleInfoDone a{
    cursor: default;
    float: right;
}
.project-item .projectScheduleDone .checkInvitation, #projectDetails .projectScheduleDone .checkInvitation{
    position: relative;
    background-image: url(../img/checkmark-green-bold.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: right;
}
.project-item .projectScheduleInfoDone .checkInformation, #projectDetails .projectScheduleInfoDone .checkInformation{
    position: relative;
    background-image: url(../img/checkmark-green-bold.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    float: right;
}

.table-news .newsEdit{
    float: right;
    position: absolute;
    right: 16px;
}
.table-news .newsTest img, .table-news .newsEdit img, .table-news .newsDelete img{
    width: 16px;
}

.table-news .newsDelete{
    float: right;
    position: absolute;
    right: 0px;
}
.table-news .newsTest{
    float: right;
    position: absolute;
    right: 32px;
}


.newsActive1 .title{
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.news-content-container .trumbowyg-box{
    width: 100%;
    background-color: #ffffff;
}

.notifications-spark {
    position: relative;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    width: 22px;
    background-image: url(../img/megaphone.svg);
    background-repeat: no-repeat;
    float: right;
    top: 6px;
    right: 20px;
    cursor: pointer;
}

.notifications-spark:hover {
    background-image: url(../img/megaphone-filled.svg);
}

.has-notification, .has-errors {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 1000;
    float: right;
    border: 2px solid #fff;
}

.errors-spark {
    position: relative;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    width: 22px;
    background-image: url(../img/bell.svg);
    background-repeat: no-repeat;
    float: right;
    top: 6px;
    right: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.errors-spark:hover {
    background-image: url(../img/bell-filled.svg);
}


.has-errors {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 1000;
    float: right;
    border: 2px solid #fff;
}

.dynamicPopup .time{
    color: #a0a0a0;
}
.dynamicPopup .dontShowAgain{
    position: relative;
    float: left;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
}
.dynamicPopup .dontShowAgain label{
    margin-left: 6px;
}
#schedListDone, #newsListOld{
    opacity: 0.6;
}
#schedListDone:not(.noCurrentSchedules) tr:first-child, #schedListPart:not(.noCurrentSchedules) tr:first-child, #newsListOld:not(.noCurrentNews) tr:first-child {
    -webkit-box-shadow: 0px -2px 6px #959ea8ba;
    -moz-box-shadow: 0px -2px 6px #959ea8ba;
    box-shadow: 0px -2px 6px #959ea8ba;
}
#newsList .currentNews {
    font-weight: 600;
}

#manageInstances .toolsflat-button img{
    margin-left: 1px;
    margin-top: 1px;
    width: 21px;
}

#showAdds .toolsflat-button img{
    margin-left: 0px;
    margin-top: 0px;
    width: 24px;
}

#showNews .toolsflat-button img{
    margin-left: 0px;
    margin-top: 0px;
    width: 24px;
}

label.pnLabel, label.smsLabel {
    margin-top: 0px;
    float: left;
    width: 70%;
}
#mailActive{
    margin-top: 25px;
}
#mailActive,#pnActive,#smsActive{
    width: auto;
    margin-left: 40px;
    margin-right: -41px;
    float: left;
}

#pushBody,#smsBody{
    margin-bottom: 10px;
}

#mailSubject {
    background-image: url(../img/icon_mail.svg);
    background-position: 4px center;
    background-size: 29px;
    background-repeat: no-repeat;
    background-blend-mode: difference;
    text-indent: 23px;
}
#pushBody {
    background-image: url(../img/icon_push.svg);
    background-position: 4px center;
    background-size: 29px;
    background-repeat: no-repeat;
    background-blend-mode: difference;
    text-indent: 23px;
}
#smsBody {
    background-image: url(../img/icon_sms.svg);
    background-position: 4px center;
    background-size: 29px;
    background-repeat: no-repeat;
    background-blend-mode: difference;
    text-indent: 23px;
    width: 85%;
    float: left;
    margin-left: 40px;
    border-right: none;
}
.smsNotificationTest{
    background-image: url(../img/email.svg) !important;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    border: 1px solid #d7e0e2;
    background-color: #f1f3f7;
    width: 5%;
    height: 45px;
    float: left;
    background-size: 16px;
    background-position: center;
}
#pnActive, #smsActive{
    float: left;
    margin-left: 40px;
}
.display-opaque{
    opacity: 0.4;
}
table.communication th, table.communication td{
    text-align: left;
    padding-left: 30px;
}
tr.service_active_true td:first-child{
    background-image: url(../img/checkmark-green-bold.svg);
    background-repeat: no-repeat;
}
tr.service_active_partial td:first-child{
     background-image: url(../img/checkmark-green-bold-partial.svg);
     background-repeat: no-repeat;
 }
tr.service_active_false td:first-child{
    background-image: url(../img/inactive.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 4px 4px;
}
.communicationMethods{
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
    padding-bottom: 6px;
}
.communicationLegende td{
    text-align: left;
    padding-left: 30px;
}

.commtabs{
    float: left;
}

.commtabs li{
    float: left;
    margin-right: 10px;
}
.commtabs li a{
    font-weight: 300;
    font-size: 20px;
}

.commtabs li.current a{
    font-weight: 600;
}

#mailTabAnchor::before{
    content: '';
    background-image: url(../img/icon_mail.svg);
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 90%;
    opacity: 0.5;
}
.current #mailTabAnchor::before{
    opacity: 1;
}
#pushTabAnchor::before{
    content: '';
    background-image: url(../img/icon_push.svg);
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 90%;
    opacity: 0.5;
}
.current #pushTabAnchor::before{
    opacity: 1;
}
#XsmsTabAnchor::before{
    content: '';
    background-image: url(../img/icon_sms.svg);
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 90%;
    opacity: 0.5;
}
.current #smsTabAnchor::before{
    opacity: 1;
}
unp{
    margin-left: 10px;
}
.dlgalert{
    border: 1px solid #d63c15;
    background-color: #ffffd3;
    border-radius: 4px;
    padding: 10px;
    background-image: url(../img/warning_large.svg);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    margin: 6px;
    background-size: 34px;
    color: #d63c15;
    font-weight: 700;
}
.invalid-mail .eMail, .invalid-mail td:first-child{
    background-color: #ffcccc;
    color: #940202;
    border-radius: 24px;
}
.invalid-phone .phone, .invalid-phone td:first-child {
    background-color: #ffcccc;
    color: #940202;
    border-radius: 24px;
}
.dlgalert hr{
    border-top: 1px solid red;
}

.migration-radiobutton{
    width: 50%;
    float: left;
}

td.scheduleType0{
    background-image: url(../img/invitation-small.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    padding-left: 28px;
}

td.scheduleType1{
    background-image: url(../img/info-small.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    padding-left: 28px;
}

#projectDetails .schedulesContainer{
    width: 100%;
    top: 300px;
}

fieldset .scheduledInfoFieldset{
    border: 1px solid #e9d31782;
    background-color: #e9d31732;
    border-radius: 6px;
    margin-bottom: 10px;
}
fieldset .scheduledInvitationFieldset{
    border: 1px solid #07df0f82;
    background-color: #07df0f32;
    border-radius: 6px;
    margin-bottom: 10px;
}
fieldset .scheduledInfoFieldset label, fieldset .scheduledInvitationFieldset label{
    color: #000;
    opacity: 0.6;
}
.scheduleInfoActive0 .executionInfo, .scheduleInfoActive0 .executedInfo {
    opacity: 0.2;
}
.scheduleActive0 .execution, .scheduleActive0 .executed {
    opacity: 0.2;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background: url("../img/calendar-icon.svg") center center no-repeat;
    background-size: 16px;
}
.migrator-select-time {
    position: relative;
    margin-bottom: 15px;
}

.migrator-select-time:not(.noSelect)::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/clock-icon.svg") no-repeat center center;
    pointer-events: none;
    background-size: 16px;
}

span#doWipe.details{
    padding: 2px;
    margin-left: 20px;
    border: 1px solid #7d0001;
    float: right;
    color: #7d0001;
    background-color: #fff;
    border-radius: 5px;
}
.doWipe1{
    padding: 2px;
    margin-left: 20px;
    float: right;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 10;
    right: 0;
    background-image: url(../img/phone-wipe-red.svg);
    background-size: 20px 20px;
    background-position: -1px -1px;
}

span.doWipe, span.doWipe0{
    display: none;
}
.wipeEnrollmentContent hr{
    margin-top: 8px;
    margin-bottom: 8px;
}

#statSelectButtonArea{
    width: 100%;
    text-align: center;
}
#statSelectButton[disabled]{
    filter: grayscale(100%);
    cursor: default;
}
#expAsCsvActn{
    width: 100%;
    text-align: center;
    padding-bottom: 19px;
    height: 300px;
    position: relative;
    top: -23px;
}

.readWithNoError .barBlock:nth-child(2).barBlockUndone{
    background-image: url(../img/eye.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}

.readWithError .barBlock:nth-child(2).barBlockUndone{
    background-image: url(../img/eye-exclamation.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}

#categories{
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
    width: 100%;
    overflow: auto;
}
.modal-dialog #categories{
    width: 100%;
}
#selCategory{
    width: 100%;
    min-height: 100px;
}
#newCategory{
    width: 48%!important;
    height: 26px!important;
    margin: 5px 0px 5px 5px!important;
    float: left!important;
    padding: 2px!important;
}
#addCategoryBtn{
    width: 48% !important;
    height: 26px !important;
    margin: 5px 5px 5px 0px !important;
    float: right !important;
    background-color: #ffffff;
    border: 1px solid #666666;
    text-transform: none;
    padding: 0;
    font-size: inherit;
}
.catCb{
    width: auto!important;
    height: 13px !important;
    margin: 2px!important;
}
.catLb{
    width: auto!important;
    margin: 0px!important;
    vertical-align: text-top!important;
    font-weight: 400 !important;
}
.catSp{
    margin-right: 6px!important;
    white-space: nowrap!important;
    padding: 2px!important;
    float: left;
}
.catDel{
    width: 14px!important;
    opacity: 0.3!important;
}
.catDel:hover{
    opacity: 1!important;
    cursor: pointer!important;
}
.modifyCategories{
    width: 100%;
    float: left;
}
#projectStatForm #selCategory .catDel{
    display: none!important;
}

.statPerc0{
    opacity: 0.3;
}
#statisticsModal .catSpCount0 {
    display: none;
}
#proAllCnt{
    padding-left: 0!important;
}

.searchBar .migrator-select{
    margin-bottom: 0px;
    float: right;
    margin-top: 10px;
}

.searchBar .migrator-select.width-40, .searchBar .select-caption.width-40{
    padding-left: 4px;
}

#projectDetails #confirmDeleteCategory{
    z-index: 100000001 !important;
}
span#catBoxes {
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 0px;
    overflow: visible;
}
span.catBox, span.osBox {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-right: 2px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 3px 8px 2px 8px;
    font-weight: 500;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 22px;
    line-height: 14px;
    text-shadow: 1px 1px 2px #fff;
}

span.osBox {
    margin: 0px 0px -4px 7px;
}

.toolsflat-button.form-control{
    border-radius: .25rem;
}

.admin-checkboxes .migration-checkbox{
    width: 100%;
}

body.customer-projects .sticky-footer-wrapper::after {
    content: 'Admin';
    background-image: url(../img/skill.png);
    background-size: 80px;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 80px;
    height: 80px;
    color: #000;
    padding-top: 72px;
    padding-left: 21px;
    opacity: 0.2;
}

body.sales-ebf .sticky-footer-wrapper::after {
    content: 'Sales';
    background-image: url(../img/contacts.png);
    padding-left: 24px;
}

body.support-ebf .sticky-footer-wrapper::after {
    content: 'Support';
    background-image: url(../img/headset.png);
    padding-left: 16px;
}

#errorsTable table{
    width: 100%;
}
#errorsTable td {
    color: #8c8c8c;
    text-align: left;
    word-break: break-word;
    min-width: 90px;
}
#errorsTable tr.recent td {
    color: #000000;
}
#errorsTable {
    max-height: 300px;
    overflow: auto;
}
tr.smsInfo.service_active_false {
    display: none;
}

.tueddeldraht .select-caption.width-60, .tueddeldraht .migrator-select.width-60, .tueddeldraht .select2-dropdown--below {
    transform: rotate3d(1, 3, 1, 6deg);
}

.tueddeldraht .migrator-select.width-60, .tueddeldraht .select2-dropdown--below{
    box-shadow: 3px 8px 13px #66666630;
}

.tueddeldraht .content::before {
    content: ' ';
    background-image: url(../img/tueddeldraht.png);
    z-index: 84;
    background-size: 100%;
    width: 100px;
    height: 140px;
    position: absolute;
    left: calc(50% + -83px);
    background-repeat: no-repeat;
    top: 58px;
    opacity: 1;
    background-color: transparent;
    pointer-events: none;
}

.tueddeldraht .content::after {
    content: ' ';
    background-image: url(../img/tueddeldraht_2.png);
    z-index: 6;
    background-size: 100%;
    width: 100px;
    height: 140px;
    position: absolute;
    left: calc(50% + 17px);
    background-repeat: no-repeat;
    top: 58px;
    opacity: 0.1;
    background-color: transparent;
    pointer-events: none;
}

.tueddeldraht .select2-dropdown--below{
    top: 5px;
    left: -4px;
}
.tueddeldraht .nav-item.dropdown:first-child {
    transform: rotate3d(1, 3, 1, -14deg);
    z-index: 6;
 }

.tueddeldraht .migrator-logo {
    transform: rotate3d(1, 2, 1, -7deg);
}

.tueddeldraht .project-item:first-child .project-container{
    transform: rotate3d(1, 3, 1, -14deg);
    box-shadow: 3px 8px 13px #66666630;
}

.tueddeldraht .project-item:first-child .project-container::before {
    content: ' ';
    background-image: url(../img/nagel.png);
    z-index: 84;
    background-size: 100%;
    width: 65px;
    height: 154px;
    position: absolute;
    left: calc(50% + 126px);
    background-repeat: no-repeat;
    top: -15px;
}

.dashboard-message .email-option-buttons p{
    margin-bottom: 20px;
}
.dashboard-message .email-option-buttons label{
    margin-left: 0px;
    margin-top: 0px;
}
.dashboard-message .email-option-buttons .file-upload-button-blue {
    right: 1px;
    top: 1px;
    line-height: 31px;
    height: 36px;
}

.disabledBtn{
    filter: grayscale(0.7);
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

#messageSendDiv{
    position: absolute;
    top: 627px;
    width: fit-content;
    border: 1px solid #cfd9db;
    padding: 6px;
    border-radius: 2px;
    left: calc(50% - 560px);
    background-color: #f1f3f7;
    opacity: 0.6;
}
#messageSendDiv div span{
    float: right;
    margin-left: 20px;
}
#messageSendDiv div label{
    float: left;
    padding: 0px;
    margin: 0px;
}

#messageSendDiv div{
    text-align: left;
}

input.propKey{
    width: 22rem;
}

input.propVal{
    width: 34rem;
}

tr.propLine td{
    padding: 5px 20px;
}

tr.propLine input{
    background: transparent;
    border: 1px dashed #c7c8c9;
}

table.customTemplates{
    width: 100%;
}

table.customTemplates th:first-child, table.customTemplates td:first-child{
    text-align: left;
}

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

button.updateCustomTemplate, img.updateCustomTemplate{
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background-image: url(../img/load.svg);
    border: 1px solid #d7e0e2;
    background-color: transparent;
    border-radius: 2px;
    background-position: 1px 1px;
    background-size: 20px;
    vertical-align: middle;
    margin: 2px;
}

button.deleteCustomTemplate, img.deleteCustomTemplate {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background-image: url(../img/trash.svg);
    border: 1px solid #d7e0e2;
    background-color: transparent;
    border-radius: 2px;
    background-position: 0px 0px;
    background-size: 22px;
    vertical-align: middle;
    margin: 2px;
}

img.lockedTemplate {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background-image: url(../img/lock-dark.svg);
    border: 1px solid #d7e0e2;
    background-color: transparent;
    border-radius: 2px;
    background-position: 0px 0px;
    background-size: 22px;
    vertical-align: middle;
    margin: 2px;
}

.visibleBecauseOfAdmin label, .visibleBecauseOfAdmin a{
    color: #2394c5!important;
}

tr.propLine button{
    margin-left: 4px;
    border: 1px solid #cfd9db;
    width: 24px;
    height: 24px;
}

tr.propLine button.deleteProperty{
    background-image: url(../img/delete.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

tr.propLine button.updateProperty{
    background-image: url(../img/update.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
#newProperty tr:first-child {
    -webkit-box-shadow: 4px 2px 6px #959ea8ba;
    -moz-box-shadow: 4px 2px 6px #959ea8ba;
    box-shadow: 4px 2px 6px #959ea8ba;
}

#confirmSaveTemplate input {
    border: 1px solid #e0e0e0;
    width: 400px;
}

span#compAppTokenExpiration {
    color: #909090;
}

textarea#appToken {
    margin-bottom: 2px;
    height: 80px;
    background-color: #f2f3f4 !important;
    font-family: monospace;
    font-size: 14px;
}

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

td.api-message div {
    max-height: 150px;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: break-spaces;
    width: 360px;
}

.keepDevice{
    margin-bottom: 10px;
}

.trumbowyg-dropdown {
    width: auto;
    min-width: 200px;
}

#mailCustomTemplates td:first-child, #mailCustomTemplates button {
    cursor: pointer;
}

#ad-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3%;
    padding-left: 20px;
}
.ad-box{
    min-height: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000035;
    border-radius: 10px;
    width: 530px;
    margin: 10px;
    padding: 16px;
    min-height: 384px;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

.ad-box:hover .ad-link {
    animation: pulse 0.8s ease-out 1;
}

.ad-placeholder{
    opacity: 0.3;
}
.ad-placeholder a{
    display: none;
}
.ad-box img{
    width: 259px;
    float: left;
    margin-right: 10px;
}

.ad-box h2{
    font-size: 34px;
    text-align: left;
    font-weight: bold;
    font-family: Miso;
}

.ad-box p{
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    font-family: Miso;
}

.ad-box a.ad-link{
    background: #2494C5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff !important;
    font-size: 11px;
    padding: 8px 20px 8px 20px;
    float: left;
    margin-top: 20px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

#ad-show, #ad-hide{
    width: auto;
    background-color: #2494C5;
    color: #fff;
    position: absolute;
    right: 0;
    border-radius: 0px;
    padding: 3px 4px 3px 12px;
    font-size: 18px;
    height: 24px;
    line-height: 18px;
    min-width: 206px;
    box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.4);
    -moz-box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.4);
    -webkit-box-shadow: 0px 6px 20px 0px rgba(43, 62, 81, 0.4);
    z-index: 4;
    font-weight: bold;
    font-family: Miso;
}
#ad-hide {
    background-color: #606e7d;
    color: #ffffff;
}
#ad-show img, #ad-hide img{
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 4px;
}
#ad-show::before, #ad-hide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; /* Same as padding-left */
    height: 100%;
    background: linear-gradient(65deg, transparent 42%, #2494C5 50%); /* Adjust colors as needed */
    transform: translateX(-100%);
}
#ad-hide::before {
    background: linear-gradient(65deg, transparent 42%, #606e7d 50%); /* Adjust colors as needed */
}

#ad-show::after, #ad-hide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(to left, #80aec1, #2494C5);
    pointer-events: none; /* Make sure it doesn't interfere with interactions */
}
#ad-hide::after {
    background: linear-gradient(to left, #9ba5b1, #606e7d);
}
#ad-rotate {
    background-image: url(../img/adds/rotate.png);
    background-size: 150px;
    background-repeat: no-repeat;
    opacity: 0.6 !important;
    background-position: 50%;
}

span.menuitem-note {
    color: #808080!important;
}

.customTemplates i {
    color: #808080;
}

.template-info {
    position: absolute;
    right: 0;
    margin-right: 8px;
    color: #808080;
    bottom: 0;
    margin-bottom: 8px;
}

.ad-hidden {
    background-image: url(../img/dontshow.png);
    background-size: 50%;
    background-position: 50%;
    opacity: 0.6;
}

.ad-hidden * {
    opacity: 0.3;
}

.no-click a{
    pointer-events: none;
}

.ad-save-button img{
    width: 20px;
}

.ad-tag {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-family: monospace;
}
#ad-grid:not(.ad-preview) .ad-tag {
    display: none;
}

#mailGlobalTemplates td, #mailCustomTemplates td {
    text-indent: 4px;
}

#mailGlobalTemplates img {
    top: 3px;
    position: relative;
    right: 4px;
    width: 20px;
    height: 20px;
}

#mailGlobalTemplates tr{
    background-color: #2b3e5173;
    color: #fff;
}

#mailGlobalTemplates tr:nth-child(even) {
    background-color: #2b3e51a1;
}

#mailGlobalTemplates td {
    font-weight: 600;
}

#mailGlobalTemplates tr:last-child {
    -webkit-box-shadow: -1px 2px 5px #959ea8ba;
    -moz-box-shadow: -1px 2px 5px #959ea8ba;
    box-shadow: -1px 2px 5px #959ea8ba;
    font-weight: initial;
}

#statusPopup{
    background: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1000001;
}

.ad-box.grayscale{
    filter: grayscale(80%);
}
.ad-box.replaced{
    filter: blur(2px);
}
#ad-lang img {
    display: inline-block;
    border: 1px solid transparent;
    padding: 4px;
    opacity: 0.6;
    background-color: #e0e0e0;
    margin-right: 4px;
}
#ad-lang img.lang-selected {
    border: 1px solid #ccc;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3),
    inset 0px -1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    opacity: 1;
    background-color: #ffffff;
}
#ad-lang img:not(.lang-selected){
    cursor: pointer;
}

.toggle-switch {
    position: absolute;
    width: 60px;
    height: 34px;
    right: 20px;
    top: 0px;
    zoom: 60%;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    cursor: pointer;
    transition: 0.4s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

.toggle-switch input {
    display: none;
    cursor: pointer;
}
input:checked + .slider {
    background-color: #187bab;
}

input:checked + .slider::before {
    transform: translateX(26px);
}

/* Rounded style */
.slider.round {
    border-radius: 34px;
}

.slider.round::before {
    border-radius: 50%;
}

.noAdmin .slider, .noAdmin .toggle-switch, .noAdmin input {
    opacity: 0.5;
    filter: grayscale(1);
    pointer-events: none!important;
}
.noAdmin input + .slider {
    background-color: #187bab;
}

.project-details-container .toggle-switch {
    left: 30px;
    bottom: 20px;
    top: unset;
    right: unset;
}
.hide-suspension .toggle-switch:not(.force-visible) {
    display: none;
}

#onlyLatest {
    width: auto;
    line-height: 14px;
    padding: 3px 3px 4px 6px;
    margin: 0px 0px 0px 0px;
    top: 2px;
    position: relative;
    float: unset;
}
.onlyLatest {
    color: #000;
    margin: 4px 0px 4px 6px;
    font-weight: 500;
}
.customer-item-flat {
    width: 100%;
    float: left;
    margin: 0;
}
.customer-item-flat .project-container-header {
    width: 30%;
    height: 30px;
}
.customer-item-flat .form-control{
    width: 80px;
}
.customer-item-flat .licCount{
    position: relative;
    left: 0;
}
.customer-item-flat .toggle-switch{
    position: absolute;
    right: 29px;
}
.customer-item-flat .row {
    margin-right: 0;
    margin-left: 0;
}
.customer-item-flat .project-container {
    margin-top: 0;
}
body.displayoptionflat #custList {
    padding-top: 25px;
}
.wizard-container-settings label[disabled] {
    color: #8f8f8f;
}
span.dropdown-item-version {
    padding: 8px 20px 8px 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, .07);
    display: block;
    margin: 10px 0px -9px 0px;
    color: rgba(0, 0, 0, 0.4);
}

.otpReset.otpValue {
    display: none;
}
.otpSet.otpValueset, .otpSet.otpValuepending {
    display: none;
}

.hubspotLookup h1 {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 24px;
    font-weight: 600;
}

.project-item.cached0 .progress-text, .project-item.cached0 .progress {
    opacity: 0.4;
}
.project-item.cached0 .progress-text::after {
    content: "xxx";
    background-image: url(../img/pending.svg);
    background-position: 0px 2px;
    color: transparent;
    background-size: 14px;
    background-repeat: no-repeat;
    margin-left: 4px;
}

.btnToggle {
    left: 16px;
    float: left;
    position: absolute;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.licensetype_system td:last-child {
    background-image: url(../img/licensetype_system.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 7px center;
}
.licensetype_stripe td:last-child {
    background-image: url(../img/licensetype_stripe.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.licensetype_admin td:last-child {
    background-image: url(../img/licensetype_admin.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 6px center;
}
.licensetype_automatic td:last-child {
    background-image: url(../img/licensetype_auto.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 7px center;
}
.licensetype_unknown td:last-child {
    background-image: url(../img/licensetype_unknown.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.hideIncativeCustomers .customeractivefalse {
    display: none;
}
.hideZerodevicesCustomers .customerdevices0 {
    display: none;
}


#aToggleInactive.isactive, #aToggleUnused.isactive{
    background-image: url(../img/eye-strike.svg);
    background-position: right center;
    padding-right: 20px;
    background-size: 17px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}
#aToggleInactive:not(.isactive), #aToggleUnused:not(.isactive){
    background-image: url(../img/eye.svg);
    background-position: right center;
    padding-right: 20px;
    background-size: 17px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.navbar-settings {
    z-index: 11;
}
.wizard-container .general{
    float: left;
    width: 100%;
}

.nonhubspot .hubspot-logo {
    display: none;
}
.hubspot-logo {
    width: 20px;
    float: right;
}

.bar {
    height: 18px;
    width: max-content;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    overflow: hidden;
}

.barBlock {
    height: 16px;
    width: 16px;
    float: left;
    line-height: 16px;
}

.barBlock:not(:last-child) {
    Xborder-right: 1px solid #d4d4d4;
}

.barBlockNotNotified {
    background-color: #e8e7e7;
}

.barBlockNotified {
    background-color: #fff202;
}

.barBlockPending {
    background-color: #d6d18f;
}

.barBlockUndone {
    background-color: #e8e7e7;
}

.barBlockUndone:nth-child(2) {
    background-color: #efefef;
}

.barBlockUndone:nth-child(n+4), .barBlockUndone:last-child, .barBlockNoCheckin {
    background-color: #dddada;
}

.barBlockSuccess:nth-child(2) {
    background-color: #61e10b;
}

.barBlockSuccess {
    background-color: #51c500;
}

.barBlockSuccess:nth-child(n+4), .barBlockSuccess:last-child, .barBlockConfirmed {
    background-color: #3e9e02;
}

.barBlockFailed:nth-child(2) {
    background-color: #f37a4f;
}

.barBlockFailed {
    background-color: #ed5c22;
}

.barBlockFailed:nth-child(n+4), .barBlockFailed:last-child, .barBlockNonCompliant {
    background-color: #ac3602;
}
.statusCACHED.compliantfalse .barBlockCheckin, .barBlockNonCompliant {
    background-color: #ac3602;
    background-image: url(../img/exclamation-white.svg) !important;
    background-size: 12px !important;
}

.statusPENDING .barBlock:last-child {
    background-image: url(../img/clock-black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
.statusRETIREPENDING .barBlock:last-child {
    background-image: url(../img/retire-pending-device-black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
.statusRETIRED .barBlock:last-child, .statusRETIRED .barBlock:last-child, .statusWIPED .barBlock:last-child {
    background-image: url(../img/retire-device-black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
.statusACTIVE .barBlock:last-child, .statusACTIVEX .barBlock:last-child  {
    background-image: url(../img/checkmark-black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.statusCACHED .barBlockCheckin {
    background-image: url(../img/checkmark-white-bold.svg)!important;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.statusCONFIRMED .barBlockConfirmed {
    background-image: url(../img/checkmark-white-bold-v2.svg)!important;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

#appleMdmMappingArea select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px 8px 0px 8px;
    height: 32px !important;
    margin: 8px 0px 8px 0px;
}

#appleMdmMappingArea {
    margin-bottom: 8px;
}

#refreshBtn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}

.search-bar-clear {
    width: 16px;
    height: 16px;
    background-image: url(../img/close-black.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.8;
    margin-right: 14px;
    margin-top: -38px;
    position: relative;
    float: right;
}
.search-results-clear {
    width: 16px;
    height: 16px;
    background-image: url(../img/close-black.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.8;
    margin-right: 0px;
    margin-top: -26px;
    position: relative;
    float: right;
}

td.schedrecipients {
    line-break: anywhere;
}