
.ovh { overflow: hidden; }
label.manager-radio {max-width: 100%; display: block; /*margin: 0 auto 10px; */text-align: left; }
.set-manager-form { padding: 0 20px; }
.btn.holid-btn { background-color: #c0de97; }
.btn.holid-btn:hover { background-color: #9ab379; }
.interval-date { width:90px; }
.holiday-radio input[type=radio] { visibility: hidden; width: 1px; }
.holiday-radio.active { background-color:#e8e8e8;  }

.form_auth_contaier{
  max-width: 475px;
  padding: 35px 50px 30px 50px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  position: relative;
}
.form_auth_contaier label{font-family: "Arial";}
.form_auth_contaier .cancel_auth{
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-image: url(../images/close_auth.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 10px;
  top: 10px;
  text-decoration: none;
}
.form_auth_contaier  .form_head{margin-bottom: 8px}
.form_auth_contaier  .form_head img{
  max-height: 30px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 7px;
}
.form_auth_contaier .form_head span{
  font-family: "Arial";
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #194d69;
}

.form_auth_contaier input{
  line-height: 47px;
  height: 47px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  color: darken(#999999,20);
  padding: 0px 75px 0px 10px;
  text-overflow: ellipsis;
  background: #fff;
  font-family: "Arial";

}
.form_auth_contaier .auth_input{
  margin-top: 15px;
}
.form_auth_contaier .form_links{font-size: 0px;}
.form_auth_contaier .form_links:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form_auth_contaier .remember_top{
  margin-top: 30px;
}
.form_auth_contaier .form_links .back{
  text-align: center;
}
.form_auth_contaier .form_links .back a{
  margin-top: 45px;
  font-size: 14px;
  color: #666666;
  line-height: 13px;
  display: inline-block;
  text-decoration: underline;
  font-family: "Arial";
}
.form_auth_contaier .checkbox{
  float: left;
  font-size: 14px;
  margin-top: 15px;
}
.form_auth_contaier .checkbox label{
  position: relative;
  color: #666666;
  font-size: 13px;
  font-family: "Arial";
}
.form_auth_contaier .checkbox label:before{
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid #b1b1b1;
  left: 0px;
  top: 4px;
  background: rgb(236,236,236);
  background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(221,221,221,1) 41%);
  background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(221,221,221,1) 41%);
  background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(221,221,221,1) 41%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dddddd',GradientType=0 );

}
.form_auth_contaier .checkbox input:checked + label:before{
  background: #000
}
.form_auth_contaier .restore{
  color: #666666;
  margin-top: 15px;
  text-decoration: underline;
  text-align: right;
  font-size: 14px;
  float: right;
  font-family: "Arial";
}
.form_auth_contaier .checkbox input{
    display: none;
}
.form_auth_contaier input:focus::-webkit-input-placeholder{text-indent: 500px}
.form_auth_contaier input:focus::-moz-placeholder{text-indent: 500px}
.form_auth_contaier input:focus:-ms-input-placeholder{text-indent: 500px}
.form_auth_contaier input:focus:-moz-placeholder{text-indent: 500px}


.form_auth_contaier input:&::-webkit-input-placeholder{
  opacity: 1;
  color: #999;
  transition: text-indent 0.5s;
}
.form_auth_contaier input:&::-moz-placeholder{
  opacity: 1;
  color: #999;
  transition: text-indent 0.5s;
}
.form_auth_contaier input:&:-ms-input-placeholder{
  opacity: 1;
  color: #999;
  transition: text-indent 0.5s;
}
.form_auth_contaier input:&:-moz-placeholder{
  opacity: 1;
  color: #999;
  transition: text-indent 0.5s;
}
.form_auth_contaier button{
  margin-top: 15px;
  background: rgb(249,249,249);
  background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(213,213,213,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(213,213,213,1) 100%);
  background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(213,213,213,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d5d5d5',GradientType=0 );
  font-family: "Arial";
}
.form_auth_contaier .form_futer{
  margin-top: 35px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #999999;
  font-family: "Arial";

}
.bcg-white{background: #fff;}
.name-company{
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px 8px 0px;
}
.navbar-brand {
  padding: 0 0px 0 15px!important;
}
.stars_selector {
  position: relative;
  margin-bottom: 10px; }
  .stars_selector input {
    display: none; }
  .stars_selector .star {
    display: inline-block;
    width: 35px;
    height: 35px;
    left: -5px;
    margin-left: 3px;
    margin-right: 9px;
    cursor: pointer;
    position: relative; }
    .stars_selector .star:after {
      position: absolute;
      content: "";
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: url(../images/icons/star.png);
      background-position: center;
      background-size: cover;
      opacity: 1;
      transition: all 1s; }
    .stars_selector .star:before {
      position: absolute;
      content: "";
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: url(../images/icons/star_a.png);
      background-position: center;
      background-size: cover;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transition: all 1s; }
    .stars_selector .star:last-of-type:before {
      background-image: url(../images/icons/star_last.png); }
    .stars_selector .star.active:before, .stars_selector .star:hover:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=1);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .stars_selector .star.active:after, .stars_selector .star:hover:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
  .stars_selector input:checked + .star:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .stars_selector input:checked + .star:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

  .stars_row {
    position: relative;
    margin-bottom: 5px; }
    .stars_row:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; }
    .stars_row input {
      display: none; }
    .stars_row p {
      float: left;
      width: auto;
      margin: 0px;
      line-height: 22px;
      color: #666666;
      font-size: 14px;
      letter-spacing: 0.1px; }
    .stars_row .stars {
      float: right; }
    .stars_row .stars.left {
      float: left; }
    .stars_row .star {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 5px;
      cursor: pointer;
      position: relative; }
      .stars_row .star:after {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../images/icons/star_m.png);
        background-position: center;
        background-size: cover;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transition: all 1s; }
      .stars_row .star:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../images/icons/star_m_a.png);
        background-position: center;
        background-size: cover;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all 1s; }
      .stars_row .star:last-of-type:before {
        background-image: url(../images/icons/star_m_a.png); }
      .stars_row .star.active:before, .stars_row .star:hover:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .stars_row .star.active:after, .stars_row .star:hover:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
    .stars_row input:checked + .star:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .stars_row input:checked + .star:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=1);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }


