.main-right {
padding: 0;
}
.select2-container {
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: 40px;
    cursor: pointer;
}
.btnafter{
    display: none
}
.select2-container--default .select2-selection--single {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 0 20px;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-dropdown{
    border: 1px solid rgb(211, 211, 211);
}
.contacts-add-appellation {
    display: block;
    padding: 5px 35px;
    line-height: 24px;
    color: rgb(153,153,153);
    border-top: 1px solid rgb(211, 211, 211);
    font-size: 14px;
    background: url("/static/common/forestage/img/add-icon.png") no-repeat 10px center;
}
input:disabled {
    cursor: no-drop;
    background: #eee;
}
input:focus,textarea:focus{
  border-color: #00a0e9 !important;
}
.select2-container--open .select2-dropdown--below{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nicescroll-rails{
    z-index: 1999 !important;
}
.linklist-bar .linklist li{
  -webkit-transition: all 0s;
  transition: all 0s;
}
.linklist-bar .guide-done{
  background: url("/static/common/forestage/img/checked.png") no-repeat 286px;
   background-size: 11.2px;
}
.linklist-bar .linklist li{
  border-bottom: none
}
.linklist-bar .linklist-bar-li{
  /*border-bottom: none*/
}
.linklist-bar .linklist li.checked{
  background-size: 11.2px;
}
.content-title .content-title-text{
  color: #00a0e9 
}

.main-demandinfor .radio-wrap.not-allowed .check-text{
    cursor: not-allowed;
    pointer-events: none;
    color: #999;
}

.main-demandinfor .radio-wrap.not-allowed .check::before{
    border-color: #eee;
}
.main-demandinfor .radio-wrap.not-allowed input:checked + .check-text .check::after {
    background-color: #eee;
}
