a:link, a:visited {
    
    color: initial;
   
  }
  .gtrerpShadowedSunken{
    box-shadow: 1px 1px 2px black inset !important;
}
.gtrerpButton{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 4px;
    padding: 2px 8px;
    margin: 2px;
    box-shadow: none;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease, transform 0.1s ease;
    text-decoration: none !important;
    color: initial;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Roboto', 'Segoe UI', system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: .07em;
    white-space: normal;
    user-select: none;
}
.gtrerpButton:hover {
    border-color: rgba(0,0,0,0.35);
    filter: brightness(1.1);
}
.gtrerpButton:active {
    transform: translateY(1px) scale(0.98);
    filter: brightness(0.88);
}
.gtrerpButton:focus-visible {
    outline: 2px solid rgba(30,136,229,0.6);
    outline-offset: 2px;
}
.gtrerpButton:disabled {
    opacity: 0.45;
    border-color: rgba(0,0,0,0.1);
    cursor: not-allowed;
    filter: none;
    transform: none;
}
.gtrerpButtonDepressed {
    transform: translateY(2px) scale(0.97);
    filter: brightness(0.85);
    border-color: rgba(0,0,0,0.35);
}
.gtrerpBorderShadowed{
    box-shadow: 1px 1px 2px black;
}
.gtrerpShadowed{
    box-shadow: 1px 1px 2px black;
}

.gtrerpBlue{
    background-color: #2196f3;
}
.gtrerpBlack{
    background-color: black;
}
.gtrerpIndigo{
    background-color: #3f51b5;
}
.gtrerpLime{
    background-color: lime;
}
.gtrerpGreen{
    background-color: #4caf50;
}
.gtrerpBrown{
    background-color: brown;
}
.gtrerpGreenPastel{
    background-color: #c1ffc3;
}
.gtrerpYellow{
    background-color: #f6ff4a;
}
.gtrerpWhite{
    background-color: white;
}
.gtrerpRed{
    background-color: #f44336;
}
.gtrerpCrimson{
    background-color: crimson;
}
.gtrerpPurple{
    background-color: rgb(49, 0, 89);
}
.gtrerpLightPurple{
    background-color: #b458ff;
}
.gtrerpPink{
    background-color: rgb(253, 170, 239);
}
.gtrerpMauve{
    background-color: #B784A7;
}
.gtrerpOrange{
    background-color: #ff9900
}
.gtrerpLightGrey{
    background-color: #dcdcdc
}
.gtrerpDarkPink{
    background-color: #912178;
}


.gtrerpGrey1{
    background-color: rgb(99%, 99%, 99%);
 }
.gtrerpGrey5{
    background-color: rgb(95%, 95%, 95%);
 }
