.tabButtons {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #FAFAFA;
    display: block;
    width: 100%;
}

.tabButtons li:first-child a {
    border-left: none !important;
}

.friends-list img {
    width: 84px;
    border: none;
    outline: none
}

.friends-list li {
    width: 84px;
}

.alert {
    margin-bottom: 0;
}

nav ul ul li > a {
    font-size: 12px !important;
}

.l {
    text-align: left !important
}

.c {
    text-align: center !important
}

.r {
    text-align: right !important
}

.b {
    font-weight: bold !important;
}

.tabButtons {
    color: #fff;
    border: 1px solid #C2C2C2;
    background: #FAFAFA;
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 5px 13px 0 rgb(0 0 0 / 18%);
    border: 1px solid #d9dada;
    border-bottom: 0;
    background: #152e4d;
    border: none;
    overflow: hidden;
}

.tabButtons li:first-child a {
    border-left: none !important;
}

.orderPackageContainer:hover {
    background: #FFFFE0;
}

.select2-results .product-result td {
    vertical-align: top;
}

.select2-results .product-result .product-image {
    width: 50px;
}

.select2-results .product-result .product-price {
    width: 90px;
    text-align: right;
}

.friends-list img {
    width: 84px;
    border: none;
    outline: none
}

.friends-list li {
    width: 84px;
}

.login-Area {
    width: 400px !important;
}

@media only screen and (max-width: 420px) {
    .login-Area {
        width: 100% !important;
    }
}

.login-logo {
    width: 250px;
    padding: 30px 0;
    margin-top: 20px;
}

.bg-image {
    background: url("../img/panel-background.jpg") center top !important;
}

#logo img {
    width: 155px !important;
}

#logo {
    margin-top: 8px !important;
}

.dropzone {
    min-height: 300px;
    border: 2px dashed #CCC !important;
    border-radius: 5px;
}

.dropzone .dz-message {
    font-size: 20px;
}

.dropzone.dz-drag-hover {
    border: 2px dashed #0087F7 !important;
}

/* DataGrid */
.cellPercentage, .cellMoney, .cellPhoneNumber {
    white-space: nowrap;
}
.cellPercentage, .cellMoney {
    text-align: right;
}

div.stickyHeader {
    position: absolute;
    top: 0;
}

#widgetGridList .well {
    padding: 6px 19px;

}

#widgetGridList .pill {
    cursor: pointer;

}

#editor .close {
    right: -5px;
    top: -10px;
    position: absolute;
}

#widgetGridList .grid {
    background: #333 none repeat scroll 0 0;
    border-left: 2px solid #FBFBFB;
    height: 18px;
    padding: 0;
}

#widgetList {
    width: 100% !important;
}

#widgetList .selectWidget {
    cursor: pointer;
    height: 102px;
}

.alpha-list {
    list-style: outside none lower-alpha;
}

.sortable-placeholder {
    background: #FFFAC1;
    margin-bottom: 18px;
}

.handle {
    cursor: move;
}

#imagePreviewBox {
    border: 3px solid #666;
    min-height: 30px;
    min-width: 30px;
    background: #FFF url(../img/loading.gif) no-repeat center;
}

.diffPreview .value {
    min-width: 15%;
    float: left;
    display: block;
    padding: 1px 3px;
}

.diffPreview .nonChanged {
    /*background : #ededed;
    color      : #333333;*/
}

.diffPreview .changedNewField {
    background: #4E7D0E;
    color: #FFF5E6;
}

.diffPreview .changedOldField {
    background: #A53845;
    color: #FFF5E6;
    text-decoration: line-through;
}

.dashboardCounters {
    margin-bottom: 15px;
}

.dashboardCounters .box {
    border: none;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 2px 14px 1px #12263f26;
    border-radius: 10px;
    transition: all .3s;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.dashboardCounters .title {
    font-size: 14px;
    font-weight: 400;
    color: #152e4d;
    position: relative;
    text-align: center;
    z-index: 2;
}

.dashboardCounters .counter {
    font-size: 30px;
    padding: 10px 0 0;
    position: relative;
    z-index: 2;
}

.dashboardCounters .total {
    border-right: 1px solid #DDD;
}

.dashboardCounters .counter div {
    text-align: center;
    color: #152e4d;
    font-weight: 700;
    font-size: 1.1em;
    border: none !important;
}

.dashboardCounters .counter div:hover {
    color: #2196f3 !important;
}

.dashboardCounters .counter .infoText {
    font-size: 13px;
    display: block;
    color: #152e4d;
    font-weight: 500;
}

.console {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: bold;
}

.formHeader h1, .formHeader h2, .formHeader h3, .formHeader h4, .formHeader h5, .formHeader h6 {
    margin: 0 0 20px 10px;
}

.formSeperator hr {
    margin: 10px 0;
}

.editable-input {
    vertical-align: top;
    min-width: 200px;
    padding-left: 10px;
    max-height: 290px;
    overflow-y: auto;
    width: auto;
}

.editable-buttons button {
    display: block;
    margin: 0 7px 7px 0 !important;
}

.dashboardCounters .box:hover {
    transform: scale(1.02);
}
.dashboardCounters i {
    position: absolute;
    font-size: 5em;
    opacity: 1;
    bottom: 1px;
    left: 1px;
    color: #152e4d;
    z-index: 1;
    transition: all .3s;
}

.dashboardCounters .box:before {
    background: white;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: .75;
    transition: all .3s;
}
.dashboardCounters .box:hover:before {
    opacity: 0.5;
}
div#VerificationSuccess {
    background: #8bc34a;
    color: white;
    width: max-content;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#VerificationCode {
    margin-bottom: 20px;
}