/**
 * Select2 Bootstrap CSS 1.0
 * Compatible with select2 3.3.2 and bootstrap 2.3.1
 * MIT License
 */
.select2-container {
  vertical-align: middle;
}
.select2-container.input-mini {
  width: 60px;
}
.select2-container.input-small {
  width: 90px;
}
.select2-container.input-medium {
  width: 150px;
}
.select2-container.input-large {
  width: 210px;
}
.select2-container.input-xlarge {
  width: 270px;
}
.select2-container.input-xxlarge {
  width: 530px;
}
.select2-container.input-default {
  width: 220px;
}
.select2-container[class*="span"] {
  float: none;
  margin-left: 0;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  height: 28px;
  line-height: 29px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: none;
  background-color: white;
  filter: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choice div, .select2-container .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: none;
  background: none;
  filter: none;
}

.control-group.error [class^="select2-choice"] {
  border-color: #b94a48;
}

.select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px;
}

.select2-drop.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  border-color: #ccc\0;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

[class^="input-"] .select2-container {
  font-size: 14px;
}

.input-prepend [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-append [class^="select2-choice"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[class^="input-"] .select2-offscreen {
  position: absolute;
}

/**
 * This stops the quick flash when a native selectbox is shown and
 * then replaced by a select2 input when javascript kicks in. This can be
 * removed if javascript is not present
 */
select.select2 {
  height: 28px;
  visibility: hidden;
}
.b-request_form--label {
	font-weight: normal;
}
.form-control.b-request_form--multiple {
	width: 400px;
	max-width: 100%;
	padding: 2px;
	height: auto;
}

.select2-container .select2-choice, 
.select2-container-multi .select2-choices,
.select2-container .select2-choice:focus, 
.select2-container-multi .select2-choices:focus {
	border: 0;
	box-shadow: 0;
}
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
	background: none;
	border: 0; 
	box-shadow: 0;
}
.b-request_form--tab_link {
	padding: 10px 14px !important;
}
.b-request_form--tab{
	margin-bottom: 10px;
}
.b-user_menu {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    margin-top: 20px;
    /*padding: 5px;*/
    overflow: hidden;
    margin-bottom: 20px;
}

.b-user_menu  .media {
    border-bottom: 2px solid #ddd;
    margin: 0 -5px;
    padding-bottom: 1px;
}

.b-user_menu  .media img {
    margin-left: 10px;
}

.b-user_menu  p {
    display: block;
    font-size: 12px;
    margin: 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.b-user_menu  .nav.nav-tabs.nav-stacked {
    margin: 0 -8px -5px -6px;
    list-style: none;

}
.b-user_menu .dropdown-menu {
display: block;
    margin: 20px 0;
    position: relative;

}

.b-user_menu .nav > li > span {
    display: block;
    position: relative;
    cursor: pointer;
}
.b-user_menu .nav > li > span  i {
    right: 5px;
    top: 11px;
    cursor: pointer;
    position: absolute;
}
.b-user_menu .nav-tabs > li {
    position: relative;
}

.b-user_menu .nav-tabs > li .label {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.b-user_menu .nav-tabs > li > a,
.b-user_menu .nav-tabs > li > span {
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 20px;
    padding: 8px 5px 8px 15px;
    color: #555;
    margin: -2px 0;
}
.b-user_menu .nav-tabs > li > a em,
.b-user_menu .nav-tabs > li > span em {
position: relative;
left: -8px;
}

.b-user_menu #user_profiles_menu li a {
     color: #555;
}
.b-user_menu .nav-tabs > li > ul {
    padding-left: 0;
    margin-left: 33px;
}
.b-user_menu .nav-tabs > li > ul > li {
    margin: 10px 0;
    list-style: none;
}
.b-user_menu .nav-tabs > .active > span, 
.b-user_menu .nav-tabs > .active > span:hover, 
.b-user_menu .nav-tabs > .active > span:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

.b-user_menu .nav-tabs > li > span, 
.b-user_menu .nav-pills > li > span {
    line-height: 14px;
    margin-right: 0px;
}
.b-user_menu .nav-tabs.nav-stacked > li > span:hover, 
.b-user_menu .nav-tabs.nav-stacked > li > span:focus {
    border-color: #ddd;
    z-index: 2;
}
.b-user_menu .nav > li > span:hover, 
.b-user_menu .nav > li > span:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.b-user_menu .nav-tabs.nav-stacked > li > span {
    border: 1px solid #ddd;
    border-radius: 0;
}

.b-user_menu .user_page .user_edit {
position: relative;
top: -9px;
left: 15px;
}
.b-user_menu  .btn-danger input {
    margin: 0 3px 0 0;
}
.b-user_menu .dropdown-menu  li > a:hover, 
.b-user_menu .dropdown-menu  li > a:focus {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.b-user_menu .dropdown-menu .active > a, 
.b-user_menu .dropdown-menu .active > a:hover, 
.b-user_menu .dropdown-menu .active > a:focus {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}




.b-profiles_add--label {
    font-weight: normal;
}
.form-control.b-profiles_add--multiple {
    width: 400px;
    max-width: 100%;
    padding: 2px;
    height: auto;
}

.b-profiles_add--tab_link {
    padding: 10px 14px !important;
}
.b-profiles_add--tab{
    margin-bottom: 10px;
}

.select2-container .select2-choice, 
.select2-container-multi .select2-choices,
.select2-container .select2-choice:focus, 
.select2-container-multi .select2-choices:focus {
    border: 0;
    box-shadow: 0;
}
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    border: 0; 
    box-shadow: 0;
}



.b-profiles_add--office {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dbdee0;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}

.b-profiles_add--office_head {
    border-bottom: 1px solid #dddddd;
    display: block;
    font-size: 16px;
    margin: 0 0 10px !important;
    overflow: hidden;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-profiles_add--or {
    display: block;
    text-align: center;
    margin: 30px 0; 
}

@media (max-width: 991px) { 
    .b-profiles_add--or {
        margin: 0 0 10px; 
    }
}    
.b-user_edit_table {
    width: 100%;
}
.b-user_edit_avatar {
    width: 130px;
    max-width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

.b-user_edit--field {
    margin: 5px 0;
}

.b-user_edit--dell_check {
    position: relative;
    top: 2px;
}



.b-profiles_edit--label {
    font-weight: normal;
}
.form-control.b-profiles_edit--multiple {
    width: 400px;
    max-width: 100%;
    padding: 2px;
    height: auto;
}

.b-profiles_edit--tab_link {
    padding: 10px 14px !important;
}
.b-profiles_edit--tab{
    margin-bottom: 10px;
}


.b-office_edit_table {
    width: 100%;
    margin-top: 5px;
}


.b-office_edit--field {
    margin: 5px 0;
}
.form-control.brand-color {

}

.minicolors-theme-default.minicolors {
    display: block;
}

.minicolors-theme-default .minicolors-input {
    display: block;
    width: 100%;
    padding-left: 31px;
    height: 33px;
}

.minicolors-theme-default .minicolors-swatch {
    height: 23px;
    width: 23px;
}
.restriction_symbols_error {
    font-size: 10px;
    font-weight: bold;
    color: red;
    margin-bottom: 5px;
}
/* Модуль публикации на странице поиска */
.b-publications_search {
    background: #ffffff none repeat scroll 0 0;
       border: 1px solid #dbdee0;
       margin-bottom: 20px;
       padding: 10px 10px 40px;
       position: relative;
}

.b-publications_search--head {
    border-bottom: 1px solid #dddddd;
      display: block;
      margin: 0 0 10px !important;
      overflow: hidden;
      padding-bottom: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) { 
  .b-publications_search--head {
      font-size: 15px;
  }
}
.b-publications_search--rss_link {
    color: #fd9f13 !important;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 10px;
        top: 2px;
}


.b-publications_search--date {
    color: #8c8c8c;
        cursor: default;
        font-size: 11px;
}

.b-publications_search--read_more {
  background: #e9ebec none repeat scroll 0 0;
    border-top: 1px solid #dbdee0;
    bottom: 0;
    color: #34383c;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 12px -10px 0;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.b-publications_search--read_more:hover {
 color: #34383C;
    text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
}

.b-publications_search--read_more--text {
    font-size: 12px;
}

.b-publications_search--read_more--icon {
    color: #34383C;
    display: inline;
    float: right;
    font-size: 10px;
    margin: 4px 0 0;
    padding: 0;
    width: 10px;
}
/* Модуль публикации на странице поиска конец */




/* Модуль новостей на странице поиска */
.b-news_project_search {
    background: #ffffff none repeat scroll 0 0;
       border: 1px solid #dbdee0;
       margin-bottom: 20px;
       padding: 10px 10px 40px;
       position: relative;
}

.b-news_project_search--head {
    border-bottom: 1px solid #dddddd;
      display: block;
      margin: 0 0 10px !important;
      overflow: hidden;
      padding-bottom: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) { 
  .b-news_project_search--head {
      font-size: 15px;
  }
}
.b-news_project_search--rss_link {
    color: #fd9f13 !important;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 10px;
        top: 2px;
}
.b-news_project_search--title {
    font-size: 12px;
}

.b-news_project_search--date {
    color: #8c8c8c;
        cursor: default;
        font-size: 11px;
}
.b-news_project_search--read_more {
  background: #e9ebec none repeat scroll 0 0;
    border-top: 1px solid #dbdee0;
    bottom: 0;
    color: #34383c;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 12px -10px 0;
    padding: 5px 10px;
    position: absolute;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.b-news_project_search--read_more:hover {
 color: #34383C;
    text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
}

.b-news_project_search--read_more--text {
    font-size: 12px;
}

.b-news_project_search--read_more--icon {
    color: #34383C;
    display: inline;
    float: right;
    font-size: 10px;
    margin: 4px 0 0;
    padding: 0;
    width: 10px;
}
/* Модуль новостей на странице поиска конец */


/* Список комментов на странице поиска */
.b-feed_comments_search {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dbdee0;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
.b-feed_comments_search--head {
    border-bottom: 1px solid #dddddd;
    display: block;
    font-size: 16px;
    margin: 0 0 10px !important;
    overflow: hidden;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-feed_comments_search--next {
    margin-top: 10px;
    text-align: center;
}
/* Список комментов на странице поиска конец */