.gtrerpGrey10{
   background-color: rgb(90%, 90%, 90%);
}
.gtrerpGrey15{
    background-color: rgb(85%, 85%, 85%);
 }
 .gtrerpGrey20{
    background-color: rgb(80%, 80%, 80%);
 }
 .gtrerpGrey25{
    background-color: rgb(75%, 75%, 75%);
 }
 .gtrerpMA-0{
    margin:0px !important;
}
 .gtrerpMA-1{
     margin:1px !important;
 }
 .gtrerpMA-2{
    margin:2px !important;
}
.gtrerpMA-3{
    margin:3px !important;
}
.gtrerpMA-4{
    margin:4px !important;
}
.gtrerpMA-5{
    margin:5px !important;
}
.gtrerpMT-1{
    margin-top:1px !important;
}
.gtrerpMT-2{
    margin-top:2px !important;
}
.gtrerpMT-3{
    margin-top:3px !important;
}
.gtrerpMT-4{
    margin-top:4px !important;
}
.gtrerpMT-5{
    margin-top:5px !important;
}
.gtrerpMB-1{
    margin-bottom:1px !important;
}
.gtrerpMB-2{
    margin-bottom:2px !important;
}
.gtrerpMB-3{
    margin-bottom:3px !important;
}
.gtrerpMB-4{
    margin-bottom:4px !important;
}
.gtrerpMB-5{
    margin-bottom:5px !important;
}
.gtrerpML-0{
    margin-left:0px !important;
}
.gtrerpML-1{
    margin-left:1px !important;
}
.gtrerpMR-0{
    margin-right:0px !important;
}
.gtrerpMR-1{
    margin-right:1px !important;
}
.gtrerpMR-2{
    margin-right:2px !important;
}
.gtrerpMR-3{
    margin-right:3px !important;
}
.gtrerpMR-4{
    margin-right:4px !important;
}
.gtrerpMR-5{
    margin-right:5px !important;
}
.gtrerpPA-0{
    padding:0px !important;
}
.gtrerpPA-1{
    padding:1px !important;
}
.gtrerpPA-2{
    padding:2px !important;
}
.gtrerpPA-3{
    padding:3px !important;
}
.gtrerpPA-4{
    padding:4px !important;
}
.gtrerpPA-5{
    padding:5px !important;
}
.gtrerpRoundedBorder{
    border-radius: 5px;
}
.gtrerpRoundedBorder10{
    border-radius: 10px;
}
.gtrerpTrafficLight{
    width:15px;
    height:15px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 1px 1px 1px black;
    border: 1px solid black;
}
.gtrerpKey {
    display: inline-block;
    color: #aaa;
    font: bold 10pt arial;
    text-decoration: none;
    text-align: center;
    width: 26px;
    height: 24px;
    margin: 5px;
    background: #222;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #222;
    -webkit-box-shadow: 
    inset 0 0 25px #333,
    0 1px 0 #000,
    0 2px 0 #222,
    0 2px 3px #333;
    -moz-box-shadow: 
    inset 0 0 25px #333,
    0 1px 0 #000,
    0 2px 0 #222,
    0 2px 3px #333;
    box-shadow: 
    inset 0 0 25px #333,
    0 1px 0 #000,
    0 2px 0 #222,
    0 2px 3px #333;
    text-shadow: 0px -1px 0px #000;
}
.gtrerpDisplayInline
{
    display: inline-block;
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
.tableStripes tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.gtrerpGradientBlue {
    background: linear-gradient(to right, #2196f3, #64b5f6);
}
.gtrerpGradientRed {
    background: linear-gradient(to right, #f44336, #e57373);
}
.gtrerpGradientGreen {
    background: linear-gradient(to right, #4caf50, #81c784);
}
.gtrerpGradientYellow {
    background: linear-gradient(to right, #fff200, #fffbb5);
}
.gtrerpGradientOrange {
    background: linear-gradient(to right, #ff9900, #ffb74d);
}
.gtrerpGradientPurple {
    background: linear-gradient(to right, rgb(103, 0, 187), #8900ea);
}
.gtrerpGradientPink {
    background: linear-gradient(to right, rgb(255, 116, 232), #f8bbd0);
}
.gtrerpGradientIndigo {
    background: linear-gradient(to right, #3f51b5, #7986cb);
}
.gtrerpGradientLime {
    background: linear-gradient(to right, lime, #d4e157);
}
.gtrerpGradientBrown {
    background: linear-gradient(to right, brown, #a1887f);
}
.gtrerpGradientGray {
    background: linear-gradient(to right, #d3d3d3, #e0e0e0);
}
.gtrerpGradientBlack {
    background: linear-gradient(to right, black, #424242);
}
.gtrerpGradientWhite {
    background: linear-gradient(to right, white, #f5f5f5);
}
.gtrerpGradientGrey1 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(95%, 95%, 95%));
}
.gtrerpGradientGrey0-5 {
    background: linear-gradient(to right,rgb(0%, 0%, 0%), rgb(10%, 10%, 10%));
}
.gtrerpGradientGrey10-20 {
    background: linear-gradient(to right,rgb(10%, 10%, 10%), rgb(20%, 20%, 20%));
}
.gtrerpGradientGrey20-30 {
    background: linear-gradient(to right,rgb(20%, 20%, 20%), rgb(30%, 30%, 30%));
}
.gtrerpGradientGrey30-40 {
    background: linear-gradient(to right,rgb(30%, 30%, 30%), rgb(40%, 40%, 40%));
}
.gtrerpGradientGrey40-50 {
    background: linear-gradient(to right,rgb(40%, 40%, 40%), rgb(50%, 50%, 50%));
}
.gtrerpGradientGrey50-60 {
    background: linear-gradient(to right,rgb(50%, 50%, 50%), rgb(60%, 60%, 60%));
}
.gtrerpGradientGrey60-70 {
    background: linear-gradient(to right,rgb(60%, 60%, 60%), rgb(70%, 70%, 70%));
}
.gtrerpGradientGrey70-80 {
    background: linear-gradient(to right,rgb(70%, 70%, 70%), rgb(80%, 80%, 80%));
}
.gtrerpGradientGrey80-90 {
    background: linear-gradient(to right,rgb(80%, 80%, 80%), rgb(90%, 90%, 90%));
}
.gtrerpGradientGrey90-100 {
    background: linear-gradient(to right,rgb(90%, 90%, 90%), rgb(100%, 100%, 100%));
}
.gtrerpGradientGrey5 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(90%, 90%, 90%));
}
.gtrerpGradientGrey10 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(85%, 85%, 85%));
}
.gtrerpGradientGrey15 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(80%, 80%, 80%));
}
.gtrerpGradientGrey20 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(75%, 75%, 75%));
}
.gtrerpGradientGrey25 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(70%, 70%, 70%));
}
.gtrerpGradientGrey30 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(65%, 65%, 65%));
}
.gtrerpGradientGrey35 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(60%, 60%, 60%));
}
.gtrerpGradientGrey40 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(55%, 55%, 55%));
}
.gtrerpGradientGrey45 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(50%, 50%, 50%));
}
.gtrerpGradientGrey50 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(45%, 45%, 45%));
}
.gtrerpGradientGrey55 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(40%, 40%, 40%));
}
.gtrerpGradientGrey60 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(35%, 35%, 35%));
}
.gtrerpGradientGrey65 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(30%, 30%, 30%));
}
.gtrerpGradientGrey70 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(25%, 25%, 25%));
}
.gtrerpGradientGrey75 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(20%, 20%, 20%));
}
.gtrerpGradientGrey80 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(15%, 15%, 15%));
}
.gtrerpGradientGrey85 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(10%, 10%, 10%));
}
.gtrerpGradientGrey90 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(5%, 5%, 5%));
}
.gtrerpGradientGrey95 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(2%, 2%, 2%));
}
.gtrerpGradientGrey100 {
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(0%, 0%, 0%));
}
.gtrerpGradientDownGrey1 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(95%, 95%, 95%));
}
.gtrerpGradientDownGrey5 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(90%, 90%, 90%));
}
.gtrerpGradientDownGrey10 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(85%, 85%, 85%));
}
.gtrerpGradientDownGrey15 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(80%, 80%, 80%));
}
.gtrerpGradientDownGrey20 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(75%, 75%, 75%));
}
.gtrerpGradientUpGrey1 {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(95%, 95%, 95%));
}
.gtrerpGradientUpGrey5 {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(90%, 90%, 90%));
}
.gtrerpGradientUpGrey10 {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(85%, 85%, 85%));
}
.gtrerpGradientUpGrey15 {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(80%, 80%, 80%));
}
.gtrerpGradientUpGrey20 {
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(75%, 75%, 75%));
}


