/* DPI custom styles */

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(fonts/Montserrat-Regular.woff2) format('woff2');
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
}

* {
/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.3px;
    
}

.body1 {
    margin: 10px;
}
.div-wrapper
{
    margin-top: 10px;
    border: 0px solid gray; 
    width: 100%;
    display: none;
}

.div-inner
{
    /*background-color: rgb(250,250,255);*/
    background: white;
    border: 1px solid rgb(150,150,150);
    /*padding: 10px 30px;*/    
    margin: 0 auto;
    border-radius: 5px;
    /*width: 800px;*/    
}

                    
.topBannerDiv {
    width: 100%;
    padding: 0px;
    border-radius: 3px 3px 0px 0px;
    margin: 0px;
    text-align: center;
    background-color: rgb(218, 231, 245);
/*    background-color: rgb(222, 237, 222);*/
}

.topBanner {
    width: 40%;
    /*height: 85px;*/
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 10px;
}

.topBannerSm {
    width: 85%;
    /*height: 85px;*/
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: none;
}

.warnItems {
    display: none;
}

#globalMessage {  
  color: black !important;
  background-color: white !important;
}

.global-message1 {
    border: 0px solid gray;
    margin: 5px 70px 0px 70px;
    display: block;
    font-family: sans-serif;
    font-size: 9pt;
    color: rgb(142, 48, 65);
    padding-top: 5px !important;
    min-height: 15px;
    /*display: none;*/
}

.tabs-override {
    position: relative;
    color: rgb(100,100,100);
    background: none !important;    
    width: 98% !important;
    margin: 10px 10px 0px 60px; /* !important */
    /*overflow: hidden;*/
    /*z-index: 600;*/    
}

.no-script  {
                padding: 100px;
                height: 100px;
                display: none;
            }

/*table.outerTbl       {  
                        width:100%;
                        border:0px solid gray;
                        font-family: sans-serif;
                        font-size: 9pt;
                        font-weight: bold;
                        padding: 0px;
                        border-radius: 10px;
                        -moz-border-radius: 10px;                        
                        margin: 0px;
                      }
table.outerTbl td    { border: 0px solid #888888;
                       padding:2px;
                     }                                 */

.outer-div           {  
                        width: 100%;   
                        height: 230px;
                        display: table;
                        border: 0px solid blue;
                        /*font-family: sans-serif;*/
                        font-size: 9pt;
                        font-weight: bold;
                        padding: 0px;
                        border-radius: 10px;                       
                        margin: 0px;
                        vertical-align: top !important;
                      }
.sub-area {
   border: 0px solid green;  
   display: table-cell;
   width: 49%;   
   padding: 2px 25px;
   vertical-align: top;
}                      
                      
table.loginTable       {  
                        
                        border:0px solid gray;
                        /*font-family: sans-serif;*/
                        font-size: 9pt;
                        font-weight: bold;
                        padding: 0px;
                        border-radius: 10px;
                        -moz-border-radius: 10px;                        
                        margin: 0 auto !important;
                      }
table.loginTable td    { border: 0px solid #888888;
                         padding:2px;
                         vertical-align: top;
                       }     
                       
.bookmark    {
         text-align: center;
         /*font-family: sans-serif;*/
         font-size: 9pt;
         font-weight: bold;   
         padding: 4px;
}                       
                       
table.warningTbl       {  
                        width:100%;
                        border:0px solid gray;
                        border-collapse: collapse;
                        /*font-family: sans-serif;*/
                        font-size: 9pt;
                        font-weight: bold;
                        padding: 0px;
                        border-radius: 0px 0px 5px 5px ;               
                        margin: 0px;
                        background-color: rgb(235,235,235);
                      }
table.warningTbl td    { border:0px solid #888888;
                         font-size: 7.5pt; 
                         color: rgb(100,100,100);
                         font-weight: normal;
                         padding:10px;
                       }                           
                       
.links1      {
                width: 90%;
                border: 0px solid gray;
/*                font-family: sans-serif;*/
                font-size: 9pt;
                font-weight: normal;
                padding: 3px;
                border-radius: 10px;
                -moz-border-radius: 10px;
                /*height: 200px;*/
                margin: 0px;
                display: none;
             }                       
 
               
.wamsImg       {   
                  width:80px;  
                  height:61px;
                  padding: 20px 10px 10px 10px;                   
                  border-radius: 10px 10px 2px 2px;
                  -moz-border-radius: 10px 10px 2px 2px;
                  margin: 0px;
               }                 
               
.errorDiv       {
                    width:92%;   
                    border: 1px solid gray;
/*                    font-family: sans-serif;*/
                    font-size: 10pt;
                    font-weight: bold;
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    color:  rgb(150,0,0);   
                    padding: 3px 10px 3px 10px;     
                    background-color: rgb(240,240,210);   
                    display: none;
                }   
                
