﻿/*////////////////Login Styles///////////////*/
.main-wrapper{
    height: 100vh;
    background-color: darkblue;    
    border-radius: 15px;  
}

.parentCover{
  height: 100%;
  width:40%;        
  top: 0%;
  background-color: blueviolet;   
  border-radius: 15px;
}

.parent{   
    height: 100%;
    width:40%;        
    top: 0%;    
    position: fixed;    
    background-color: #800000;   
    border-radius: 15px;
    z-index: 2;
    border-style: double;
    border-width: 2px;
    border-color: goldenrod;
    background: -moz-linear-gradient(left, rgba(240, 25, 25, 0.815) 0%, rgba(185, 7, 7, 0.952)5%,rgb(141, 10, 10) 52%,rgb(128, 5, 5) 98%,rgba(185, 7, 7, 0.952) 100%); 
    background: -webkit-linear-gradient(left, rgba(240, 25, 25, 0.815) 0%, rgba(185, 7, 7, 0.952)5%,rgb(141, 10, 10) 52%,rgb(128, 5, 5) 98%,rgba(185, 7, 7, 0.952) 100%);
    background: linear-gradient(left, rgba(240, 25, 25, 0.815) 0%, rgba(185, 7, 7, 0.952)5%,rgb(141, 10, 10) 52%,rgb(128, 5, 5) 98%,rgba(185, 7, 7, 0.952) 100%); 
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0cc0000', endColorstr='#e8cc0000',GradientType=1 ); IE6-9 */
  }

.dvLogin{
    position: fixed;   
    height: 50%;
    width: 40%;
    top: 25%;
    left: 0%;    
    background-color:#800000;  
    border-radius: 0 15px 15px 0;
    border-style: double;
    border-width: 2px;
    border-color: goldenrod;
    -webkit-transition: left 0.3s ease-in-out;    
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;    
    transition: left 0.3s ease-in-out;
    z-index: 1; 
  }

.logoBadge{
      position: fixed;
      border-radius: 50%;
      border-style: double;
      border-width: 2px;
      border-color: goldenrod;
      background-color:#800000;
      top:45%;
      left: 37%;
      width: 100px;
      height: 100px;
      z-index: 4;
  }

.logoBadge:hover ~ .dvLogin{
    left: 40%;    
  }

.dvLogin:hover{
    left: 40%;
}

.logoImgSwirl{
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  width:100%; 
  height: 100%;
  
  animation-name: spin;
  animation-duration: 3200ms; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3200ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3200ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3200ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
}

/*.logoImgSwirl:hover
{
  animation-name: spin;
  animation-duration: 200ms; 
  animation-iteration-count: 2;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 4;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 200ms;
  -ms-animation-iteration-count: 4;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
}*/

@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
 }

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@keyframes spin{
  from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.lbl{
    color:darkkhaki;
    font-family:Calibri;
    font-size:20px;
}

.lblHdg{
    color:#800000;
    font-family:Calibri;
    font-size:24px;
    font-weight:bold;
    /*background-color:gold;*/
    border-radius:0px 10px 0px 10px;
    width:100%;  
    
    background: -webkit-linear-gradient(to bottom right, rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));
    background: -o-linear-gradient(to bottom right,  rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));
    background: -moz-linear-gradient(to bottom right,  rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));
    background: linear-gradient(to bottom right, rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));    
}

.txt{
    color:darkkhaki;
    font-family:Calibri;
    font-size:18px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid darkkhaki;
    background-color:transparent;
    width:100%;
}

.goldlink{
    color:darkkhaki;
    font-family:Calibri;
    font-size:22px;
}
.section{
    width:50%;
    float:left;
    text-align:right;
}

.left{
    text-align:left;
}

.blankrow{
    min-height:20px;
    width:100%;
    /*border:1px solid cyan;*/
}

.btnLog{
    width:50%;
    border-radius:15px 15px 15px 15px;      
    font-weight:bold;
    color:#000000;
    border:2px solid goldenrod;
    background-color:gold;
}

.btnLog:hover{
    background: -webkit-linear-gradient(to bottom right, rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));
    background: -o-linear-gradient(to bottom right, goldenrod, rgba(255, 255, 0, 0.88));
    background: -moz-linear-gradient(to bottom right, goldenrod, rgba(255, 255, 0, 0.88));
    background: linear-gradient(to bottom right, rgba(235, 161, 15, 0.70), rgba(255, 255, 0, 0.88));
}

.sysName{
    font-family:Calibri;
    font-size:84px;
    font-weight:bold;
    color:#fff;
}

.sysName:hover{
    text-shadow:5px 5px 12px rgba(255, 255, 0, 0.88);
}
/*////////////////Login Styles End///////////////*/

/*==============================================================*/
/*####            GENERIC STYLES                             ###*/
/*==============================================================*/

