.flex{
    display: flex;
}

.popover{
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}

.info-bron .panel{
    padding: 10px;
    margin: 0 15px;    
}

.info-bron .panel:first-child{
    margin-left: 0;
}

.info-bron .panel:last-child{
    margin-right: 0;
}
.info-bron{
    margin: 21px 0;
}

#bron-detail .status{
    font-size: 18px;
}

#bron-detail .bron-action{
    padding: 10px;
}

#bron-detail .bron-action .flex{
    justify-content: space-between;
}

#main-stat .panel-body .panel{
    padding: 20px;
}

#main-stat .stat1 i{
    margin-left: 20px;
    margin-right: 10px;
}

.stat-info{
    line-height: 35px;
}

.stat-info i{
    margin-right: 10px;
}

.nopadding{
    padding: 0 !important;
}

.step2 .form-group.cnt{ display: flex; align-items: center;}
.group-price{margin-top: 30px;}
.group-price .form-group{ display: flex; align-items: center;}

.service-check{ margin: 0 40px;}

.service-check label.checkbox-inline,.service-check2 label.checkbox-inline {
    margin-bottom: 10px;
}

.step2 .radio label {
    padding-left: 10px;
}

#filter .radio-inline{
    padding-left:19px;
}

#filter .checkbox-inline{
    padding-left:19px;
}

.table-responsive table td{
    position: relative;
}

.table-responsive table td .edit_ad{
    position: absolute;
    top: 10px;
    right: 10px;
}
 
.content-wrapper{
    display: block !important;
    min-width: 1420px;
}

.navigation{
    display: flex;
}

.sidebar-main {
    z-index: 999;
    display: block;
    vertical-align: top;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;    
}

.sidebar-user{
  position: absolute;
  right: 0;
}

.page-container{
    padding-top: 70px;
}

.sidebar-content{
    padding-bottom: 0;
}

.navigation{
    padding: 0;
}

.max1000{
    max-width: 1000px;
    margin: 0 auto;
}

.max1300{
    max-width: 1300px;
    margin: 0 auto;
}

.calendar-control button{
    margin-right: 20px;
}

.my-calendar{
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.my-calendar td{
    text-align: center;
    padding: 10px 0;
    border: 1px solid #aaa;
    height: 31px;
    width: 100px;    
}

.my-calendar .category{
    font-size: 15px;
    font-weight: bold;
}

.my-calendar .weekend{
    background: #6b8da7;
    color: #fff;
}

.my-calendar .bron-cell{
    width: 200px;
    padding: 5px;
    display: inline;
}

.my-calendar td.month:nth-child(1){
    background: #eee;
}

.my-calendar .year {
    font-size: 18px;
    background: transparent;
}

.my-calendar td.month{
    font-size: 18px;
}

.bg-yellow{
    background: yellow;
}

@media (max-width:600px){
    .content-wrapper,.max1000,.max1300{
         max-width: 500px;   
         min-width: inherit;
    }
}