#homebox-buttons {
    display: none;
}

#content #homebox .homebox-column-wrapper {
    margin-bottom: 10px;
    padding: 0px;
    border: none;
    background: transparent;
}

#content #homebox .homebox-column {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    height: auto !important;
}

#content #homebox .homebox-column.empty {
    border: none;
    min-height: auto;
}

#content #homebox .homebox-placeholder {
    visibility: visible !important;
    margin: 0;
    border: 4px dashed #62cb31;
}

#content #homebox .homebox-portlet.ui-sortable-helper {
    max-height: 500px;
    max-width: 500px;
    overflow: hidden;
}

#content #homebox.draggable-state .homebox-column.empty {
    border: 3px dashed #e4e5e7;
    min-height: 100px;
}

#content #homebox.draggable-state .homebox-placeholder {
    visibility: visible !important;
    margin: 0;
    border: 4px dashed #62cb31;
}

#content #homebox .homebox-column .homebox-portlet + .homebox-portlet {
    margin-top: 15px;
}

#content #homebox .homebox-column .homebox-portlet:first-child {
    margin-top: 0px;
}

#content #homebox .homebox-portlet {
    margin: 0;
    border: none;
    background: #fff;
    border: 1px solid #e4e5e7;
    padding: 0;
}

#content #homebox .homebox-portlet .homebox-portlet-inner {
    border: none;
    overflow: hidden;
    background: transparent;
    border: none;
    padding: 0px 15px;
}

#content #homebox .homebox-portlet .portlet-header {
    font-weight: 600;
    padding: 15px 0px;
    transition: all .3s;
    border: none;
    margin: 0;
    background: transparent;
    color: #6a6c6f;
    font-size: 16px;
    border-bottom: 2px solid #62cb31;
    border-radius: 0;
    margin-bottom: 15px;
}

#content #homebox .portlet-content {
    padding: 0px;
    background: transparent;
    margin-bottom: 15px;
}

#content #homebox-buttons {
    margin-bottom: 15px;
    text-align: right;
}

#homebox #homebox-buttons #homebox-add-link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #62cb31;
    border-color: #62cb31;
    color: #FFFFFF;
    min-width: 100px;
    border-radius: 3px;
    transition: all 0.075s;
}

#homebox #homebox-buttons #homebox-add-link:before {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f067";
    margin-right: 5px;
}

#homebox #homebox-add {
    text-align: right;
}

#homebox #homebox-add ul li {
    list-style: none;
    display: inline-block;
    background: #fff;
    float: right;
    margin: 0 10px 10px 0;
    border: 1px solid #e4e5e7;
    border-radius: 3px;
    padding: 0px 10px;
    transition: all 0.075s;
}

#homebox #homebox-add ul li:hover {
    background-color: #3498db;
    border-color: #3498db;
}

#homebox #homebox-add ul li:hover a {
    color: #fff;
}

#homebox #homebox-add ul li.first {
    margin-right: 0px;
}

#homebox #homebox-add ul li.last {
    background: #e74c3c;
    border: 1px solid #e74c3c;
    color: #fff;
}

#homebox #homebox-add ul li.last:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

#homebox #homebox-add ul li.last a {
    color: #fff;
}

#homebox #homebox-add ul li a {
    background: transparent !important;
    border: none;
    outline: none;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
    outline: none !important;
    border: none !important;
    color: #6a6c6f;
    transition: all 0.075s;
}

#homebox .portlet-icon {
    background: none;
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
    width: 13px;
    height: 13px;
    font-size: 13px !important;
    font-weight: 300 !important;
}

#homebox .portlet-icon.portlet-maximize {
    display: none;
}

#homebox .portlet-icon:hover {
    color: #34495e;
}

#homebox .portlet-minus:before {
    content: "\f077";
}

#homebox .portlet-plus:before {
    content: "\f078";
}

#homebox .portlet-close:before {
    content: "\f00d";
}

#homebox .view-google-analytics-reports-summary h3 {
    text-align: left;
    margin: 30px 0 20px;
}

#homebox .view-google-analytics-reports-summary .view-content ol {
    padding: 0 0 0 20px;
}

#homebox .view-google-analytics-reports-summary .more-link {
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    #content #homebox .homebox-column-wrapper {
        width: 100% !important;
        padding: 0;
    }
}

.homebox-panel-footer {
    border-top: 1px solid #e4e5e7;
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
    background: #f7f9fa;
    margin-bottom: -15px;
}

.content-type-element {
    min-width: 200px;
    max-width: 300px;
}

.content-type-element .infont {
    margin-bottom: 5px;
    text-align: center;
}

.content-type-element .label {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.content-type-element.type-client{
    display: none;
}

.float-left {
    float: left;
}

.col-sm-12.form-type-date-popup {
    padding: 0 0 0 15px !important;
    margin-right: 15px !important;
}

.container-inline-date {
    float: left;
    width: 100%;
}

.container-inline-date .date-padding {
    float: left;
    width: 100%;
}

.google-visualization-table-th {
    background-color: #f7f9fa !important;
    background-image: none !important;
    border-color: #eee !important;
    cursor: pointer;
    color: #6a6c6f;
}

.google-visualization-table-td {
    padding: 10px !important;
}

.google-visualization-table-tr-sel {
    background-color: #62cb31 !important;
    color: #fff !important;
}

.google-visualization-table-table tbody tr:hover {
    background-color: #62cb31 !important;
    color: #fff !important;
}

.google-visualization-table-sortind {
    color: #fff !important;
}

.mb {
    margin-bottom: 20px;
}

.published-revision td {
    background: #62cb31;
    color: rgba(255, 255, 255, 0.9);
}

.published-revision td a {
    color: rgba(255, 255, 255, 0.9);
}

.draft-revision td {
    background: #e74c3c;
    color: rgba(255, 255, 255, 0.9);
}

.draft-revision td a {
    color: rgba(255, 255, 255, 0.9);
}

.draft-approval td {
    background: #ffb606;
    color: rgba(255, 255, 255, 0.9);
}

.draft-approval td a {
    color: rgba(255, 255, 255, 0.9);
}

.dashboard-moderation-link {
    display: inline-block;
    font-size: 24px;
    padding: 0 10px;
}

#contact-us-data-all table.table {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
}

div#edit-group14 {
    margin: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

div#edit-inline--2 {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

div#edit-group14 .panel-body {
    padding: 0;
}
