﻿
.ContainerComponent 
{
   display: inline;
   position: absolute;
   
    -moz-user-select: -moz-none;
   
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   
}




.ContainerComponent::selection { background: transparent;color:inherit; }
.ContainerComponent::-moz-selection { background: transparent;color:inherit; }


textarea::selection{ background: #00007f;color:#ffff00; }
INPUT::selection{ background: #00007f;color:#ffff00; }

                                                                          
.ClassSelected 
{                                         
    -moz-user-select: -moz-all;
   -khtml-user-select: all;
   -webkit-user-select: all;
   -ms-user-select: text;
   user-select: text;



    
}

.ClassSelected::selection{ background: #00007f;color:#ffff00; }
    
.ClassSelected::-moz-selection { background: #00007f;color:#ffff00; }
    





.ContainerComponentSelect {
   display: inline;
   position: absolute;
    -moz-user-select: all;
   -webkit-user-select: all;
   -ms-user-select: all;
   user-select: all;



}






.ContainerComponentSelect::-moz-selection { background: #00007f;color:#ffff00; }
.ContainerComponentSelect::selection{ background: #00007f;color:#ffff00; }
.ContainerComponentSelect p::selection{ background: #00007f;color:#ffff00; }
.ContainerComponentSelect p::-moz-selection { background: #00007f;color:#ffff00; }
.ContainerComponentSelect span::selection{ background: #00007f;color:#ffff00; }
.ContainerComponentSelect span::-moz-selection { background: #00007f;color:#ffff00; }

                                         



.button {
   border-top: 1px solid #aaaaaa;
   background: #aaaaaa;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f7), to(#aaaaaa));
   background: -webkit-linear-gradient(top, #f2f5f7, #aaaaaa);
   background: -moz-linear-gradient(top, #f2f5f7, #aaaaaa);
   background: -ms-linear-gradient(top, #f2f5f7, #aaaaaa);
   background: -o-linear-gradient(top, #f2f5f7, #aaaaaa);
   padding: 0px;
    margin: 0px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
 
   color: #000;
   font-size: 14px;
   font-family: Courier New;
   text-decoration: none;
   vertical-align: central;
   text-align:  center;
   display: inline;
   position: absolute;
   font-weight: normal;
   cursor: pointer;
   }

/*------------------------------------------------------------------------------------------------------------------------------*/

.buttonHover {
   border-top: 1px solid #01253b;
   background: #3294d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f7), to(#3294d6));
   background: -webkit-linear-gradient(top, #f2f5f7, #3294d6);
   background: -moz-linear-gradient(top, #f2f5f7, #3294d6);
   background: -ms-linear-gradient(top, #f2f5f7, #3294d6);
   background: -o-linear-gradient(top, #f2f5f7, #3294d6);
   padding: 0px;
   margin: 0px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #000;
   font-size: 14px;
   font-family: Courier New;
   text-decoration: none;
   vertical-align: central;
   text-align:  center;
   display: inline;
   position: absolute;
   font-weight: normal;
   cursor: pointer;
   }

/*------------------------------------------------------------------------------------------------------------------------------*/

.buttonActive,.buttonDown {

   border-top: 1px solid #70041d;
   background: #f2f5f7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3295d6), to(#f2f5f7));
   background: -webkit-linear-gradient(top, #3295d6, #f2f5f7);
   background: -moz-linear-gradient(top, #3295d6, #f2f5f7);
   background: -ms-linear-gradient(top, #3295d6, #f2f5f7);
   background: -o-linear-gradient(top, #3295d6, #f2f5f7);
   padding: 0px;
   margin: 0px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #c00;
   font-size: 14px;
   font-family: Courier New;
   text-decoration: none;
   vertical-align: central;
   text-align:  center;
   display: inline;
   position: absolute;
   font-weight: bold;
   cursor: pointer;
 }

/*------------------------------------------------------------------------------------------------------------------------------*/

.buttonDisable {

   border-top: 1px solid #777777;
   background: #bbbbbb;
   background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#bbbbbb));
   background: -webkit-linear-gradient(top, #bbbbbb, #bbbbbb);
   background: -moz-linear-gradient(top, #bbbbbb, #bbbbbb);
   background: -ms-linear-gradient(top, #bbbbbb, #bbbbbb);
   background: -o-linear-gradient(top, #bbbbbb, #bbbbbb);
   padding: 0px;
   margin: 0px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(119,119,119,1) 0 1px 0;
   -moz-box-shadow: rgba(119,119,119,1) 0 1px 0;
   box-shadow: rgba(119,119,119,1) 0 1px 0;
  /* color: #555;*/
   font-size: 14px;
   font-family: Courier New;
   text-decoration: none;
   vertical-align: central;
   text-align:  center;
   display: inline;
   position: absolute;
   font-weight: normal;
   cursor: default;
    opacity: 0.5;
}

.expander {
    height: 16px;  
    display: block;
    text-align: center;
    color: #771; 
    font-weight: bold;
    font-family: Courier New;
   text-decoration: none;
    font-size: 16px;
    cursor: hand;
    

}
/*------------------------------------------------------------------------------------------------------------------------------*/


/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_2.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_3.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_4.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_5.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_6.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_7.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(fonts/Noto_8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}