
/* 
    Created on : July 28, 2014, 3:33:59 PM
    Author     : Jyothis
*/

/*.footer.footer-fixed+.btn-scroll {
z-index:999;
}*/

.profile_name_custom{
    width: 220px;
}

.pagerDiv {
    margin: 1px 0px 0px 0px;
}

.af-head{
    height:40px;
    margin-left:0px;
    margin-right:0px;
}
.af-name-head{
    background-color: #438eb9;
    color:white;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    height:40px;
    display:inline;
}

.af-user{
   background-color: #438eb9;
   color:white;
   font-size: 18px;
   //text-align: right;
   padding-top: 10px;
   height:40px;
   display:inline;
}
/*a:hover {
     background-color: #438eb9;
    color:white;
}*/
.af-logout{
   background-color: #438eb9;
   color:white;
   font-size: 20px;
   text-align: center;
   text-decoration: none !important;
   height:40px;
   padding-top: 10px;
   display:inline;
  
}

.af-help{
   background-color: #438eb9;
   color:white;
   font-size: 16px;
   text-align:left;
   text-decoration: none !important;
   height:40px;
   padding-top: 10px;
   display:inline;
}
.aFtable-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}
.aF-editable-purple {
    border: 0;
    border-bottom: 1px dashed #BBB ;
    //font-style: italic;
    cursor:pointer;
    font-weight: normal;
    color:purple;
}
 .aF-editable-red {
    border: 0;
    border-bottom: 1px dashed #BBB ;
    font-style: italic;
    cursor:pointer;
    font-weight: normal;
    color:#DD1144;
}
    
#pagercontainer {
    background: whitesmoke;
    padding-right: 0px;
    padding-left: 0px;
}
#pagercontainer > #pageInfo {
    padding-top: 3px;
}
#pagercontainer > #credentialPager {
    padding-right: 0px;
    padding-top: 1px;
    padding-left: 50px;
}
.aF-clearable{
    background: url(../images/cross.png) no-repeat right 3px center;
    border:1px solid #999;
    padding:3px 18px 3px 4px; 
    border-radius:3px;
    transition: background 0.4s; 

}
#noteContainer {
    position:fixed;
    left:30%;
    right:30%;
    top:30%;
    width: 90%;
}
.tmplLoading{
    position: relative;
    top:200px;
    left: 150px;
    text-align: center;
    vertical-align: middle;
    min-width: 200px;
    max-width: 400px;
    height: 400px;
}
.headerFilter{
    position: relative;
    height: 25px;
    font-size:12px;
}
optgroup { font-size:12px; }
.credentialModal {
    padding-top: 150px;
    alignment-baseline: middle;
}
.docToolHead{
    min-width: 10px;
    width: 15px;
    padding: 0px;
}
.xedit_Not_Mandatory {
    color: blue;
}
.div-name-width{
    width:150px;
}
.div-padding-left{
    margin-left:150px;
    padding-left:20px !important;
}
.table_vertical_scroll{ 
    max-height: 550px; 
    width: 100%; 
    margin: 0; 
    overflow-y: auto; 
}
.table_scrollable {
    margin: 0; 
    padding: 0; 
}
#drpItemsPerPage {
    height: 20px;
}
#drpItemsPerPage > optgroup {
    font-size:11px;
}
.lblSubheading {
    margin-bottom: 0px;
}
.hrWithSubheading {
    margin-top: 0px;
}
.centerScreenBox {
    position:fixed;
    left:30%;
    right:30%;
    top:30%;
    width: 90%;
    z-index: 9999;
}
.af-width{
    width: 100%; 
}
.af-popup-size{
    width: 50%;
}
.af-container-height{
 height:70px !important;   
}
.round-tabs{
  border-radius: 25px;   
}
@media only screen and (max-width:300px)
{
    .af-name-head{
         font-size: 8px;
         padding-left: 0px;
         padding-right: 0px;
    }
}
@media only screen  and (max-width: 480px)
{
    .af-name-head{
        font-size: 12px;
        padding: 0px;
        
    }
    .af-user{
        font-size: 20px;
        padding: 0px;
       
    }
    .af-logout{
        font-size: 12px;
        padding-left: 0px;
        padding-right:0px;
        text-align:center;
    }
    .af-help{
        font-size: 12px;
        padding-left: 0px;
    }
    .af-leaf{
        width:10px;
        height:10px;
        text-align:left;
    }
    .af-width{
        width: 95%;
    }
    .af-popup-size{
        width: 75%; 
    }
    .ace-file-input{
        width: 200px;
    }
    .af-container-height{
        height:200px !important;   
    }
}
@media only screen and (max-width:575px)
{
    .af-name-head{
         font-size: 11px;
         padding-left: 0px;
         padding-right: 0px;
    }
    .af-container-height{
        height:200px !important;   
    }
    
}
@media (min-width: 480px) and (max-width: 768px) { 
   .ace-file-input{
        width: 250px;
    } 
}
.fa-arrow-left{
    color: #428bca;!important;
}
.fa-pencil{
    color: #428bca;!important;
}
#drpProcessingAgency{
    height: 25px;
}
.cust_width{
    width:20% !important
}