@CHARSET "UTF-8";

/* framework */
.widget {
    border-radius: 3px;
    background: white;
    margin: 0px 15px 30px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .widget {
        margin: 0px 15px 30px 15px;
        /* margin: 10px 10px 20px 10px; */
    }
}
@media (min-width: 992px) {
    .widget {
        margin: 0px 0px 20px 0px;
    }
}

.widget .title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    font-size: 1.1em;
    padding: 10px 15px;
    color: #354052;
}

.widget .content,
.tasks .description {
    padding: 20px 10px;
}

.widget .load {
    animation: spin 1500ms infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.widget .update {
    color: #8a95a5;
    background: #F5F8F7;
    border-top: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
    font-weight: bold;
    display: table;
    width: 100%;
}

.widget .update span {
    padding: 0 5px 0 0;
}

.widget:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

.widget:hover .title {
}

.redWidget {
    background: url(../../img/red.png) left bottom repeat-x;
}

.rails {
    margin: 0 auto;
}

.rail {
    float: left;
}

.placeholder {
    border: 1px dashed silver;
    margin: 0 0 5px 5px;
    list-style-type: none;
}

.hidden {
    display: none;
}

.item {
    clear: both;
    height: 20px;
    white-space: nowrap;
}

.itemTitle {
    float: left;
    padding: 3px 30px 3px 3px;
}

.itemAdd {
    background: url(../../img/menu/add.png) no-repeat 2px 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}

.locked {
    background-image: url(../../img/ico/lock_delete.png);
}

.icoCompact {
    background-image: url(../../img/ico/compact.png);
}

.icoAlert {
    background-image: url(../../img/ico/update_info.png);
}

/* widgets*/

.text-encryption__label {
    font-weight: normal;
}

.widget-footer-link {
    text-align: center;
    display: block;
    padding: 10px 0;
}

.widget-footer-link--disabled {
    opacity: 0.5;
}

.input-inner-addon__icon--codetext {
    color: #555;
}

.input-inner-addon__input--codetext {
    padding-right: 70px;
}

.uppercase {
    text-transform: uppercase;
}

#canceledList {
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid silver
}

#canceledEmpty {
    text-align: center;
}

.canceledEmpty__icon {
    margin: 0 5px 2px 0;
}

#canceledLoading {
    text-align: center;
    padding: 5px;
}

#canceledDesc {
    font-size: 13px;
}

.savings, .savings .active {
    width: 100%;
}

.savings img, .savings .active img {
    margin: 0 5px 0 0;
}

.savings .savings-label, .savings .active .savings-label, #stats .stat-label {
    padding: 2px 10px 2px 2px;
}

.savings .rlabel, .savings .active .rlabel {
    padding: 2px 10px 2px 10px;
}

.savings .num, .savings .active .num {
    font-weight: bold;
}

.zero {
    color: silver;
}

#jobs table {
    width: 100%;
}

#jobs .nowrap {
    white-space: nowrap;
}

#file {
    width: 250px;
    background: #fff;
}

.stats {
    width: 100%;
    margin-bottom: 10px;
}

#year td, #month td {
    padding-left: 20px;
}

#report {
    margin-top: 30px;
    height: 250px;
}

#latency, #prints {
    height: 200px;
}

.info, .services, #duplicates {
    width: 100%
}

.services .service-label {
    padding: 2px 10px 2px 2px;
    vertical-align: top;
}

.services .service-value {
    text-align: right;
}

.active .active-label, .active .rlabel {
    padding: 2px 10px 2px 2px;
}

.active .active-label img, .active .rlabel img {
    margin: 0 5px 0 0;
}

.ok {
    color: #7dcf40;
    font-weight: bold;
}

.fail {
    color: #ef564a;
    font-weight: bold;
}

.not {
    color: orange;
    font-weight: bold;
}

.version {
    font-weight: bold;
    font-size: 140%;
    padding: 0 0 10px 0;
}

.versioninfo {
    width: 100%;
}

.versioninfo img {
    margin: 0 0 -4px 2px;
}

.versioninfo td, .info td {
    width: 50%;
}

.info .label {
    color: #333;
}

.detail {
    padding: 0 5px 5px 5px;
}

.detail .header {
    font-weight: bold;
    padding: 10px 0 5px 0;
    clear: both;
}

.detail .author {
    padding: 10px 0 0 0;
}

.detail td {
    white-space: nowrap;
    vertical-align: top;
}

