@charset "utf-8";
/* CSS Document */

body {
    min-width: 1000px;
}

/* Header */
.title-area .subtitle {
    color: #ddd;
    text-transform: none;
}
.title-area {
    margin-left: 50px !important;
}

/* Menu */
li.has-dropdown2 ul.dropdown li a {
    line-height: 37px !important;
}
.top-bar-section .has-dropdown2:hover > ul.dropdown li {
    height: 30px !important;
}

/* Navigation */
.sub-menu ul.right li a:hover {
    color: #9fc343;
}

/* Footer */
#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -59px;
}
#buffer {
    height: 59px;
}
.copyright .row {
    max-width: 1200px;
}

#ajax_loader {
    background: #F0EAEA url('../../img/ajax-loader.gif') no-repeat center center;
    border: rgb(139, 135, 135) 2px solid;
    display: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 35%;
    left: calc(50% - 100px);
    width: 200px;
    height: 100px;
    z-index: 200;
}
#ajax_blocker {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.46);;
    top: 0;
    left: 0;
}

/* ############################################# */

/* Tabs */
.tabs dd > a {
    width: 200px;
    text-align: center;
    color: #fff;
    background: #999;
    padding: 0.5rem 3rem;
    display: block;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
}
.tabs dd > a:hover,
.tabs dd.active > a {
    background: #9fc343;
}

/* Validation */
div.error .placeholder {
    display: block;
    height: 16px;
}
.large-input {
    width: 400px;
}

.additional-container {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
}

/* ############################################# */

/* Recovery Pass Modal */
.recovery-pass-popup {
    width: 34.3%;
    margin-left: -18%;
}
.accordion2 dd.item-row div.item-container {
    cursor: pointer;
}
.accordion2 dd.item-row span.lic-key {
    width: 120px;
    display: inline-block;
    padding-left: 0;
    cursor: default;
}
.accordion2 dd.item-row span.lic-dir {
    padding-left: 0;
    font-style: italic ;
    font-size: small;
    display: none;
}
span.license-title {
   font-weight: bold;
   padding-left: 0;
}

span.license-info {
    display: inline-block;
    width: 700px;
    font-style: italic;
    padding-left: 10px;
}
.row4 a {
    margin: 0 10px;
}

/* Actions Menu */
.accordion2 dd.item-row {
    position: relative;
}
div.actions-control {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    text-align: right;
    padding: 5px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border-radius: 2px;
    z-index: -1;
}
.accordion2 dd.item-row div.item-container:hover ~ div.actions-control,
div.actions-control:hover {
    opacity: 100;
    visibility: visible;
    transition: opacity, visibility;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    transition-timing-function: ease-out;
    z-index: 10;
}
div.actions-control ul {
    margin: 0 0 -5px 0;
}
div.actions-control ul li + li {
    margin-left: 5px;
}
div.actions-control ul li,
div.actions-control ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}
div.actions-control ul li a:hover {
    border: 1px solid lightgrey;
}

/* Subscriptions */
.popup-total-amount > span {
    display: inline-block;
    font-size: 16px;
}
.popup-total-amount > span.header {
    margin-bottom: 3px;
}

