﻿.rec-header >h1{
    background-color:#f8f8f8;
  /*  border-color:#e7e7e7;*/
    color:Maroon;
    text-align:center;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
   padding:10px 10px;
    
    
}
.form-control2{
    margin: 10px 0px;
    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;
}
.form-Dropcontrol{
    margin: 10px 0px;
    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;
    }
.panel-primary {
    border-color: #dddddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid ;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color:#660000 !important;
}
.text-justify {
    text-align: justify;
}
/*.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #660000 0%, #660000 100%); 
    background-image: -o-linear-gradient(top, #660000 0%, #660000 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#660000)); 
    background-image: linear-gradient(to bottom, #660000 0%, #660000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660000', endColorstr='#660000', GradientType=0);
    background-repeat: repeat-x;
}*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
#tblAppdash{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.rec-setting >h1{
	background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    text-align: center;
    font-weight: bold;
    padding-bottom:10px !important; 
    padding-top: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
h1.page-header{
    background-color: #cdcdcd;
    border-color: #cdcdcd #cdcdcd #cdcdcd #660000;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    clear: both;
    font-size: 160%;
    /* line-height: 40px; */
    margin-top: 0;
    padding: 5px 10px 3px;
    font-weight: bold;
    color: #660000;
}
.form-controlDropdown{
	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;
    margin-top: 10px;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.labelMndt:before {
    color: #e32;
    content: '*';
    display: inline;
}
#tblexperienceDetails > input[type=text]{
	 width: 60px !important;
}
.css-class-name{
	min-width:50px!important;
  max-width:99.99%!important;
  width: 100px !important;
}

.TFtable1 tr {
    height: 40px;
}
.TFtable1 th {
    font: bold 14px tahoma;
    background-color: #660000;
    color: #fff;
    padding: 3px 1px 1px 10px;
    height: 40px;
    text-align: left;
    font-weight:700 !important;
}
.TFtable1 td {
    padding: 7px;
    border: #fbfbfb 1px solid;
}
.TFtable1 tr:nth-child(even) {
    background: #dcc3bd;
}
.bg-successs {
    background-color: #dae5f4;
}
.aspNetDisabled{
   /* width:250px;*/
    
}
.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.Popup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 550px;
    height: 500px;
}
.popupContainer {
		display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.GridHeader > th
{
    text-align:center !important; 
   
}