#content h2{
margin:0;
padding:0;
}
.userReg .form-group {
  padding-bottom:10px;
}
.form-horizontal .control-label.text-left{
    text-align: left;
}

.row .topPadding{
  padding-top:15px;
}
.row .topPadding .btn-default{
  margin-right:5px;
}
.tab-content-custom > .tab-pane-custom {
  z-index: 10;
  display: block;
}
.tab-content-custom > .active {
  z-index: 30;
  display: block;
}
.selectStatPerPeriodYear {
  margin-bottom:5px;
}
.form-rekvisit .fullWidth{
  width:100%;
}
.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active {
  color: #717171 !important;
  background-color: #ededed;
  border-color: #c6c6c6;
}
.text-success-event{
  color: #FFAB04;
}

.easypiechart .text-nonproc{
  margin-left:0px !important;
}
.error {
border:1px solid red !important;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.all_stat{
margin-top: 36px;
}

.filter_date{
    margin-left: 5px;
    margin-right: 5px;
    width: 85px;
    padding: 0 5px;
}

h4 a:hover  {

    text-decoration: underline;
    }

.alert-danger-event {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.users_groups li.active > a{
  background-color: rgba(0,0,0,0.05) !important;
  text-shadow: none;
}
.noBorder a{
  border-bottom:none !important;
}

.smallPaddingExport{
  padding-top:5px;
  padding-right:20px;
}
.qcim {
  font-size: 14px;
}
.qcim .panel.panel-default > .panel-heading,
.qcim .panel.panel-default > .panel-footer {
  border-color: #cccccc;
}

.qcim .panel-default > .panel-heading{
  color: #ffffff;
  background-color: #36404e;
  border-color: #cccccc;
}

.qcim .form-control {
  border:0;
  border-color: #ececec;
  border-radius: 2px;

  border-bottom: 1px solid #ececec;
}
.qcim .form-control,
.qcim .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qcim .form-control:focus {
  border-color: #4cc0c1;
}
.qcim .form-group {
  width: 240px;
  margin: 0 auto;
  margin-top:50px;
}
.qcim .info_forgotpassw{
  width: 360px;
}
.qcim .form-group a {
  color:#666666;
  text-decoration:underline;
}

.qcim .wrapper-md {
  margin-bottom:10px;
}

.filterPdf .active img.type_plot {
  border:1px solid grey;
}
.messages .online-line{
  display:inline !important;
}
.messages .text-lg-custom{

  font-size:16px;
}

.modal::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.modal-open .modal {
    text-align: center;
}
.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}
.monitoring .active{
    text-decoration: underline;

}

#flot-pie-strukture .pieLabel div{
    /*width:100px;*/
    /*padding: 11px !important;*/

}

