.btn-light{
    background: white;
    color: #66615B;
}

.sidebar .sidebar-wrapper{
    height: 100vh;
}

a.action{
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: black;
}

.delete-icon{
    background: url("/i/trash-can-outline.png");
    background-repeat: no-repeat;
    background-position: center;
}
.edit-icon{
    background: url("/i/square-edit-outline.png");
    background-repeat: no-repeat;
    background-position: center;
}
.show-icon{
    background: url("/i/feature-search-outline.png");
    background-repeat: no-repeat;
    background-position: center;
}
.download-icon{
    background: url("/i/download.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

span.icon{
    font-size: 24px;
    display: inline-block;
    color: black;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

span.big-icon{
    font-size: 48px;
    display: inline-block;
    color: black;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px 48px;
    left: 5px;
}

span.object-table{
    position: absolute;
}

.disconnected-icon {
  background-image: url('/i/object-disconnected.svg');
}

.ne-vveden-icon {
  background-image: url('/i/object-ne-vveden.svg');
}

.online-icon {
  background-image: url('/i/object-online.svg');
}

.repair-icon {
  background-image: url('/i/object-remont.svg');
}

.biblioteka-icon {
  background-image: url('/i/biblioteka.svg');
}

.detskij-sad-icon {
  background-image: url('/i/detskij-sad.svg');
}

.dshi-icon {
  background-image: url('/i/dshi.svg');
}

.obshchestvennye-icon {
  background-image: url('/i/obshchestvennye.svg');
}

.sportkompleks-icon {
  background-image: url('/i/sportkompleks.svg');
}

.zavod-icon {
  background-image: url('/i/zavod.svg');
}

.bolnitsa-icon {
  background-image: url('/i/bolnitsa.svg');
}

.dom-kultury-icon {
  background-image: url('/i/dom-kultury.svg');
}

.muzej-icon {
  background-image: url('/i/muzej.svg');
}

.shkola-icon {
  background-image: url('/i/shkola.svg');
}

.universitet-icon {
  background-image: url('/i/universitet.svg');
}

.zhiloj-dom-icon {
  background-image: url('/i/zhiloj-dom.svg');
}

.obj-contanc-icon{
    font-size: 20px;
    width: 20px;
}
.obj-photo{
    min-height: 200px;
    margin: 16px;
}

ul.nav li{
    height: 40px !important;
}

.strong-text{
    font-size: 16px;
    font-weight: bold;
}

.obj-list-status{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid gray;
    float: left;
    margin: 3px;
}

.obj-list-status.available{
    background: greenyellow;
}

.obj-list-status.maybe{
    background: yellow;
}

.obj-list-status.unavailable{
    background: red;
}

.object-option.selected{
    display: none;
}
.chosenObjects.chosen{
    display: inline-block!important;
}
.chosenObjects{
    display: none!important;
}

.toChoseObjects.chosen{
    display: none!important;
}
.toChoseObjects{
    cursor: pointer;
}
/*.chosenObjects.selected{*/
/*    display: flex!important;*/
/*}*/

#commonFilter i{
    font-size: 36px
}
#commonFilter div.filter{
    width: calc(100% - 42px);
}

#commonFilter a.btn-info{
    margin: 0;
}

i.icon-input{
    font-size: 36px;
    width: 32px;
}
.icon-input .input{
    width: calc(100% - 42px);
}
.input-btn{
    height: 38px;
    margin-top: 10px;
}



.grey-wrap{
    background-color: #f4f3ef;
    border-radius: 5px;
}

.outlined{
    border: 1px solid #DDDDDD;
}

.objectsList{
    max-height: 250px;
    overflow-y: scroll;
}

.gray{
    background-color: gainsboro
}

.sidebar-wrapper p {
    display: inline-block;
    width: 120px;
    line-height: 16px;
}
#control-room-critical-notifications{
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 10px;
    font-weight: bold;
}