.env       {
                    width:90%;  
                    margin: 0 auto;
                    border: 0px solid gray;
/*                    font-family: sans-serif;*/
                    font-size: 10pt;
                    /*font-weight: bold;*/
                    -moz-border-radius: 5px;
                    color:  rgb(150,0,0);   
                    padding: 3px 20px;
                    text-align: center;
                    visibility: hidden;
                }       
                
.outdated-div   {
                    width:100%;  
                    margin: 0 auto;
                    background-color: rgb(233, 247, 86);
                    border: 0px solid gray;
/*                    font-family: sans-serif;*/
                    font-size: 10pt;
                    /*font-weight: bold;*/
                    -moz-border-radius: 5px;
                    color:  rgb(150,0,0);   
                    padding: 10px 20px;
                    text-align: center;
                    display: none;
                }                       
                
.node-info       {
                    width:90%;  
                    margin: 0 auto;
                    border: 0px solid gray;
/*                    font-family: sans-serif;*/
                    font-size: 10pt;
                    /*font-weight: bold;*/
                    color:  white;   
                    padding: 3px;
                    text-align: center;
                }    
                
.footer-div     {
                    width:100%;  
                    margin: 0px;
                    border: 0px solid red;
/*                    font-family: sans-serif;*/
                    padding: 0px;
                    border-radius: 0px 0px 3px 3px;
                }               
                
.textBoxInfo   {   
                  width:90%;  
                  padding-left: 10px;                   
                  font-size: 8pt;
                  margin: 0px;
                  color:rgb(150,150,150);
               }
               
.spacer   {   
                  padding: 0px;                  
                  font-size: 4pt;
                  margin: 0px;
                  height: 7px;
          }               
               
.btn1  {
          /*font-family: sans-serif;*/
          font-size: 8pt;
          font-weight: bold;
          border-radius: 5px;
          -moz-border-radius: 5px;
          text-align: center; 
          width: 70px;          
          padding: 2px;
          background-color: rgb(200,200,200);
        }               
           
        
.input1  {
            width: 150px;
            height: 17px;
/*            font-family: sans-serif;*/
            /*font-size: 12pt;*/
            font-weight: bold;
            border-radius: 2px;
            -moz-border-radius: 2px;
            padding: 6px !important;
            /*margin: 2px !important;*/
            /*background-color: rgb(244, 244, 200) !important;*/
            border: 1px solid transparent;      
            border-bottom: 2px solid gray;
            font-size: 13pt;
          }    
          
.signin-div {
                margin: 1px 0px !important;
            }          

.titles1  {
              font-weight: normal;
/*              font-family: sans-serif;*/
              font-size: 9pt;
              color: rgb(100,100,100);
              padding: 1px 10px;     
              letter-spacing: 0.7px;
          }
          
          
          


             
table.outerTblLogout       {  
                                width:100%;
                                border:0px solid gray;
/*                                font-family: sans-serif;*/
                                font-size: 12pt;                                
                                padding: 0px;
                                border-radius: 10px;
                                -moz-border-radius: 10px;                        
                                margin: 0px;
                           }
table.outerTblLogout td    { border: 0px solid #888888;
                             padding: 30px;
                           }                           

                           
.logoutLsDiv    {
                    width:95%;   
                    border: 0px solid gray;
/*                    font-family: sans-serif;*/
                    font-size: 11pt;
                    font-weight: normal;
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    color: black;
                    padding: 0px 10px 0px 10px; 
                }             

.logoutImg       {   
                  width:35px; 
                  padding: 0px;   
                  margin: 0px;
               }                                 
                
        
