﻿



.smm ._rblTypesStyle td {
    padding: 0 5px;
}

.smm .mi {
    float: right;
    width: 100%;
    color: #16c1f3;
    text-align: right;
    text-decoration: none !important;
}

.smm .si {
    float: right;
    width: 100%;
    color: #7e7e7e;
    text-align: right;
    padding-right: 20px;
    text-decoration: none !important;
}

.smm .mystar {
    color: red;
    font-size: 10px;
    margin-left: 3px;
}

.smm .TopMenuItem {
    text-align: right;
}

.smm .divMarTop10 {
    margin-top: 10px;
}

.smm .divMarTop20 {
    margin-top: 20px;
}

.smm .divMarBott10 {
    margin-bottom: 10px;
}

.smm .ruFakeInput {
    display: inline-block;
    /* width: 100%; */
    height: 20px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.smm .RadUpload .ruFileWrap {
    height: 32px !important;
}

.smm .ruButton {
    display: inline-block;
    padding: 3px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439;
    height: 30px !important;
    margin-right: 2px !important;
}

    .smm .ruButton.ruRemove {
        background-color: #c9302c !important;
        border-color: #ac2925;
    }
/** Validation error */
.smm .ruError {
    padding: 5px 5px 5px 20px;
    border: 1px solid #EFA3AB;
    background: #f9e8e8;
    width: 65%;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .smm .ruError .ruFileWrap {
        height: 30px;
        overflow: visible !important;
        display: inline-block;
    }

    .smm .ruError .ruUploadProgress {
        display: block;
    }

    .smm .ruError .ruErrorMessage {
        display: block;
        font-variant: small-caps;
        text-transform: lowercase;
        margin-left: -10px;
        margin-top: 5px;
    }


.smm .grid-demo {
    padding: 10px 30px;
}

    .smm .grid-demo [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1em;
        text-align: center;
        line-height: 2;
        /*background-color: #e5e1ea;*/
        border-right: 1px solid #d1d1d1;
        border-bottom: none;
        /*min-height: 100px;*/
    }

.smm .dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.smm .open > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

@media (max-width: 768px) {
    .smm .navbar-nav {
        margin: 0;
    }

    .smm .caret {
        float: left;
    }
}

.smm .RadTreeList_Bootstrap .rtlPagerCell .rtlAdvPart {
    margin-left: 10px;
    float: right;
}

.RadTreeList_Bootstrap .rtlExpand {
    background-position: -58px -108px !important;
}

.rddtSlide {
    float: left !important;
}

.RadDropDownTree, .rddtPopup {
    text-align: right !important;
}

.rddtSlide label {
    width: 100% !important;
}

.rddtPopup .rddtFilter .rddtFilterInput {
    height: 34px !important;
    border: solid !important;
    padding: 1px 7px !important;
}

.RadTreeView_Bootstrap_rtl .rtMinus {
    background-position: -66px -66px !important;
}

.RadDropDownTree_Bootstrap .rddtFakeInput {
    padding-right: 10px !important;
}

.RadTreeView_Bootstrap_rtl .rtPlus {
    background-position: -14px -119px !important;
}

.RadTreeView_Bootstrap, .rddtPopup_Bootstrap, .RadDropDownTree_Bootstrap {
    font-family: inherit !important;
}

    .rddtPopup_Bootstrap .rddtFilter .rddtFilterEmptyMessage {
        font-family: inherit;
    }

.RadTreeList_Bootstrap {
    font-family: inherit !important;
}

.rddtPopup_Bootstrap .rddtFilter .rddtFilterInput {
    font-family: inherit !important;
}

.smm .not-active-a {
    pointer-events: none;
    cursor: default;
}