.contentRoundDiv{    
    position:relative;
    /*padding-left:10%;
    padding-right:10%;*/
    min-height:50vh;
    height:95%;
    border-radius:15px 15px 15px 15px;
    border-left:5px solid rgba(15, 15, 142, 0.65);
    border-top:5px solid rgba(15, 15, 142, 0.65);
    border-right:5px solid rgba(134, 10, 10, 0.80);
    border-bottom:5px solid rgba(134, 10, 10, 0.80);
    box-shadow:rgba(128, 128, 128, 0.86) 10px 10px 10px;
    /*overflow-y:scroll;*/
    /*background-color:red;*/
}

.contentDvTitle{    
    font-weight:bold;
    font-size:16pt;
    color:black !important;
    border-radius:10px;
    border:5px solid rgba(197, 188, 188, 0.60);   
}

.contentDv{    
    color:black !important;
    border-radius:10px;
    border:5px solid rgba(197, 188, 188, 0.60);   
}

.dvlblPln{
    color:black !important;
    text-align:right;
    padding-top:2px;
    padding-bottom:2px;
}

.dvInpCtl{
    color:black !important;
    text-align:left;  
    padding-top:2px;
    padding-bottom:2px;  
    -webkit-appearance:none !important;
    margin:0;
}

.InpCtl{
    width:99%;
    padding-top:2px;
    padding-bottom:2px;       
}

.dvBtnPnl{
    margin-top:2px;
    margin-bottom:2px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius:10px;
    border:5px solid rgba(197, 188, 188, 0.60);   
}

.smallicon {
    margin-left:5px;
    margin-right:5px;        
    height:40px;
    width:40px;    
    border-radius:3px 3px 3px 3px;
    border:1px solid #696969;         
}  

.vrysmallicon {
    margin-left:5px;
    margin-right:5px;        
    height:25px;
    width:25px;    
    border-radius:3px 3px 3px 3px;
    border:1px solid #696969;         
}  

.AdTile {
    margin-left:10px;
    margin-right:10px;
    margin-top:20px;
    margin-bottom:20px;       
    /*height:auto;*/
    height:150px !important;

    width:90%;    
    border-radius:10px 10px 10px 10px;
    border:1px solid rgba(197, 188, 188, 0.60);
    box-shadow:rgba(197, 188, 188, 0.60) 8px 8px 8px;         
}  

.roundicon{
    height:25px;
    width:25px; 
    border-radius:50%;
}

.LytBkGr{
    background-color:rgba(46, 202, 106, 0.58);
}

.errModal{
    width: 30%; 
    height: 30%; 
    left: 40%; 
    top: 40%; 
    background-color: #ffffff; 
    border-left:5px solid rgba(15, 15, 142, 0.65);
    border-top:5px solid rgba(15, 15, 142, 0.65);
    border-right:5px solid rgba(134, 10, 10, 0.80);
    border-bottom:5px solid rgba(134, 10, 10, 0.80);
    color: rgba(46, 202, 106, 0.58); 
    border-radius: 15px 15px 15px 15px;
}

.errTitle{
    color: #ffffff;         
    text-align: center;
    color:#000000;
    border-bottom:2px solid rgba(46, 202, 106, 0.58);
    /*background-color:aquamarine;
    width: 99%;*/
}

.blink{
    animation: blinker 1s linear infinite;
}
@keyframes blinker{
    from{opacity:1.0;}
    to{opacity:0.0;}
}
/*=====================================================*/
/*--------------------DATA GRID -----------------------*/
.GrdMain{
    /*border:2px solid maroon;*/
    margin-left:auto; 
    margin-right:auto; 
    text-align:center;
    float:none;
    margin-bottom: 0px;
}
.GrdHeader
{
    font-family:Calibri; 
    font-size:14px;     
    color:black!important;
    line-height:15px;
    background-color:rgba(35, 117, 247, 0.39);
    background: -moz-linear-gradient(top,rgba(35, 117, 247, 0.66) 0%,rgba(197, 188, 188, 0.60)100%); 
    background: -webkit-linear-gradient(top,rgba(35, 117, 247, 0.66) 0%,rgba(197, 188, 188, 0.60)100%);    
    background: linear-gradient(top,rgba(35, 117, 247, 0.66) 0%,rgba(197, 188, 188, 0.60)100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(35, 117, 247, 0.66)', endColorstr='rgba(35, 117, 247, 0.66)',GradientType=1 );IE6-9 */
}

.GrdRow
{
	background-color:rgba(197, 188, 188, 0.60);
    font-family:Calibri; 
    font-size:14px; 
    color:Black; 
    color:black!important;
}

.GrdAltRow
{
	background-color:rgba(167, 163, 163, 0.28);
    font-family:Calibri;
    font-size:14px; 
    color:black!important;
}

.CellStyle
{
    width:1500px;
    margin-left:100px;
    color:black!important;
}

.GrdColSpacing
{
    padding-left:22px;
    padding-right:22px;
}

.GrdDblColSpacing
{
    padding-left:44px;
    padding-right:44px;
}

/*TO REMOVE SPINNERS FROM NUMERIC TEXTBOXES*/
/*FIREFOX*/
input[type="number"]{
    -moz-appearance:textfield !important;
}
/*GOOGLE CHROME*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none !important;
    margin:0;
}