
.box {
    border: 1px solid #cccccc;
    padding: 1px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background-color: #fafafa;
}
.box.span1 {
    width: 48px;
}
.box.span2 {
    width: 148px;
}
.box.span3 {
    width: 248px;
}
.box.span4 {
    width: 348px;
}
.box.span5 {
    width: 448px;
}
.box.span6 {
    width: 548px;
}
.box.span7 {
    width: 648px;
}
.box.span8 {
    width: 748px;
}
.box.span9 {
    width: 848px;
}
.box.span10 {
    width: 948px;
}
.box.span11 {
    width: 1048px;
}
.box.span12 {
    width: 1148px;
}

.dko_widjet{

}


#top_crm nobr{
  opacity:0.3;
  height:14px;
  padding:0px 20px;
  margin:0 31px 0 15px;
  font-weight:bold;
  font-family:tahoma,arial,verdana,sans-serif,Lucida Sans;
  font-size:11px;
  color:#45688e;
  background:url(../img/vk_up_back.gif) no-repeat left 3px;
  -webkit-transition-property:opacity;
  -webkit-transition-duration:200ms;
  -moz-transition-property:opacity;
  -moz-transition-duration:200ms;
}
#top_crm:hover nobr{
  opacity:1;
  height:14px;
  padding:0px 20px;
  margin:0 31px 0 15px;
  font-weight:bold;
  font-family:tahoma,arial,verdana,sans-serif,Lucida Sans;
  font-size:11px;
  color:#45688e;
  background:url(../img/vk_up_back.gif) no-repeat left 3px;
}
.back{
  background:url(../img/vk_up_back.gif) no-repeat left -22px!important;
}
#top_crm{
  top:0px;
  left:0px;
  padding:13px 0 13px;
  cursor:pointer;
  display:none;
  width:100px;
  height:100%;
  position:fixed;
  cursor:pointer;
  -webkit-transition-property:background;
  -webkit-transition-duration:200ms;
  -moz-transition-property:background;
  -moz-transition-duration:200ms;
}
#top_crm:hover{
  background:#EEE;
}

/* repeat sales */
.repeat_sales  .control-label {
  width: 180px;
}
.repeat_sales  .controls {
  margin-left: 200px;
}
.repeat_sales fieldset {
  margin-right: 20px;
}
#user_work_proposal, #user_usage_continue {
  margin-bottom: -20px;
}
.radio_input .control-label{
  width: 13px;
  margin-right: 5px;
}
.radio_input input[type="radio"] {
  position: relative;
  top: -4px;
}

.ajax_load_indicator{
  position:fixed;
  top:0px;
  left:0px;
  display:none;
  width:100%;
  height:100%;
  opacity:0.5;
  background:white;
  padding:10px;
}

.ajax_load_indicator .ajax_indicator{
  width:150px;
}

table .text-center{
  text-align:center;
}

table .text-right{
  text-align:right;
}

#app_container{
  /* position:relative; */
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  /* -webkit-border-radius: 0 0 6px 6px; */
     -moz-border-radius: 0 0 6px 6px;
          
  /* border-radius: 0 0 6px 6px; */
}

.bs-docs-sidenav li ul li{
  list-style: none;
}

.bs-docs-sidenav li ul{
  display: none;
}

.bs-docs-sidenav li.active ul{
  display: block;
}

.bs-docs-sidenav li ul li.active{
  background:whitesmoke;
}

.bs-docs-sidenav li ul{
  padding-left:0px;
  margin-left:0px;
}

.bs-docs-sidenav li.active ul{
  border-bottom: 2px solid #0088cc;
  border-left: 1px solid #0088cc;
  border-right: 1px solid #0088cc;

}


.bs-docs-sidenav li ul li a{
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 18px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
}

.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.bs-docs-sidebar{
  position: fixed;
  left: 125px;
  top: 50px;
}

.row{
  position: relative;
}

.chart_container object{
    border: 2px solid #eeeeee;
    padding: 10px;
    background: #f6f6f0;
}

.ats-panel{
  width:100%;
}

.ats-panel td{
  padding: 15px 0px 15px 0px;
  text-align: center;
  vertical-align: middle;
}

.ats-panel td.filled{
  background: #C4C6C7;
  color: white;
}

.ats-panel td.active{
  background: #51a351;
}

.office_scheme{
  border: 1px solid rgb(229, 229, 229);
  padding: 25px 10px 73px 10px;
  position: relative;
}

