﻿.naya-control {
height: 34px;
padding: 6px 12px;
margin: 5px;
line-height: 1.428571429;
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, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ui-front { z-index: 3000 !important; }
.modal-font
{font-size: 9px;}
.invis
{
    display: none;
}
.error
{ color: red;}
.validator
{ color: red !important;font-size: 11px;font-style: italic;}
.cscsvalidator
{ color: red !important;font-size: 11px;font-style: italic;}
.success
{ color: green;}
.warning{
    color:darkorange;
}
.form-control-mod {
  /*display: block;*/
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-mod: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);
}
.form-control-mod:-moz-placeholder {
  color: #999;
}
.form-control-mod::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-mod:-ms-input-placeholder {
  color: #999;
}
.form-control-mod::-webkit-input-placeholder {
  color: #999;
}
.form-control-mod[disabled],
.form-control-mod[readonly],
fieldset[disabled] .form-control-mod {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control-mod {
  height: auto;
}
.light-arrow {
background: url(../images/light-arrow.png) no-repeat;
width: 300px;
height: 121px;
text-align: center;
    margin-bottom: 10px;
}
.light-arrow span {
    margin-top: 30px;
display: inline-block;
vertical-align: middle;
font-size: 19px;
color: #000;
}



.account-1-bot .blue-box {
margin-left: 20px;
}
.fr {

}
.blue-box {
background: #e7f2f9;
width: 320px;
position: relative;
}
.blue-box-inner {
position: relative;
z-index: 99;
padding: 20px 15px;
}
#main-content input {
border: 1px solid #c8e0f2;
}
.blue-box-inner input {
width: 258px;
}
.cards {
list-style: none;
margin: 10px 0 20px 0;
padding: 0;
}
.cards li {
float: left;
margin-right: 25px;
}
.cards li a {
display: block;
float: left;
}
.overflowingcell
{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tableContainer
{
    padding-top:10px;
}

.vsep10 {clear:both; height:10px;}
.money { text-align:right;}
.pos-bal { background-color:#5cb85c;}
.neg-bal { /*background-color:#d9534f;*/ background-color:#FF9999;}
.bal-info { background-color:#5bc0de;}
.zero-bal { background-color:orange;}
.rqd-field { color:red;}

.oms-tools {padding: 5px;
    border: solid 1px #e5e5e5 !important;
    background: #f7ecb5 !important; height: 37px !important;}
.oms-tools a {  color: #428bca !important; text-decoration: none; display: block; padding-left: 4px; font-size: 12.32px !important; }
.naya-tools{ float: right;}
.info-gray { color: gray !important; }

.btn-custom {
    font-family: arial;
    font-weight: bold;
    color: #FFFFFF !important;
    font-size: 17px;
    text-shadow: 1px 1px 0px #7CACDE;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 10px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #63B8EE;
    background: linear-gradient(top,  #63B8EE,  #468CCF);
    background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
    background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
    background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
    width: 60%;
}
.btn-custom:hover {
    color: #fff !important;
    background: #468CCF;
    background: linear-gradient(top,  #468CCF,  #63B8EE);
    background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
    background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
    background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.cscsnumbers {width: 25% !important;font-weight: bold;}

.align-right { text-align:right;}
.align-left { text-align:left;}
.align-center { text-align:center;}

.date-textbox{width:100px;}