html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

span.glyphicon-pencil {
    font-size: 1.4em;
}

span.glyphicon-remove {
    font-size: 1.4em;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.maincontent
{
    /* margin-bottom: 100px; */
    
}

.col-xs-12 {
    padding:0px
    
}
.container
{
    min-width: 1300px !important;
    max-width: 100%;
	/* margin-top: 5px; */

}

.cont {
	padding-top: 5px;	
}

.fix_menu {
    
    
    top:95px; z-index:1031;    padding-left: 15px;
    padding-right: 15px; width:100%
}

.fix_filter{
    
    top:180px; z-index:1031;    padding-left: 15px;
    padding-right: 15px; width:100%
}

.header
{
    
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #BBCAD4;
background: rgba(244,247,247,1);
background: -moz-linear-gradient(top, rgba(244,247,247,1) 0%, rgba(230,234,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,247,247,1)), color-stop(100%, rgba(230,234,235,1)));
background: -webkit-linear-gradient(top, rgba(244,247,247,1) 0%, rgba(230,234,235,1) 100%);
background: -o-linear-gradient(top, rgba(244,247,247,1) 0%, rgba(230,234,235,1) 100%);
background: -ms-linear-gradient(top, rgba(244,247,247,1) 0%, rgba(230,234,235,1) 100%);
background: linear-gradient(to bottom, rgba(244,247,247,1) 0%, rgba(230,234,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7f7', endColorstr='#e6eaeb', GradientType=0 );
}
.logo
{
    float: left;
}

.logo img
{
    width: 200px;
}

.logo a:hover
{
    text-decoration: none;
}
.menu
{
    
}
.menu li
{
    list-style:none;
    float: left;
    margin-right: 10px;
    width: 75px;
    text-align: center;
    
}
.menu li a
{
    color: #2A2A2B;
    position: relative;
    font-size: 12px;
}
.menu li .active
{
    text-decoration: none;
}
.menu li img
{
    width: 40px;
    
}
.user-info
{
    float: right;
    padding-top: 12px;
    padding-left: 90px;
}
.user-info img
{
    width: 70px;
    float: left;
    margin-right: 10px;
}
.user-info a
{
    font-size: 12px;
    color: #2A2A2B;
}
.user-info a img
{
    width: 16px;
}
.arrow-up {
    position: absolute;
    /* left: 5%; */
    margin-left: 35px;
    top: 83px;
    height: 22px;
    width: 37px;
    text-indent: -9999px;
    background: url("/static/img/submenu_triangle.gif") no-repeat 0 0;
}

.ui-datepicker
{
    width: 10em;
}
.new
{
    margin-bottom: 10px;
}
.new p
{
    margin-bottom: 0px;
}
.new .text-muted
{
    font-size: 12px;
}
.new_task
{
    width: 322px;
}
.todo ul
{
    list-style: none;
    padding-left: 20px;
}
.start-edge {
background-image: url("/static/img/ragged-paper-edge.png");
height: 10px;
}

.footer p
{
    margin-top: 20px;
}

.emp_button
{
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.emp_button span
{
    font-size: 36px;
}

.emp_add a
{
    color: #94B300;
}

.emp_delete a, .emp_delete
{
    color: rgb(224, 105, 105);
}
.emp .col-xs-2
{
    padding-top: 30px;
}



.message_button span{
    font-size: 16px;		
}

h3
{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-add .col-xs-2
{
    text-align: left;
}
.form-add .control-label
{
    font-weight: normal;
}
.panel
{
    margin-bottom: 50px;
}

.addclient li
{
    list-style: none;
    float: left;
    margin-right: 10px;
}
h4
{
    font-weight: bold;
}
.journal
{
    margin-top: 50px;
    position: relative;
}
.journal .well
{
    height: 150px;
}
.journal img
{
    float: left;
    margin-right: 10px;
    height: 71px;
}
.journal textarea
{
    width: 646px;
    margin-bottom: 10px;
}
.journal .btn
{
    position: absolute;
    left: 108px;
}
.chat img
{
    width: 40px;
    float: left;
    margin-right: 10px;
}
.chat .date
{
    font-size: 12px;
    margin-left: 5px;
}
.chat a
{
    text-decoration: underline;
}
.chat_view
{
    max-height: 500px;
    overflow-y: scroll;
}
.docs img
{
    width: 50px;
}
.addclient
{
    margin-bottom: 20px;
}
.ava 
{
    text-align: center;
}
.ava img
{
    width: 200px;
    margin-bottom: 10px;
}
.ava .btn
{
    width: 200px;
}
#changeAva .modal-body
{
    padding-left: 20px;
}
.dl-horizontal dt
{
    width: 72px;
}
.dl-horizontal dd
{
    margin-left: 100px;
}
.add_good .col-xs-4
{
    padding-left: 2px;
    padding-right: 2px;
}
.client-panel
{
    background-color: #F5F5F5;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.client-panel li
{
    margin-right: 10px;
    padding: 10px;
}
.client-panel .active
{
    border-radius: 25px;
    border: 1px solid #ddd;    
}
.client-panel .badge
{
    background-color: #5CB85C;
}
.clients table, .calls table
{
    font-size: 12px;
}
.clients ol
{
    padding: 0;
}
.clients thead th, .calls table th
{
    text-align: center;
}
.clients table .glyphicon
{
    color: #5BC0DE;
}

table.table-centered td{
    text-align: center;
    vertical-align: middle !important;
}

.add_org, .add_city, .add_theme
{
    font-size: 24px;
    float: right;
    position: relative;
    left: 35px;
    top: -28px;
}
.col-form1, .col-form2
{
    margin-bottom: 5px;
}

.col-form2 .form-control
{
    width: 90px !important;
}
.col-form1 label, .col-form2 label
{
    font-weight: normal;
}
.col-form2 p
{
    margin: 11px 0px 0px 0px;
}
.nav-tabs
{
    margin-bottom: 20px;
}

.cl_well .well {
  border-radius: 0;		
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-left: none;
}

.dialog {
	border-bottom: 1px solid #e4e8ed;
    height: 80px;
}



.dialog a {
	display: block;	
	height: 100%;
	color: #000;
}

.dialog_body {
	padding: 15px 10px 5px 7px;
}

a.dialog_body:hover {
	background-color: #edf1f5;
}

.message_block {
    height: 320px;		
	overflow-y: scroll;	
}

.message_body {
	border-bottom: 1px solid #e4e8ed;
	padding: 15px 10px 5px 7px;
	
}


.blue, a.blue:hover {
	color: #2089C6;
}

.gray, a.gray:hover {
	color: #8B8989;
}

.red, a.red:hover {
	color: rgb(224, 105, 105);
}

.green, a.green:hover {
	color: #5CB85C;
}

.small_font {
	font-size: 12px;
}



.panel .label {
	font-size: 13px;	
}

.panel-body {
	min-height: 430px;
	
}

.remember_list ul {
	list-style: none;
	padding: 0; /* Убираем поля */
    margin-left: 20px;	
}

.remember_list a{
	text-decoration: none;
}

.block {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e4e8ed;
}

ul.errorlist {
	list-style: none;	
	color: rgb(224, 105, 105);
	font-size: 13px;
}

.small_block {
	height: 380px;
	overflow: hidden;
}

.error_bck {
	background-color: #F8ECE0;
}

.new_message {
	background-color: #F5F5F5;		
}

.dialog_block .new_message {
	margin: 5px 0 5px 0;	
}

.delete {
    color: rgb(224, 105, 105);	
	font-family: 'Glyphicons Halflings';
}

#pdf, #html, #own {
	display: none;
}

.not_li ul{
	list-style: none;			
	padding: 0;
}

.pull_marg_right {
	margin-right: 10px;
}

th{
    text-align: center;
}

.iswork_table table td {
	word-break: normal;
	padding: 6px !important;
	
}

.chosen-container{
  width: 100% !important;
}

.iswork_table ol, .iswork_table ul {
	padding: 0;
	margin: 0;	
}
.menu-img
{
    height: 45px;
}
.table-hover tbody tr:hover
{
    cursor: pointer;
}
.endless_page_current
{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.endless_page_current, .endless_page_link{
    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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.endless_page_link:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sro-table>thead>tr>th {
    position: relative;
}
.table-hover thead span {
    position: absolute;
    top: 18px;
    left: 15px;
    color: #999;
    font-size: 14px;
}
.sro-table>thead>tr>th .form-control {
    font-weight: normal;
    padding-left: 24px;
}
.btn-group {
    margin-bottom: 20px;
}
.client-info li {
    margin-bottom: 5px;
}
.member-tab {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    font-size: 16px;
}
.member-info th
{
    text-align: left !important;
}
.member-title
{
    margin-top: 20px;
    margin-bottom: 30px;
}
.alert-sro
{
    margin-top: 15px;
}
.employer-sro th
{
    text-align: left;
}
.employer-sro
{
    margin-top: 15px;
}
.inline .form-group, .inline .input-group
{
    float: left;
    margin-right: 10px;
}
.sro-title
{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
#sro_form
{
    margin-bottom: 20px;
}
.graph_title
{
    margin-top: 33%;
    font-size: 26px;
}
.sro-member
{
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 10px;

}
.m-title
{
    font-size: 16px;
    margin-bottom: 5px;
}
.m-title a
{
    font-weight: bold;
    color: #000;
}
.m-sro
{
    font-weight: bold;
    margin-bottom: 8px;
}
.m-date
{
    margin-top: 10px;
}
.form-div th
{
  /*  text-align: left !important;*/
}
.m-inn
{
    color: #777;
    font-weight: bold;
}
.insure_date
{
    font-size: 16px;
    font-weight: normal;
}

.done-panel li
{
    margin-left: 10px;
	font-weight: normal;

}
.done-panel .active
{
	padding: 5px;
    border-radius: 25px;
    border: 1px solid #ddd;    
}

hr:last-child {
	border: none;
}

table td p {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* Add user form */
.add-user-form, .add-tender-org-form {
    max-width: 400px;
}

/* File link */
form.file-links > p.input-group > a.form-control {
    height: inherit;
}