.office_scheme .work_place{
  height: 90px;
  width: 120px;
  border: 1px solid black;
  text-align: center;
  line-height: initial;
  border-radius: 2px;
  position: relative;
}

.office_scheme .line_1{
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 5px 0px 5px;
}

.office_scheme .cell{
    margin-top: 33px;
}

.office_scheme .line_1 .work_place{
    float: left;
    /* line-height: initial; */
    margin: 0px 10px 0px 10px;
}

.office_scheme .line_2{
    padding: 0px 5px 0px 5px;

    float: left;
    margin-top: 10px;
}

.office_scheme .line_2 .hr_line{
    clear: both;
    margin: 20px 10px 20px 10px;
    border: 1px solid;
}

.office_scheme .line_2 .work_place{
    float: left;
    margin: 0px 10px 0px 10px;
}


.office_scheme .line_3{
    padding: 0px 5px 0px 5px;

    float: left;
    margin-top: 20px;
}

.office_scheme .line_3 .hr_line_2{
    clear: both;
    margin: 20px 10px 20px 10px;
}



.office_scheme .line_3 .hr_line{
    clear: both;
    margin: 20px 10px 20px 10px;
    border: 1px solid;
}

.office_scheme .line_3 .work_place{
    float: left;
    margin: 0px 10px 0px 10px;
    position: relative;
}


.office_scheme .line_4{
    position: absolute;
  
    right: 18px;
    top: 140px;
}

.office_scheme .line_4 .hr_line{
    clear: both;
    margin: 20px 10px 20px 10px;
    border: 1px solid;
}

.office_scheme .line_4 .work_place{
    float: right;
    margin: 0px 10px 20px 10px;
}


.office_scheme .line_5{
    position: absolute; 
    right: 28px;
    bottom: 19px;
}


.office_scheme .line_5 .work_place{
    float: right;
    margin: 0px 0px 0px 5px;
}


.office_scheme .line_6{
    position: absolute; 
    top: 405px;
    left: 576px;
}


.office_scheme .line_6 .work_place{
    float: right;
    margin: 5px 5px 5px 5px;
}

.office_scheme .filled{
  background: #F0F0F0;
  color: black;
  opacity: 0.4;
}

.office_scheme .active{
  background: #51a351;
  color: white;
  opacity: 1;
}

.office_scheme .work_place i{
  position: absolute;
  top: 3px;
  right: 3px;

  padding: 2px 3px 2px 5px;
  border-radius: 10px;
  background: rgb(203, 16, 16);
  color: white;
  -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
}

.office_scheme .task_info{
  font-size:13px;
  margin-top:3px;
}

.office_scheme .staff_fio{
  
}


.office_scheme .staff_fio a{
    color:white;
}

.office_scheme .call_duration{
  position: absolute;
  top: -27px;
  right: -32px;
  background:white;
  color:black;
  /* border:1px solid; */
  padding: 4px 0px 0px 0px;
  background:url(../img/cloud.png) no-repeat;
  width: 55px;
  height: 30px;
  z-index: 10000;
  text-align: center;
}

.elite_service{
  color:black;
  text-align: center;
  background: rgb(255, 185, 0);
  padding: 5px 0px 5px 0px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.elite_service h2{
    position: relative;

}

.elite_service span{
  font-size: 15px;
  position: absolute;
  right: 10px;
}

.elite_service_well{
    border: 5px solid rgb(255, 185, 0);
  
}

.organization_structure ul{
	list-style:none;
}

.organization_structure ul:first-child{
	margin-left:10px;
}

.organization_structure ul li{
	list-style:none;
	margin-bottom: 5px;
}

.organization_structure ul input{
	margin-top:0px;
}

#okved_activity ul{
    list-style: none;
}
#okved_activity .navigation{
    cursor: pointer;
}

.form-horizontal a {
    cursor: pointer;
}

.language_flag{
    width: 15%;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    border: 1px solid #bababa;
}

.main_language_flag{
    width: 50%;
    float: left;
    margin-right: 10px;
    border: 1px solid #bababa;
}

.language_dropdown{
    height: 30px;
    width: 75px;
}

.language_dropdown .caret{
    margin-top: -10px !important;
    margin-left: 40px;
}

.language_link{
    float: left;
}

.disable-user{
    color: red;
}

a.brand-logo{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.brand-logo img{
    max-height: 40px;
}

.filter_container{
    display: flex;
    flex-wrap: wrap;
}

.filter_container .filter_item{
    margin: 3px 5px;
}