/*
    The following CSS based on the Telerik DefaultLite skin (Lightweight)
    Version: Telerik_UI_for_ASP.NET_AJAX_2020_2_617
    URL: https://docs.telerik.com/devtools/aspnet-ajax/controls/window/appearance-and-styling/creating-custom-lightweight-skin
    Important note: Since there are some conflicts of the default CSS styling between the two modes, 
    therefore please be careful and avoid using both the Lightweight and Classic RenderMode for the "RadWindowManager" or "RadWindow" controls on the same pages.
*/
.RadWindow_TAMCustomStyle {
  border-color: #cdcdcd;
  color: #333333;
  background-color: #e6e6e6;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Segoe UI",Arial,Helvetica,sans-serif;
}

  .RadWindow_TAMCustomStyle .rwTitleBar {
    border-color: #cdcdcd;
    color: #333333;
    background-color: #e6e6e6;
    background-image: linear-gradient(#fafafa, #e6e6e6);
    border-radius: 3px 3px 0 0; }
  .RadWindow_TAMCustomStyle .rwCommandButton:hover {
    border-color: darkgray;
    color: #000000;
    background-color: #c2c2c2;
    background-image: linear-gradient(gainsboro, #c2c2c2); }
  .RadWindow_TAMCustomStyle .rwContent {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff; }
  .RadWindow_TAMCustomStyle .rwStatusBar {
    border-color: #b3b3b3;
    color: #333333;
    background-color: #e6e6e6; }
  
  .RadWindow_TAMCustomStyle .rwAlertDialog .rwOkBtn,
  .RadWindow_TAMCustomStyle .rwPromptDialog .rwOkBtn,
  .RadWindow_TAMCustomStyle .rwConfirmDialog .rwOkBtn {
    border-color: #1667b7;
    color: #ffffff;
    background-color: #1976d2;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); }
  .RadWindow_TAMCustomStyle .rwAlertDialog .rwOkBtn:hover,
  .RadWindow_TAMCustomStyle .rwPromptDialog .rwOkBtn:hover,
  .RadWindow_TAMCustomStyle .rwConfirmDialog .rwOkBtn:hover {
    border-color: #12579b;
    color: #ffffff;
    background-color: #1667b7;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); }
  .RadWindow_TAMCustomStyle .rwAlertDialog .rwOkBtn:active,
  .RadWindow_TAMCustomStyle .rwPromptDialog .rwOkBtn:active,
  .RadWindow_TAMCustomStyle .rwConfirmDialog .rwOkBtn:active {
    border-color: #0f4880;
    color: #ffffff;
    background-color: #12579b;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); }
    .RadWindow_TAMCustomStyle .rwAlertDialog .rwOkBtn:focus,
    .RadWindow_TAMCustomStyle .rwPromptDialog .rwOkBtn:focus,
    .RadWindow_TAMCustomStyle .rwConfirmDialog .rwOkBtn:focus {
        box-shadow: 0 0 0 0.1rem rgba(0,123,255,.5);
        outline:none;
    }
  .RadWindow_TAMCustomStyle .rwPromptInput {
    border-color: #b3b3b3;
    color: #333333;
    background-color: #ffffff; }
  .RadWindow_TAMCustomStyle .rwPromptInput:hover {
    border-color: darkgray;
    color: #333333;
    background-color: #ffffff; }
  .RadWindow_TAMCustomStyle .rwPromptInput:active,
  .RadWindow_TAMCustomStyle .rwPromptInput:focus {
    border-color: #676767;
    color: #333333;
    background-color: #ffffff; }
  .RadWindow_TAMCustomStyle .rwLoading.rwStatusBar {
    background-image: url('../TAMCustomStyle/Common/loading_small.gif'); }
  .RadWindow_TAMCustomStyle.rwLoading .rwExternalContent {
    background-image: url('../TAMCustomStyle/Common/loading.gif'); }

.RadWindow.RadWindow_TAMCustomStyle .rwTitle {
    font-weight: 700;
}
.RadWindow.RadWindow_TAMCustomStyle .rwDialog:before {
    display: none;
}

.RadWindow.RadWindow_TAMCustomStyle .rwDialogContent {
    min-height: 50px;
    padding: 0 0 .71428571em 0;
}

.RadWindow.RadWindow_TAMCustomStyle .rwIcon {
    display: none;
}

.RadWindow.RadWindow_TAMCustomStyle .rwTitle {
    padding: 0;
}