﻿/*------------------------
    Grid
-------------------------*/
.grid {
    margin-bottom: 20px;
}

.grid .row {
    padding: 4px;
}

.grid.key-value > .row > div:first-child {
     font-weight: bold;
}

.no-padding-left {
    padding-left: 0px !important;
}

/*------------------------
    Alerts
-------------------------*/
.alert-condensed {
    height: 34px !important;
    padding-top: 4px;
    margin-bottom: 5px;
}

.alert-fixed {
    position:fixed; 
    top: 50%; 
    left: 25%; 
    width: 50%;
    z-index:1000;
    border-radius: 0px;
}

/*------------------------
    Panels
-------------------------*/
.panel-transparent {
    background: none;
}

.panel-transparent .panel-heading{
    /*background: rgba(122, 130, 136, 0.2)!important;*/
}

.panel-transparent .panel-body{
    /*background: rgba(46, 51, 56, 0.2)!important;*/
}