.client-plan-input {
    border: none;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    max-width: 60px
}

.client-plan-calculated-bg {
    background-color: rgba(231, 234, 236, 0.3);
}

.client-plan-input:disabled {
    cursor: default;
    background: #fff;
    font-weight: 700;
    color: #1c84c6;
}

.client-plan-disabled {
    cursor: default;
    background: #fff;
    font-weight: 700;
    color: #1c84c6;
}

.loginscreen.middle-box {
    width: 450px;
    max-width: 450px;
}

.tooltip {
    display: inline;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 10%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 120px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}

.btn.disabled, .btn[disabled] {
    cursor: default;
}

input[type=checkbox].disabled, input[type=checkbox][disabled] {
    cursor: default;
}

tr.table-td-hover td:hover {
    background-color: #f5f5f5;
}

.top-navigation .nav > li.active > a {
    color: #1c84c6;
    background: #f3f3f4;
}

.top-navigation .nav > li > a {
    font-size: 13px;
    font-weight: 700;
}

.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
    color: #1c84c6;
}

.tabs-container .tabs-left > .nav-tabs .active > a {
    background-color: #ffffff;
}

.loader {
    border: 16px solid #ffffff;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-horizontal .control-label.text-left{
    text-align: left;
}
.datepicker {
    z-index: 99999!important;
}

.fixed-table {
    table-layout: fixed;
    word-wrap: break-word;
}