.gtrerGradientDarkBlue {
    background: linear-gradient(to right, darkblue, #1a237e);
}

.gtrerpGradientDodgerBlue {
    background: linear-gradient(to right, dodgerblue, #64b5f6);
}
.gtrerpGradientLightBlue {
    background: linear-gradient(to right, lightblue, #81d4fa);
}
.gtrerpGradientBlueViolet {
    background: linear-gradient(to right, #8a2be2, #ba68c8);
}
.gtrerpGradientCadetBlue {
    background: linear-gradient(to right, #5f9ea0, #90caf9);
}
.gtrerpGradientChartreuse {
    background: linear-gradient(to right, #7fff00, #c5e1a5);
}
.gtrerpGradientChocolate {
    background: linear-gradient(to right, #d2691e, #bc8f8f);
}
.gtrerpGradientCoral {
    background: linear-gradient(to right, #ff7f50, #ffccbc);
}
.gtrerpGradientCornflowerBlue {
    background: linear-gradient(to right, #6495ed, #90caf9);
}
.gtrerpGradientCrimson {
    background: linear-gradient(to right, crimson, #e57373);
}
.gtrerpGradientDarkCyan {
    background: linear-gradient(to right, #008b8b, #80cbc4);
}
.gtrerpGradientDarkGoldenRod {
    background: linear-gradient(to right, #b8860b, #d7ccc8);
}
.gtrerpGradientDarkGray {
    background: linear-gradient(to right, #a9a9a9, #e0e0e0);
}
.gtrerpGradientDarkGreen {
    background: linear-gradient(to right, #006400, #a5d6a7);
}
.gtrerpGradientDarkKhaki {
    background: linear-gradient(to right, #bdb76b, #d7ccc8);
}
.gtrerpGradientDarkMagenta {
    background: linear-gradient(to right, #8b008b, #e1bee7);
}
.gtrerpGradientDarkOliveGreen {
    background: linear-gradient(to right, #556b2f, #a5d6a7);
}
.gtrerpGradientDarkOrange {
    background: linear-gradient(to right, #ff6f00, #a93600 );
}
.gtrerpGradientDarkOrchid {
    background: linear-gradient(to right, #9932cc, #ce93d8);
}
.gtrerpGradientDarkRed {
    background: linear-gradient(to right, #8b0000, #ef9a9a);
}
.gtrerpGradientDarkSalmon {
    background: linear-gradient(to right, #e9967a, #ffccbc);
}
.gtrerpGradientDarkSeaGreen {
    background: linear-gradient(to right, #8fbc8f, #c8e6c9);
}
.gtrerpGradientDarkSlateBlue {
    background: linear-gradient(to right, #483d8b, #9fa8da);
}
.gtrerpGradientDarkSlateGray {
    background: linear-gradient(to right, #2f4f4f, #90a4ae);
}
.gtrerpGradientDarkTurquoise {
    background: linear-gradient(to right, #00ced1, #80deea);
}
.gtrerpGradientDarkViolet {
    background: linear-gradient(to right, #9400d3, #ce93d8);
}
.gtrerpGradientDeepPink {
    background: linear-gradient(to right, #ff1493, #f48fb1);
}
.gtrerpGradientDeepSkyBlue {
    background: linear-gradient(to right, #00bfff, #80d8ff);
}
.gtrerpGradientDimGray {
    background: linear-gradient(to right, #696969, #e0e0e0);
}
.gtrerpGradientFireBrick {
    background: linear-gradient(to right, #b22222, #e57373);
}
.gtrerpGradientFloralWhite {
    background: linear-gradient(to right, #fffaf0, #fff9c4);
}
.gtrerpGradientForestGreen {
    background: linear-gradient(to right, #228b22, #81c784);
}
.gtrerpGradientFuchsia {
    background: linear-gradient(to right, #ff00ff, #f48fb1);
}
.gtrerpGradientGainsboro {
    background: linear-gradient(to right, #dcdcdc, #f5f5f5);
}
.gtrerpGradientGhostWhite {
    background: linear-gradient(to right, #f8f8ff, #f0f4c3);
}
.gtrerpGradientGold {
    background: linear-gradient(to right, #ffd700, #ffecb3);
}
.gtrerpGradientGoldenRod {
    background: linear-gradient(to right, #daa520, #d7ccc8);
}
.gtrerpGradientGreenYellow {
    background: linear-gradient(to right, #adff2f, #e6ee9c);
}
.gtrerpGradientHoneyDew {
    background: linear-gradient(to right, #f0fff0, #f0f4c3);
}
.gtrerpGradientHotPink {
    background: linear-gradient(to right, #ff69b4, #f48fb1);
}
.gtrerpGradientIndianRed {
    background: linear-gradient(to right, #cd5c5c, #e57373);
}
.gtrerpGradientIvory {
    background: linear-gradient(to right, #fffff0, #fff9c4);
}
.gtrerpGradientKhaki {
    background: linear-gradient(to right, #f0e68c, #f0f4c3);
}
.gtrerpGradientLavender {
    background: linear-gradient(to right, #e6e6fa, #e8eaf6);
}
.gtrerpGradientLavenderBlush {
    background: linear-gradient(to right, #fff0f5, #fff9c4);
}
.gtrerpGradientLawnGreen {
    background: linear-gradient(to right, #7cfc00, #dcedc8);
}
.gtrerpGradientLemonChiffon {
    background: linear-gradient(to right, #fffacd, #fff9c4);
}
.gtrerpGradientLightCoral {
    background: linear-gradient(to right, #f08080, #f48fb1);
}
.gtrerpGradientLightCyan {
    background: linear-gradient(to right, #e0ffff, #e0f7fa);
}
.gtrerpGradientDarkBlueBlack {
    background: linear-gradient(to right, rgb(6, 6, 81), #000000);
}
.gtrerpGradientBlueBlack {
    background: linear-gradient(to right, #2196f3, #000000);
}
.gtrerpGradientRedBlack {
    background: linear-gradient(to right, #f44336, #000000);
}
.gtrerpGradientGreenBlack {
    background: linear-gradient(to right, #4caf50, #000000);
}
.gtrerpGradientYellowBlack {
    background: linear-gradient(to right, #f6ff4a, #000000);
}
.gtrerpGradientOrangeBlack {
    background: linear-gradient(to right, #ff9900, #000000);
}
.gtrerpGradientDarkPurpleBlack {
    background: linear-gradient(to right, rgb(49, 0, 89), #000000);
}
.gtrerpGradientPurpleBlack {
    background: linear-gradient(to right, rgb(49, 0, 89), #000000);
}
.gtrerpGradientPinkBlack {
    background: linear-gradient(to right, rgb(253, 170, 239), #000000);
}
.gtrerpGradientIndigoBlack {
    background: linear-gradient(to right, #3f51b5, #000000);
}
.gtrerpGradientLimeBlack {
    background: linear-gradient(to right, lime, #000000);
}
.gtrerpGradientBrownBlack {
    background: linear-gradient(to right, brown, #000000);
}
.gtrerpGradientGreyBlack {
    background: linear-gradient(to right, #d3d3d3, #000000);
}
.gtrerpGradientWhiteBlack {
    background: linear-gradient(to right, white, #000000);
}
.gtrerpGradienPinkLime{
    background: linear-gradient(to right, rgb(253, 170, 239), lime);
}
.gtrerpGradientPinkBlue{
    background: linear-gradient(to right, rgb(253, 170, 239), #2196f3);
}
.gtrerpGradientDarkOrange{
    border: 4px solid rgb(237, 237, 0);
}
.glowingBorderBrightYellow{
    border: 4px solid rgb(255, 255, 0);
    box-shadow: 1px 1px 3px yellow;
}
.glowingBorderBrightRed{
    border: 4px solid rgb(255, 0, 0);
    box-shadow: 1px 1px 3px red;
}
.glowingBorderBrightGreen{
    border: 4px solid rgb(0, 255, 0);
    box-shadow: 1px 1px 3px green;
}
.glowingBorderBrightBlue{
    border: 4px solid rgb(0, 0, 255);
    box-shadow: 1px 1px 3px blue;
}
.glowingBorderDarkBlue{
    border: 4px solid rgb(6, 6, 81);
    box-shadow: 1px 1px 3px darkblue;
}
.glowingBorderBrightOrange{
    border: 4px solid rgb(255, 165, 0);
    box-shadow: 1px 1px 3px orange;
}
.glowingBorderBrightPurple{
    border: 4px solid rgb(128, 0, 128);
    box-shadow: 1px 1px 3px purple;
}
.glowingBorderBrightPink{
    border: 4px solid rgb(255, 192, 203);
    box-shadow: 1px 1px 3px pink;
}
.glowingBorderBrightIndigo{
    border: 4px solid rgb(75, 0, 130);
    box-shadow: 1px 1px 3px indigo;
}
.glowingBorderBrightLime{
    border: 4px solid lime;
    box-shadow: 1px 1px 3px lime;
}
.glowingBorderBrightBrown{
    border: 4px solid brown;
    box-shadow: 1px 1px 3px brown;
}
.glowingBorderBrightGrey{
    border: 4px solid rgb(211, 211, 211);
    box-shadow: 1px 1px 3px grey;
}
.glowingBorderBrightBlack{
    border: 4px solid black;
    box-shadow: 1px 1px 3px black;
}
.glowingBorderBrightWhite{
    border: 4px solid white;
    box-shadow: 1px 1px 3px white;
}
.glowingBorderWithRadius5BrightYellow{
 
    box-shadow: 1px 1px 3px yellow !important;
    border-radius: 5px !important;
}
    
.scrollable100px{
    overflow-y: auto;
    height: 100px;
}
.scrollable200px{
    overflow-y: auto;
    height: 200px;
}
.scrollable300px{
    overflow-y: auto;
    height: 300px;
}
.scrollable350px{
    overflow-y: auto;
    height: 350px;
}
.scrollable400px{
    overflow-y: auto;
    height: 400px;
}
.scrollable450px{
    overflow-y: auto;
    height: 450px;
}

.scrollable500px{
    overflow-y: auto;
    height: 500px;
}
.scrollable550px{
    overflow-y: auto;
    height: 550px;
}
.scrollable600px{
    overflow-y: auto;
    height: 600px;
}
.scrollable625px{
    overflow-y: auto;
    height: 625px;
}
.scrollable650px{
    overflow-y: auto;
    height: 650px;
}
.scrollable655px{
    overflow-y: auto;
    height: 655px;
}
.scrollable660px{
    overflow-y: auto;
    height: 660px;
}
.scrollable665px{
    overflow-y: auto;
    height: 665px;
}
.scrollable670px{
    overflow-y: auto;
    height: 670px;
}
.scrollable675px{
    overflow-y: auto;
    height: 675px;
}
.scrollable700px{
    overflow-y: auto;
    height: 700px;
}
.scrollable725px{
    overflow-y: auto;
    height: 725px;
}
.scrollable750px{
    overflow-y: auto;
    height: 750px;
}
.scrollable775px{
    overflow-y: auto;
    height: 775px;
}
.scrollable800px{
    overflow-y: auto;
    height: 800px;
}
.scrollable900px{
    overflow-y: auto;
    height: 900px;
}
.scrollable1000px{
    overflow-y: auto;
    height: 1000px;
}
.scrollable1100px{
    overflow-y: auto;
    height: 1100px;
}
.scrollable1200px{
    overflow-y: auto;
    height: 1200px;
}
.minWidth5px{
    min-width:5px;
}
.minWidth10px{
    min-width:10px;
}
.minWidth15px{
    min-width:15px;
}
.minWidth20px{
    min-width:20px;
}
.minWidth25px{
    min-width:25px;
}
.minWidth30px{
    min-width:30px;
}
.minWidth35px{
    min-width:35px;
}

.minWidth40px{
    min-width:40px;
}
.minWidth45px{
    min-width:45px;
}
.minWidth50px{
    min-width:50px;
}
.minWidth55px{
    min-width:55px;
}
.minWidth60px{
    min-width:60px;
}
.minWidth65px{
    min-width:65px;
}
.minWidth70px{
    min-width:70px;
}
.minWidth75px{
    min-width:75px;
}
.minWidth80px{
    min-width:80px;
}
.minWidth85px{
    min-width:85px;
}
.minWidth90px{
    min-width:90px;
}
.minWidth95px{
    min-width:95px;
}
.minWidth100px{
    min-width:100px;
}
.minWidth105px{
    min-width:105px;
}
.minWidth110px{
    min-width:110px;
}
.minWidth115px{
    min-width:115px;
}
.minWidth120px{
    min-width:120px;
}
.minWidth125px{
    min-width:125px;
}
.minWidth130px{
    min-width:130px;
}
.minWidth135px{
    min-width:135px;
}
.minWidth140px{
    min-width:140px;
}
.minWidth145px{
    min-width:145px;
}
.minWidth150px{
    min-width:150px;
}
.minWidth155px{
    min-width:155px;
}
.minWidth160px{
    min-width:160px;
}
.minWidth165px{
    min-width:165px;
}
.minWidth170px{
    min-width:170px;
}
.minWidth175px{
    min-width:175px;
}
.minWidth180px{
    min-width:180px;
}
.minWidth185px{
    min-width:185px;
}
.minWidth190px{
    min-width:190px;
}
.minWidth195px{
    min-width:195px;
}
.minWidth200px{
    min-width:200px;
}
.minWidth250px{
    min-width:250px;
}
.minWidth275px{
    min-width:275px;
}
.minWidth300px{
    min-width:300px;
}
.minWidth325px{
    min-width:325px;
}
.minWidth350px{
    min-width:350px;
}
.minWidth375px{
    min-width:375px;
}
.minWidth400px{
    min-width:400px;
}
.minWidth425px{
    min-width:425px;
}
.minWidth450px{
    min-width:450px;
}
.minWidth475px{
    min-width:475px;
}
.minWidth500px{
    min-width:500px;
}
.minWidth525px{
    min-width:525px;
}
.minWidth550px{
    min-width:550px;
}
.minWidth575px{
    min-width:575px;
}
.minWidth600px{
    min-width:600px;
}
.width5px{
    width:5px;
}
.width10px{
    width:10px;
}
.width15px{
    width:15px;
}
.width20px{
    width:20px;
}
.width25px{
    width:25px;
}
.width30px{
    width:30px;
}
.width35px{
    width:35px;
}
.width36px{
    width:36px;
}
.width37px{
    width:37px;
}
.width38px{
    width:38px;
}
.width39px{
    width:39px;
}
.width40px{
    width:40px;
}
.width45px{
    width:45px;
}
.width50px{
    width:50px;
}
.width55px{
    width:55px;
}
.width60px{
    width:60px;
}
.width65px{
    width:65px;
}
.width70px{
    width:70px;
}
.width75px{
    width:75px;
}
.width80px{
    width:80px;
}
.width85px{
    width:85px;
}
.width90px{
    width:90px;
}
.width95px{
    width:95px;
}
.width100px{
    width:100px;
}
.width105px{
    width:105px;
}
.width110px{
    width:110px;
}
.width115px{
    width:115px;
}
.width120px{
    width:120px;
}
.width125px{
    width:125px;
}
.width130px{
    width:130px;
}
.width135px{
    width:135px;
}
.width140px{
    width:140px;
}
.width145px{
    width:145px;
}
.width150px{
    width:150px;
}
.width155px{
    width:155px;
}
.width160px{
    width:160px;
}
.width165px{
    width:165px;
}
.width170px{
    width:170px;
}
.width175px{
    width:175px;
}
.width180px{
    width:180px;
}
.width185px{
    width:185px;
}
.width190px{
    width:190px;
}
.width195px{
    width:195px;
}
.width200px{
    width:200px;
}
.height5px{
    height:5px;
}
.height10px{
    height:10px;
}
.height15px{
    height:15px;
}
.height20px{
    height:20px;
}
.height25px{
    height:25px;
}
.height30px{
    height:30px;
}
.height35px{
    height:35px;
}
.height40px{
    height:40px;
}
.height45px{
    height:45px;
}
.height50px{
    height:50px;
}
.height55px{
    height:55px;
}
.height60px{
    height:60px;
}
.height65px{
    height:65px;
}
.height70px{
    height:70px;
}
.height75px{
    height:75px;
}
.height80px{
    height:80px;
}
.height85px{
    height:85px;
}
.height90px{
    height:90px;
}
.height95px{
    height:95px;
}
.height100px{
    height:100px;
}
.width5percent{
    width:5%;
}   
.width10percent{
    width:10%;
}
.width15percent{
    width:15%;
}
.width20percent{
    width:20%;
}
.width25percent{
    width:25%;
}
.width30percent{
    width:30%;
}
.width35percent{
    width:35%;
}
.width40percent{
    width:40%;
}
.width45percent{
    width:45%;
}
.width50percent{
    width:50%;
}
.width55percent{
    width:55%;
}
.width60percent{
    width:60%;
}
.width65percent{
    width:65%;
}
.width70percent{
    width:70%;
}
.width75percent{
    width:75%;
}
.width80percent{
    width:80%;
}
.width85percent{
    width:85%;
}
.width90percent{
    width:90%;
}
.width95percent{
    width:95%;
}
.width96percent{
    width:96%;
}
.width97percent{
    width:97%;
}

.width98percent{
    width:98%;
}
.width99percent{
    width:99%;
}
.width99point5percent{
    width:99.5%;
}
.width99point9percent{
    width:99.9%;
}
.width99point99percent{
    width:99.99%;
}
.width99point999percent{
    width:99.999%;
}
.width100percent{
    width:100%;
}
.blinkingText {
    animation: blinkingText 0.9s infinite;
}
@keyframes blinkingText {
    0% { color: transparent; }
    10% { color: inherit; }
    90% { color: inherit; }
    100% { color: transparent; }
    
}