.components .component-label, .lic .license-label {
    padding: 0 20px 0 0;
    white-space: nowrap;
}

.info .info-label, .versioninfo .version-label {
    padding: 0 20px 0 0;
    width: 30%;
    vertical-align: top;
}

.lic {
    margin-right: 20px;
}

.licensed {
}

.expired {
    color: silver;
}

.exhausted {
    color: red;
}

.activcode {
    color: green;
    font-weight: bold;
}

.internal {
    font-weight: bold;
}

.links {
    padding-top: 5px;
}

.integrity {
    color: red;
    font-weight: bold;
}

.pukcode {
    padding: 10px 0 5px 0;
    color: #4cae4c;
    font-size: 250%;
    text-align: center;
}

.pukhelp {
    margin: 0 0 -2px 5px;
}

.loading_wrap {
    font-weight: bold;
}

.loading_wrap img {
    margin: 0 10px -3px 0;
}

#lockinfo_wrap .count {
    font-weight: bold;
    width: 30px;
    text-align: right;
}

#lockinfo_wrap .lockshead {
    padding: 0 0 10px 0;
}

#lockinfo_wrap .lockstable {
    margin-bottom: 20px;
}

.lockstable {
    width: 100%;
}

.lockstable td img {
    margin: 0 5px 0 0;
}

.bell {
    background: url(../../img/ico/bell.png) no-repeat left center;
    padding-left: 20px;
}

.hidenotif {
    background: url(../../img/ico/ico_delete.png) no-repeat center center;
    width: 20px;
}

#notificationsTable {
    width: 100%;
}

.viewport .yellow, .viewport .red {
    background: none;
    border: none;
}

#billing-selector {
    padding-top: 10px;
}

#billing-expander {
    margin-top: 5px;
    display: block;
}

#currentCode span {
    color: #4cae4c;
}

#tasksloading {
    text-align: center;
    padding: 20px 0 20px 0;
}

.notdone {
    border-left: 5px solid #fb4a46;
}

.notdone .name {
    background: linear-gradient(to right, rgba(254, 228, 227, 0) 0%, rgba(254, 228, 227, 1) 100%);
}

.partialy {
    border-left: 5px solid #f60;
}

.partialy .name {
    background: linear-gradient(to right, rgba(255, 232, 217, 0) 0%, rgba(255, 232, 217, 1) 100%);
}

.done {
    border-left: 5px solid #4dc824;
}

.done .name {
    background: linear-gradient(to right, rgba(228, 247, 222, 0) 0%, rgba(228, 247, 222, 1) 100%);
}

.task {
    margin: 0 0 5px 0;
}

.task .name {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

.task .content {
    padding: 10px;
}

.task .content table {
    width: 100%;
}

.tasks {
    margin: -15px;
    padding: 5px 0;
}

.tasks .goto {
    margin: 0 0 20px 0;
}

.task #usersSettings {
    margin-top: 30px;
}

.task__toggle {
    opacity: 0.3;
    float: right;
}

.userlinks a {
    display: block;
}

.treelineal {
    background: url(../../img/ico/tree_lineal.png) repeat-y;
    white-space: nowrap;
}

.treelast {
    background: url(../../img/ico/tree_last.png) no-repeat;
    white-space: nowrap;
}

#testpage {
    width: 0;
    height: 0;
    visibility: hidden;
}

.userlinks a, .userlinks .fakelink, .adddev, .goto a {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0 4px 20px;
    display: block;
}

.addnew {
    background-image: url(../../img/menu/add.png);
}

.ldap {
    background-image: url(../../img/menu/ldap.png);
}

.csv {
    background-image: url(../../img/menu/import.png);
}

.setuphelp {
    background-image: url(../../img/menu/info.png);
    margin-bottom: 20px;
}

.goto a {
    background-image: url(../../img/bullet_go.png);
}

.formater {
    margin-bottom: -3px;
}

.centeredCell {
    text-align: center;
}

.dashLangs td {
    vertical-align: top;
}

.dashLangs div {
    white-space: nowrap;
}

.companySettings img {
    margin: 0 0 -4px 10px;
}

.preview {
    width: 200px;
}

.preview div {
    font-weight: bold;
    padding: 0 0 5px 0;
}

.preview img {
    width: 100%;
    margin-top: 10px;
}

#vatValues {
    margin-top: 10px;
}

#vatValues input {
    width: 50px;
    margin-left: 10px;
}

.listAdd, .listDelete, .vatIcon {
    margin: 0 0 -3px 5px;
}

