﻿html {
  font-family: Times New Roman;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body
{
   
}
img {
  border: 0;
}
.chklst
{
  width:100% !important; 
  text-indent:5px;  
}

 /* Divs */
 
 .MainDiv
{
    width: 98%;
    height:auto;
    display: block;
    margin: 1px;
    direction:rtl;
    clear:both;
}

 .MainDivL
{
    position:relative;
    width: 100%;
    height:auto;
    display: block;
    direction:ltr;

    left: 0px;
    top: 0px;
}

.panelradius
{
    border-radius:10px;
}
 
 .DiveCol_1
{
    position: relative;
    width: 100% !important;
    text-align:left;
   
    margin-left: 0px;
    float:left;
}
 
 .DiveCol_2
 {
     width: 80% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }
 
  .DiveCol_3
 {
     width: 70% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }
 
 .DiveCol_4
 {
     position:relative;
     width:60% !important;
     height:auto;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }
 
  .DiveCol_5
 {
     width: 50% !important;
     height:auto;
     position:relative;
     display:inline-block !important;  
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
     padding-left:5px;
 }
 
   .DiveCol_6
 {
     width: 40% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-bottom: 10px;
     margin-left: 0px;
 }
 
    .DiveCol_7
 {
    
     width: 30% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
     
 }

    .DiveCol_8
 {
     position:relative;
     width:20% !important;
     height:auto;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }

   .DiveCol_9
{
    width:10% !important;
    height:auto;
    position: relative;
    display: inline-block !important;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
}
 
    .DiveCol_10
 {
     
     width: 8% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 
 }
 
     .DiveCol_11
 {
     
     width: 24% !important;
     height:auto;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }
 
     .DiveCol_12
 {
     
     width: 15% !important;
     height: 30px;
     position:relative;
     display:inline-block !important;
     float:left;
     margin-top: 8px;
     margin-bottom: 8px;
     margin-left: 0px;
 }
 
 .DivFooter
 
 {
    position: relative;
    width: 100% !important;
    height: 30px;
    text-align:center; 
    font-size:20px; 
    color:Silver;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0px;
    left: 0px;
}
 
.Div_EditBar
 {
   width:35%;
   height: 30px;
   float:right;
   display:inline-block;
   margin-left:0px;
   margin-right:0px;
   margin-Top: 2px;
   margin-bottom:2px;
   vertical-align:middle;   
 }
 
 
 
 
 .DivNavegationBar
 {
     width:24%;
     height:40px;
     float:right;
     display:inline-block;
     margin-Top:4px;
     vertical-align:middle;   
 }
 
 
     
 
 
 .DivSignout
 {
    position:relative;
    width:10%;
    height:50px;
    display:inline-block;
    text-align:right;
 }
 
 .divIfram
 {
    width:50%;
    height:auto;
    position:relative;
    display:inline-block;
    
 }
 
 .DivSearchbar
 {
   width:8%;
   display:inline-block;
   margin-top:0px;
   float:right;
   clear:left;
 }
 
 .DivTitleBar
{
    width: 15%;
    height:35px;
    text-align:center;
    line-height:2;
    background-color: #003366;
    float: right;
    margin-top: 0px;
    border-radius:4px;
}
 
   
 .DivTomove  
 {  
  display:none
 }
   
   .DivTomoveLeft
{
    position: absolute;
    width: 22%;
    left: 100%;
    top: 80px;
    background-color: #8d9db6;
    display: inline-block;
    -webkit-animation: moveToLeft 0.3s linear;
    animation: moveToLeft 0.3s linear;
    animation-fill-mode: forwards;
   
}

@-webkit-keyframes moveToLeft {
    from {left: 100%;}
    to {left: 75%;}
}

@keyframes moveToLeft
 {
    from {left: 100%;}
    to {left: 75%;}
}

.DivTomoveRight
 {
    position: absolute;
    width: 22%;
    left: 100%;
    top: 80px;
    background-color: #8d9db6;
    display:inline-block;
    -webkit-animation: moveToRight 0.7s linear;
    animation: moveToRight 0.7s linear;
    animation-fill-mode: forwards;
    
 }

@-webkit-keyframes moveToRight {
   from {left: 75%;}
    to 
       {
        left: 100%;
        visibility:hidden; 
        display:none !important;
       
        }
}

@keyframes moveToRight {
    from {left: 75%;}
    to 
       {
        left: 100%;
        visibility:hidden; 
        display:none !important;
       
        }
}



  
@media only screen and (min-width:901px) and (max-width:2000px) 
{
    
}

.iframedivDown
{
    position: absolute;
    width: 50%;
    height: 300px;
    top: 100px;
    left: 25px;
    background-color: #8d9db6;
    display: inline-block;
}