﻿
.subheader
{
    font-size: 20px;
    color: #489CDF;
    padding-left: 10px;
    border-bottom: 1px solid #489CDF;
}
.bottom-border
{
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.gvStyle
{
  padding:4;
  color:#333333;
  font-family:Sans-Serif Tahoma Arial;
  font-size:14px;
  
  
 
}
.NoWrap
{
    white-space: nowrap;    
}
.buttonStyle
{
    /*background-color:#4D90FE;*/
    margin: 1px;
    background-color: #4D90FE;
    color: #7f0000;
    border: 1px solid #787878;
    cursor: pointer; /* font-size: 1em;     font-weight: 500;*/
    padding: 5px 12px;
    border-color: #999;
    border-radius: 5px;
}
.inputStyle
{    
    height: 34px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #489CDF;    
   
    border-radius: 4px;
}
.footerStyle
{
    background-color: #eee;
    border: 0px;
}
.btnStyle
{
    display: inline-block;
    padding: 8px 16px;
    height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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: #000;
    background-color: #D3DCE0;
    border-color: #999;
}


.ButtonContener
{  display:block;
   
    background-color: #eee;
    width: 100%;
}
.btnContener
{
    float:right;
    display: inline-block;
    padding: 5px 0px 5px 5px;
    margin:0px 0px 20px 0px;
}

.headerStyle
{
    background-color: #eee;
    text-align: center;
    border-bottom-color: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-style: solid;
    border-top-width: 1px;
    color: #312E25;
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 5px;
}
.logoutStyle
{
    margin: 8px;
    color: #00F;
    background-color: White;
    border: 0px; /* border-bottom-width:1px;     border-bottom-color:#00F;*/
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 300;
    margin: 0 0 0 0;
}
.SearchTextStyle
{
    /*background-color:#4D90FE;*/
    background-color: White;
    border: 1px solid #787878;
    cursor: pointer;
    padding: 3px 10px;
    border-color: #999;
    border-radius: 5px;
}
.gridchkStyle
{
    text-align: center;
}
body
{
    margin: 0;
    padding: 0;
   /* font-family:Arial, 'Helvetica Neue' , 'Droid Sans' ,sans-serif; */
    font-size: 90%;
   
    color: #404040;
    background-color: #F0F8FF;
    padding-top: 5px;
    padding-bottom: 10px;
}

.btn-primary
{
    color: #fff;
    background-color: #337ab7; /*background-color: #337ab7;*/
    border-color: #2e6da4;
}
.btn
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
}
.updatebutton
{
    background-color:#31B0D5;
    color:#034af3;
      font-weight: bold;
}
.buttonStyle
{
    /*background-color:#4D90FE;*/
    margin: 5px;
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 5px 12px;
    border-color: #999;
    border-radius: 5px;
}
.loginContener
{
    height:300px;
    width:98%;
     margin: 30px 10px 10px 10px;
      background-color:#F0F8FF;
}
.loginInput
{
    height: 34px;
    width:98%;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #489CDF;   
   
   
    border-radius: 4px;
}
.login
{
    margin: 20px 0px 0px 10px;
}
/****modal******/


.ModalPopupWindow
{
    position: fixed;
    background-color: #FFFFFF;
    left: 0;
    top: 0;
    display: none;
    z-index: 9001;
    border: 2px solid #000000;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
}

.ModalLoading
{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9001;
}

.ModalHeaderText
{
    text-align: left;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
    color: White;
}

div.ModalHeader
{
    /*background-image: url('/Images/navbg1.gif');     background-repeat: repeat-x;*/
    width: auto;
    background-color: #56AED4;
}

div.ModalWarningHeader
{
    /*background-image: url('/Images/navbg1.gif');     background-repeat: repeat-x;*/
    width: auto;
    background-color: red;
}

.ModalFooterText
{
    text-align: left;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    padding: 5px 0px 0px 5px;
    font-size: small;
    color: white;
}

div.ModalFooter
{
    /*background-image: url('/Images/navbg1.gif');     background-repeat: repeat;*/
    width: auto;
}

div.ModalConfirmContent
{
    padding: 10px;
}

.floatRight
{
    float: right;
}
gridHeader
{
    padding: 5px;
}
.form-control2
{
    display: inline-block;
    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;
}
.button-control
{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color:#0099cc ; /*background-color: #337ab7;*/
    border-color: #2e6da4;
    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;
}
/***** end modal*******/

