div {
    font-family: "Times New Roman", Georgia, Serif;
}
h3 {
    font-family: "Times New Roman", Georgia, Serif;
}
.new {
	display:block;
}

#message_container{
	width:90%;
}
.foreigner-div {
	margin-top:30px;
}
#new_kontragent .form-control {
height:30px;
}
.dds-div {
	display:none;
}
a.ui-button.ui-widget.ui-state-default.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    position: relative;
    top: -2px;
    height: 26px;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}
.form-control.error {
border : 1px solid red ;
}
.noclose .ui-dialog-titlebar-close
{
    display:none;
}
.cloned_points {
    float: left;
    width: 100%;
}
.cloned_points span {
    line-height: 76px;
}
select#pl_konsultant {
    max-width: 400px;
}
input#globalSearchText {
  color: #000;
}
#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 9999;
    background: gray;
    opacity: 0.6;
}
#loader img {
    width: 50px;
    top: 50%;
    position: absolute;
}
.ui-jqgrid .ui-userdata { height: auto; }
.ui-jqgrid .ui-userdata div { margin: .1em .5em .2em;}
.ui-jqgrid .ui-userdata div>* { vertical-align: middle; }
.login-container {
  max-width: 535px;
  margin: 0 auto;
  background: url("images/sdi_back.png") no-repeat;
  height: 350px;
  position: relative;
}
.login-container form {
  position: absolute;
  top: 35%;
  width: 330px;
  left: 22%;
}
.login-container label{
	width: 155px;
}
.user_name {
font-weight:bold;
text-transform:uppercase;
}
.greeting_text{
	text-align:center;
	font-size:18px;
}
.user_count {
	text-align:center;
	border:1px solid;
	margin-top:15px;
}
.gray-bg {
	background : #CCCCCC;
}
.cur_user_info {
  text-align: right;
  color: #fff;
  float: left;
  font-size: 18px;
  width: 100%;
}
.main_content {
  margin-top: 20px;
  margin-left: 20px;
  min-height: 600px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #008f85;
}
#user_add:hover , .save_client:hover {
  background: #008f85;
  color:#fff;
  transition: color 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
}
.combo {
	margin-top:26px;
}
#message {
	font-size:18px;
}
#message {

  font-size: 18px;
  border: 1px solid #008f85 ; 
  padding: 10px 0;
  margin-bottom: 15px;
  padding-left: 5px;
  background:#008f85;
  color:#fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#message img#checkmark {
  margin-left: 10px;
}
.aligned-top {
	margin-top:27px;
}
.passwords label {
	display:block;
}
#settings_link {
  background: transparent url('images/settings.png') no-repeat center center;
  width: 24px;
  height: 24px;
  border: none;
  box-shadow: none;
}
.dropdown {
	margin-top:10px;
	float:left;
}
.header_right .dropdown-menu {
	right:0;
	left : -130px;
  margin-top:15px;
  background-color: #008f85;
}
.header_right  .dropdown-menu a {
  font-size: 14px;
  padding: 6px ;
  margin: 0 ;
  display: block;
  width: 100%;
}
.header_right  .dropdown-menu a:hover {
	background-color : #13625e;
	transition: background 0.3s ease-in-out 0s;
	color:#fff;
}
.divided {
	border-bottom: 1px solid #008f85;
	padding-bottom:20px;
	font-size:16px;
}
.download {
  background: transparent url('images/download.png') no-repeat center center;
  width: 60%;
  height: 32px;
  border: none;
  box-shadow: none;
  padding-left: 40px;
  background-position: top left;
  margin-top: 15px;
  line-height: 32px;
  text-decoration: none;
}
.download a {
  margin-left: 10px;
  text-decoration: none;
  color: red;
}
.divided h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.divided input {
  margin-top: 15px;
  width: 10%;
}
        /* CSS for Uploader */
        .progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
        .bar { background-color: #66CCCC; width:0%; height:20px; border-radius: 3px; }
        .percent { position:absolute; display:inline-block; top:3px; left:48%; color: #E6F7F7;}
        #anc_add_more{background-color: #3D684F; color: #FFF;padding: 7px;text-decoration: none; }
        .dv_add{margin-bottom: 25px;}
form#frm_upld {
  font-size: 14px;
}        
#change_pass_form label {
  font-size: 14px;
  display: block;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size:15px;
}
#tabs {
	margin-top:20px;
}
.block .col-md-5 {
	padding:0;
}
.block {
	float:left;
	margin-top:10px;
	width:100%;
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }
input.form_button {
  margin-right: 8px;
  width: 48%;
  float: left;
}
table.spravka_table td {
    border: 1px solid;
    font-family: "Times New Roman", Georgia, Serif;
}
table.spravka_table {
    width: 100%;
    border: 1px solid;
}
.spravka_table th {
    border: 1px solid;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
tr.type-1.last_row {
    border-bottom: 3px solid;
}
.copy_address {
	display:none;
}
table.spravka_table td {
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #dfd9c3;
    font-size: 13px;
}
table.spravka_table tr {
    border: 1px solid #dfd9c3;
    background-color: #f5f3e5;
    color: #312e25;

}
table.spravka_table tr:hover td {
background-color: #008f85;
cursor:pointer;
color:#fff;
}
table.spravka_table th {
	border: 1px solid #dfd9c3;
	font-size: 15px;
	background:#008f85;
	color:#fff;
}
#add_comp input[type="text"] , #add_comp input[type="number"] {
    margin-bottom: 4px;
}
#result img {
	width:50px;
}
@media only screen and (max-width: 1200px)  {
		aside {
		width: 17% !important;
	}
	.hd1 {
    width: 15% !important;
}
}
#result {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.extra_fields .extra_input {
    width:370px;
}
.ui-subgrid thead{
	display: none;
}
#team_tbl {
	text-transform: uppercase;
}
#messages_link .red {
    background-color:red;
    border-radius: 50%;
}
.fm-button {
  height: auto;  
}
.loader-info {
  position: absolute;
  left: 210px;
  top: 5px;
  display: block;
}
.loader-info img {
  height: 30px;
  width: 30px;
}
footer p {
  padding-left: 252px;
}