﻿body {
}

.RcsColor-White
{
    color:White;
}

.RcsFont-Heading
{
    font-size:larger;
    color:Maroon;
    font-weight:bold;
}

.gvhspadding
{
padding-left:10px;
height:40px;
}

/*Grid Paging*/
.cssPager td
{
        padding-left: 4px;     
        padding-right: 4px;    
}
.cssPager span 
{ 
    background-color:#4f6b72; font-size:14px; text-decoration:underline;
}

/*..Grid Paging*/

.RcsFontbold
{
    font-weight:bold;
}


.Rcscol-sm-2 {
    width: 20.66666667%;
    /* position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;*/
  }

.Icon {
  position: relative;
  top: 1px;
  display: inline-block;
  /* font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;*/
  margin-right: 10px;
  margin-top: -2px;
    width: 18px;
  height: 18px;
  overflow: hidden;
/*

float: left;
  border-radius: 50%;
margin-right: 10px;
  margin-top: -2px;*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.Icon-IconFin
{
   background: url('../img/Icons/Fin1.png');
   background-size: 18px 18px;
    background-repeat: no-repeat;
}

.Icon-iconuser
{
   background: url('../img/Icons/user.png');
   background-size: 18px 18px;
    background-repeat: no-repeat;
}

.Icon-IconSearch
{
   background: url('../img/Icons/Search.png');
   background-size: 18px 18px;
    background-repeat: no-repeat;
}

.Icon-IconCamera
{
   background: url('../img/Icons/camera.png');
   background-size: 25px 25px;
    background-repeat: no-repeat;
    background-color:White;
}

.btnUpload
{
Color:White ;
background-color:Green;  
}

.btnDownload
{
Color:White ;
background-color:Maroon;  
}

.Norecords
{
Color:Black;
background-color:Maroon;
text-align:center;
width:100%;
}

.RcsTextBox
{
    
}

.RcsTextRed
{
color:Red;    
}

.Rcsform-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
   /*padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.RcsTextBox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.RcsTextBox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.RcsTextBox::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.RcsTxtBgcolor
{
background-color:#FAFFBD; 
}

.BgBlue
{
    /*background-color:Red;
    ~/RcsAppDesign/dist/img/Approved.png*/
    background-image: url(../RcsAppDesign/dist/img/bgBlue.png);
    background-size: 60px 18px;
    color:White;
    font:bold;
    background-position:center;
    background-repeat:no-repeat;
    text-align:center;
}    