/*звёздочки в таблицах, глазки и т.п.
table .stars{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-left: -5px;
}

table .stars.good i{
  color: #00a651;
}

table .stars.terribly i{
  color: #ed1c24;
}
table .stars.normal i{
  color: #f7941d;
}
*/
table .stars{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-left: -5px;
}
.stars{
  display: inline-block;
}

.stars.good i{
  color: #00a651;
}

.stars.terribly i{
  color: #ed1c24;
}
.stars.normal i{
  color: #f7941d;
}


table .eye{
  width: 100%;
  display: inline-block;
  text-align: center;
}

table .eye.good i{
  color: #3e8a3e;
}

table .eye.terribly i{
  color: #e57f7f;
}
table .eye.normal i{
  color: #7caf7c;
}

/*ховер на строке таблицы*/
.table-striped > tbody > tr{
  transition: all 0.1s;
  cursor: pointer;
}
.table-striped > tbody > tr td{
  transition: all 0.1s;
}
.panel table tr:hover{
  /* opacity: 0.8; */
}
.panel .table-striped > tbody > tr:hover,.panel .table-striped > tbody > tr.selected{
  background-color: #cecece;
}
.panel .table-striped > tbody > tr:hover td, .panel .table-striped > tbody > tr.selected:hover td{
  background-color: #cecece;
}
.panel .table-striped > tbody > tr:nth-of-type(2n+1):hover, .panel .table-striped > tbody > tr:nth-of-type(2n+1).selected:hover{
  background-color: #cecece;
}
.panel .table-striped > tbody > tr:nth-of-type(2n+1):hover td,.panel .table-striped > tbody > tr:nth-of-type(2n+1).selected:hover td{
  background-color: #cecece;
}
.video_view .view_header{
  background: #ffcb4d;
  padding: 15px 10px 10px;
}
.video_view .view_header span{
  color: #fff;
}
.video_view .view_header p{
}
.video_view .video{
  display: block;
  margin: 70px auto;
  position: relative;
  width: 90%;
  max-width: 575px;
}
.video_view .view_header .btn-group.right{
  margin-right: 10px;
  float: right;
}
.video_view{
  border: 1px solid #e8e8e8;
}
.monitoring .panel-body{
    padding: 15px 0px;
}
.tableChart th {
	text-align:center;
}
.flot-base{
  background: #fff;
}
.fileform{
  padding: 6px 8px;
  border-radius: 4px;
  position: relative;
  display: block;
}
.fileform:hover{
  background-color: #eee;
}
.fileform input[type=file]{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.file_name_field{
  float: left;
  width: 100%;
}
.fileform {
  display: inline-block;
  cursor: pointer;
  //margin-bottom: 10px;
  margin-bottom: 0px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%; }
  .fileform #fileformlabel, .fileform .fileformlabel {
    font-family: "Open Sans Regular";
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 18px;
    color: #c8cbcf;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block; }
  .fileform #upload, .fileform .upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 0px;
    height: 30px;
    z-index: 20;
    cursor: pointer; }
  .fileform .btn_add {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 18px;
    padding: 0px;
    font-family: "Open Sans Regular";
    font-size: 16px;
    color: #3333cc;
    text-decoration: underline; }
  .fileform .remove {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    border: none;
    background: transparent;
    cursor: pointer;
    background-image: url(../img/close_btn.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 30; }

    #email-content a{
    	text-decoration:underline;

    }
    .text-plus-raiting{
    	color:#65bd77;
    }
    .pr-20{
    	padding-right:20px;
    }
    .blockPossible {
  margin: 20px 0; }

