﻿/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,select.input-validation-error {
     border-color: #B94A48!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.validation-summary-warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}

.validation-summary-valid {
    display: none;
}

label.normalLable
{
    font-style:normal;
    font-weight: normal;
}


table#component-table td.weekend
{
	background-color:#C2FEF7;
	color:#fff;
	border-top: 1px solid #B2B2B2;
}

table#component-table
{
	width:100%;
	padding:0px;
	border: 1px solid #B2B2B2;		
	border-spacing:0px;
}

table#component-table th
{
	padding:0px;
	height:30px;
	background-color:#333333;
	text-align:center;
	color:#B2B2B2;		
	font-size:16px;	
	border-spacing:0px;	
}

table#component-table td
{
	padding:1px;
	border:0px none #fff;
	text-align:center;
	color:#1F4C63;
	height: 40px;	
	background-color:#fff;	
}

table#component-table tr
{
	padding:0px;
	border:0px;
}

table#Event-table td
{
	padding:1px;
	border:0px none #fff;
	text-align:center;
	color:#1F4C63;
	height: 30px;	
	background-color:#fff;	
}

table#Event-table th
{
	padding:0px;
	height:30px;
	background-color:#333333;
	text-align:center;
	color:#B2B2B2;		
	font-size:16px;	
	border-spacing:0px;	
}

table#Event-table
{
	width:100%;
	padding:0px;
	border: 1px solid #B2B2B2;		
	border-spacing:0px;
    height: 400px;
}

table#Event-table tr
{
	padding:0px;
	border:0px;
}

.flyover {
    z-index: 10121;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 40%;
    /*height:5%;*/
    top: 50%;
    left: 40%;
    text-align: center;
    color: #333333;
    /*font-family:Arial sans-serif;*/
    font-size:17px;
    border: 1px solid #a9c9ed;
    background-color: #dbe9fa;
    transition: left 0.6s ease-out 0s;
}

    .flyover.in {
        left: 35%;
    }

#successMessageFlyover {
    border: 1px solid #296c29;
    background-color: #99cc99;
}

.alerts {
  margin: 20px;
}
#NotificationAlerts.alerts {
  margin: 0px;
}
.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

.numericOnly {
    text-align: right;
}
.numericOnly::-ms-clear {
    display: none;
}
.two-digits {
    text-align: right;
}
.two-digits::-ms-clear {
    display: none;
}
.two-digits-negative {
    text-align: right;
}
/*Applies only when the contents of the datatables are right aligned.*/
table.dataTable thead tr th.text-right{
    padding-right:18px;
}

textarea.input-validation-error {
      border-color: #B94A48;
 }


@media print {
    #Header, #Footer { display: none !important; }
}

.container{
    margin-top:30px;
}

.filter-col{
    padding-left:10px;
    padding-right:10px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(101 98 98 / 80%) url(../images/Loading.gif) 50% 50% no-repeat
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.btn-labelDashboard {
    font-size: 10px;
    line-height: 1.5vw;
    font-weight:600;
}

.create-link {
    color: #337ab7;
    text-decoration: underline;
    font-weight: bold;
}

.content{
    padding:10px !important;
}
.dashboardDisclosureTextPadding{
    padding-top:10px;
}
.dashboardCalender{
    font-size:13px !important;
}
.dashboardDisclosureBox {
    padding-bottom : 18px !important;
    padding-top:18px !important;
}
.dashboardHolding{
    padding: 1.01vw 10px !important;
}
.dashboardHolding h5{
    font-size : 18px;
}
.dashboardHolding h5.success{
    font-weight:700;
}
.dashboardHoldingBox
{
    padding: 1.0vw 10px 0vw 10px !important;
}
.dashboardHoldingBox .no-border  {
    margin-bottom: 12px !important;
}

.dashboardHoldingBox div div.col-md-6:nth-child(odd){
    padding-right:10px !important;
}
.dashboardHoldingBox div div.col-md-6:nth-child(even){
    padding-left:10px !important;
}
.content-header h1{
    font-size : 21px;
    color:#000;
}
.dashboardPreclearenceRequest .btn-sub-label,.dashboardTradingDetailsCount .btn-sub-label{
    padding-top:5px;
    font-size: 10px;
    line-height: 1.0vw;
    font-weight:600;
}
.dashboardTradingDetailsCount div.col-lg-3{
    padding-left:10px;
    padding-right:10px;
}
.dashboardPreclearenceRequest {
    padding-top:7px;
    padding-bottom:7px;
}
.initialcenter-block{
    min-width:125px;
}
.dashboardPreclearenceRequest button.center-block,.dashboardTradingDetailsCount button.center-block{
    width:50px;
}

.checkbox div.cursor_default, 
.checkbox input[type="checkbox"]:disabled.cursor_default, 
input[type="checkbox"]:disabled.cursor_default, 
label.cursor_default,
fieldset[disabled] input[type="checkbox"].cursor_default,
.checkbox input[type="checkbox"]:disabled + label.cursor_default::before{
    cursor:default !important;
}
 .input-group.date input[type="text"]{
  text-transform: uppercase;
}

 .signedNumericOnly {
    text-align: right;
}

.CODashboardPendingTransactions div.box-holding{
    height:400px !important;
}

.CODashboardPendingTransactions div.box-footer {
    height:120px !important;
}

.CODashboardPendingTransactions div.no-padding {
    height:400px !important;
}
.CODashboardPendingTransactions button.btn-warning,.CODashboardPendingTransactions button.btn-gray,.CODashboardMailDefaulterFAQ button.btn-gray{
    width:65px;
}
.CODashboardMailDefaulterFAQ div.Mail div.box-chart{
    height:410px !important;
}

.ViewCalender .dash-calendar .datepicker table tr td, .ViewCalender .dash-calendar .datepicker table tr {
    border: 5px solid #f2f4f1 !important;
    height: 55px !important;
    width: 55px !important;
}
.TextGray{
    color:gray;
    font-weight:normal;
}

.TextAlignCenter{
    text-align:center;
}

.CODashboardMailDefaulterFAQ .no-padding{
     height:365px !important;
}

.BlockEventCalnder .panel-body {
    padding: 0px;
}

.BlockEventCalnder .row {
   margin-right: 0px;
   margin-left: 0px;
}


.BlockEventCalnder Event-table {
    padding-top: 5px;
}

.BlockEventCalnder .box-body{
    padding:0px;
}

.BlockEventCalnder .panel {
     margin-bottom: 20px; 
     background-color:#f2f4f1;
     border: 0px transparent;
     border-radius: 0px;
     -webkit-box-shadow:0 0px 0px rgba(0,0,0,.09);
     box-shadow: 0px transparent; 
}  

.BlockEventCalnder .col-x-5, .BlockEventCalnder .col-x-7{
    width:300px;
    padding-left:5px;
}

.GridFullWidth{
    width:100% !important;
}

.BlockEventCalnder .col-xs-12, .BlockEventCalnder .col-lg-12{
    padding:0px 1px 0px 1px;
}

.disclosureLetterPrinting table.table.dataTable{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.disclosureLetterPrinting .panel-body{
    padding:0px;
}

.disclosureLetterPrinting .row{
    margin-left: 0px;
    margin-right: 0px;
}

.checkbox.contratradesecurity{
    display: inline;
    margin:4px 10px 0;
}
