.tooltip {
    position: relative;
    display: inline-block;
}
.hide{
    display: none !important;
}
.blue1{color:#0074E8;}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -50%;
    left: 30%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.navbar{
    background-color:#d9534f;
}
/*nav{
    /*background-color: #054422;*/
    /*border-radius: 50px;*/
/*}
nav li:hover, nav li a:hover {
    /*border-radius: 50px;*/
/*}
nav li a{
    color:white;
}*/
input[disabled="disabled"] {
    background-color: #eaeef1;
}
fieldset{
		border: 1px solid #289AB3 !important;
		margin: 0;
		width: 100%;
		padding: 10px;       
		position: relative;
		background-color:#ffffff;
		padding-left:10px!important;
}
legend{
		font-size:14px;
		font-weight:bold;
		margin-bottom: 0px; 
		width: 40%; 
		border: 1px solid #289AB3;
		padding: 5px 5px 5px 10px; 
		background-color: #0074E8;
        color:white;
}
.disabled{
    cursor:not-allowed;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color:#666;
}
.btn-primary {
    color: #fff;
    background-color: #289AB3;
    border-color: #000;
    cursor:pointer;
}
.btn-primary:hover {
    color: #fff;
    background: #003147 50% 50% repeat-x;
    /*background-color: #252d33;*/
    border: 1px solid #0b93d5;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    cursor:pointer;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 1px solid #0b93d5;
    cursor:pointer;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}
.bcolor {
	border-color: #000;
}
.talign{
	text-align: justify;
}
.boxcolor{
    color:#222222;
    font-weight:bold;
    border-right: 2px solid #0f9a8b;
    border-left: 2px solid #0f9a8b;
}
.alink{
    color:#ffffff;
}
.alink:hover{
    color:#ffffff;
}
input[type=text] {
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing:1px;
}
::-webkit-input-placeholder {
   color:#d9534f;
   font-weight:normal;
}

:-moz-placeholder { /* Firefox 18- */
   color:#d9534f; 
   font-weight:normal;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#d9534f; 
   font-weight:normal;
}

:-ms-input-placeholder {  
   color:#d9534f;
   font-weight:normal;
}
.aspNetDisabled{
    background:#eaeef1;
    cursor:not-allowed;
}
/*.loadmodel{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
	top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}*/
.loadingbar {
    z-index: 999;
    border-radius: 10px;
    color: #555;
    font-family: Tahoma;
    font-size: 11px;
    margin: 10px;
    padding: 10px 36px;
    position: fixed;
    width: 170px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -130px;
    -webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
    -moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
    box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);

    /*z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 145px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;*/
    /*z-index:99999;
    border-radius: 5px;
	color: #555;
	font-family: Tahoma;
	font-size: 11px;
	margin: 10px;
	padding: 10px 36px;
	position: fixed;
	width: auto;
	top: 40%;
  	left: 60%;
  	margin-top: -10px;
  	margin-left: -130px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
  	-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);*/
}
.label { 
    background: #ffffff; 
    border: 1px solid #555; 
    padding: 5px 8px; 
    vertical-align: middle; 
    outline: none; 
    border-radius: 2px; 
    -moz-border-radius: 2px; -webkit-border-radius: 2px; 
    transition: border linear 0.4s,box-shadow linear 0.4s; -o-transition: border linear 0.4s,box-shadow linear 0.4s; -moz-transition: border linear 0.4s,box-shadow linear 0.4s; -webkit-transition: border linear 0.4s,box-shadow linear 0.4s; 
    margin: 0; 
    width: 100%; 
    display: block; 
}
.label-default {
    background-color: #63ab97;
    font-size:16px;
    color: #fff;
}
#footer li a:hover{
    color:#d9534f;
}
.ulink{
    /*border:1px dashed #289AB3;*/
    height:auto;
}
noscript{
    width:100%;
    padding:30px;
    font-size:large;
    font-weight:bold;
    color:#ffffff;
    background-color:red;
    border: 2px solid #000;
    border-radius: 10px;
}
.table{
    background-color:#ffffff;
    color:black;
    font-weight:bold;
    font-size:large;
    border: 1px solid #0b0a0a;
    border-collapse:separate;
}
.table-responsive{min-height:.01%;overflow-x:auto}
@media screen and (max-width:1200px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:4px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd;
    color: #323232;
}
	
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.row-center, .row-center th{
    font-weight:bold;
    text-align:center;
    font-size:larger;
}
.green{
    color:#18a13e;
}
.red{
    color:red;
}
.blue {
    color: #0c0f7a;
}
.loadingbar > img{
    height:30px;
}

/*JQ News Ticker*/
.containernews { margin: 10px auto;}
.wrap{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  background: #3399FF;
  border-radius: 3px;
  box-shadow: inset 0 0 7px rgba(69, 78, 140,0.5);
  color:#fff;
}
.jctkr-label {
    position:relative;
    height: 35px;
    padding: 0 17px;
    line-height: 38px;
    background: #FFEA00;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(69, 78, 140,1);
    cursor: default;
    margin-left: 20px;
    z-index: 4;
}
.jctkr-label:hover{
  background: rgba(69, 78, 140,0.9);
}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
  position:relative;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height: 35px;
  font-size: 16px;
}