.blockPossible_title {
  color: #333; }

.blockPossible_shell {
  max-width: 810px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0; }

.blockPossible_description {
  font-size: 12px;
  color: #8a8a8a;
  font-style: italic; }
  .blockPossible_description p {
    margin: 0; }
  .blockPossible_description.left {
    max-width: 100px; }
  .blockPossible_description.right {
    max-width: 120px; }

.blockPossible_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.blockPossible_item {
  position: relative;
  width: 37px;
  height: 37px;
  margin: 10px;
  color: #8a8a8a;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blockPossible_item span {
    position: relative;
    z-index: 10; }
  .blockPossible_item label {
    margin: 0;
    cursor: pointer; }
  .blockPossible_item input[type="radio"] {
    display: none; }
  .blockPossible_item input[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 37px;
    height: 37px;
    border: solid 3px  #ddd;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    outline: none;
    padding: 0; }
  .blockPossible_item input[type="radio"]:checked + label:after {
    background: #95d9a6; }

.blockPossible_item.el_1 input[type="radio"] + label:after {
  border-color: #fb7a6b; }

.blockPossible_item.el_2 input[type="radio"] + label:after {
  border-color: #ef9698; }

.blockPossible_item.el_3 input[type="radio"] + label:after {
  border-color: #dda1a3; }

.blockPossible_item.el_4 input[type="radio"] + label:after {
  border-color: #cca9ad; }

.blockPossible_item.el_5 input[type="radio"] + label:after {
  border-color: #bab1b2; }

.blockPossible_item.el_6 input[type="radio"] + label:after {
  border-color: #acb8b4; }

.blockPossible_item.el_7 input[type="radio"] + label:after {
  border-color: #a0bcad; }

.blockPossible_item.el_8 input[type="radio"] + label:after {
  border-color: #81a18b; }

.blockPossible_item.el_9 input[type="radio"] + label:after {
  border-color: #70997b; }

.blockPossible_item.el_10 input[type="radio"] + label:after {
  border-color: #61a273; }
  /** .kod_widget **/
.itemWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.kodWidget {
  max-width: 1045px;
  margin-left: 10px;
  word-wrap: break-word; }
  .kodWidget__field {
    border: solid 1px #e8e8e8;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .kodWidget__name {
    padding-bottom: 5px; }

@media only screen and (max-width: 650px) {
  .itemWidget {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .itemWidget .kodWidget {
      margin: 10px 0; } }

/** .kod_widget **/
.blockRating {
  display: inline-block;
  margin-top: 25px; }
  .blockRating_title {
    color: #4b4a4a;
    font-size: 18px;
    padding-bottom: 90px; }
  .blockRating_wrapper {
   /*
 margin-left: 95px;
    margin-bottom: 25px;
 */
    border: dashed 1px #b7b7b7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .blockRating_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center; }
  .blockRating_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 6px 0 10px 0;
    width: 55px; }
    .blockRating_item .option {
      width: 37px;
      height: 37px;
      border: solid 3px #ddd;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .blockRating_item .txt {
      text-align: center;
      font-size: 12px;
      color: #707070;
      width: 37px;
      margin-top: 18px; }
      .blockRating_item .txt p {
        margin: 0; }

.blockRating_item .option.el-1 {
  border-color: #fb6b5b; }

.blockRating_item .option.el-2 {
  border-color: #fb6b5b; }

.blockRating_item .option.el-3 {
  border-color: #fb6b5b; }

.blockRating_item .option.el-4 {
  border-color: #fca197; }

.blockRating_item .option.el-5 {
  border-color: #fc978c; }

.blockRating_item .option.el-6 {
  border-color: #fdb5ad; }

.blockRating_item .option.el-7 {
  border-color: #ffab04; }

.blockRating_item .option.el-8 {
  border-color: #ffc44f; }

.blockRating_item .option.el-9 {
  border-color: #add290; }

.blockRating_item .option.el-10 {
  border-color: #8ec165; }

@media only screen and (max-width: 991px) {
  .blockPossible_item {
    margin: 5px; } }

@media only screen and (max-width: 767px) {
  .blockRating_wrapper {
    margin-left: 0; }
  .blockRating_title {
    padding-bottom: 45px; } }

@media only screen and (max-width: 650px) {
  .blockPossible_shell {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .blockPossible_items {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .blockPossible_description {
    padding: 5px 0; }
    .blockPossible_description p {
      display: inline-block; }
    .blockPossible_description.left, .blockPossible_description.right {
      max-width: 100%;
      width: 100%; }
      .blockPossible_description.left.right, .blockPossible_description.right.right {
        text-align: right; }
  .blockRating_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .blockRating_items {
    padding: 5px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: solid 1px #b7b7b7; }
  .blockRating_item {
    width: 45px; }
  .blockRating:last-child {
    border-bottom: none; }
  .blockRating .name {
    position: relative;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

@media only screen and (min-width: 650px) {
  .blockRating_items .name {
    position: absolute;
    width: 100%;
    top: -25px;
    left: 0; }
  .blockRating_items.critic:before {
    content: '';
    position: absolute;
    width: 100%;
    border: dashed 0.5px #b7b7b7;
    top: 50%; }
  .blockRating_items.neutral:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid 0.5px #b7b7b7;
    top: 50%; }
  .blockRating_items.neutral:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #b7b7b7;
    left: 0; }
  .blockRating_items.promoter:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid 0.5px #b7b7b7;
    top: 50%; }
  .blockRating_items.promoter:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #b7b7b7;
    left: 0; } }


/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
  margin-bottom: 20px;
  border-color: #ddd;
  color: #333333;
}
.panel.has-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.panel.has-bg-image {
  background-image: url(../images/backgrounds/panel_bg.png);
}
.panel-flat > .panel-heading + .table,
.panel-flat > .panel-heading + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel[class*=bg-] > .panel-heading {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .panel[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
}
.panel[class*=bg-].panel-flat > .panel-heading {
  border-bottom-color: transparent;
}
.panel[class*=bg-] .panel-title {
  color: #fff;
}
.panel[class*=bg-] .table thead td,
.panel[class*=bg-] .table tbody td,
.panel[class*=bg-] .table thead th,
.panel[class*=bg-] .table tbody th {
  border-color: rgba(255, 255, 255, 0.1);
}
.panel[class*=bg-] .text-muted,
.panel[class*=bg-] .help-block,
.panel[class*=bg-] .help-inline {
  color: rgba(255, 255, 255, 0.8);
}
.panel[class*=border-top-] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-bottom-] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel[class*=border-left-] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.panel[class*=border-right-] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.panel-body {
  position: relative;
}
.panel-flat > .panel-heading + .panel-body {
  padding-top: 0;
}
.panel-body + .panel-body,
.panel-body + .table,
.panel-body + .table-responsive,
.panel-body.has-top-border {
  border-top: 1px solid #ddd;
}
.panel[class*=bg-] .panel-body + .panel-body,
.panel[class*=bg-] .panel-body + .table,
.panel[class*=bg-] .panel-body + .table-responsive,
.panel[class*=bg-] .panel-body.has-top-border {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.panel-body-accent {
  background-color: #fcfcfc;
}
.panel[class*=bg-] .panel-body-accent {
  background-color: rgba(0, 0, 0, 0.1);
}
.panel-heading {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-bordered > .panel-heading {
  margin: 0;
}
.panel-flat > .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.panel-flat > .panel-heading > .panel-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.panel-flat[class*=bg-] > .panel-heading {
  background-color: inherit;
}
.panel-heading[class*=bg-],
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
  margin: -1px -1px 0 -1px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-white > .panel-heading {
  background-color: #fff;
  border-bottom-color: #ddd;
}
.panel-title {
  position: relative;
  font-size: 13px;
}
.panel-title.text-size-mini {
  font-size: 11px;
}
.panel-title.text-size-small {
  font-size: 12px;
}
.panel-title.text-size-large {
  font-size: 14px;
}
a.panel-title {
  display: block;
}
.panel-title img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.panel-title > small:not(.display-block),
.panel-title > .small:not(.display-block) {
  margin-left: 5px;
}
h1.panel-title,
.h1.panel-title {
  font-size: 25px;
}
h2.panel-title,
.h2.panel-title {
  font-size: 23px;
}
h3.panel-title,
.h3.panel-title {
  font-size: 21px;
}
h4.panel-title,
.h4.panel-title {
  font-size: 19px;
}
h5.panel-title,
.h5.panel-title {
  font-size: 17px;
}
h6.panel-title,
.h6.panel-title {
  font-size: 15px;
}
.icons-list a[data-action] {
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.icons-list a[data-action]:after {
  font-family: 'icomoon';
  font-size: 16px;
  min-width: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-list a[data-action="collapse"]:after {
  content: '\e9c1';
}
.icons-list a[data-action="reload"]:after {
  content: '\e9fb';
}
.icons-list a[data-action="close"]:after {
  content: '\e9b6';
}
.icons-list a[data-action="move"]:after {
  content: '\e986';
}
.icons-list a[data-action="modal"]:after {
  content: '\e9eb';
}
.panel-footer {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-footer:after {
  content: '';
  display: table;
  clear: both;
}
.panel-footer-transparent {
  background-color: transparent;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
}
.panel-footer-condensed {
  padding-top: 2px;
  padding-bottom: 2px;
}
.panel-footer-bordered {
  background-color: #fff;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.panel-group-control .panel-title > a {
  padding-left: 26px;
  display: inline-block;
}
.panel-group-control .panel-title > a:before {
  content: '\e9b7';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.panel-group-control .panel-title > a.collapsed:before {
  content: '\e9b8';
}
.panel-group-control.panel-group-control-right .panel-title > a {
  padding-left: 0;
  padding-right: 26px;
}
.panel-group-control.panel-group-control-right .panel-title > a:before {
  left: auto;
  right: 0;
}
.panel-primary {
  border-color: #ddd;
}
.panel-primary.panel-bordered {
  border-color: #2196F3;
}
.panel-success {
  border-color: #ddd;
}
.panel-success.panel-bordered {
  border-color: #4CAF50;
}
.panel-info {
  border-color: #ddd;
}
.panel-info.panel-bordered {
  border-color: #00BCD4;
}
.panel-warning {
  border-color: #ddd;
}
.panel-warning.panel-bordered {
  border-color: #FF5722;
}
.panel-danger {
  border-color: #ddd;
}
.panel-danger.panel-bordered {
  border-color: #F44336;
}
.icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0;
}
.icons-list > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
.icons-list > li:first-child {
  margin-left: 0;
}
.icons-list > li > a {
  color: inherit;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.icons-list > li > a:hover,
.icons-list > li > a:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.icons-list > li > a > i {
  top: 0;
}
.icons-list > li > a > .caret {
  margin-top: 0;
  margin-bottom: 0;
}
.icons-list-extended > li {
  margin-left: 10px;
}

.chart_plot_flat .check{
	text-decoration:underline;
}
.chart_plot_flat .active{
	text-decoration:none;
}

.pos-col { color:#336601; }
.net-col { color:#9a9831; }
.neg-col { color:#9a0002; }


.nav > li > a.d-f { display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;  }
.nav > li > a.d-f span { flex-grow: 1; }

.bg-login-img{ height: 100%; min-height: 100%; background:url('../images/login-bg-new.jpg') center center no-repeat; -webkit-background-size: cover; background-size: cover; }
.bg-login-img body{ height: 100%; min-height: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: center; }