/* New Ips Page */
.new-ips-header {
    background-image: url('../../img/icons/warning-icon.png');
    background-repeat: no-repeat;
    padding-left: 55px;
    margin-bottom: 15px;
}
.ip-changed-row-cont div.left span.license-title {
    width: 120px;
    display: inline-block;
    margin-bottom: 5px;
}
.ip-changed-row-cont div.reason-option {
    margin-bottom: 15px;
}
.ip-changed-row-cont div.reason-option label {
    font-weight: bold;
}
.ip-changed-row-cont div.reason-option span.add-info, .ip-changed-row-cont div.reason-option span.add-info span {
    display: block;
    margin: -10px 0 12px 25px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.ip-changed-row-cont div.reason-option span.add-info span {
    display: inline-block;
    margin: 0;
}
.ip-changed-row-cont div.reason-option span.add-info input[type=checkbox] {
    margin: 0 0 0 4rem;
}
.ip-changed-row-cont div.reason-option span.example {
    font-size: 13px;
    font-style: italic;
    display: block;
    line-height: 17px;
    margin-left: 25px;
}

/* Account Actions Popup */
.account-actions-cont div.action-option {
    margin-bottom: 15px;
}
.account-actions-cont div.action-option label {
    display: inline-block;
    font-weight: bold;
}
.account-actions-cont div.action-option span.add-info, .account-actions-cont div.action-option span.add-info span {
    display: block;
    margin: 10px 0 0 25px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.account-actions-cont div.action-option span.add-info span {
    display: inline-block;
    margin: 0 10px 0 0;
}
.account-actions-cont div.action-option span.example {
    font-size: 13px;
    font-style: italic;
    display: block;
    line-height: 17px;
    margin-left: 25px;
}

/* ############################################# */

/* Colors */
.grey {
    color: dimgrey;
}
.orange {
    color: orange;
}
.green {
    color: #9fc343;
}
.lite-red {
    color: #f04124;
}

.normal-text {
    font-family:"futura";
    font-size: 20px;
    padding: 0;
    color: #202020;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text-lite,
.text-normal,
.text-tiny {
    font-family: "futura";
    font-weight: 400;
}
.text-normal {
    font-size: 22px;
    line-height: 34px;
}
.text-lite {
    font-size: 18px;
    line-height: 24px;
}
.text-tiny {
    font-size: 15px;
}

.alert-box {
    line-height: 15px;
}
.alert-box.success {
    background-color: #9FC343;
    border: 1px solid #538402;
}
.alert-box.info {
    background-color: #e7e7e7;
    border-color: #999;
}
.flash {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.flash-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.flash-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

span.required {
    color: #f04124;
    font-weight: small;
}
a.link-as-btn {
    color: white !important;
    margin: 0 0 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 16px;
    height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* ####################################### */

/* Separated Line */
.sep {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    box-shadow: 0px 1px 0px #fff;
}

/* Banner Inner Container */
.banner-inner-container {
    background: #ebebed;
    padding-left: 2.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.banner-inner-container.header-name {
    padding-left: 0;
    padding-top: 10px;
}

.banner-inner-container h4 {
    margin-left: 0.9375rem;
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    color: #66900d;
}

.banner-inner-container h4.accounts-icon {
    background: url('../../img/icons/accounts-icon.png') no-repeat 0px 0px;
    background-size: 15px 20px;
    padding-left: 25px;
}

/* Rows */
.row-container {
    height: 40px;
    margin: 5px 0;
}

.row-container.small-height {
    height: 25px;
}

.row-container div {
    display: inline-block;
}

.row-container .row1 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    width: 200px;
}

.row-text {
    color: #333;
    font-size: 16px;
}

.row-text.short {
    width: 250px;
}

.row-text.long {
    width: 400px;
}

.row-container .row2 {
    font-size: 16px;
    color: #9fc343;
    font-weight: bold;
    margin-right: 120px;
}

.row-container .row3 {
    width: 150px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
}

.row-container .row3 a {
    color: #9fc343;
}

.row-container .row a {
    color: #9fc343;
}

.row-container .row4 {
    margin-left: 5px;
    color: #9fc343;
    width: 150px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 0 !important;
}

.row-container .row4 a {
    color: #9fc343;
}

.row-container .row4 a.btn2 {
    align: center;
    min-width: 80px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    background: #9fc343;
    border-radius: 40px;
    padding: 5px 12px;
    text-decoration: none;
}

.row-container .btn-small {
    height: 35px;
}

.row-container .row4 a.btn2.inactive {
    cursor: default;
    background: grey;
}

.small-row {
    width: 100px !important;
}

/* Banner Text */
.banner-text {
    color: grey;
    font-size: 14px;
    line-height: 25px;
}

.banner-text a {
    color: #9fc343;
}

.current-status {
    font-size: 20px !important;
}

/* Notices */
.notice,
.error {
    /*margin-top: 8px;*/
}

.notice .notice-message,
.notice .warning-message,
.notice .error-message {
    color: white;
    display: block;
    font-weight: normal;
    margin-top: -1px;
    padding: 0.5625rem 0.5625rem 0.5625rem;
    border-radius: 2px;
    font-size: 13.5px;
}

.notice .notice-message {
    background: #E7C427 none repeat scroll 0 0;
}

.notice .warning-message {
    background: #FF9C2A none repeat scroll 0 0;
}

.notice .error-message {
    background: #f04124 none repeat scroll 0 0;
}

.notice span {
    display: inline-block !important;
}

/* Note */
.note {
    font-size: 16px;
}

.note .note-message {
    color: grey;
}

.note .note-message a {
    color: #9fc343;
}

.note span {
    display: inline-block;
}

/* Another elements */

.black {
    color: black;
}
.red {
    color: red;
}

.normal-text {
    font-weight: normal;
}

.submit-btn {
    align: center;
    min-width: 80px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    background: #9fc343;
    border-radius: 40px;
    padding: 5px 12px;
}

.popup-box1 {
    text-align: center;
    display: inline-block;
    padding: 3px;
    width: 225px;
    background-color: #f8f8f8;
    /*padding: 9px 0;*/
    border: 2px solid #D2D2D2;
    margin-top: 0.5rem;
}

.popup-box1.active {
    background-color: #9fc343;
    border: 1px solid #538402;
}

.popup-box1 .option-title {
    font-family: "futuramc";
    font-weight: bold;
}

.plan-container .plan-item {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 9px;
    width: 30%;
    background-color: #f8f8f8;
    border: 2px solid #d2d2d2;
    margin-top: 0.2rem;
    min-height: 110px;
    padding: 9px 0;
    text-align: center;
}

.plan-container .plan-item:hover {
    cursor: pointer;
}

.plan-container .plan-item.selected {
    background-color: #e0e0e0;
    border: 2px solid #b7b7b7;
}

.plan-titles {
    margin-top: -5px;
}

.plan-titles .plan-title-container {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 30%;
    height: 60px;
}

.plan-title-container h3:hover {
    cursor: pointer;
}

.plan-item h3 {
    color: #202020;
    font-family: "futuramc";
    font-size: 23px !important;
    line-height: 24px !important;
    margin: 0;
}

.panel-price span.value,
.panel-price span.currency-sign {
    color: #9fc343;
    font-family: futuramc;
    font-size: 40px !important;
}

.panel-price > div {
    color: #9fc343;
    font-family: futuramc;
    font-size: 15px;
    text-align: right;
    margin-right: 2px;
}

.asterisk-container {
    margin-bottom: 10px;
}

.asterisk-container span {
    display: inline-block;
}

.billing-history-table-container td {
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}

.billing-history-table-container th {
    text-align: center;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
}

.billing-history-table-container .inner-table {
    border: 0 !important;
    margin: 0 !important;
}

.billing-history-table-container .inner-table td {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    font-size: 0.8rem;
    border: 0 !important;
}

.btn-primary.btn-small.arrow {
    background-image: url('../../img/icons/arrow-btn-right-white.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px 50px;
    padding-right: 50px;
}

.right-tab {
    margin-right: 40px;
}

.left-tab {
    margin-left: 40px;
}

.right-long-tab {
    margin-right: 80px;
}

.normal-text.popup-title {
    margin-top: -15px !important;
}

.reveal-modal {
    padding-bottom: 5px !important;
}

/* Help Block */
.help_block {
    background-color: #f6f6f6;
    width: 100%;
    margin: 20px 0;
    padding: 10px 15px;
    font-size: 80%;
}
.popup-header {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: -10px;
}

/* Tooltip */

.tooltip-custom {
    background-color: #f5f5f5;
}
.has-tooltip {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url('../../img/icons/question-white.png') no-repeat;
}

select:disabled {
    background-color: #dddddd;
    border-color: #999999;
}

.not-active {
    pointer-events: none;
    cursor: default;
    background-color: rgba(179, 179, 179, 0.61) !important;
    border-color: grey !important;
}

.show-data-token-section pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
table.entity {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}
h2 + table.entity {
    margin-top: 0;
}
table.entity + .entity-additional{
    margin-top: -10px;
}
