﻿.GradientBack
{
    height: 15px;
    background: -webkit-linear-gradient(top, #FBFBFB, rgba(210, 210, 210, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #FBFBFB, rgba(210, 210, 210, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(center top, #FBFBFB, rgba(210, 210, 210, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #FBFBFB, rgba(210, 210, 210, 1)); /* Standard syntax (must be last) */
}

.No_Height
{
    height:0px;
    }
    
.button{
     -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;

}
.button:hover{

  background-color:red;
  box-shadow:white 3px 3px initial;
}

 @font-face {
      font-family: "Old_Standard_TT__REGULAR";
      src: url("http://test.industrialist.life/Fonts/Old_Standard_TT/OldStandard-Regular.ttf");
    }

 @font-face {
      font-family: "Old_Standard_TT__BOLD";
       font-style: normal;
  font-weight: 600;
      src: url("http://test.industrialist.life/Fonts/Old_Standard_TT/OldStandard-Bold.ttf");
    }

 @font-face {
      font-family: "Old_Standard_TT__ITALIC";
      src: url("http://test.industrialist.life/Fonts/Old_Standard_TT/OldStandard-Italic.ttf");
    }



@font-face {
      font-family: "Raleway";
      src: url("http://test.industrialist.life/fonts/R.ttf");
    }


    @font-face {
      font-family: "ProstoOneReg";
      src: url("http://test.industrialist.life/fonts/PO_R.ttf");
    }
     @font-face {
      font-family: "JuraLight";
      src: url("http://test.industrialist.life/fonts/JL.ttf");
    }

       @font-face {
      font-family: "SCADA_REG";
      src: url("http://test.industrialist.life/fonts/Scada-Regular.ttf");
    }
         @font-face {
      font-family: "SCADA_BOLD";
      src: url("http://test.industrialist.life/fonts/Scada-Bold.ttf");
    }
           @font-face {
      font-family: "SCADA_ITA";
      src: url("http://test.industrialist.life/fonts/Scada-Italic.ttf");
    }
             @font-face {
      font-family: "SCADA_BOL_ITA";
      src: url("http://test.industrialist.life/fonts/Scada-BoldItalic.ttf");
    }
    

                @font-face {
      font-family: "OLD_BOLD";
      src: url("http://test.industrialist.life/fonts/OldStandard-Bold.ttf");
    }
       @font-face {
      font-family: "OLD_ITALIC";
      src: url("http://test.industrialist.life/fonts/OldStandard-Italic.ttf");
    }
       @font-face {
      font-family: "OLD_REGULAR";
      src: url("http://test.industrialist.life/fonts/OldStandard-Regular.ttf");
    }
    

       .HDR_EXTRiR_DIV{background-color: #ffffff; min-height: 34px;  position: relative; z-index: 2000; display:none;}
       .HDR_INTERiR_DIV{background-color: #ffffff; height: 79%; padding-left: 150px; display:none;}



    body { font-family: "Verdana", serif }
    
     /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-size:21px;
            font-weight: 700;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

.CARD_1 {
    border:1px solid #CDCDCD; position:static; min-height:50px; width:100%; height:100%; overflow:scroll; display:inline-table; text-align:left; font-family:SCADA_REG;
}
.CARD_2 {
    width:100%;vertical-align:top;
}
.CARD_3 {
    display:inline; vertical-align:top; width:100%; font-size:15px; font-weight:600; top:0px;
}
.CARD_4 {
    display:inline;width:100%; font-size:11px; font-weight:300; 
}
.CARD_5 {
    display:inline;width:100%; font:bold 10px medium,inherit; 
}
.CARD_6 {


}

.CARD_IMAGE {
    height:60px; width:60px;
}

.CARD_TD_RIGHT {
 width:100%;
 max-width:300px;
 text-align:left;
 text-wrap:normal;
}

.CARD_TR_RIGHT {
   width:100%;
 text-align:left;
}


.TABLE_BOX {
      min-height:700px;  
/*box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

border-top: 0px dotted gray;
border-right: 1px dotted gray;

}


.TABLE_BOX_R {
    min-height: 700px;border-top: 1px dotted gray;
    margin: 0px;
    max-width:98%;
    
}

