.navbar-brand {
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.popover {
    min-width: 300px !important;
}

.navbar {
    min-height: 0px;
    border: 0px;
    border-radius: 0px;
}

.navbar .dropdown-menu .dropdown-header {
    /*color: rgb(255, 255, 255) !important;*/
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: transparent !important;
}

mark, .mark {
    padding: 0.2em;
    background-color: white !important;
}

a:hover {
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: transparent !important;
    border: 0px !important;
    border-bottom-color: transparent !important;
}

.toastrcontainer {
    padding: 20px 30px 20px 20px !important;
    text-align: center !important;
    background: #f4ede3 !important;
    box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.5) !important;
    color: #4c4c4c !important;
    max-width: 350px !important;
    opacity: 1 !important;
}

.select-geography {
    margin-bottom: 10px;
    width: 290px;
}

button.close {
    color: black !important;
}

.i-re:before {
    vertical-align: baseline !important;
    margin-right: 4px;
}

.offtop {
    opacity: 0.5;
}

.line {
    background: url(../i/line.gif) 0 0 repeat-x;
    padding-top: 8px;
}

.for-frame {
    border: 1px solid #e7e7e7;
    max-width: 100%;
}

@media (max-width: 991px) {
    .for-frame {
        overflow: scroll;
    }
}

.colorpicker {
    padding: 0 !important;
    border: 0 !important;
    background: 0 !important;
}

.sp-preview {
    width: 30px;
    height: 38px;
    border: 1px #e7e7e7 solid !important;
    border-radius: 4px !important;
    margin-bottom: 9px !important;
    margin-right: 50px !important;
}

.sp-preview-inner {
    border-radius: 4px !important;
    border: 0 !important;
}

.img-alert {
    background: url(../i/alert.png) 0 0 repeat-x;
    margin-top: 5px;
    width: 50%
}

.img-progress2 {
    background: url(../i/progress2_10x10.gif) 0 0 no-repeat;
}

.img-nok {
    background: url(../i/nok.gif) 0 0 no-repeat;
    background-position: right;
}
.btn-white-transparent:hover{
    background-color: rgb(145, 45, 49) !important;
    color: rgb(255, 255, 255)!important;
}
.no-border {
    border: 0!important;

}
.btn-white-transparent {
    align-items: flex-start;
    appearance: none;
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    border-bottom-color: rgb(145, 45, 49) !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(145, 45, 49) !important;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(145, 45, 49)!important;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(145, 45, 49)!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(145, 45, 49)!important;
    cursor: pointer;
    display: inline-block;
    font-family: "Times New Roman"!important;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: 34px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}

.no-border::after {
    border-bottom: 5px solid rgb(145, 45, 49);
}