﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body
{
  background-color: rgba(244,245,247,0.9);
  color:#2E363F;
  padding: 10px;
  font-family: 'Open Sans',Arial,sans-serif;
}

.SearchyBy
{
    color:#0057b8;
}

.btn
{
  
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#2E363F;
}

.btn-dropDown
{  
  color: White;
  background-color: #0057b8;
  border-color: White;  
}

.btn-reportDropDown
{
  color: White;
  background-color: #0057b8;
  border-color: White;
  width:auto; 
}

.btn-dropDown:hover, .btn-dropDown:focus
{
  color: White;
  text-decoration: underline;  
}

.btn-reportDropDown:hover, .btn-reportDropDown:focus
{
  color: White;
  text-decoration: underline;  
}

.btn-link
{  
  color: White;
  background-color: #0057b8;
  border-color: White;
}

.Hbtn-link
{ 
  color: White;
  background-color: #0057b8;
  border-color: White;
}

.btn-link:hover, .btn-link:focus
{
  color: White;
  background-color: #0057b8;
  border-color: White;
  
}

.FirstDiv
{
    padding: 5px;
}

.logo
{
  padding: 15px 0;
  font-size: 25px;
  color: #aaaaaa;
  font-weight: bold;
}

.tb
 {
  /*display: inline-block;*/
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 25px;
  outline:none;
}

.board
{
    width: 75%;    
    margin: 70px auto;    
    background: white;
    border-color: #2E363F;
    border-style: solid;
    border-width: 2px;
    overflow:auto;
    outline:none;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs
{    
    background-color: white;
    border-top: 1px solid #2E363F;
    border-bottom: 1px solid #2E363F;
    height:95px;    
    outline:none;
}

span.round-tabs
{       
    outline:none; 
    border-style: solid;
    border-width: 1px; 
    border-color: #2E363F;  
    background: white;   
    font-size: 25px;
    padding-top: 20px;
    padding-bottom:20px;
    padding-left: 25px;
    padding-right:25px;
    width: 50px;
    height : 50px;
    border-radius: 100%;  
    /*position: absolute;*/    
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
    outline:none;
}

span.round-tabs.one
{
    color:#2E363F; border: 2px solid color:#2E363F; 
    outline:none;   
}

li.active span.round-tabs.one
{    
    background: #0057b8 !important;
    border: 2px solid color:#2E363F;
    color: white;
    outline:none;
}

span.round-tabs.two
{
    color:#2E363F; border: 2px solid color:#2E363F;
    outline:none;
}

li.active span.round-tabs.two
{
    background: #0057b8 !important;
    border: 2px solid color:#2E363F;
    color: white;
    outline:none;
}

span.round-tabs.three
{
    color:#2E363F; border: 2px solid color:#2E363F;
    outline:none;
}

li.active span.round-tabs.three
{
     background: #0057b8 !important;
    border: 2px solid color:#2E363F;
    color: white;
    outline:none;
}

span.round-tabs.four
{
    color:#2E363F; border: 2px solid color:#2E363F;
    outline:none;
}

li.active span.round-tabs.four
{
     background: #0057b8 !important;
    border: 2px solid color:#2E363F;
    color: white;
    outline:none;
}

span.round-tabs.five
{
    color:#2E363F; border: 2px solid color:#2E363F;
    outline:none;
}

li.active span.round-tabs.five
{
     background: #0057b8 !important;
    border: 2px solid color:#2E363F;
    color: white;
    outline:none;
}

.ModalBackgroundCSS
{
    position: relative;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity:0.5;
 }  
        
 .popupp
 {
    background-color:White;
    color: #0075B0;
    width: auto;
    height:auto;
    border-width:thick;
    border-color: #0075B0;
} 

.RpModalBackgroundCSS
{
   position: relative;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity:0.5;    
 }  
        
 .RpPopup
 {
    background-color:White;
    color: Black;
    width: auto;
    height:auto;
    border-style: solid;
    border-width:5px;
    border-color: #0057b8;
} 

.downloadModal
{
    border: 1px solid color:#0057b8;  
}

.downloadModalContent
{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #0057b8;   
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);    
}

.btnResetpassword
{
        
}

.btnShowDocuments
{
   margin-left: 10px;
}

.margin
{
   margin:20px;  
}

#tabUserApprovalHolder
{ 
   margin-top:20px;
   margin-bottom:20px;
}

@media(max-width:768px) 
{
    #AA1
    {
        margin-left: auto;
        margin-right: auto;    
    }
    
    #myTab
    {
        height: auto;
        width: auto;
        padding-bottom: 15px;
    } 
    
    .txtReason
    {
        width:auto;
        margin-left:auto;
        margin-right:auto;
    } 
    
    .btnResetpassword
    {
        width:auto;
        margin-left:auto;
        margin-right:auto;
    }
    
    .btnShowDocuments
    {
        width:auto;
        margin-left:auto;
        margin-right:auto;
    }
    
    .btnLogout
    {
        margin-right:auto;
        margin-right:auto;
    } 
    
    .btn-dropDown
    {  
        color: White;
        background-color: #0057b8;
        border-color: White;  
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }    
    
    .reportsDiv
    {
        text-align: center;
    }
    
    .autoHeight
    {
        height: 370;  
    }
    
    .nav-tabs > li
    {
        float: left;        
    }
    
    .tb
    {
        margin-top: 10px;
        margin-bottom: 10px;

    }
    
    .col-xs-3
    {   
        width: 200px;       
        margin: 0 auto;
        float: none;
    }
    
    .topPadding
    {
        margin-top: 10px;
    }
}



