﻿ /* Config Design  ################################################################################################################### ▼*/
 .UserControl_Dialoglocation_FullScreen{

 }
 .UserControl_DialogFrameSize_FullScreen{
      
     min-width:350px;
 }
.UserControl_DialogContentArea {
    min-height: 100px;
    
}
.UserControl_ButtonAlign_Right{
      float: right;
 }
.UserControl_ButtonAlign_Left{
      float: left;
 }
.UserControl_ButtonAlign_AutoCenter{
     
 }
.UserControl_hide 
{
    visibility:hidden;
    position:fixed;
    z-index:0;
    opacity:0;
     
}
/* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [White] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_white 
 {
    background-color: #FFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC;
    color: #000;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_white:hover 
 {
    cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

 /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Black] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_black 
 {
    background-color:#222;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
    border: 1px solid #000;
    color: #FFF;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_black:hover 
 {
    cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Blue] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_blue 
 {
    
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;


    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_blue:hover 
 {
     cursor: pointer;
    background-color:#f5f000;
    box-shadow: 0px 3px 10px #fffb2e;
    border: 1px solid #fffb39;
    color: #000;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Yellow] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_yellow 
 {

       background-color:#f5f000;
    box-shadow: 0px 3px 10px #fffb2e;
    border: 1px solid #fffb39;
    color: #000;
     
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_yellow:hover 
 {
      cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;
  

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
  /*  =,Purple=purple,Orange=orange,Pink=pink */
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Green] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_green 
 {

       background-color:#37cf03;
    box-shadow: 0px 3px 10px rgba(55, 207, 3, 0.5);
    border: 1px solid #4dff11;
    color: #FFF;
     
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_green:hover 
 {
      cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;
  

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Purple] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_purple 
 {

       background-color:#8301dd;
    box-shadow: 0px 3px 10px rgba(131, 1, 221, 0.5);
    border: 1px solid #ad37ff;
    color: #FFF;
     
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_purple:hover 
 {
      cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;
  

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
  
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Orange] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_orange 
 {

       background-color:#f27e00;
    box-shadow: 0px 3px 10px rgba(242, 126, 0, 0.5);
    border: 1px solid #ff9725;
    color: #FFF;
     
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_orange:hover 
 {
      cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;
  

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 
  /* 🌟🌟🌟🌟🌟🌟🌟🌟🌟 Button color [Pink] 🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 ▼*/
 .ButtonColor_pink 
 {

       background-color:#de00da;
    box-shadow: 0px 3px 10px rgba(222, 0, 218, 0.5);
    border: 1px solid #fe21fa;
    color: #FFF;
     
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
 .ButtonColor_pink:hover 
 {
      cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF; 
  

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Default SKIN ##################################################################################################################### ▼*/
.Default_UserControl {
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
 
.Default_UserControl .Dialog_BackgroundBody{
    position: fixed; 
    top: 0px; 
    left: 0px;  
    right: 0px; 
    bottom: 0px; 
    z-index:9090; 
}
.Default_UserControl .UserControlBaseHeaderText {
    padding-bottom: 0px;
}
.Default_UserControl .UserControlBaseTitleText {
    padding-top: 0px;
}
.Default_UserControl .Dialog_CloseButtonTd{
    width:40px;
}
.Default_UserControl .Dialog_CloseButtonBody {
    width: 20px;
    height: 20px;
        padding:5px;
        margin:3px;
}
.Default_UserControl  .Dialog_CloseButtonBody path{
    fill:#444;
}
.Default_UserControl .Dialog_CloseButtonBody:hover{
    cursor:pointer;
    background-color:#FFF;
 
    border-radius:20px;
}
.Default_UserControl .Dialog_CloseButtonBody:hover path{
     fill:#f10000;
}
.Default_UserControl .Dialog_BackgroundColor{
  background-color: rgba(0, 0, 0, 0.5); 
}
.Default_UserControl .Dialog_Backgroundtransparent{
   
   /*background-color:rgba(255, 251, 46, 0.3);*/
    
}
.Default_UserControl .Dialog_Backgroundtransparent:hover{
 
}

.Default_UserControl .Dialog_Frame {
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    border: 1px solid #FFF;
    border-radius: 3px;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.Default_UserControl .Dialog_Frame:hover {
    border-radius: 3px;
    box-shadow: 0px 0px 25px rgba(0, 130, 255, 0.5);
    border: 1px solid #0082ff;

    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.Default_UserControl .Dialog_HeaderBody {
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
    border-radius:3px 3px 0px 0px;
}


.Default_UserControl .DialogContentBody
{ 

}

.Default_UserControl .Dialog_FooterBody {
    background-color: #EEE;
    border-top:1px solid #BBB;
    padding: 15px;
     border-radius:0px 0px 3px 3px;
}
 
.Default_UserControl .ButtonBody{
    padding: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    margin-right: 10px;
    margin-left: 10px;
}



.Default_UserControl .ButtonColor_default {
    background-color: #FFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCC;
    color: #000;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Default_UserControl .ButtonColor_default:hover {
    cursor: pointer;
    background-color: #0082ff;
    box-shadow: 0px 3px 10px #0082ff;
    border: 1px solid #0082ff;
    color: #FFF;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Default_UserControl .UCtrl_CheckBoxBody{
    border:1px solid transparent;
    border-radius:2px;
    padding-left:5px;
    padding-right:5px;

 

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Default_UserControl .UCtrl_CheckBox_Bottom{
       margin:2px;
}
.Default_UserControl .UCtrl_CheckBox_Top{
       margin:10px;
}
.Default_UserControl .UCtrl_CheckBoxBody:hover{
    border:1px solid #6ac8ff;
   background-color:#b4e3ff;
   cursor:pointer;

   -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.Default_UserControl .UCtrl_CheckBox_Left{
    
    float:left;
}
.Default_UserControl .UCtrl_CheckBox_Left .UCtrl_CheckBoxRect{
    
    float:right;
}
.Default_UserControl .UCtrl_CheckBox_Left .UCtrl_CheckBoxText{
     padding-left:5px;
}

.Default_UserControl .UCtrl_CheckBox_Right{
    
    float:right;
}
.Default_UserControl .UCtrl_CheckBox_Right .UCtrl_CheckBoxRect{
    
    float:right;
}
.Default_UserControl .UCtrl_CheckBox_Right .UCtrl_CheckBoxText{
     padding-right:5px;
}


.Default_UserControl .UCtrl_CheckBoxTable{
    
    
}

.Default_UserControl .UCtrl_CheckBoxTextTd{
    
    
}

.Default_UserControl .UCtrl_CheckBoxText{
    
    
}

.Default_UserControl .UCtrl_CheckBoxRectTd{
    padding-top:2px;
    
}

.Default_UserControl .UCtrl_CheckBoxRect {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
    background-color:#FFF;
    border: 1px solid #666;
    border-radius: 2px;
    padding:2px;
}

.Default_UserControl .UCtrl_CheckBoxRectInner {
    width: 12px;
    height: 12px;
     
    border-radius:3px;
}

.Default_UserControl .UCtrlCheckTrue{
    
    
}
.Default_UserControl .UCtrlCheckTrue .UCtrl_CheckBoxRectInner{
    background-color:#0082ff;
}

.Default_UserControl .UCtrlCheckFalse{
    
    
}

.Default_UserControl .UCtrlCheckFalse .UCtrl_CheckBoxRectInner{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}

.Default_UserControl .NEWCLASS{
    
    
}