.A_:link    { color: #0000DC; text-decoration:none; font-weight:bold;}
.A_:visited { color: #0000DC; text-decoration:none; font-weight:bold;}          
.A_:hover   { color: #0000DC; text-decoration:underline; font-weight:bold;}                  
 
A:link    { color: blue; text-decoration:none; font-weight:normal;}
A:visited { color: blue; text-decoration:none; font-weight:normal;}          
A:hover   { color: blue; text-decoration:underline; font-weight:normal;}   

.A2:link    { color: rgb(100, 170, 224); text-decoration:none; font-weight:normal;}
.A2:visited { color: rgb(100, 170, 224); text-decoration:none; font-weight:normal;}          
.A2:hover   { color: rgb(100, 170, 224); text-decoration:underline; font-weight:normal; background: none;}  




.ALogout:link    { color: rgb(61, 115, 204); text-decoration:none; font-weight:bold; font-size: 11pt;}
.ALogout:visited { color: rgb(61, 115, 204); text-decoration:none; font-weight:bold; font-size: 11pt;}          
.ALogout:hover   { color: rgb(61, 115, 204); text-decoration:underline; font-weight:bold; font-size: 11pt;}    




/* Error pages styling */

.err-outer-div {
    width: 600px;
    border: 1px solid rgb(150,150,150);
/*    font-family: sans-serif;*/
    font-size: 9pt;
    font-weight: bold;
    padding: 0px;
    border-radius: 5px;
    /*height: 200px;*/
    margin: 0px auto;
    background-color: rgb(250,250,255);
}

.top-banner-div {
    background-color: rgb(218, 231, 245);
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.err-top-banner {
    width: 300px;
    padding: 5px;
}

.err-msg-header {
    margin: 3px;
    font-weight: bold;
      font-size: 12pt;
}

.err-msg-details {
    margin: 20px 20px 30px 20px;
    font-size: 11pt;
}

table.listTblLogout       {  
                                width:100%;
                                border:0px solid gray;                                                                                               
                                padding: 0px;
                                border-radius: 10px;
                                -moz-border-radius: 10px;                        
                                margin: 0px;
                          }
table.listTblLogout td    { border: 0px solid #888888;
                            padding: 0px;
                            vertical-align: top;
/*                            font-family: sans-serif; */
                            font-size: 10pt;
                            color: rgb(50,50,50);
                          }
                          
ul.list      {   margin: 2px 5px 2px 5px;
                 padding-left: 10px;
                 list-style:  none ;
             }
   
ul.list li   {   padding:2px; 
/*                 font-family: sans-serif;*/
                 font-size: 10pt;
                 font-weight: normal;
                 list-style: disc;
                 margin-left: 20px;                 
                 
             }                
             
.a-err { color: rgb(133, 162, 209);}    

.a-err:link    { color: rgb(17, 102, 242);}
.a-err:visited { color: rgb(17, 102, 242);}          
.a-err:hover   { color: rgb(17, 102, 242);}    



/* google signin button */

.login-box {
    height: 140px; 
    margin-right: 10px;
    display: inline-block;
    /*font-weight: normal;*/
    line-height: 20px;
    color: rgb(50,50,50);
    position: relative;
}


.or-vert-line {}

    .or-vert-line:before {
        content: "";
        background-color: rgb(100,100,100);
        position: absolute;
        width: 1px;
        height: 190px;
        top: 0px;
        left: -8%;
        display: block;
    }
    .or-vert-line:after {
        content: "OR";
        background-color: rgb(120,120,120);
        color: white;
        position: absolute;
        width: 20px;
        height: 20px;
        /*height: 85px;*/
        top: 75px;
        left: -14%;
        padding: 8px;
        display: block;
        border-radius: 50%;
        border: 4px solid white;        
    }

.or-hori-line {}

    .or-hori-line:before {
        content: "";
        background-color: rgb(100,100,100);
        position: absolute;
        width: 450px;
        height: 1px;
        top: -35px;
        left: 10%;
        display: block;
    }
    .or-hori-line:after {
        content: "OR";
        background-color: rgb(120,120,120);
        color: white;
        position: absolute;
        width: 20px;
        height: 20px;
        /*height: 85px;*/
        top: -57px;
        left: 47%;
        padding: 8px;
        display: block;
        border-radius: 50%;
        border: 4px solid white;        
    }
    
    
.or-hori-line2 {}

    .or-hori-line2:before {
        content: "";
        background-color: rgb(100,100,100);
        position: absolute;
        width: 270px;
        height: 1px;
        top: -40px;
        left: 7%;
        display: block;
    }
    .or-hori-line2:after {
        content: "OR";
        background-color: rgb(120,120,120);
        color: white;
        position: absolute;
        width: 20px;
        height: 20px;
        /*height: 85px;*/
        top: -62px;
        left: 40%;
        padding: 8px;
        display: block;
        border-radius: 50%;
        border: 4px solid white;        
    }    




.login-box ul {    
    margin-top: 10px;
}

.login-box li {        
    margin: 15px 15px 15px 15px; 
}

.google-wrapper {                 
    width: 250px;        
    height: 40px;
    vertical-align: middle;
    padding: 0px;
    margin-right: 38px;
    border: 2px solid rgba(66, 133, 244, 0.9);
    display: table;
    border-radius: 4px;
    cursor: pointer;
}

.wams-wrapper {    
    width: 250px;         
    height: 40px;
    vertical-align: middle;
    padding: 0px;
    margin-right: 38px;
    border: 2px solid rgba(16, 58, 102, 0.8);
    display: table;
    border-spacing: 0;
    border-radius: 4px;
    cursor: pointer;    
}


.google-login-text {                 
    color: white;                                
    border: 0px solid red;
    font-size: 12pt;
    font-family: Roboto, Fallback;
    font-weight: bold;
    margin: 0px auto;
}

.wams-login-text {                 
    color: white;                                
    border: 0px solid red;
    font-size: 11pt;
    /*font-family: sans-serif;*/
    font-weight: bold;
    margin: 0px auto;
}

.google-svg {
    width: 83%;
    vertical-align:top;
    padding: 0px;
    margin: 0px;
}

.wams-png {
    height: 26px;
    vertical-align: middle;
    padding: 0 2px;
    margin: 0px auto;
}

.google-tbl-cell {
    padding: 0px;
    margin: 0px;
    border: 0px solid red;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0.9;    
}
.google-tbl-cell:hover {
    opacity: 1;    
}

.wams-tbl-cell {
    padding: 0px;
    margin: 0px;
    border: 1px solid rgba(16, 58, 102, 0.8);
    display: table-cell;
    vertical-align: middle;
    background-color: rgb(16, 58, 102);
    /*height: 28px;*/
    /*border-radius: 0 4px 4px 0;*/
    text-align: center;
    opacity: 0.8;    
}
.wams-tbl-cell:hover {
    opacity: 0.9;    
}




.google-login-area {
    /*float:right;*/ 
    margin-left: 45px; 
    padding:0;
}

.google-login-footnote {
    font-size: 8pt; 
    padding: 3px; 
    font-weight: bold; 
    margin:0; 
    padding:0;
}

.google-login-footnote-img {
    opacity: 0.7; 
    vertical-align: baseline;
    margin:0; 
    padding:0; 
    cursor: pointer;
}

.or-hr {
    height: 1px; 
    border: none; 
    background-color: rgb(170, 166, 145); 
}

.or-div {
   background-color: rgb(105, 102, 86) ; /*rgb(170, 166, 145); */
   color: white; 
   font-size: 7pt; 
   font-weight: bold;
   border-radius: 7px; 
   padding: 2px 7px; 
   vertical-align:middle; 
}

.devider-or-style
{
    width: 65%;
}











/* ELO page */

.input-elo  {
    width: 120px;
    height: 25px;
    font-family: sans-serif;
    /*font-size: 12pt;*/
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 2px;
    padding: 6px !important;
    /*margin: 2px !important;*/
    /*background-color: rgb(244, 244, 200) !important;*/
    border: 1px solid #e6e6e6 !important;      
    /*border-bottom: 2px solid gray;*/
  } 
      
@font-face {
            font-family: sans-pro-black;
            src: url(SourceSansPro-Black.ttf);
          }
          
.elo-signin-but {  
    white-space: nowrap;
    background: #009939; 
    color: white;
    margin-top: 15px;
    margin-left: -2px;
    width: 80px;
    border-radius: 3px;
    /*font-weight: bold;*/
    vertical-align: middle;
    text-align: center;
    padding: 11px 10px;
    font-family: sans-pro-black, sans-serif;
    font-size: 12pt;
    cursor: pointer;
    }   
    
.elo-signin-but:hover {  
    background: #006b28;
}    

.elo-but-1 {  
    white-space: nowrap;
    background: rgb(0, 102, 204);
    color: white;
    margin-top: 5px;
    margin-left: -2px;
    width: 270px;
    border-radius: 3px;
    /*font-weight: bold;*/
    vertical-align: middle;
    text-align: center;
    padding: 11px 8px;
    font-family: sans-pro-black, sans-serif;
    font-size: 12pt;
    cursor: pointer;
    }   
    
.elo-but-1:hover {  
    background: rgb(0, 72, 174);
    text-decoration: none;
}    
    
.elo-instr1 {    
    font-family: sans-serif;
    font-size: 9pt;
}    

@font-face {
            font-family: sans-pro;
            src: url(SourceSansPro-Regular.ttf);
          }
          
.elo-info {    
    margin: 10px auto;
    font-family: sans-pro, sans-serif;
    font-size: 17px;
    padding: 20px 70px 10px 70px;
    line-height: 20px;
    /*font-weight: bold;*/
    color: #292f33;
    
}

.elo-info div {    
    display: inline-block;    
}


.elo-link:hover { 
    text-decoration:none !important; 
    color: #272773 !important; 
    background: none;     
    border-bottom-color: transparent !important;    
  }
.elo-link:link, .elo-link:visited  { 
      text-decoration: none; 
      border-bottom: 1px solid #76767a;
      transition: all 0.1s ease 0.1s;
      color: #272773 !important; 
}

.elo-hr {
    height: 1px; 
    border: none; 
    background-color: #e6e6e6;
    display: none;
}
