﻿.sticky-top {
    top: 85px;
}

.topuser_profilelink {
    width: auto;
}

.myselect {
    min-width: auto !important;
    transition: 0.3s; 
    height: auto;
    min-height: 44px;
    line-height: 20px;
    padding: 5px 14px;
    outline: none;
    color: var(--color-body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    background: #ffffff url(../images/icons/arrow.png) no-repeat center right 20px;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=date], textarea {
    font-size: 14px;
    height: auto;
    min-height: 40px;
    line-height: 20px;
}
.mytable{
    font-size:14px;
}

.rbt-dashboard-filter-wrapper {
    margin-bottom: 15px;
}

label.error {
    color: red;
    font-size: 11px;
}

input.error{
    border:solid 1px red;
}

.checkout-form label, .rbt-default-form label {
     margin-bottom: 3px;
    margin-top: 10px; 
}

.table_imgpreview{
    height:50px;
}

.img_max100{
    max-width:100%;
}

.attachment__caption {
    background: #dbcbf3;
    display: inline-block;
    padding: 3px;
    border-radius: 4px;
    margin: 4px;
}
.mt30 {
    margin-top: 30px;
}

.btn_dark {
    background: #192335;
}

.spanbadge {
    display: inline-block;
    padding: 3px 8px;
    color: white;
    border-radius: 10px;
    font-weight: normal;
    background-color: #878787;
}
    .spanbadge.danger {
        color: white;
        background-color: #f44336;
    }
    .spanbadge.success {
        color: white;
        background-color: #4cb34c;
    }
    .spanbadge.info {
        color: white;
        background-color: #52c5d3;
    }
    .spanbadge.warning {
        color: white;
        background-color: #e59b69;
    }

.mheight80{
    min-height:80px;
}

.ajaxformsubmit_icons {
    display: none;
}
.ajaxitemsloadericon{

}
.myhr {
    margin: 10px;
}
.rbt-btn i{
    padding:0px !important;
}

.container99 {
    width: 98%;
    max-width: 98%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #1d63ac none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
}

.dflexcenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.div_textcontent {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}
 
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px
    }
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px
    }
}

@media (min-width: 200px) and (max-width:992px) {
    .div_textcontent {
        font-size: 16px;
        line-height: 24px;
    }
}