﻿.RadWindow_Default {
    width: 500px !important;
    height: 150px !important;
}

.rwTable {
    background-color: #fff !important;
    border-radius: 3px !important;
}

.RadWindow .rwTopLeft {
    height: 40px !important;
    background-image: none !important;
    border-bottom: 1px #ddd solid !important;
    background-color: #f5f5f5 !important;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.RadWindow .rwTitlebar {
    height: 40px !important;
    background-image: none !important;
    border-bottom: 1px #ddd solid !important;
    background-color: #f5f5f5 !important;
}

.RadWindow .rwTopRight {
    border-bottom: 1px #ddd solid !important;
    background-color: #f5f5f5 !important;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.RadWindow .rwTopResize {
    height: 8px !important;
    background-image: none !important;
}

.RadWindow_Default .rwBodyLeft {
    background-image: none !important;
}

.RadWindow_Default td.rwWindowContent {
    padding: 30px 20px 20px !important;
}

.rwCorner {
    background-image: none !important;
}

.rwFooterCenter {
    background-image: none !important;
}

.rwDialogButtons {
    display: block;
    margin-top: 20px;
}

.rwOkBtn {
    border-radius: 3px;
    border: 0;
    padding: 8px 55px;
    cursor: pointer !important;
    background-color: #00a446 !important;
    color: #fff !important;
}

.RadWindow_Default a.rwIcon {
    background-image: url(../Wene/WarningAlert.png) !important;
    background-size: 27px !important;
    background-position: inherit !important;
}

.rwIcon {
    background-image: url(../Wene/WarningAlert.png) !important;
    background-size: 27px !important;
    background-position: inherit !important;
}

.RadWindow .rwIcon {
    width: 24px !important;
    height: 24px !important;
    margin: 0px 5px 0 10px !important;
}

.RadWindow .rwTitleRow em {
    padding: 0px 0 0 1px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.RadWindow_Default .rwControlButtons a {
    background-image: url(../Wene/CloseAlert.png) !important;
    background-size: 25px !important;
    background-position: center center !important;
    cursor: pointer !important;
}

.rwCloseButton {
    background-image: url(../Wene/CloseAlert.png) !important;
    background-size: 25px !important;
    background-position: center center !important;
    cursor: pointer !important;
}

.RadWindow .rwTitlebarControls {
    height: 34px !important;
}

.btn {
    padding: 15px 35px;
}

.RadAutoCompleteBox {
    width: 85% !important;
    margin-left: 10% !important;
    height: 38px !important;
    border: 0 !important;
    color: #666 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 0px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

    .RadAutoCompleteBox .racTokenList {
        padding: 0px 20px 1px 1px !important;
        border-width: 0 !important;
        font-style: normal !important
    }

    .RadAutoCompleteBox .racEmptyMessage {
        font-style: normal !important;
        color: #666 !important;
        font-size: 16px !important;
        font-weight: normal !important;
        height: 38px !important;
    }
    .RadAutoCompleteBox .racInput {
        height: 38px !important;
    }



.racSlide {
    top: 225px !important;
}
.RadAutoCompleteBox .racLoadingIcon {
    top: 12px !important;
}

.RadAutoCompleteBox_Default .racToken {
    background-image: none !important;
    background-color: #fff !important;
    background-image: none !important;
}

.RadAutoCompleteBox .racToken {
    padding: 0 !important;
    border-width: 0 !important;
    line-height: 20px !important;
    background: none !important;
}

.racRemoveTokenLink {
    display: none !important
}




@media only screen and (max-width: 768px) {
    .RadWindow_Default {
        width: 90% !important;
        height: 150px !important;
    }

    .rwTable {
    }
}
@media only screen and (max-width: 420px) {
    .racSlide {
        top: 180px !important;
    }

}