/* parser settings */
.parserwrap label {
    font-weight: bold;
}

.parserwrap input {
    margin-bottom: -3px;
}

.parserwrap div {
    padding: 5px 0 0 25px;
}

.parserwrap img {
    margin-bottom: -3px;
}

.parserwrap span {
    display: block;
    padding: 1px 1px 3px 1px;
}

.parserwrap .warn {
    font-style: italic;
    padding: 5px 0 5px 25px;
}

#links .link {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 3px 3px 20px;
}

#links .link a {
    margin-right: 10px;
}

#links .linkicon {
    padding-right: 10px;
    cursor: pointer;
}

#links .protocol_http, #links .protocol_other {
    background-image: url(../../img/ico/link_http.png);
}

#links .protocol_ftp {
    background-image: url(../../img/ico/link_ftp.png);
}

#links .protocol_mail {
    background-image: url(../../img/ico/link_email.png);
}

#addlink .help {
    background: url(../../img/help.gif) no-repeat center 2px;
    width: 30px;
}

#linkUrl, #linkName {
    width: 200px;
}

#addlink .buttonbar {
    text-align: center;
    padding-top: 30px;
}

#addlink .ydialogbody {
    padding: 20px;
}

.linktools {
    display: table;
    width: 100%;
    background: #f5f8fc;
    border-top: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px;
    font-weight: 500;
}

.linktools div {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    padding: 10px;
    color: #354052;
    text-transform: uppercase;
}

.linktools .cancellink {
    text-transform: none;
}

.linktools-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    width: 13px;
    height: 13px;
    padding-right: 20px;
    background: no-repeat left center;
    background-size: contain;
}

.dashboard-icon--footer {
    display: inline-block;
    vertical-align: middle;
}

.editlink {
    border-right: 1px solid #e6e6e6;
}

.editlink-icon {
    background-image: url(../../img/ico/wrench13.png);
}

.addlink-icon {
    background-image: url(../../img/ico/add13.png);
}

.editlink:hover, .fakelink:hover {
    background: #ebeef2;
    text-decoration: none;
    color: #000;
}

.icon-key {
    background-image: url(../../img/ico/i_key.gif);
}

.icon-magnifier {
    background-image: url(../../img/ico/magnifier.png);
}

#linksLoading {
    padding: 10px;
    text-align: center
}

.dupname {
    text-align: left;
}

.dupcount {
    text-align: right;
}

.dupinfo {
    width: 11px;
    height: 11px;
    background: url(../../img/ico/info_ico.gif) no-repeat;
    margin: 0 0 0 5px;
}

.duptip {
    color: gray;
    padding-top: 10px;
}

.node .nodeicon {
    width: 35px;
}

.node .name {
    padding: 1px 20px 1px 1px;
}

.node .desc {
    padding: 1px 10px 1px 1px;
}

.node .ip {
    color: gray;
}

.node .noderole {
    font-weight: bold;
    color: gray;
}

.decimals {
    width: 50px;
}

#ribbon {
    margin-left: 5px;
}

#ribbon img {
    margin: 5px 20px 0 5px;
}

#ribbon .ribbon-left {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}

#ribbon .ribbon-right {
    width: 40%;
    text-align: right;
    white-space: nowrap;
    float: left;
}

#ribbon .ribbon-right span {
    display: inline;
}

#money-loading {
    text-align: center;
    padding: 10px 0 10px 0;
}

#money-balance {
    font-weight: bold;
}

#money-content .fakelink {
    display: block;
    padding-top: 3px;
}

.money-balance {
    font-size: 110%;
}

#money-error .message {
    margin: 0;
    padding: 0;
}

#taskPayment table .payment-label {
    width: 160px;
}

.dashboard-icon,
.title-column {
    display: inline-block;
}

.title-column {
    vertical-align: middle;
}

.title-column--icons {
    float: right;
}

.widget .hidden--soft,
.linktools .hidden--soft {
    display: none;
}

.cluster-status {
    width: 100%;
}

.info__label {
    font-weight: 500;
}

.info td {
    padding-bottom: 5px;
}

.widget-wall {
    /*padding: 0;*/
    /*width: 100%;*/
}

.widget-wall__brick {
    width: 100%;
    overflow: hidden;
}

.widget-wall__column {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0;

}

.widget-wall__column--first {
    padding-left: 0;
}

@media (min-width: 992px) {

    .widget-wall__column {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .widget-wall__column--first {
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    .widget-wall__column {
        width: 33.33%;
    }
}
